/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/

/* --------------------
    Bootstrap
-------------------- */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: border-box !important;
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

@media only screen and (max-width:576px) {

    .swiper.swiper-blog,
    .swiper.swiper-discount,
    .swiper.swiper-product,
    .swiper.swiper-product2 {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    #footer span,
    #footer p,
    #footer a {
        font-size: 0.875rem;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}


@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

/* --------------------
    The New CSS Reset

-------------------- */
/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
    cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
    list-style: none;
}

/* For images to not be able to exceed their container */
img {
    max-inline-size: 100%;
    max-block-size: 100%;
    max-width: 100%;
    height: auto;
}

.map__wrapper img {
    max-inline-size: unset;
    max-block-size: unset;
}

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
    -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
    white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
    -webkit-appearance: revert;
    appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
    all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
    color: #999999;
    font-size: 12px;
}

/* remove default dot (•) sign */
::marker {
    content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
    display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
    all: revert;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* Remove the default close button in WebKit-based browsers */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: none !important;
}

.position-relative {
    position: relative;
}

del {
    text-decoration: unset !important;
}

/* --------------------
    Fonts & Icons
-------------------- */


@font-face {
    font-style: normal;
    font-display: swap;
    font-family: 'iransans-Medium';
    src: url("assets/fonts/IRANSansWeb(FaNum)_Medium.woff2");
}

@font-face {
    font-style: normal;
    font-display: swap;
    font-family: 'iransans-Light';
    src: url("assets/fonts/IRANSansWeb(FaNum)_Light.woff2");
}

@font-face {
    font-style: normal;
    font-display: swap;
    font-family: 'iransans-Bold';
    src: url("assets/fonts/IRANSansWeb(FaNum)_Bold.woff2");
}


@font-face {
    font-style: normal;
    font-display: swap;
    font-family: 'yekanbakh-Regular';
    src: url("assets/fonts/YekanBakhFaNum-Regular.woff2");
}

@font-face {
    font-style: normal;
    font-display: swap;
    font-family: 'yekanbakhBlack-Medium';
    src: url("assets/fonts/YekanBakhFaNum-Black.woff2");
}

@font-face {
    font-style: normal;
    font-display: swap;
    font-family: 'yekanbakh-Bold';
    src: url("assets/fonts/YekanBakhFaNum-Bold.woff2");
}




@font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?gtzkb1');
    src:  url('assets/fonts/icomoon.eot?gtzkb1#iefix') format('embedded-opentype'),
      url('assets/fonts/icomoon.ttf?gtzkb1') format('truetype'),
      url('assets/fonts/icomoon.woff?gtzkb1') format('woff'),
      url('assets/fonts/icomoon.svg?gtzkb1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
.icon-fill-heart:before {
  content: "\e918";
}
.icon-heart:before {
  content: "\e928";
}
.icon-star:before {
  content: "\e929";
}
.icon-star-full:before {
  content: "\e92a";
}
.icon-whatsapp:before {
  content: "\e92b";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-right:before {
  content: "\e92d";
}
.icon-arrow-down:before {
  content: "\e92e";
}
.icon-arrow-up:before {
  content: "\e92f";
}
.icon-fill-single-dot:before {
  content: "\e91b";
}
.icon-empty-single-dot:before {
  content: "\e927";
}
.icon-minus:before {
  content: "\e91f";
}
.icon-mobile:before {
  content: "\e921";
}
.icon-gmail:before {
  content: "\e922";
}
.icon-map:before {
  content: "\e923";
}
.icon-fax:before {
  content: "\e924";
}
.icon-clock:before {
  content: "\e925";
}
.icon-new-tag:before {
  content: "\e926";
}
.icon-fill-double-dot:before {
  content: "\e90d";
}
.icon-category:before {
  content: "\e914";
}
.icon-danger:before {
  content: "\e919";
}
.icon-tag:before {
  content: "\e91a";
}
.icon-share:before {
  content: "\e91e";
}
.icon-double-dots:before {
  content: "\e920";
}
.icon-plus:before {
  content: "\e915";
}
.icon-calendar:before {
  content: "\e917";
}
.icon-hover:before {
  content: "\e916";
}
.icon-right-arrow-1:before {
  content: "\e91c";
}
.icon-right-arrow:before {
  content: "\e91d";
}
.icon-left:before {
  content: "\e910";
}
.icon-search:before {
  content: "\e911";
}
.icon-bottom:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e903";
}
.icon-left-arrow:before {
  content: "\e902";
}
.icon-clipboard-tick:before {
  content: "\e900";
}
.icon-archive-book:before {
  content: "\e901";
}
.icon-top-to-bottom:before {
  content: "\e904";
}
.icon-telegram:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-userr:before {
  content: "\e909";
}
.icon-location:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-envelope:before {
  content: "\e90c";
}
.icon-sabad:before {
  content: "\e90e";
}
.icon-close:before {
  content: "\e912";
}
.icon-menu:before {
  content: "\e913";
}

  
  
  




/* --------------------
    Config
-------------------- */
:root {
    --color1: #A88A68;
    --color2: #B25C2C;
    --color3: #706F6F;
    --color4: #272829;
    --bg_light: #fdf9f6;
    --border_light: #f3efee;
    --bg_body: #fff;
    --bg_footer: #281800;
    --danger: #dc3545;
    --bg_danger: #fff5f5;
    --success: #28a745;
    --bg_success: #f4fff3;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --main_font: 'yekanbakh-Regular';
    --mid_font: 'yekanbakh-Regular';
    --bold_font: 'yekanbakh-Bold';
    --heading_h1_fontsize: 20px;
    --bs-success: #198754;
    --bs-primary: #0d6efd;
    --bs-warning: #ffc107;
}

.page-template-template-formsaz .acf-switch-input {
    opacity: 0 !important;
    position: absolute !important;
}

.page-template-template-formsaz :is(input, select) {
    all: revert;
}

.page-template-template-formsaz .af-submit-button:hover {
    background-color: #fff;
    color: var(--color1);
}

.page-template-template-formsaz .af-submit-button {
    background-color: var(--color1);
    border-radius: 12px;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    border: 1px solid var(--color1);
    transition: 500ms;
}

.inner-page h1.title-heading {
    font-size: 21px;
    line-height: 2;
    margin-bottom: 1.5rem;
}

.rr {
    flex-direction: row-reverse;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.row-reverse {
    flex-direction: row-reverse;
}

.sw {
    position: relative;
}

.swiper-gallery .swiper-nav {
    position: unset;
    transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    gap: 12px;
}



.sw:not(.sw2) .swiper-nav {
    width: calc(100% + 85px);
}


.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: all;
}

.swiper-pagination-lock , .swiper-button-lock {
    display: none !important;
}

.light-pagination .swiper-pagination-bullet {
    background-color: #FFFFFF94 !important;
}

.light-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
}

.light-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-prev:not(.swiper-button-disabled),
.sw-next:not(.swiper-button-disabled) {
    cursor: pointer;
    pointer-events: all;
}
.swiper-nav{
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.swiper-nav i {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 1px solid var(--color1);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    font-size: 14px;
}

.section-asal .swiper-nav i {
    border-color: var(--color2);
    color: var(--color2);
}

.warning__txt {
    padding: 12px;
    border-radius: 12px;
    margin-block: 12px;
    text-align: center;
    background-color: #f8d7da;
    font-size: 14px;
    font-family: var(--bold_font);
    line-height: 1.5;
    color: var(--danger);
}

.heading {
    display: flex;
}

.heading--center {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 34px;
    gap: 10px;
}

.gray-color{
    color: #666;
}

.heading--between {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 18px;
}

.heading--between .heading__short-desc {
    margin-top: 20px;
}

.heading--white .heading__title {
    color: #fff;
}

.heading__title {
    font-size: 24px;
    line-height: 37px;
    color: #252525;
    position: relative;
    padding-top: 38px;
}
.heading__title:before , .heading__section:before{
    content: "\e920";
        font-family: 'icomoon';
        color: var(--color1);
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: 0;
        z-index: 9;
        display: block;
        font-size: 20px;
        line-height: 1;
}
.section-blog .heading__title:before , .related__post .heading__section:before{
    color: white !important;
}

.heading--white .heading__short-desc {
    color: #fff;
    margin-top: 6px;
}

.heading__short-desc {
    color: #585859;
    font-size: 15.5px;
    line-height: 24px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}

::selection {
    color: #fff;
    background: var(--color1);
}

body {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    color: #272829;
    line-height: 2;
    background-color: var(--bg_body);
}

html,
body {
    font-family: var(--mid_font), BlinkMacSystemFont, 'Segoe UI', 'Roboto', system-ui !important;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.container-full > .row {
    margin: 0;
}

.sidebar {
    position: sticky;
    top: 150px;
}

.w-100 {
    width: 100%;
}

#wrapper{
    position: relative;
}

#wrapper .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#wrapper .no-gutters > .col,
#wrapper .no-gutters > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text-center {
    text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: var(--main_font);
}

input {
    font-family: var(--mid_font), Arial;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

a {
    transition: 0.28s all linear;
    color: var(--color4);
    text-decoration: none;
}

a:hover {
    color: var(--color2);
}

.form-control.ltr {
    direction: ltr;
    text-align: left;
}

.inner-pages .site-main {
    padding: 50px 0;
}

/* --------------------
   GENERAL SETTING
-------------------- */

.text-white , .white-content p , .white-content span{
    color: white !important;
}

.global-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.sw-btn{
    background: #E9B98D45;
    color: #333;
    font-size: 14px;
    line-height: 1;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.25s all linear;
}
.sw-btn:hover{
    background-color: var(--color1);
    color: #fff !important;
}

.shop-main {
    margin-bottom: 142px;
}

.shop-container {
    margin-block: 42px 64px;
}

.title-site h1 {
    font-size: var(--heading_h1_fontsize);
}

.title-site h4,
.title-site h2 {
    font-size: calc(var(--heading_h1_fontsize) - 2px);
}

.title-site-center {
    text-align: center
}

.title-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading-inner {
    margin-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.heading-inner--center {
    align-items: center;
}

.heading__section {
    font-size: 28px !important;
    line-height: 43px;
    position: relative;
    padding-top: 38px;
}
.heading__sub{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}




/* --------------------
    Animation Pulse
-------------------- */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
        box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
        box-shadow: 0 0 0 0 rgba(250, 190, 88, 0)
    }
}

/* --------------------
    Mini card
-------------------- */
.product-quantity .quantity input {
    background: none;
}

.woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    font-size: 13px;
    padding-right: 30px;
    margin-bottom: 13px;
}

.woocommerce-mini-cart .mini_cart_item a.remove:hover {
    background-color: #fff;
    color: var(--danger);
}

.woocommerce-mini-cart .mini_cart_item a.remove::after {
    content: "\e912";
    font-family: 'icomoon';
}

.woocommerce-mini-cart .mini_cart_item a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--danger);
    border: 1px solid var(--danger);
    transition: 500ms;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 10px;
}

.woocommerce-mini-cart .mini_cart_item .minicart__permalink {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color4);
}

.woocommerce-mini-cart-item.mini_cart_item img {
    flex: 0 0 68px;
    max-width: 68px;
    border: 1px solid #F5F5F5;
    padding: 8px;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.woocommerce-mini-cart dl.variation {
    display: none;
}

.woocommerce-mini-cart span.detail-mini .on-sale {
    top: 2px !important;
}

.woocommerce-mini-cart span.detail-mini {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
}

.woocommerce-mini-cart ul.cart-attributes {
    font-size: 12px;
    line-height: 2;
    font-family: var(--bold_font);
    display: flex;
    gap: 10px;
    margin-block: 4px 8px;
}

.woocommerce-mini-cart-item:hover span.detail-mini > h3 {
    color: var(--color1) !important;
}

.woocommerce-mini-cart span.detail-mini > h3 {
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: color 500ms;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 12px;
}

.woocommerce-mini-cart__total strong {
    font-family: var(--mid_font);
    margin-left: 10px;
}

.woocommerce-mini-cart__total.total {
    padding-block: 15px;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid #eee;
}

.widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
    font-size: 13px;
}

