/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-page-title:before {
    content: "";
    background: rgba(0,0,0,0.35);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wd-page-title .wd-checkout-steps,
.wd-page-title h1 {
    position: relative;
    z-index: 5;
}


#billing_country_field,
#shipping_country_field {
    display: none !important;
}


.pswp__bg {
    background: rgba(255, 255, 255, 0.2) !important;        
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;    
}