/*
 * CSS Danh mục sản phẩm
*/
/* css ảnh đại diện danh mục */
.page-featured-cat { height: 250px; overflow: hidden; position: relative;}
.page-featured-cat img { bottom: 0; font-family: "object-fit: cover;"; height: 100%; left: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; position: absolute; right: 0; top: 0; width: 100%;}

.shop-page-title .page-title-inner { padding: 0px; display: block; }
.archive .shop-page-title >.flex-row >.flex-grow { margin-bottom: 20px;}
.shop-page-title .page-title-right { display: inline-block; width: 100%; margin-bottom: 20px;}
.shop-page-title .page-title-right p.woocommerce-result-count { margin: 0; height: 39px; line-height: 39px; display: block !important; }
.shop-page-title .page-title-right form.woocommerce-ordering { height: 39px; z-index: 9 !important; position: relative;}
h1.shop-page-title { font-size: 35px;}
	
.products .product .col-inner { position: relative; background-color: #FFF; padding: 0px; border: 1px solid #e5e5e5; border-radius: 10px; overflow: hidden; }
/* .products .product .product-small { display: flex; flex-flow: row wrap; width: 100%; } */
.products .product .box-image { /* max-width: 35%; flex-basis: 100%; */ }
.products .product .box-text { /* padding: 0px 0px 0px 20px; max-width: 65%; flex-basis: 100%; */ padding: 15px; display: flex; flex-direction: column;  }
.products .product .box-text .title-wrapper { order: 1;}
.products .product .product-title { margin: 0px; font-weight: 600;}
.products .product .product-title a { color: #000; font-size: 16px; width: 100%; margin: 0px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.products .product:hover .product-title a { color: #1e909c; }
.products .product .price-wrapper { margin-top: 10px; padding-top: 10px; border-top: 1px solid #e5e5e5; order: 3; display: none; flex-direction: row; justify-content: space-between; align-items: center; gap: 10px;}
.products .product .price-wrapper .hbw-view-more-btn { color: #000; text-decoration: underline; font-size: 16px; margin: 0px;}

@media only screen and (min-width: 960px) { 
  .shop-page-title .page-title-right p.woocommerce-result-count { width: 50%; float: left; }
  .shop-page-title .page-title-right form.woocommerce-ordering { float: right; }
}
@media only screen and (max-width: 959px) { 
  .shop-page-title .page-title-right p.woocommerce-result-count { width: 100%; }
  .shop-page-title .page-title-right form.woocommerce-ordering { width: 100%; }
}

/* Thông tin tour */
.products .product .hbw-info-tour { text-align: left; color: #000; display: flex; flex-flow: row wrap; justify-content: space-between; order: 2; margin-top: 10px; gap: 5px; font-size: 13px; }

.products .product .price-wrapper span.price { text-align: left; line-height: normal;}
.products .product .price-wrapper span.price:before { content: "From"; margin-right: 5px;}
.products .product .price-wrapper span.price del { }
.products .product .price-wrapper span.price ins { }
.products .product .price-wrapper span.price ins .woocommerce-Price-amount {  font-size: 20px;}

/* Khuyến mại*/
.hbw-info-khuyen-mai { font-size: 13px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #e5e5e5;}
.hbw-info-khuyen-mai ul { margin: 0px; display: flex; flex-flow: row wrap; width: 100%; justify-content: space-between; }
.hbw-info-khuyen-mai ul li { max-width: 49%; flex-basis: 100%; list-style-position: inside; margin: 0px !important;}


