

	
	
/* ======================================================================================================================================================
# Header
====================================================================================================================================================== */
	
	
	/* Cart */
	#menu-item-shop {
		
		right: 0 !important; border: none;
		
		li.cart_dropdown_first > a {display: flex; padding: 0 0 0 1.575rem; align-items: center;}
		li.cart_dropdown_first > a .av-cart-counter {left: auto; right: 0; margin-top: -24px; min-width: 16px; background: #ff0507;}
		li.cart_dropdown_first > a .av-cart-container {display: flex; position: relative; margin: 0; width: 48px; height: 48px; align-items: center; justify-content: center;}
		li.cart_dropdown_first > a .av-cart-container svg {display: none;}
		
		li.cart_dropdown_first > a .av-cart-container:before, li.cart_dropdown_first > a .av-cart-container:after {content:''; position: absolute; top: 50%;}
		
		li.cart_dropdown_first > a .av-cart-container:before {
			left: 0; transform: translateY(-50%); width: 48px; height: 48px; background: #f3f3f3; border-radius: 50%; z-index: -1;
		}
		li.cart_dropdown_first > a .av-cart-container:after {
			left: 50%; transform: translate(-50%,-50%); width: 20px; height: 20px; background: url(../images/add-to-cart.svg) no-repeat center;
		}
		
		.dropdown_widget .widget_shopping_cart_content {
			
			border: none; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
			ul.product_list_widget li a {font-weight: 500; color: #3a3a3a !important;}
			
		}
		
		.dropdown_widget .woocommerce-mini-cart__buttons.buttons {
			
			display: flex; gap: 0.675rem; justify-content: space-between; background: #fff !important;
			a.button {display: flex; padding: 7px 5px; width: 100%; height: 32px; justify-content: center; align-items: center; background: #1a1a1a; font-weight: 500; color: #fff; border-radius: 25px;}
			a.button:hover {opacity: 0.65;}
	
		}

		
	}