/* --------------------
    Alerts
-------------------- */
#wrapper .cart-empty.woocommerce-info,
.wpcf7-response-output.wpcf7-validation-errors,
.woocommerce-error,
.woocommerce-mini-cart__empty-message {
    background-color: #f8d7da;
    color: #58151c;
    border: 1px solid #f1aeb5;
    padding: 6px 12px;
    font-size: 14px;
    display: block;
    border-radius: 6px;
    margin-bottom: 12px;
}

.woocommerce-error li a {
    color: var(--color1);
}

.woocommerce-message .amount span.woocommerce-Price-currencySymbol {
    color: inherit;
    transform: translate(0) !important;
    font-size: 14px;
    font-family: var(--mid_font);
}

.woocommerce-message .amount {
    font-family: var(--bold_font);
    color: #0a3622;
    font-size: 16px;
}

.websima-contact-form #message,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce-success,
.woocommerce-message {
    color: #0a3622;
    background-color: #d1e7dd;
    border: 1px solid #a3cfbb;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 14px;
}

.woocommerce-info:not(.woocommerce-message) a:hover {
    color: var(--bs-primary);
}

.woocommerce-info:not(.woocommerce-message) a:not(.showcoupon) {
    text-decoration: underline;
}

.woocommerce-info:not(.woocommerce-message) {
    color: #055160;
    background-color: #cff4fc;
    border: 1px solid #9eeaf9;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 14px;
}

/* --------------------
    Menu Mobile
-------------------- */
#mask {
    position: fixed;
    z-index: 480;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    background-color: #fff;
    z-index: 999999;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
}

#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: var(--danger);
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    color: #fff;
    font-size: 11px;
    align-items: center;
    justify-content: center;
}

.tel-mm a {
    background: var(--bg_footer);
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}

.tel-mm a:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 10px;
    background: var(--color2);
    display: inline-block;
    border-radius: 100%;
    animation: pulse 2s infinite;
    position: relative;
    top: -1px;
}


.come-menumobile {
    right: 0 !important;
}


.title-mm {
    background-color: var(--color1);
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}

.btn-mm a {
    display: flex;
}

.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-flow: row-reverse;
}


.title-sub-head strong {
    font-family: var(--bold_font);
}

.main-mm {
    padding: 10px 20px;
}

.main-mm ul li a {
    display: block;
    padding: 8px 0;
    position: relative;
    width: 80%;
}

.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    right: -250px;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
}

.childer::before {
    content: '\e910';
    font-family: 'icomoon';
    font-size: 10px;
}

.childer {
    position: absolute;
    left: -25%;
    cursor: pointer;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
}

.come-submenu {
    right: 0 !important;
}

.sub-closer::before {
    content: '\e910';
    transform: rotate(180deg);
    font-family: 'icomoon';
    font-size: 10px;
}

.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--color2);
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-subcome {
    color: var(--color1);
    position: relative;
    top: 2px;
    font-size: 15px;
}

/* --------------------
    Button
-------------------- */
#sidebar button[type="submit"],
#cancel-comment-reply-link,
.button {
    min-width: 136px;
    user-select: none;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    font-family: inherit;
    z-index: 1;
    position: relative;
    transition: 500ms;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 12px;
    background: #A88A68;
    cursor: pointer !important;
}

#sidebar button[type="submit"]:hover,
#cancel-comment-reply-link:hover,
.button:hover {
    color: var(--color1);
    border-color: var(--color1);
}



#sidebar button[type="submit"]:after,
#cancel-comment-reply-link:after,
.button:after {
    content: '';
    background: #fff;
    inset: 0;
    width: 0;
    transition: width 500ms;
    position: absolute;
    z-index: -2;
}

#sidebar button[type="submit"]:hover:after,
#cancel-comment-reply-link:hover:after,
.button:hover:after {
    width: 100%;
}

.button.button2 {
    background: #fff;
    border-color: var(--color1);
    color: var(--color1);
}

.button.button2:after {
    background: radial-gradient(995.32% 132% at 0% 13.83%, #FBAF0F 0%, #F88E1E 100%);
}

.button.button2:before {
    opacity: 0;
}

.button.button2:hover::before {
    opacity: 0.51;
}

.button.button2:hover {
    color: #fff;
    border-color: #fff;
}

/* --------------------
    FAQ CSS
-------------------- */

.faqs__wrapper {
    margin-block: 72px;
}

.accordion-content {
    display: none;
}

.faqs-item {
    border-radius: 22px;
    background: #FCFCFD;
    border: 2px solid #F2F2F2;
    overflow: hidden;
    transition: 0.3s all linear;
}

.faqs-item:not(:last-child) {
    margin-bottom: 16px;
}

.faqs-item.active {
    color: #281800;
    border: 2px solid #A88A68;
    background: #FFF1E3;
}

.faqs-item.active .icon-plus:before{
    content: "\e91f" !important;
    transition: 0.3s all linear;
}

.faqs-question {
    padding: 24px 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    line-height: 40px;
    cursor: pointer;
    gap: 24px;
    color: #3A3A3A;
}

.faqs-item .faqs-answer {
padding: 0 42px 24px;
 color: #333333;
 font-size: 14px;
 line-height: 33px;
}

.faqs-question .faq-num {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #D0B290;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqs-question i {
    margin-right: auto;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E4C6A4B2;
    color: var(--color1);
    font-size: 10px;
    transition: 0.3s all linear;
    flex-shrink: 0;
    border-radius: 50%;
}

.faqs__null {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    border-bottom: 3px double #c6303e;
    color: #c6303e;
    width: fit-content;
    margin: 20px auto 0;
    padding-bottom: 5px;
}


/* --------------------
    TAB CSS
-------------------- */

.tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;

}

.tab-content.active {
    display: block;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* --------------------
   header
-------------------- */


.navtop__right .icon-search {
    font-size: 17px;
}

.navtop__right,
.navtop__left,
.navtop__middle {
    display: flex;
    align-items: center;
}

.navtop__middle {
    justify-content: center;
}

.navtop__left {
    gap: 15px;
}

.navtop__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.navtop__menu {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-right: 0;
}

.navtop__menu li {
    display: block;
    position: relative;
    transition: 0.2s all linear;
}

.navtop__menu > li:hover:after {
    background-color: var(--color1);
}
.navtop__menu > li:after {
    transition: 0.2s all linear;
    content: "";
    display: block;
    background-color: transparent;
    border-radius: 30px 30px 0 0;
    width: 42px;
    height: 8px;
    position: absolute;
    bottom: -1.8rem;
    right: 50%;
    transform: translate(50%, 0px);
}


.navtop__menu li.menu-item-has-children > a::after {
    content: "\e90f";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 6px;
    font-weight: bold;
    margin-right: 6px;
    vertical-align: middle;
}

.navtop__menu .sub-menu li.menu-item-has-children > a::after {
    transform: unset;
    top: 12px;
    left: 6px;
    position: absolute;
}

.navtop__menu li a {
    display: block;
    padding: 0px 8px;
    color: #333333;
    font-size: 15px;
}

.navtop__menu li a:hover {
    color: var(--color1) !important;
}

.navtop__menu .sub-menu .sub-menu {
    right: 100%;
    top: -3px;
    border-radius: 8px 0 0 8px;
    box-shadow: -6px 0px 12px 0px rgba(174, 174, 174, 0.15);
}

.navtop__menu .sub-menu {
    transition: 400ms;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 3.66rem;
    box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.25);
    min-width: 150px;
    width: max-content;
    padding: 3px 6px;
    z-index: 2;
    background-color: #fff;
    border-radius: 8px;
}

.navtop__menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navtop__menu .sub-menu a {
    padding: 3px 6px;
    position: relative;
}

.header-mm:hover:after {
    width: 100%;
}

.header-mm::after {
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: -1;
    inset: 0;
    width: 0;
    transition: width 500ms;
}

.header-mm:hover {
    color: var(--color1);
    border-color: var(--color1);
}

.header-mm {
    z-index: 1;
    width: 35px;
    height: 35px;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: 500ms;
}

header {
    position: fixed;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
    z-index: 990;
}

@media screen and (min-width: 992px) {
    .header-mm {
        display: none;
    }

    .main-head {
        background-color: white;
        border-radius: 1.5rem;
        padding: .5rem 3rem;
        box-shadow: 0 0 10px -5px #a88a68;
    }

}

.btn__wrap:hover {
    border-color: var(--color1);
}

.btn__wrap:hover:after {
    width: 100%;
}

.btn__wrap::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: radial-gradient(1067.25% 161.46% at 107.69% 110.26%, #F88E1E 0%, #FBAF0F 100%);
    inset: 0;
    width: 0;
    transition: width 500ms;
}

.btn__wrap {
    /* background: radial-gradient(1067.25% 161.46% at 107.69% 110.26%, #F88E1E 0%, #FBAF0F 100%); */
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px;
    /* border: 1px solid #fff;   */
    border: 1px solid var(--color1);
    transition: border-color 500ms;
}

.navtop__btn i {
    font-size: 16px;
}

.btn__wrap:hover .navtop__btn::before,
.btn__wrap:hover .navtop__btn::after {
    opacity: 0.51;
}

.btn__wrap:hover .navtop__btn {
    color: #fff;
}

.navtop__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color1);
    padding: 5px 11px;
    z-index: 1;
    height: 37px;
    border-radius: 12px;
    font-size: 14px;
}

.navtop__cart {
    position: relative;
}

.navtop__cart__btn:hover i::before {
    color: #fff;
}

.navtop__cart__btn:hover i::after {
    width: 100%;
}

.navtop__cart__btn {
    font-size: 22px;
}

.navtop__cart__btn {
    border-radius: 10px;
    /* background-color: #a88a68; */
    padding: 1px;
    display: flex;
    align-items: center;
}

.navtop__cart i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: 0.3s all linear;
}

.navtop__cart__count {
font-size: 12px;
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--color1);
    color: #fff;
    right: -12px;
    top: -12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
}

.navtop__cart i::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 0;
    transition: width 500ms;
    background: linear-gradient(270deg, rgba(168, 139, 104, 0.7) 0%, #A88B68 100%);
}

.navtop__cart i {
    border-radius: 10px;
    background-color: #fff;
    color: #A88A68;
    border: 1px solid #A88A68;
    font-size: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.navtop__auth-wrap:hover .navtop__auth,
.navtop__auth-wrap:hover .icon-userr:before {
    color: #a88a68;
}

.icon-userr {
    transition: 0.3 all linear;
    font-size: 20px;
}

.navtop__auth-wrap {
    position: relative;
}

.navtop__auth-wrap:hover .navtop__auth::after {
    width: 100%;
}

button.navtop__auth:hover {
    color: #a88a68;
}

button.navtop__auth:hover:after {
    width: 100%;
}

.navtop__auth::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #fff;
    width: 0;
    transition: width 500ms;
    z-index: -1;
    pointer-events: none;
}

.navtop__auth-wrap a.navtop__auth {
    width: 48px;
}

button.navtop__auth {
    width: auto;
}

.navtop__auth {
    height: 48px;
    transition: 0.3s all linear;
    overflow: hidden;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 10px;
    background: #A88A68;
    font-size: 14px;
    cursor: pointer;
    gap: 10px;
    padding: 12px;
}

.navtop__auth > span {
    font-size: 14px;
}

.minicart.open {
    left: 0;
}

.minicart {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 485;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.25);
    max-width: 485px;
    width: max-content;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 500ms;
    border-radius: 12px;
}

.navtop__cart:hover .minicart {
    opacity: 1;
    visibility: visible;
}

