/*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;
}
@media (max-width: 999px) {
  .list_item_product.style_1 .row_item, .list_watched .row_item {
    margin-right: -10px;
  }
}
.list_item_product.style_1 .row_item .item, .list_watched .row_item .item {
  width: 20%;
  float: left;
  padding-right: 27px;
  margin-bottom: 60px;
  background: none;
  position: relative;
}
@media (max-width: 999px) {
  .list_item_product.style_1 .row_item .item, .list_watched .row_item .item {
    width: 25%;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .list_item_product.style_1 .row_item .item, .list_watched .row_item .item {
    width: 33.3333333333%;
  }
}
@media (max-width: 599px) {
  .list_item_product.style_1 .row_item .item, .list_watched .row_item .item {
    width: 50%;
  }
}
.list_item_product.style_1 .row_item .item .img, .list_watched .row_item .item .img {
  border: 1px solid #dfdfdf;
  padding: 15px;
  margin-bottom: 11px;
}
.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;
  transition: all 500ms ease-out 0s;
  height: auto;
  width: auto;
}
.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: 100%;
  position: relative;
  overflow: unset;
  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;
  -webkit-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;
}
.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: #6b4737;
  font-size: 14.8px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-family: Roboto;
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  .list_item_product.style_1 .row_item .item .info .info-title a, .list_watched .row_item .item .info .info-title a {
    font-size: 14px;
  }
}
.list_item_product.style_1 .row_item .item .info .rate, .list_watched .row_item .item .info .rate {
  text-align: center;
  padding-bottom: 3px;
  min-height: 23px;
}
.list_item_product.style_1 .row_item .item .info .rate .ficon-star, .list_watched .row_item .item .info .rate .ficon-star {
  color: #FFA121;
}
.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: 15px;
  font-size: 18px;
}
.list_item_product.style_1 .row_item .item .info .rate .star_empty, .list_watched .row_item .item .info .rate .star_empty {
  color: #BDBEC0;
}
.list_item_product.style_1 .row_item .item .info .btn_detail, .list_watched .row_item .item .info .btn_detail {
  text-align: center;
}
.list_item_product.style_1 .row_item .item .info .btn_detail a, .list_watched .row_item .item .info .btn_detail a {
  background: #6b4737;
  color: #fff;
  display: inline-block;
  padding: 3px 9px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  padding: 3px 22px;
  border-radius: 18px;
  line-height: inherit;
}
.list_item_product.style_1 .row_item .item .info .btn_detail a:hover, .list_watched .row_item .item .info .btn_detail a:hover {
  background: #057cf2;
}
.list_item_product.style_1 .row_item .item:hover .img, .list_watched .row_item .item:hover .img {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(134, 142, 150, 0.46);
          box-shadow: 2px 2px 4px 0px rgba(134, 142, 150, 0.46);
}
.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;
}
/*# sourceMappingURL=func.css.map */