/*
Theme Name: NNCS Food Catering
Author: Minh Hoang - Corsivalab
Version: 1.0.0
Requires PHP: 7.4
*/

/* Bryan css */


.desc ul{
        padding-left: 2rem !important;
        list-style: inherit !important;
}
.desc ul li{
    list-style: inherit !important;
}
.desc p + ul{
margin-top: 1rem !important;
}
#wapo-total-price-table{
	padding:3rem;
	background:#fff;
	position:fixed;
	border-radius:3rem;
	top:50%;
	transform:translatey(-50%);
	left:3rem;
	z-index:9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), 0 4px 15px rgba(0, 0, 0, 0.2), 0 4px 20px rgba(0, 0, 0, 0.1);
}
form.variations_form.cart {
    overflow: visible;
}
.addtocart-variable{
	flex-direction:column;
	padding:3rem;
	background:#fff;
	position:fixed;
	border-radius:3rem;
	top:75%;
	transform:translatey(-75%);
	right:3rem;
	z-index:9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), 0 4px 15px rgba(0, 0, 0, 0.2), 0 4px 20px rgba(0, 0, 0, 0.1);
}
.products .product .wrap-head{
	order:1;
}
.products .product .quantity{
	order:2;
}
.products .product .button{
	order:3;
}