.minicart__title {
    background: linear-gradient(270deg, rgba(168, 139, 104, 0.7) 0%, #A88B68 100%);
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.navbot {
    justify-content: space-between;
    position: relative;
    padding-block: 5px;
    transition: -webkit-transform 400ms;
    transition: 400ms;
}

.navbot__left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.navbot__btn i {
    font-size: 16px;
}

.navbot__btn {
    border-radius: 12px;
    background-color: #FFF1E1;
    color: var(--color1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 34px;
    padding: 0 16px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.navbot__btn:hover {
    color: #fff;
}

.navbot__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(1067.25% 161.46% at 107.69% 110.26%, #F88E1E 0%, #FBAF0F 100%);
    width: 0;
    transition: 400ms;
    border-radius: 12px;
    z-index: -1;

}

.navbot__btn:hover:before {
    width: 100%;
}

.navbot__banner img:hover {
    filter: grayscale(0%);
}

.navbot__banner img {
    height: 20px;
    filter: grayscale(100%) brightness(1.75);
    transition: filter 500ms;
    width: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
}

.navbot__banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --------------------
   Contact Mode
-------------------- */
.map__wrapper {
    position: relative;
}

#contactaccordion .card {
    margin-bottom: 20px;
    border: 1px solid var(--color1);
    padding: 10px 20px;
    border-radius: 5px;
}

#contact-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fafafa;
    margin-bottom: 25px;
}

#contact-tab a {
    padding: 15px;
    display: inline-block;
}

#contact-tab .active a {
    color: var(--color2);
}

.acf-form .acf-fields > .acf-field {
    border: none;
}

.websima-contact-form .acf-label {
    margin: 0 !important;
}

.websima-contact-form .input-cform {
    line-height: 1;
    padding: 0 !important;
    clear: none !important;
    width: 100%;
}

.websima-contact-form textarea {
    min-height: 230px;
}

.input-cform .acf-input,
.input-cform .acf-label,
.text-cform .acf-label,
.text-cform .acf-input {
    line-height: 1;
}

.websima-contact-form .text-cform {
    width: 100%;
    order: 1;
    padding: 0 !important;

}

.websima-contact-form .acf-field textarea,
.websima-contact-form .acf-field input[type="text"],
.websima-contact-form .acf-field input[type="email"] {
    padding: 20px;
}

.websima-contact-form #message {
    text-align: center;
}

.websima-contact-form .acf-notice.-dismiss {
    display: none;
}

.websima-contact-form .acf-fields {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.websima-contact-form .acf-required {
    float: right;
    margin-left: 4px;
}

.websima-contact-form .acf-spinner {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    margin-right: 0;
    left: -1.8rem;
}

.websima-contact-form .acf-notice p {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    text-shadow: none;
    color: inherit;
    position: absolute;
    bottom: -80px;
    right: 0.4rem;
}

.websima-contact-form .acf-field .acf-notice.-error {
    background: #fff;
    color: #E9322A;
    margin: 0;
    z-index: 1;
    font-size: 13px;
    line-height: 34px;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 1rem;
    right: 1.1rem;
}
.acf-error-message:before {
    content: "\e919";
    font-family: 'icomoon';
    color: #E9322A;
    font-size: 16px;
    position: absolute;
    right: -15px;
    bottom: -5.5rem;
    z-index: 9;
}

.acf-form-submit {
    text-align: center;
    margin-top: 24px;
    width: max-content;
    margin-inline: auto;
    position: relative;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-block: 70px 0;
}

.contact-info li {
    flex: 0 0 100%;
    display: flex;
    border-radius: 14px;
    background: #FFF1E3;
    padding: 28px 22px;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    gap: 8px;
}

.contact-info li i {
  font-size: 22px;
  color: var(--color1);
  line-height: 1;
  margin-left: 8px;
}

.ct-lb{
    font-size: 14px;
    line-height: 24px;
    color: #252525;
}
.ct-info a , .ct-info span{
    font-size: 13px;
    line-height: 22px;
    color: #747275; 
}
.ct-info a:hover{
    color: var(--color1) !important;
}

.contact-dir-button {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 462;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.contact-dir-button a:hover {
    background-color: #FFF1E3;
    border-color: #cfbaa1;
}

.contact-dir-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    background-color: #fff;
    color: #706F6F;
    font-size: 12px;
    line-height: 21px;
    height: 31px;
    line-height: 1;
    padding: 5px 8px;
    border: 1px solid var(--color1);
}

.websima-contact-title {
    font-size: 28px;
    line-height: 43px;
    color: #252525;
    text-align: center;
    position: relative;
    padding-top: 38px;
}
.websima-contact-title:before{
    content: "\e920";
    font-family: 'icomoon';
    color: var(--color1);
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    z-index: 9;
    display: block;
    font-size: 20px;
    line-height: 1;
}

.contact__social > span {
    font-size: 20px;
    line-height: 1.5;
    color: #313233;
    display: block;
    text-align: center;
    margin-bottom: 36px;

}

.contact__social .wrap a:hover {
    background-color: #fff;
    color: var(--color1);
}

.contact__social .wrap a {
    transition: 500ms;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    background-color: var(--color1);
    font-size: 20px;
    border: 1px solid var(--color1);
}

.contact__social .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ct-info {
    display: flex;
    align-items: center;
    gap: 32px;
}

.phone-item{
    position: relative;
}
.phone-item:not(:last-child)::after {
    content: '';
    display: inline-flex;
    background-color: #D4D4D6;
    width: 1px;
    height: 16px;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .websima-contact-form .text-cform {
        float: left;
        width: 100%;
    }

    .websima-contact-form .input-cform {
        width: 48%;
        clear: none !important;
    }

    .websima-contact-form .input-cform[data-name="email_cform"] {
        float: left;
    }

    .websima-contact-form .input-cform[data-name="name_cform"] {
        float: right;
    }
}

/* -------------------- Footer Style -------------------- */


/* newsletter-error............................ */

 #newsletter-form .alert.bg-primary{
    position: absolute;
    color: #0d6efd;
    line-height: 1;
    padding: 0 !important;
    margin: 0;
    font-size: .75rem;
    bottom: -1.25rem !important;
    background: unset !important;
}


#newsletter-form #email-error , #newsletter-form .alert.bg-danger{
    position: absolute;
    color: #58151c;
    line-height: 1;
    padding: 0 !important;
    margin: 0;
    font-size: .75rem;
    bottom: -1.25rem !important;
}

@media screen and (min-width:768px) and (max-width:991px) {

    #newsletter-form .alert.bg-primary,
    #newsletter-form .alert.bg-danger,
    #email-error {
        right: 80px !important;
    }
}

@media screen and (max-width:768px) {

    #newsletter-form .alert.bg-primary,
    #newsletter-form .alert.bg-danger {
        font-size: 12px;
        padding-block: 0.3rem !important;
        bottom: -57px !important;
        right: 12px !important;
    }

    #email-error {
        font-size: 12px;
        padding-block: 0.3rem !important;
        right: 12px !important;
        bottom: -41px !important;
    }
} 

/* newsletter-error............................ */



.accordion-in-footer {
    display: none;
    padding-right: 12px;
}

.accordion-title .icon-plus {
    font-size: 12px !important;
}
.active.accordion-title .icon-plus:before {
   content: "\ea0b" !important;
}

.accordion-title {
    margin-bottom: 20px;
    background: #FFFFFF33;
    border-radius: 10px;
    padding: 14px;
    align-items: center;
    justify-content: space-between;
}

.accordion-title .footer-title {
    margin-bottom: 0 !important;
}

.top-footer {
    background-color: #A88A68;
    border-radius: 34px 34px 0 0;
    height: 130px;
    position: relative;
}

.logo-footer {
    z-index: 9;
    object-fit: contain;
}

.topfooter-h {
    font-size: 16px;
    margin-bottom: 8px;
    color: white;
}

.topfooter-txt {
    margin-bottom: 10px;
    font-size: 13px;
    color: rgb(255 255 255 / 88%);
}

#newsletter-form {
    display: flex;
    position: relative;
}

#newsletter-form .text-muted {
    display: none;
}

#newsletter-form .form-control {
    background-color: white;
    border-radius: 80px;
    text-align: right;
    direction: rtl;
    padding: 10px 16px;
    height: 50px;
    font-size: 13px;
    color: #666666;
}

.news-btn {
    height: 50px;
    cursor: pointer;
    background-color: #281800;
    border-radius: 35px;
    color: #A88A68;
    padding: 10px 12px;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    transition: 0.2s all linear;
    flex-shrink: 0;
}

.news-btn:hover {
    color: #fff !important;
}

.news-btn:hover:after {
    background-color: white;
    color: #A88A68;
}

.news-btn:after {
    content: '\e902';
    background-color: #A88A68;
    color: white;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    font-size: 12px;
    font-family: 'icomoon';
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all linear;
}


#footer {
    position: relative;
    background-color: var(--bg_footer);
    padding-block: 62px 32px;
    border-radius: 40px 40px 0 0;
    overflow-y: clip;
}

#footer .container {
    z-index: 9;
    position: relative;
}

#footer:after {
    content: "";
    height: 415px;
    width: 415px;
    display: block;
    position: absolute;
    background-image: url(./assets/img/bottom-footer.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

footer#footer:before {
    content: "";
    border-radius: 0 0 40px 40px;
    background-color: #a88a68;
    height: 80px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#footer span,
#footer p,
#footer a {
    color: rgb(255 255 255 / 80%);
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    color: white;
}


.ft__cols {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.ft__desc {
    font-size: 15px;
    line-height: 32.7px;
    text-align: justify;
    margin-bottom: 35px;
}

.sub_ft_head {
    font-size: 16px;
    color: white !important;
    margin-bottom: 15px;
    font-weight: 400;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1rem;
    position: relative;
    z-index: 1;
}

.ft__socials {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 6px;
}

.ft__socials i {
    padding: 5px;
    font-size: 24px;
    color: #000000;
    background-color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all linear;
    border: 1px solid transparent;
}

.ft__socials a:hover i {
    border: 1px solid #a88a68;
    color: white;
    background-color: #a88a68;
}
.ft__socials a:hover i:before {
    color: white !important;
}

/* .ft__socials a {
    font-size: 20px;
    color: #272829;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
} */

/* .ft__socials a:hover {
    color: var(--color1);
} */

.ft__wrappers {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
}

.wrap-ft-menu {
    padding: 0 5px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
    font-size: 16px;
}

.footer-contact li i {
    padding: 9px;
    font-size: 20px;
    color: #000000;
    background-color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all linear;
    border: 1px solid transparent;
}

.footer-contact li:hover i {
    border: 1px solid #a88a68;
    color: #a88a68;
    background-color: #281800;
}

.footer-title {
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-sub-menu a {
    font-size: 15px;
    padding-bottom: 16px;
    display: block;
    position: relative;
    color: white !important;
    transition: 0.3s all linear;
}
.footer-sub-menu a:hover{
   padding-right: 15px;
}
.footer-sub-menu a:hover:before{
    opacity: 1;
}
.footer-sub-menu a::before{
    transition: 0.3s all linear;
    opacity: 0;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    border-right: 10px solid var(--color1);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    right: 0;
    top: 7px;
}


.copy-right p {
    font-size: 14px;
    color: #000000 !important;
}

.copy-txt {
    color: white !important;
}

.copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 17px;
    background-color: #A88A68;
    padding: 12px 14px;
    margin-top: 60px;
    font-size: 13.5px;
}

.scripts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.script-desk{
    width: 107px;
    justify-content: end !important;
}

.scripts-mobile {
    gap: 16px;
}

.enamad,
.samandehi {
    cursor: pointer;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
}

.scripts a,
.scripts img {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

/* --------------------
  Breadcrumb Style
-------------------- */


#breadcrumbs{
position: relative;
}
.breadcumb-div{
    position: absolute;
    right: auto;
    top: 138px;
    z-index: 9;
}

#breadcrumbs a {
    color: #fff;
}

#breadcrumbs a:hover {
    color: #333;
}

#breadcrumbs a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #F2F2F2;
    border-radius: 1px;
    margin-right: 8px;
    margin-left: 6px;
    border-radius: 50%;
}

#breadcrumbs .breadcrumb_last {
    color: #333333;
}




/* --------------------
    Search Simple
-------------------- */

.header-search:hover {
    background-color: var(--color1);
	color:#fff;
}
.header-search {
    padding: 13px;
    margin-right: 20px;
    cursor: pointer;
	color: #555;
	transition: 0.2s all linear;
    border-radius: 10px;
}


