/**
 * Theme Name: WBlock Child
 * Description: WBlock Child theme
 * Author: WPDAXUE.COM
 * Version: 1.0.0
 * Template: blocksy
 * Text Domain: wblock-child
 */
label {
    font-weight: 600;
}
@media (min-width: 1800px) {
    .ct-container-fluid {
        width: calc(var(--theme-container-edge-spacing) - var(--theme-frame-size, 0px)* 2);
        --theme-container-edge-spacing: 85vw;
        max-width: 1700px;
    }
    
}
 
nav>ul>.ct-mega-menu-full-width>.sub-menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
nav>ul>[class*=ct-mega-menu]>.sub-menu>li {
    padding: 10px 20px;
}

.ct-dynamic-filter[data-type=buttons] a:first-child {
    display: none;
}

.ct-footer .ct-widget .widget-title{
    margin-bottom: 15px;
}
.ct-footer .ct-widget .widget-title::after {
    display: none;
}

.ct-drawer-canvas .cookie-notification[data-type=type-2] {
    background-image: linear-gradient(135deg, rgb(3, 110, 184) 0%, rgb(79, 186, 161) 100%);
}
.ct-cookies-accept-button {
    min-width: 120px;
}
.ct-cookies-decline-button {
    display: none;
}
.ct-dynamic-data-layer p {
    margin-bottom:0;
}
@media (max-width: 1499px) { 
    .home-slider .swiper-button-prev, .home-slider .swiper-button-next {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .home-slider .swiper-button-prev {
        left: 5px;
    }
    .home-slider .swiper-button-next {
        right: 5px;
    }
}
@media (min-width: 700px) {
    [data-popup-position*=bottom] .ct-popup-inner {
        bottom:10%;
    }
}
@media (max-width: 699.99px){
    [data-footer*="type-1"] .ct-footer {
        margin-bottom: 50px;
    }
}