.product_style1 .product_general {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 24px;
  margin: 0px 0px 60px 0px;
  padding: 0px 0px 60px 0px;
  border-bottom: 1px solid var(--less-orange);
}
.product_style1 .product_item .wrap_figure figure {
  height: 320px;
  overflow: hidden;
  border-radius: 16px;
}
.product_style1 .product_item .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s;
}
.product_style1 .product_item .wrap_figure figure:hover img {
  transform: scale(1.1);
}
.product_style1 .product_item .text_widget {
  margin: 20px 0px 0px 0px;
  display: flex;
  gap: 16px;
}
.product_style1 .product_item .text_widget p a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--sub-black);
  transition: all 0.5s;
}
.product_style1 .product_item .text_widget p a:hover {
  color: var(--orange);
}
.product_style1 .product_item .text_widget .cart_btn i {
  width: 24px;
  height: 24px;
  background: url(../images/thinhvuong-btn-arr-icon-tilted-bigger.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  display: inline-block;
}
.product_style1 .product_item .text_widget .cart_btn:hover i {
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .product_style1 .product_general {
    display: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product_style1 .product_general {
    padding: 0px 0px 36px 0px;
    margin: 0px 0px 36px 0px;
  }
}
@media (max-width: 767px) {
  .product_style1 .product_item .text_widget .cart_btn i {
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
  }
  .product_style1 .product_item .text_widget {
    margin: 12px 0px 0px 0px;
  }
  .product_style1 .product_item .wrap_figure figure {
    height: 190px;
    border-radius: 8px;
  }
  .product_style1 .product_item .wrap_figure figure img {
    border-radius: 8px;
  }
  .product_style1 .product_item .text_widget p a {
            font-size: 12px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
  }
  .product_style1 .product_general {
    padding: 0px 0px 24px 0px;
    margin: 0px 0px 24px 0px;
  }
}
/* end product_style1 */
.product_style2 .product_banner {
  margin: 10px 0px 0px 0px;
}
.product_style2 .product_banner figure {
  height: 330px;
  border-radius: 16px;
}
.product_style2 .product_banner figure img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.product_style2 .product_general {
  margin: 20px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 32px;
  grid-row-gap: 40px;
}
.product_style2 .product_item .wrap_figure figure {
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.product_style2 .product_item .wrap_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.product_style2 .product_item .wrap_figure figure:hover img {
  transform: scale(1.1);
}
.product_style2 .product_item .text_widget {
  padding:20px;
}
.product_style2 .product_item .text_widget p a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--sub-black);
  transition: all 0.5s;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.product_style2 .product_item .text_widget p a:hover {
  color: var(--orange);
}
.product_style2 .product_price {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 6px 0px 0px 0px;
}



.product_style2 .product_price  span.price ins{
  text-decoration: none;
}

.product_style2 .product_price .price .woocommerce-Price-amount {
  color: #f56718;
}

.product_style2 .product_price .ct_right{
  display: none;
}
.product_style2 .rgl_price {
  font-size: 16px;
  line-height: 24px;
  color: var(--orange);
  font-weight: 600;
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}

.product_style2 .rgl_price ins{
  text-decoration: none;
}

.product_style2 .rgl_price del{
  text-decoration: line-through;
  color: #636161;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
  line-height: 22px;
  position: relative;
  top: 2px;
}

.product_style2 .sale_price {
  color: var(--gray);
  display: block;
}
.product_style2 .cart_btn i {
  width: 44px;
  height: 44px;
  background: url(../images/thinhvuong-product-cart-icon.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  display: inline-block;
}
@media (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product_style2 .product_item .text_widget {
    margin: 12px 0px 0px 0px;
  }
  .product_style2 .sale_price {
    font-size: 14px;
    line-height: 22px;
  }
  .product_style2 .rgl_price {
    font-size: 16px;
    line-height: 24px;
  }
  .product_style2 .product_item .text_widget p a {
    font-size: 16px;
    line-height: 24px;
  }
  .product_style2 .product_general {
    margin: 24px 0px 0px 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product_style2 .product_banner figure {
    height: 220px;
  }
  .product_style2 .product_banner {
    margin: 24px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .product_style2 .cart_btn i {
    width: 36px;
    height: 36px;
  }
  .product_style2 .sale_price {
    font-size: 10px;
    line-height: 18px;
  }
  
  .product_style2 .product_item .text_widget p a {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product_style2 .rgl_price{
     font-size: 12px;
        line-height: 20px;
        flex-direction: row-reverse;
        gap: 10px;
  }

  .product_style2 .rgl_price del{
    font-size: 12px;
    line-height: 12px;
    top:4px;
  }
  .product_style2 .product_item .text_widget {
    margin: 12px 0px 0px 0px;
  }
  .product_style2 .product_item .wrap_figure figure img {
    border-radius: 10px;
  }
  .product_style2 .product_item .wrap_figure figure {
    height: 180px;
    border-radius: 10px;
  }



  .product_style2 .product_general {
    margin: 15px 0px 0px 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: anchor-center;
  }
  .product_style2 .product_banner figure {
    height: 120px;
    border-radius: 12px;
  }
  .product_style2 .product_banner {
    margin: 16px 0px 0px 0px;
  }


}
/* end product_style2 */
/* end css rau */




