/*product_item ===============================================================*/
.full.m_c #tth-content {
  padding-right: 10px;
}
.full.m_c #tth-content .box_mid {
  padding: 0px;
}

.list_item_product.style_1 .row_item, .list_watched .row_item {
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: auto;
  margin-top: 60px;
}
@media (max-width: 599px) {
  .list_item_product.style_1 .row_item, .list_watched .row_item {
    margin-right: -15px;
    margin-top: 0;
  }
}
.list_item_product.style_1 .row_item .item, .list_watched .row_item .item {
  width: 33.333333%;
  float: left;
  padding-right: 60px;
  margin-bottom: 40px;
  background: none;
  border: none;
  position: relative;
}
@media (max-width: 768px) {
  .list_item_product.style_1 .row_item .item, .list_watched .row_item .item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .list_item_product.style_1 .row_item .item, .list_watched .row_item .item {
    padding-right: 15px;
    margin-bottom: 25px;
  }
}
.list_item_product.style_1 .row_item .item .img, .list_watched .row_item .item .img {
  border-radius: 50%;
  overflow: hidden;
}
.list_item_product.style_1 .row_item .item .img > a > img, .list_watched .row_item .item .img > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  border-radius: 50%;
}
.list_item_product.style_1 .row_item .item .img:hover > a > img, .list_watched .row_item .item .img:hover > a > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1);
}
.list_item_product.style_1 .row_item .item .img > a:first-child, .list_watched .row_item .item .img > a:first-child {
  padding-top: 93%;
  position: relative;
  overflow: hidden;
  height: 0px;
}
.list_item_product.style_1 .row_item .item .img:before, .list_watched .row_item .item .img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  z-index: 1;
  display: none;
}
.list_item_product.style_1 .row_item .item .img a, .list_watched .row_item .item .img a {
  display: block;
}
@media (max-width: 599px) {
  .list_item_product.style_1 .row_item .item .img:before, .list_watched .row_item .item .img:before {
    display: none !important;
  }
  .list_item_product.style_1 .row_item .item .img .ficon-cart-plus, .list_item_product.style_1 .row_item .item .img .ficon-search, .list_item_product.style_1 .row_item .item .img .ficon-heart, .list_watched .row_item .item .img .ficon-cart-plus, .list_watched .row_item .item .img .ficon-search, .list_watched .row_item .item .img .ficon-heart {
    display: none;
  }
}
.list_item_product.style_1 .row_item .item .img:hover:before, .list_watched .row_item .item .img:hover:before {
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}
.list_item_product.style_1 .row_item .item .info, .list_watched .row_item .item .info {
  padding: 0px 5px;
}
.list_item_product.style_1 .row_item .item .info .info-title, .list_watched .row_item .item .info .info-title {
  display: block;
  overflow: hidden;
  margin: 9px 0px;
}
.list_item_product.style_1 .row_item .item .info .info-title h3, .list_watched .row_item .item .info .info-title h3 {
  display: table;
  height: 100%;
  width: 100%;
}
.list_item_product.style_1 .row_item .item .info .info-title a, .list_watched .row_item .item .info .info-title a {
  color: #334862;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 500;
}
.list_item_product.style_1 .row_item .item .info .info-price, .list_watched .row_item .item .info .info-price {
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 499px) {
  .list_item_product.style_1 .row_item .item .info .info-price, .list_watched .row_item .item .info .info-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.list_item_product.style_1 .row_item .item .info .info-price .price, .list_watched .row_item .item .info .info-price .price {
  color: #525252;
  text-decoration: line-through;
  font-size: 12px;
}
.list_item_product.style_1 .row_item .item .info .info-price.none, .list_watched .row_item .item .info .info-price.none {
  display: none !important;
}
.list_item_product.style_1 .row_item .item .info .info-price .price_buy, .list_watched .row_item .item .info .info-price .price_buy {
  color: #cb0000;
  font-weight: bold;
  float: left;
  margin-bottom: 0px;
}
.list_item_product.style_1 .row_item .item .info .rate, .list_watched .row_item .item .info .rate {
  text-align: center;
  padding-bottom: 3px;
}
.list_item_product.style_1 .row_item .item .info .rate .ficon-star, .list_watched .row_item .item .info .rate .ficon-star {
  color: #ffb400;
}
.list_item_product.style_1 .row_item .item .info .rate .ficon-star:before, .list_watched .row_item .item .info .rate .ficon-star:before {
  padding: 0px;
  margin: 0px;
  width: 11px;
  font-size: 13px;
}
.list_item_product.style_1 .row_item .item .info .rate .star_empty, .list_watched .row_item .item .info .rate .star_empty {
  color: #585563;
}
.list_item_product.style_1 .row_item .item .info .btn_group, .list_watched .row_item .item .info .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_item_product.style_1 .row_item .item .info .btn_group .btn_detail, .list_watched .row_item .item .info .btn_group .btn_detail {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f89625), to(#c96009));
  background-image: -o-linear-gradient(top, #f89625 0%, #c96009 100%);
  background-image: linear-gradient(to bottom, #f89625 0%, #c96009 100%);
  background-repeat: repeat-x;
  color: #fff;
  text-transform: uppercase;
  font-size: 9.5px;
  padding: 4px 7px;
  outline: none !important;
}
.list_item_product.style_1 .row_item .item .info .btn_group button, .list_watched .row_item .item .info .btn_group button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f86625), to(#cc420b));
  background-image: -o-linear-gradient(top, #f86625 0%, #cc420b 100%);
  background-image: linear-gradient(to bottom, #f86625 0%, #cc420b 100%);
  background-repeat: repeat-x;
  border: none;
  text-transform: uppercase;
  font-size: 9.5px;
  color: #fff;
  padding: 4px 7px;
  border-radius: 4px;
  outline: none !important;
}
.list_item_product.style_1 .row_item .item .info .btn_group button:before, .list_watched .row_item .item .info .btn_group button:before {
  padding-right: 3px;
}
.list_item_product.style_1 .row_item .item .wrap_sale, .list_watched .row_item .item .wrap_sale {
  display: none;
}
.list_item_product.style_1 .row_item .item .wrap_sale .on-ribbon.sale_now, .list_watched .row_item .item .wrap_sale .on-ribbon.sale_now {
  right: 0px;
  left: auto !important;
}
.list_item_product.style_1 .row_item .item .wrap_sale .on-ribbon, .list_watched .row_item .item .wrap_sale .on-ribbon {
  position: absolute;
  z-index: 9;
  top: 6px;
  right: 32px;
  width: 45px;
  height: 44px;
  text-align: center;
}
.list_item_product.style_1 .row_item .item .wrap_sale .on-ribbon span, .list_watched .row_item .item .wrap_sale .on-ribbon span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f86625), to(#cc420b));
  background-image: -o-linear-gradient(top, #f86625 0%, #cc420b 100%);
  background-image: linear-gradient(to bottom, #f86625 0%, #cc420b 100%);
  background-repeat: repeat-x;
  border: none;
  text-transform: uppercase;
  font-size: 9.5px;
  color: #fff;
  padding: 4px 7px;
  border-radius: 4px;
  outline: none !important;
}
.list_item_product.style_1 .row_item .item.sale, .list_watched .row_item .item.sale {
  position: relative;
}
.list_item_product.style_1 .row_item .item.sale .info .info-price, .list_watched .row_item .item.sale .info .info-price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_item_product.style_1 .row_item .item.sale .wrap_sale, .list_watched .row_item .item.sale .wrap_sale {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
.list_item_product.style_1 .row_empty, .list_watched .row_empty {
  text-align: center;
}
.list_item_product.style_1 .product_scroll .item, .list_item_product.style_1 .row_list_watched .item, .list_item_product.style_1 .product_scroll_orther .item, .list_watched .product_scroll .item, .list_watched .row_list_watched .item, .list_watched .product_scroll_orther .item {
  width: 100% !important;
  float: none;
  padding-right: 0px;
  margin-bottom: 10px;
}
.list_item_product.style_1 .product_scroll .item .img, .list_item_product.style_1 .row_list_watched .item .img, .list_item_product.style_1 .product_scroll_orther .item .img, .list_watched .product_scroll .item .img, .list_watched .row_list_watched .item .img, .list_watched .product_scroll_orther .item .img {
  border: none;
}
.list_item_product.style_1 .product_scroll .item .img > a:first-child, .list_item_product.style_1 .row_list_watched .item .img > a:first-child, .list_item_product.style_1 .product_scroll_orther .item .img > a:first-child, .list_watched .product_scroll .item .img > a:first-child, .list_watched .row_list_watched .item .img > a:first-child, .list_watched .product_scroll_orther .item .img > a:first-child {
  padding-top: 105%;
  position: relative;
  overflow: hidden;
  height: 0px;
}
@media (max-width: 499px) {
  .list_item_product.style_1 .product_scroll .item, .list_item_product.style_1 .row_list_watched .item, .list_item_product.style_1 .product_scroll_orther .item, .list_watched .product_scroll .item, .list_watched .row_list_watched .item, .list_watched .product_scroll_orther .item {
    margin-bottom: 0px;
  }
  .list_item_product.style_1 .product_scroll .item .info-price .price.right_b, .list_item_product.style_1 .row_list_watched .item .info-price .price.right_b, .list_item_product.style_1 .product_scroll_orther .item .info-price .price.right_b, .list_watched .product_scroll .item .info-price .price.right_b, .list_watched .row_list_watched .item .info-price .price.right_b, .list_watched .product_scroll_orther .item .info-price .price.right_b {
    display: none !important;
  }
  .list_item_product.style_1 .product_scroll .item .btn_add_cart, .list_item_product.style_1 .row_list_watched .item .btn_add_cart, .list_item_product.style_1 .product_scroll_orther .item .btn_add_cart, .list_watched .product_scroll .item .btn_add_cart, .list_watched .row_list_watched .item .btn_add_cart, .list_watched .product_scroll_orther .item .btn_add_cart {
    display: none;
  }
}
.list_item_product.style_1 .row_list_watched, .list_watched .row_list_watched {
  margin-right: 0px;
}
.list_item_product.style_1 .list_watched-title, .list_watched .list_watched-title {
  background: url("../images/bg_header_top.jpg") repeat-x;
  background-size: contain;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 10px;
  font-family: helveticaneue-bold;
  margin-bottom: 13px;
}
.list_item_product.style_1 .list_watched-title:before, .list_watched .list_watched-title:before {
  padding-right: 5px;
  width: auto;
}
.list_item_product.style_1 .row_list_watched .product_item, .list_item_product.style_1 .product_scroll_orther .product_item, .list_watched .row_list_watched .product_item, .list_watched .product_scroll_orther .product_item {
  border: 1px solid #b6b6b6;
  padding-bottom: 21px;
  margin-bottom: 29px;
  margin-left: 1px;
}
.list_item_product.style_1 .row_list_watched .product_item .img:before, .list_item_product.style_1 .product_scroll_orther .product_item .img:before, .list_watched .row_list_watched .product_item .img:before, .list_watched .product_scroll_orther .product_item .img:before {
  display: none !important;
}
.list_item_product.style_1 .row_list_watched .product_item .img > a:first-child, .list_item_product.style_1 .product_scroll_orther .product_item .img > a:first-child, .list_watched .row_list_watched .product_item .img > a:first-child, .list_watched .product_scroll_orther .product_item .img > a:first-child {
  padding-top: 91%;
}
.list_item_product.style_1 .row_list_watched .product_item .form_add_cart, .list_item_product.style_1 .product_scroll_orther .product_item .form_add_cart, .list_watched .row_list_watched .product_item .form_add_cart, .list_watched .product_scroll_orther .product_item .form_add_cart {
  display: block;
  text-align: center;
  height: auto;
}
.list_item_product.style_1 .row_list_watched .product_item .btn_add_cart, .list_item_product.style_1 .product_scroll_orther .product_item .btn_add_cart, .list_watched .row_list_watched .product_item .btn_add_cart, .list_watched .product_scroll_orther .product_item .btn_add_cart {
  background: url("../images/bg_header_top.jpg") repeat-x;
  background-size: contain;
  padding: 8px 42px;
  color: #fff;
  text-align: center;
  border: 1px solid #5e0630;
  margin-top: 9px;
}
.list_item_product.style_1 .row_list_watched .product_item .btn_add_cart:hover, .list_item_product.style_1 .product_scroll_orther .product_item .btn_add_cart:hover, .list_watched .row_list_watched .product_item .btn_add_cart:hover, .list_watched .product_scroll_orther .product_item .btn_add_cart:hover {
  background: none;
  color: #5e0630;
}