#whatsapp-checkout-bar{

position:fixed;

bottom:20px;

left:50%;

transform:translateX(0%);

background:#000;

padding:12px 25px;

border-radius:40px;

display:block;
    text-align: center;
gap:20px;

z-index:9999;
line-height: 15px;
color:white;

}



#whatsapp-checkout-btn{

background:#a36d1d;
border:0;
color:white;
font-weight:bold;
padding: 12px;
border-radius: 16px;
line-height: 8px;
}



#whatsapp-order-popup{

display:none;

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,.6);

z-index:99999;

}



.whatsapp-box{

background:white;

width:90%;

max-width:400px;

margin:80px auto;

padding:25px;

border-radius:15px;

}



.whatsapp-box input,
.whatsapp-box select,
.whatsapp-box textarea{

width:100%;

padding:12px;

margin-bottom:10px;

}



#wa-send{

width:100%;

background:#a36d1d;

color:white;

padding:15px;

border:0;

border-radius:30px;

font-weight:bold;

}



#whatsapp-close{

float:right;

font-size:25px;

border:0;

background:none;

}

@media(max-width:768px){

#whatsapp-checkout-bar{

right:15px;

bottom:20px;

padding:12px 18px;
background: #000;
border-radius: 7px;

}


.whatsapp-total,
#whatsapp-checkout-btn{

font-size:14px;

}

}