/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*.ajax_add_to_cart_2 + .added_to_cart {
	display: none !important;
}*/

body .header-menu .lab-mini-cart .cart_list li .product-details .variation {
	display: block;
	margin-bottom: 15px;
	text-align: left;
}
body .header-menu .lab-mini-cart .cart_list li .product-details .variation dd+dt:before {
	content: '';
}
body .header-menu .lab-mini-cart .cart_list li .product-details .variation dd, 
body .header-menu .lab-mini-cart .cart_list li .product-details .variation dt {
	float: left;
}
body .header-menu .lab-mini-cart .cart_list li .product-details .variation dt {
	clear: both;
	margin-right: 5px;
}
.loader-add-to-cart {
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 10;
    text-align: center;
    padding: 3px 3px 3px 3px;
}

body .ajax_add_to_cart_2.disabled {
	color: #aaa;
    cursor: not-allowed;
}

html.disable-scroll {
	overflow: hidden;
}