.product_grid {
  flex-flow: row wrap;
}
.product_grid .buttons {
  display: none;
}

.center-2col-left ._content .product_grid {
  display: flex;
}

.product_grid .item {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: calc(25% - 20px);
  margin: 0px 10px;
  padding: 0px;
}
@media all and (max-width: 800px) {
  .product_grid .item {
    width: calc(33.333% - 20px);
    margin: 0px 10px;
  }
}
@media all and (max-width: 414px) {
  .product_grid .item {
    width: calc(50% - 10px);
  }
}
.product_grid .item img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.product_grid .item:hover img {
  transform: scale(1.1) translate(0, 0px);
}

.products-list-related .product_grid .item {
  border-bottom: 1px solid #E7E7E7;
}

.product_grid .item .frame_inner {
  padding: 10px;
  position: relative;
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.product_grid .item .product_image {
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 122px;
}
.product_grid .item .product_image img {
  width: 100%;
  height: auto;
}

.product_grid .item .summary {
  opacity: 0;
  transition: 0.5s;
  font-size: 15px;
  position: absolute;
  padding: 20px;
  color: #000;
  text-align: left;
  box-sizing: border-box;
  left: 1px;
  width: calc(100% - 2px);
  max-height: 100%;
  font-family: tahoma;
  line-height: 25px;
  z-index: 99;
  transition: all 0.5s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.product_grid .item .summary .sum_name {
  color: var(--extra-color);
  font-size: 17px;
  margin-bottom: 5px;
}

.product_grid .item .summary_inner {
  max-height: 100%;
}

.frame_inner > h2 {
  overflow: hidden;
  /* height: 20px; */
  text-align: center;
  margin-top: 10px;
  /* height: 45px; */
  line-height: 22px;
}

.frame_inner > h2 a:hover {
  color: var(--extra-color);
}

.stars {
  padding: 10px 0;
  text-align: left;
  padding-bottom: 0;
  display: none;
}

.stars svg {
  fill: rgba(255, 203, 0, 0.9215686275) !important;
  margin-right: 2px;
  width: 11px;
}

.product_grid .name {
  line-height: 23px;
  font-weight: normal;
  font-size: 17px;
  display: block;
  height: 45px;
  overflow: hidden;
}

.product_grid .discount {
  background: url(../images/bg_discount.png) no-repeat scroll right -3px;
  color: #FFFFFF;
  height: 21px;
  left: 0px;
  padding: 0px 14px 0 9px;
  position: absolute;
  top: 15px;
  width: 45px;
  display: none;
}

.price_arae {
  position: relative;
  overflow: hidden;
  height: 37px;
}

.price_old {
  text-decoration: line-through;
}

.discount span {
  background: red;
  border-radius: 3px;
  color: #fff;
}

.product_grid .item .price_old {
  color: #b1b1b1;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  display: none;
  margin-top: 12px;
  float: left;
  margin-left: 15px;
}

.product_grid .item .price_old span {
  text-decoration: line-through;
}

.product_grid .item .price_current {
  color: var(--extra-color);
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}

.product_grid .status {
  margin-bottom: 18px;
}

.product_grid .status li {
  color: #606060;
  font-size: 11px;
  list-style: disc inside none;
}

.product_grid .button-cart {
  display: none;
}

.product_grid .button-detail {
  border-radius: 50%;
  padding: 6px;
  background: var(--extra-color);
  color: #f7f7f7;
  display: inline;
  transition: 0.25s ease-in-out all;
  margin-top: 0;
  display: table;
  position: absolute;
  top: 0px;
  left: -40px;
  transition-duration: 1.5s;
  transition: 1.5s;
  transition-property: left;
  text-decoration: none;
  -webkit-transform: rotate(-360deg);
}
.product_grid .button-detail svg {
  fill: #fff;
}

.item:hover .button-detail {
  left: calc(100% - 38px);
  transition-property: left;
  -webkit-transform: rotate(0deg);
  transition-duration: 1.5s;
  transition: 1.5s;
}

.product_grid .button-detail span {
  font-size: 22px;
  font-weight: 500;
  font-family: arial;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab_type {
  padding-left: 10px;
  border-bottom: 1px solid #F4F4F4;
  margin-top: 17px;
  padding-bottom: 8px;
}

.tab_type li {
  display: inline;
  position: relative;
  font-size: 15px;
  padding: 0 2px;
  margin: 0 8px;
}

.tab_type li.activated a {
  color: var(--main-color);
}

.tab_type li.activated a::before,
.tab_type li:hover a::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  content: "";
  left: 0;
  bottom: -9px;
}

.product_grid .item_break:nth-child(8n) {
  display: block;
  height: 0;
  width: 100%;
}

.product_type {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  color: #FFF;
  padding: 1px 8px;
  border-radius: 3px 3px 3px 0;
  font-size: 12px;
  line-height: 18px;
}

/******* PRODUCT TYPES *******/
.product_type {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  color: #FFF;
  padding: 1px 8px;
  border-radius: 3px 3px 3px 0;
  font-size: 12px;
  line-height: 18px;
}

.product_type_moi {
  background: var(--main-color);
  color: #FFF;
  padding: 1px 8px;
  border-radius: 3px 3px 3px 0;
  font-size: 12px;
  display: none;
}

.product_type_hot,
.product_type_sale {
  background: #FF0000;
  color: #FFF;
  padding: 1px 8px;
  border-radius: 3px 3px 3px 0;
  font-size: 12px;
}

.product_type_hot:after,
.product_type_sale:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #FF0000 transparent transparent transparent;
}

.product_type_order_0 {
  top: 0px;
  left: -20px;
}

.product_type_order_1 {
  top: 14px;
  left: 7px;
}

.product_type_order_2 {
  top: -123px;
  left: 7px;
}

.product_type_qua-tang {
  background-image: url(../images/icon_v1.png);
  background-repeat: no-repeat;
  background-position: -215px 0;
  background-color: transparent;
  width: 35px;
  height: 33px;
  text-indent: -999px;
  left: 198px;
  top: -12px;
}

.product_type_qua-tang:after {
  border-color: transparent;
}

/******* end PRODUCT TYPES *******/
@media screen and (max-width: 1000px) {
  .main_wrapper .product_grid .item:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .main_wrapper .product_grid .item:nth-child(4) {
    display: block;
  }
  .product_grid .item .summary {
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product_grid .item .price_old {
    display: none;
  }
}/*# sourceMappingURL=products.css.map */