.widget_products_hp_widget {
  margin: 30px 0;
  position: relative;
  padding-left: 228px;
  background: #ffffff url(../img/fashion4me-module.svg) no-repeat 0 0;
  border: 1px solid #DBDBDB;
  height: 372px;
}

.widget_products_hp_widget .frame {
  height: 372px;
  padding: 0;
  width: 100%;
}

.widget_products_hp_widget .slidee {
  margin: 0;
  padding: 0;
  height: 372px;
  list-style: none;
}

.fashion4me-widget {
  text-align: center;
  position: relative;
  width: 155px;
  height: 371px;
  color: #212121;
  display: block;
  float: left;
  margin: 0 3px 0 0 !important;
  padding: 0;
  font-family: 'fashionid-regular', 'Helvetica Neue', Helvetica, sans-serif;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}

.fashion4me-widget .icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: fill 0.2s ease-out;
       -o-transition: fill 0.2s ease-out;
          transition: fill 0.2s ease-out;
  fill: none;
  stroke: #6a6a6a;
}

.fashion4me-widget .icon-heart {
  width: 19px;
  height: 16px;
  stroke: #6a6a6a;
  stroke-width: 3;
}

.fashion4me-widget .icon-bag {
  width: 18px;
  height: 23px;
  stroke: #6a6a6a;
  stroke-width: 3;
}

.fashion4me-widget figure {
  border-bottom: 1px solid #DBDBDB;
  padding: 0;
  margin: 0;
}

.fashion4me-widget figure img {
  width: 100%;
  height: auto;
}

.fashion4me-widget .product-info {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: left;
}

.fashion4me-widget .product-info h3 {
  color:  #6a6a6a;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  max-height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  word-wrap: break-word;
}

.fashion4me-widget .product-info ul {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
}

.fashion4me-widget .product-info ul li {
  color: #6a6a6a;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  margin-right: 5px;
  min-width: 30px;
}

.fashion4me-widget .product-info ul li button {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 300;
  margin-right: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  padding: 0;
  width: auto;
}

.fashion4me-widget .product-info p {
  color: #6a6a6a;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0.5em;
}

.widget_products_hp_widget .controls button .disabled,
.widget_products_hp_widget .controls button[disabled] {
  opacity: .5;
}

.widget_products_hp_widget .controls button {
  width: 46px;
  height: 100px;
  z-index: 100;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.widget_products_hp_widget .prev {
  background: url(../img/promofans-nav-left.png) no-repeat;
}

.widget_products_hp_widget .next {
  background: url(../img/promofans-nav-right.png) no-repeat;
  right: 0;
}

@media (max-width: 480px) {

  .widget_products_hp_widget {
    background: none;
    padding-left: 0;
  }

  .widget_products_hp_widget .widget-target-url {
    display: none;
  }

}

@media (min-width : 768px) {
  .fashion4me-widget {
    width: 185px;
  }
}

@media (min-width : 992px) {
  .fashion4me-widget {
    width: 173px;
  }
}

@media (min-width : 1200px) {
  .fashion4me-widget {
    width: 167px;
  }
}
