#loading{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 9000;
}

#loading img{
    position: fixed;
    z-index: 9999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

section{
    min-height: 70vh;
}

section .auth{
    width: 500px;
    margin: 0 auto;
    padding: 240px 0;
    box-sizing: border-box;
}

@media (max-width: 1440px) {
    section .auth{
        padding: 120px 0;
    }
}

@media (max-width: 640px) {
    section .auth{
        width: 100%;
        padding: 60px 20px;
    }
}

section .auth h2{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 30px;
}

section .auth p{
    display: block;
    padding: 0 0 30px 0;
    color: #333;
    text-align: center;
}

section .auth p.error{
    color: #f55;
}

section .auth p.last{
    padding: 15px 0 0 0;
}

section .auth label:not(.check){
    padding-bottom: 10px;
    display: block;
}

section .auth input:not(.check){
    display: block;
    width: 100%;
    border: 1px solid #555;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

section .auth input:not(.check).invalid{
    border-color: #F55;
}

section .auth label.check::before { border-color: #000; }
section .auth input:checked ~ .state label.check::after { background-color: #000 !important; }

section .auth button,
section .auth .button{
    display: block;
    width: 100%;
    border: 1px solid #555;
    background-color: #555;
    padding: 12px;
    margin-top: 15px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

section .gMap{
    position: relative;
    height: 50vh;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 2560px) { .gMap.gBox{ width: var(--width2); } }
@media (max-width: 2048px) { .gMap.gBox{ width: var(--width3); } }
@media (max-width: 1840px) { .gMap.gBox{ width: var(--width4); } }
@media (max-width: 1440px) { .gMap.gBox{ width: var(--width5); } }
@media (max-width: 1280px) { .gMap.gBox{ width: var(--width6); padding: 0 40px; } }
@media (max-width: 980px) { .gMap.gBox{ padding: 0 20px; } }

section #map{ 
    display: block;
    width: 100%;
    height: 100%;
}

section .spaceTop{
    margin-top: 60px;
}

section .spaceBottom{
    margin-bottom: 120px;
}

@media (max-width: 992px)
{
    section .spaceTop{
        margin-top: 50px;
    }
    
    section .spaceBottom{
        margin-bottom: 100px;
    }    
}

section #g-recaptcha>div{
    margin: 0 auto;
}

.card-break{
    display: none;
    width: 100%;
}

body.cartPage h5.card-title{
    padding-right: 100px !important;
}

body.cartPage div.selQty{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}

@media (max-width: 992px){

    body.cartPage h5.card-title{
        padding-right: 0 !important;
    }
    
    body.cartPage div.selQty{
        top: auto;
        bottom: 0;
    }

    body.cartPage .bootstrap-iso form .border-0 .card-body{
        padding-bottom: 0 !important;
    }

    body.cartPage .bootstrap-iso form .border-0 .card-body .card-text.delLink{
        margin-bottom: 0 !important;
    }

    body.cartPage div.border.rounded hr{
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 768px){
    body.cartPage .bootstrap-iso .mt-4.delCartBtn{
        margin-bottom: 1.5rem !important;
        text-align: center !important;
    }
}

/* deck 2 cols - start */
.bootstrap-iso .multiple .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bootstrap-iso .multiple .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}