/*product_item ===============================================================*/
.product_item {
  background: #fff;
  position: relative;
}

.product_scroll_orther {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  webkit-wrap: wrap;
  margin-right: -40px;
}

.product_scroll_orther:before, .product_scroll_orther:after {
  content: " ";
  display: table;
}

.product_scroll_orther:after {
  clear: both;
}

.product_scroll_orther .product_item {
  border: 0px;
  width: 25%;
  float: left;
  padding-right: 40px;
  margin-bottom: 10px;
}

@media (max-width: 850px) {
  .product_scroll_orther .product_item {
    width: 33.333%;
  }
}

@media (max-width: 499px) {
  .product_scroll_orther .product_item {
    width: 50%;
  }
}

.product_scroll_orther .product_item .info-price {
  padding-right: 35px;
  padding-left: 35px;
}

.product_watched {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  webkit-wrap: wrap;
  margin-right: -40px;
  margin-bottom: 80px;
}

.product_watched:before, .product_watched:after {
  content: " ";
  display: table;
}

.product_watched:after {
  clear: both;
}

.product_watched .product_item {
  border: 0px;
  width: 20%;
  float: left;
  padding-right: 40px;
  margin-bottom: 10px;
}

@media (max-width: 850px) {
  .product_watched .product_item {
    width: 33.333%;
  }
}

@media (max-width: 499px) {
  .product_watched .product_item {
    width: 50%;
  }
}

.product_watched .product_item .info-price {
  padding-right: 35px;
  padding-left: 35px;
}

.product_watched .product_item .info-price .empty {
  text-align: center;
}

.product_watched .product_item .img:before {
  display: none;
}

.product_watched .list_watched-title {
  font-size: 20px;
  font-family: "Roboto-Bold";
  margin-bottom: 15px;
}

/*.product_item:after{
   content: '';
   position: absolute;
   left: -1px;
   right: -1px;
   bottom: -3px;
   height: 3px;
   background: #d2d2d2;
}*/
.product_item .img {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0px 5px;
}

.product_item .img a:first-child,
.product_item .img img {
  display: block;
  width: 100%;
}

.product_item .img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(36, 36, 37, 0.39);
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  z-index: 1;
}

.product_item .img:hover:before {
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}

.product_item .img .zoom-in,
.product_item .img .cart-plus {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 100px;
  color: #fff;
  background: rgba(36, 36, 37, 0.8);
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  border-radius: 4px;
  border: solid 1px #8f8f90;
  transition: all 300ms ease-out 0s;
  z-index: 2;
  line-height: 35px;
  height: 35px;
  padding: 0px 5px;
}

.product_item .img .zoom-in i,
.product_item .img .cart-plus i {
  font-size: 14px;
  font-family: "arial";
}

.product_item .img .zoom-in:hover,
.product_item .img .cart-plus:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.product_item .img .cart-plus {
  left: 100%;
  margin-left: 6px;
  width: 100px;
}

.product_item .img:hover .cart-plus {
  left: 50%;
  margin-left: -50px;
}

.product_item .info {
  padding: 0px;
  text-align: center;
}

.product_item .info .phone_contact {
  color: #f36f20;
  margin-bottom: 5px;
}

.product_item .info .info-title {
  display: block;
  height: 40px;
  overflow: hidden;
  margin: 5px 0px;
}

.product_item .info h3 {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
}

.product_item .info h3 a {
  font-family: "Roboto-Bold";
  display: table-cell;
  font-size: 15px;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-weight: bold;
}

.product_scroll_orther .product_item .info h3 a {
  font-weight: normal;
}

.product_scroll_orther .product_item .info .price_buy {
  color: #ed3237 !important;
}

.product_scroll_orther .product_item .info .price {
  text-decoration: line-through;
  color: #5d5d5d;
  font-size: 14px;
}

