/* hind-siliguri-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/hind-siliguri-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hind-siliguri-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-siliguri-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hind-siliguri-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/hind-siliguri-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hind-siliguri-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/hind-siliguri-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hind-siliguri-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-siliguri-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased

}

:root {
    --primary: #D35400; /*#D35400;*/
    --secondary: #E0F2F6; /*#E0F2F6*/

    --secondary-rgb: 226, 240, 234;
    --dark: #1B6480;
    --link: #58c5d8;
    --section-spacing: 50px;

}
@media (min-width: 768px) {
    :root {
        --section-spacing: 80px;
    }
}
@media (min-width: 992px) {
    :root {
        --section-spacing: 80px;
    }
}
@media (min-width: 1200px) {
    :root {
        --section-spacing: 100px;

    }
}


.bg-primary {
    background: var(--primary);
}
.bg-secondary {
    background: var(--secondary);
}


html {
    font-size: 16px;
    background: #fff;
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--dark);
    line-height: 1.6;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

h1, .h1, h2, .h2, h3, .h3  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 1rem 0;
}
h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem 0;
}
h1, .h1 {
    font-size: 28px;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 32px;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 38px;
        margin-bottom: 1.25rem;
    }
}

h2, .h2 {
    font-size: 26px;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    h2, .h2 {
        font-size: 32px;
        margin-bottom: 1.25rem;
    }
}
@media (min-width: 992px) {
    h2, .h2 {
        font-size: 34px;
        margin-bottom: 1.25rem;
    }
}

h3, .h3 {
    font-size: 24px;
    margin-bottom: .75rem;
}
@media (min-width: 992px) {
    h3, .h3 {
        font-size: 24px;
    }
}

h4, .h4 {
    font-size: 20px;
    margin-bottom: .5rem;
}
@media (min-width: 992px) {
    h4, .h4 {
        font-size: 20px;
        margin-bottom: .375rem;
    }
}


h5, .h5 {
    font-size: 18px;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    h5, .h5 {
        font-size: 18px;
        margin-bottom: 1rem;
    }
}

h6, .h6 {
    font-size: 1rem;
    margin-bottom: .875rem;
    line-height: 1.35;
}


.color-primary {
    color: #f45000;
    font-weight: 500;
}

.small {
    font-size: .875rem;
}



