.collection-promotion {background: #f7eee4;}

/*--------------------------------------------*/
.banner-collection-header {margin-bottom: 15px;}
.box-desc-collection  {margin-bottom: 50px;}
.box-title-collection {
	margin: 0 0 16px 0;
	width: 100%;
	display: flex; 
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
}
.box-title-collection--left{}
.box-title-collection--left h1 {
	font-size: 20px;
	color: #1f2022;
	text-transform: uppercase;
	margin : 0;
	display: inline-block;
}
.box-title-collection--left .collection-size {
	display: inline-block;
	font-size: 12px;
	color: #707070;
}
.box-title-collection--right {display: flex; align-items: center; gap: 4px;}
.box-title-collection--right .custom-dropdown {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, .1);
	min-width: 200px;
	overflow: hidden;
	border-radius: 5px;
}
.box-title-collection--right .custom-dropdown__select {
	background-color: #e7edd7;
	background-image: url(https://comem.vn/images/arrows-select.svg);
	background-position: calc(100% - 10px);
	background-repeat: no-repeat;
	border-radius: 5px;
	color: #3e6807;
	font-weight: 400;
	height: 34px;
	width: 100%;
	border: none;
	padding: 0 10px;
}
.box-title-collection--right .btn-filter-mobile {
	border: 1px solid #dedede;
	padding: 6px;
	margin: 0 0 0 5px;
	background: #fff;
	font-size: 13px;
	height: 36px;
	border-radius: 5px;
}
.box-title-collection--right .btn-filter-mobile i {margin-left: 5px;}
.padding-top-mobile {margin-bottom: 30px;}
.cate-promotion h3 {
	background: #a7d618;
	color: #fff;
	font-size: 15px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0;
}

.layout-normal .product-lists {display:flex; flex-wrap: wrap;margin: 0 -15px;}
.layout-normal .product-lists .proloop {
	padding: 0 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.layout-normal .product-lists .proloop .btn-addtocart span {display:none;}

.layout-promotion .product-lists {display:flex; flex-direction: column;}
.layout-promotion .product-item {display: flex;border:none;box-shadow: none;}
.layout-promotion .product-item .product-thumb {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	border:none;
}
.layout-promotion .product-item .product-thumb img { border: 1px solid #f7f7f7;}
.layout-promotion .product-item .product-content {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	padding: 12px;
	display: flex; 
	flex-direction: column; 
	gap: 15px;
	color:#000;
	position: relative;
}
.layout-promotion .product-item .product-content .product-btn .btn-buy {display:none;}
.layout-promotion .product-item .product-content .product-btn .btn-cart {flex: 1;}
.layout-promotion .product-item .product-content .product-btn .btn-addtocart {	width: 100%;	border-radius: 4px;	flex-direction: row-reverse;gap: 10px;color: #fff;}
.layout-promotion .product-item .product-content .product-title {
	text-overflow: initial;
	display: block;
	-webkit-line-clamp: initial;
	line-clamp: initial;
	margin-bottom: 0;
	height: auto;
}
.layout-promotion .product-item .product-content .product-title .entry-title-primary {font-size: 18px;font-weight: bold;}
.layout-promotion .product-item .product-content .product-price {display: flex;align-items: center;justify-content: space-between;margin-bottom:0;font-weight: normal;font-size: 14px;color:#000;}
.layout-promotion .product-item .product-content .product-price > span {display: inline-flex; flex-direction: column; align-items: flex-end;font-weight: bold;}
.layout-promotion .product-item .product-content .product-price ins {font-size: 22px;}
.layout-promotion .product-item .product-meta {display: flex!important; align-items: center; gap: 30px;}
.layout-promotion .product-item .product-meta > div {position: relative;}
.layout-promotion .product-item .product-meta > div:not(.line-rating):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	background: var(--shop-color-border);
	height: 60%;
	width: 1px;
	margin: auto;
}
.layout-promotion .product-item .product-meta .line-rating {	display: flex;	align-items: center;}
.layout-promotion .product-item .product-meta .line-rating .rating {
	line-height: 1;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	width
}
.layout-promotion .product-item .product-meta .line-rating .rating .rating {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
}
.layout-promotion .product-item .product-meta .line-rating .rating .icon {display: inline-block;}
.layout-promotion .product-item .product-meta .line-rating .rating .icon::before {
	color: #d5d5d5;
	content: "\f005";
	font-family: "FontAwesome",sans-serif;
	font-size: 14px;
	font-style: normal;
}
.layout-promotion .product-item .product-meta .line-rating .rating .icon.star-full::before {color: #ffae00;}
.layout-promotion .product-item .product-meta .line-rating .number-rating {padding-left: 5px;font-size: 13px;}
.layout-promotion .product-item .product-meta .line-wishlist .btn {width: 25px;display: inline-flex; align-items: center; justify-content: center;padding: 0;border: none;background: none;}
.layout-promotion .product-item .product-meta .line-wishlist .btn svg{width: 20px;height: 20px;}
.layout-promotion .product-item .product-meta > div.line-social {display: none;}
.layout-promotion .product-item .product-meta .line-social ul {padding: 0; margin: 0; display: flex; align-items: center;gap: 8px;}
.layout-promotion .product-item .product-meta .line-social li {height:24px;width:24px;}
.layout-promotion .product-item .product-meta .line-social li a {display: inline-flex; align-items: center;justify-content: center;}
.layout-promotion .product-item .product-meta .line-social li a svg,
.layout-promotion .product-item .product-meta .line-social li a img{height:24px;width:24px;}
.layout-promotion .product-item .product-meta .product-shortdesc {display: block;!important;}
.layout-promotion .product-item .product-features {font-size: 12px;display: block!important;border-top: 1px solid var(--shop-color-border);border-bottom: 1px solid var(--shop-color-border);position: relative;padding: 12px 0 12px 0;}
.layout-promotion .product-item .product-features .list-features {display: flex; flex-wrap: wrap; gap: 8px 12px;}
.layout-promotion .product-item .product-features .list-features .item {display: inline-flex; gap: 4px;}
.layout-promotion .product-item .product-features .list-features .item .icon img {width: 25px; height: 25px;}
.layout-promotion .product-item .product-features .list-features .item .text {}

.layout-promotion .product-item .actions-wrapqty {	display: none!important;	color: #000;}
.layout-promotion .product-item .actions-wrapqty .quantity-qty {
	display: inline-flex; 
	border: 1px solid #e9eaec;
	overflow: hidden;
}
.layout-promotion .product-item .actions-wrapqty .quantity-qty .qty-btn.disabled {cursor: not-allowed;opacity: 0.6;}
.layout-promotion .product-item .qty-btn {
	height: 30px;
	width: 30px;
	background: #ffffff;
	color: var(--shop-color-text);
	opacity: 0.75;
	border: 0;
	outline: none;
	padding: 0 5px; 
}
.layout-promotion .product-item .qty-btn svg {width: 13px;height: 100%; }
.layout-promotion .product-item .proloop-value {
	width: 40px;
	height: 30px;
	padding: 0;
	float: left;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none; 
}
.layout-promotion .product-item .view-detail {display: flex!important;align-items: center; justify-content: center; gap: 8px;color:#c58c43;padding: 8px 0;}
.layout-promotion .product-item .product-label {display: block!important;}
.layout-promotion .product-item .product-label span {color:#fff; padding: 0 8px; background: #f37021;display: inline-flex;}
.layout-promotion .product-item .btn-wishlist {
	display: inline-flex!important; align-items: center; justify-content: center;
	background: none; border: none;
	width: 28px; height: 28px; 
	position: absolute; top: 18px; right: 20px;
}

.layout-promotion .product-item .product-coupon {display: block!important}
.layout-promotion .product-item .product-coupon {display: flex!important; flex-direction: column; gap: 12px;margin-bottom: 15px;}
.layout-promotion .product-item .coupons_list {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	align-items: center;
	cursor: pointer;
	overflow-x: auto;
}
.layout-promotion .product-item .coupons_list::-webkit-scrollbar {display: none;}
.layout-promotion .product-item .coupons_list .icon {
	width: 15px;
	height: 15px;
	margin-left: 5px;
	color: #dc2b2b;
}
.layout-promotion .product-item .coupons_list .coupon_item.lite {
	flex: 0 0 auto;
	border-radius: 0;
	filter: none;
	min-height: 0;
	overflow: hidden;
	padding: 0!important;
	margin-left: 5px;
	margin-right: 5px;
}
.layout-promotion .product-item .coupons_list .coupon_item.lite:before {content: normal;}
.layout-promotion .product-item .coupons_list .coupon_item.lite .coupon_content {
	border: 1px solid #dc2b2b;
	color: #dc2b2b;
	border-radius: 5px;
	padding: 3px 12px;
	position: relative;
	font-size: 14px;
}
.layout-promotion .product-item .coupons_list .coupon_item.lite .coupon_content:before, 
.layout-promotion .product-item .coupons_list .coupon_item.lite .coupon_content:after {
	content: '';
	position: absolute;
	border-radius: 999px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #dc2b2b;
	top: 50%;
	transform: translateY(-50%);
}
.layout-promotion .product-item .coupons_list .coupon_item.lite .coupon_content:before {left: -5px;}
.layout-promotion .product-item .coupons_list .coupon_item.lite .coupon_content:after {right: -5px;	}
.layout-promotion .product-item .coupons_list .coupon-action .btn {padding: 10px;}

.layout-promotion .banner-collection-header {margin-bottom: 4px;}


.collection-description {margin-bottom: 30px;}
.description-btn .expandable-content_toggle {outline: none; margin: 20px 0 40px;border: 0; }
.description-btn {position: relative; text-align: center;}
.description-btn .expandable-content_toggle {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: none;
	color: #a7d618;
	position: relative;
	margin: 0 auto;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background: transparent;
	z-index: 99;
	outline: none; 
}



@media (min-width: 768px) {
	.layout-normal .product-lists .proloop {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.layout-normal .product-lists .proloop {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.layout-promotion .product-item .product-thumb {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		border:none;
	}
	.layout-promotion .product-item .product-content {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		padding: 20px ;
		display: flex; 
		flex-direction: column; 
		gap: 15px;
	}
	.layout-promotion .product-item .product-meta > div.line-social {display:block;}
	.layout-promotion .product-item .product-features {font-size: 14px;}
	.layout-promotion .product-item .actions-wrapqty {display: inline-flex!important;align-items: center;gap: 8px;}
	.layout-promotion .product-item .product-content .product-title {margin-bottom: 15px;}
	.layout-promotion .product-item .product-content .product-title .entry-title-primary {font-size: 22px;}
	.layout-promotion .product-item .product-content .product-price {margin-bottom:15px;}
}
@media (min-width: 1200px) {
	.layout-promotion .container {
		width: 1170px;
	}
}