.header-searchsimple form .icon-search {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.header-searchsimple form {
    position: relative;
    display: flex;
    align-items: center;
    transition: 400ms;
    width: 100%;
    color: #999999;
}

.header-searchsimple #search-text:focus {
    border-color: #858686;
}

.header-searchsimple #search-text {
    width: 100%;
    text-align: right;
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
    color: var(--color4);
    font-size: 14px;
    padding: 7px 40px;
    border-radius: 12px;
    transition: border-color 400ms;
}

.search-results-box {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    width: 200%;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.25);
}

.search-results-content {
    padding: 0 24px 24px;
}

.search-detail h3 {
    text-align: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.search-detail {
    display: flex;
    background-color: #F5F5F5;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 12px;
    gap: 12px;
    align-items: center;
}

.search-image {
    width: 60px;
    border-radius: 12px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.search-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    padding: 4px;
}

.header-searchsimple {
    position: relative;
    width: 100%;
    max-width: 306px;
}

.search__icons i {
    position: absolute;
    cursor: pointer;
    left: 0;
}

.search-loading {
    display: none;
    border: 3px solid #ccc;
    border-radius: 50%;
    border-top: 3px solid var(--color1);
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.search-remove:hover {
    color: var(--danger);
}

.search-remove {
    display: none;
    transition: color 400ms;
}

.search__icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

span.noresults {
    color: var(--danger);
    font-size: 13px;
}


.sticky {
    position: sticky;
    top: 2rem
}

header > .container {
    position: relative
}





/* --------------------
    Search Popup
-------------------- */
.bottom-head-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.search-pup-up {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000de;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: white;
    overflow: hidden;
    overflow-y: visible;
    padding-bottom: 50px;
    display: none;
}

.fd-outer {
    width: 30px;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
}

.fd-inner {
    width: 30px;
    text-align: center;
}

.fd-inner:before,
.fd-inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: white;
    right: 0;
    transition: all .3s ease-in;
}

.fd-inner:after {
    bottom: 48%;
    transform: rotate(-45deg);
}

.fd-inner:before {
    top: 48%;
    transform: rotate(45deg);
}

.fd-outer label {
    font-size: .8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.fd-outer:hover .fd-inner:before,
.fd-outer:hover .fd-inner:after {
    transform: rotate(0);
    background: var(--color1);
}

.fd-outer:hover .fd-inner:before {
    top: 0;
}

.fd-outer:hover .fd-inner:after {
    bottom: 0;
}

.fd-outer:hover label {
    opacity: 1;
}

.form-wrap {
    padding-top: 140px;
}

.search-pup-up #search-text {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}

.search-form:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #c29f77, transparent);
    display: block;
}

.search-title {
    font-size: 18px;
    padding: 20px 0 5px 0;
    display: block;
}

.search-pup-up .search-form {
    transform: scale(0);
    opacity: 0;
    transition-duration: .6s;
    transition-delay: .5s;
}

.search-pup-up.popup-search-active .search-form {
    transform: scale(1);
    opacity: 1;
}

.search-detail h3 a {
    display: block;
    font-size: 13px;
}

.search-results-box .button {
    width: 100%;
    height: 40px;
    font-size: 13px;
}

.search-pup-up .icons-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.search-pup-up .icons-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/* --------------------
    END Search Popup
-------------------- */
@media screen and (max-width:768px) {
    .form-wrap {
        padding-top: 80px;
    }

    .fd-inner {
        width: 25px;
    }

    .fd-outer {
        width: 25px;
        top: 10px;
        right: 20px;
    }
}

@media screen and (min-width:576px) {
    .header-search > span {
        display: block;
    }
}

@media screen and (min-width:992px) {
    .header-search > span {
        font-size: 12px;
    }
}

@media screen and (min-width:1200px) {
    .header-search > span {
        font-size: inherit;
    }
}


@media screen and (max-width: 425px) {
    .product-meta-top > div {
        width: 100%;
        margin: 5px 0;
        justify-content: space-around;
    }

    .product-meta-right a:first-child:after {
        content: unset;
    }

    .type-product .summary .price ins:before {
        font-size: 16px;
    }
}

/* --------------------
    Product
-------------------- */


.product__item {
    border-radius: 20px;
    background-color: #fff;
    /* box-shadow: 0px 3px 16px 0px rgba(225, 225, 225, 0.25); */
    padding: 16px;
    transition: 500ms;
    border: 1px solid #F2F2F2;
}


.product__item:hover {
    box-shadow: 0px 2px 6px #E9B98D45;
}

.product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #F9F9F9;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
}

.product__image img {
    width: 100%;
    object-fit: cover;
}

.product__title {
    min-height: 60px;
    font-family: var(--mid_font);
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 18px;
}

.product__title a {
    color: #262626;
    line-height: 30px;
    display: block;
}

.product__item:hover .product__title a , .product__title a:hover{
    color: var(--color1) !important;
}

.product__footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    min-height: 46px;
    flex-direction: row-reverse;
}

.price {
    position: relative !important;
    font-family: 'iransans-Medium' !important;
}

.price b,
.price strong {
    font-family: 'iransans-Medium' !important;
}

.price del bdi {
    color: #868686;
    font-size: 15px;
    font-family: 'iransans-Light';
    font-weight: 500;
    position: relative;
}

.price del bdi:after {
    content: "تومان";
    font-family: 'iransans-Medium';
    font-size: 12px;
    position: absolute;
    left: -30px;
    bottom: -1px;
}


.price ins bdi {
    color: #333;
    font-size: 18px;
    font-family: 'iransans-Medium';
    font-weight: 500;
}

.product__item .price {
    display: flex;
    flex-direction: column;
    width: max-content;
    align-items: flex-end;
    gap: 4px;
}

.product__item:hover .product__more {
    border: 1px solid var(--color1);
    background-color: var(--color1);
    color: white !important;
}
.product__item:hover .product__more i{
    color: white !important;
}

.product__more {
    transition: 0.2s all linear;
    border-radius: 50%;
    color: #233127;
    border: 1px solid #F2F2F2;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.product__more .icon-sabad {
    font-size: 24px;
    color: #233127 !important;
}

.product__more:hover .icon-sabad {
    color: white !important;
}

.product__love:hover {
    border-color: var(--danger);
    color: var(--danger);
}

.product__love {
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 17px;
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    /* margin-right: auto; */
    margin-left: auto;
    color: #E1E1E1;
}

.loop__variation__price b {
    font-size: 12px;
}

.price.loop__variation__price {
    gap: 8px;
    flex-direction: row;
}

.product__item .price bdi {
    display: flex;
    align-items: center;
    gap: 1px;
}

.product__item .price > .woocommerce-Price-amount,
.product__item .price ins {
    color: #333333;
    font-family: var(--bold_font);
    font-size: 18px;
    line-height: 26px;
}

.product__item .price del {
    margin-left: 31px;
    color: #999999;
    font-size: 13px;
    line-height: 18px;
    font-family: var(--mid_font) !important;
}

/* .woocommerce-Price-currencySymbol {
    color: #808080;
    font-size: 15px;
    font-family: 'iransans-Medium';
    margin-right: 0;
} */

del .woocommerce-Price-currencySymbol {
    display: none;
}

.btn-sale {
    text-align: center;
    margin-top: 30px;
}

.on-sale {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #a88a68;
    color: #fff;
    font-size: 12.5px;
    line-height: 1;
    padding: 5px 9px 3px;
    font-family: var(--bold_font);
    position: absolute;
    top: -3px;
    right: -35px;
}

/* start-intro-box....................................................... */

.intro-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    background: linear-gradient(90deg, rgb(189 160 125 / 70%) 0%, #B89C7B 56.5%);
    border-radius: 24px;
    margin-block: 18px 44px;
    position: relative;
    padding: 189px 40px 71px;
    overflow: hidden;
}


.intro-txt{
    margin-top: 24px;
	color:#fff;
}

.intro-heading{
    color: white;
    font-size: 28px;
    line-height: 43.4px;
    position: relative;
    padding-right: 8px;
    margin-right: 25px;
}

.intro-box p , .intro-box span{
    text-align: justify !important;
    font-size: 17px;
    color: white;
    line-height: 32px;
}

.button-white{
    border-radius: 32px;
    padding: 8px 16px 8px 8px;
    background-color: white !important;
    font-size: 16px;
    line-height: 24px;
    color: var(--color1);
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    gap: 12px;
    border: 1px solid white;
    transition: 0.28s all linear;
    margin-top: 24px;
    width: max-content;
}
.button-white:hover{
    border: 1px solid var(--color1);
    color: var(--color1) !important;
}
.button-white:hover i{
    background-color: white;
    color: #A88A68;
}
.button-white i{
    border: 1px solid #A88A68;
    font-size: 13px;
    line-height: 1;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background-color: #A88A68;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.28s all linear;
}


.button-brown{
    border-radius: 32px;
    padding: 8px 16px 8px 8px;
    background-color: var(--color1);
    font-size: 16px;
    line-height: 25px;
    color: white;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--color1);
    transition: 0.25s all linear;
    margin-top: 24px;
    width: max-content;
    cursor: pointer;
    position: relative;
}
.button-brown:hover{
    color: var(--color1) !important;
    background-color: white;
}
.button-brown:hover i{
    background-color: var(--color1);
    color: white;
}
.button-brown i{
    border: 1px solid var(--color1);
    font-size: 13px;
    line-height: 1;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 50%;
    color: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s all linear;
}





/* end-intro-box..................................................... */

/* start-more-content..................................................... */