.container {
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .container {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .container-small {
        max-width: 80%;
    }
}


@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .container-small {
        max-width: 860px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1260px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-small {
        max-width: 860px;
    }
}
@media (max-width: 1277px) {
    .container:not(.container-small) {
        max-width: 100% !important;
    }
}




.wp-block-getwid-section:not([class*=getwid-margin-top]) {
    margin-top: var(--section-spacing);
}
.wp-block-getwid-section__wrapper:not([class*=getwid-padding-top]) {
    padding-top: 0;
}


.getwid-padding-top-large {
    padding-top: var(--section-spacing);
}
.getwid-padding-bottom-large {
    padding-bottom: var(--section-spacing);
}


.wp-block-getwid-section__wrapper {
    padding-left: 0;
    padding-right: 0;
}
.wp-block-getwid-section__inner-wrapper {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}




@media (min-width: 992px) {
    .wp-block-getwid-section__inner-wrapper {
        max-width: 100% !important;
        padding-left: 94px;
        padding-right: 94px;
    }

    .wp-block-getwid-section.getwid-section-content-full-width>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper {
        max-width: 100% !important;
        padding-right: 20px;
        padding-left: 20px;
    }
    .text .wp-block-getwid-section.getwid-section-content-full-width>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}




.section {
    margin-top: var(--section-spacing);
}


a:hover {
    color: inherit;
    text-decoration: none;
}

p {
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

p a:not(.link-btn) {
    text-decoration: underline;
}


ul {
    margin: 0 0 1rem 0;
}

ul li {

    font-size: 1rem;
    line-height: 1.6;
}
a {
    color: inherit;
    text-decoration: none;
}

blockquote {
    margin: 0;
}
.img-cover {
    font-family: object-fit\: cover;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}
.img-circle {
    border-radius: 50%;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}


.alignfull {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}



@media (min-width: 768px) {
    .p-3 {
        padding: 1.5rem !important;
    }
}

figure {
    margin: 0;
}
figure img {
    display: block;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y)* -1);

}
.row:not(.no-gutters) {
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

.row>* {
    margin-top: var(--bs-gutter-y);
}
.row:not(.no-gutters)>* {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.g-2, .gx-2 {
    --bs-gutter-x: .75rem;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}
.g-4, .gx-4 {
    --bs-gutter-x: 3rem;
}
.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}

.g-2, .gy-2 {
    --bs-gutter-y: .75rem;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4, .gy-4 {
    --bs-gutter-y: 2rem;
}
.g-5, .gy-5 {
    --bs-gutter-y: 3rem;
}




.row.radio-group,
.row.row-small {
    margin-right: -4px;
    margin-left: -4px;
}
.row.radio-group >.col, .row.radio-group >[class*=col-],
.row.row-small >.col, .row.row-small >[class*=col-]{
    padding-right: 4px;
    padding-left: 4px;
}



.link {
    color: var(--link);
}

.btn,
.components-button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
body .wfc-cart-collaterals .wfc-proceed-to-checkout a.wfc-button,
#wt-cli-accept-btn,
#wt-cli-privacy-save-btn,
body .wc-block-components-button{
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;

    text-align: center;
    padding: 12px 20px !important;
    background: var(--primary);
    color: #fff;
    /*height: 46px !important;*/
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    text-transform: lowercase;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--primary);
    font-family: 'Hind Siliguri', sans-serif;
    outline: 0 !important;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;


    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

    box-shadow: none !important;
    outline: 0 !important
}

.woocommerce ul.products li.product .button {
    display: inline-flex;
}



.btn-outline, .btn-secondary {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.btn-outline:hover .btn-secondary:hover {
    background: #ebebeb;
    color: #0000;
    border: 1px solid #ebebeb;
}
.btn-dark {
    background: var(--dark);
    border-color: var(--dark);
}

.btn-blue {
    background: var(--link);
    border-color: var(--link);
}

.btn-sm {
    padding: 8px 14px !important;
    font-size: 14px;
    line-height: 18px;
}

.components-button:focus,
.components-button:focus:hover,
.btn:focus,
.btn:focus:hover,
.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus,
.woocommerce #respond input#submit:focus:hover, .woocommerce a.button:focus:hover, .woocommerce button.button:focus:hover, .woocommerce input.button:focus:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:focus:hover, .woocommerce a.button.alt:focus:hover, .woocommerce button.button.alt:focus:hover, .woocommerce input.button.alt:focus:hover,
body .wfc-cart-collaterals:focus .wfc-proceed-to-checkout a.wfc-button:focus,
body .wfc-cart-collaterals:focus:hover .wfc-proceed-to-checkout a.wfc-button:focus:hover,
body .wc-block-components-button {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}


.components-button:hover,
.btn:hover,
.wfc-cart-collaterals .wfc-proceed-to-checkout a.wfc-button:hover,
body .wc-block-components-button:hover{
    background: #dc693c;
    border: 1px solid #dc693c;
    color: #fff
}

.wfc-cart-collaterals .wfc-proceed-to-checkout .wfc-button.wfc-exit:hover {
    background: #ebebeb;
    border: 1px solid #ebebeb;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--primary);
    color: #fff;
    padding: 15px 20px !important;
    height: 50px !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    text-decoration: none;
    background-image: none;

    background: #dc693c;
    border: 1px solid #dc693c;
    color: #fff
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #dc693c;
    border: 1px solid #dc693c;
    color: #fff
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #000;
    border-color: #000;
    color: #666666;
    opacity: 1;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    background-color: #000;
    border-color: #000;
    color: #666666;
    opacity: 1;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    background-color: #000;
    border-color: #000;
    color: #666666;
    opacity: 1;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1rem;
}


.btn.more {
    margin-top: .5rem;
}
.btn-light {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


.hero-home {


}

.hero-home .container {

}
.hero-home .hero__content {
    position: relative;
    z-index: 2;
    margin-left: -20px;
    margin-right: -20px;
    padding: 32px 20px 32px 20px;
    background: var(--secondary);
}

.hero-home .hero__image {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 50%;
}
.hero-home .hero__image img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

}
@media (min-width: 768px) {
    .hero-home .hero__content {
        margin-left: -4vw;
        margin-right: -4vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }
}
@media (min-width: 992px) {
    .hero-home .container {
        padding-top: 100px;
        padding-bottom: 100px;
        height: 640px;
    }
    .hero-home .hero__image {
        height: auto;
        padding-bottom: 0;
    }
    .hero-home .hero__image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .hero-home .hero__content {
        padding: 50px 96px 55px 96px;
        width: 580px;
        max-width: 100%;
        margin: 0;
        background: transparent;
    }
    .hero-home .hero__content:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 0;
        background: var(--secondary);
        z-index: -1;
        border-radius: 16px;
        transform: skew(4deg);
    }
}


.hero-home .hero__content .btn {
    margin-top: .5rem;
}

.hero-category {
    min-height: 440px;
    position: relative;
    margin-bottom: calc(.75 * var(--section-spacing));
}
.hero-category .container {
    position: relative;
}
.hero-category .hero__image {
    position :relative;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
}
.hero-category .hero__image img {
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.hero-category .hero__image .container {
    position: relative;
}
.hero-category .hero__content .hero__content-inner {
    padding: 40px 20px 40px 20px;
    position: relative;
    z-index: 10;
    background: var(--secondary);
    margin-left: -20px;
    margin-right: -20px;
}
.hero-category .hero__bg {
    display: none;
}

.hero-category .link {
    color: var(--dark);
    text-decoration: underline;
}
@media (min-width: 768px) {
    .hero-category .hero__content .hero__content-inner {
        padding-left: 4vw;
        padding-right: 4vw;
        margin-left: -4vw;
        margin-right: -4vw;
    }
}
@media (min-width: 992px) {
    .hero-category .hero__content .hero__content-inner {
        padding: 100px 80px 100px 0;
        width: 50%;
        min-height: 440px;
        background: transparent;
        margin: 0;
    }
    .hero-category .hero__image,
    .hero-category .hero__image img {
        height: auto;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .hero-category .hero__image {
        left: calc(50% - 40px);
        right: -20px;
    }
    .hero-category .hero__bg {
        display: block;
        background: var(--secondary);
        position: absolute;
        width: 100vw;
        top: 0;
        bottom: 0;
        left: -1%;
        z-index: 1;
        transform: skew(-4deg);
        border-radius: 0;
    }
    .hero-category .hero__bg {
        width: calc(50vw);
    }
}




.features {
    margin-top: calc(.5 * var(--section-spacing));
    display: none;
    text-align: center;
}
@media (min-width: 992px) {
    .features {
        display: block;
    }
}
.features span {
    width: 56px;
    height: 56px;
    font-size: 32px;
    border-radius: 50%;
    background: #76C3D5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features p:last-child {
    margin-bottom: 0;
}


.section-home-categories .swiper-nav {
    display: none;
}
@media (min-width: 992px) {
    .section-home-categories .swiper-nav {
        display: flex;
    }
}

#home-category-swiper {
    overflow: visible;
}
.home-category {
    margin: 20px 10px 0 10px;
}
.home-category__image {
    display: block;
    height: 300px;
    transform: skew(-4deg);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    background: var(--secondary);
}
@media (min-width: 992px) {
    .home-category {
        margin: 20px 20px 0 20px;
    }
    .home-category__image {
        height: 400px;
    }
}
.home-category__image:after {
    content: '';
    background: rgba(var(--secondary-rgb), 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s ease opacity;
}
.home-category__image img {
    width: 140%;
    max-width: 140%;
    height: 100%;
    transform: skew(4deg);
    position: absolute;

    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    object-fit: cover;
    object-position:center center;

    transition: transform .5s ease;
}
.home-category__name {
    display: block;
    text-align: center;
    transition: .3s ease opacity;
}

.home-category:hover img {

    transform: scale(1.05) skew(4deg);;
}

#home-category-swiper .swiper-slide {

}
#home-category-swiper .swiper-slide:not(.swiper-slide-prev, .swiper-slide-next, .swiper-slide-active) {
    pointer-events: none;
}
#home-category-swiper .swiper-slide:not(.swiper-slide-prev, .swiper-slide-next, .swiper-slide-active) .home-category__image:after {
   opacity: 1;
}
#home-category-swiper .swiper-slide:not(.swiper-slide-prev, .swiper-slide-next, .swiper-slide-active) .home-category__name {
    opacity: .1;
}

