.collection-grid-wrap .ProductsthisCollectionBox .form-check-input:checked {
	background-color: #D8B270;
	border-color: #D8B270;
}

.collection-grid-wrap .main-product-grid .ProductsthisCollectionBox {
	margin: 0px;
	height: 100%;
}

.collection-grid-wrap .main-product-grid .ProductsthisCollectionBox .dellaanimationbordertwo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.collection-grid-wrap .ProductsthisCollectionBox .product-describe {
	position: relative;
	min-height: 115px;
	margin: 10px 0;
	text-align: center;
}

.collection-grid-wrap .ProductsthisCollectionBox .add-to-cart-collection-product,
.collection-grid-wrap .ProductsthisCollectionBox .customisation_btn {
	width: 100%;
	border: 1px solid var(--rgb-189163113, #BDA371);
	background-color: transparent;
	color: #000;
	font-family: 'Figtree';
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	padding: 5px 0px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.product-details-div .d-flex {
	align-items: center;
}

.collection-grid-wrap .dellaanimationcontainer {
	border: 1px solid #c7c7c7;
	height: 100%;
}

.collection-grid-wrap .ProductsthisCollectionBox .add-to-cart-collection-product:hover,
.collection-grid-wrap .ProductsthisCollectionBox .customisation_btn:hover {
	color: #BDA371;
}

#ProductsthisCollection.products-collections .ProductsthisCollectionBox {
	margin-bottom: 0px;
}

.collection-grid-wrap .ProductsthisCollectionBox small.collection-product-sku {
	height: 20px;
}

.collection-grid-wrap .ProductsthisCollectionBox .product-describe small.collection-product-price {

	overflow: hidden;
	color: #212529;
	font-family: 'Figtree';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.collection-grid-wrap .ProductsthisCollectionBox .collection-product-title {
	color: #212529;
	font-family: 'Figtree';
	font-size: 15px;	
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
}
.collection-grid-wrap .ProductsthisCollectionBox .collection-product-subtitle {
	color: #888;
	font-family: 'Figtree';
	font-size: 14px;	
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	margin-top: 8px;
}

.collection-grid-wrap .ProductsthisCollectionBox .collection-product-title a {
	color: #212529;
}

.products-collections {
	background-color: #fff;
}

.collection-grid-wrap .collection-subheadings {
	color: #BDA371;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.92px;
	text-align: center;
}

.collection-grid-wrap .ProductsthisCollectionBox:hover {
	opacity: 1;
	height: 100%;
}

.collection-grid-wrap .ProductsthisCollectionBox:hover {
	box-shadow: none;
}

.collection-grid-wrap .ProductsthisCollectionBox small {
    color: #888 !important;
    font-size: 12px !important;
    display: block;
    margin-top: 10px !important;
}

.collection-grid-wrap .ProductsthisCollectionBox {
    display: block;
    text-transform: uppercase;
    margin-bottom: 50px;
    transition: 0.5s;
    padding: 10px;
}