/*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: -24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: 33.33333%;
    float: left;
    padding-right: 24px;
    margin-bottom: 40px;
    background: none;
    border: none;
    position: relative; }
    .list_item_product.style_1 .row_item .item:hover .img, .list_watched .row_item .item:hover .img {
      border-color: #008afa; }
    @media (max-width: 999px) {
      .list_item_product.style_1 .row_item .item, .list_watched .row_item .item {
        width: 33.33%;
        padding-right: 10px;
        margin-bottom: 15px; } }
    @media (max-width: 600px) {
      .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-radius: 10px;
      overflow: hidden;
      border: 3px solid #FFF; }
      .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%;
        height: auto;
        -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; }
      .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: 104%;
        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 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-top: 22px;
      text-align: center; }
      @media (max-width: 999px) {
        .list_item_product.style_1 .row_item .item .info, .list_watched .row_item .item .info {
          padding-top: 10px; } }
      .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 a, .list_watched .row_item .item .info .info-title h3 a {
          color: #2d2d2d;
          font-size: 18px;
          font-family: Muli-SemiBold;
          display: block; }
      .list_item_product.style_1 .row_item .item .info .btn_dk, .list_watched .row_item .item .info .btn_dk {
        display: inline-block;
        cursor: pointer;
        font-family: Roboto-Regular;
        font-size: 14.34px;
        color: #008afa;
        border: 1px solid #1466ff;
        border-radius: 5px;
        height: 30px;
        padding: 0px 11px 0px 15px;
        line-height: 30px;
        margin-top: 12px; }
        .list_item_product.style_1 .row_item .item .info .btn_dk:hover, .list_watched .row_item .item .info .btn_dk:hover {
          color: #FFF;
          background: #008afa;
          border-color: #008afa; }
        .list_item_product.style_1 .row_item .item .info .btn_dk:after, .list_watched .row_item .item .info .btn_dk:after {
          content: '\e8ad';
          font-family: ficon;
          padding-left: 9px; }
      .list_item_product.style_1 .row_item .item .info .short, .list_watched .row_item .item .info .short {
        color: #6e6e6e;
        font-size: 13.33px;
        font-weight: 300;
        margin-bottom: 5px; }
        @media (max-width: 499px) {
          .list_item_product.style_1 .row_item .item .info .short, .list_watched .row_item .item .info .short {
            display: none; } }
      .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: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -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-justify-content: center;
            -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: #6c6c6c;
          text-decoration: line-through;
          font-size: 13px; }
        .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: #e80000;
          font-size: 17px;
          font-weight: bold;
          float: left;
          margin-bottom: 0px; }
        .list_item_product.style_1 .row_item .item .info .info-price .percent_discount, .list_watched .row_item .item .info .info-price .percent_discount {
          color: #fff;
          background: #faa519;
          font-weight: 500;
          font-size: 13.5px;
          padding: 1px 6px; }
      .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 {
        max-width: 235px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto; }
        @media (max-width: 499px) {
          .list_item_product.style_1 .row_item .item .info .btn_group, .list_watched .row_item .item .info .btn_group {
            display: none; } }
        .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;
          border: 1px solid #008bd7;
          background: none;
          font-size: 13px;
          color: #008bd7;
          padding: 4px 26px;
          outline: none !important;
          border-radius: 15px;
          margin-right: 13px; }
          .list_item_product.style_1 .row_item .item .info .btn_group .btn_detail:after, .list_watched .row_item .item .info .btn_group .btn_detail:after {
            content: '\e8ad';
            font-family: ficon;
            padding-left: 5px; }
        .list_item_product.style_1 .row_item .item .info .btn_group button, .list_watched .row_item .item .info .btn_group button {
          background: none;
          border: 1px solid #008bd7;
          font-size: 13px;
          color: #008bd7;
          border-radius: 15px;
          padding: 4px 26px;
          outline: none !important; }
          .list_item_product.style_1 .row_item .item .info .btn_group button:after, .list_watched .row_item .item .info .btn_group button:after {
            content: '\e8ad';
            font-family: ficon;
            padding-left: 5px; }
    .list_item_product.style_1 .row_item .item .wrap_sale, .list_watched .row_item .item .wrap_sale {
      display: none !important; }
      .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: -webkit-linear-gradient(top, #f86625 0%, #cc420b 100%);
          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-justify-content: space-between;
        -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; }

/*# sourceMappingURL=func.css.map */