.swiper-nav {
    display: flex;
}
.swiper-nav > button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    border: 0;
    background: transparent;
    color: var(--dark);
}
.swiper-nav > button:hover {
    color: #fff;
    background: var(--primary);
}
.swiper-nav span {
    font-size: 40px;
    display: block;
}



.cta__content {
    padding: var(--section-spacing) 0;
}
.cta__image {
    display: none;
}
.cta__bg {
    display: block;
    background: var(--secondary);
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
@media (min-width: 992px) {

    .cta__image {
        display: block;
    }
    .cta__bg {
        transform: skew(-4deg);
        width: calc(50vw + ( (1260px - 40px - 110px) / 2));
        border-radius: 10px;
    }
    .cta__content {
        padding: var(--section-spacing) 60px var(--section-spacing) 96px;
    }
}

@media (min-width: 992px) {
    .text:not(input) {
        padding: 0 96px;
    }
}


.collapse  {
    transition: .35s ease all;
    overflow: hidden;
}
.collapse:not(.show) {
    height: 0;
}

.faq .question {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 0;}

.faq .q {
    border-bottom: 2px solid var(--secondary);
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.faq .q:last-child {
    margin-bottom: 16px;
}

.faq .question:first-child {
    margin-top: 0;
}
.faq .collapse p {
    padding-top: 10px;
    padding-bottom: 4px;
}
.faq p {
    margin-bottom: 0;
}
.faq .question:not(.collapsed) {
    font-weight: 400;
}

.faq .question span {
    margin-left: 24px;
    content: '';
    font-size: 28px;
    transition: 275ms ease transform;
    color: var(--primary);
}
.faq .question:not(.collapsed) span {
    transform: rotate(-45deg);
}



.hero-default {
    padding-top: 50px;
}
@media (min-width: 992px) {
    .hero-default {
        padding-top: 80px;
    }
}
.section-home-categories {
    overflow-x: hidden;
}

.section-products-swiper {
    overflow-x: hidden;
}

#products-swiper {
    overflow: visible;
}
#products-swiper .product {
    transition: opacity .3s ease;

}
#products-swiper .product:not(.swiper-slide-prev, .swiper-slide-next, .swiper-slide-active)  {
    opacity: 0.1;
}


.woocommerce #products-swiper .products ul, .woocommerce #products-swiper ul.products {
    flex-wrap: nowrap !important;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0;
}



.pagination {
    display: block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-right: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    list-style: none;
}
.pagination > li {
    display: inline-block;
}
.page-link {
    background: transparent;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.page-link:hover {
    color: #fff;
    background: var(--primary);
}
.page-item.active .page-link {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--dark);
}