#more-tax-desc{
    position: relative;
}
.more-content{
    position: relative;
    background: linear-gradient(90deg, #D0B290 0%, #A88A68 49.5%);
    border-radius: 30px;
    padding: 50px 40px 36px;
    color: white;
}
.more-content :is(p,span,a,h1,h2,h3,h4,h5,h6){
    color:white !important;
}
.more-content :is(h1,h2,h3,h4,h5,h6){
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 24px;
    position: relative;
    padding-right: 8px;
    margin-right: 25px;    
}
.more-content :is(p,span,a){
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}

.more-content:before{
 content:"";
 display: block;
 background-color: transparent;
 border-top: 3px solid #D0B290;
 border-left: 3px solid #D0B290;
 position: absolute;
 top:-12px;
 left: -12px;
 z-index: 9;
 border-radius: 30px 0 0 0;
 height: 100%;
 width: 50%;
 pointer-events: none; 
}
.more-content:after{
 content:"";
 display: block;
 background-color: transparent;
 border-bottom: 3px solid #D0B290;
 border-right: 3px solid #D0B290;
 position: absolute;
 bottom:-12px;
 right: -12px;
 z-index: 9;
 border-radius: 0 0 30px 0;
 height: 100%;  
 width: 50%; 
 pointer-events: none; 
}

.more-tax-desc {
    margin-top: 6px;
    height: 44px;
    min-width: 170px;
}

.more-txt-col:before{
    content: "\e90d";
    font-family: 'icomoon';
    color: #D0B290;
    position: absolute;
    right: -20px;
    top: -45px;
    z-index: 9;
    display: block;
    font-size: 80px;
    line-height: 1;
    filter: drop-shadow(0px 6px 0px white);
}
.more-txt-col:after{
    content: "\e90d";
    font-family: 'icomoon';
    color: #D0B290;
    position: absolute;
    left: -20px;
    bottom: -45px;
    z-index: 9;
    display: block;
    font-size: 80px;
    line-height: 1;
    filter: drop-shadow(0px 6px 0px white);
    transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
}

/* end-more-content..................................................... */


.items-sub-category {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item-sub-category {
    padding: 5px 10px;
    border: 1px solid #a8a8a8;
    margin: 5px 5px;
    display: inline-block;
}


/* start-pagination-style.............................................. */

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.page-numbers {
    margin-top: 32px;
    gap: 13px;
}

.page-numbers li a,
.page-numbers li span {
    background: #F9F9FA;
    color: #333;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.28s all linear;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
}

.page-numbers li a.next,
.page-numbers li a.prev {
    background: #E9B98D45;
    color: #333;
    font-size: 14px;
    line-height: 1;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers li a:hover,
.page-numbers li span.current {
    background-color: var(--color1);
    color: #fff !important;
}

/* end-pagination-style................................................. */



/* blog sidebar...........*/
.sidebar-blog .widget-side {
    margin-bottom: 2rem;
}
.sidebar-blog .widget-side > ul > .cat-item > a{
    position: relative;
    padding-right: 16px;
}
.sidebar-blog .widget-side > ul > .cat-item > a:before{
    content: "\e91b";
    font-family: 'icomoon';
    line-height: 1;
    color: #D0B290;
    font-size: 12px;
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.widget-side.widget_product_categories > ul > li {
    margin: 10px 0;
}
.widget-side.widget_product_categories  .caticon {
    top: -11px;
}
.widget-side {
    overflow: hidden;
}

.widget-side:last-child {
    margin-bottom: 0 !important;
}

.widget-side.widget_categories > ul{
    padding: 0px 9px 9px;
}

.widget_media_image a {
    display: block;
}

.widget_media_image img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
    margin: auto;
    transition: 0.25s all linear;
}
.widget_media_image img:hover{
    filter: hue-rotate(45deg);
}

.widget-side:not(.widget_media_image,.widget_product_categories,.widget_layered_nav,.widget_price_filter, .widget_layered_nav_filters ) {
    border-radius: 22px;
    background-color: #FCFCFD;
    padding: 14px;
    border: 1px solid #F2F2F2;
}

.widget__toggle {
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgb(168 138 104 / 40%);
    color: var(--color1);
    border-radius: 50%;
}

.widget-title {
    display: flex;
    align-items: center;
    justify-content: center;

}

.widget-side:not(.widget_media_image,.widget_product_categories,.widget_layered_nav ,.widget_price_filter,.widget_layered_nav_filters)  .widget-title {
    background: #D0B290;
    height: 62px;
    gap: 8px;
    border-radius: 15px;
    padding: 20px;
    line-height: 21px;
    color: white;
	font-size: 15px;
}
.widget-side li.current-cat > a {
    color: var(--color1);
}
.widget-side li a {
    display: flex;
	padding:10px 0;
}
.widget-side:not(.widget_product_categories) > ul > li {
    padding: 14px 0;
}
.widget-side > ul > li {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #252525;
    display: flex;
	flex-flow: column;
	align-items: flex-start;
}

.widget-side > ul > li:last-child {
    padding-bottom: 0;
}
.widget_categories > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #d0b29033;
}
.cat-parent {
    position: relative;
}

.children .cat-item {
    font-size: 13px;
    line-height: 18px;
    border: none;
}

.widget-side .cat-parent ul.children{
    padding-right: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.widget-side .cat-item .count {
    display: none;
}
.widget-side .cat-parent ul.children a:hover{
    color: var(--color1) !important;
}

.caticon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: #a88a6866;
    color: var(--color1);
    font-size: 10px;
    transition: 0.28s all linear;
    flex-shrink: 0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transform: translateY(90%);
}
.caticon.active{
    color: var(--color1);
}

.caticon.active:before{
    content: "\e91f" !important;
    transition: 0.15s all linear;
}

#sidebar {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    z-index: 481;
    background-color: #fff;
}

.sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: radial-gradient(170.82% 170.82% at 113.39% 100%, #F88E1E 0%, #FBAF0F 100%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: fixed;
    left: 12px;
    bottom: 102px;
    font-size: 20px;
    z-index: 2;
}

#sidebar.active {
    right: 0;
    overflow-y: scroll;
    padding-bottom: 20px;
}

#sidebar .sidebar-close {
    display: flex;
    width: 22px;
    height: 22px;
    position: relative;
    background: var(--danger);
    text-align: center;
    margin: 10px auto 10px 0;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.widget-side a {
    color: #585859;
    line-height: 16px;
}

.widget-side a:hover {
    color: var(--color1);
}

#sidebar input[type="search"] {
    border: 1px solid #a3a3a3;
    padding: 10px 20px;
    border-radius: 15px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: right;
}

#sidebar .select2-container--default .select2-selection--single {
    border: 1px solid #fafafa;
    background: #fafafa;
    padding: 10px 20px;
    border-radius: 15px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}

#sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    left: 11px !important;
    width: 20px;
}



/* end-sidebar-style........................................................ */








@media screen and (min-width: 768px) {

    .sidebar-btn {
        display: none;
    }

    #sidebar {
        position: unset;
        right: auto;
        overflow-y: unset;
        background: transparent;
        z-index: unset;
    }

    #sidebar .sidebar-close {
        display: none;
    }
}

/* --------------------
    Modules Css
-------------------- */

.section-base {
    margin-block: 104px;
}

.countdown-wrapper {
    direction: ltr;
}

.countdown-wrapper span {
    display: inline-block;
    margin: 0 5px;
}

/* --------------------
    Modal bootstrap Css
-------------------- */

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 50%);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border-radius: 0.3rem;
    outline: 0;
    overflow: hidden;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background-color: var(--color1);
}

.modal-title {
    color: #fff;
    font-size: 16px;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 24px;
    text-align: center;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-header .close::before {
    content: "\e912";
    font-family: 'icomoon';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    width: 28px;
    height: 28px;
}

.modal-header .close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--danger);
    border-radius: 8px;
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 550px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

/* --------------------
    Responsive Mode
-------------------- */

@media screen and (min-width: 992px) {
    .w-75 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .light-pagination {
        margin-top: 32px;
    }

    .single__title {
        display: none;
    }

}


@media screen and (min-width: 351px) and (max-width: 399px) {
    .sale-progress-bar {
        width: 135px !important;
    }
}

@media screen and (max-width: 350px) {
    .sale-progress-bar {
        width: 85px !important;
    }
}


@media screen and (max-width: 1199.98px) {
    .sw:not(.sw2) .swiper-nav {
        width: calc(100% + 32px);
    }

    .heading--between {
        flex-direction: column;
        align-items: flex-start;
    }

}

/* category design two */

.cat-design-two [class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
}

.cat-design-two {
    display: flex;
    width: 100%;
}

/* BLOG SECTION  */

.blog-container {
    position: relative;
}

.blog-heading {
    z-index: 9;
    position: relative;
}

.section-blog-bg {
    background-color: #FAFAFA;
    padding-block: 24px;
}

.section-blog{
    overflow: hidden;
}

.section-blog .heading--center {
    margin-bottom: 40px;
}

#main-blog {
    margin-bottom: 72px;
}

.row__blog {
    row-gap: 32px;
}

.section-blog .heading__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-blog {
    position: relative;
    background-color: white;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    transition: 0.2s all linear;
}

.card-blog:hover {
    border: 1px solid #A88A68;
}

.list__item:hover .card-blog__date {
    color: var(--color1);
    background: #EEE4E1;
}

.card-blog__date {
    transition: 0.28s all linear;
    position: absolute;
    font-size: 12.5px;
    color: #281800;
    font-weight: 600;
    border-radius: 8px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    right: 24px;
    top: 24px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 19px;
    height: 29px;
}

.card-blog:hover a {
    color: var(--color1);
}

.card-blog__image {
    border-radius: 10px;
    background-color: #ABABAB;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: box-shadow 500ms;
    width: 100%;
}

.card-blog__image:after , .list__img:after{
    content: "";
    opacity: 0;
    transition: 0.28s all linear;
    background-color: #A88B6878;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./assets/img/black-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.home .card-blog__image:after { 
    background-image: url(./assets/img/white-logo.png);
}
.card-blog:hover .card-blog__image:after , .list__item:hover .list__img:after{
    opacity: 1;
}


.card-blog__image .blog-pic-card {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    min-height: 172px;
}

