.product .do_list_product > .box-content {
  padding: 0px;
  border: none;
}

.product .list_item_product {
  margin-right: -34px;
}

.product .list_item_product .col_item {
  width: 50%;
  padding-bottom: 0px;
  margin-bottom: 39px;
  padding-right: 34px;
}

.product .list_item_product .col_item .wrap {
  background: #fff;
  z-index: 22;
  position: relative;
}

.product .list_item_product .col_item .wrap:before, .product .list_item_product .col_item .wrap:after {
  content: " ";
  display: table;
}

.product .list_item_product .col_item .wrap:after {
  clear: both;
}

.product .list_item_product .col_item .wrap:before {
  background: #333 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.06;
  position: absolute;
  right: 0px;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  transition: top 400ms ease-in-out 0s, left 400ms ease-in-out 0s, right 400ms ease-in-out 0s, bottom 400ms ease-in-out 0s, visibility 400ms ease-in-out 0s;
  webkit-transition: top 400ms ease-in-out,left 400ms ease-in-out,right 400ms ease-in-out,bottom 400ms ease-in-out,visibility 400ms ease-in-out;
  -o-transition: top 400ms ease-in-out,left 400ms ease-in-out,right 400ms ease-in-out,bottom 400ms ease-in-out,visibility 400ms ease-in-out;
  visibility: hidden;
  z-index: 0;
}

