@charset "UTF-8";
/*product_item ===============================================================*/
.list_item_product .row_empty {
  padding-left: 15px;
  padding-top: 15px;
}

/* fadeIn */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.list_item_product .row_item, .list_other .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  margin-right: -17px;
}
@media (max-width: 1060px) {
  .list_item_product .row_item, .list_other .row_item {
    margin-right: -10px;
  }
}
.list_item_product .product_item, .list_other .product_item {
  width: 25%;
  float: left;
  background: #FFF;
  margin-bottom: 18px;
  padding-right: 17px;
}
@media (max-width: 1060px) {
  .list_item_product .product_item, .list_other .product_item {
    padding-right: 10px;
  }
}
@media (max-width: 920px) {
  .list_item_product .product_item, .list_other .product_item {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .list_item_product .product_item, .list_other .product_item {
    width: 50%;
  }
}
@media (max-width: 470px) {
  .list_item_product .product_item, .list_other .product_item {
    width: 100%;
  }
}
.list_item_product .product_item .wrap, .list_other .product_item .wrap {
  height: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  overflow: hidden;
}
.list_item_product .product_item .wrap:hover, .list_other .product_item .wrap:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #c6c6c6;
          box-shadow: 0px 0px 10px 0px #c6c6c6;
}
.list_item_product .product_item .product-overlay, .list_other .product_item .product-overlay {
  bottom: 0px;
}
.list_item_product .product_item .product-overlay .wrap_top, .list_other .product_item .product-overlay .wrap_top {
  padding: 10px 15px;
  border: 1px solid #0f84aa;
  min-height: 195px;
}
.list_item_product .product_item .product-overlay .wrap_top .name a, .list_other .product_item .product-overlay .wrap_top .name a {
  font-size: 13px;
  color: #f00;
}
.list_item_product .product_item .product-overlay .wrap_top .description, .list_other .product_item .product-overlay .wrap_top .description {
  font-size: 13px;
}
.list_item_product .product_item .product-overlay .wrap_top .view_detail, .list_other .product_item .product-overlay .wrap_top .view_detail {
  color: #111;
  text-align: center;
  margin-top: 5px;
}
.list_item_product .product_item .product-overlay .wrap_top .view_detail a, .list_other .product_item .product-overlay .wrap_top .view_detail a {
  font-size: 15px;
  font-family: Arial;
  color: #00a2ff;
  border: solid 1px #00a2ff;
  padding: 2px 10px;
  border-radius: 4px;
}
.list_item_product .product_item .product-overlay .wrap_bottom, .list_other .product_item .product-overlay .wrap_bottom {
  background: #a7c526;
}
.list_item_product .product_item .product-overlay .wrap_bottom .product-config, .list_other .product_item .product-overlay .wrap_bottom .product-config {
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
}
.list_item_product .product_item .product-overlay .wrap_bottom .product-config .btn-cart, .list_other .product_item .product-overlay .wrap_bottom .product-config .btn-cart {
  cursor: pointer;
  outline: none;
  display: block;
  position: relative;
  border: none;
  padding: 10px 0px;
  background: #f3f3f3;
  color: #f00;
  font-size: 18.58px;
  text-align: center;
  margin: auto;
  width: 100%;
}
.list_item_product .product_item .product-overlay .wrap_bottom .info-price, .list_other .product_item .product-overlay .wrap_bottom .info-price {
  min-height: 0px;
  padding-right: 8px;
  padding-bottom: 5px;
}
.list_item_product .product_item .product-overlay .wrap_bottom .info-price:before, .list_item_product .product_item .product-overlay .wrap_bottom .info-price:after, .list_other .product_item .product-overlay .wrap_bottom .info-price:before, .list_other .product_item .product-overlay .wrap_bottom .info-price:after {
  content: " ";
  display: table;
}
.list_item_product .product_item .product-overlay .wrap_bottom .info-price:after, .list_other .product_item .product-overlay .wrap_bottom .info-price:after {
  clear: both;
}
.list_item_product .product_item .product-overlay .wrap_bottom .info-price .price, .list_other .product_item .product-overlay .wrap_bottom .info-price .price {
  font-size: 14px;
  color: #fff;
  text-transform: none;
  font-family: "Arial";
  text-decoration: line-through;
  margin-top: -4px;
}
.list_item_product .product_item .product-overlay .wrap_bottom .info-price .price.right_b, .list_other .product_item .product-overlay .wrap_bottom .info-price .price.right_b {
  float: none;
  text-align: center;
}
.list_item_product .product_item .product-overlay .wrap_bottom .info-price .price.right_b a, .list_other .product_item .product-overlay .wrap_bottom .info-price .price.right_b a {
  background: #aa7507;
  color: #fff;
  padding: 7px 23px;
  border-radius: 0px 15px;
  display: block;
}
@media (max-width: 599px) {
  .list_item_product .product_item .product-overlay .wrap_bottom .info-price .price.right_b, .list_other .product_item .product-overlay .wrap_bottom .info-price .price.right_b {
    float: none;
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.list_item_product .product_item .product-overlay .wrap_bottom .info-price .price_buy, .list_other .product_item .product-overlay .wrap_bottom .info-price .price_buy {
  font-size: 18px;
  font-family: SFUHelveticaBold;
  color: #fff;
  text-align: center;
}
.list_item_product .product_item .product-overlay .wrap_bottom .info-price .price_buy.right_b, .list_other .product_item .product-overlay .wrap_bottom .info-price .price_buy.right_b {
  float: left;
}
@media (max-width: 599px) {
  .list_item_product .product_item .product-overlay .wrap_bottom .info-price .price_buy.right_b, .list_other .product_item .product-overlay .wrap_bottom .info-price .price_buy.right_b {
    float: none;
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.list_item_product .product_item .img, .list_other .product_item .img {
  margin: 0px;
  padding: 21px 10px;
  position: relative;
}
@media (max-width: 490px) {
  .list_item_product .product_item .img, .list_other .product_item .img {
    padding: 10px;
  }
}
.list_item_product .product_item .img:after, .list_other .product_item .img:after {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background: #c2c2c2;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list_item_product .product_item .img a img, .list_other .product_item .img a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.list_item_product .product_item .img .content_sale_off, .list_other .product_item .img .content_sale_off {
  position: absolute;
  top: 0px;
  right: 0px;
}
.list_item_product .product_item .img .content_sale_off .sale_off_bg, .list_other .product_item .img .content_sale_off .sale_off_bg {
  width: 61px;
  height: 61px;
}
.list_item_product .product_item .img .content_sale_off .sale_off_bg .percent, .list_other .product_item .img .content_sale_off .sale_off_bg .percent {
  font-family: helveticaneuemedium;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background: #ed1c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.list_item_product .product_item .img .content_sale_off .sale_off_bg .percent:after, .list_other .product_item .img .content_sale_off .sale_off_bg .percent:after {
  content: url("../images/bg_bottom_big_sale.png");
  position: absolute;
  top: 100%;
  right: 0px;
}
.list_item_product .product_item .img .content_sale_off .sale_off_bg .percent p:first-child, .list_other .product_item .img .content_sale_off .sale_off_bg .percent p:first-child {
  font-size: 14px;
  padding: 0px;
  line-height: 16px;
}
.list_item_product .product_item .img .content_sale_off .sale_off_bg .percent p:last-child, .list_other .product_item .img .content_sale_off .sale_off_bg .percent p:last-child {
  font-size: 23px;
  padding: 0px;
  line-height: 25px;
}
.list_item_product .product_item .img .content_sale_off .sale_off_bg sup, .list_other .product_item .img .content_sale_off .sale_off_bg sup {
  font-family: UTMAurora;
  font-size: 11px;
  color: #FFF;
  padding: 0px 2px;
}
.list_item_product .product_item .img .new_product, .list_other .product_item .img .new_product {
  position: absolute;
  top: -5px;
  right: -5px;
}
.list_item_product .product_item .info, .list_other .product_item .info {
  padding: 0px 5px;
}
.list_item_product .product_item .info:before, .list_item_product .product_item .info:after, .list_other .product_item .info:before, .list_other .product_item .info:after {
  content: " ";
  display: table;
}
.list_item_product .product_item .info:after, .list_other .product_item .info:after {
  clear: both;
}
.list_item_product .product_item .info .group, .list_other .product_item .info .group {
  font-family: helveticaneuelight;
  font-size: 14px;
  color: #535353;
  padding-top: 20px;
}
.list_item_product .product_item .info .info-title, .list_other .product_item .info .info-title {
  padding-top: 8px;
}
.list_item_product .product_item .info .info-title h3 a, .list_other .product_item .info .info-title h3 a {
  color: #595959;
  font-size: 14px;
  font-family: helveticaneuemedium;
  display: block;
  text-transform: uppercase;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  text-align: center;
}
.list_item_product .product_item .info .info-title h3 a:hover, .list_other .product_item .info .info-title h3 a:hover {
  color: #2c4b9b;
}
.list_item_product .product_item .info .info-price, .list_other .product_item .info .info-price {
  padding-top: 2px;
  padding-bottom: 13px;
}
.list_item_product .product_item .info .info-price .price_buy.right_b, .list_item_product .product_item .info .info-price .price_buy, .list_other .product_item .info .info-price .price_buy.right_b, .list_other .product_item .info .info-price .price_buy {
  font-family: helveticaneuebold;
  font-size: 16px;
  color: #2c4b9b;
  font-weight: normal;
  text-align: center;
}
.list_item_product .product_item .info .info-price .price_buy.right_b sup, .list_item_product .product_item .info .info-price .price_buy sup, .list_other .product_item .info .info-price .price_buy.right_b sup, .list_other .product_item .info .info-price .price_buy sup {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  font-size: 13px;
}
.list_item_product .product_item .info .info-price .price.right_b, .list_other .product_item .info .info-price .price.right_b {
  font-size: 15.46px;
  font-family: Roboto-Regular;
  color: #1d1d1d;
  text-decoration: line-through;
  display: inline-block;
}
.list_item_product .product_item .info .info-price .price.right_b span, .list_other .product_item .info .info-price .price.right_b span {
  text-decoration: underline;
}
.list_item_product .product_item .info .rate, .list_other .product_item .info .rate {
  padding: 13px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_item_product .product_item .info .rate img, .list_other .product_item .info .rate img {
  width: 10px;
  height: 10px !important;
}
.list_item_product .product_item .info .watch_and_cart, .list_other .product_item .info .watch_and_cart {
  border-top: 1px solid #cecece;
  padding: 11px 17px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1060px) {
  .list_item_product .product_item .info .watch_and_cart, .list_other .product_item .info .watch_and_cart {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.list_item_product .product_item .info .watch_and_cart .tinh_trang, .list_other .product_item .info .watch_and_cart .tinh_trang {
  font-family: Roboto-Bold;
  font-size: 14.35px;
  color: #6f6f6f;
  position: relative;
  padding-left: 21px;
}
.list_item_product .product_item .info .watch_and_cart .tinh_trang:before, .list_other .product_item .info .watch_and_cart .tinh_trang:before {
  content: url("../images/icon_chinh_hang.png");
  padding-right: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.list_item_product .product_item .info .form_add_cart .btn_add_cart, .list_other .product_item .info .form_add_cart .btn_add_cart {
  padding: 3px 4px 2px;
  border: none;
  background: #959595;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  height: unset;
  margin-top: unset;
}
.list_item_product .product_item .info .form_add_cart .btn_add_cart span, .list_other .product_item .info .form_add_cart .btn_add_cart span {
  font-family: Roboto-Medium;
  font-size: 9.07px;
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
}
.list_item_product .product_item .info .form_add_cart .btn_add_cart span:before, .list_other .product_item .info .form_add_cart .btn_add_cart span:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -2px;
  left: -2px;
  border: 1px solid #959595;
  border-radius: 10px;
}
.list_item_product .product_item .info .form_add_cart .btn_add_cart span:after, .list_other .product_item .info .form_add_cart .btn_add_cart span:after {
  content: "";
  font-family: ficon;
  padding-left: 3px;
  font-style: normal;
  font-size: 11px;
}

.list_other {
  background: #fff;
}
.list_other:before, .list_other:after {
  content: " ";
  display: table;
}
.list_other:after {
  clear: both;
}
.list_other .product_item {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0px;
  height: 100%;
}
.list_other .product_item .product-overlay {
  display: none;
}

/*PRODUCT LIST*/
.product-view-list {
  display: none;
}

.filter {
  display: block;
  margin: 0px 0px 10px;
  width: 100%;
  margin-top: 15px;
  margin-left: 9px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 5px 0px;
}

.filter p {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #49494a;
  margin-right: 10px;
  float: left;
}

ul.filter-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.filter-items:after,
ul.filter-items:before {
  content: " ";
  display: table;
}

ul.filter-items:after {
  clear: both;
}

ul.filter-items li {
  position: relative;
  border-radius: 4px;
  padding: 1px 5px;
  background: #e5f6f9;
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}

ul.filter-items li:first-child {
  margin-left: 0px;
}

ul.filter-items li a.remove {
  text-align: center;
  vertical-align: text-top;
  color: #085eb9;
  font-size: 14px;
  display: inline-block;
  float: right;
  cursor: pointer;
  padding-top: 2px;
}

ul.filter-items li a.remove:hover {
  color: #2a82de;
}

ul.filter-items a.clear-all {
  display: inline-block;
  color: #053970;
  margin-top: 5px;
  float: left;
}

ul.filter-items a.clear-all:hover {
  display: inline-block;
  text-decoration: underline;
  color: #2162a7;
  cursor: pointer;
}

.list_related_cotent .owl-nav .owl-next i.angle-right {
  right: 0px;
  position: absolute;
  top: 10%;
  width: 30px;
  height: 58px;
  background: url("../../images/right.png");
}

.list_related_cotent .owl-nav .owl-prev {
  left: 0px;
  position: absolute;
  top: 10%;
  width: 30px;
  height: 58px;
  background: url("../../images/left.png");
}

.list_combine_detail ul.list_none {
  display: block !important;
  margin-bottom: 20px;
}

.list_combine_detail ul.list_none li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  border: 1px #1760bb solid;
  border-radius: 2px;
  max-height: 41px;
  margin-bottom: 5px;
}

.list_combine_detail ul.list_none li label {
  height: 33px;
  width: 33px;
  margin: 2px;
  cursor: pointer;
}

.list_combine_detail ul.list_none li:hover {
  border: 1px red solid;
}

.list_combine_detail ul.list_none li.active {
  border: 2px #1760bb solid;
  margin-top: -1px;
}

.list_combine_detail ul.list_none li label input {
  display: none;
}

.list_combine-title_c {
  display: inline-block;
  float: left;
  margin-right: 15px;
  padding-top: 5px;
}

.num_qantity_by {
  font-style: italic;
}

.cart_row img {
  max-width: 60px;
  float: left;
  margin-right: 10px;
}

.cart_row .price_format {
  text-align: left;
  float: left;
  font-size: 14px;
}

.cart_row .quantity {
  text-align: left;
  float: left;
  font-size: 15px;
  border: 1px #dcdcdc solid;
  padding: 2px 7px;
  border-radius: 2px;
  padding: 3px 5px;
  border: 1px solid #c5c5c5;
}

.cart_row .color span.color {
  border: 1px #cccccc solid;
  width: 100%;
  height: 10px;
  display: inline-block;
}

.list_item_promotion .col_item {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 12px;
  padding-bottom: 14px;
  border-bottom: 1px #e4e4e4 solid;
}

.list_item_promotion .col_item .img {
  float: left;
  width: 41%;
  padding-left: 10px;
  padding-right: 10px;
}
.list_item_promotion .col_item .img a {
  width: 100%;
}
.list_item_promotion .col_item .img img {
  width: 100%;
}
@media (max-width: 850px) {
  .list_item_promotion .col_item .img {
    padding-left: 0px;
  }
}
@media (max-width: 499px) {
  .list_item_promotion .col_item .img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding: 0px;
  }
}

.list_item_promotion .col_item .info {
  float: left;
  width: 59%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 499px) {
  .list_item_promotion .col_item .info {
    width: 100%;
    float: none;
    padding: 0px;
  }
}

.list_item_promotion .col_item .date span a {
  padding-left: 5px;
  font-size: 12px;
  color: #1486d8;
}

.list_item_promotion .col_item .short {
  margin-top: 7px;
}

.list_item_promotion .col_item .date {
  color: #999999;
  margin-top: 5px;
}

.box_mid-content .promotion {
  /*background: #ffeaf1;*/
  /*padding: 15px;*/
  margin-bottom: 20px;
}

.box_mid-content .promotion img {
  max-width: 100%;
  height: auto;
}

.box_mid-content .promotion .title {
  font-size: 25px;
  color: #f7060c;
  font-weight: bold;
}

.box_mid-content .promotion .content {
  font-size: 14px;
  color: #6c6e6d;
  margin-top: 5px;
}

.text_search {
  background: #fff;
  padding: 10px 15px;
}
.text_search b {
  color: #00a2ff;
}
/*# sourceMappingURL=func.css.map */