body .ds-product-fixed-btns .ds-product-fixed-cart-btn {
    background-color: var(--ds-interactive-color);
    width: 100%;
    border-color: var(--ds-primary-light-color);
	text-transform: uppercase;
}

#button-cart{
    background-color: var(--ds-interactive-color);
    border-color: var(--ds-primary-light-color);
	text-transform: uppercase;
}








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

@media screen and (max-width:600px){
	#payment-method-messaging-element{height: 60px;}
	body .ds-product-fixed-btns .ds-product-fixed-cart-btn {height: 50px; font-weight: bold;}



}








