@media (min-width: 1400px) {
    .container {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .header-search {
        max-width: 250px;
    }
}

@media (max-width: 1199px) {
    .header-mobile {
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        padding-bottom: 70px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        max-width: 350px;
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        background-color: var(--bs-white);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translate3d(104%, 0, 0);
        transform: translate3d(104%, 0, 0);
        z-index: 21;

    }

    .is-navigation .header-mobile {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header-mobile .header-mobile_header {
        padding: 6px 60px 6px 15px;
        height: 55px;
        background: var(--primary-gradient);
    }

    .header-mobile .header-mobile_header > button {
        width: 40px;
        height: 40px;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 100;
        top: 5.5px;
        position: absolute;
        right: 5px;
        background: rgb(var(--primary-gradient));
    }

    .header-mobile .header-mobile_header > button svg {
        stroke: var(--bs-white);

    }

    .header-mobile .header-mobile_header > button:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header-mobile .header-navigation > ul > li {
        width: 100%;
    }

    .header-mobile .header-navigation > ul > li > a {
        color: var(--bs-gray-800);
        padding: 12px 15px;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        text-transform: uppercase;
    }

    .header-mobile .header-navigation > ul {
        display: flex;
        flex-direction: column;
    }

    .header-mobile .header-navigation > ul > li > a > i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .header-mobile .header-navigation > ul > li + li {
        border-top: 1px solid var(--bs-gray-200);
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub {
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        background: var(--bs-white);
        overflow-x: hidden;
        width: 350px;
        max-width: 100%;
        -webkit-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translate3d(104%, 0, 0);
        transform: translate3d(104%, 0, 0);
        z-index: 21;
        padding-bottom: 70px;
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub > ul,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul {
        display: flex;
        flex-direction: column;
        background: var(--bs-white);
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li {
        width: 100%;
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > a,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > a,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > a {
        font-weight: 500;
        padding: 12px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        color: var(--bs-gray-800);
        background-color: var(--bs-white);
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > a .icon {
        width: 24px;
        height: 24px;
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > a > i,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > a > i,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > a > i {
        margin-left: auto;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: .75;
        width: 30px;
        height: 30px;
        background-color: var(--bs-gray-900);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li + li,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li + li,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li + li {
        border-top: 1px solid var(--bs-gray-200);
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > .li-header,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header {
        padding: 6px 60px 6px;
        background: var(--primary-gradient);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
        height: 55px;
        color: var(--bs-white);
        font-size: 1em;
        font-weight: 600;
        text-transform: uppercase;
    }

    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > .li-header > button,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header > button,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header > button {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        border: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: var(--bs-white);
        position: absolute;
        left: 0;
        top: 5px;
    }


    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > .li-header > button:hover svg,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header > button:hover,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header > button:hover {
        opacity: .9;
    }

    .header-mobile .header-navigation > ul > li.navigation-sub_show .navigation-sub,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li.navigation-sub_show > .navigation-sub,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li.navigation-sub_show > .navigation-sub {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header-mobile .header-navigation > ul > li:hover > a,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li:hover a,
    .header-mobile .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li:hover > a {
        color: var(--primary-color);
    }

    .header .header-navigation > ul > li:hover > a i {
        transform: unset;
    }

    .header-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgb(0 0 0 / 86%);
        backdrop-filter: blur(10px);
        height: 100vh;
        display: block;
        z-index: 20;
        opacity: 0;
        visibility: hidden;
    }

    .is-navigation .header-overlay {
        opacity: 1;
        visibility: visible;
    }

    .section-hero .slide-content__subtitle {
        padding: 3px 15px;
    }

    .section-hero .slide-content__title {
        font-size: 2.2em;
    }

    .section-hero .button-theme {
        padding: 7px 20px;
        font-size: 14px;
    }

    .section-category .category-decor-2 {
        width: 140px;
        height: 108px;
    }
}

@media (max-width: 991px) {
    .section-category {
        margin: 0;
    }
}

@media (max-width: 767px) {
    footer.rounded-3 {
        border-radius: 0 !important;
    }

    .scroll-top {
        right: 10px;
        bottom: 70px;
    }

    .section-hero .slide-content__title {
        font-size: 1.8em;
    }

}