.product .list_item_product .col_item .wrap:hover {
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.product .list_item_product .col_item .wrap:hover:before {
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  transition: top 400ms ease-in-out 0s, left 400ms ease-in-out 0s, right 400ms ease-in-out 0s, bottom 400ms ease-in-out 0s, visibility 400ms ease-in-out 0s;
  webkit-transition: top 400ms ease-in-out,left 400ms ease-in-out,right 400ms ease-in-out,bottom 400ms ease-in-out,visibility 400ms ease-in-out;
  -o-transition: top 400ms ease-in-out,left 400ms ease-in-out,right 400ms ease-in-out,bottom 400ms ease-in-out,visibility 400ms ease-in-out;
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  visibility: visible;
}

.product .list_item_product .product_item {
  background: none;
  padding-bottom: 0px;
}

.product .list_item_product .product_item .img_info {
  padding: 20px;
  padding-bottom: 0px;
  position: relative;
  background: #fff;
}

.product .list_item_product .product_item .img {
  background: #fff;
  padding: 15px 8px;
  height: 215px;
}

.product .list_item_product .product_item .title_product {
  margin-bottom: 3px;
  font-weight: bold;
  font-family: "Arial";
  font-size: 16px;
  text-align: left;
}

.product .list_item_product .product_item .info {
  text-align: left;
  position: relative;
}

.product .list_item_product .product_item .info img {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media (min-width: 800px) {
  .product .list_item_product .product_item .short {
    height: 300px;
    padding-bottom: 10px;
    overflow: hidden;
  }
}

@media (min-width: 1000px) {
  .product .list_item_product .product_item .short {
    height: 270px;
    padding-bottom: 10px;
    overflow: hidden;
  }
}

.product .list_item_product .product_item .short ul {
  padding-left: 15px;
  font-family: "Arial";
  color: #333;
  margin-bottom: 0px;
  padding-bottom: 15px;
  overflow: hidden;
}

.product .list_item_product .product_item .short ul p {
  padding: 0px;
}

.product .list_item_product .product_item .short ul em {
  font-style: normal;
}

.product .list_item_product .btn_detail {
  text-align: center;
  background: #e30c13;
  color: #fff;
  font-family: "Arial";
  width: 50%;
  border-radius: 0px;
  float: left;
  height: 39px;
  position: relative;
  padding: 0px;
  line-height: 39px;
  text-align: center;
  overflow: hidden;
  transition: color 180ms ease-in-out 0s, background 180ms ease-in-out 0s, border 180ms ease-in-out 0s;
}

.product .list_item_product .btn_detail:before {
  background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 500ms ease-in-out 0s, height 500ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
  width: 4px;
  z-index: 0;
}

.product .list_item_product .btn_detail:hover:before {
  height: 500%;
  opacity: 1;
  width: 130%;
}

.product .list_item_product .btn_quote {
  text-align: center;
  background: #fff;
  float: left;
  font-family: "Arial";
  color: #333;
  width: 50%;
  border-radius: 0px;
  height: 39px;
  padding-left: 2px;
  padding: 0px;
  line-height: 39px;
  text-align: center;
  border: solid 1px #d6d6d6;
  border-right: none;
  position: relative;
  overflow: hidden;
}

.product .list_item_product .btn_quote:before {
  content: '\e86f';
  padding-right: 6px;
  padding-left: 10px;
  font-family: ficon;
}

.product .list_item_product .btn_quote:after {
  background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 500%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 500ms ease-in-out 0s, height 500ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
  width: 40%;
  z-index: 0;
}

.product .list_item_product .btn_quote:hover:after {
  width: 200%;
  opacity: 1;
  width: 120%;
}

.product_scroll_orther .col_item {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  float: left;
}

.product_scroll_orther .product_item {
  background: none;
  padding-bottom: 0px;
  border: solid 1px #e1e1e1;
  margin-bottom: 25px;
}

.product_scroll_orther .product_item .img {
  background: #fff;
  height: 240px;
}

.product_scroll_orther .product_item .title_product {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.product_scroll_orther .btn_detail {
  text-align: center;
}

.product_scroll_orther .btn_detail a.btn {
  font-size: 12px;
  color: #666;
  border: solid 1px #dddddd;
  border-radius: 0px;
  background: #fff;
}

.product_scroll_orther .btn_detail a.btn:after {
  content: '\e8a7';
  padding-left: 10px;
  font-family: ficon;
}

.box_product {
  padding-bottom: 20px;
}

.box_product .title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #21b24b;
    position: relative;
}
.box_product .title:before {
    content: '';
    background: #d0d0d0;
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -50px;
}
.box_product .title:after {
    content: '';
    background: #fdb818;
    height: 3px;
    width: 25px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
}

.box_product .title_group {
  display: block;
  width: 100%;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.box_product .title_group h3 {
  background: url(../images/bg_title_box.png);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding-bottom: 6px;
  display: inline-block;
}

.box_product .title_group a {
  font-weight: normal;
}

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

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

.box_product .wrap:after {
  clear: both;
}

.box_product .row_item {
  display: block !important;
}

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

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

.box_product .row_item .item {
  float: left;
  width: 33.333%;
  padding-right: 18px;
}

@media (max-width: 649px) {
  .box_product .row_item .item {
    width: 50%;
  }
}

.box_product .row_item .col_item {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.box_product .row_item .product_item {
  background: none;
  padding-bottom: 0px;
}

.box_product .row_item .product_item .img {
  padding: 15px 8px;
  border: solid 1px #ddd;
  margin-bottom: 23px;
  height: 270px;
}

.box_product .row_item .product_item .img:before, .box_product .row_item .product_item .img:after {
  content: " ";
  display: table;
}

.box_product .row_item .product_item .img:after {
  clear: both;
}

@media (max-width: 449px) {
  .box_product .row_item .product_item .img {
    height: 170px;
  }
}

.box_product .row_item .product_item .img a:before, .box_product .row_item .product_item .img a:after {
  content: " ";
  display: table;
}

.box_product .row_item .product_item .img a:after {
  clear: both;
}

.box_product .row_item .product_item .img a img {
  width: auto;
  max-width: 100%;
}

.box_product .row_item .product_item .img a img:before, .box_product .row_item .product_item .img a img:after {
  content: " ";
  display: table;
}

.box_product .row_item .product_item .img a img:after {
  clear: both;
}

.box_product .row_item .product_item .img .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.32);
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -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;
  z-index: 2;
}

.box_product .row_item .product_item .img:hover .overlay {
  opacity: 1;
}

.box_product .row_item .product_item .img .overlay a {
  color: #fff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  line-height: 60px;
  font-family: "Arial";
  -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;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(255, 255, 255, 0.75);
box-shadow:         0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

.box_product .row_item .product_item .title_product {
  margin-bottom: 11px;
  font-weight: normal;
  font-size: 15px;
}

.box_product .row_item .product_item .short {
  text-align: center;
  margin-bottom: 40px;
}

.box_product .row_item .btn_detail {
  text-align: center;
}

.box_product .row_item .btn_detail a.btn {
  font-size: 14px;
  color: #333;
  padding: 8px 22.5px;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
  background: #ebebeb;
  font-family: "Roboto";
}

.box_product .row_item .btn_detail a.btn:after {
  content: '\e8b5';
  padding-left: 10px;
  font-family: ficon;
}

.box_product .row_item .btn_detail a.btn:hover {
  border-color: #ccc;
}

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

.product_watched .product_item {
  border: 0px;
  border-bottom: 1px #d0d0d0 dashed;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.product_watched .list_watched-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #c5c5c5;
  margin-bottom: 15px;
}

.product_item .img {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product_item .img img {
  display: block;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.product_item .img .icon_view_detail,
.product_item .img .ficon-cart-plus {
  position: absolute;
  padding: 0px 5px;
  top: 50%;
  margin-top: -17px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  color: #333;
  background: #fdfdfd;
  font-size: 13px;
  border-radius: 3px;
  cursor: pointer;
  -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: 2;
}

.product_item .img .icon_view_detail:after {
  content: '\e8b5';
  font-family: ficon;
  padding-left: 5px;
}

.product_item .img .icon_view_detail:hover,
.product_item .img .ficon-cart-plus:hover {
  background: #fff;
}

.product_item .img .icon_view_detail {
  right: 100%;
}

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

.product_item .img:hover .icon_view_detail {
  right: 34%;
}

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

.product_item .item-bottom {
  border-top: 1px #e2e3e4 dashed;
  margin-top: 5px;
  height: 30px;
}

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

.product_item .info h3 {
  display: table;
  height: 100%;
  width: 100%;
}

.product_item .info h3 a {
  line-height: 20px;
  display: table-cell;
  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;
  margin-top: 5px;
}

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

.list_watched .list_none .mCustomScrollBox {
  height: 630px;
  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;
  margin-top: 5px;
}

.product_item .info-price {
  display: block;
}

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

.product_item .price_buy {
  font-size: 15px;
  font-weight: normal;
  color: #ec0404 !important;
  font-family: tahoma;
}

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

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

/*--------------------------------------------*/
.list_item_product {
  margin-left: 1px;
}

.list_item_product .row_item {
  margin-left: 0px;
  margin-right: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_item_product .col_item {
  float: left;
  padding: 0px;
  margin-bottom: 20px;
  width: 23.5%;
}

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

.list_item_product .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: #fff;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  padding: 10px 15px;
}

.rate span {
  color: #f70000;
  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: #777;
}

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

.product_item .product-overlay .name, .product_item .product-overlay h4 {
  font-size: 14px;
  font-weight: 700;
  color: #404041;
  margin-bottom: 0;
  margin-top: 0;
}

.product_item .product-overlay .overlay-price {
  font-size: 13px;
  font-weight: 700;
  color: #e81c24;
  margin-bottom: 10px;
}

.product_item .product-overlay p {
  margin-bottom: 0;
}

.product_item .product-overlay .product-config {
  z-index: 7;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  width: 100%;
  padding-right: 20px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 35%, #fff 26%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 35%, #fff 26%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 35%, #fff 26%);
  text-align: center;
}

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

.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 ul ul {
  display: none;
}

.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: -6px;
  right: -5px;
  font-size: 30px;
}

.box_menu_product ul > li > a div {
  background: #e6e6e8;
  padding: 5px 15px;
}

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

.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: 5px;
}

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

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

@media (max-width: 769px) {
  .product .list_item_product {
    margin-right: 0px;
  }
  .product .list_item_product .col_item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}

@media (max-width: 649px) {
  .product .list_item_product .col_item {
    width: 100%;
    float: none;
  }
  .product .list_item_product {
    margin-right: 0px;
  }
}

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

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