

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#overlay{

    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;    
    
    background: rgb(20 20 20 / 53%);
    backdrop-filter: blur(0.35vw) saturate(120%);
    -webkit-backdrop-filter: blur(0.35vw) saturate(120%);

    z-index: 99999;
    display: none;

}
.clear{
  background-color: rgba(255, 255, 255, 0.392) !important;
  backdrop-filter: initial !important;
  -webkit-backdrop-filter: initial !important;
}



/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

.shadow{
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 1);
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#confetti-canvas {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 200;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#spinner {
    position: absolute;
    width: 20vw;
    height: auto;
}

#spinner .loader {
    width: 100%;
    height: auto;
    margin: 0;
}
#spinner .loader img{
    width: 100%;
}

#spinner #legend {
    width: 100%;
    height: auto;
    font-size: 1.3vw;
    padding: 0.5vw 0;
    margin: 0 !important;
    color: black;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#popup {
    
    width: 30vw;
    height: auto;
    min-height: 9vw;
    display: none;

    padding: 2vw;    
    border: 0.25vw solid black;
    background: white;

    z-index: 999;

}
.height{
    width: 20vw !important;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


.fadeIn{  
    animation: popupFadeIn 0.4s ease;
}
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


.fadeOut{  
    animation: popupFadeOut 0.4s ease;
}
@keyframes popupFadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.95);
    }
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#popup .section,
#popup .section .inner{
    width: 100%;
    margin: 0;
    padding: 0;
}
#popup .section .inner label{
    width: auto;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#popup #result{
    padding-bottom: 1.5vw;
    font-size: 1.75vw;
    font-weight: bold;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#popup .message .inner{
    padding-bottom: 1vw;
}

.margin{
    margin: 1.5vw 0 !important;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#popup #message #product{
    display: none;
    padding: 1.25vw 0 !important;
}
#popup #message #product img{
    width: 90%;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#popup #message #title label{
    font-size: 1.5vw;
    font-weight: bold;
}
.red{    
    color: white !important;
    padding: 0.5vw 1vw !important;
    background-color: rgb(255, 0, 0) !important;
}
.orange{
    color: white !important;
    padding: 0.5vw 1vw !important;
    background-color: rgb(255, 136, 57) !important;
}
.green{
    color: white !important;
    padding: 0.5vw 1vw !important;
    background-color: rgb(27, 169, 27) !important
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#popup #message #subtitle label{
    font-size: 1.25vw;
    font-weight: normal;
}
.black{
    color: white !important;
    padding: 0.5vw 1vw !important;
    background-color: rgb(0, 0, 0) !important;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/


#popup #bonus{
    font-size: 1.5vw;
    font-weight: bold;
    font-style: italic;
    padding: 1vw 1vw !important;
    background-color: #00c234;
    color: white;
}

.pop{ 
    animation: pop 1.5s ease;
}
@keyframes pop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.through{    
    text-decoration: line-through;
}

/*////////////////////////////////////////////////////////////////////////////////////*/


#popup #qty_selector{
    display: none;
}

#popup .quantity{
    height: 3.5vw !important;
    padding: 0.72vw 1.5vw;
    margin-bottom: 2vw;
    border: 0.01vw solid lightgray;
}
#popup .quantity button,
#popup .quantity input{
    width: 2vw;
    font-size: 1.75vw;
    font-weight: bold;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    color: black;
    border: none;
    outline: none;
    box-shadow: none;
}
#popup .quantity button:hover{
    transform: scale(1.1);
}
#popup .quantity button:active{
    transform: scale(1);
}

#popup .quantity input{
    width: 4.5vw !important;
    left: 3%;
    margin: 0 1vw;
    font-weight: bold;
    font-size: 1.75vw !important;
    padding: 0;
    text-align: center;
    display: flex !important;
    padding-block: 0;
    padding-inline: 0;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/

#popup .popup_actions{

    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;

}

#popup .popup_actions span{

    position: relative;
    float: left;
    width: 30%;
    height: auto;
    padding: 0.5vw 1vw;
    margin: 0 0.75vw;
    color: white;
    font-size: 1.05vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);

}
#popup .popup_actions span:hover{
    font-size: 1.1vw;
    font-weight: bold;    
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
}


#popup .popup_actions .update{
    display: none;
    background-color: #00c234;
}

#popup .popup_actions .ok{
    background-color: #00c234;
}
#popup .popup_actions .cancel{
    background-color: grey;
}


/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/************************************ MOBILE STYLE ************************************/
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/



@media (max-width: 991px) and (orientation: portrait) {




#popup {
    width: 90vw;
    left: 4vw;
    height: auto;
    min-height: 9vw;
    display: none;
    padding: 7vw 5vw;
    border: 1vw solid black;
    background: white;
    z-index: 999;
}
.height {
    width: 80vw !important;
    left: 8.5vw !important;
}


#spinner {
    position: absolute;
    width: 65vw;
    height: auto;
}
#spinner #legend {
    font-size: 6vw;
    padding: 4.5vw 0;
}




#popup #result {
    padding-bottom: 9vw;
    font-size: 6vw;
    font-weight: bold;
    font-style: italic;
}

#popup #message #title label {
    font-size: 6vw;
    margin-bottom: 3vw;
}
#popup #message #subtitle label {
    font-size: 5.25vw;
}

.black,
.red,
.orange {
    padding: 2.5vw 4vw !important;
}


#popup #bonus {
    margin-top: 8vw;
    font-size: 6.5vw;
    padding: 3vw 1vw !important;
}


#popup .popup_actions {
    padding-top: 6.5vw;
}


#popup .popup_actions span {
    width: 50%;
    font-size: 5vw;
    padding: 2vw 1vw;
    -webkit-box-shadow: 0.75vw 0.75vw 0vw 0vw rgba(0, 0, 0, 1);
    -moz-box-shadow: 0.75vw 0.75vw 0vw 0vw rgba(0, 0, 0, 1);
    box-shadow: 0.75vw 0.75vw 0vw 0vw rgba(0, 0, 0, 1);
}

#popup .popup_actions span:hover{
    font-size: 6.1vw; 
    -webkit-box-shadow: 1vw 1vw 0vw 0vw rgba(0, 0, 0, 1);
    -moz-box-shadow: 1vw 1vw 0vw 0vw rgba(0, 0, 0, 1);
    box-shadow: 1vw 1vw 0vw 0vw rgba(0, 0, 0, 1);
}



#popup .quantity {
    width: 80% !important;
    height: 12vw !important;
    padding: 0.72vw 1.5vw;
    margin-bottom: 0vw !important;
}


#popup .quantity button, #popup .quantity input {
    width: 7vw !important;
    font-size: 7vw !important;
}

#popup .quantity input {
    width: 35.5vw !important;
    left: 0 !important;
    font-size: 7.75vw !important;
}



}