@media only screen and (max-width: 768px) {
    .cc_dialog.interstitial {
        /* right: 3vw; */
        /* top: 3vh; */
        max-width: 100%!important;
        max-height: 100vh!important;
        position: fixed!important;
        margin: unset!important;
    }
    .popover{
        border-color: transparent;
        max-width: 50vw;
        text-align: center;
    }
    .product-content{
        height: 260px;
        overflow: hidden;
    }
    .product-name{
        font-size: 12px;
    }
    #footer-content p{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .wizard-progress li:not(.step-active) .step-name{
        font-size: 0;
    }
    
    .wizard-progress li:first-of-type .step-num::after {
        left: 62%;
        width: 125%;
    }
    
    .wizard-progress .step-num::after {
       width: 120%;
    }
    
    .wizard-6-steps .step-num::after {
        left: 65%;
    }
    
    .product-wrapper{
        width: 50%;
    }
    
    #side-card{
        width: 100%;
    }
    .picker {
	top: -18rem !important;
    }
    
    #cookiesModal p{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 445px) {
    .wizard-progress li:first-of-type .step-num::after {
        left: 69%;
        width: 110%;
    }
    
    .wizard-progress .step-num::after {
       width: 110%;
    }
    
    .wizard-6-steps .step-num::after {
        left: 69%;
    }
}