.layout-collections{
	padding-bottom: 80px;
}

.layout-collections .section-product-new{
	border-bottom: 2px solid #D3D3D3;
}

.search-collections{
	padding: 80px 0px;
}

.search-collections .search-form{
	position: relative;
}

.search-collections .search-form .form-control{
	width: 100%;
	height: 45px;
	color: #15963d;
	font-size: 14px;
	padding: 7px 20px;
	border: 1px solid #15963d;
	border-radius: 30px;
}

.search-collections .search-form .form-control::placeholder{
	color: #15963d;
}

.search-collections .search-form .btn{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	border: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
}

.search-collections .search-form .btn img{
	height: 20px;
}

.category-products .item_product_main{
	box-shadow: 0 1px 4px rgba(0,0,0,.06);
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.category-products .item_product_main:hover{
	box-shadow: 0 8px 20px rgba(0,0,0,.1);
	border-color: #cfe9d8;
	transform: translateY(-3px);
}

.category-products .item_product_main .product-thumbnail{
	position: relative;
	overflow: hidden;
	background-color: #fafafa;
	border-bottom: 1px solid #F0F0F0;
}

.category-products .item_product_main .product-thumbnail .image_thumb{
	position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 80%;
}

.category-products .item_product_main .product-thumbnail img{
	width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease;
}

.category-products .item_product_main:hover .product-thumbnail img{
	transform: scale(1.06);
}

.category-products .item_product_main .product-thumbnail .product-badge{
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 2;
	max-width: calc(100% - 20px);
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	padding: 3px 6px;
	background-color: #EC2C37;
	border-radius: 20px;
	text-transform: uppercase;
	box-shadow: 0 2px 6px rgba(236,44,55,.35);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-products .item_product_main .product-info{
	z-index: 1;
    padding: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.category-products .item_product_main .product-info h3{
	color: #333;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.category-products .item_product_main .product-info h3 a{
	color: #333;
	transition: color .2s ease;
}

.category-products .item_product_main .product-info h3 a:hover{
	color: #15963d;
}

.item_product_main .product-meta{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin-bottom: 12px;
}

.item_product_main .product-meta span{
	font-size: 12px;
	line-height: 16px;
}

.item_product_main .product-meta .product-unit{
	color: #777;
}

.item_product_main .product-meta .product-expire{
	color: #EC2C37;
	font-weight: 600;
}

.item_product_main .product-price {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px dashed #E5E5E5;
}

.item_product_main .product-price .price-box{
	color: #828282;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

.item_product_main .product-price .price-box .price{
	color: #15963d;
	font-size: 16px;
	display: block;
}

.item_product_main .product-price .price-box .compare-price{
	font-size: 12px;
	font-weight: 500;
}

.item_product_main .product-actions{
	padding-top: 10px;
}

.item_product_main .product-actions .quantity{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: fit-content;
	margin: 0 auto;
	border: 1px solid #15963d;
	border-radius: 20px;
	overflow: hidden;
}

.item_product_main .product-actions .quantity button{
	width: 30px;
	height: 30px;
	color: #15963d;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	border: none;
	border-radius: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.item_product_main .product-actions .quantity button:hover{
	background-color: #EAF7EE;
}

.item_product_main .product-actions .quantity button.qty-minus{
	color: #15963d;
	background-color: transparent;
}

.item_product_main .product-actions .quantity .qty-num{
	width: 40px;
	max-width: 40px;
	height: 30px;
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	color: #222;
	border: none;
	border-left: 1px solid #DCEEE1;
	border-right: 1px solid #DCEEE1;
	border-radius: 0;
}

.item_product_main .product-actions .out-of-stock{
	display: block;
	width: 100%;
	text-align: center;
	color: #EC2C37;
	font-size: 12.5px;
	font-weight: 600;
	padding: 6px 0;
	background-color: #FDEEEE;
	border-radius: 20px;
}

.category-products .item_product_main .view-price .cta{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 7px 25px;
	background-color: #15963d;
	border-radius: 5px;
}


.deal-hot .item_product_main{
	border: 0px;
}

.deal-hot .item_product_main .product-info{
	padding: 0px;
}

.deal-hot .item_product_main .product-info h3{
	color: #15963d;
	text-align: center;
}

.deal-hot .item_product_main .product-info h3 a{
	color: #15963d;
}

.deal-hot .item_product_main .product-price{
	display: block;
	text-align: center;
}

.deal-hot .item_product_main .product-price .price-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.deal-hot .item_product_main .product-price .price-box .price{
	color: #FF0000;
	font-size: 15px;
}

.deal-hot .item_product_main .product-price .price-box .compare-price{
	display: flex;
	align-items: center;
	gap: 20px;
	color: #A6A6A6;
	font-size: 13px;
	text-decoration: line-through;
}

.deal-hot .item_product_main .product-actions .quantity{
	margin-top: 30px;
	justify-content: center;
}

.deal-hot .deal-header{
	text-align: center;
}

.deal-hot .deal-header h3{
	color: #15963d;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.deal-hot .deal-header .desc{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 25px 0px;
	background-color: #E8E8E8;
}

.deal-hot .deal-header .desc img{
	height: 65px;
	width: 65px;
	margin-right: 20px;
}

.deal-hot .deal-header .desc .text b{
	display: block;
	color: #15963d;
	font-size: 20px;
	font-weight: bold;
}

.deal-hot .deal-header .desc .text span{
	display: block;
	color: #15963d;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}