.product_watched .product_item .info h3 a {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

.list_watched .list_none .mCustomScrollBox {
  height: 890px;
  display: block;
  overflow: hidden;
}

.product_watched .product_item .info .price_buy {
  color: #ed3237 !important;
}

.product_watched .product_item .info .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.product_item .info-price {
  display: block;
  padding: 0px 15px;
  margin-bottom: 5px;
}

.product_item .info-price:before, .product_item .info-price:after {
  content: " ";
  display: table;
}

.product_item .info-price:after {
  clear: both;
}

.product_item .info-price.none {
  display: none !important;
}

.product-overlay .info-price .price {
  font-size: 15px;
  font-weight: normal;
  color: #fff !important;
  font-family: tahoma;
  font-weight: normal;
  margin: 0px 0px 10px;
}

.product_item .price_buy {
  font-size: 14px;
  font-family: "Roboto-Bold";
  color: #ec0404;
}

.product_item .price_buy.right_b {
  float: left;
  font-weight: bold;
}

.product_item .price.right_b {
  color: #444;
  font-weight: normal;
  text-decoration: line-through;
  display: inline-block;
  float: right;
}

/*--------------------------------------------*/
.list_item_product .row_item {
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  webkit-wrap: wrap;
  margin-bottom: 23px;
}

.list_item_product .row_item:before, .list_item_product .row_item:after {
  content: " ";
  display: table;
}

.list_item_product .row_item:after {
  clear: both;
}

.list_item_product .col_item {
  float: left;
  width: 25%;
  margin-bottom: 15px;
}

@media (max-width: 999px) {
  .list_item_product .col_item {
    width: 33.3333%;
  }
}

@media (max-width: 700px) {
  .list_item_product .col_item {
    width: 50%;
  }
}

.list_item_product .row_empty {
  text-align: center;
}

.list_item_product .product_item:hover .product-overlay, .product_scroll_orther .product_item:hover .product-overlay {
  opacity: 1;
  visibility: visible;
}

.product_item .product-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 50;
  padding: 10px 15px;
  color: #fff;
}

.rate span {
  color: #fff;
  float: left;
  margin-top: -1px;
  margin-left: 4px;
}

.product_item .product-overlay .description {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #dcdcdc dashed;
  color: #fff;
  max-height: 170px;
  overflow: hidden;
}

.product_item .product-overlay .description p {
  padding: 0px;
}

.product_item .product-overlay {
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.product_item .product-overlay .product-link {
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}

.product_item .product-overlay .name {
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}

.product_item .product-overlay .info-price {
  padding-left: 0px;
}

.product_item .product-overlay .info-price .right_b, .product_item .product-overlay .info-price .price_buy.center, .product_item .product-overlay .info-price .empty {
  text-align: left;
  color: #fff !important;
}

.product_item .product-overlay .info-price .right_b span, .product_item .product-overlay .info-price .price_buy.center span, .product_item .product-overlay .info-price .empty span {
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
}

.product_item .product-overlay .product-config .form_add_cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}

.product_item .product-overlay .product-config .btn_add_cart {
  width: 50%;
  margin-right: 5px;
  background: #ff3824;
  border-radius: 5px;
  padding: 5px 5px;
  color: #fff;
  border: none;
  font-weight: bold;
}

.product_item .product-overlay .product-config .btn_add_cart:hover {
  color: #ff3824;
  background: #fff;
}

.product_item .product-overlay .product-config {
  z-index: 7;
  padding-bottom: 10px;
  padding-top: 15px;
  width: 100%;
  text-align: left;
}

