.custom-product-filters {
    display: flex;
}
.custom-product-filter-select {
    min-width: 100px;
    width: 28%;
    line-height: 1.5;
    height: 43px;
}
.d_none{
    display: none !important;
}
.single_add_to_cart_button {
    display: none;
}
#show_popup .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    cursor: pointer;
    opacity: 0.6;
}
#show_popup .popup_main {
    position: relative;
    z-index: 99999999;
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    box-shadow: -1px 2px 12px -4px;
    border-radius: 4px;
    max-width: 600px;
    width: 100%;
    background-color: white;
    padding:40px 50px;
    color: black;
}
#product_check_response{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

#show_popup .simply img{
    position: absolute;
    top: -9px;
    right: -7px;
}
#show_popup .checkbox_error {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    #show_popup .popup_main{
        margin: 0 10px
    }
}
@media only screen and (max-width: 400px) {
    #show_popup .popup_main{
        padding:30px 20px;
        margin: 0 10px
    }
    #show_popup .cross{
        width:30px;
        height: 30px;
    }
}