.kop-tab .e-n-tabs-heading {
	width: max-content;
	margin: 0px auto;
	padding: 6px;
	border: 1px solid #e9e6e2;
	background: #fff;
	border-radius: 100px;
}

.kop-blur:before {
	backdrop-filter: blur(9px);
}

.varaition-selector .loop-variation-buttons {
	display: flex;
	justify-content: left;
	align-items: start;
	gap: 10px;
	flex-wrap: wrap;
}

.varaition-selector .loop-variation-buttons .loop-variation-btn {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 10px;
	border: 1px solid #3956434f;
	width: 31%;
	border-radius: 10px;
	transition: 0.4s all ease;
	cursor: pointer;
}

.varaition-selector .loop-variation-buttons .loop-variation-btn.active {
	border: 1px solid #395643;
	background: #3956431c;
}

.varaition-selector .var-name {
	text-transform: uppercase;
	font-family: 'Inter';
	font-weight: 600;
	color: #000;
	font-size: 14px;
	line-height: 22px;
}

.varaition-selector .var-price {
	color: #858585;
	font-size: 12px;
	font-family: 'Inter';
	line-height: 18px;
}

.cart-custom .elementor-menu-cart__container {
	overflow: visible;
	width: 100%;
	background: transparent;
}

.cart-custom .elementor-menu-cart__main {
	height: 100vh;
	z-index: 999999;
	width: 30%;
}

.elementor-element-7a1734f {
	z-index: 3;
}

.cart-custom ul {
  padding: 0px;
	margin-bottom: 40px;
}

.cart-custom ul li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 9px;
	background: #395643;
	border-radius: 20px;
	flex-wrap: wrap;
}

.cart-custom ul li img {
	width: 70px;
}

.cart-custom ul li a {
	color: #fff;
	font-family: 'Inter';
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cart-custom ul li .remove_from_cart_button {
	width: 5%;
}

.cart-custom ul li a {
	width: 90%;
}

.cart-custom ul li  .quantity {
	width: 100%;
	text-align: center;
	font-family: 'Inter';
	color: #fff;
	font-size: 16px;
}

.cart-custom ul li a img {
	border-radius: 10px;
}

.cart-custom .woocommerce-mini-cart__buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0px;
}

.cart-custom .woocommerce-mini-cart__buttons .button {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    color: #395643;
    border-radius: 10px;
    transition: 0.4s all ease;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 20px;
}

.cart-custom .woocommerce-mini-cart__buttons .button:hover {
    background: #395643;
    color: #fff;
}

.cart-custom .woocommerce-mini-cart__buttons .checkout {
    background: #395643;
    color: #fff;
}

.cart-custom .woocommerce-mini-cart__buttons .checkout:hover {
    background: #fff;
    color: #395643;
}





@media screen and (min-width: 768px) and (max-width: 1023px) {
	
.cart-custom .elementor-menu-cart__main {
    width: 55%;
}
	
}




@media screen and (min-width: 320px) and (max-width: 767px) {
	

.cart-custom .elementor-menu-cart__main {
    width: 75%;
}
	
}


