.product_item .btn-cart {
  cursor: pointer;
  outline: none;
  position: relative;
  border: 1px solid #e2e3e4;
  padding: 0px;
  min-height: 31px;
  line-height: 30px;
  padding-left: 35px;
  padding-right: 10px;
  margin: 0;
  border-radius: 17px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.view_detail {
  text-decoration: underline;
  color: #111;
}

.product_item .btn-cart i {
  position: absolute;
  color: #fff;
  left: 2px;
  bottom: 2px;
  z-index: 1;
  font-size: 17px;
}

.product_item .btn-cart:after {
  content: "";
  top: 2px;
  left: 2px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #288ad6;
  border-radius: 50%;
}

.product_item .btn-cart:hover {
  color: #6d6e71;
  border-radius: 0;
  background: #fff;
}

.product_item .btn-cart, .product_item .btn-cart:after {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.product_item .btn-cart:hover:after {
  border-radius: 0;
}

.product_item .product-overlay .product-config .btn-group-compare {
  float: right;
  margin-bottom: 0;
}

.product_item .product-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 14px;
}

.box_menu_product {
  margin-top: 15px;
  border: solid 1px #ddd;
  border-top: none;
}

.box_menu_product > ul label > div {
  background: #2957a4;
  padding: 9px 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-family: "Roboto-Regular";
  font-size: 14px;
}

.box_menu_product ul > li {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.box_menu_product ul > li > a {
  font-weight: bold;
  font-size: 15px;
  color: #49494a;
}

.box_menu_product ul > li > a i {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  right: -5px;
  font-size: 30px;
  color: #fff;
}

.box_menu_product ul li ul li {
  margin: 0;
}

.box_menu_product ul > li > a label {
  display: block;
  cursor: pointer;
}

.box_menu_product ul li ul li a label {
  display: inline-block;
}

.box_menu_product ul li ul li a div {
  background: none;
  padding: 5px 15px 5px 27px;
  display: inline-block;
  padding-right: 3px;
  text-transform: none;
  color: #126ea9;
}

.box_menu_product ul li ul li a:hover div {
  text-decoration: underline;
}

.box_menu_product ul li ul li span {
  font-size: 12px;
  color: #777;
}

.box_menu_product ul li ul li a {
  color: #085eb9;
  font-weight: normal;
  font-size: 13px;
}

.box_menu_product ul li ul li a:hover {
  color: #333;
  font-weight: bold;
}

.box_menu_product ul li ul {
  margin-top: 10px;
}

.box_menu_product ul li ul li input {
  display: inline-block;
  margin: 0px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.box_menu_product ul li a.current {
  color: #333;
  font-weight: bold;
}

.box_header_product {
  background: #fff !important;
  background: rebeccapurple;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  max-height: 65px !important;
  line-height: 65px;
  margin-bottom: 20px;
}

.box_header_product .num_total {
  display: inline-block;
  line-height: 48px;
}

.box_header_product .sort_product {
  display: inline-block;
  margin-left: 30px;
  font-weight: bold;
  position: relative;
}

.sort_product:before {
  position: absolute;
  right: 10px;
  bottom: 7px;
  padding: 0;
  font-size: 24px;
  color: #085eb9;
  pointer-events: none;
  content: '\e8af';
  font-family: "ficon";
}

.box_header_product .sort_product select {
  height: 32px;
  border: 1px #b7b7b7 solid;
  border-radius: 3px;
  padding: 0px 5px;
  margin-left: 5px;
  box-shadow: 1px 1px 3px 0px #a5a5a5;
  color: #2754f7;
  min-width: 140px;
  outline: none;
  border: 1px solid #c3c4c4;
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 4px 30px 5px 10px;
  color: #085eb9;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: -webkit-linear-gradient(top, #fff 0, #f1f2f2 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f1f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f2', GradientType=0);
}

.box_header_product .view_product {
  display: inline-block;
  float: right;
  line-height: 65px;
  font-weight: bold;
}

.box_header_product .view_product .btn-grid {
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #c3c4c4;
  border-bottom-width: 2px;
  margin: 0;
  padding: 6px 12px;
  height: 32px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #fff 0, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6d6d6', GradientType=0);
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-width: 1px;
  padding-bottom: 4px;
  color: #085eb9;
}

.box_header_product .view_product .btn-list i {
  font-size: 14px;
}

.box_header_product .view_product .btn-grid i {
  font-size: 14px;
}

.box_header_product .view_product .btn-list {
  border-radius: 4px;
  cursor: pointer;
  border: solid 1px #c3c4c4;
  border-bottom-width: 2px;
  margin: 0;
  margin-right: -4px;
  padding: 6px 12px;
  height: 32px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #fff 0, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6d6d6', GradientType=0);
  display: inline-block;
  border-bottom-width: 2px;
  padding-bottom: 6px;
  background-image: -webkit-linear-gradient(top, #fff 0, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6d6d6', GradientType=0);
  color: #085eb9;
  border-bottom-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 4px;
}

.box_header_product .view_product .active {
  color: #333;
  background: #f1f2f2;
}

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

.list_item_product .col_item.product_item_list {
  width: 100%;
  border: 0px;
  border-bottom: 1px #e7e7e7 solid;
  padding: 0px;
  margin: 10px 0px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.list_item_product .col_item.product_item_list .item-bottom {
  border-top: 0px;
  margin-top: 0px;
  height: auto;
}

.product_item_list.product_item .img {
  width: 25%;
  display: inline-block;
  float: left;
  margin: 0px;
}

.product_item_list.product_item .info {
  display: none;
}

.product_item_list.product_item .product-overlay {
  display: none;
}

.product_item_list.product_item .product-view-list {
  display: inline-block;
  width: 75%;
  padding-left: 15px;
}

.product_item_list.product_item .product-view-list .info_view {
  width: 65%;
  display: inline-block;
  float: left;
  padding-right: 60px;
}

.product_item_list.product_item .product-view-list .info_view .description {
  color: #777;
}

.product_item_list.product_item .product-view-list .cart_view {
  width: 35%;
  display: inline-block;
}

.product_item_list.product_item .product-view-list .info_view .title {
  font-size: 18px;
  font-weight: bold;
  color: #085eb9;
}

.product_item_list.product_item .product-view-list .info_view .title:hover {
  color: #197fea;
}

.rate span:hover {
  text-decoration: underline;
}

.product_item_list.product_item .product-view-list .cart_view .price_view p {
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #444;
}

.product_item_list.product_item .product-view-list .cart_view .price_view {
  font-size: 19px;
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-cart-view {
  outline: none;
  cursor: pointer;
  position: relative;
  border: 2px solid #eae41d;
  padding: 5px 12px 5px 12px;
  line-height: 30px;
  border-radius: 17px;
  font-size: 15px;
  font-weight: 600;
  background-color: #f7cf00;
  background-image: -webkit-linear-gradient(top, #fff200 0, #ffe500 100%);
  background-image: linear-gradient(to bottom, #fff200 0, #ffe500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff200', endColorstr='#ffffe500', GradientType=0);
  border: 1px solid #f2ca00;
  color: #49494a;
  box-shadow: inset 0 -1px 1px #f2ca00;
  text-shadow: none;
  border-radius: 4px;
  width: 100%;
}

.btn-cart-view:hover {
  color: #49494a;
  border: 1px solid #f2ca00;
  background-image: -webkit-linear-gradient(top, #fff200 0, #fff200 100%);
  background-image: linear-gradient(to bottom, #fff200 0, #fff200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff200', endColorstr='#fffff200', GradientType=0);
}

.product_item_list.product_item .product-view-list .info_view .rate {
  margin: 15px 0px;
}

.product_item_list.product_item .product-view-list .info_view .model {
  display: block;
  margin: 5px 0px 10px;
}

.filter {
  display: block;
  margin: 0px 0px 10px;
}

.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: 4px 10px;
  background: #e5f6f9;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  line-height: 22px;
}

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: 17px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

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;
}

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

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

.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 .info {
  float: left;
  width: 59%;
  padding-left: 10px;
  padding-right: 10px;
}

.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;
}

@media (max-width: 850px) {
  .full.promotion .list_item_product .col_item {
    width: 33%;
  }
}

@media (max-width: 599px) {
  .product_item .info h3 a {
    font-weight: normal;
  }
  .ul.filter-items li {
    margin-right: 10px;
  }
  .product_item .info .price_buy {
    font-size: 13px;
  }
  .product_item .info .price {
    font-size: 13px;
  }
  .product_item .info .price_promotion {
    font-size: 15px;
  }
}

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

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