.modal {
    /*display: none;
    width: 70%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    position: fixed;
    top: 50%;
    left: 6%;
    /* right: -8%; */
    /* margin-top: -299.5px; */
    /* margin-left: -200px; 
    z-index: 1001;
    display: block;*/*/
}

.modalF {
    display: none;
    width: 450px;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    margin-top: 0;
    margin-left: 0;
}

@media (min-width: 415px) {

    .modalF {
        display: none;
        width: 450px;
        background: #fff;
        padding: 15px 30px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -o-box-shadow: 0 0 10px #000;
        -ms-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 415px) {

    .modalF {
        display: none;
        width: 80%;
        background: #fff;
        padding: 15px 30px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -o-box-shadow: 0 0 10px #000;
        -ms-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        margin-top: 0;
        margin-left: 0;
    }
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../png/close.png) no-repeat 0 0;
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(../spinner.html) #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.modalV3 {
    display: none;
}

.modal_SEOvideo {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: none;
    padding: 15px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 40px;
    background: white;
}

    .modal_SEOvideo a.close-modal {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url('../supplier_modal_close.html') no-repeat 0 0;
        margin: 10px;
    }

.oldBrowserModal {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    width: 425px;
    height: 105px;
    padding: 35px 0 0 0;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    background: #fff;
}

    .oldBrowserModal a.close-modal {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url('../closemodal.html') no-repeat 0 0;
        margin: 10px;
    }

.couponErrorModal {
    display: none;
    width: 425px;
    height: 105px;
    padding: 35px 0 0 0;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    background: #fff;
    border: 2px solid #2B348F;
}

    .couponErrorModal a.close-modal {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url('../cls.html') no-repeat 0 0;
        margin: 10px;
    }

.modalV2 a.close-modal {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url('../_%25%3d_dirsite%25.html>images_v2/memberCard/cls.png') no-repeat 0 0;
    margin: 10px;
}

.modal a.close-modal {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../png/close.png) no-repeat 0 0;
    margin: 5px;
}

.modalSelfSale {
    display: none;
    width: 400px;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

    .modalSelfSale a.close-modal {
        position: absolute;
        top: -5px;
        left: -5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url('../closemodal_3.html') no-repeat 0 0;
        margin: 10px;
    }

.modalSupplier {
    display: none;
    width: 400px;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

    .modalSupplier a.close-modal {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url('../supplier_modal_close-2.html') no-repeat 0 0;
        margin: 10px;
    }

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(../spinner-2.html) #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