.card-blog__title {
    height: 50px;
    font-size: 16px;
    line-height: 2.25;
    font-family: var(--mid_font);
    margin-block: 10px 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog__dec{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.card-blog__title a {
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    line-height: 25px;
}
.card-blog__title a:hover{
    color:var(--color1) !important;
}

.card-blog__more i {
    font-size: 11px;
    line-height: 20px;
}

.card-blog__more {
    background: #A88B6833;
    font-size: 12.5px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    color: var(--color1);
    font-family: 'yekanbakh-Bold';
    border-radius: 11px;
    padding: 6px 8px;
    margin-block: 18px 0px;
    transition: 0.28s all linear;
    width: 110px;
    margin-right: auto;
}
.card-blog__more:hover , .list__item:hover .card-blog__more{
    color: white !important;
    background-color: var(--color1) !important;
}

.card-blog:hover .card-blog__more {
    background: #A88A68;
    color: white;
}

.card-blog:hover .card-blog__more i:before {
    color: white;
}

.card-blog:hover .card-blog__date{
    background: #EEE4E1;
    color: var(--color1);
}

.ft__feature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #F88E1E;
    z-index: 1;
    gap: 112px;
    padding: 28px 124px;
    overflow: hidden;
}

.ft__feature::after {
    content: "\e92f";
    filter: blur(30px);
    position: absolute;
    font-size: 250px;
    line-height: 1;
    z-index: -2;
    font-family: 'icomoon';
    color: #FFAC54;
    inset: auto;
    pointer-events: none;
}

.ft__feature::before {
    content: url(assets/img/honey.svg);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.ft__feature__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

}

.ft__feature__item i::after {
    position: absolute;
    z-index: -1;
    font-family: 'icomoon';
    opacity: 0.51;
    filter: blur(2px);
    display: flex;
    line-height: 1;
    content: "\e90d";
    top: 2px;
    left: 2px;
    font-size: 18px;
}

.ft__feature__item i {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: radial-gradient(170.82% 170.82% at 113.39% 100%, #F88E1E 0%, #FBAF0F 100%);
    width: 64px;
    height: 64px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1;
    position: relative;
}

.ft_features__title {
    font-size: 16px;
    color: #fff;
}





.mb__basket {
    position: relative;
}

.mb__basket .basket__count {
    left: 22px;
}

.quick__access {
    position: fixed;
    z-index: 479;
    inset: auto 0 0 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 8px;
    /* height: 84px; */
    height: 56px;
    box-shadow: 0px -4px 12px 0px rgba(201, 201, 201, 0.32);
    flex-direction: row-reverse;
    padding: 0 8px;
}

.quick-div{
    gap: 16px;
}

.quick__access__text {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #585859;
}

.quick__access__item i {
    font-size: 20px;
    line-height: 1;
    color: var(--color1);
}

.quick__access__item {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-align: center;
    gap: 6px;
}



.mobile__badge__wrap {
    position: fixed;
    right: 72px;
    bottom: 22px;
    z-index: 479;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile__badge__num i {
    font-size: 17px;
    transition: 300ms;
}

.mobile__badge__num:hover::after {
    width: 100%;
}

.mobile__badge__num::after {
    content: '';
    position: absolute;
    width: 0;
    background-color: #fff;
    inset: 0;
    height: 100%;
    transition: width 500ms;
    z-index: -1;
}

.mobile__badge__num {
    transition: 500ms;
    position: relative;
    z-index: 1;
    height: 42px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 66.292px;
    background: radial-gradient(118.35% 118.35% at 17.36% 15.28%, #36F501 0%, #068D00 100%);
    width: 150px;
    color: #fff;
    font-size: 14px;
    font-family: var(--bold_font);
    gap: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-top: 8px;
}

.mobile__badge__num:hover {
    color: #068D00;
    border-color: #068D00;
}

.mobile__badge {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: radial-gradient(118.35% 118.35% at 17.36% 15.28%, #36F501 0%, #068D00 100%);
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 8px;
    overflow: hidden;
    transition: 500ms;
    position: relative;
}

.mobile__wrappers {
    width: 150px;
    display: none;
}

.sidebar-btn::before,
.mobile__badge::before,
.mobile__badge__num::before {
    content: "\e90e";
    top: 8px;
    left: 8px;
    font-size: 24px;
    position: absolute;
    z-index: 1;
    font-family: 'icomoon';
    opacity: 0.51;
    filter: blur(2px);
    display: flex;
    line-height: 1;
    transition: opacity 500ms;
    pointer-events: none;
}

.mobile__badge__num:hover:before {
    opacity: 0;
}

.mobile__badge__num::before {
    font-size: 14px;
    left: 2px;
    top: 2px;
}



.mobile__badge.active i.icon-phone {
    opacity: 0;
}

.mobile__badge.active i.icon-close {
    opacity: 1;
}

.mobile__badge i.icon-close {
    opacity: 0;
}

.mobile__badge i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 500ms;
}


.sale-countdown-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: -5px;
    border-top: 2px solid #F2F2F2;
    padding: 15px 1px;
    margin-top: 10px;
    width: 100%;
    transform: translate(0px, 9px);
}

.sale-countdown {
    font-size: 14px;
    height: 22px;
    color: #233127;
    line-height: 22px;
    text-align: center;
    width: 100px;
    direction: ltr;
}


.woocommerce_account_navigation_popup {
    right: unset !important;
    left: 0;
    position: absolute;
    background: #fff;
    width: 120px;
    border-radius: 0 0 15px 15px;
    border: 1px solid var(--color1);
    border-top-color: #fff;
    top: calc(100% + 18px);
    z-index: 1;
	transition:0.3s;
	visibility:hidden;
	opacity:0;
}
.navtop__auth-wrap:hover .woocommerce_account_navigation_popup{
	opacity:1;
	visibility:visible;
}
.woocommerce_account_navigation_popup a {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 12px;
}
@media (min-width: 992px) {

    #footer:after {
        bottom: -50%;
        right: -13%;
        transform: translate(0%, 0%);
        z-index: 0;
    }

    .navtop-bg,
    .navbot-bg {
        padding-inline: 12px;
    }

    .navbot-bg {
        box-shadow: 0px 4px 12px rgba(222, 222, 222, 0.25);
        transition: 300ms;
    }

    .nav-up .navtop-bg {
        box-shadow: 0px 4px 12px rgba(222, 222, 222, 0.25);
    }

    .nav-up .navbot-bg {
        background-color: transparent;
        box-shadow: unset;
        pointer-events: none;
    }

    .section-blog .heading--center {
        margin-bottom: 40px;
    }

    .nav-up .navbot-bg {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .tax-brand #more-tax-desc {
        margin-block: 56px;
    }

    .tax-brand .faqs__wrapper {
        margin-block: 64px;
    }
}


@media (min-width:992px) and (max-width:1399.98px) {
    .ft__wrappers {
        padding-right: 0;
    }

    .woocommerce_account_navigation_popup {
        right: unset !important;
        left: 0;
    }

    .content-white {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {

    .faqs-question{
        font-size: 16px;
    }

    .navtop__right {
        gap: 10px;
    }

    .header-searchsimple {
        max-width: 200px;
    }
}

@media (max-width:1399.98px) {
    .ft__feature {
        flex-wrap: wrap;
        padding: 14px;
        gap: 24px;
        justify-content: space-between;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {

    .ct-info {
        font-size: 14px;
    }

    .widget-title h4 {
        font-size: 15px;
    }

    .loop__variation__price b {
        font-size: 11px;
    }

    .loop__variation__price {
        flex-direction: column !important;
    }
}








@media (max-width:991.98px) {

    .widget-title:after{
        content: "\e915";
        font-family: 'icomoon';
        height: 20px;
        width: 20px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 9.5px;
        background-color: #ffffff66;
        border-radius: 50%;
        transition: 0.25s all linear;
    }
    .widget-title.active:after{
        content: "\e91f" !important;
        transition: 0.25s all linear;
    }


    .faq__cat{
        padding-inline: 11px !important;
        font-size: 14px !important;
    }

    .sidebar-title-icon.caticon{
        position: inherit;
        transform:unset;
    }

    .widget-side > ul > li{
        padding: 15px 10px 15px 0;
    }
    .cat-parent ul.chil{
        padding-top: 12px;
    }

    #more-tax-desc {
        padding: 10px;
    }

    .more-content :is(h1,h2,h3,h4,h5,h6){
        margin-bottom: 16px;
    }
    .more-content{
        padding: 52px 27px 53px;
    }

    .intro-heading {
        font-size: 26px;
        line-height: 40px;
    }
    .intro-box p, .intro-box span{
        font-size: 16px !important;
    }

    .heading__title , .heading__section {
        font-size: 20px !important;
        line-height: 31px;
    }
    .heading__sub{
        font-size: 14px;
        line-height: 28px;
    }

    .top-footer {
        height: 100% !important;
        padding: 0 2px 10px;
        margin-top: 7.5rem;
    }

    .footer-logo {
        margin-top: -4rem;
        margin-bottom: .5rem;
        transform: translateY(0rem);
    }

    .topfooter-txt {
        font-size: 12px;
    }

    #footer:after {
        bottom: -20%;
        right: -80%;
        transform: translate(0%, -20%);
        z-index: 0;
    }

    .social-div-mob {
        margin-bottom: 40px;
    }

    .navtop__auth span {
        display: none;
    }

    .header-search {
        display: none;
    }

    .navtop__cart__count {
        display: none;
        width: 30px;
        height: 40px;
        background-color: #FAFBFC;
        border-radius: 0 10px 10px 0;
    }

    .navtop__left {
        gap: 10px;
    }

    .navtop__cart__count,
    .navtop__cart i {
        color: var(--color1);
    }

    .card-blog__more {
        width: 104px;
        font-size: 12px;
        border-radius: 12px;
    }

    header {
        top: .75rem;
    }

    .main-head {
        z-index: 99;
        background: white;
        border-radius: 23px;
        box-shadow: 0 0 10px -5px #a88a68;
        padding: 0px 8px;
        height: 73px;
    }

    .navtop__auth {
        padding: 0.5rem;
        width: 40px !important;
        height: 40px !important;
        border-radius: 14px;
    }
    .navtop__cart__count, .navtop__cart i{
        width: 40px !important;
        height: 40px !important;
    }

    .inner-page h1.title-heading {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .product__item .price del {
        text-decoration-color: #99999952 !important;
        font-size: 12px;
    }

    .navbot-bg {
        display: none;
    }

    .navtop-bg {
        box-shadow: 0px 4px 12px rgba(222, 222, 222, 0.25);
    }

    .help-heading > span {
        cursor: pointer;
        font-size: 15px;
    }

    .help-heading > span::after {
        opacity: 1;
    }

    .help-heading > ul {
        display: none;
    }

    .related__product {
        margin-block: 54px;
        padding-bottom: 32px;
    }

    .single__main {
        margin-bottom: 54px;
    }

    .single__title {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 12px;
    }

    .heading--center {
        margin-bottom: 30px !important;
    }

    .ft__feature {
        flex-wrap: wrap;
        padding: 14px;
        gap: 24px;
        justify-content: center;
    }

    .navtop__right {
        flex-direction: row;
        justify-content: flex-start;
    }

    .navtop__right {
        gap: 12px;
    }

    .heading--between .heading__short-desc {
        margin-top: 12px;
    }

    .heading__short-desc {
        font-size: 14px;
    }

    .product__title {
        font-size: 13.5px;
        min-height: 54px;
        margin-bottom: 16px;
    }

    .product__item .price > .woocommerce-Price-amount,
    .product__item .price ins {
        font-size: 16px;
    }

    .heading--between {
        margin-bottom: 14px;
    }

    .card-blog__title a {
        font-size: 14px !important;
    }

    .card-blog__title {
        margin-block: 8px;
        line-height: 32px;
        min-height: 30px;
        height: 50px;
        font-size: 14px;
    }

    .tt-50 {
        margin-bottom: -40px;
    }

    .ft__feature__item {
        flex: 1 0 44%;
        justify-content: flex-start;
        gap: 10px;
    }

    .ft_features__title {
        font-size: 14px;
    }

    .ft__feature__item i {
        border-radius: 12px;
        width: 44px;
        height: 44px;
        color: #fff;
        font-size: 16px;
        flex-shrink: 0;
    }

    .footer-title {
        font-size: 16px;
    }

    .copy-right {
        margin-top: 20px;
        margin-bottom: 40px;
        position: relative;
        text-align: center;
        justify-content: center;
        padding: 16px 35px;
    }

    #footer {
        padding-inline: 12px;
    }

    .faqs-question .faq-num {
        display: none;
    }

    .sale-countdown {
        font-size: 14px;
    }

    .sale-countdown-progress {
        transform: translateX(0px);
    }

    .shop-main {
        margin-bottom: 26px;
    }

    .mobile__badge__wrap {
        bottom: 102px;
        right: 12px;
    }

    .heading-inner {
        gap: 8px;
        margin-bottom: 28px;
    }

    .widget-side.widget-side.widget_categories > ul > li > a {
        padding: 12px 8px;
    }

    .faqs-question {
        font-size: 15px;
        line-height: 32px;
        gap: 0;
        padding: 24px 12px;
    }

    .faqs-item .faqs-answer {
        padding: 0 12px 20px;
        }

    .row__blog {
        row-gap: 24px;
    }

    .sidebar {
        top: unset;
    }

    #main-blog {
        margin-bottom: 48px;
    }

    .section-base {
        margin-block: 64px;
    }

    #more-tax-desc h4 {
        text-align: center;
        font-size: 19px;
    }

    .page-numbers li a,
    .page-numbers li span {
        width: 28px;
        height: 28px;
        border-radius: 28px;
        font-size: 15px;
    }

    .page-numbers li a.next,
    .page-numbers li a.prev {
        font-size: 12px;
    }

    .contact-info {
        margin-block: 48px 56px;
    }

    .contact__social > span {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .contact__social .wrap a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .single__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        border-bottom: unset;
        padding-bottom: unset;
    }

    .category_post_wrap a,
    .single__date {
        font-size: 14px;
    }

    .single__share > i,
    .category_post i,
    .single__date i {
        font-size: 18px;
    }

    .single__share i.icon-copy,
    .single__share i.icon-whatsapp {
        font-size: 19px !important;
    }

    .single__share > div > a {
        font-size: 17px;
    }

    .commentlist ul.children {
        padding-right: 40px;
    }

    .head-comment {
        margin-bottom: 14px;
    }

    .head-comment .name_comment,
    .byadmin .head-comment .name_comment {
        font-size: 13px;
    }

    .single__share {
        margin-bottom: 20;
    }

    .tags_post {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    .swiper-gallery .swiper-nav {
        width: 100%;
    }

    .faqs__single .heading-inner--center {
        align-items: center;
    }

    .heading-inner--center {
        text-align: center;
    }

    .section__comment {
        margin-block: 52px 102px;
    }
}

@media (max-width:767.98px) {


    .more-txt-col:before{
        right: 12px;
        top: -35px;
        font-size:60px;
    }
    .more-txt-col:after{
        left: 13px;
        bottom: -35px;
        font-size: 60px;
       
    }

    .widget-side.widget_categories > ul {
        display: none;
    }

    #sidebar button[type="submit"],
    #cancel-comment-reply-link,
    .button {
        font-size: 13px;
        padding: 0 10px;
        min-width: 112px;
        height: 42px;
    }

    .websima-contact-form .acf-notice p {
        font-size: 11px;
        bottom: -68px;
    }

    .ft__wrappers {
        flex-wrap: wrap;
        padding-right: unset;
    }

    .wrap-ft-menu:first-child {
        flex: 1 0 100%;
        margin-bottom: 12px;
    }

    .header-searchsimple #search-text {
        padding: 6px 30px;
        font-size: 13.5px;
    }

    .header-searchsimple form .icon-search {
        right: 8px;
    }

    .contact-dir-button a {
        font-size: 12px;
        line-height: 1;
        padding: 10px;
    }
}

@media (max-width:575.98px) {
    .woocommerce-message .amount {
        font-size: 14px;
    }

    .woocommerce-message {
        font-size: 13px;
        padding: 6px;
        line-height: 2;
    }

    .header-searchsimple #search-text::placeholder {
        font-size: 12px !important;
    }

    a.comment-reply-link {
        margin-top: 14px;
    }

    .map__wrapper {
        margin-right: -12px;
        margin-left: -12px;
    }

    .faqs__null {
        font-size: 13px;
    }

    .navtop__logo img {
        padding: .5rem;
    }

    .header-searchsimple {
        position: static;
    }

    .search-results-box {
        width: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto;
    }

    .comment-custom-field {
        flex-direction: column;
    }

    .single-post .comment-custom-field {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .section-comment .heading-inner {
        margin-bottom: 12px;
    }
}

@media (max-width:424.98px) {

    .footer-sub-menu a {
        font-size: 13px;
    }

    .ft__feature__item {
        flex: 1 0 40%;
        justify-content: flex-start;
        gap: 12px;
    }

    .ft_features__title {
        font-size: 13px;
    }

    .tt-50 {
        margin-bottom: -20px;
    }

    .ft__feature {
        flex-wrap: wrap;
        padding: 12px 6px;
        gap: 18px 8px;
    }

    .product__item .price > .woocommerce-Price-amount,
    .product__item .price ins {
        font-size: 14px;
    }

    .product__title {
        font-size: 16px;
        min-height: 30px;
    }

    .product__title a {
        line-height: 28px;
    }

    .on-sale {
        font-size: 11px;
        padding: 4px 5px 2px;
        top: 1px;
        right: -30px;
    }

    .product__more .icon-sabad {
        color: black !important;
    }

    .product__more {
        font-size: 12px;
        background-color: white;
        border: 1px solid #F2F2F2;
        border-radius: 50%;
    }

    .product__love {
        display: inline-flex;
        width: 28px;
        height: 28px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        font-size: 15px;
        border-radius: 6px;
    }
}

@media (max-width:374.98px) {

    .navtop__auth-wrap a.navtop__auth {
        width: 38px !important;
    }
    .navtop__auth , .navtop__cart__count, .navtop__cart i{
        width: 38px;
        height: 38px;
    }

    #newsletter-form {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .ft__feature {
        padding: 12px 6px;
        gap: 12px 6px;
    }

    .ft__feature__item {
        gap: 4px;
    }

    .ft__feature__item i {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .ft_features__title {
        font-size: 12px;
    }

}

.sale-progress-bar {
    height: 3px;
    width: 55%;
    max-width: 150px;
    background-color: #EEEEEE;
    overflow: hidden;
    border-radius: 12px;
    text-align: left;
    text-align: -webkit-left;
}

.sale-progress {
    border-radius: 12px;
    height: 100%;
    width: 0;
    background-color: #233127;
    box-shadow: 1px 0px 4px 0px #FFC54A;
    transition: width 1s ease-in-out;
}

#breadcrumbs.breadcrumbs--light a:hover {
    color: #585859;
}

#breadcrumbs.breadcrumbs--light a:after {
    background-color: #fff;
}

