/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/*SHOPPING CART*/
.blockcart.show .mobile_menu_click_overlay {
    background: rgba(0,0,0,0.48);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.form-floating>.form-control-plaintext~label::after, 
.form-floating>.form-control:focus~label::after, 
.form-floating>.form-control:not(:placeholder-shown)~label::after, 
.form-floating>.form-select~label::after {
    background-color: initial;
}