#popup-country .set-popup-country p{
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}
#popup-country{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: inline-flex;
    display: none;
}
#popup-country .set-popup-country{
    display: block;
    width: 100%;
    text-align: center;
}
#popup-country .set-popup-country .content-popup-country{
    width: 25%;
    height: 25vh;
    background: grey;
    position: relative;
    margin: 0 auto;
    border: 1px #666 solid;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    padding: 10px;
    color: #fff;
}
#popup-country .set-popup-country .content-popup-country span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #f00;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    cursor: pointer;
}
.show_left_menu, .woo-tabs-mobile{
    display: none;
}
#shipping_address_1_field{
    display: none !important;
}
@media (max-width: 600px) {
    #popup-country .set-popup-country .content-popup-country{
        width: 65%;
    }
}