#breadcrumbs.breadcrumbs--light a,
#breadcrumbs.breadcrumbs--light .breadcrumb_last {
    color: #fff;
}

.shop__intro {
    background-color: var(--color1);
    padding-block: 86px 0;
    margin-block: -46px 46px;
}

.shop__intro__mb {
    margin-block: -46px 210px;
}

.shop__title {
    color: #fff;
    font-size: 21px;
    line-height: 31px;
}

.shop__intro__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.shop__intro__content .shop-content {
    margin-bottom: 22px;
}

.shop-content.editor-content p,
.shop-content {
    font-size: 15px;
    text-align: justify;
    line-height: 2.5;
    color: #fff;
}

.swiper-shop-cat-wrap .swiper-nav {
    top: calc(50% - 21px);
    width: 100%;
}

.swiper-shop-cat-wrap {
    padding: 0 20px;
    margin-bottom: -140px;
    position: relative;
}

.swiper-shop-cat .swiper-slide {
    height: auto;
}

.swiper-shop-cat {
    width: 100%;
}

.shop__cat__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.shop__cat__img img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop__cat__img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 31.36px;
    border: 5px solid #FFF;
    background-color: #F7F7F7;
    box-shadow: 0px 28.74667px 18.29333px -15.68px rgba(135, 135, 135, 0.15);
    overflow: hidden;
    padding: 40px;
    flex: 1;
}


.shop__cat__title a {
    display: block;
    text-align: center;
    color: #585859;
}

.shop__cat__title {
    font-family: var(--mid_font);
    font-size: 15.5px;
    line-height: 1.5;
}

.shop__cat__item:hover .shop__cat__title a {
    color: var(--color1);
}





.shop__row {
    row-gap: 24px;
}

.in-stock-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 23px;
}

.in-stock-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.in-stock-switch .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #DEDEDE;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.in-stock-switch .slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.20)) drop-shadow(0px 0.10000000149011612px 0.30000001192092896px rgba(0, 0, 0, 0.10));
}

.in-stock-switch input:checked + .slider {
    background-color: var(--color1);
}

.in-stock-switch input:focus + .slider {
    box-shadow: 0 0 1px var(--color1);
}

.in-stock-switch input:checked + .slider:before {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}



.woocommerce-ordering::after {
    content: "\e937";
    font-family: 'icomoon';
    font-size: 10px;
    position: absolute;
    line-height: 1;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.woocommerce__order__stock form.woocommerce-ordering {
    padding: unset;
    gap: unset;
    overflow: hidden;
}

.woocommerce-ordering select {
    height: inherit;
    display: flex;
    align-items: center;
    padding-left: 42px;
    padding-right: 12px;
    cursor: pointer;
    background-color: inherit;
}

.shop__order__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.shop__title2 {
    font-size: 20px;
    line-height: 1.5;
    color: #272829;
}

.product-item__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    top: 0;
    padding: 12px;
}

.product-item__badge {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-start;
}

.product-item__badge:not(:has(span)) {
    display: none;
}

.product-item__meta span {
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    gap: 6px;
    padding: 8px;
    position: relative;
    z-index: 1;
}

.product-best-badge {
    background-color: var(--color1);
}

.product-new-badge {
    background: radial-gradient(385.59% 165.43% at -22.92% -12.5%, #7CF253 0%, #038600 100%);
}

.product-best-badge,
.product-new-badge {
    color: #fff;
}

.product-best-badge::before,
.product-new-badge::before {
    position: absolute;
    z-index: -1;
    font-family: 'icomoon';
    opacity: 0.51;
    filter: blur(2px);
    display: flex;
    line-height: 1;
    transition: opacity 500ms;
    pointer-events: none;
    content: "\e90d";
    top: 0;
    left: 0;
    font-size: 16px;
}

.product-item__date i {
    font-size: 13px;
    transform: translateY(-1px);
}

.product-item__date {
    background-color: #FEE8D2;
    color: var(--color1);
}


.brands__header {
    background-color: var(--color1);
    padding-top: 82px;
    margin-top: -46px;
    margin-bottom: 110px;
}

.brands__header h1 {
    font-size: 21px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
}

.brands__header input {
    display: block;
    border-radius: 12px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    font-size: 13px;
    width: 100%;
    padding: 12px 18px;
    text-align: right;
    color: #706F6F;
    transition: 500ms;
}

.brands__header input:focus {
    border-color: var(--color1);
}

.brands__header form i {
    position: absolute;
    left: 26px;
    top: 50%;
    font-size: 26px;
    color: var(--color1);
    transform: translateY(-50%);
    pointer-events: none;
}

.brands__header form {
    transform: translateY(50%);
    position: relative;
    background-color: #fff;
    padding: 12px;
    border-radius: 24px;
    box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.45);
}

.brands-content {
    margin-bottom: -8px;
}

.editor-content.brands-content p {
    color: #fff;
    text-align: center;
}





.pr-brands {
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.pr-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 12px;
    padding-left: 12px;
}



.pr-brand__img img {
    display: flex;
    object-fit: contain;
    width: 100%;
}

.pr-brand:hover .pr-brand__img {
    box-shadow: 0px 18px 10px -10px rgba(248, 142, 30, 0.22);
}

.pr-brand__img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 18px;
    border: 3px solid #FFF;
    background: #F7F7F7;
    box-shadow: 0px 18px 10px -10px rgba(193, 193, 193, 0.25);
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: 500ms;
    justify-content: center;
}

.pr-brand__en {
    font-size: 15px;
    line-height: 2;
    display: block;
    color: var(--color1);
}

.pr-brand__title {
    display: block;
    color: #585859;
    font-size: 17px;
    line-height: 2;
}







/* BRAND TAX STYLES */

.brand-tax-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 24px;
    border: 4px solid #FFF;
    background: #F7F7F7;
    box-shadow: 0px 22px 12px -12px rgba(193, 193, 193, 0.25);
    object-fit: cover;
}

.brand-tax-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--color1);
    margin-top: -2px;
}

.brand-tax-head {
    position: relative;
    margin-bottom: 56px;
}

.brand-tax-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 30px;
    padding-top: 8px;
}

.brand-tax-title {
    font-size: 21px;
    line-height: 1.5;
    color: #fff;
}

.brand-tax-en {
    font-size: 15.5px;
    line-height: 1;
    margin-bottom: 8px;
    display: inline-block;
    color: #fff;
    font-family: var(--main_font);
    text-transform: capitalize;
}

.content-white {
    font-size: 15px;
    color: #fff;
    line-height: 2.5;
}


.brand-tax-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 32px;
}

.brand-tax-item {
    transition: 500ms;
    border-radius: 16px;
    background-color: #FFF1D2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 4px 4px 4px 16px;
    color: var(--color1);
    font-size: 14px;
    min-width: 132px;
    height: 50px;
    flex-shrink: 0;
}

.brand-tax-item:hover {
    background-color: var(--color1);
    color: #fff;
}

.brand-tax-item img {
    border-radius: 14px;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    object-fit: scale-down;
    flex-shrink: 0;
}

.brand-tax-item i {
    border-radius: 14px;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}

#tax-offer,
.section-taxonomy {
    margin-block: 56px;
}

.section-taxonomy:nth-of-type(odd) {
    background-color: #F5F5F5;
    padding-block: 40px;
}

.tax-brand .heading__icon {
    padding: 5px;
    object-fit: scale-down;
    font-size: 20px;
}

.tax-brand .heading__title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    line-height: 1.5;
}

.show-all__btn {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    color: var(--color1);
    font-size: 13.5px;
    font-family: var(--bold_font);
    position: relative;
    z-index: 1;
    border-radius: 12px;
    padding-right: 12px;
    overflow: hidden;
}

.show-all__btn:hover {
    color: #fff !important;
}

.show-all__btn span {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    border-radius: 12px;
    background: radial-gradient(995.32% 132% at 0% 13.83%, #FBAF0F 0%, #F88E1E 100%);
    position: relative;
    z-index: 1;
    transition: 500ms;
}

.show-all__btn::after {
    content: '';
    background: radial-gradient(995.32% 132% at 0% 13.83%, #FBAF0F 0%, #F88E1E 100%);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    transition: width 500ms;
    left: 0;
}

.show-all__btn:hover::after {
    width: 100%;
}

.swiper-tax-wrap {
    margin: -24px -2px;
    position: relative;
}

.swiper.swiper-tax {
    padding: 24px 2px;
}

.swiper-pagination-bullet {
    background: hwb(32deg 41% 34% / 60%);
    height: 9px;
    width: 9px;
}

.swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 12px;
    background-color: #A88A68;
}


/* wishlist styles */

.single-product-wishlist {
    position: absolute;
    z-index: 2;
    right: 18px;
    top: 60px;
}

.wishlist-remove {
    text-align: center;
    user-select: none;
}

.wishlist-remove a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg_danger);
    color: var(--danger);
    width: 26px;
    height: 26px;
    border-radius: 26px;
    font-size: 12px;
    border: 1px solid;
    margin: 0 auto 10px;
}

.wishlist-remove a::before {
    content: "\e90a";
    font-family: 'icomoon';
    display: inline-block;
}

.wishlist-remove a:hover {
    background-color: var(--danger);
    color: #fff;
}

.wishlist-link:hover {
    background-color: var(--color1) !important;
    color: #fff !important;
    border-color: var(--color1) !important;
}

.flex-viewport .wishlist-link {
    border-radius: 8px;
    background-color: #FABA75;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
    width: 32px;
    height: 32px;
    padding: 6px;
    flex-shrink: 0;
    cursor: pointer;
    transition: background-color 500ms;
}

