	.img-wrapper-link:hover img {transform: scale(1.3);}
.img-wrapper-link img{transition: 300ms all ease;}
.hov {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
}
.classic-products-item:hover .classic-products-item-quick-view { opacity: .85; visibility: visible; bottom: 0; }
.classic-products-item:hover .classic-products-item-quick-view:hover { opacity: 1; }
.classic-products-item-quick-view { position: absolute; right: 0; left: 0; bottom: -50px; opacity: 0; visibility: hidden; transition: all .15s; background: #1d70ba; color: #fff !important; }

.product-item-link-multiple { display: block; }
.product-item-image-default { visibility: hidden; width: 100%; }
.product-item-image-0, .product-item-image-1 { top: 0; right: 0; bottom: 0; left: 0; transition: all .2s ease-in-out; }
.product-item-image-1 { opacity: 0; }
.product-item-link-multiple:hover .product-item-image-0 { opacity: 0; }
.product-item-link-multiple:hover .product-item-image-1 { opacity: 1; }

:root {--kt-special-offers-bg: #ad9178!important;}
body {
	background-color : #f5e9df !important;
}
.footer {background-color: #B89B7A !important;}
.navbar {background-color: #B89B7A !important;}
.max-w-20{
	width:20%;
}
.max-w-80{
	width:80%;
}

.image-hover:hover{
	transform: scale(1.08); 
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #000!important;
}