.hidden {
    display: none;
}

body.no-overflow {
    overflow: hidden;
}

#checkout {
    position: fixed;
    border: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}
#overflow {
    z-index: 99999998;
}

#ppgcheckoutclose {
    z-index: 199999998;
    position: fixed;
    top: 20px;
    right: 40px;
    width: 50px;
    height: 50px;
    border: 3px solid #ddd;
    border-radius: 50%;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}

#ppgcheckoutclose svg {
    height: 44px;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after{
    display: none;
}
.mob-nav{
    float: right;
    padding: 40px 20px 0;
    font-size: 20px;
    display: none;
    font-weight: 300;
}
.buynow{
    cursor: pointer;
}
@media (max-width: 980px){
    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
        display: none;
    }
    .mob-nav{
        display: block;
    }
}