.wishlist-link.wished {
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
    color: #fff !important;

}

.product__footer .wishlist-link {
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 17px;
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    margin-left: auto;
    color: #E1E1E1;
}
form .quantity {
    width: 116px;
    height: 46px;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDE5D8;
    padding: 5px 6px 6px;
    border: 1px solid var(--color1);
}
form .quantity input {
    -webkit-appearance: none;
    border: none !important;
    text-align: center !important;
    -moz-appearance: textfield;
    width: 47px !important;
    margin: 0 !important;
    height: auto !important;
    font-size: 20px!important;
    background: none;
    line-height: 37px;
    padding: 0 !important;
    margin: 0 !important;
    font-family: inherit;
    background: transparent !important;
    color: #333333;
}
.intro-pg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    padding: 189px 40px 71px;
    overflow: hidden;
    filter: blur(300px);
    background: rgb(233 185 141 / 70%);
    z-index: -1;
}
#breadcrumbs:has(+ .intro-pg-inner) a {
    color:#281800;
}
#breadcrumbs:has(+ .intro-pg-inner) a:after{
  background: #281800;
}
#breadcrumbs:has(+ .intro-pg-inner) a:hover,
#breadcrumbs:has(+ .intro-pg-inner) .breadcrumb_last{
	color:#A88A68;
}
@media (max-width:1199.98px) {
    .main-head {
        padding: 0.5rem 1rem;
    }

    .navtop__right,
    .navtop__left {
        flex: 2;
    }

    .navtop__middle {
        flex: 1;
    }

    .navtop__auth > span {
        display: none;
    }

    .navtop__menu {
        margin-right: unset;
        gap: .5rem;
    }

    .navtop__menu li a {
        font-size: 0.875rem;
        padding: 0 .25rem;
    }

    .header-search {
        margin-right: unset;
        padding: 0.75rem;
    }

    .navtop__left {
        gap: .5rem;
        justify-content: flex-end;
    }

    .product-item__meta span {
        height: 24px;
        border-radius: 8px;
        font-size: 11px;
        gap: 4px;
        padding: 4px;
    }

    .product-item__badge {
        gap: 4px;
    }

    .product-item__meta {
        padding: 4px;
        gap: 4px;
    }

    .swiper-shop-cat-wrap {
        margin-bottom: -125px;
    }

    .pr-brand {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .show-all-wrap {
        text-align: center;
        margin-top: 26px;
    }
}

@media (max-width:991.98px) {

    .breadcumb-div {
        top: 110px;
    }

    .contact-info li{
        gap: 16px;
        flex-direction: column;
    }

    .widget-side.widget_categories{
        margin-bottom: 31px !important;
    }

    .news-btn {
        column-gap: 0.5rem;
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    .news-btn:after {
        height: 30px;
        width: 30px;
    }

    .navtop__middle {
        justify-content: center;
    }

    .content-white {
        font-size: 14px;
    }

    .brand-tax-head {
        margin-bottom: 48px;
    }

    .section-taxonomy:nth-of-type(odd) {
        padding-block: 30px;
    }

    #tax-offer,
    .section-taxonomy {
        margin-block: 48px;
    }

    .swiper-tax-wrap .swiper-nav {
        display: none;
    }

    .brand-tax-items {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .shop-content.editor-content p,
    .shop-content {
        font-size: 14px;
        text-align: right;
    }

    .shop-container {
        margin-block: 32px 54px;
    }

    .shop__intro__mb {
        margin-block: -38px 180px;
    }

    .shop__intro {
        padding-block: 68px 0;
    }

    .shop__order__wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .shop__title2 {
        font-size: 18px;
    }

    .product-item__meta span {
        font-size: 10px;
    }

    .shop__intro__content {
        gap: 12px;
    }

    .shop__intro__content .shop-content {
        font-size: 14px;
        margin-bottom: 12px;
        text-align: right;
    }

    .shop__title {
        font-size: 20px;
    }

    .shop__cat__title {
        font-size: 14px;
    }

    .swiper-shop-cat-wrap {
        margin-bottom: -116px;
    }

    .brands__header {
        margin-bottom: 72px;
    }

    .pr-brands {
        row-gap: 22px;
        margin-right: -6px;
        margin-left: -6px;
    }

    .pr-brand {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-right: 6px;
        padding-left: 6px;
    }

    .brands__header h1 {
        font-size: 20px;
    }

    .tax-brand .heading__icon {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .swiper-tax-wrap .swiper-wrapper {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 6px;
    }

    .swiper-tax-wrap .swiper-wrapper .swiper-slide {
        flex: 1 0 calc(33.333% - 4px);
        max-width: calc(33.333% - 4px);
    }

    .brand-tax-content img {
        border-radius: 8px;
    }

    .brand-tax-content {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        flex-direction: row;
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .brand-tax-img-wrap {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .brand-tax-headings {
        flex: 0 0 calc(75% - 14px);
        max-width: calc(75% - 14px);
    }

    .brand-tax-items {
        gap: 8px;
    }

    .brand-tax-item {
        height: 42px;
        font-size: 13px;
        border-radius: 8px;
    }

    .brand-tax-item img,
    .brand-tax-item i {
        width: 34px;
        height: 34px;
        padding: 4px;
        border-radius: 8px;
    }

}

@media (max-width:767.98px) {


    .swiper-tax-wrap .swiper-wrapper {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 10px;
    }

    .swiper-tax-wrap .swiper-wrapper .swiper-slide {
        flex: 1 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .sidebar-btn::before,
    .mobile__badge::before,
    .mobile__badge__num::before {
        left: 0;
        top: 0;
    }

    .mobile__badge {
        width: 56px;
        height: 56px;
        font-size: 21px;
    }

    .show-all__btn {
        font-size: 13px;
        gap: 6px;
        border-radius: 6px;
    }

    .show-all__btn span {
        border-radius: 6px;
        width: 26px;
        height: 26px;
    }
}

@media (max-width:575.98px) {
    .loader-wrapper img {
        max-width: 15rem !important;
    }

    .brand-tax-img-wrap {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .brand-tax-headings {
        flex: 0 0 calc(65% - 14px);
        max-width: calc(65% - 14px);
    }

    .swiper-tax-wrap .swiper-wrapper .swiper-slide {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .pr-brand__en {
        font-size: 14px;
    }

    .pr-brand__title {
        font-size: 16px;
    }

    .shop__row {
        row-gap: 20px;
    }

    .shop__row .product__item {
        display: flex;
        gap: 12px;
        padding: 12px;
    }

    .shop__row .product__image {
        margin-bottom: unset;
        flex: 1 0 126px;
        max-width: 126px;
    }

    .shop__row .product-item__body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        flex: 1;
    }

    .shop__row .product__footer {
        width: 100%;
    }

    .swiper-shop-cat-wrap {
        padding: 0;
        margin-right: -12px;
        margin-left: -12px;
    }

    .shop__cat__img {
        padding: 20px;
    }

    .swiper-shop-cat-wrap .swiper-nav {
        display: none;
    }

    .shop__row .product__image {
        flex: 1 0 156px;
        max-width: 156px;
    }

    .swiper-shop-cat-wrap {
        margin-bottom: -145px;
    }

    .shop__row .product-item__meta {
        padding: 4px;
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 100%;
    }

    .shop__intro__mb {
        margin-block: -38px 210px;
    }

    .pr-brands {
        margin-right: -3px;
        margin-left: -3px;
    }

    .pr-brand {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-right: 3px;
        padding-left: 3px;
    }
}

@media (max-width:474.98px) {
    .swiper-shop-cat-wrap {
        margin-bottom: -165px;
    }

    .woocommerce__order__stock form {
        font-size: 12px;
    }

    .shop__row .product__image {
        flex: 1 0 136px;
        max-width: 136px;
    }
}

@media (max-width:424.98px) {
    .product__footer .wishlist-link {
        width: 28px;
        height: 28px;
        border-radius: 6px;
        font-size: 14px;
        flex-shrink: 0;
    }

    .woocommerce__order__stock {
        gap: 4px;
    }

    .woocommerce__order__stock form {
        font-size: 12px;
        padding: 8px 4px;
        text-align: center;
        justify-content: space-between;
        gap: 2px;
        flex-grow: 1;
    }

    .woocommerce-ordering select {
        padding-left: 4px;
        padding-right: 4px;
        text-align: center;
    }

    .in-stock-switch {
        width: 30px;
        height: 18px;
    }

    .in-stock-switch .slider:before {
        height: 16px;
        width: 16px;
    }

    .in-stock-switch input:checked + .slider:before {
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
        transform: translateX(-12px);
    }

    .shop__row .product__image {
        flex: 1 0 126px;
        max-width: 126px;
    }
}

@media (max-width:374.98px) {

    .woocommerce-ordering::after {
        display: none;
    }

    .shop__row .product__item {
        padding: 5px;
    }

    .shop__row .product__image {
        flex: 1 0 116px;
        max-width: 116px;
    }

    .pr-brands {
        margin-right: -6px;
        margin-left: -6px;
    }

    .pr-brand {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 6px;
        padding-left: 6px;
    }
}

.woocommerce_single_product_weight {
    border-radius: 12px;
    background-color: #FAFAFA;
    padding: 10px;
    margin-top: 24px;
}


.woocommerce_single_product_weight .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #585859;
}

.woocommerce_single_product_weight .head i.closed {
    transform: rotate(-90deg);
}

.woocommerce_single_product_weight .head i {
    transition: transform 500ms;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transform: rotate(90deg);
}

.product-weight-wrapper .item-product:first-child {
    margin-top: 20px;
}

.product-weight-wrapper .item-product {
    border-radius: 12px;
    border: 1px solid #F1F1F1;
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

.product-weight-wrapper .item-product .item-head {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-weight-wrapper .item-product .product-thumbnail {
    display: flex;
    flex: 0 0 68px;
    max-width: 68px;
    border-radius: 12px;
    background-color: #F7F7F7;
    padding: 8px;
    align-items: center;
    justify-content: center;
}

.product-weight-wrapper .item-product .product-thumbnail img {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

.product-weight-wrapper .item-product .product-title {
    display: inline-block;
    flex: 1 0 0;
    font-size: 13px;
}

.product-weight-wrapper .item-product .product-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-top: 8px;
}

.product-weight-wrapper .item-product .product-price {
    position: relative;
}

.product-weight-wrapper .item-product .product-price .sale-percent {
    padding: 2px 5px;
    margin: 5px;
    background: #e54444;
    color: #FFF;
}

.product-weight-wrapper .item-product .product-price .price {
    display: block;
}

@media (min-width:992px) and (max-width: 1399.98px) {
    .product-weight-wrapper .item-product .product-thumbnail {
        flex: 0 0 60px;
        max-width: 60px;
        border-radius: 8px;
    }

}

@media (min-width:992px) and (max-width: 1199.98px) {
    .product-weight-wrapper .item-product {
        padding: 4px;
    }

    .woocommerce_single_product_weight {
        padding: 4px;
    }

    .woocommerce_single_product_weight .head {
        font-size: 14px;
    }

    .product-weight-wrapper .item-product:first-child {
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) {

    .woocommerce_single_product_weight {
        margin-top: 18px;
    }

    .product-weight-wrapper .item-product:first-child {
        margin-top: 16px;
    }
}

#collapseButton:hover {
    background-color: var(--color2);
}

#collapseButton {
    position: absolute;
    left: 0;
    bottom: -2rem;
    z-index: 1;
    background-color: var(--color1);
    font-size: .75rem;
    color: #fff;
    line-height: 1.25;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lodaer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    inset: 0;
    z-index: 999;
}

.loader-wrapper img {
    max-width: 18rem;
    object-fit: contain;
    display: block;
}

.loader-overlay {
    z-index: 1;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -15%;
    width: 150%;
    height: 100%;
}

.loader-wrapper {
    position: relative;
    overflow: hidden;
}

/* .keyframes-loader {
    animation: loader 3s forwards linear;
}

@keyframes loader {
    from {
        right: -15%;
    }

    to {
        right: 100%;
    }
} */