@media only screen and (max-width:1024px) {
    /**
     * Menu
     */
    .whb-sticked .whb-row.whb-general-header.whb-not-sticky-row {display:block;}
    .whb-sticked .whb-row.whb-header-bottom.whb-sticky-row {display:none;}

    :root {
        --br-gap-container:20px;

        --br-spacing-140:120px;
        --br-spacing-100:90px;
        --br-spacing-80:70px;
        --br-spacing-60:50px;

        --br-size-40:35px;
        --br-size-30:26px;
    }
    .title-circle:before {width:40px; left:-4px;}
    
    header .whb-general-header .whb-mobile-left, header .whb-general-header .whb-mobile-right {flex:unset;}
    header .wd-header-search-form-mobile .searchform {width:40vw;}
    header .wd-header-search-form-mobile .searchform input[type="text"] {height:46px; background:#fff;}
    header .wd-header-search-form-mobile .searchform input[type="text"]::placeholder {font-size:14px;}
    header .wd-header-search-form-mobile .searchform input[type="text"]:placeholder-shown {text-overflow:ellipsis;}
}

@media only screen and (max-width:768px) {
    .wpb_text_column:not(.br-custom-table) table {
        display:block;
        overflow-x:auto;
        white-space:nowrap;
        height:100% !important;
    }

    .wpb_text_column:not(.br-custom-table) table tbody {
        display:table;
        width:100%;
    }

    .br-custom-table table td {display:block; width:100% !important;}

    /**
     * Video
     */
    .br-video-opacity {opacity:1;}

    :root {
        --br-spacing-140:90px;
        --br-spacing-100:70px;
        --br-spacing-80:55px;
        --br-spacing-60:40px;

        --br-size-40:30px;
        --br-size-30:20px;
    }
    .title-circle:before {width:35px;}
}

@media only screen and (max-width:480px) {
    /**
     * Header
     */
    header .wd-header-search-form-mobile .searchform input[type="text"] {
        padding-left:8px;padding-right:30px;
        font-size:11px;
    }
    header .searchform.wd-style-with-bg .searchsubmit {
        width:32px;
    }
    header .searchform .searchsubmit:after {font-size:15px;}

    /* Products */
    body .wd-hover-quick .wd-add-btn {display:none;}

    :root {
        --br-spacing-140:80px;
        --br-spacing-100:60px;
        --br-spacing-80:50px;

        --br-size-40:25px;
        --br-size-30:20px;
    }
    .title-circle:before {width:30px; left:-6px;}
}