.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.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: 16px;
    padding-left: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        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-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-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-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-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-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
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: "DM Sans", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

li {
    list-style: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000
}

p {
    margin-top: 0;
    margin-bottom: 0
}

p {
    font-size: 12px;
    line-height: 1.5;
    color: #000
}

abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin: 0
}

dt {
    font-weight: 400
}

dd {
    margin: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 90%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.4em
}

a {
    color: #5ad235;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #111
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: arial;
    font-size: 16px
}

pre {
    margin: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0
}

img {
    display: block;
    border: 0;
    height: auto;
    max-width: 100%
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    text-align: left;
    caption-side: bottom
}

th {
    font-weight: 400;
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: 5px
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

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

[hidden] {
    display: none !important
}

.wFull {
    width: 100%
}

main {
    position: relative;
    overflow: hidden
}

.section {
    padding: 40px 0;
    overflow: hidden;
    position: relative
}

.section.visiable {
    overflow: visible
}

.section .container {
    z-index: 1
}

.showWeb {
    display: none
}

img.lazy {
    width: auto;
    height: auto
}

.slick-slide {
    opacity: 1 !important
}

.slick-slide img {
    width: auto;
    height: auto
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.overflow-hidden {
    overflow: hidden !important
}

.t-left {
    text-align: left !important
}

.t-right {
    text-align: right !important
}

.t-center {
    text-align: center !important
}

.t-justify {
    text-align: justify !important
}

.t-wrap {
    white-space: normal !important
}

.t-nowrap {
    white-space: nowrap !important
}

.align-center {
    align-items: center
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.t-lowercase {
    text-transform: lowercase !important
}

.t-uppercase {
    text-transform: uppercase !important
}

.t-capitalize {
    text-transform: capitalize !important
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.d-block {
    display: block
}

.d-none {
    display: none
}

.d-inline-block {
    display: inline-block;
    vertical-align: middle
}

.child-d-inline-block>* {
    display: inline-block;
    vertical-align: middle
}

.d-flex {
    display: flex;
    align-items: center
}

.fDC,
.flex-column {
    flex-direction: column
}

.fDR {
    flex-direction: row
}

.jC {
    justify-content: center
}

.aIC {
    align-items: center
}

.cG-1 {
    column-gap: 4px
}

.cG-2 {
    column-gap: 8px
}

.cG-3 {
    column-gap: 12px
}

.cG-4 {
    column-gap: 16px
}

.cG-5 {
    column-gap: 20px
}

.cG-6 {
    column-gap: 24px
}

.cG-6 {
    column-gap: 28px
}

.cG-6 {
    column-gap: 32px
}

.gy1,
.rG-1 {
    row-gap: 4px
}

.gy2,
.rG-2 {
    row-gap: 8px
}

.rG-3 {
    row-gap: 12px
}

.gy3,
.rG-4 {
    row-gap: 16px
}

.rG-5 {
    row-gap: 20px
}

.gy4,
.rG-6 {
    row-gap: 24px
}

.rG-7 {
    row-gap: 28px
}

.gy5,
.rG-8 {
    row-gap: 32px
}

.gy6,
.rG-9 {
    row-gap: 40px
}

.d-inline-flex {
    display: inline-flex !important
}

.d-table,
.d-table-main,
.d-table-main2 {
    display: table
}

.d-table-cell,
.d-table-main2>*,
.d-table-main>* {
    display: table-cell;
    vertical-align: middle
}

.d-table-main {
    width: 100%
}

.text {
    color: #696969;
    line-height: 1.42;
    font-weight: 400
}

.t-xs {
    font-size: 12px
}

.text-sm {
    font-size: 14px
}

.text-md {
    font-size: 16px
}

.text-lg {
    font-size: 18px
}

.img,
.imgB {
    max-width: 100%;
    display: block;
    height: auto
}

.imgB {
    width: 100%
}

.text-accent {
    color: #5ad235 !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.h-full {
    height: 100%
}

.w-full {
    height: 100%
}

.pos-r {
    position: relative
}

.pos-a {
    position: absolute
}

.pos-f {
    position: fixed
}

.b-top {
    border-top: 1px solid #e3e3e3
}

.b-bottom {
    border-bottom: 1px solid #e3e3e3
}

.b-left {
    border-left: 1px solid #e3e3e3
}

.b-right {
    border-right: 1px solid #e3e3e3
}

.bt-dashed {
    border-top: 1px dashed #e3e3e3
}

.bb-dashed {
    border-top: 1px dashed #e3e3e3
}

.bgWhite {
    background: #fff !important
}

.bgBlack {
    background: #0c0c0c !important
}

.bgYellow {
    background: #fcdd4e !important
}

.bgGray {
    background: #2a2a2a !important
}

.bg-promotion {
    background: #ffdc00
}

.text-ninetyone {
    color: #28ad00
}

.bg-accent {
    background: #5ad235
}

.pointer {
    cursor: pointer
}

.overflow-h {
    overflow: hidden
}

.t-italic {
    font-style: italic !important
}

.t-red {
    color: #a80000
}

.t-accent {
    color: #5ad235
}

.t-white {
    color: #fff
}

.t-bold {
    font-weight: 700
}

.t-bold,
strong {
    font-weight: 600
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.middleBlock {
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 90%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.m-bottom-lg {
    margin-bottom: 24px
}

.m-bottom-md {
    margin-bottom: 16px
}

.m-top-md {
    margin-top: 16px
}

.w-full {
    width: 100%
}

.m-bottom-sm {
    margin-bottom: 8px
}

.p-sm {
    padding: 8px
}

.p-md {
    padding: 16px
}

.p-lg {
    padding: 24px
}

.p-0 {
    padding: 0
}

.p-xs {
    padding: 4px
}

.p-sm {
    padding: 8px
}

.p-md {
    padding: 16px
}

.p-lg {
    padding: 24px
}

.p-xlg {
    padding: 32px
}

.p-top-0 {
    padding-top: 0
}

.p-top-xs {
    padding-top: 4px
}

.p-top-sm {
    padding-top: 8px
}

.p-top-md {
    padding-top: 16px
}

.p-top-lg {
    padding-top: 24px
}

.p-top-xlg {
    padding-top: 32px
}

.p-right-0 {
    padding-right: 0
}

.p-right-xs {
    padding-right: 4px
}

.p-right-sm {
    padding-right: 8px
}

.p-right-md {
    padding-right: 16px
}

.p-right-lg {
    padding-right: 24px
}

.p-right-xlg {
    padding-right: 32px
}

.p-bottom-0 {
    padding-bottom: 0
}

.p-bottom-xs {
    padding-bottom: 4px
}

.p-bottom-sm {
    padding-bottom: 8px
}

.p-bottom-md {
    padding-bottom: 16px
}

.p-bottom-lg {
    padding-bottom: 24px
}

.p-bottom-xlg {
    padding-bottom: 32px
}

.p-left-0 {
    padding-left: 0
}

.p-left-xs {
    padding-left: 4px
}

.p-left-sm {
    padding-left: 8px
}

.p-left-md {
    padding-left: 16px
}

.p-left-lg {
    padding-left: 24px
}

.p-left-xlg {
    padding-left: 32px
}

.p-xy-0 {
    padding-left: 0;
    padding-right: 0
}

.p-xy-xs {
    padding-left: 4px;
    padding-right: 4px
}

.p-xy-sm {
    padding-left: 8px;
    padding-right: 8px
}

.p-xy-md {
    padding-left: 16px;
    padding-right: 16px
}

.p-xy-lg {
    padding-left: 24px;
    padding-right: 24px
}

.p-xy-xlg {
    padding-left: 32px;
    padding-right: 32px
}

.m-xs {
    margin: 4px
}

.m-sm {
    margin: 8px
}

.m-md {
    margin: 16px
}

.m-lg {
    margin: 24px
}

.m-xlg {
    margin: 32px
}

.m-top-xs {
    margin-top: 4px
}

.m-top-sm {
    margin-top: 8px
}

.m-top-md {
    margin-top: 16px
}

.m-top-lg {
    margin-top: 24px
}

.m-top-xlg {
    margin-top: 32px
}

.m-right-xs {
    margin-right: 4px
}

.m-right-sm {
    margin-right: 8px
}

.m-right-md {
    margin-right: 16px
}

.m-right-lg {
    margin-right: 24px
}

.m-right-xlg {
    margin-right: 32px
}

.m-bottom-xs {
    margin-bottom: 4px
}

.m-bottom-sm {
    margin-bottom: 8px
}

.m-bottom-md {
    margin-bottom: 16px
}

.m-bottom-lg {
    margin-bottom: 24px
}

.m-bottom-xlg {
    margin-bottom: 32px
}

.m-left-xs {
    margin-left: 4px
}

.m-left-sm {
    margin-left: 8px
}

.m-left-md {
    margin-left: 16px
}

.m-left-lg {
    margin-left: 24px
}

.m-left-xlg {
    margin-left: 32px
}

.m-xy-0 {
    margin-left: 0;
    margin-right: 0
}

.m-xy-xs {
    margin-left: 4px;
    margin-right: 4px
}

.m-xy-sm {
    margin-left: 8px;
    margin-right: 8px
}

.m-xy-md {
    margin-left: 16px;
    margin-right: 16px
}

.m-xy-lg {
    margin-left: 24px;
    margin-right: 24px
}

.m-xy-xlg {
    margin-left: 32px;
    margin-right: 32px
}

.w-full {
    width: 100%
}

.w-half {
    width: 50%
}

.h-full {
    height: 100%
}

.img-responsive {
    max-width: 100%;
    display: block
}

.img {
    width: 100%;
    display: block
}

.imgAuto {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

.imgB {
    width: 100%;
    height: auto;
    display: block
}

.lazy {
    height: auto;
    width: 100%;
    max-width: 100%
}

.t-normal {
    font-weight: 400
}

.f-light {
    font-weight: 300
}

.f-bold {
    font-weight: 600
}

.f-medium {
    font-weight: 600
}

.t-upper {
    text-transform: uppercase
}

.t-cap {
    text-transform: capitalize
}

.t-low {
    text-transform: lowercase
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%
}

.text-xs {
    font-size: 10px
}

.text-sm {
    font-size: 12px
}

.text-md {
    font-size: 14px
}

.text-lg {
    font-size: 16px
}

.text-xlg {
    font-size: 18px
}

.text {
    color: #959595
}

.text-promotion {
    color: #ffdc00
}

.text-accent {
    color: #5ad235
}

.text-underline {
    text-decoration: underline
}

.text-red {
    color: red
}

.cursor-pointer {
    cursor: pointer
}

.outline-0 {
    outline: 0
}

.nowrap {
    white-space: nowrap
}

.circle {
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.radius {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.radius5 {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.radius8 {
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.noRadius {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.shadow {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2) !important
}

.shadow1 {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16) !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16) !important
}

.shadowDefault {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2) !important
}

.noShadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.rupeeCustom {
    font-size: 70%
}

.noSpace {
    margin-left: -16px;
    margin-right: -16px
}

.inputDisable .fieldInput,
.inputDisable .fieldLabel {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65
}

.surpriseOfferCycle {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    height: 0
}

.crd,
.findPerfectBike .btn,
.findPerfectBike .tablinks,
.noCostEmi li {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.instaVidGallery .cardVid,
.rdSd {
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.sdw {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.row.rowNoGutter {
    margin-left: 0;
    margin-right: 0
}

.noCol {
    padding-left: 0;
    padding-right: 0
}

.noSpace {
    margin-left: -16px;
    margin-right: -16px
}

.rowXs {
    margin-right: -4px;
    margin-left: -4px
}

.rowXs .col,
.rowXs .col-1,
.rowXs .col-10,
.rowXs .col-11,
.rowXs .col-12,
.rowXs .col-2,
.rowXs .col-3,
.rowXs .col-4,
.rowXs .col-5,
.rowXs .col-6,
.rowXs .col-7,
.rowXs .col-8,
.rowXs .col-9,
.rowXs .col-auto {
    padding-right: 4px;
    padding-left: 4px
}

.rowSm {
    margin-right: -8px;
    margin-left: -8px
}

.rowSm .col,
.rowSm .col-1,
.rowSm .col-10,
.rowSm .col-11,
.rowSm .col-12,
.rowSm .col-2,
.rowSm .col-3,
.rowSm .col-4,
.rowSm .col-5,
.rowSm .col-6,
.rowSm .col-7,
.rowSm .col-8,
.rowSm .col-9,
.rowSm .col-auto {
    padding-right: 8px;
    padding-left: 8px
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-2by1::before {
    padding-top: 50%
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Light.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Bold.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Regular.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-SemiBold.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: icomoon;
    src: url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.eot?hvjq5v);
    src: url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.eot?hvjq5v#iefix) format("embedded-opentype"), url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.ttf?hvjq5v) format("truetype"), url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.woff?hvjq5v) format("woff"), url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.svg?hvjq5v#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-age-rideons:before {
    content: "\e9cd"
}

.icon-basket-trikes:before {
    content: "\e9ce"
}

.icon-brake-rideons:before {
    content: "\e9d1"
}

.icon-frame-rideons:before {
    content: "\e9d2"
}

.icon-frame-trikes:before {
    content: "\e9d3"
}

.icon-grips-rideons:before {
    content: "\e9d4"
}

.icon-handlebar-rideons:before {
    content: "\e9d5"
}

.icon-handlebar-trikes:before {
    content: "\e9d6"
}

.icon-music-rideons:before {
    content: "\e9d7"
}

.icon-pedals-rideons:before,
.icon-pedals:before {
    content: "\e9d8"
}

.icon-rod-trikes:before {
    content: "\e9d9"
}

.icon-seat-trikes:before {
    content: "\e9da"
}

.icon-speed-rideons:before {
    content: "\e9db"
}

.icon-suspension-rideons:before {
    content: "\e9dc"
}

.icon-wheels-rideons:before {
    content: "\e9dd"
}

.icon-horsepower:before {
    content: "\e9de"
}

.icon-incline-treadmill:before {
    content: "\e9df"
}

.icon-features-rideons:before {
    content: "\e9e0"
}

.icon-multi-function-treadmill:before {
    content: "\e9e2"
}

.icon-single-function-treadmill:before {
    content: "\e9e3"
}

.icon-portable-wheels:before {
    content: "\e9c3"
}

.icon-heart-rate-sensor:before {
    content: "\e9c4"
}

.icon-incline:before {
    content: "\e9c5"
}

.icon-max-weight-treadmill:before {
    content: "\e9c6"
}

.icon-motor-treadmill:before,
.icon-motor_treadmill:before {
    content: "\e9c7"
}

.icon-music:before {
    content: "\e9c8"
}

.icon-preset-programs:before {
    content: "\e9c9"
}

.icon-running-area:before {
    content: "\e9ca"
}

.icon-speed-treadmill:before {
    content: "\e9cb"
}

.icon-display-treadmill:before {
    content: "\e9cc"
}

.icon-weight-new:before {
    content: "\e9ba"
}

.icon-additional-light:before {
    content: "\e9bb"
}

.icon-max-speed:before {
    content: "\e9bc"
}

.icon-max-weight:before {
    content: "\e9bd"
}

.icon-rideons-motor:before {
    content: "\e9be"
}

.icon-special-2:before {
    content: "\e9bf"
}

.icon-discount:before {
    content: "\e9c2"
}

.icon-building:before {
    content: "\e9c0"
}

.icon-mountain-road:before {
    content: "\e9c1"
}

.icon-zoom:before {
    content: "\e9b9"
}

.icon-like:before {
    content: "\e9b8"
}

.icon-ar-scan:before {
    content: "\e9b7"
}

.icon-alternatecall:before {
    content: "\e9b6"
}

.icon-linkedin:before {
    content: "\e9b5"
}

.icon-filter2:before {
    content: "\e9b3"
}

.icon-sorting:before {
    content: "\e9b4"
}

.icon-tree:before {
    content: "\e9b2"
}

.icon-scooter:before {
    content: "\e9b0"
}

.icon-car:before {
    content: "\e9b1"
}

.icon-sleeve:before {
    content: "\e9ab"
}

.icon-fabric:before {
    content: "\e9ac"
}

.icon-apparel-color:before {
    content: "\e9ad"
}

.icon-fit:before {
    content: "\e9ae"
}

.icon-apparel-size:before {
    content: "\e9af"
}

.icon-adventure2:before {
    content: "\e9aa"
}

.icon-quote:before {
    content: "\e9a9"
}

.icon-split-payment:before {
    content: "\e9a8"
}

.icon-adventures:before {
    content: "\e9a7"
}

.icon-editfill:before {
    content: "\e9a4"
}

.icon-delivery:before {
    content: "\e9a5"
}

.icon-dash:before {
    content: "\e9a6"
}

.icon-pinterest:before {
    content: "\e900"
}

.icon-fast-delivery:before {
    content: "\e9a2"
}

.icon-mountains:before {
    content: "\e9a1"
}

.icon-rotate-phone:before {
    content: "\e9a0"
}

.icon-motor:before {
    content: "\e99c"
}

.icon-battery-pack:before {
    content: "\e901"
}

.icon-range:before {
    content: "\e902"
}

.icon-plus:before {
    content: "\e99f"
}

.icon-battery-case:before {
    content: "\e93c"
}

.icon-brake-cut-off:before {
    content: "\e994"
}

.icon-charger-pin:before {
    content: "\e995"
}

.icon-controller:before {
    content: "\e996"
}

.icon-control-lock:before {
    content: "\e997"
}

.icon-display:before {
    content: "\e998"
}

.icon-downtube:before {
    content: "\e999"
}

.icon-driving-mode:before {
    content: "\e99a"
}

.icon-minus:before {
    content: "\e99b"
}

.icon-tube:before {
    content: "\e99e"
}

.icon-translation:before {
    content: "\e992"
}

.icon-ktm:before {
    content: "\e98e"
}

.icon-gear:before {
    content: "\e98f"
}

.icon-frame-type:before {
    content: "\e990"
}

.icon-brand-filter:before {
    content: "\e991"
}

.icon-compare-arrow:before {
    content: "\e98d"
}

.icon-information:before {
    content: "\e988"
}

.icon-dedicated:before {
    content: "\e989"
}

.icon-interested:before {
    content: "\e98a"
}

.icon-area:before {
    content: "\e98b"
}

.icon-brand:before {
    content: "\e98c"
}

.icon-notification:before {
    content: "\e987"
}

.icon-sound:before {
    content: "\e986"
}

.icon-view-360:before {
    content: "\e985"
}

.icon-pause:before {
    content: "\e984"
}

.icon-info:before {
    content: "\e983"
}

.icon-helmet:before {
    content: "\e97c"
}

.icon-material:before {
    content: "\e97d"
}

.icon-packaging-access:before {
    content: "\e97e"
}

.icon-straps:before {
    content: "\e97f"
}

.icon-adjustments:before {
    content: "\e980"
}

.icon-bell:before {
    content: "\e981"
}

.icon-betteries:before {
    content: "\e982"
}

.icon-assemble:before {
    content: "\e97b"
}

.icon-view:before {
    content: "\e979"
}

.icon-trash:before {
    content: "\e97a"
}

.icon-gallery:before {
    content: "\e977"
}

.icon-Size_Guide_2:before {
    content: "\e978"
}

.icon-dealer:before {
    content: "\e975"
}

.icon-business:before {
    content: "\e976"
}

.icon-star-empty:before {
    content: "\e970"
}

.icon-star-fill:before {
    content: "\e972"
}

.icon-star-half:before {
    content: "\e974"
}

.icon-bike-size:before {
    content: "\e96c"
}

.icon-compare:before {
    content: "\e96d"
}

.icon-video:before {
    content: "\e96f"
}

.icon-call_new:before {
    content: "\e96e"
}

.icon-email_new:before {
    content: "\e971"
}

.icon-Tiktok:before {
    content: "\e973"
}

.icon-What_Not_Covered-2:before {
    content: "\e95f"
}

.icon-What_Not_Covered-3:before {
    content: "\e960"
}

.icon-What_Not_Covered-4:before {
    content: "\e961"
}

.icon-What_Not_Covered-5:before {
    content: "\e962"
}

.icon-Complete_Payment:before {
    content: "\e963"
}

.icon-Fill_Details:before {
    content: "\e964"
}

.icon-Recieve_Policy:before {
    content: "\e965"
}

.icon-What_Covered-1:before {
    content: "\e967"
}

.icon-What_Covered-2:before {
    content: "\e968"
}

.icon-What_Covered-3:before {
    content: "\e969"
}

.icon-What_Covered-4:before {
    content: "\e96a"
}

.icon-What_Not_Covered-1:before {
    content: "\e96b"
}

.icon-series:before {
    content: "\e95e"
}

.icon-right:before {
    content: "\e966"
}

.icon-filter:before {
    content: "\e95b"
}

.icon-category:before {
    content: "\e95c"
}

.icon-type:before {
    content: "\e95d"
}

.icon-little-champ-bikes:before {
    content: "\e95a"
}

.icon-arrow:before {
    content: "\e958"
}

.icon-back-arrow:before {
    content: "\e959"
}

.icon-tracking:before {
    content: "\e928"
}

.icon-shifter:before {
    content: "\e955"
}

.icon-frame-height:before {
    content: "\e956"
}

.icon-bike-weight:before {
    content: "\e957"
}

.icon-quick:before {
    content: "\e950"
}

.icon-hybrid-bikes:before {
    content: "\e951"
}

.icon-fat-tire-bikes:before {
    content: "\e952"
}

.icon-all-terrain-bikes:before {
    content: "\e953"
}

.icon-mountain-bikes:before {
    content: "\e954"
}

.icon-listing:before {
    content: "\e94e"
}

.icon-grid:before {
    content: "\e94f"
}

.icon-wire:before {
    content: "\e90a"
}

.icon-weight:before {
    content: "\e90b"
}

.icon-v-brake:before {
    content: "\e926"
}

.icon-tire:before {
    content: "\e927"
}

.icon-tyre:before {
    content: "\e927"
}

.icon-sticker:before {
    content: "\e937"
}

.icon-stem:before {
    content: "\e938"
}

.icon-shifter1:before {
    content: "\e939"
}

.icon-seating:before {
    content: "\e93a"
}

.icon-rim:before {
    content: "\e93b"
}

.icon-packaging:before {
    content: "\e93e"
}

.icon-hub:before {
    content: "\e940"
}

.icon-height:before {
    content: "\e941"
}

.icon-headset:before {
    content: "\e942"
}

.icon-handlebar:before {
    content: "\e943"
}

.icon-free-wheel:before {
    content: "\e944"
}

.icon-gears:before {
    content: "\e944"
}

.icon-wheel-size:before {
    content: "\e944"
}

.icon-frame:before {
    content: "\e945"
}

.icon-fork-suspension:before {
    content: "\e946"
}

.icon-suspesnion-fork:before {
    content: "\e946"
}

.icon-fork-rigid:before {
    content: "\e947"
}

.icon-extras:before {
    content: "\e948"
}

.icon-derailleur:before {
    content: "\e949"
}

.icon-crank:before {
    content: "\e94a"
}

.icon-color:before {
    content: "\e94b"
}

.icon-bb:before {
    content: "\e94c"
}

.icon-accessory:before {
    content: "\e94d"
}

.icon-map:before {
    content: "\e93f"
}

.icon-heart-fill:before {
    content: "\e93d"
}

.icon-heart:before {
    content: "\e933"
}

.icon-edit:before {
    content: "\e936"
}

.icon-play:before {
    content: "\e935"
}

.icon-share:before {
    content: "\e934"
}

.icon-bike-category:before {
    content: "\e932"
}

.icon-explore-bikes:before {
    content: "\e92c"
}

.icon-compare-bikes:before {
    content: "\e92d"
}

.icon-accessories:before {
    content: "\e92e"
}

.icon-register-bike:before {
    content: "\e92f"
}

.icon-blog:before {
    content: "\e930"
}

.icon-store-locator:before {
    content: "\e931"
}

.icon-company:before {
    content: "\e929"
}

.icon-comment:before {
    content: "\e92a"
}

.icon-name:before {
    content: "\e92b"
}

.icon-cod:before {
    content: "\e920"
}

.icon-emi:before {
    content: "\e921"
}

.icon-engineered-safety:before {
    content: "\e922"
}

.icon-in-store-pickup:before {
    content: "\e923"
}

.icon-top-emerging-brand:before {
    content: "\e924"
}

.icon-login:before {
    content: "\e925"
}

.icon-world-class-components:before {
    content: "\e90c"
}

.icon-service-network:before {
    content: "\e915"
}

.icon-secure-payment:before {
    content: "\e914"
}

.icon-safety:before {
    content: "\e91c"
}

.icon-made-by-cyclists:before {
    content: "\e91d"
}

.icon-lifetime-frame-warranty:before {
    content: "\e91e"
}

.icon-steel-frame:before {
    content: "\e91e"
}

.icon-india:before {
    content: "\e91f"
}

.icon-rupee:before {
    content: "\e903"
}

.icon-wheel:before {
    content: "\e905"
}

.icon-disc-brake:before {
    content: "\e909"
}

.icon-brakes:before {
    content: "\e909"
}

.icon-brake:before {
    content: "\e909"
}

.icon-suspension:before {
    content: "\e90d"
}

.icon-age:before {
    content: "\e90e"
}

.icon-dispatch:before {
    content: "\e910"
}

.icon-network:before {
    content: "\e912"
}

.icon-shipping:before {
    content: "\e916"
}

.icon-gender:before {
    content: "\e907"
}

.icon-male:before {
    content: "\e908"
}

.icon-female:before {
    content: "\e906"
}

.icon-warranty:before {
    content: "\e917"
}

.icon-user:before {
    content: "\e91b"
}

.icon-add-to-cart:before {
    content: "\e90f"
}

.icon-search:before {
    content: "\e913"
}

.icon-location:before {
    content: "\e911"
}

.icon-mail:before {
    content: "\e904"
}

.icon-email:before {
    content: "\e904"
}

.icon-whatsapp:before {
    content: "\e918"
}

.icon-call:before {
    content: "\e919"
}

.icon-facebook:before {
    content: "\e91a"
}

.icon-twitter:before {
    content: "\e993"
}

.icon-instagram:before {
    content: "\e99d"
}

.icon-youtube:before {
    content: "\e9a3"
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    padding: 8px 16px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 12px;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
    -webkit-border-radius: 20px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #000;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn.disabledBtn,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}

.btn.noRadius {
    border-radius: 0;
    -webkit-border-radius: 0
}

.btn.radius2 {
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.btn.btnLarge {
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    -webkit-border-radius: 6px
}

.btn.btnMd {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.btn.t-bold {
    font-weight: 600
}

a.btn.disabled,
a.btn.disabledBtn,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background: #fff;
    border-color: #111;
    color: #111
}

.btn-default:focus,
.btn-default:hover {
    background: #111;
    color: #fff
}

.btn-accent {
    background: #5ad235;
    color: #fff
}

.btn-accent:focus,
.btn-accent:hover {
    background: #46ad27;
    color: #fff
}

.btn-primary {
    background: #111;
    color: #ffdc00;
    font-weight: 600
}

.btn-primary:focus,
.btn-primary:hover {
    background: #040404;
    color: #fff
}

.btn-action {
    background: #ffdc00;
    color: #111;
    font-weight: 600
}

.btn-action:focus,
.btn-action:hover {
    background: #e6c600;
    color: #fff
}

.btn-promotion {
    background: #ffdc00;
    color: #000
}

.btn-promotion:focus,
.btn-promotion:hover {
    background: #e6c600;
    color: #fff
}

.btn-notify {
    background: #0e9fff;
    color: #fff;
    font-weight: 600
}

.btn-notify:focus,
.btn-notify:hover {
    background: #049bff;
    color: #111
}

.btn-preorder {
    background: #111;
    color: #ffdc00;
    font-weight: 600
}

.btn-preorder:focus,
.btn-preorder:hover {
    background: #040404;
    color: #fff
}

.btn-preview {
    background: #ff0a0a;
    color: #fff;
    font-weight: 600
}

.btn-preview:focus,
.btn-preview:hover {
    background: red;
    color: #111
}

.btn.btn-rocket {
    background: #00e572;
    background-image: -webkit-linear-gradient(to left, #00e572 -10%, #feec00);
    background-image: linear-gradient(to left, #00e572 -10%, #feec00);
    color: #111;
    font-weight: 600;
    position: relative;
    border: 0
}

.btn.btn-rocket:before {
    content: "\e9a2";
    font-family: icomoon;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.btn.btn-rocket:focus,
.btn.btn-rocket:hover {
    background: #00e572;
    background-image: -webkit-linear-gradient(to left, #feec00 -10%, #00e572);
    background-image: linear-gradient(to left, #feec00 -10%, #00e572);
    color: #111
}

.btn.btn-rocket.disabled:before {
    display: none
}

.btn-preorder.iconPreDash:before {
    content: "";
    width: 25px;
    height: 18px;
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/dash/iconPreOrder.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.btn-preorder.iconPreDash.disabled:before {
    display: none
}

.btn-edit {
    background: #efefef;
    color: #6f6f6f
}

.btn-edit:focus,
.btn-edit:hover {
    background: #111;
    color: #fff
}

.btn-link {
    color: #5ad235;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #28ad00;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: rgba(0, 0, 0, .5);
    text-decoration: none
}

.btn-link-primary {
    color: #111
}

.btnAccentBorder {
    border-color: #5ad235;
    color: #5ad235;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.btnAccentBorder:focus,
.btnAccentBorder:hover {
    background: #5ad235;
    color: #fff
}

.btnBorder {
    border-color: #ddd !important;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.btnBorder:focus,
.btnBorder:hover {
    background: #000 !important;
    color: #fff !important
}

.loaderWidget {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 999
}

.loaderWidget:before {
    content: "";
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/loader.gif) no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 150px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 120;
    display: block
}

.loading-dots {
    text-align: center;
    width: 100%
}

.loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #5ad235;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    vertical-align: middle
}

.loading-dots--dot:nth-child(2) {
    animation-delay: .5s
}

.loading-dots--dot:nth-child(3) {
    animation-delay: 1s
}

.whiteLoader .loading-dots--dot {
    background-color: #fff
}

.loaderOverlay {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    transition: .5s background-color ease
}

.loaderOverlay .loading-dots {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.loaderOverlay .loading-dots--dot {
    background: #fff
}

@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1, 1)
    }

    50% {
        opacity: 1;
        transform: scale(1.2, 1.2)
    }

    100% {
        opacity: .4;
        transform: scale(1, 1)
    }
}

@media only screen and (min-width:1023px) {
    .loaderWidget:before {
        width: 250px;
        height: 120px
    }
}

html {
    -webkit-text-size-adjust: 100%
}

.secTitle,
h1,
h2 {
    font-size: 20px;
    line-height: 1.1;
    text-transform: capitalize !important;
    position: relative;
    font-weight: 700
}

.secTitle span,
h1 span,
h2 span {
    color: #5ad235
}

h1,
h2 {
    margin-bottom: 4px
}

.secTitle {
    margin-bottom: 20px
}

h2+p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px
}

.section {
    padding: 36px 0
}

.accordion {
    background: #fff;
    cursor: pointer;
    padding: 18px
}

.accordion::after {
    content: "";
    float: right;
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #fff;
    border-width: 0 1px 1px 0;
    vertical-align: -1px;
    padding: 4px;
    margin: 3px 2px 0 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.accordion.active {
    background-color: #f5f5f5;
    color: #fff
}

.accordion.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 8px;
    border-color: #5ad235
}

.accordionPanel {
    padding: 0 32px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

.thinScrollBar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-bottom: 16px
}

.thinScrollBar::-webkit-scrollbar-track {
    background: #eaeaea;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.thinScrollBar::-webkit-scrollbar-thumb {
    background: #5ad235 !important;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.thinScrollBar::-webkit-scrollbar-thumb:hover {
    background: #5ad235
}

.scrollX::-webkit-scrollbar-track {
    margin-left: 16px;
    margin-right: 16px
}

.swipeSlider {
    white-space: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 6px 16px 20px;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    display: flex !important;
    align-items: center;
    justify-content: flex-start
}

.swipeSlider.sm {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px
}

.swipeSlider.lg {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px
}

.swipeSlider>* {
    width: 265px;
    white-space: normal;
    margin-left: 16px
}

.swipeSlider>:first-child {
    margin-left: 0
}

.swipeSlider.wAuto>* {
    width: auto;
    margin-left: 3px
}

.swipeSlider.wAuto>:first-child {
    margin-left: 0
}

.swipeSlider .swipeItem {
    flex: 0 0 calc(50% - 8px)
}

.scrollY {
    overflow-y: auto;
    flex-direction: column
}

.scrollY::-webkit-scrollbar-track {
    margin-top: 16px;
    margin-bottom: 16px
}

.noBar::-webkit-scrollbar {
    display: none
}

.swipeTwoGrid .twoGrid {
    width: 300px;
    flex-wrap: wrap;
    flex: 0 0 100%;
    column-gap: 16px;
    row-gap: 16px
}

.swipeTwoGrid .crd {
    flex: 0 0 calc(50% - 8px)
}

.swipeOneGrid .crd,
.swipeOneGrid .crdItem {
    flex: 0 0 calc(80% - 8px)
}

.swipeOneGrid .noColSpc {
    padding-left: 0;
    padding-right: 0
}

.navFtrBtns {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 601;
    width: 100%;
    height: 70px
}

.navFtrBtns::after {
    content: "";
    position: absolute;
    bottom: -71px;
    width: 100%;
    height: 100px;
    box-shadow: 0 0 25px 44px rgba(0, 0, 0, .2);
    z-index: -1;
    background: #fff
}

.navFtrBtns .navFtrBody {
    z-index: 2
}

.navFtrBtns .item {
    flex: 0 0 55px;
    max-width: 55px;
    height: 70px;
    justify-content: end;
    padding-bottom: 12px;
    white-space: nowrap
}

.navFtrBtns .navshape,
.navFtrBtns .navshape2 {
    position: absolute;
    bottom: -2px;
    height: 50px;
    z-index: 0
}

.navFtrBtns .navshape {
    width: 100%;
    left: 0
}

.navFtrBtns .navshape::after,
.navFtrBtns .navshape::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(50% - 32px);
    height: 70px;
    background: #fff
}

.navFtrBtns .navshape:before {
    left: 0;
    border-radius: 0 20px 0 0
}

.navFtrBtns .navshape:after {
    right: 0;
    border-radius: 20px 0 0 0
}

.navFtrBtns .navshape2 {
    width: 100px;
    left: calc(50% - 50px)
}

.navFtrBtns .navshape2::after,
.navFtrBtns .navshape2::before {
    content: "";
    position: absolute;
    top: -13px;
    width: 100px;
    height: 60px;
    background: #fff;
    z-index: -1
}

.navFtrBtns .navshape2::before {
    left: -76px;
    border-radius: 0 50px 0 0;
    -webkit-border-radius: 0 36px 0 0;
    transform: rotate(-27deg)
}

.navFtrBtns .navshape2::after {
    right: -76px;
    border-radius: 50px 0 0 0;
    -webkit-border-radius: 36px 0 0 0;
    transform: rotate(27deg)
}

.navFtrBtns .fypMatchBtn {
    width: 55px;
    height: 55px;
    min-height: 55px;
    background: #fff;
    border-radius: 50%;
    top: -16px;
    position: relative
}

.navFtrBtns .fypMatchBtn::before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: calc(50% - 44px);
    height: 6px;
    width: 88px;
    z-index: -1;
    mask: radial-gradient(35px at 54px, rgba(0, 0, 0, 0) 98%, #000);
    border-radius: 90px;
    transform: rotate(-90deg);
    border: 30px solid #fff
}

.navFtrBtns .fypMatchBtn .discover {
    zoom: .42
}

.navFtrBtns a {
    color: #000
}

.navFtrBtns .svgBtn {
    width: 24px;
    height: 24px;
    fill: #000;
    fill: currentColor
}

.navFtrBtns .svgBtn path {
    fill: #000
}

.navFtrBtns .svgBtn.whatsappSvg {
    width: 30px;
    height: 30px
}

.navFtrBtns .active {
    color: #5ad235
}

.navFtrBtns .active .svgBtn {
    fill: #5ad235
}

.navFtrBtns .active .svgBtn path {
    fill: #5ad235
}

.navFtrBtns .active a {
    color: #5ad235
}

.navFtrBtns .active .fypMatchBtn {
    background: #5ad235
}

.chat-boat-wrap {
    z-index: 600 !important;
    transition: all .5s ease-in-out
}

.chat-boat-wrap.active {
    animation: bottomSide .6s
}

.chat-boat-wrap.active::after {
    opacity: 1;
    visibility: visible;
    height: 100vh
}

.chat-boat-wrap::after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

@keyframes bottomSide {
    from {
        bottom: -100%
    }

    to {
        bottom: 115px
    }
}

.fieldLabel {
    font-size: 12px;
    -o-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    -webkit-transform: translateY(-21px);
    -moz-transform: translateY(-21px);
    transform: translateY(-21px);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    left: 36px;
    top: 16px;
    padding: 0 3px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.1;
    pointer-events: none
}

.fieldControl {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    position: relative;
    width: 100%;
    display: inline-block
}

.fieldControl * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fieldControl .errorText,
.fieldControl label.error {
    color: red;
    text-align: left;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -16px
}

.fieldControl sup {
    color: red;
    font-size: 12px
}

.fieldControl .rightTick {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    padding-right: 1px;
    right: 15px;
    top: 13px;
    border: 1px solid #5ad235;
    color: #5ad235;
    font-size: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.fieldControl .rightTick.selectTick {
    right: 35px
}

.fieldControl select.fieldInput {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.fieldSelectControl:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(36, 39, 44, .87);
    content: "";
    display: block;
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 0
}

.fieldSelectControl select {
    color: #959595;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.fieldSelectControl select::-ms-expand {
    display: none
}

.fieldInput {
    border: 1px solid rgba(0, 0, 0, .24);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 16px 0 36px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    position: relative;
    background: #fff;
    outline: 0
}

.fieldInput:focus {
    border-color: #5ad235;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.fieldInput:-ms-input-placeholder~.fieldLabel {
    font-size: 14px;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    top: 13px
}

.fieldInput:placeholder-shown~.fieldLabel {
    font-size: 14px;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    color: #959595;
    top: 13px
}

.fieldInput:focus~.fieldLabel {
    color: #5ad235;
    font-size: 12px;
    -o-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    -webkit-transform: translateY(-21px);
    -moz-transform: translateY(-21px);
    transform: translateY(-21px);
    top: 16px
}

.fieldInput:focus~.fieldIcon {
    color: #5ad235
}

.fieldTextarea {
    height: 100px;
    resize: none;
    line-height: 1.4;
    padding: 10px 16px 10px 36px;
    display: block
}

.numberText {
    position: absolute;
    left: 16px;
    top: 11px;
    color: #959595;
    font-size: 14px
}

.numberText:before {
    content: "";
    position: absolute;
    right: -24px;
    top: -4px;
    bottom: -3px;
    width: 1px;
    background: #dfdfdf
}

.fieldIcon {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 20px;
    line-height: 1;
    color: #959595
}

.fieldIcon.icon-comment {
    top: 12px
}

.fileUploadControl {
    z-index: 0
}

.fileUploadControl .fileFormat {
    font-size: 12px;
    color: #9e9e9e;
    line-height: 25px
}

.fileUploadControl .file-select {
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative
}

.fileUploadControl .file-select-button {
    background: #e8e7e9;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: top
}

.fileUploadControl .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    color: #959595;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.fileUploadControl input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.fileUploadControl .fieldInput {
    padding: 0 !important
}

.fileUploadControl .fieldInput.active {
    border-color: #5ad235
}

.fileUploadControl .fieldInput.active .file-select {
    border-color: #5ad235;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.fileUploadControl .fieldInput.active .file-select .file-select-button {
    background: #5ad235;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.noIconField .fieldInput {
    padding: 0 16px
}

.noIconField .fieldTextarea {
    padding-top: 16px
}

.noIconField .fieldLabel {
    left: 13px
}

.noIconField .noFieldControl .fieldInput {
    padding-left: 87px
}

.noIconField .noFieldControl .fieldLabel {
    left: 85px
}

.smField .fieldInput {
    height: 30px
}

.smField .fieldInput {
    padding: 2px 8px 0;
    font-size: 12px
}

.smField .fieldLabel {
    left: 8px;
    top: 14px;
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    transform: translateY(-18px)
}

.smField .fieldInput:-ms-input-placeholder~.fieldLabel {
    font-size: 12px;
    top: 10px
}

.smField .fieldInput:placeholder-shown~.fieldLabel {
    font-size: 12px;
    top: 10px
}

.smField .fieldInput:focus~.fieldLabel {
    color: #5ad235;
    font-size: 12px;
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    transform: translateY(-18px);
    top: 14px
}

.contryField .country-code {
    position: absolute;
    top: 0;
    width: 50px;
    height: 40px;
    border-right: 1px solid rgba(0, 0, 0, .24);
    padding: 0 7px
}

.contryField .country-code img {
    height: 100%
}

.contryField .fieldLabel {
    left: 60px
}

.contryField .fieldInput {
    padding: 0 16px 0 60px
}

.lgField .fieldInput {
    height: 55px
}

.lgField .fieldInput:placeholder-shown~.fieldLabel {
    top: 16px
}

.lgField .file-select-name {
    line-height: 55px
}

.lgField .fieldTextarea {
    height: 100px
}

.lgField .fieldLabel {
    line-height: 1.7
}

.lgField .fieldIcon {
    top: 17px
}

.lgField .contryField .country-code {
    width: 60px;
    height: 55px
}

.lgField .contryField .country-code img {
    width: 45px
}

.lgField .contryField .fieldLabel {
    left: 70px
}

.lgField .contryField .fieldInput {
    padding: 0 16px 0 70px
}

.selectFieldCustom {
    position: relative
}

.selectFieldCustom:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 50%;
    right: 16px;
    border-top: 8px solid rgba(0, 0, 0, .24);
    margin-top: -4px
}

.selectFieldCustom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: #000
}

.selectFieldCustom select::-ms-expand {
    display: none
}

.writeReviewPanel .fileUploadControl {
    vertical-align: top
}

.writeReviewPanel .fileUploadControl .file-upload {
    height: 32px;
    line-height: 32px
}

.writeReviewPanel .fileUploadControl .file-select {
    cursor: pointer;
    height: 30px;
    line-height: 30px
}

.writeReviewPanel .fileUploadControl .file-select .file-select-button {
    height: 30px;
    line-height: 30px
}

.writeReviewPanel .fileUploadControl .file-select .file-select-name {
    line-height: 30px
}

.writeReviewPanel .fileUploadControl .fileFormat {
    font-size: 12px;
    line-height: 1.2
}

.contry-field .country-code {
    position: absolute;
    top: 0;
    width: 50px;
    height: 40px;
    border-right: 1px solid rgba(0, 0, 0, .24);
    padding: 0 7px
}

.contry-field .country-code img {
    height: 100%
}

.contry-field .fieldLabel {
    left: 60px
}

.contry-field .fieldInput {
    padding: 0 16px 0 60px
}

.lgField .fieldInput {
    height: 55px
}

.lgField .fieldInput:placeholder-shown~.fieldLabel {
    top: 16px
}

.lgField .file-select-name {
    line-height: 55px
}

.lgField .fieldTextarea {
    height: 100px
}

.lgField .fieldLabel {
    line-height: 1.7
}

.lgField .fieldIcon {
    top: 17px
}

.lgField .contry-field .country-code {
    width: 60px;
    height: 55px
}

.lgField .contry-field .country-code img {
    width: 45px
}

.lgField .contry-field .fieldLabel {
    left: 70px
}

.lgField .contry-field .fieldInput {
    padding: 0 16px 0 70px
}

@media only screen and (min-width:1024px) {
    .writeReviewPanel .fileUploadControl .file-upload {
        height: 40px;
        line-height: 40px
    }

    .writeReviewPanel .fileUploadControl .file-select {
        cursor: pointer;
        height: 38px;
        line-height: 38px
    }

    .writeReviewPanel .fileUploadControl .file-select .file-select-button {
        height: 38px;
        line-height: 38px
    }

    .writeReviewPanel .fileUploadControl .file-select .file-select-name {
        line-height: 38px
    }

    .writeReviewPanel .fileUploadControl .fileFormat {
        font-size: 12px
    }
}

.modalBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1
}

.modalBody:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 601;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.modalBody.modalFadeUp {
    bottom: 0;
    top: inherit;
    animation: zoomMobile .6s
}

.modalBody.modalFadeRight {
    right: 0;
    left: inherit;
    animation: fade-right .6s
}

.modalBody.modalHide {
    visibility: hidden;
    opacity: 0
}

.modalBody.modalHide .modalMainBottom {
    bottom: -300px
}

.modalBody .closeIconBtn {
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
    width: 30px;
    height: 30px
}

.modalBody .modalTopLine {
    background: #dfdfdf;
    height: 4px;
    width: 83px;
    position: absolute;
    top: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 0;
    right: 0;
    z-index: 6;
    margin: 0 auto
}

.modalBody .productListSlider .slick-next,
.modalBody .productListSlider .slick-prev {
    background: 0 0;
    box-shadow: none
}

.modalBody .productListSlider .slick-next:hover,
.modalBody .productListSlider .slick-prev:hover {
    background: rgba(90, 210, 53, 0)
}

.modalBody .productListSlider .slick-next:hover:before,
.modalBody .productListSlider .slick-prev:hover:before {
    border-color: #5ad235
}

.modalBody .productListSlider .slick-arrow {
    opacity: 1
}

.modalBody .productListSlider .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none
}

.modalBody .productListSlider .slick-prev {
    left: -12px
}

.modalBody .productListSlider .slick-next {
    right: -12px
}

.modalMain {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-height: calc(100% - 32px);
    max-width: 400px;
    min-width: 260px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 602;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.modalFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 605
}

.modalMainBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: calc(100% - 32px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
    z-index: 602;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0
}

.modalMainBottom .closeIconBtn {
    top: -14px;
    right: 0
}

.modalMainBottom .cardFooter .btn {
    text-transform: uppercase;
    font-weight: 400
}

.modalMainBottom .cardFooter .viewBtn {
    color: #5ad235 !important;
    font-weight: 400
}

.modalMainBottom .priceWidget .cutPrice {
    font-size: 12px;
    color: #616161;
    text-decoration: line-through;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 601
}

.videoFullScr .modalMain {
    background: 0
}

.videoFullScr .closeIconBtn {
    background: 0;
    border: 0;
    top: -30px
}

.videoFullScr .closeIconBtn:after,
.videoFullScr .closeIconBtn:before {
    background: #fff;
    width: 70%
}

#ModalThankyou {
    font-size: 16px
}

#ModalThankyou .title {
    font-size: 28px;
    font-weight: 700;
    color: #5ad235
}

#modalBuyNow .tagHotdeal {
    top: -20px;
    left: 10px;
    position: absolute
}

#modalBuyNow .tagHotdeal img {
    width: 30px
}

#modalBuyNow .customSelectMain .selectTrigger {
    color: #5ad235;
    font-size: 12px;
    min-width: 50px;
    height: 25px;
    line-height: 25px
}

#modalBuyNow .customSelectMain .selectTrigger:before {
    padding: 2px;
    top: 56%
}

#modalBuyNow .customSelectMain .optionList {
    left: -60px;
    bottom: 0;
    top: auto
}

#modalBuyNow .customSelectMain .option {
    line-height: 25px
}

#brand-video video {
    display: block
}

@media only screen and (min-width:991px) {
    .modalMain {
        max-width: 700px
    }

    .modalBody .modalMainBottom {
        max-width: 500px;
        top: 50%;
        left: 50%;
        bottom: auto;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .modalBody .modalMainBottom .priceHolder .cutPrice,
    .modalBody .modalMainBottom .priceWidget .cutPrice {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle
    }

    .modalBody .closeIconBtn {
        top: -25px;
        right: -35px
    }

    .modalBody .productListSlider .slick-next,
    .modalBody .productListSlider .slick-prev {
        background: #fff;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2)
    }

    .modalBody .productListSlider .slick-next:hover,
    .modalBody .productListSlider .slick-prev:hover {
        background: #5ad235
    }

    .modalBody .productListSlider .slick-next:hover:before,
    .modalBody .productListSlider .slick-prev:hover:before {
        border-color: #fff
    }

    .modalBody .productListSlider .slick-prev {
        left: -55px
    }

    .modalBody .productListSlider .slick-next {
        right: -55px
    }
}

@keyframes zoomMobile {
    from {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@keyframes fade-right {
    0% {
        right: -100%
    }

    100% {
        right: 0
    }
}

.closeIcon,
.closeIconBtn {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 12px;
    right: 8px;
    z-index: 105;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    cursor: pointer
}

.closeIcon:after,
.closeIcon:before,
.closeIconBtn:after,
.closeIconBtn:before {
    content: "";
    background: #111;
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 100%
}

.closeIcon:before,
.closeIconBtn:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.closeIcon:after,
.closeIconBtn:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.closeIcon.circle,
.closeIconBtn.circle {
    background: #fff;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 4px 4px 14px 0 rgba(96, 96, 96, .2);
    box-shadow: 4px 4px 14px 0 rgba(96, 96, 96, .2);
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.closeIcon.circle:after,
.closeIcon.circle:before,
.closeIconBtn.circle:after,
.closeIconBtn.circle:before {
    width: 60%;
    top: 8px;
    left: 4px;
    height: 1px
}

.offerHead .closeIcon:after,
.offerHead .closeIcon:before {
    background: #fff
}

.contactWidget {
    max-width: 420px;
    margin: 0 auto 24px;
    font-size: 14px;
    line-height: 1
}

.contactWidget .crd {
    overflow: visible
}

.contactWidget .crd img {
    min-width: auto
}

.contactWidget .item {
    background: #fff;
    padding: 12px 88px 12px 8px
}

.contactWidget .itemTitle {
    font-size: 16px;
    font-weight: 600
}

.contactWidget .text {
    font-size: 12px;
    margin: 4px 0 18px
}

.contactWidget .itemLink {
    display: flex;
    justify-content: baseline;
    column-gap: 4px;
    color: #5ad235
}

.contactWidget .itemLink i {
    min-width: 18px
}

.contactWidget .itemSpc {
    margin-bottom: 10px
}

.contactWidget img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 132px;
    height: auto;
    width: auto;
    min-width: auto
}

.contactWidget a {
    display: flex;
    align-items: center;
    column-gap: 4px
}

.contactWidget .careContactItem {
    width: 300px;
    min-height: 100px
}

.contactWidget .fieldInput {
    background: #f6f6f6;
    border-color: #c8ffb8;
    height: 30px;
    max-width: 170px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.contactWidget ::placeholder {
    opacity: 1;
    color: #000
}

.contactWidget ::-webkit-input-placeholder {
    opacity: 1;
    color: #000
}

.contactWidget .callRest {
    margin: -10px 0 14px
}

.contactWidget .fieldIcon {
    top: 7px;
    font-size: 16px;
    color: #000
}

.contactWidget .errorText {
    zoom: .8;
    bottom: -14px
}

.contactWidget .btn {
    line-height: 26px;
    min-width: 90px;
    padding: 0 8px;
    width: auto !important;
    height: 28px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    font-weight: 400 !important
}

#modalthankYou {
    z-index: 602
}

@media only screen and (min-width:360px) {
    .contactWidget .item {
        padding: 15px 100px 15px 15px
    }

    .contactWidget img {
        max-height: 145px
    }
}

@media only screen and (min-width:391px) {
    .contactWidget .item {
        padding-right: 110px
    }
}

@media only screen and (min-width:1024px) {
    .contactWidget {
        font-size: 18px
    }

    .contactWidget.lg {
        max-width: 100%;
        flex-direction: row;
        row-gap: 32px;
        column-gap: 32px;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 32px;
        padding-left: 16px
    }

    .contactWidget.lg .item {
        min-width: auto;
        width: calc(33.33% - 22px);
        max-width: calc(33.33% - 22px)
    }

    .contactWidget.lg .itemLink {
        column-gap: 7px
    }

    .contactWidget img {
        max-height: max-content;
        height: 201px
    }

    .contactWidget .item {
        padding: 24px 135px 24px 24px
    }

    .contactWidget .itemTitle {
        font-size: 24px
    }

    .contactWidget .text {
        font-size: 16px
    }

    .contactWidget .itemSpc {
        margin-bottom: 16px
    }

    .contactWidget .crd .btn {
        font-size: 14px
    }

    .headingPara {
        font-size: 18px
    }
}

.stickyBottom,
.stickyTop {
    position: fixed;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 110;
    overflow: hidden
}

.stickyBottom.active,
.stickyTop.active {
    opacity: 1;
    visibility: visible
}

.stickyBottom {
    bottom: -100px;
    border-radius: 0;
    -webkit-border-radius: 0
}

.stickyBottom.active {
    bottom: 0
}

.stickyTop {
    top: -100px
}

.stickyTop.active {
    top: 0
}

#addToCartSticky {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    z-index: 9
}

#addToCartSticky .cartWidget {
    padding: 0 16px;
    margin: 0 auto
}

#addToCartSticky.active {
    bottom: 0
}

#addToCartSticky .cartWidget>:first-child {
    width: 40px
}

#addToCartSticky .icon-add-to-cart {
    position: relative;
    font-size: 20px;
    width: 20px
}

#addToCartSticky .icon-add-to-cart .addcartNumber {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #5ad235;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    line-height: 16px;
    text-align: center;
    font-family: "DM Sans", sans-serif !important;
    color: #fff
}

#addToCartSticky .arrpwR {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #5ad235;
    border-width: 0 1px 1px 0;
    vertical-align: -1px;
    margin-left: 1px;
    vertical-align: 1px
}

#addToCartSticky .btn-link-primary {
    font-weight: 600;
    letter-spacing: 1.2px
}

#addToCartSticky .cartText {
    font-weight: 600;
    padding-right: 10px;
    width: calc(100% - 110px)
}

#addToCartSticky .cartText div {
    font-style: italic;
    font-size: 12px
}

#productPage #addToCartSticky.active {
    bottom: 50px;
    box-shadow: none;
    border-bottom: 1px solid #eee
}

.userNotification {
    position: fixed;
    left: 5px;
    right: 5px;
    top: -105%;
    overflow: hidden;
    z-index: 999;
    width: calc(100% - 10px);
    opacity: .5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ff9e59;
    background: -webkit-linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    background: -moz-linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    background: linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    -webkit-box-shadow: 0 0 10px rgba(255, 126, 95, .5);
    box-shadow: 0 0 10px rgba(255, 126, 95, .5);
    max-width: 420px;
    margin: 0 auto
}

.userNotification>div {
    overflow: hidden;
    height: 53px
}

.userNotification.active {
    top: 5px;
    opacity: 1
}

.userNotification.active .notifyIcon img {
    animation: cycleNotifyIcon 5s ease-in-out infinite alternate
}

.userNotification .notifyIcon {
    width: 60px;
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
    color: #000;
    position: relative
}

.userNotification .notifyIcon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 53px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 30px
}

.userNotification .notifyTitle {
    padding: 0 65px 3px 0;
    line-height: 1.1;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    font-weight: 400
}

.userNotification .timeInfo {
    position: absolute;
    right: 12px;
    bottom: 6px;
    font-size: 12px;
    zoom: .85;
    color: #312d2d;
    font-style: italic
}

.userNotification .closeIcon {
    position: absolute;
    top: calc(50% - 15px);
    right: 12px;
    width: 24px;
    height: 24px
}

.userNotification .closeIcon:after,
.userNotification .closeIcon:before {
    width: 64%;
    top: 11px;
    left: 4px;
    height: 2px
}

.userNotification .closeIcon:hover:after,
.userNotification .closeIcon:hover:before {
    background: #5ad235
}

.animate__animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes cycleNotifyIcon {
    0% {
        transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(0)
    }
}

#modal-engage {
    width: calc(100% - 16px);
    min-width: 290px;
    max-width: 350px;
    padding: 0;
    position: fixed;
    top: 8px;
    left: 50%;
    z-index: 9999;
    display: none;
    background: #fff;
    transform: translate(-50%, 0);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    border-radius: 16px;
    overflow: hidden;
    font-family: "DM Sans", sans-serif
}

#modal-engage.active {
    animation: fromTop .5s ease forwards
}

#modal-engage .contentWrap {
    align-items: stretch
}

#modal-engage .imgHolder {
    flex: 0 0 110px;
    max-width: 110px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 8px
}

#modal-engage .offterBg,
#modal-engage .offterBgSm {
    position: absolute;
    z-index: -1
}

#modal-engage .offterBg {
    top: 0;
    right: 6px;
    width: 130%;
    background: #5ad235;
    height: 100%;
    transform: skewX(11deg)
}

#modal-engage .offterBgSm {
    right: -10px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 30px solid #5ad235;
    transform: rotate(-11deg)
}

#modal-engage .brandLogo {
    max-width: 115px;
    width: 100%;
    height: auto
}

#modal-engage .content {
    padding: 12px 12px 12px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

#modal-engage h4 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1
}

#modal-engage h4 b,
#modal-engage h4 strong {
    font-weight: 700
}

#modal-engage p {
    font-size: 12px;
    color: #232323
}

#modal-engage .btnGroup {
    column-gap: 8px;
    justify-content: flex-start
}

#modal-engage .btn {
    border-radius: 4px;
    font-weight: 600;
    padding: 0 10px;
    height: 30px;
    min-width: 70px;
    font-family: "DM Sans", sans-serif;
    color: #000
}

#modal-engage .btn-not-allow {
    border: 1px solid #d5d5d5
}

@keyframes fromTop {
    0% {
        top: -170px;
        opacity: 0
    }

    100% {
        top: 8px;
        opacity: 1
    }
}

#modal-coupon .modalMainBottom {
    max-width: 100%;
    width: 100%
}

#modal-coupon .modalContent {
    padding: 30px 12px 110px
}

#modal-coupon .couponOuter {
    max-width: 380px;
    margin: 0 auto
}

#modal-coupon .modalHeader {
    margin-bottom: 16px;
    line-height: 1.1;
    text-transform: capitalize !important
}

#modal-coupon .modalTitle {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 12px
}

#modal-coupon .formGroup {
    column-gap: 16px;
    margin-bottom: 16px;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    align-items: baseline
}

#modal-coupon .formGroup .fieldIcon {
    position: absolute;
    font-size: 16px;
    left: 12px;
    top: 12px
}

#modal-coupon .formGroup .numberText:before {
    right: -12px;
    top: 0;
    bottom: -3px
}

#modal-coupon .fieldControl {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px)
}

#modal-coupon .btn,
#modal-coupon .fieldInput {
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

#modal-coupon .btn {
    font-size: 16px;
    width: 75px;
    color: #fff;
    padding: 0 12px
}

#modal-coupon .successText {
    font-size: 16px;
    white-space: nowrap;
    margin-top: 16px
}

.engageCoupon {
    max-width: 320px;
    margin: 0 auto 24px
}

.engageCoupon .couponWrap {
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    color: #919fa8;
    font-size: 12px;
    position: relative;
    background: #fff0db;
    min-width: 100%;
    cursor: pointer;
    column-gap: 16px;
    border: 1px solid #ffeed5
}

.engageCoupon span {
    padding: 11px 10px;
    min-width: 115px;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 5px
}

.engageCoupon .codeName {
    color: #ff9800;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
    flex: 1
}

.engageCoupon .copyText {
    color: #000;
    z-index: 1;
    border: 1px solid #d17c00;
    white-space: nowrap;
    flex: 0 0 120px;
    justify-content: center
}

.engageCoupon .iconCopy,
.engageCoupon .iconCopy:before {
    border: 1px solid #ff9800;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.engageCoupon .iconCopy {
    position: relative;
    margin: 3px 5px 0
}

.engageCoupon .iconCopy:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1
}

.engageCoupon .copySuccess {
    position: absolute;
    top: 50%;
    right: 8px;
    background: #fff;
    padding: 10px;
    color: #111;
    font-size: 14px;
    width: 120px;
    text-align: center;
    margin-left: -35px;
    margin-top: -21px;
    text-transform: capitalize;
    z-index: 1;
    min-height: 42px;
    border-radius: 4px;
    font-weight: 700
}

.engageCoupon .copySuccess:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-radius: 4px;
    border-right: 8px solid #000;
    margin-top: -8px
}

@media only screen and (min-width:360px) {
    #modal-engage .content {
        padding-left: 30px
    }

    #modal-engage .imgHolder {
        flex: 0 0 125px;
        max-width: 125px
    }

    #modal-engage .btnGroup {
        column-gap: 16px
    }
}

@media only screen and (min-width:1024px) {
    #modal-engage {
        max-width: 500px;
        width: auto;
        left: auto;
        right: 8px;
        top: 70px;
        transform: translate(0, 0)
    }

    #modal-engage .imgHolder {
        flex: 0 0 165px;
        max-width: 165px
    }

    #modal-engage .brandLogo {
        max-width: 145px
    }

    #modal-engage h4 {
        font-size: 16px
    }

    #modal-engage .content {
        padding-right: 16px;
        row-gap: 16px
    }

    #modal-engage .btn {
        font-size: 14px
    }

    #modal-coupon .modalMainBottom {
        max-width: 380px;
        padding: 0
    }

    #modal-coupon .modalContent {
        padding: 40px 30px 20px;
        min-height: 322px
    }

    #modal-coupon .modalHeader {
        font-size: 30px;
        margin-bottom: 24px
    }

    #modal-coupon .closeIconBtn {
        top: -23px !important;
        right: 30px;
        width: 46px;
        height: 46px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        background-color: #fff;
        border-color: #fff
    }

    #modal-coupon .closeIconBtn:after,
    #modal-coupon .closeIconBtn:before {
        background: #959595;
        left: 8px;
        top: 16px;
        height: 1px;
        width: 56%
    }

    .engageCoupon {
        margin-bottom: 30px
    }

    .engageCoupon .codeName {
        min-width: 168px
    }

    @keyframes fromTop {
        0% {
            top: -170px;
            opacity: 0
        }

        100% {
            top: 70px;
            opacity: 1
        }
    }
}

.icSprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/icon_sprite_v2.svg) no-repeat;
    display: flex;
    width: 59px;
    height: 59px
}

.icDesigned {
    background-position: 0 -73px
}

.icBrand {
    background-position: -69px -74px
}

.icSafety {
    background-position: -140px -74px
}

.icWorldClass {
    background-position: -211px -74px
}

.icNetwork {
    background-position: -280px -72px
}

.icWarranty {
    background-position: -349px -70px;
    height: 62px
}

.icShipping {
    background-position: 2px 0
}

.icDispatch {
    background-position: -69px 0
}

.icPayment {
    background-position: -139px 0
}

.icEMI {
    background-position: -209px 0
}

.icAssembly {
    background-position: -280px 0
}

.icPay {
    background-position: -350px 0
}

.crdRatingList .icSprite {
    zoom: .4
}

.icIndia {
    background-position: 1px -143px
}

.icMoney {
    background-position: -71px -145px
}

.icQuality {
    background-position: -138px -146px
}

.icDelivery {
    background-position: -210px -146px;
    zoom: .25 !important;
    width: 108px
}

.icFactory {
    background-position: -69px -215px;
    width: 58px;
    height: 57px
}

.icProduct {
    background-position: -1px -217px;
    width: 55px;
    height: 56px
}

@media only screen and (min-width:768px) {
    .crdRatingList .icon {
        zoom: 1;
        margin-bottom: 12px
    }

    .crdRatingList .icSprite {
        zoom: .8
    }

    .icDelivery {
        zoom: .6 !important
    }

    .featureSec .icSprite {
        zoom: 1
    }
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Light.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Bold.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Regular.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-SemiBold.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

#hamburgerMenu {
    position: relative;
    width: 22px;
    flex-shrink: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

#hamburgerMenu span {
    display: block;
    height: 3px;
    background: #111;
    margin: 13px 0;
    position: relative
}

#hamburgerMenu span:after,
#hamburgerMenu span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #111
}

#hamburgerMenu span:before {
    top: -7px
}

#hamburgerMenu span:after {
    bottom: -7px
}

#closeNav {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 20px;
    left: 300px;
    z-index: 105;
    opacity: 0;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    cursor: pointer
}

#closeNav:after,
#closeNav:before {
    content: "";
    background: #111;
    position: absolute;
    left: 3px;
    top: 13px;
    height: 2px;
    width: 75%
}

#closeNav:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#closeNav:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#navBody {
    left: 0;
    top: 0;
    z-index: 100;
    width: 0;
    color: #000;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#navBody:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .5);
    width: 100%;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

#navBody.active {
    width: 100%;
    opacity: 1;
    left: 0
}

#navBody.active:before {
    opacity: 1;
    visibility: visible
}

#navBody.active .navMain {
    animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -webkit-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -moz-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards
}

#navBody.active #closeNav {
    opacity: 1
}

#navBody .navMain {
    width: 300px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    font-size: 14px;
    padding: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

#navBody .nav-list::-webkit-scrollbar {
    display: none
}

#navBody .nav-list {
    overflow-y: auto;
    max-height: calc(100% - 20px);
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: column
}

#navBody .nav-list>li {
    width: 100%;
    flex-wrap: wrap
}

#navBody .nav-list svg {
    max-width: 20px;
    flex: 0 0 20px
}

#navBody .nav-list li .navTitle,
#navBody .nav-list li a {
    display: flex;
    padding: 8px 0;
    color: #282828;
    position: relative;
    font-size: 14px;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    column-gap: 6px;
    min-width: 100%
}

#navBody .nav-list li .navTitle:hover,
#navBody .nav-list li a:hover {
    color: #5ad235
}

#navBody .nav-list li.active a {
    color: #5ad235
}

#navBody .nav-list .navTitle {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    flex: 1
}

#navBody .nav-list .navTitle::after {
    content: "";
    border-style: solid;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #84858a;
    border-width: 0 1px 1px 0;
    position: absolute;
    right: 16px;
    top: 10px
}

#navBody .nav-list .navTitle.active {
    color: #5ad235;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

#navBody .nav-list .navTitle.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 15px;
    border-color: #5ad235
}

#navBody .nav-list .navTitle.active path {
    fill: #5ad235
}

#navBody .subNav {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    background: #f8f8f8;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

#navBody .subNav ul {
    padding: 12px 16px 8px;
    white-space: normal
}

#navBody .subNav li a {
    line-height: 30px;
    padding: 0;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    width: 100%
}

#navBody .navSubTitle {
    font-weight: 600;
    font-size: 13px
}

#navBody .navSubTitle~ul {
    padding-left: 30px;
    padding-top: 8px
}

#navBody .iconHolder {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    width: 42px;
    vertical-align: -2px;
    color: #5ad235
}

#navBody .iconHolder.icon-mountain-bikes {
    font-size: 14px
}

#navBody .iconHolder.icon-ktm {
    font-size: 12px;
    color: #ef5713;
    vertical-align: middle;
    zoom: .7;
    margin: -3px 18px 0 0
}

#navBody .iconHolder.icon-translation {
    font-weight: 600
}

#navBody .iconHolder .bianchiIcon img {
    margin-left: 6px;
    width: 16px;
    height: auto
}

#navBody .icon-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

@media screen and (max-device-height:645px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    #navBody .scrollNav {
        bottom: 138px;
        left: 50%;
        height: 25px;
        width: 40px;
        position: absolute;
        background: #eee;
        transform: translate(-50%, 0);
        border-radius: 10px 10px 0 0;
        z-index: 999
    }

    #navBody .scrollNav:before {
        content: "";
        border-style: solid;
        display: inline-block;
        padding: 3px;
        margin-left: 3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #5ad235;
        border-width: 0 2px 2px 0;
        vertical-align: -1px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        position: absolute;
        left: 13px;
        top: 9px;
        z-index: 999
    }
}

@media only screen and (min-width:768px) and (max-width:1089px) {
    #hamburgerMenu span {
        height: 4px;
        margin: 13px 0
    }

    #hamburgerMenu span:after,
    #hamburgerMenu span:before {
        height: 4px
    }

    #hamburgerMenu span:before {
        top: -10px
    }

    #hamburgerMenu span:after {
        bottom: -10px
    }
}

@media only screen and (min-width:667px) {
    #navBody .navMain {
        width: 380px;
        padding: 24px
    }

    #closeNav {
        left: 380px
    }
}

.slideFromLeft {
    animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -webkit-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -moz-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards
}

@-webkit-keyframes slideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes slideFromLeft {
    0% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.easy-autocomplete {
    position: relative
}

.easy-autocomplete input {
    border-color: #dfdfdf;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    float: none;
    padding: 6px 12px
}

.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
    box-shadow: none
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete.eac-green-light input:focus,
.easy-autocomplete.eac-green-light input:hover {
    border-color: #5ad235;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(90, 210, 53, .2)
}

.easy-autocomplete.eac-green-light ul {
    border-color: #5ad235;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(90, 210, 53, .2)
}

.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
    border-color: #5ad235
}

.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
    background-color: #5ad235;
    color: #fff
}

.easy-autocomplete.eac-green-light ul .eac-category.selected .categorieField,
.easy-autocomplete.eac-green-light ul li.selected .categorieField {
    background: #212121
}

.easy-autocomplete.eac-green-light ul .eac-category.selected .categorieField:after,
.easy-autocomplete.eac-green-light ul li.selected .categorieField:after {
    border-top-color: #212121
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container .sub-pro {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-top: 10px;
    padding: 0 0 8px;
    border-radius: 4px
}

.easy-autocomplete-container .sub-pro .bikeType {
    width: 45px;
    display: inline-block
}

.easy-autocomplete-container .sub-pro .attr {
    border: 1px solid #e0e0e0;
    padding: 3px 6px;
    border-radius: 4px;
    color: #757575;
    font-size: 12px;
    zoom: .85;
    line-height: 18px;
    margin-left: 12px;
    display: inline-block;
    background: #fafafa
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    border-bottom: 1px solid #f7f7f7 !important
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected .sub-pro .attr {
    background: #efefef
}

.easy-autocomplete-container ul li.selected div {
    font-weight: 400
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: 400;
    word-break: break-all;
    padding: 0 8px 0
}

.easy-autocomplete-container .categorieField {
    background: #eee;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 -12px;
    position: relative;
    margin-bottom: 5px
}

.easy-autocomplete-container .categorieField:after {
    top: 100%;
    left: 22px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #efefef;
    border-width: 9px;
    margin-left: -10px
}

.easy-autocomplete-container .categorieField .icon-category {
    vertical-align: middle;
    margin-right: 10px
}

.easy-autocomplete-container ul li b {
    font-weight: 700
}

.easy-autocomplete-container ul .eac-category {
    color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: .9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.autoSearchBox {
    display: flex;
    flex-direction: row-reverse
}

.autoSearchBox .allBrandCatg {
    position: relative;
    z-index: 1
}

.autoSearchBox .allBrand,
.autoSearchBox .srchWrap {
    height: 46px
}

.autoSearchBox .allBrndList {
    font-size: 16px
}

.autoSearchBox .allBrndList li {
    display: flex;
    margin-top: 20px;
    align-items: center;
    white-space: nowrap;
    cursor: pointer
}

.autoSearchBox .allBrndList li:first-child {
    margin-top: 8px
}

.autoSearchBox .allBrndList li:hover {
    color: #5ad235
}

.autoSearchBox .allBrndList li:hover .srchSpt {
    opacity: 1
}

.autoSearchBox .allBrndList .srchSpt {
    opacity: .7
}

.autoSearchBox .fieldInput {
    border: 0;
    background: 0 0
}

.autoSearchBox .searchResult {
    background: #f6f6f6;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    min-width: 100%;
    overflow: hidden;
    padding: 75px 16px 80px
}

.autoSearchBox .no-result {
    background-color: #fff8e1;
    border: 1px dashed #ff00006b;
    border-radius: 4px;
    padding: 6px;
    font-size: 14px;
    margin: 0 6px 15px
}

.autoSearchBox .title {
    font-size: 16px;
    margin: 0 0 20px 6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a5a5a5
}

.autoSearchBox .srcList {
    flex-wrap: wrap;
    row-gap: 16px;
    align-items: start
}

.autoSearchBox .priceListOff {
    column-gap: 4px
}

.autoSearchBox .srchCrd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .16);
    padding: 16px 8px;
    max-width: 100%;
    position: relative;
    min-height: 80px
}

.autoSearchBox .srchCrd:hover {
    -webkit-box-shadow: 0 0 5px rgba(90, 210, 53, .7);
    box-shadow: 0 0 5px rgba(90, 210, 53, .7)
}

.autoSearchBox .srchCrd img {
    flex: 0 0 55px;
    max-width: 55px;
    height: auto;
    max-height: 60px;
    width: auto;
    object-fit: contain
}

.autoSearchBox .badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 1px 8px;
    border-radius: 10px 0 0;
    font-size: 10px;
    text-transform: uppercase
}

.autoSearchBox .badge.right {
    left: auto;
    right: 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0
}

.autoSearchBox .srcPrdImg {
    width: 70px;
    height: auto;
    margin-right: 12px
}

.autoSearchBox .crdInfo {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    width: calc(100% - 55px)
}

.autoSearchBox .pdName {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 600
}

.autoSearchBox .pdSpec {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.autoSearchBox .specList {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.autoSearchBox .specLabel {
    font-size: 14px;
    min-width: 30px;
    margin-right: 6px;
    flex: 0 0 auto
}

.autoSearchBox .pdSpecOptions {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px
}

.autoSearchBox .specBtn {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 300;
    zoom: .85
}

.autoSearchBox .specBtn span {
    display: none
}

.autoSearchBox .specBtn:hover {
    background-color: #e9e9e9
}

.autoSearchBox .specBtn:last-child {
    margin-right: 0
}

.autoSearchBox .cutPrice {
    font-size: 12px;
    zoom: .85;
    color: #777575;
    text-decoration: line-through
}

.autoSearchBox .icon-rupee {
    font-size: 75%
}

.srchFtrBtn {
    width: 100%;
    height: 57px;
    background: #fff;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 -1px 8px rgba(0, 0, 0, .1)
}

.srchFtrBtn .btn {
    display: flex;
    align-items: center;
    height: 57px;
    padding: 0;
    background: #fff;
    font-size: 16px;
    width: 100%
}

.srchFtrBtn .arrowLeftLine {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 18px;
    transition: all .3s ease-in-out;
    margin-left: auto
}

.allBrand {
    position: relative;
    z-index: 5
}

.allBrand .btnBrnd {
    height: 100%;
    position: relative;
    line-height: 1.1;
    background: #e9e9e9;
    padding: 0 30px 0 16px;
    display: flex;
    align-items: center;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    cursor: pointer;
    white-space: nowrap
}

.allBrand .btnBrnd::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid #000;
    border-left: 6.66667px solid transparent;
    border-right: 6.66667px solid transparent
}

.allBrand .brndDropdown {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 46px;
    left: 0;
    width: 232px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    padding: 16px
}

.allBrand .brndDropdown.active {
    opacity: 1;
    visibility: visible;
    height: auto
}

.allBrand a {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    column-gap: 10px
}

.allBrand a:first-child {
    margin-top: 0
}

.allBrand a:hover {
    color: #5ad235
}

.srchSpt {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/search-catg-v2.svg) no-repeat;
    display: flex;
    zoom: 1.2
}

.srchSpt.es {
    background-position: 0 0;
    width: 24px;
    height: 20px;
    margin: 0 10px 0 6px
}

.srchSpt.rdons {
    background-position: -27px 0;
    width: 22px;
    height: 17px;
    margin: 0 11px 0 7px
}

.srchSpt.e91 {
    background-position: -53px 0;
    width: 23px;
    height: 15px;
    margin: 0 10px 0 7px
}

.srchSpt.ktm {
    background-position: -79px 0;
    width: 28px;
    height: 10px;
    margin: 0 8px 0 4px
}

.srchSpt.bnk {
    background-position: -126px 0;
    width: 20px;
    height: 19px;
    margin: 0 12px 0 8px
}

.srchSpt.wynd {
    background-position: -110px 0;
    width: 13px;
    height: 19px;
    margin: 0 11px 0 9px;
    zoom: 1.45
}

.srchSpt.combo {
    background-position: -151px 0;
    width: 21px;
    height: 16px;
    margin: 0 11px 0 8px
}

.srchSpt.acc {
    background-position: -192px 0;
    width: 17px;
    height: 18px;
    margin: 0 10px 0 8px;
    zoom: 1.4
}

.srchSpt.bckpack {
    background-position: -176px 0;
    width: 13px;
    height: 20px;
    margin: 0 12px 0 9px;
    zoom: 1.4
}

.srchSpt.treadmill {
    background-position: -83px -25px;
    width: 19px;
    height: 19px;
    margin: 0 15px 0 6px
}

#eac-container-provider-remote {
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}

.srchCollection {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    background: #fff
}

.srchCollection .item {
    padding: 7px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #f6f6f6;
    margin: 0 0 15px;
    font-weight: 300;
    line-height: 1.1
}

.srchCollection .item.active,
.srchCollection .item:hover {
    background-color: #5ad235;
    color: #fff
}

.srchCollection .item.active .icon-search,
.srchCollection .item:hover .icon-search {
    color: #fff
}

.srchCollection .icon-search {
    position: relative !important;
    margin-right: 6px;
    top: 1px !important;
    left: 0 !important;
    font-size: 90% !important
}

.srchCollection .title {
    margin: 0 0 20px 0
}

.collectionsResult {
    display: flex;
    justify-content: start;
    column-gap: 10px;
    flex-wrap: wrap;
    font-size: 12px
}

.tredingSearch {
    position: relative;
    top: 30px;
    width: 100%;
    background: #fff;
    z-index: 1;
    font-size: 12px;
    font-weight: 400;
    opacity: 0;
    display: none;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}

.tredingSearch::-webkit-scrollbar {
    width: 10px
}

.tredingSearch::-webkit-scrollbar-track {
    background: #e8e8e8;
    margin-top: 0;
    margin-bottom: 0
}

.tredingSearch::-webkit-scrollbar-thumb {
    background: #5ad235 !important;
    border-color: #e8e8e8;
    border-left-width: 2px;
    border-right-width: 2px;
    border-style: solid
}

.tredingSearch::-webkit-scrollbar-thumb:hover {
    background: #5ad235
}

.tredingSearch.active {
    top: 24px;
    display: block;
    opacity: 1
}

.tredingSearch .searchList {
    padding: 15px 15px 10px
}

.tredingSearch .item {
    padding: 6px 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #f6f6f6;
    margin: 0 5px 15px;
    font-weight: 300;
    color: #000
}

.tredingSearch .item.active,
.tredingSearch .item:hover {
    background-color: #5ad235;
    color: #fff
}

.tredingSearch .item.active .icon-search,
.tredingSearch .item:hover .icon-search {
    color: #fff
}

.tredingSearch .icon-search {
    position: relative !important;
    margin-right: 6px;
    top: 1px !important;
    left: 0 !important;
    font-size: 90% !important
}

.tredingSearch .title {
    font-size: 16px;
    margin: 0 0 12px 6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a5a5a5
}

.tredingSearch.loader {
    z-index: 999;
    min-height: 300px
}

.tredingSearch .loaderWidget {
    position: absolute
}

.arrowLeftLine {
    position: relative;
    top: 17px;
    width: 100%;
    height: 2px;
    background: #111;
    display: block;
    pointer-events: none
}

.arrowLeftLine:after,
.arrowLeftLine:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    background: #111
}

.arrowLeftLine:before {
    top: 4px;
    transform: rotate(45deg)
}

.arrowLeftLine:after {
    top: -4px;
    transform: rotate(-45deg)
}

.crdSrcWrap {
    min-height: 100px
}

.crdSrcWrap.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.crdSrcWrap.row::before {
    display: none
}

.crdSrcWrap.swipeSlider {
    margin-left: -16px;
    margin-right: -16px;
    padding: 6px 16px 20px;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    display: flex !important;
    align-items: center;
    justify-content: flex-start
}

.crdSrcWrap.swipeSlider::-webkit-scrollbar-track {
    background: #eaeaea;
    margin-left: 16px;
    margin-right: 16px
}

.crdSrcWrap.swipeSlider::-webkit-scrollbar-thumb {
    background: #5ad235 !important;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.crdSrcWrap.swipeSlider.thinScrollBar::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.crdSrcWrap .col-4 {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.crdSrcWrap .crd {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .16);
    padding: 22px 10px 0 !important;
    min-height: 310px !important;
    overflow: hidden;
    min-width: auto
}

.crdSrcWrap .crd .crdPrice {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600
}

.crdSrcWrap .crd .crdPrice .icon-rupee {
    zoom: 1
}

.crdSrcWrap .crd .cutPrice {
    color: #616161;
    font-weight: 400
}

.crdSrcWrap .crd .priceOff {
    color: #5ad235
}

.crdSrcWrap .btnHold {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100% !important;
    margin: 0
}

.crdSrcWrap .btnHold .btn {
    font-size: 12px !important;
    width: 100%;
    border-radius: 0 0 5px 5px !important;
    padding: 8px 16px
}

.crdSrcWrap .btnHold .btn:hover {
    background: #e6c600;
    color: #fff
}

.crdSrcWrap .crdImg {
    margin: 8px -8px !important;
    min-height: 140px !important
}

.crdSrcWrap .crdName {
    zoom: .8;
    min-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize !important;
    display: flex;
    justify-content: start;
    text-align: left
}

.crdSrcWrap .emiText {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #959595;
    text-transform: none
}

.crdSrcWrap .crdTopSpec {
    column-gap: 12px;
    margin-top: 0
}

.crdSrcWrap .crdTopSpec li {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.crdSrcWrap .crdTopSpec i {
    color: #5ad235;
    font-size: 14px
}

.crdSrcWrap .icon-rupee {
    font-size: 75%
}

.crdSrcWrap .crd .crdPrice,
.crdSrcWrap .crdModelTag,
.crdSrcWrap .crdTopSpec li {
    zoom: .75
}

.crdSrcWrap .crdImg img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    -webkit-object-fit: contain;
    object-position: center;
    height: 100%
}

.crdSrcWrap.swipeSlider .swipeItem {
    flex: 0 0 calc(200px - 8px);
    width: 200px
}

@media only screen and (min-width:1024px) {
    .crdSrcWrap {
        gap: 0 !important;
        row-gap: 16px !important
    }

    .crdSrcWrap .crdName {
        font-size: 18px !important;
        min-height: 50px
    }

    .crdSrcWrap .crdModelTag {
        zoom: .6
    }

    .crdSrcWrap .crd {
        max-width: 240px;
        min-height: 340px !important
    }

    .crdSrcWrap .crd .crdPrice {
        font-size: 16px !important
    }

    .crdSrcWrap .icon-rupee {
        zoom: 1 !important
    }
}

@media only screen and (min-width:1600px) {
    .allBrand .btnBrnd {
        font-size: 14px
    }
}

.arrowLeftLine {
    position: relative;
    top: 17px;
    width: 100%;
    height: 2px;
    background: #111;
    display: block;
    pointer-events: none
}

.arrowLeftLine:after,
.arrowLeftLine:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    background: #111
}

.arrowLeftLine:before {
    top: 4px;
    transform: rotate(45deg)
}

.arrowLeftLine:after {
    top: -4px;
    transform: rotate(-45deg)
}

@media only screen and (min-width:1024px) {
    .autoSearchBox {
        width: 580px;
        margin: 3px 0
    }

    .autoSearchBox .fieldInput {
        width: 100%;
        height: 46px;
        padding: 0 40px 0 16px
    }

    .autoSearchBox .fieldInput:focus,
    .autoSearchBox .fieldInput:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .autoSearchBox .icon-search {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        font-size: 16px;
        z-index: 1;
        pointer-events: none;
        color: #787878
    }

    .autoSearchBox .searchResult {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
        box-shadow: 0 0 16px rgba(0, 0, 0, .16);
        background: #fff;
        top: 55px;
        left: auto;
        right: 0;
        width: calc(100% + 136px);
        position: absolute;
        min-width: auto;
        z-index: 5;
        padding: 30px 8px 70px 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between
    }

    .autoSearchBox .srcList {
        column-gap: 16px;
        align-items: stretch
    }

    .autoSearchBox .srchCrd {
        max-width: 315px;
        width: 100%
    }

    .autoSearchBox .tredingSearch {
        top: 55px;
        z-index: 101
    }

    .tredingSearch {
        position: absolute;
        right: 0;
        font-size: 14px;
        max-height: 400px;
        overflow-y: auto;
        width: calc(100% + 136px)
    }

    .tredingSearch .title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .tredingSearch .item {
        padding: 8px 10px
    }

    .tredingSearch.loader {
        min-height: 400px
    }

    .srchWrap {
        max-width: 420px;
        width: 100%;
        position: relative;
        background: #f5f5f5;
        border-radius: 0 12px 12px 0;
        -webkit-border-radius: 0 12px 12px 0
    }

    .srchWrap>.icon-search {
        width: 40px;
        height: 100%;
        line-height: 46px;
        cursor: pointer;
        text-align: center
    }

    .srchFtrBtn {
        background: #f6f6f6
    }

    .srchFtrBtn .btn {
        background: #f6f6f6
    }

    .srchFtrBtn .btn:hover .arrowLeftLine {
        right: -5px
    }

    .srchFtrBtn .arrowLeftLine {
        margin-left: 8px
    }

    .srchCollection {
        padding-right: 10px;
        font-size: 13px;
        width: 160px;
        border-right: 1px solid #dedede;
        margin-bottom: 0;
        padding-bottom: 12px
    }

    .srchCollection .item:last-child {
        margin-bottom: 0
    }

    .srchProd {
        flex: 0 0 calc(100% - 165px);
        max-width: calc(100% - 165px);
        width: 100%;
        max-height: 320px;
        overflow-y: auto;
        padding: 5px 5px 5px 10px
    }

    .srchProd::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        padding-bottom: 16px
    }

    .srchProd::-webkit-scrollbar-track {
        background: #eaeaea;
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .srchProd::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .srchProd::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .srchProd .title {
        padding-left: 0
    }

    ::placeholder {
        color: #787878
    }

    :-ms-input-placeholder {
        color: #787878
    }

    ::-ms-input-placeholder {
        color: #787878
    }

    .easy-autocomplete-container {
        z-index: 102
    }

    .easy-autocomplete-container>ul {
        max-height: 400px;
        overflow-y: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-top: 10px
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar {
        width: 10px
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-track {
        background: #e8e8e8
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-color: #e8e8e8;
        border-left-width: 2px;
        border-right-width: 2px;
        border-style: solid
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .easy-autocomplete-container ul .eac-category,
    .easy-autocomplete-container ul li {
        padding: 0;
        border: 0
    }

    #hamburgerMenu2 {
        height: 39px;
        width: 31px;
        padding: 17px 0 17px 10px;
        margin-left: 11px
    }
}

@media only screen and (min-width:1360px) {
    .autoSearchBox {
        width: 680px
    }

    .autoSearchBox .srchCrd {
        max-width: 220px
    }

    .autoSearchBox .srchCrd img {
        flex: 0 0 40px;
        max-width: 40px
    }

    .autoSearchBox .crdInfo {
        width: calc(100% - 40px)
    }

    .autoSearchBox .specLabel {
        font-size: 10px
    }

    .autoSearchBox .specBtn {
        padding: 2px 3px;
        font-size: 9px
    }

    .srchWrap {
        max-width: 540px
    }
}

@media only screen and (min-width:1600px) {
    .autoSearchBox {
        width: 835px
    }

    .autoSearchBox .pdName {
        font-size: 14px
    }

    .autoSearchBox .searchResult,
    .autoSearchBox .tredingSearch {
        width: calc(100% + 150px)
    }

    .autoSearchBox .searchResult {
        padding: 30px 8px 70px 24px
    }

    .autoSearchBox .srchCrd {
        max-width: 285px
    }

    .autoSearchBox .srchCrd img {
        flex: 0 0 55px;
        max-width: 55px
    }

    .autoSearchBox .crdInfo {
        width: calc(100% - 55px)
    }

    .autoSearchBox .specLabel {
        font-size: 14px
    }

    .autoSearchBox .specBtn {
        padding: 2px 5px;
        font-size: 12px
    }

    .srchWrap {
        max-width: 680px
    }

    .collectionsResult {
        font-size: 14px
    }

    .srchCollection {
        width: 175px
    }

    .srchProd {
        flex: 0 0 calc(100% - 185px);
        max-width: calc(100% - 185px)
    }
}

@media only screen and (min-width:1900px) {
    .autoSearchBox {
        width: 870px
    }
}

@media only screen and (min-width:1024px) {

    .container-fluid,
    .webContainer {
        max-width: 1600px
    }

    #headerWap {
        display: none
    }

    #headerWeb {
        display: block
    }

    #header-main {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        min-height: 68px;
        width: 100%;
        z-index: 100;
        background: #fff;
        -webkit-transition: transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .16)
    }

    #header-main.scroll-down {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    #header-main.scroll-up {
        position: fixed;
        background: rgba(255, 255, 255, .9);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        z-index: 100;
        top: 0;
        background: rgba(255, 255, 255, .9);
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: headerUp;
        animation-name: headerUp
    }

    #header-main .webContainer {
        max-width: 100%
    }

    #header-main .logo {
        max-width: 260px;
        margin-left: 8px
    }

    #header-main .logo img {
        width: 100%;
        display: flex;
        height: auto
    }

    #header-main .ebikeLogo img {
        max-width: 90px
    }

    #header-main .rideonsLogo img {
        max-width: 200px
    }

    #header-main .treadmillLogo img {
        max-width: 132px
    }

    #header-main .navLinkAni {
        position: relative;
        cursor: pointer
    }

    #header-main .navLinkAni:after {
        display: block;
        content: '';
        margin: 0 8px;
        border-bottom: solid 3px #959595;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out
    }

    #header-main .navLinkAni>* {
        cursor: pointer
    }

    #header-main .navLinkAni:hover:after {
        transform: scaleX(1)
    }

    #header-main .navLinkAni .icon-arrow {
        font-size: 12px;
        padding-left: 5px;
        line-height: 1px
    }

    #header-main .navLinkAni .icon-search,
    #header-main .navLinkAni .navlink,
    #header-main .navLinkAni a {
        padding: 8px;
        display: block
    }

    #header-main .navLinkAni a.icon-ktm {
        color: #ef5713;
        font-size: 13px
    }

    #header-main .navLinkAni a.icon-mountains {
        font-size: 22px
    }

    #header-main #eac-container-provider-remote ul li>div {
        padding: 8px 20px
    }

    #header-main .iconCart {
        position: relative;
        width: 30px;
        height: 30px;
        opacity: .8;
        display: flex
    }

    #header-main .cart .addcartNumber {
        position: absolute;
        top: 0;
        left: 9px;
        font-size: 12px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-family: 'DM Sans' !important;
        color: #000;
        font-weight: 600
    }

    #header-main .cart .addcartNumber.active {
        color: #28ad00
    }

    #header-main .cart span {
        display: block
    }

    #header-main .cart a {
        margin-right: 4px
    }

    #header-main .autoSearchBox {
        width: 480px
    }

    #header-main .autoSearchBox .srchWrap {
        max-width: 100%
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 700px
    }

    .offerActive+.main {
        padding-top: 100px
    }

    .offerActive.headerCateg+.main {
        padding-top: 152px
    }

    .main {
        padding-top: 68px
    }

    .offerHead {
        position: relative;
        left: 0;
        top: 0;
        font-size: 14px;
        padding: 0 16px;
        z-index: 100;
        height: 0;
        overflow: hidden
    }

    .offerHead.active {
        -webkit-transition: top .3s ease-in-out;
        -o-transition: top .3s ease-in-out;
        transition: top .3s ease-in-out;
        top: 0;
        height: 32px;
        padding: 5px 16px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .offerHead .codeTag {
        padding: 3px 5px 2px
    }

    .offerHead .closeIcon {
        right: 29px;
        top: 5px
    }

    .offerHeadCont {
        justify-content: center;
        zoom: 1
    }

    .srchOverlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 0;
        background: rgba(17, 17, 17, .5);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        z-index: 99
    }

    .srchOverlay.active {
        height: 100vh;
        opacity: 1;
        visibility: visible
    }

    .topHeader {
        min-height: 54px;
        text-align: right;
        justify-content: end;
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .topHeader .srcRight {
        justify-content: flex-end
    }

    .topHeader a {
        color: #000
    }

    .topHeader .hamburgeIcon {
        width: 6px;
        height: 6px;
        background: #959595;
        margin-left: 6px;
        padding: 0
    }

    .topHeader .hamburgeIcon:after,
    .topHeader .hamburgeIcon:before {
        content: "";
        position: absolute;
        top: 0;
        width: 6px;
        height: 6px;
        background: #959595;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

    .topHeader .hamburgeIcon:before {
        left: -9px
    }

    .topHeader .hamburgeIcon:after {
        right: -9px
    }

    .headTopLink {
        white-space: nowrap;
        padding-left: 24px
    }

    .headTopLink li {
        font-size: 14px;
        margin-left: 24px;
        cursor: pointer;
        text-align: left
    }

    .headTopLink li:hover {
        color: #5ad235;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .headTopLink li:hover>* {
        color: #5ad235
    }

    .headTopLink li:hover .hamburgeIcon,
    .headTopLink li:hover .hamburgeIcon:after,
    .headTopLink li:hover .hamburgeIcon:before {
        background: #5ad235
    }

    .headTopLink .icon-img {
        width: 15px;
        opacity: .7
    }

    .headTopLink .icon-img,
    .headTopLink .iconHolder {
        margin-right: 4px
    }

    .logoItem {
        min-height: 36px;
        align-items: center;
        max-width: 290px;
        flex: 0 0 290px;
        margin-right: auto;
        column-gap: 8px
    }

    #navBody .nav-list.navFirst li {
        font-size: 16px
    }

    #navBody .nav-list li .navTitle,
    #navBody .nav-list li a {
        font-size: 18px
    }

    #navBody .navSubTitle {
        font-size: 16px
    }

    #navBody .subNav li a {
        font-size: 16px
    }

    .navCatgWrap {
        background: #111;
        min-height: 52px
    }

    .navCatgWrap .webContainer {
        padding: 0 16px !important
    }

    .navCatg {
        display: flex;
        column-gap: 5px;
        font-size: 12px
    }

    .navCatg li:first-child {
        margin-left: -10px
    }

    .navCatg a {
        color: #fff;
        height: 52px;
        display: flex;
        align-items: center;
        column-gap: 3px;
        transition: 1s all ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
        padding: 4px 3px
    }

    .navCatg a::before {
        background: #292929;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transition: all .6s ease;
        width: 120%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .navCatg a:hover {
        color: #5ad235
    }

    .navCatg a:hover::before {
        height: 480%
    }

    .navOfferBtn {
        margin-left: auto;
        font-weight: 700
    }

    .navOfferBtn a {
        padding: 0 18px;
        background: #000;
        background: -moz-linear-gradient(0deg, #222 0, #292929 100%);
        background: -webkit-linear-gradient(0deg, #222 0, #292929 100%);
        background: linear-gradient(0deg, #222 0, #292929 100%)
    }

    .navOfferBtn a:hover {
        color: #fff
    }

    .navOfferBtn a:hover:before {
        background: #1464b2
    }

    .catgSpWeb {
        background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/catgSpWeb_v2.webp) no-repeat;
        width: 32px;
        height: 32px
    }

    .iconMen {
        background-position: 2px -1px
    }

    .iconWomen {
        background-position: -29px -1px
    }

    .iconKids {
        background-position: -60px -2px
    }

    .iconMtb {
        background-position: -91px -3px
    }

    .iconHbb {
        background-position: -122px -1px
    }

    .iconEbike {
        background-position: -153px -4px
    }

    .iconFtb {
        background-position: -185px -5px
    }

    .iconMS {
        background-position: -219px -5px;
        width: 33px
    }

    .iconSS {
        background-position: -253px -5px;
        width: 36px
    }

    .iconOffer {
        background-position: -292px -2px;
        width: 34px
    }

    .iconCombo {
        background-position: -330px -2px;
        width: 32px
    }
}

@media only screen and (min-width:1260px) {
    #header-main .autoSearchBox {
        width: 540px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 860px
    }
}

@media only screen and (min-width:1360px) {
    #header-main .autoSearchBox {
        width: 480px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 670px
    }
}

@media only screen and (min-width:1440px) {
    #header-main .autoSearchBox {
        width: 540px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 880px
    }

    #header-main .autoSearchBox .srchCrd {
        max-width: 320px
    }
}

@media only screen and (min-width:1600px) {
    .webContainer {
        padding: 0 40px
    }

    #header-main .autoSearchBox {
        width: 650px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 910px
    }

    .topHeader .webContainer {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .headTopLink li {
        font-size: 16px
    }

    .navCatg {
        column-gap: 6px;
        font-size: 14px
    }

    .navCatg a {
        column-gap: 4px;
        z-index: 1;
        padding: 4px 5px
    }

    .navCatgWrap {
        background: #111;
        min-height: 52px
    }

    .navCatgWrap .webContainer {
        padding: 0 40px !important
    }

    .autoSearchBox .pdName,
    .autoSearchBox .srchCrd .prMain,
    .priceListOff .priceOff {
        font-weight: 600
    }
}

@media only screen and (min-width:1900px) {
    #header-main .autoSearchBox {
        width: 950px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 950px
    }

    .navCatg {
        column-gap: 8px
    }

    .navCatg a {
        column-gap: 6px;
        z-index: 1;
        padding: 4px 10px
    }
}

@-webkit-keyframes headerUp {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes headerUp {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bnkSprtFtr {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/bankSpriteFtr.webp) no-repeat;
    display: flex;
    zoom: .8;
    height: 24px
}

.masterFtr,
.paytmFtr,
.phonePeFtr {
    zoom: 1
}

.hdfcFtr {
    width: 140px;
    background-position: 0 0
}

.visaFtr {
    width: 74px;
    background-position: -148px 0
}

.masterFtr {
    width: 50px;
    height: 30px;
    background-position: -228px 0
}

.upiFtr {
    width: 89px;
    background-position: 0 -35px
}

.phonePeFtr {
    width: 104px;
    height: 29px;
    background-position: -94px -34px
}

.paytmFtr {
    width: 74px;
    background-position: -206px -35px
}

.snapmintFtr {
    width: 108px;
    height: 29px;
    background-position: 0 -68px;
    zoom: .9
}

.bajajFtr {
    width: 88px;
    background-position: -112px -69px
}

.payuFtr {
    width: 56px;
    height: 28px;
    background-position: -287px -35px
}

.razorpayFtr {
    width: 143px;
    height: 29px;
    background-position: 1px -100px
}

.payFtr {
    width: 140px;
    height: 29px;
    background-position: -204px -67px
}

.ninetypayFtr {
    width: 60px;
    height: 32px;
    background-position: -284px 0
}

.bgGrid {
    background-color: #f1ffe9;
    background-image: repeating-linear-gradient(45deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(135deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(90deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(0deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), linear-gradient(90deg, #f1ffe9, #fff2f2) !important
}

.headCagWrap .headerBrand {
    background: #fff;
    align-items: start;
    row-gap: 16px
}

.headCagWrap .headerBrand a {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fff;
    padding: 0;
    max-width: 95px;
    margin: 0 auto;
    transition: all .3s ease-in-out
}

.headCagWrap .headerBrand .imgWrap {
    box-shadow: inset 0 0 16px #e9e9e9;
    margin-bottom: 6px;
    padding: 8px
}

.headCagWrap .headerBrand h2 {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.headCagWrap .headerBrand .item {
    padding: 0 4px
}

.headerBrand {
    min-width: 100%;
    flex-wrap: wrap;
    row-gap: 12px
}

.headerBrand .item {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    align-items: center;
    padding: 4px
}

.headerBrand a {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    max-width: 125px;
    padding: 6px 8px 0;
    overflow: hidden
}

.headerBrand .imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px
}

.headerBrand img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: contain;
    mix-blend-mode: darken;
    object-position: center;
    height: 100%
}

.headerBrand h2 {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    margin: 4px -8px 0;
    padding: 7px 4px
}

.catgSprt {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/category_spr3.webp) no-repeat;
    width: 124px;
    height: 84px;
    zoom: .63
}

.catgSprt.cycle {
    background-position: -5px -2px;
    width: 113px
}

.catgSprt.ecycle {
    background-position: -120px -3px
}

.catgSprt.treadmill {
    background-position: -244px -1px;
    width: 95px
}

.catgSprt.escooter {
    background-position: -341px 0
}

.catgSprt.access {
    background-position: -469px -2px;
    width: 108px
}

.catgSprt.rideons {
    background-position: -581px -1px
}

.catgSprt.discover {
    background-position: -712px 0;
    width: 70px;
    height: 86px
}

.catgSprt.cycleV2 {
    background-position: -144px -99px;
    width: 64px;
    height: 44px
}

.catgSprt.ecycleV2 {
    background-position: -3px -93px;
    width: 40px;
    height: 57px
}

.catgSprt.treadmillV2 {
    background-position: -87px -92px;
    width: 53px;
    height: 56px
}

.catgSprt.escooterV2 {
    background-position: -48px -91px;
    width: 33px;
    height: 58px
}

.catgSprt.rideonsV2 {
    background-position: -211px -93px;
    width: 55px;
    height: 55px
}

.catgSprt.ellipticalsV2 {
    background-position: -273px -91px;
    width: 43px;
    height: 58px
}

.catgSprt.spinbikeV2 {
    background-position: -323px -91px;
    width: 56px;
    height: 59px
}

@media only screen and (min-width:768px) {
    .headerBrand .item {
        flex: 0 0 16.667%;
        max-width: 16.667%
    }
}

.tooltipCont {
    position: relative;
    cursor: pointer
}

.tooltipBox2 {
    position: absolute;
    bottom: 120%;
    padding: 20px !important;
    background: #fff !important;
    box-shadow: 0 0 8px rgba(90, 210, 53, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
    z-index: 10;
    width: auto !important
}

.tooltipBox2.right {
    right: 0
}

.tooltipBox2.right::after {
    right: 20px
}

.tooltipBox2.left {
    left: 0
}

.tooltipBox2.left::after {
    left: 20px
}

.tooltipBox2::after {
    content: "";
    position: absolute;
    bottom: -6px;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid #fff;
    border-left: 6.66667px solid transparent;
    border-right: 6.66667px solid transparent
}

.tooltipBox2 .visitText {
    background: 0 0 !important;
    color: #000;
    font-size: 18px;
    padding: 0 !important;
    min-height: auto !important;
    font-weight: 700
}

.tooltipBox2 .btn {
    padding: 4px 8px !important;
    font-size: 14px;
    background: 0 0 !important;
    color: #000 !important;
    min-height: auto !important;
    justify-content: space-between !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2) !important
}

.tooltipBox2 .btn:hover {
    box-shadow: 0 0 6px 0 rgba(90, 210, 53, .5) !important;
    color: #5ad235 !important
}

.tooltipBox2 .catgSprt {
    zoom: .45;
    margin-left: 24px
}

.tooltipBox2.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.footer {
    background: #000;
    color: #bdb9bf;
    border-radius: 0;
    padding-top: 40px;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer.ftrBottom {
    padding-bottom: 95px
}

.footer .ftrFluid::before {
    display: none
}

.footer .row::before {
    display: none
}

.footer .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.footer .no-gutters>.col,
.footer .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.footer .ftrCrd,
.footer .no-gutters>.ftrCrd {
    padding: 16px
}

.footer .no-gutters>.ftrLogo {
    padding: 20px 0 8px
}

.footer .no-gutters>.ftrLogo .cNav {
    padding: 12px 32px 12px 16px
}

.footer .collapsFtr>li,
.footer .ftrCrd {
    background: #1e1e1e;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.footer h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #fff
}

.footer .ftrPayOption {
    column-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
    flex-direction: row
}

.footer .ftrPayOption li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #343434;
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
    height: 48px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 4px;
    line-height: 1
}

.footer .ninetypay {
    align-self: center
}

.footer .hdfc-full {
    zoom: .8
}

.footer .ninetypay,
.footer .visa {
    zoom: 1.4
}

.footer .mastercard {
    zoom: 1.3
}

.footer .paytm,
.footer .snapmint {
    zoom: 1.2
}

.footer .appMarketing {
    column-gap: 16px;
    margin-top: 12px;
    justify-content: flex-start
}

.footer .appMarketing li {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(190px - 8px)
}

.footer .appMarketing a,
.footer .appMarketing div {
    min-height: 50px;
    padding: 12px 4px;
    justify-content: center;
    background: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%
}

.footer .copywrite,
.footer a {
    color: #bdb9bf
}

.footer .copywrite {
    text-align: center;
    padding: 16px;
    font-size: 12px
}

.footer .tooltip .tooltiptext {
    width: 215px;
    background: #fff;
    transform: translateX(-3%) translateY(-50%);
    box-shadow: 0 0 20px rgba(90, 210, 53, .2);
    text-align: left;
    padding: 16px;
    flex-direction: column;
    row-gap: 8px;
    bottom: 5px;
    align-items: baseline
}

.footer .tooltip .tooltiptext:after {
    bottom: -16px;
    right: 85%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-bottom-color: #fff
}

.footer .tooltip .tooltiptext.right {
    left: -68px
}

.footer .tooltip .tooltiptext.right:after {
    bottom: -16px;
    right: 5%
}

.footer .tooltip a {
    background: 0 0;
    height: auto;
    color: #000;
    padding: 0;
    text-align: left;
    min-height: auto;
    justify-content: start;
    font-style: normal;
    cursor: pointer
}

.footer .tooltip a:hover {
    margin-top: 0;
    box-shadow: none
}

.footer .tooltip svg path {
    fill: #000
}

.appMarketing,
.appMarketing a,
.ftrSprite,
.sSprite,
.socialFtr {
    display: flex;
    align-items: center
}

.collapsFtr {
    width: 100%
}

.collapsFtr>li {
    width: 100%
}

.cNav {
    background: 0 0;
    cursor: pointer;
    padding: 16px 32px 16px 16px;
    position: relative
}

.cNav::after,
.cNav:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    background: #fff;
    width: 10px;
    height: 2px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.cNav::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cNav.active {
    color: #fff
}

.cNav.active::after,
.cNav.active:before {
    background: #5ad235
}

.cNav.active::after {
    margin-top: 10px;
    opacity: 0;
    visibility: hidden
}

.cNav.active+.cPanel {
    padding-bottom: 16px
}

.cPanel {
    padding: 0 16px;
    overflow: hidden;
    max-height: 0;
    font-size: 14px;
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    justify-content: left !important;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

.cPanel a {
    display: block;
    font-weight: 400
}

.cPanel li {
    width: 100%
}

.socialFtr {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 4px;
    margin-top: 12px
}

.socialFtr a {
    background: #292929;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 4px
}

.socialFtr .sSprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/social-media-sprite1.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    justify-content: center
}

.socialFtr .linkedin {
    background-position: 0 0
}

.socialFtr .youtube {
    background-position: -32px 0
}

.socialFtr .facebook {
    background-position: -64px 0
}

.socialFtr .twitter {
    background-position: -96px 0
}

.socialFtr .instagram {
    background-position: -128px 0
}

.socialFtr .pinterest {
    background-position: -160px 0
}

.socialFtr .threads {
    background-position: -192px 0
}

.ftrSprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/ftr_sprite.webp) no-repeat;
    position: relative;
    zoom: .9;
    justify-content: center
}

.ftrSprite.adroid {
    background-position: 0 0;
    width: 134px;
    height: 34px
}

.ftrSprite.ios {
    background-position: -140px 0;
    width: 112px;
    height: 33px
}

.ftrSprite.amazon {
    background-position: 2px -44px;
    width: 95px;
    height: 30px
}

.ftrSprite.flipkart {
    background-position: -106px -44px;
    width: 108px;
    height: 30px
}

@media only screen and (min-width:1024px) {
    .container-fluid.ftrFluid {
        max-width: 100%;
        padding: 0 40px
    }

    hr {
        border: none;
        background: rgba(255, 255, 255, .15);
        height: 1px;
        margin: 35px 0
    }

    .footer {
        background: linear-gradient(300deg, #000 60%, #383838 100%);
        color: #bdb9bf;
        border-radius: 0
    }

    .footer .ftrCrd,
    .footer .ftrLogo {
        border-radius: 16px;
        -webkit-border-radius: 16px
    }

    .footer .ftrLogo {
        height: 100%;
        row-gap: 16px;
        padding: 16px
    }

    .footer .ftrPayOption {
        column-gap: 16px;
        row-gap: 16px;
        flex-wrap: wrap
    }

    .footer .ftrPayOption li {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(35, 35, 35, .9);
        flex: 0 0 calc(33.33% - 12px);
        min-width: calc(33.33% - 12px);
        height: 48px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        padding: 4px
    }

    .footer h4 {
        font-size: 18px;
        margin-bottom: 14px;
        font-weight: 700;
        color: #fff
    }

    .footer .categList {
        row-gap: 14px;
        display: flex;
        flex-direction: column;
        line-height: 1.1;
        font-size: 16px
    }

    .footer .categList+h4 {
        margin-top: 30px
    }

    .footer .categList a {
        font-weight: 400
    }

    .footer .categList a:hover {
        margin-left: 4px
    }

    .footer>.clearfix:before {
        display: none
    }

    .footer a {
        transition: all .2s ease-in-out
    }

    .footer a:hover {
        color: #5ad235
    }

    .footer .ftrMid {
        margin-top: 50px;
        padding: 18px 40px
    }

    .footer .ftrMid a:hover {
        margin-top: -2px;
        -webkit-box-shadow: 0 0 12px rgba(90, 210, 53, .3);
        box-shadow: 0 0 12px rgba(90, 210, 53, .3)
    }

    .footer .ninetypay {
        align-self: center
    }

    .footer .ninetypay,
    .footer .visa {
        zoom: 1.4
    }

    .footer .bajaj-full,
    .footer .mastercard,
    .footer .pay,
    .footer .payu,
    .footer .razorpay {
        zoom: 1.3
    }

    .footer .paytm,
    .footer .snapmint {
        zoom: 1.2
    }

    .footer .copywrite {
        padding: 28px 0;
        font-size: 16px
    }

    .tooltipBox2 {
        min-width: 250px;
        padding: 24px !important
    }

    .tooltipBox2 .btn {
        padding: 11px 20px !important;
        font-size: 18px
    }

    .tooltipBox2 .btn:hover {
        margin-top: 0 !important
    }

    .tooltipBox2 .catgSprt {
        zoom: .6
    }

    .tooltipBox2 .visitText {
        font-size: 22px
    }

    .socialFtr .sSprite {
        zoom: 1.3
    }
}

@media only screen and (min-width:1360px) {
    .socialFtr {
        justify-content: space-between
    }
}

#heroSlider .slick-prev {
    left: 16px
}

#heroSlider .slick-next {
    right: 16px
}

#heroSlider .slick-dots {
    position: absolute;
    bottom: 0
}

.rangf-target,
.rangf-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rangf-target {
    margin: 22px 25px 0 25px;
    position: relative;
    direction: ltr
}

.rangf-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.rangf-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.rangf-handle {
    position: relative;
    z-index: 1
}

.rangf-stacking .rangf-handle {
    z-index: 10
}

.rangf-state-tap .rangf-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.rangf-state-drag * {
    cursor: inherit !important
}

.rangf-base,
.rangf-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.rangf-horizontal {
    height: 6px
}

.rangf-background {
    background: #e2e2e2
}

.rangf-horizontal .rangf-handle {
    width: 22px;
    height: 22px;
    left: -8px;
    top: -8px
}

.rangf-vertical {
    width: 18px
}

.rangf-vertical .rangf-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.rangf-connect {
    background: #45af49;
    -webkit-transition: background-color 450ms;
    transition: background-color 450ms
}

.rangf-origin {
    border-radius: 4px
}

.rangf-target {
    border-radius: 4px
}

.rangf-target.rangf-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}

.rangf-draggable {
    cursor: w-resize
}

.rangf-vertical .rangf-draggable {
    cursor: n-resize
}

.rangf-handle {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.rangf-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.rangf-vertical .rangf-handle:after,
.rangf-vertical .rangf-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.rangf-vertical .rangf-handle:after {
    top: 17px
}

[disabled] .rangf-connect,
[disabled].rangf-connect {
    background: #b8b8b8
}

[disabled] .rangf-handle,
[disabled].rangf-origin {
    cursor: not-allowed
}

.rangf-scale,
.rangf-scale * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rangf-scale {
    position: absolute;
    color: #999
}

.rangf-value {
    position: absolute;
    text-align: center
}

.rangf-value-sub {
    color: #ccc;
    font-size: 12px
}

.rangf-marker {
    position: absolute;
    background: #ccc
}

.rangf-marker-sub {
    background: #aaa
}

.rangf-marker-large {
    background: #aaa
}

.rangf-scale-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.rangf-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.rangf-marker-horizontal.rangf-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.rangf-marker-horizontal.rangf-marker-sub {
    height: 10px
}

.rangf-marker-horizontal.rangf-marker-large {
    height: 15px
}

.rangf-scale-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.rangf-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px
}

.rangf-marker-vertical.rangf-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.rangf-marker-vertical.rangf-marker-sub {
    width: 10px
}

.rangf-marker-vertical.rangf-marker-large {
    width: 15px
}

.rangf-marker {
    position: absolute;
    background: #ccc
}

.rangf-marker-sub {
    background: #aaa
}

.rangf-marker-large {
    background: #aaa
}

.rangf-scale-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.rangf-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.rangf-marker-horizontal.rangf-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.rangf-marker-horizontal.rangf-marker-sub {
    height: 10px
}

.rangf-marker-horizontal.rangf-marker-large {
    height: 15px
}

.rangf-tooltip {
    width: 60px;
    height: 28px;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    background-color: #424242;
    color: #fff;
    top: -38px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    left: -24px
}

.rangf-tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #424242;
    border-width: 8px;
    margin-left: -8px
}

.rangf-tooltip {
    width: 50px;
    left: -20px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.rangeSliderPanel .heightRangeBody {
    width: calc(100% - 16px);
    margin: 16px 8px 36px
}

.rangeSliderPanel .rangf-target {
    margin: 0;
    height: 12px
}

.rangeSliderPanel .rangf-tooltip {
    top: 23px;
    background: #5ad235;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    box-shadow: 0 0 8px rgba(0, 0, 0, .16);
    border: 1px solid #5ad235;
    color: #fff;
    font-size: 12px;
    line-height: 28px
}

.rangeSliderPanel .rangf-tooltip::after {
    top: -16px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border-top-color: #5ad235
}

.rangeSliderPanel .rangf-connect {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #5ad235
}

.rangeSliderPanel .rangf-background {
    background: #ebebeb;
    right: -1px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #d5d5d5
}

.rangeSliderPanel .rangf-horizontal .rangf-handle {
    width: 18px;
    height: 18px;
    border: 3px solid #5ad235;
    top: -5px;
    left: -8px
}

.rangeSliderPanel .rangf-target.rangf-connect {
    -webkit-box-shadow: none;
    box-shadow: none
}

.rangeSliderPanel .rangf-scale-horizontal {
    padding: 2px 0 0;
    height: 25px;
    top: 100%;
    left: 1px
}

.rangeSliderPanel .rangf-scale {
    color: #111;
    font-size: 12px
}

.rangeSliderPanel .rangf-marker-large {
    background: #111
}

.rangeSliderPanel .rangf-marker-horizontal.rangf-marker-large {
    height: 10px;
    width: 1px
}

.rangeSliderPanel .rangf-marker-normal {
    display: none
}

.rangeSliderPanel .rangf-value {
    bottom: 0
}

@media screen and (min-device-width:340px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:2) {
    @supports (-webkit-touch-callout:none) {
        .crdMainV3 .crdSpec .specName {
            zoom: .3
        }

        .crdMainV3 .crdSpec .specName strong {
            zoom: .4
        }
    }
}

.btnViewMore a {
    color: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.gdntTop {
    background: linear-gradient(rgba(255, 226, 109, .13) 0, rgba(124, 124, 124, 0) 100%) !important
}

.gdntBottom {
    background: linear-gradient(to top, rgba(255, 226, 109, .13) 0, rgba(124, 124, 124, 0) 100%) !important
}

.growStorySect {
    position: relative;
    z-index: 0;
    background-color: #fff;
    background-image: radial-gradient(circle, #8cca8b 2px, transparent 2px), radial-gradient(circle, #fff 6px, transparent 6px), linear-gradient(to right, #8cca8b 1px, transparent 1px), linear-gradient(to bottom, #8cca8b 1px, transparent 1px);
    background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px, 100% 100%;
    background-position: -25px -24px, -25px -24px, 0 0, 0 0, center;
    background-repeat: repeat
}

.growStorySect::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-linear-gradient(0deg, #fff 15%, rgba(255, 255, 255, .06) 50%, #fefbec 80%);
    background: -moz-linear-gradient(0deg, #fff 15%, rgba(255, 255, 255, .06) 50%, #fefbec 80%);
    background: linear-gradient(0deg, #fff 15%, rgba(255, 255, 255, .06) 50%, #fefbec 80%)
}

.growStorySect .container-fluid,
.growStorySect .growStoryWrap {
    position: relative;
    z-index: 2
}

.imgFactroy {
    margin-right: -16px;
    margin-left: -16px
}

.imgFactroy img {
    aspect-ratio: 9/5
}

.growStoryWrap {
    margin-top: -40px;
    position: relative
}

.growStoryWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    backdrop-filter: blur(25px);
    --webkit-backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, .26);
    -webkit-transform: skewX(-3deg);
    transform: skewX(-3deg);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}

.growStoryWrap .crdList {
    row-gap: 4px;
    padding: 0;
    min-height: auto
}

.growStoryWrap .crdList .icSprite {
    zoom: .7
}

.growStoryWrap .crdList h3 {
    font-size: 12px;
    line-height: 1.2;
    zoom: .8;
    font-weight: 600
}

.growStoryWrap .crdList p {
    zoom: .75
}

.growStoryWrap .iconWrap {
    height: 50px
}

.custom-dots .slick-dots {
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    width: auto
}

.custom-dots .slick-dots::-webkit-scrollbar {
    display: none
}

.custom-dots .slick-dots li {
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    padding: 7px 14px;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin-top: 0
}

.custom-dots .slick-dots li.slick-active {
    background: #5ad235;
    color: #fff
}

.section .container-fluid {
    z-index: 2
}

.videoSlider .slick-list {
    overflow: visible
}

.videoSlider .slick-slide:not(.slick-active) {
    opacity: .3 !important
}

.videoSlider .videoBox {
    transform: scale(.85)
}

.videoSlider .slick-active .videoBox {
    transform: scale(1)
}

.videoSlider video {
    width: 100%;
    max-width: 100%;
    display: block
}

.videoSlider .muteBtn {
    line-height: 30px
}

.videoSlider .playVid:before {
    font-size: 14px;
    width: 45px;
    height: 36px;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000
}

.vorSection .vorMainWrap {
    overflow: visible !important
}

.vorSection .vorMainWrap .crdUser {
    position: relative;
    background: 0 0;
    color: #000;
    bottom: auto;
    padding: 0;
    text-align: left
}

.vorSection .vorMainWrap .slick-dots {
    margin-top: 0
}

.vorSection .vorMainWrap .itemVorImg {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0
}

.vorSection .crdVorCont {
    margin-bottom: 0
}

.vorSection .btnViewMore {
    margin-top: 38px
}

.featureSec .crdList {
    row-gap: 8px;
    min-height: 80px;
    padding: 0
}

.featureSec .crdList h3 {
    font-size: 12px;
    margin-bottom: 0
}

.featureSec .crdList .info {
    min-height: 36px
}

.featureSec .icSprite {
    zoom: .7
}

.chipControl {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 8px;
    z-index: 1;
    font-size: 12px;
    height: 24px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 4px;
    font-weight: 600;
    min-width: 80px
}

.chipControl input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.chipControl .control__indicator {
    position: absolute;
    left: 0;
    background: #111;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.chipControl .control__indicator:after:after {
    content: "";
    position: absolute;
    display: none
}

.chipControl i {
    margin-right: 4px
}

.chipControl input~span {
    color: #111;
    letter-spacing: .5px
}

.chipControl input:checked~.control__indicator {
    background: #111;
    opacity: 1;
    visibility: visible;
    color: #fff
}

.chipControl input:checked~.control__indicator:after {
    display: none
}

.chipControl input:checked:focus~.span,
.chipControl input:checked~span,
.chipControl:hover input:not([disabled]):checked~span {
    color: #fff
}

.chipControl input:checked:focus~.control__indicator,
.chipControl:hover input:not([disabled]):checked~.control__indicator {
    background: #111
}

.controlSwitch {
    height: 30px;
    width: 150px;
    overflow: visible;
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #111;
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
    letter-spacing: .5px;
    position: relative
}

.controlSwitch>* {
    float: left
}

.controlSwitch .switchBtn {
    padding: 5px 4px 3px;
    line-height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto
}

.controlSwitch .switchBtn:after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% - 8px);
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid #5ad235;
    border-left: 6.66667px solid transparent;
    border-right: 6.66667px solid transparent;
    opacity: 0;
    visibility: hidden
}

.controlSwitch .switchBtn.cms {
    width: 40%;
    right: -1px
}

.controlSwitch .switchBtn.ftInch {
    width: auto;
    min-width: 60%;
    left: -2px
}

.controlSwitch .switchBtn.active {
    background: #5ad235;
    color: #fff
}

.controlSwitch .switchBtn.active:after {
    visibility: visible;
    opacity: 1
}

.sizeType span {
    display: inline-block;
    cursor: pointer
}

.customControl {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    min-height: 20px;
    padding-left: 25px
}

.customControl input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.customControl input:checked~.customIndicator {
    background: #5ad235;
    border-color: #5ad235
}

.customControl input:disabled~.customIndicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.customControl input:checked~.customIndicator:after {
    display: block
}

.customIndicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.customIndicator:after {
    content: '';
    position: absolute;
    display: none
}

.customCheckbox .customIndicator:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg)
}

.customCheckbox input:disabled~.customIndicator:after {
    border-color: #7b7b7b
}

.customRadio .customIndicator {
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.customRadio .customIndicator:after {
    left: 1px;
    top: 1px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #5ad235;
    border: 2px solid #fff
}

.customRadio input:disabled~.customIndicator:after {
    color: #7b7b7b
}

.chipControlMain.noSpace .customControl {
    padding: 0
}

.chipControlMain .customControl {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 8px 10px;
    line-height: 16px;
    min-width: 75px
}

.chipControlMain .customControl .customIndicator {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #dfdfdf
}

.chipControlMain .customControl .customIndicator:after {
    display: none
}

.chipControlMain .customControl input:checked~.title {
    color: #5ad235
}

.chipControlMain .customControl input:disabled~.title {
    color: #959595
}

.chipControlMain .customControl .chipBox {
    border: 1px solid #dfdfdf;
    line-height: 31px;
    font-size: 12px;
    color: #111;
    display: block;
    padding: 0 20px;
    border-radius: 26px;
    -webkit-border-radius: 26px
}

.chipControlMain .customControl input:checked~.chipBox {
    color: #5ad235;
    border-color: #5ad235
}

.chipControlMain .customControl input:disabled~.chipBox {
    color: #959595;
    border-color: #959595
}

.agreeCheckbox .customControl {
    padding: 3px 0 0 28px
}

.rangf-target,
.rangf-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rangf-target {
    margin: 22px 25px 0 25px;
    position: relative;
    direction: ltr
}

.rangf-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.rangf-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.rangf-handle {
    position: relative;
    z-index: 1
}

.rangf-stacking .rangf-handle {
    z-index: 10
}

.rangf-state-tap .rangf-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.rangf-state-drag * {
    cursor: inherit !important
}

.rangf-base,
.rangf-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.rangf-horizontal {
    height: 6px
}

.rangf-background {
    background: #e2e2e2
}

.rangf-horizontal .rangf-handle {
    width: 22px;
    height: 22px;
    left: -8px;
    top: -8px
}

.rangf-vertical {
    width: 18px
}

.rangf-vertical .rangf-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.rangf-connect {
    background: #45af49;
    -webkit-transition: background-color 450ms;
    transition: background-color 450ms
}

.rangf-origin {
    border-radius: 4px
}

.rangf-target {
    border-radius: 4px
}

.rangf-target.rangf-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}

.rangf-draggable {
    cursor: w-resize
}

.rangf-vertical .rangf-draggable {
    cursor: n-resize
}

.rangf-handle {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.rangf-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.rangf-vertical .rangf-handle:after,
.rangf-vertical .rangf-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.rangf-vertical .rangf-handle:after {
    top: 17px
}

[disabled] .rangf-connect,
[disabled].rangf-connect {
    background: #b8b8b8
}

[disabled] .rangf-handle,
[disabled].rangf-origin {
    cursor: not-allowed
}

.rangf-scale,
.rangf-scale * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rangf-scale {
    position: absolute;
    color: #999
}

.rangf-value {
    position: absolute;
    text-align: center
}

.rangf-value-sub {
    color: #ccc;
    font-size: 12px
}

.rangf-marker {
    position: absolute;
    background: #ccc
}

.rangf-marker-sub {
    background: #aaa
}

.rangf-marker-large {
    background: #aaa
}

.rangf-scale-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.rangf-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.rangf-marker-horizontal.rangf-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.rangf-marker-horizontal.rangf-marker-sub {
    height: 10px
}

.rangf-marker-horizontal.rangf-marker-large {
    height: 15px
}

.rangf-scale-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.rangf-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px
}

.rangf-marker-vertical.rangf-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.rangf-marker-vertical.rangf-marker-sub {
    width: 10px
}

.rangf-marker-vertical.rangf-marker-large {
    width: 15px
}

.rangf-marker {
    position: absolute;
    background: #ccc
}

.rangf-marker-sub {
    background: #aaa
}

.rangf-marker-large {
    background: #aaa
}

.rangf-scale-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.rangf-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.rangf-marker-horizontal.rangf-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.rangf-marker-horizontal.rangf-marker-sub {
    height: 10px
}

.rangf-marker-horizontal.rangf-marker-large {
    height: 15px
}

.rangf-tooltip {
    width: 60px;
    height: 28px;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    background-color: #424242;
    color: #fff;
    top: -38px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    left: -24px
}

.rangf-tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #424242;
    border-width: 8px;
    margin-left: -8px
}

.listingPage .newArrivals .selectedFilter {
    padding: 0 10px 0 17px;
    display: inline-block;
    width: 100%
}

.listingPage .newArrivals .selectedFilter span {
    background: #fff;
    border: 1px solid rgba(36, 39, 44, .3);
    border-radius: 2px;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 12px;
    margin: 5px;
    text-transform: uppercase
}

.listingPage .newArrivals .selectedFilter .removeFilterS {
    font-size: 18px;
    margin-left: 3px;
    vertical-align: middle;
    cursor: pointer
}

.listingPage .newArrivals .selectedFilter .clearAll {
    padding: 9px 12px;
    background: #f1f1f1;
    font-weight: 700;
    cursor: pointer
}

.listingPage .newArrivals .FilterLeftside {
    border: 1px solid #e7e7e7;
    border-left: 0;
    width: 300px;
    float: left;
    margin-top: 20px
}

.listingPage .newArrivals .FilterLeftside .priceSlider {
    padding: 35px 0;
    text-align: center;
    border-bottom: 1px solid #e7e7e7
}

.listingPage .newArrivals .FilterLeftside .priceSlider span {
    width: 67px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.listingPage .newArrivals .FilterLeftside .filterTitle {
    font-size: 18px;
    background: #f9f9f9;
    padding: 18px 25px;
    text-transform: uppercase
}

.listingPage .newArrivals .FilterLeftside .selectPrice {
    padding: 16px 25px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    font-weight: 700
}

.listingPage .newArrivals .FilterLeftside .accodionHeading {
    padding: 16px 25px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    font-weight: 700
}

.listingPage .newArrivals .FilterLeftside .accodionHeading i {
    float: right
}

.listingPage .newArrivals .FilterLeftside .accodionHeading:not(:first-child) {
    margin-top: -1px;
    border-top: 1px solid #e7e7e7
}

.listingPage .newArrivals .FilterLeftside .filterWraper ul {
    padding: 10px 0 10px 25px
}

.listingPage .newArrivals .FilterLeftside .filterWraper ul li {
    height: auto;
    padding: 5px 25px 0 0
}

.listingPage .newArrivals .FilterLeftside .filterWraper ul li:hover {
    background: 0 0;
    box-shadow: none
}

.listingPage .newArrivals .slick-trackWraper {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 300px);
    float: right;
    padding: 20px 0 0;
    padding-left: 20px
}

#howtobuyPage .rangf-target {
    margin: 5px
}

#howtobuyPage .rangf-horizontal {
    height: 5px
}

#howtobuyPage .rangf-background {
    background: #eee
}

#howtobuyPage .rangf-horizontal .rangf-handle {
    width: 20px;
    height: 20px
}

#howtobuyPage .rangf-connect {
    background: #eee
}

#howtobuyPage .rangf-handle {
    border: 3px solid #5ad235
}

#howtobuyPage .rangf-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

#howtobuyPage .rangf-scale {
    color: #111
}

#howtobuyPage .rangf-marker {
    display: none
}

#howtobuyPage .rangf-scale-horizontal {
    padding: 4px 0
}

#howtobuyPage .rangf-scale-horizontal {
    padding: 4px 0
}

#howtobuyPage .rangf-tooltip {
    width: 54px;
    height: 22px;
    top: -30px;
    line-height: 22px;
    left: -20px
}

#howtobuyPage .rangf-tooltip:after {
    border-width: 6px;
    margin-left: -6px
}

#howtobuyPage #addToCartSticky.active {
    bottom: 45px;
    box-shadow: none;
    border-bottom: 1px solid #dfdfdf
}

@media screen and (min-width:768px) {
    .listingPage .newArrivals .selectedFilter {
        padding: 15px 10px 0 17px;
        width: calc(100% - 300px)
    }
}

@media screen and (max-width:767px) {
    .listingPage .newArrivals .FilterLeftside {
        position: fixed;
        top: 0;
        z-index: 99;
        background: #fff;
        width: 100%;
        margin: 0;
        overflow: scroll;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch
    }

    .listingPage .newArrivals .slick-track {
        width: 100%;
        padding: 0
    }
}

.quantityControl {
    display: inline-block;
    vertical-align: middle;
    min-width: 85px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: -8px
}

.quantityControl .qtyControl {
    width: 25px;
    cursor: pointer;
    height: 25px;
    background-color: #fff;
    color: #5ad235
}

.quantityControl .qtyControl.disabled {
    opacity: .25;
    pointer-events: none
}

.quantityControl .inputQty {
    outline: 0;
    font-size: 14px;
    width: 25px;
    height: 25px;
    color: #111;
    border: 0
}

.quantityControl .minusIcon:after,
.quantityControl .minusIcon:before,
.quantityControl .plusIcon:after,
.quantityControl .plusIcon:before {
    top: 10px;
    right: 8px;
    width: 8px
}

.cardListWidget {
    width: 100%;
    padding: 8px 16px;
    background: #fff;
    font-size: 12px
}

.cardListWidget .imgThumb {
    width: 60px;
    height: 40px;
    padding-right: 5px
}

.cardListWidget .imgThumb img {
    width: 100%
}

.cardListWidget .name {
    font-size: 13px;
    font-weight: 600
}

.cardListWidget .name span {
    font-size: 12px
}

.cardListWidget .text {
    font-size: 12px;
    line-height: 1;
    padding: 4px 0 2px
}

.cardListWidget .text i {
    font-size: 60%;
    vertical-align: 1px
}

.cardListWidget .price {
    font-weight: 600;
    color: #5ad235;
    padding-top: 2px;
    font-size: 12px
}

.cardListWidget .price .icon-rupee {
    font-size: 12px;
    font-weight: 700
}

.cardListWidget .countHandler {
    width: 70px
}

.cardListWidget .cutPrice {
    font-size: 12px;
    font-weight: 600;
    margin-left: 6px;
    color: #616161;
    position: relative
}

.cardListWidget .cutPrice:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #616161;
    display: block;
    height: .5px;
    width: 100%
}

.cardListWidget .cutPrice i {
    font-size: 100%;
    font-weight: 700;
    margin-right: 3px;
    zoom: .75
}

.cardListWidget .cares-head {
    background: #fff;
    float: right
}

.cardListWidget .cares-head .cares-btn {
    width: max-content;
    padding: 0 4px 1px;
    border-radius: 6px;
    border-color: #dfdfdf;
    min-height: 26px
}

.cardListWidget .cares-head .cares-btn .icon-rupee {
    font-size: 100%;
    zoom: .8;
    font-weight: 600
}

.cardListWidget .cares-head .customCheckbox {
    padding-left: 23px
}

.cardListWidget .cares-head h4 {
    font-size: 12px;
    width: 41px;
    line-height: 1;
    zoom: .72;
    text-align: left
}

.cardListWidget .cares-head h4+span {
    display: inline-flex;
    align-items: center
}

.cardListWidget .cares-head .icon-info {
    color: #777;
    font-size: 12px;
    position: relative;
    top: -6px;
    left: 6px
}

.cardListWidget .couponDisc {
    margin-top: 2px
}

.trendingText .trendingIcon {
    padding: 5px;
    background: #27a80024;
    height: 18px;
    width: 22px
}

@media only screen and (min-width:992px) {
    .cardListWidget .right-content {
        max-width: 100px
    }

    .cardListWidget .cares-head .cares-btn {
        padding: 5px;
        min-height: 32px
    }

    .cardListWidget .cares-head .cares-btn span {
        zoom: 1
    }

    .cardListWidget .cares-head .cares-btn .icon-rupee {
        padding-top: 2px
    }

    .cardListWidget .cares-head .cares-btn .customControl {
        padding-top: 0
    }

    .cardListWidget .cares-head .cares-btn .customIndicator {
        top: 1px
    }

    .cardListWidget .cares-head h4 {
        font-size: 12px;
        width: auto;
        zoom: 1
    }

    .cardListWidget .cares-head .customCheckbox {
        padding-left: 30px
    }

    .cardListWidget .cares-head .icon-info {
        font-size: 16px;
        cursor: pointer
    }
}

#modalAddToCart .cardWidgetWrap {
    margin-bottom: 16px
}

#modalAddToCart .cardWidgetWrap .freeAccess {
    font-size: 16px;
    text-align: center;
    color: #000;
    width: 100%;
    background-color: #90ee90
}

#modalAddToCart .cardListWidget {
    margin-bottom: 16px;
    padding: 16px 12px
}

#modalAddToCart .cardListWidget .imgThumb {
    padding-right: 5px
}

#modalAddToCart .cardListWidget .imgThumb img {
    max-width: 100%;
    max-height: 75px;
    width: auto;
    height: auto;
    margin: 0 auto
}

#modalAddToCart .cardListWidget .priceOffHold .cutPrice {
    margin-left: 0
}

#modalAddToCart .qtyBox {
    vertical-align: top;
    padding-bottom: 10px
}

#modalAddToCart .soldText {
    line-height: 1
}

#modalAddToCart .modalHeader {
    font-size: 20px;
    font-weight: 600;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
    justify-content: space-between;
    margin: 10px 0 30px
}

#modalAddToCart .itemCount {
    font-size: 16px;
    font-weight: 400
}

#modalAddToCart .itemCount span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 16px
}

#modalAddToCart .cardFooter {
    justify-content: space-between
}

#modalAddToCart .cardFooter .btn {
    border-radius: 8px;
    height: 50px;
    font-size: 16px;
    min-width: 150px;
    line-height: 50px;
    padding: 0
}

#modalAddToCart .priceHolder {
    font-size: 20px;
    font-weight: 600
}

#modalAddToCart .priceHolder .rupeeCustom {
    font-weight: 700;
    font-size: 70%
}

#modalAddToCart .empty-cart .img {
    width: 50%;
    margin: 0 auto
}

#modalAddToCart .empty-cart p {
    font-size: 16px;
    margin: 30px 0;
    color: #959595
}

#modalAddToCart .empty-cart .btn {
    border-radius: 4px;
    font-size: 12px
}

#modalAddToCart .benefiteList {
    margin-top: 35px
}

#modalAddToCart .benefiteList img {
    max-height: 20px;
    max-width: 26px;
    width: auto
}

#modalAddToCart .benefiteList .icon-holder {
    margin-top: -25px;
    background: #fff;
    border-radius: 4px;
    height: 36px;
    width: 36px;
    max-width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border: 1px solid #f3f3f3;
    margin-bottom: 10px
}

#modalAddToCart .benefiteList .list {
    min-height: 75px;
    font-size: 12px;
    width: 100%;
    margin: 0 5px
}

#modalAddToCart .benefiteList li {
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 0
}

#modalAddToCart .benefiteList .offerWidget .offerTitle {
    margin: 0 0 30px;
    text-align: center
}

.slideFromLeft {
    animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -webkit-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -moz-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards
}

@-webkit-keyframes slideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes slideFromLeft {
    0% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

#modalApplyCoupon #couponErr {
    background: #ff00004f;
    padding: 11px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    display: none
}

.couponWraper {
    max-width: 400px;
    margin: 0 auto
}

.couponWraper .fieldControl {
    width: 60%;
    display: table-cell
}

.couponWraper .btnHolder {
    width: 40%
}

.couponWraper .btnHolder .btn {
    width: 100%;
    height: 40px
}

.couponWraper li {
    margin-bottom: 9px;
    display: flex;
    align-items: center
}

.couponWraper li:last-child {
    margin-bottom: 0
}

.couponWraper .couponList {
    height: auto;
    padding: 4px 14px 2px;
    display: inline-block;
    vertical-align: middle;
    color: #5ad235;
    cursor: pointer
}

.couponWraper .StockMsg {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: 20px
}

.couponErr {
    background: #ff00004f;
    padding: 11px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    display: none
}

#modalAddToCart .couponWraper {
    max-width: 100%
}

#modalAddToCart .couponWraper .couponListOuter {
    column-gap: 10px;
    flex-wrap: wrap
}

#modalAddToCart .couponWraper li {
    background: #f7f7f7
}

#modalAddToCart .couponWraper .StockMsg {
    margin: 0 10px
}

@media only screen and (min-width:1023px) {
    .couponWraper .btnHolder .btn {
        font-size: 14px
    }
}

.plusIcon {
    position: relative
}

.plusIcon::after,
.plusIcon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 10px;
    height: 2px;
    background: #5ad235
}

.plusIcon::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.minusIcon {
    position: relative
}

.minusIcon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 2px;
    background: #5ad235
}

.crd {
    background: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden
}

.crd.noP {
    padding: 0 !important
}

.crd.aniImg {
    display: block
}

.crd.noSd {
    -webkit-box-shadow: none;
    box-shadow: none
}

.crd .crdCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .94) 45.6%, #000 100%);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .94) 45.6%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .94) 45.6%, #000 100%);
    padding: 8px;
    color: #fff
}

.crd img {
    min-width: 100%
}

.crd .imgAuto {
    max-width: 100%;
    min-width: auto;
    width: auto
}

.watchShopLoad .crdCaption {
    pointer-events: none
}

.offerBtnHold .crd .btn {
    width: auto;
    min-width: 160px;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.offerBtnHold .crdFtr {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    justify-content: center
}

.logo91Tag {
    position: absolute;
    left: 18px;
    top: 0;
    min-width: auto !important
}

.crdList {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    min-height: 160px;
    padding: 16px 8px;
    text-align: center;
    justify-content: space-between
}

.crdList .sprite {
    zoom: 1.3
}

.crdList .iconBg {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/iconOverlay.svg) no-repeat center center;
    background-size: 94%;
    width: 120px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: -2px center
}

.crdList .icon {
    height: 52px;
    width: 52px
}

.crdList .info {
    min-height: 60px
}

.crdList h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.crdList p {
    line-height: 1.2;
    color: #696969
}

.crdBlog .crd {
    flex: 0 0 100%;
    max-width: 400px;
    padding: 0 0 56px 0;
    min-height: 390px !important
}

.crdBlog .crd .btnShare {
    width: auto;
    min-width: 50px;
    height: 42px;
    border-radius: 8px 0 8px;
    -webkit-border-radius: 8px 0 8px;
    display: flex;
    align-items: center
}

.crdBlog .blogImg {
    display: flex;
    height: 182px;
    overflow: hidden;
    position: relative
}

.crdBlog .blogImg .img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 100%
}

.crdBlog .crdCont {
    padding: 0 12px;
    margin-top: 20px;
    min-height: 193px
}

.crdBlog .crdTitle {
    margin-bottom: 16px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.2
}

.crdBlog .crdTitle h3 {
    font-size: 16px
}

.crdBlog time {
    font-size: 12px;
    font-weight: 600;
    color: #696969
}

.crdBlog .readMore {
    color: #5ad235;
    padding: 8px;
    font-size: 14px;
    align-items: center
}

.crdBlog .crdHeading {
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
    height: 4.5em;
    margin-top: 8px;
    font-size: 14px;
    display: block
}

.crdBlog .crdFtr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.whyChooseCard h3 {
    font-size: 12px
}

.whyChooseCard .crdList {
    min-height: 216px;
    justify-content: start
}

.whyChooseCard .crdList p {
    zoom: .85
}

.aniImg::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    pointer-events: none
}

.aniImg:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.aniImg:hover .img {
    transform: scale(1.3)
}

.aniImg .img {
    -webkit-transition: all .7s cubic-bezier(.79, .33, .14, .53);
    transition: all .7s cubic-bezier(.79, .33, .14, .53)
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@media only screen and (min-width:360px) {
    .whyChooseCard .crdList {
        min-height: 220px
    }

    .whyChooseCard .crdList p {
        zoom: 1
    }
}

@media only screen and (min-width:390px) {
    .whyChooseCard .crdList {
        min-height: 220px
    }
}

@media only screen and (min-width:769px) {
    .whyChooseCard .crdList {
        min-height: 160px
    }
}

@media only screen and (min-width:1024px) {
    .crdBlog .crd {
        max-width: 100%;
        min-height: 500px !important
    }

    .crdBlog .crdTitle h3 {
        font-size: 18px
    }

    .crdBlog time {
        font-size: 16px
    }

    .crdBlog .crdCont {
        padding: 0 16px;
        min-height: 180px;
        margin-top: 24px
    }

    .crdBlog .crdHeading {
        font-size: 16px
    }

    .crdBlog .readMore {
        font-size: 18px
    }

    .crdBlog .crdFtr {
        padding-left: 8px
    }

    .crdBlog .blogImg {
        height: 260px
    }
}

@media only screen and (min-width:1280px) {
    .crdBlog .crd {
        min-height: 470px !important
    }

    .crdBlog .blogImg {
        height: 216px
    }
}

@media only screen and (min-width:1360px) {
    .crdBlog .blogImg {
        height: 225px
    }
}

@media only screen and (min-width:1600px) {
    .crdBlog .crd {
        min-height: 515px !important
    }

    .crdBlog .blogImg {
        height: 273px
    }
}

.tabs {
    flex-wrap: nowrap
}

.tab-btn {
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    padding: 7px 14px;
    background: #fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center
}

.tab-btn.active {
    background: #5ad235;
    color: #fff
}

.tabCustom .tab-btn {
    background: 0 0
}

.tabCustom .tab-btn.active {
    background: #5ad235;
    color: #fff
}

.tab-container .tab-content {
    position: relative;
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    border-top: none
}

.tab-container .tab-content.active {
    opacity: 1;
    display: block;
    -webkit-animation: tabFadeInUp .5s ease-in;
    -moz-animation: tabFadeInUp .5s ease-in;
    animation: tabFadeInUp .5s ease-in
}

.tab-accessories .crd .emiText {
    display: none !important
}

@-webkit-keyframes tabFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes tabFadeInUp {
    from {
        opacity: 0;
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tabFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.tab-container1 .tab-conten {
    margin: 0 -16px
}

.tab-container .btnViewMore span {
    margin-left: 0
}

.tab-container .btnViewMore a,
.tab-container .btnViewMore span {
    color: #000
}

.sliderBlackDot .slick-next,
.sliderBlackDot .slick-prev {
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background .3s, transform .2s;
    height: 30px;
    width: 30px
}

.sliderBlackDot .slick-next:before,
.sliderBlackDot .slick-prev:before {
    border-color: #fff
}

.sliderBlackDot .slick-next:hover,
.sliderBlackDot .slick-prev:hover {
    background: #000
}

.sliderBlackDot .slick-dots {
    margin-top: 16px
}

.sliderBlackDot .slick-dots li button:before {
    border: 0;
    background: #c4ced5
}

.sliderBlackDot .slick-dots li.slick-active button:before {
    background: #000
}

.crdMainV3 .crdItem {
    flex: 0 0 295px
}

.crdMainV3.sliderV3 .crdItem {
    flex: 0 0 auto
}

.crdMainV3 .crd {
    min-height: 425px;
    padding: 20px 16px 75px;
    margin: 0 auto;
    width: 100%
}

.crdMainV3 .crd.card-fitness .crdImg {
    margin-top: 44px
}

.crdMainV3 .crd.card-rideon {
    min-height: 395px
}

.crdMainV3 .crd .startFrom {
    font-size: 12px;
    text-transform: initial;
    font-weight: 400
}

.crdMainV3 .crd .crdImg {
    margin: 16px 0 8px -8px;
    min-height: 220px;
    max-height: 230px
}

.crdMainV3 .crd .btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.crdMainV3 .crd .bldcStamp {
    position: absolute;
    top: 85px;
    right: 15px;
    width: 50px;
    height: auto;
    opacity: .5
}

.crdMainV3 .crdModelTag {
    border-radius: 0 8px 0;
    -webkit-border-radius: 0 8px 0
}

.crdMainV3 .crdSpec {
    align-items: center;
    min-height: 60px;
    font-size: 18px;
    line-height: 1.2
}

.crdMainV3 .crdSpec .spcItem {
    text-align: left
}

.crdMainV3 .crdSpec .specName {
    zoom: .55
}

.crdMainV3 .crdSpec strong {
    font-size: 100%;
    padding: 3px 0
}

.crdMainV3 .crdSpec .icon,
.crdMainV3 .crdSpec .specName strong,
.crdMainV3 .crdTopSpec i {
    color: #000
}

.crdMainV3 .priceOffHold {
    white-space: nowrap
}

.crdMainV3 .slick-list {
    overflow: visible
}

.crdMainV3 .crdPrice {
    text-align: left
}

.crdMainV3 .crdModelTag {
    line-height: 1;
    padding: 3px 12px;
    font-weight: 400
}

.crdMainV3 .crdShap {
    position: relative;
    z-index: 1;
    min-height: 130px;
    margin-top: -25px
}

.crdMainV3 .crdShap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    z-index: -1;
    transform: skewY(-6deg);
    border-radius: 10px;
    background: 0 0;
    filter: drop-shadow(0 -29px 11px rgba(0, 0, 0, .16));
    backdrop-filter: blur(32px);
    --webkit-backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, .23)
}

.crdMainV3 .crdShap h3 {
    font-size: 12px;
    text-transform: capitalize
}

.crdMainV3 .crdShap .btnShare {
    position: absolute;
    top: -29px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 15px 0 15px;
    -webkit-border-radius: 15px 0 15px;
    font-size: 20px;
    min-width: auto;
    padding: 0;
    justify-content: center
}

.crdMainV3 .crdTagName {
    zoom: .85
}

.crdMainV3 .crdTag {
    background: #fff;
    text-transform: uppercase
}

.crdMainV3 time {
    font-weight: 400;
    color: #000
}

.crdMainV3.crdBlog .crd {
    min-height: 300px !important
}

.crd .crdImg {
    overflow: hidden;
    margin: 16px 0;
    min-height: 180px
}

.crd .crdImg img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    min-width: auto
}

.crd .crdName {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: start;
    text-align: left
}

.crd .colorWidget {
    flex-direction: column;
    row-gap: 10px;
    width: 34px;
    padding: 0;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    background: #f3f3f3;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    padding: 12px 0
}

.crd .colorWidget .colorBtn {
    margin: 0
}

.crd .colorWidget .colorBtn.active:after {
    display: none
}

.crd .colorWidget .attrBtn {
    min-width: 40px;
    zoom: .64;
    margin-left: 0
}

.crd .crdPrice {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block
}

.crd .crdPrice .icon-rupee {
    font-weight: 600;
    zoom: .75
}

.crd .cutPrice {
    text-decoration: line-through;
    color: #616161;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1
}

.crd .cutPrice .icon-rupee {
    font-weight: 600
}

.crd .cutPrice .mrpTxt {
    font-size: 12px;
    padding-left: 1px
}

.crd .priceHolder {
    padding: 0 10px 16px
}

.crd .priceHolder p {
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    font-weight: 400;
    padding-top: 2px;
    letter-spacing: normal;
    zoom: .8
}

.crd .priceHolder .crdColor,
.crd .priceHolder .crdPrice {
    flex-grow: 1
}

.crd .priceHolder .crdPrice {
    flex-shrink: 0;
    padding-right: 5px
}

.crd .priceHolder .crdColor {
    white-space: normal;
    overflow: hidden;
    flex-shrink: 1;
    padding-bottom: 2px
}

.crd .crdColor {
    text-align: right;
    white-space: nowrap
}

.crd .crdColor .crdWidget {
    padding: 3px 0 0 0
}

.crd .crdColor .crdWidget.swipeSlider {
    padding: 3px 2px 5px
}

.crd .crdColor .crdWidget.swipeSlider::-webkit-scrollbar-thumb {
    background: #a1a1a1 !important
}

.crd .crdColor .crdWidget.swipeSlider>.colorBtn {
    max-width: 16px
}

.crd .crdColor .text {
    font-size: 12px
}

.crd .crdColor .colorBtn {
    margin: 0 0 0 5px;
    max-width: 16px
}

.crd .cardSpecTitle {
    font-size: 12px;
    line-height: 21px;
    text-transform: initial
}

.crd .crdTag {
    top: 30%;
    right: 0
}

.crd .crdHeart {
    position: absolute;
    top: 25px;
    right: 16px;
    font-size: 15px;
    color: #959595
}

.crd .crdHeart.active:before {
    content: "\e93d";
    color: red
}

.crd .crdFooter {
    margin: 16px 0 0;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px
}

.crd .emiText {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #616161;
    zoom: .8;
    text-transform: none
}

.crd .crdPrice {
    font-size: 15px;
    line-height: 1;
    padding: 6px 8px 6px 10px;
    display: table-cell
}

.crd .priceOffHold {
    margin-top: 2px;
    margin-bottom: 3px
}

.crd .emiText {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #959595;
    zoom: .8;
    text-transform: none
}

.crd .btnHold {
    width: 125px
}

.crd .btn {
    width: 100%;
    border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    height: 100%
}

.sliderV3 {
    max-width: 275px;
    margin: 0 auto
}

.sliderV3 .crd {
    width: 96%
}

.sliderV3 .crdItem .crd {
    transform: scale(.92)
}

.sliderV3 .crdItem.slick-active .crd {
    transform: scale(1)
}

.sliderV3 .crdItem:not(.slick-active) {
    opacity: .3 !important
}

.sliderV3 .slick-list {
    padding: 0
}

.sliderV3 .slick-track {
    display: flex;
    align-items: center
}

.sliderV3 .slick-next {
    right: -30px
}

.sliderV3 .slick-prev {
    left: -30px
}

.tab-accessories .crdMainV3 .crd {
    min-height: 365px
}

.tab-accessories .crdMainV3 .crd .crdImg img {
    max-height: 230px
}

.tab-fitness .crdMainV3 .crd {
    min-height: 430px
}

.tab-fitness .crdMainV3 .crd .crdImg img {
    max-height: 230px
}

@media only screen and (min-width:360px) {
    .sliderV3 {
        max-width: 300px
    }
}

.btnViewMore,
.view_more_btn {
    position: relative;
    color: #656565;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-top: 16px
}

.btnViewMore .btn-link,
.btnViewMore h3,
.btnViewMore span,
.view_more_btn .btn-link,
.view_more_btn h3,
.view_more_btn span {
    font-size: 12px;
    margin-left: 8px;
    color: #5ad235
}

.btn-link {
    font-size: 12px;
    color: #5ad235 !important
}

.btnViewMore {
    line-height: 1
}

.colorWidget {
    font-size: 12px;
    padding: 0 19px 23px;
    color: #959595
}

.colorWidget>:first-child {
    margin-right: 10px
}

.colorWidget>* img {
    width: 100%
}

.colorWidget.colorFloat>*,
.colorWidget.colorFloat>.colorBtn {
    float: left
}

.colorWidget .colorBtn {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    border: 1px solid #777
}

.colorWidget .colorBtn img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.colorWidget .colorBtn.active:after,
.colorWidget .colorBtn.active:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1
}

.colorWidget .colorBtn.active:before {
    background: #fff;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 3px 3px #000, .5;
    box-shadow: 0 0 3px 3px #000, .5;
    border: 2px solid #5ad235
}

.colorWidget .colorBtn.active:after {
    left: 2px;
    bottom: -6px;
    width: 0;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid #5ad235;
    border-left: 4.16667px solid transparent;
    border-right: 4.16667px solid transparent
}

.colorWidget .attrBtn {
    min-width: 35px;
    background: #fff;
    border: 1px solid #5ad235;
    text-align: center;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 5px;
    cursor: pointer;
    color: #959595
}

.colorWidget .attrBtn:first-child {
    margin-right: 0
}

.colorWidget .attrBtn.active {
    background: #5ad235;
    color: #fff
}

.colorWidget .attrBtn.active:after {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -6px;
    width: 0;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid #5ad235;
    border-left: 4.16667px solid transparent;
    border-right: 4.16667px solid transparent
}

.colorWidget .beforeslectError {
    position: absolute;
    font-size: 12px;
    color: red;
    bottom: 3px;
    left: 85px;
    font-weight: 400
}

.colorWidget.lg .colorBtn {
    width: 36px;
    height: 36px
}

.colorWidget.lg .colorBtn img {
    width: 100%;
    height: 100%
}

.colorWidget .sizeGuide {
    top: -1px;
    right: 6px;
    position: absolute
}

.colorWidget .sizeGuide i {
    font-size: 14px;
    vertical-align: -2px
}

.colorWidget.apparels .attrBtn {
    width: 30px
}

.apparelsCard .colorWidget .attrBtn {
    width: 22px;
    height: 14px;
    line-height: 14px;
    margin-left: 3px
}

.shakeAnimtion {
    animation: shake .9s cubic-bezier(.36, .07, .19, .97) infinite;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    font-weight: 700
}

.shakeAnimtion2 {
    animation: shake2 1.2s cubic-bezier(.36, .07, .19, .97) infinite;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    border-color: #e71f26 !important;
    color: #e71f26 !important;
    font-weight: 700
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake2 {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: rotate(3deg)
    }

    40% {
        transform: rotate(-3deg)
    }

    60% {
        transform: rotate(-6deg)
    }
}

.priceWidget {
    height: 60px;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    position: relative
}

.priceWidget .btn {
    width: 45%;
    display: table-cell;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.priceWidget .price {
    padding: 0 8px 0 16px;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    color: #959595
}

.priceWidget .price div {
    font-size: 16px;
    color: #5ad235;
    font-weight: 600;
    letter-spacing: .5px;
    font-style: normal;
    padding-top: 1px
}

.priceWidget .price .gstText {
    font-size: 12px;
    zoom: .8;
    color: #959595;
    font-weight: 300;
    font-style: italic;
    line-height: 1
}

.priceWidget .icon-rupee {
    font-weight: 700;
    font-size: 70%
}

.priceWidget .viewBtn {
    font-size: 12px
}

.modalPriceFtr .price {
    width: calc(100% - 45%)
}

.modalPriceFtr .btn {
    min-height: 100%
}

.cardPrice .mrpOff,
.priceWidget .mrpOff {
    font-size: 10px
}

.soldOutWidget {
    height: auto !important;
    padding: 16px
}

.soldOutWidget:not(.d-table-main) .soldOutText {
    width: 100%
}

.soldOutWidget .price {
    padding: 0 10px 0 0
}

.soldOutWidget .soldOutText {
    font-size: 12px;
    width: 150px;
    color: #959595
}

.soldOutWidget .notifyPanel {
    margin-top: 12px
}

.soldOutWidget .notifyPanel .fieldControl {
    border-color: #eee
}

.soldOutWidget .notifyPanel .btn {
    width: 110px;
    font-size: 12px;
    height: 40px;
    padding-top: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.soldOutWidget .buyOption .notifyPanel {
    display: block
}

.soldOutWidget .buyOption .notifyPanel>* {
    display: block
}

.soldOutWidget .buyOption .notifyPanel .btn {
    width: 40%
}

.soldOutWidget .buyOption .notifyPanel .btn-preview.productNotify {
    background: #fff;
    color: #ff0a0a
}

.soldOutWidget .buyOption .notifyPanel .btn-notify.productNotify {
    background: #fff;
    color: #0e9fff
}

.soldOutWidget .buyOption .btnGroupNotify {
    width: 100%;
    margin-top: 15px
}

.soldOutWidget .buyOption .btnGroupNotify .btn {
    display: inline-block;
    vertical-align: middle
}

.soldOutWidget .buyOption .btnGroupNotify .btnSimilar {
    width: calc(60% - 16px);
    margin-left: 12px
}

.buyOption .thanksText {
    color: #5ad235;
    background: #f4fff1;
    padding: 3px 8px
}

.deliveryHere {
    max-width: 500px
}

@media only screen and (max-width:340px) {
    #productPage .priceWidget .price {
        padding: 0 8px 0 10px
    }

    #productPage .priceWidget .price div {
        font-size: 14px
    }

    .soldOutWidget .soldOutText {
        width: 110px
    }
}

@media only screen and (min-width:1023px) {
    .priceWidget.soldOutWidget>* {
        width: 50%;
        float: left
    }

    .priceWidget.soldOutWidget .thanksText {
        position: absolute;
        left: 50%;
        background: #fff;
        padding: 0;
        z-index: 5;
        top: 0;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
        padding: 7px 8px 3px;
        line-height: 1.1;
        color: #5ad235;
        font-size: 14px
    }

    .priceWidget .soldOutText {
        position: absolute;
        top: 12px;
        right: 16px;
        width: calc(50% - 16px);
        text-align: left;
        font-size: 16px
    }

    .priceWidget .notifyPanel {
        margin-top: 25px
    }

    .priceWidget .notifyPanel .btn {
        width: 110px;
        font-size: 12px;
        height: 40px;
        padding-top: 10px
    }

    .modalMainBottom .priceWidget {
        height: 71px
    }

    .modalMainBottom .productNotify {
        font-size: 12px
    }

    .modalMainBottom .soldOutText {
        top: 9px;
        font-size: 12px
    }

    .modalMainBottom .viewBtn {
        color: #959595;
        text-transform: capitalize
    }

    .modalMainBottom .notifyPanel {
        margin-top: 16px
    }

    .modalMainBottom .notifyPanel .btn {
        padding: 0 10px
    }

    .modalMainBottom .btn,
    .modalMainBottom .viewBtn {
        font-size: 22px;
        padding: 0 16px;
        text-align: center;
        font-weight: 400;
        height: 56px
    }

    .modalFooter .soldOutWidget {
        padding: 10px 16px
    }

    .modalFooter .soldOutWidget .viewBtn {
        padding-top: 16px
    }
}

.priceOff {
    color: #5ad235;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block !important;
    vertical-align: middle;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: .5px;
    margin-left: 2px
}

.priceOffHold .cutPrice,
.priceOffHold .priceOff {
    display: inline-block !important;
    vertical-align: middle
}

.cutLine {
    position: relative
}

.cutLine:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #a7aca6;
    width: 100%;
    height: .01rem;
    z-index: 1
}

#buyNowBottom .priceOffHold {
    line-height: 1
}

#buyNowBottom .price {
    padding-top: 4px;
    padding-bottom: 4px
}

@media only screen and (min-width:1024px) {
    .priceOffHold {
        display: inline-block;
        vertical-align: middle
    }

    .priceOff {
        font-size: 14px !important
    }

    .priceListOff {
        line-height: 1;
        margin-bottom: 2px
    }

    .priceListOff .priceOff {
        font-size: 12px !important
    }

    .listingCommon .cardListing .priceOffHold {
        display: block
    }

    .listingCommon .cardListing .priceOff {
        font-size: 12px !important;
        margin-left: 5px
    }

    .listingCommon .cardListing .card .cardPrice {
        padding-right: 10px
    }
}

@media only screen and (min-width:1360px) {
    .priceOff {
        font-size: 16px !important
    }
}

.crdModelTag {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 4px 16px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1
}

.crdModelTag.rotate {
    top: 25%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    padding: 2px 16px 0
}

.crdModelTag.rotate span {
    -webkit-transform: skewX(-20deg) skewY(0);
    -ms-transform: skewX(-20deg) skewY(0);
    -o-transform: skewX(-20deg) skewY(0);
    transform: skewX(-20deg) skewY(0);
    left: 8px;
    right: 8px
}

.crdModelTag span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.modelTagBody {
    margin: auto;
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    width: 139px;
    height: 28px;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(90deg) translate(-46%, -54%);
    transform-origin: 91% 0;
    text-align: center;
    overflow: hidden
}

.modelTagBody div {
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 100% 0;
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 2px 16px 0;
    font-weight: 600
}

.modelTagBody div span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 8px;
    -webkit-transform: skewX(-20deg) skewY(0);
    -ms-transform: skewX(-20deg) skewY(0);
    -o-transform: skewX(-20deg) skewY(0);
    transform: skewX(-20deg) skewY(0);
    z-index: -1
}

.modelTagBody div span.magenta {
    background: #b900a7
}

.modelTagBody div.animation1 {
    animation-name: modelTagAaniOne
}

.modelTagBody div.animation2 {
    animation-name: modelTagAaniTwo
}

@keyframes modelTagAaniOne {

    0%,
    10% {
        opacity: 0;
        margin-top: -50px
    }

    10%,
    40% {
        opacity: 1;
        margin-top: 0
    }

    100%,
    50% {
        opacity: 0;
        margin-top: -50px
    }
}

@keyframes modelTagAaniTwo {

    0%,
    50% {
        opacity: 0;
        margin-top: -50px
    }

    60%,
    80% {
        opacity: 1;
        margin-top: 0
    }

    100% {
        opacity: 0;
        margin-top: -50px
    }
}

.crdTopSpec {
    column-gap: 12px;
    margin-top: 12px;
    color: #111;
    font-size: 12px;
    line-height: 1
}

.crdTopSpec li {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.crdTopSpec i {
    color: #5ad235;
    font-size: 14px
}

.crdSpec .spcItem {
    display: flex;
    align-items: center
}

.crdSpec .spcItem strong {
    display: block;
    color: #5ad235
}

.crdSpec .specName {
    color: #959595;
    padding-top: 2px;
    font-size: 12px
}

.crdSpec .specName strong {
    font-size: 12px;
    display: block;
    padding-top: 3px
}

.crdSpec .icon {
    font-size: 22px;
    color: #5ad235
}

.crdSpec .iconHolder {
    width: 30px;
    color: #5ad235;
    font-size: 22px;
    text-align: center;
    padding-right: 5px
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    z-index: 5;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.slick-next:hover,
.slick-prev:hover {
    background: #28ad00
}

.slick-next:hover:before,
.slick-prev:hover:before {
    opacity: 1;
    border-color: #fff
}

.slick-next:before,
.slick-prev:before {
    font-size: 0;
    line-height: 1;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 4px;
    height: 4px;
    padding: 3px
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-prev {
    left: -16px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -16px
}

.slick-prev:before {
    margin-left: 0;
    content: "";
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #5ad235;
    border-width: 0 2px 2px 0;
    vertical-align: -1px
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -16px
}

[dir=rtl] .slick-next {
    left: -16px;
    right: auto
}

.slick-next:before {
    content: "";
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #5ad235;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    margin-right: 5px;
    margin-left: 0
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dots {
    width: 100%
}

.slick-dots li {
    position: relative;
    height: 16px;
    width: 16px;
    margin: 10px 3px 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    display: block;
    height: 16px;
    width: 16px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    text-align: center;
    border: 1px solid #5ad235;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.slick-dots li .dotBtn {
    height: 12px;
    width: 12px;
    border: 1px solid #5ad235;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.slick-dots li .dotBtn.icon-play {
    height: 12px;
    width: 12px;
    font-size: 12px;
    border: transparent;
    position: relative;
    zoom: .8
}

.slick-dots li.icon-play:before {
    position: absolute;
    transform: translate(left(50%), top(50%))
}

.slick-dots li.slick-active button:before {
    width: 14px;
    height: 14px;
    background: 0 0
}

.slick-dots li.slick-active .dotBtn {
    height: 14px;
    width: 14px;
    background: #5ad235
}

.slick-dots li.slick-active .dotBtn.icon-play {
    background: 0 0;
    zoom: 1
}

.slick-dots,
.slick-dots .dotBtn,
.slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center
}

.sliderAccentDot .slick-dots li.slick-active button:before {
    background: #5ad235
}

.sliderWhiteDot .slick-dots li button:before {
    background: #fff
}

.sliderWhiteDot .slick-dots li.slick-active button:before {
    border-color: #fff;
    background: 0 0
}

.slider.arrowSmall .slick-next,
.slider.arrowSmall .slick-prev {
    width: 20px;
    height: 32px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.slider.arrowSmall .slick-next:focus,
.slider.arrowSmall .slick-next:hover,
.slider.arrowSmall .slick-prev:focus,
.slider.arrowSmall .slick-prev:hover {
    background: #5ad235
}

.slider.arrowSmall .slick-next:focus:before,
.slider.arrowSmall .slick-next:hover:before,
.slider.arrowSmall .slick-prev:focus:before,
.slider.arrowSmall .slick-prev:hover:before {
    opacity: 1
}

.slider.arrowSmall .slick-next {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px
}

.slider.arrowSmall .slick-prev {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0
}

.slider {
    width: 100%;
    margin: 0 auto
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2
}

.slick-active,
.slick-current {
    opacity: 1
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.slick-slider> {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: -o-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide:focus {
    outline: 0
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.whiteArrowHolder .slick-arrow {
    background: #fff !important;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .16);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .16)
}

.whiteArrowHolder .slick-arrow:before {
    border-color: #111
}

.whiteArrowHolder .slick-arrow:hover {
    background: #fff !important
}

.whiteArrowHolder .slick-arrow:hover:before {
    border-color: #5ad235
}

.customArrow .slick-next,
.customArrow .slick-prev {
    opacity: .5;
    top: -75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dfdfdf
}

.customArrow .slick-next:before,
.customArrow .slick-prev:before {
    border-color: #fff
}

.customArrow .slick-next:hover,
.customArrow .slick-prev:hover {
    background: #28ad00;
    opacity: 1
}

.customArrow .slick-next:hover:before,
.customArrow .slick-prev:hover:before {
    border-color: #fff
}

.customArrow .slick-prev {
    right: 70px;
    left: auto
}

.customArrow .slick-prev:before {
    margin-left: 6px
}

.customArrow .slick-next {
    right: 0
}

.customArrow.spcSm .slick-next,
.customArrow.spcSm .slick-prev {
    opacity: .5;
    top: -35px
}

@media only screen and (min-width:678px) {

    .slick-next,
    .slick-prev {
        height: 40px;
        width: 40px
    }

    .slick-next:before,
    .slick-prev:before {
        width: 4px;
        height: 4px;
        padding: 6px
    }
}

.caresHeading {
    margin: 10px 0
}

.cdCaresWiz .crd {
    position: relative;
    padding: 20px 16px;
    text-align: left;
    overflow: hidden;
    min-height: 157px
}

.cdCaresWiz .crd img {
    min-width: auto
}

.cdCaresWiz .cycleBg {
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 95%;
    z-index: 0;
    opacity: .1;
    pointer-events: none
}

.cdCaresWiz .cdAssmbled {
    background: #d4f2ff
}

.cdCaresWiz .cdWiz {
    background: #f1ffe1
}

.cdCaresWiz .cdCare {
    background: #ffa8a8
}

.cdCaresWiz .cont {
    max-width: calc(100% - 100px);
    position: relative;
    z-index: 2
}

.cdCaresWiz .cont p {
    color: #505050
}

.cdCaresWiz .name {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin: 0 0 5px
}

.cdCaresWiz .cdAssmbled .imgRgt {
    width: 170px;
    right: -65px
}

.cdCaresWiz .cdWiz .imgRgt {
    width: 105px
}

.cdCaresWiz .imgRgt {
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 95px;
    height: auto;
    z-index: 2
}

.cdCaresWiz .tag {
    padding: 4px 18px;
    margin-top: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-style: italic
}

.helpDesk {
    position: fixed;
    right: -60px;
    bottom: 110px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    z-index: 20;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background: #5ad235;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.helpDesk.active {
    opacity: 1;
    visibility: visible;
    right: 10px
}

.helpDesk:focus span,
.helpDesk:hover span {
    position: relative;
    animation: helpZoom .3s 2
}

@keyframes helpZoom {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

.videoWrap {
    padding-bottom: 0
}

.videoWrap video::-internal-media-controls-download-button {
    display: none
}

.videoWrap video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.videoWrap video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.videoWrap .videoBox {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: #000
}

.videoWrap .videoBox video[poster] {
    background-size: cover
}

.videoWrap .videoBox video {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    outline: 0
}

.videoWrap .videoBox .playBtn {
    pointer-events: none
}

.playVid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.playVid:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    color: #5ad235;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 16px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, .1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.muteBtn {
    width: 50px;
    bottom: 15px;
    right: 15px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    color: #111;
    box-shadow: 4px 4px 14px rgba(34, 22, 41, .1);
    cursor: pointer
}

.muteBtn.mute:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: red;
    position: absolute;
    top: 14px;
    left: 15px;
    transform: rotate(50deg)
}

.whyFrogImg {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: #000
}

.whyFrogImg video {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    outline: 0
}

.whyFrogImg video[poster] {
    background-size: cover
}

.whyFrogImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.YTvideo .videoPoster {
    background-repeat: no-repeat;
    background-size: cover
}

.YTvideo .youtube-video-place {
    background: #f5f5f5
}

.crd .overAllRattingWrap img {
    min-width: auto
}

.overAllRattingWrap {
    column-gap: 20px;
    min-height: 104px;
    align-items: start
}

.overAllRattingWrap .overAllRating {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600
}

.overAllRattingWrap p {
    font-size: 12px;
    font-weight: 600
}

.overAllRattingWrap .imgHold {
    width: 110px;
    flex: 0 0 110px;
    overflow: hidden;
    align-self: end;
    padding-left: 10px
}

.overAllRattingWrap .imgHold img {
    max-width: 95px
}

.overAllRattingWrap .ratingBox {
    font-size: 31px;
    line-height: 1;
    color: #5ad235;
    font-weight: 600;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .16);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, .16);
    margin: 10px 0;
    align-items: baseline
}

.overAllRattingWrap .icon-star-fill {
    font-size: 84%
}

.overAllRattingWrap .item {
    align-items: start;
    column-gap: 8px
}

.vorBgGdnt {
    background: linear-gradient(#f2eeee 0, #e5e5e5 100%) !important
}

.crdUser {
    display: flex;
    align-items: center
}

.crdUser img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-height: 50px;
    height: auto;
    width: auto;
    max-width: initial
}

.chat-boat-wrap {
    position: fixed;
    bottom: 115px;
    right: 10px;
    z-index: 999
}

.boat-modal {
    width: 85vw;
    height: 70vh;
    background: #fff;
    overflow: hidden;
    border-radius: 16px 16px 0 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    animation: zoomMobile .6s
}

.boat-modal .animated-icon {
    position: absolute;
    right: 10px;
    top: 10px
}

.boat-header {
    background: #5ad235;
    padding: 10px 20px 28px
}

.header-title {
    column-gap: 20px
}

.header-title img {
    background: #fff;
    padding: 8px;
    margin: 0
}

.header-title h4 {
    font-size: 22px
}

.header-title p {
    font-size: 12px
}

.boat-inner {
    border-radius: 20px;
    background: #fff;
    position: relative;
    top: -16px;
    padding: 16px 12px;
    max-height: calc(100% - 100px)
}

.boat-inner .send-msg {
    column-gap: 12px;
    align-items: flex-start
}

.boat-inner .send-msg .btn.active {
    border-color: #5ad235;
    color: #5ad235
}

.boat-inner .send-msg .options {
    flex-direction: column;
    align-items: flex-start
}

.boat-inner .receive-msg {
    justify-content: flex-end
}

.boat-inner .msg {
    position: relative;
    background: #f5f5f5;
    padding: 12px 10px;
    border-radius: 4px;
    width: 175px;
    font-size: 12px
}

.boat-inner .msg:after {
    right: 100%;
    top: 10px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f5f5f5;
    border-width: 7px
}

.boat-inner .options {
    gap: 12px;
    flex-wrap: wrap
}

.boat-inner .options .btn {
    border: 1px solid #bdbdbd
}

.boat-inner .btn.fieldControl {
    padding: 0;
    border: 0;
    min-width: 220px
}

.boat-inner .btn.fieldControl .fieldInput {
    border-radius: 20px
}

.boat-inner .easy-autocomplete-container {
    text-align: left;
    max-height: 200px;
    overflow-y: auto;
    background: #fff
}

.boat-inner .easy-autocomplete-container li {
    border-right: 0
}

.boat-inner .easy-autocomplete-container ul li div {
    font-size: 12px
}

.boat-inner .profile-img {
    width: 40px;
    height: 40px;
    background: #5ad235;
    border-radius: 50%;
    padding: 7px;
    margin: 0
}

.boat-inner .loading-dots--dot {
    height: 10px;
    width: 10px
}

.boat-inner .noCostEmi {
    padding: 20px 0 0
}

.boat-inner .noCostEmi li {
    display: block;
    width: fit-content;
    margin: 0 0 15px
}

.boat-inner .noCostEmi li b {
    font-size: 12px
}

.boat-form {
    padding: 12px;
    width: 235px;
    border-radius: 8px;
    border-top: 3px solid #5ad235
}

.boat-form p {
    font-size: 12px;
    margin: 3px 0 10px
}

.boat-form .fieldIcon {
    font-size: 16px
}

.boat-form .fieldInput {
    height: 35px
}

.boat-form .fieldInput:placeholder-shown~.fieldLabel {
    font-size: 12px;
    top: 11px
}

.boat-form .fieldTextarea {
    height: 70px
}

.boat-form .btn {
    border-radius: 4px;
    padding: 4px 10px
}

@media only screen and (min-width:1024px) {
    .chat-boat-wrap {
        bottom: 155px;
        right: 40px
    }

    .boat-modal {
        width: 350px;
        height: 60vh
    }

    .boat-inner .btn.fieldControl {
        min-width: 240px
    }

    .boat-header {
        padding: 20px 20px 38px
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.voice-bot {
    position: fixed;
    bottom: 65px;
    right: -100%;
    z-index: 99;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.voice-bot:hover .whatappAni {
    display: block !important;
    opacity: 1 !important
}

.voice-bot.active {
    opacity: 1;
    visibility: visible;
    right: 10px
}

.voice-bot img {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.voice-bot .whatappAni {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    font-size: 12px;
    color: #5ad235;
    line-height: 1.2;
    min-width: 148px;
    text-align: left;
    padding: 8px 10px;
    box-shadow: 0 0 8px rgba(90, 210, 53, .2);
    border-radius: 4px;
    text-decoration: underline
}

.voice-bot .whatappAni:after {
    content: "";
    font-size: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px
}

.voice-bot .btn-go {
    position: absolute;
    top: -30px;
    width: 100%;
    border-radius: 6px;
    padding: 2px 0
}

#howtobuyPage~.botPos,
#listingPage~.botPos,
#productPage~.botPos {
    bottom: 104px
}

@media only screen and (min-width:1024px) {
    .voice-bot {
        bottom: 75px;
        cursor: pointer;
        width: 60px;
        height: 60px
    }

    .voice-bot.active {
        right: 40px
    }

    .voice-bot .whatappAni {
        right: 80px;
        font-size: 16px;
        min-width: 200px;
        padding: 15px;
        color: #000;
        text-decoration: none
    }

    #howtobuyPage~.voice-bot {
        bottom: 45px
    }
}

@keyframes wavePulse {
    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

.rating {
    padding: 10px 0
}

.rating i {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    color: #ffa236;
    font-size: 14px
}

.rating .star-fill {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-filled.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.rating .star-half {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-half.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.rating .star-empty {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-empty.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.rating .ratingText {
    line-height: 1.3;
    vertical-align: -5px;
    font-size: 14px;
    padding-left: 4px
}

.rating.star-green i {
    color: #5ad235
}

.rating.star-yellow i {
    color: #ffa236
}

.rating.star-red i {
    color: #ff3636
}

.rating.star-sm i {
    font-size: 12px;
    width: 12px;
    height: 12px
}

.rating.star-md i {
    font-size: 16px;
    width: 16px;
    height: 16px
}

.rating.star-lg i {
    font-size: 20px;
    width: 20px;
    height: 20px
}

.cardRatingWrap {
    position: relative;
    min-height: 45px
}

.cardRatingWrap .reviewHeader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.reviewHeader li {
    font-size: 12px;
    line-height: 12px;
    border-left: 1px solid rgba(112, 112, 112, .2);
    padding: 2px 6px 0 8px;
    position: relative
}

.reviewHeader li:first-child {
    border-left: 0
}

.reviewHeader .rating {
    padding: 0
}

.reviewHeader .rating i {
    width: 12px;
    height: 12px;
    margin-top: -4px
}

.reviewHeader .rating .ratingText {
    vertical-align: baseline;
    font-size: 12px;
    padding-left: 4px
}

.reviewHeader .icon-edit {
    font-size: 12px;
    margin-right: 8px;
    color: #5ad235
}

.reviewHeader.customReview {
    padding: 6px 0
}

.star-Rating i {
    width: 30px;
    height: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background-size: contain !important
}

.star-Rating .star-1 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-1.svg) no-repeat
}

.star-Rating .star-2 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-2.svg) no-repeat
}

.star-Rating .star-3 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-3.svg) no-repeat
}

.star-Rating .star-4 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-4.svg) no-repeat
}

.star-Rating .star-5 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-5.svg) no-repeat
}

.star-Rating .star-empty {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/blog/images/star-empty.svg) no-repeat
}

@media only screen and (max-width:340px) {
    .reviewHeader li {
        padding: 2px 4px 0 6px
    }
}

@media only screen and (min-width:1024px) {
    #watchShopSlider {
        margin-left: -16px
    }

    .instaVidGallery .cardVid {
        width: 260px;
        margin: 8px auto
    }

    .instaVidGallery .vidItem {
        min-height: 373px
    }

    .instaVidGallery .cardName {
        font-size: 15px
    }

    .instaVidGallery .priceOff {
        font-size: 15px !important
    }

    .instaVidGallery .btn,
    .instaVidGallery .cardPrice,
    .instaVidGallery .listItem {
        font-size: 14px;
        zoom: 1
    }

    .instaVidGallery .cutPrice {
        font-size: 13px
    }

    .instaVidGallery .rating {
        column-gap: 3px
    }

    .instaVidGallery .listItem {
        padding: 12px 8px 15px
    }

    #modalInstaVideo .modalMainBottom {
        max-width: 750px
    }

    #modalInstaVideo .skeleton {
        min-height: 653px
    }

    #modalInstaVideo .skeleton .item {
        width: 750px;
        height: 653px;
        position: relative
    }

    #modalInstaVideo .skeleton .item:first-child {
        transform: translateX(-750px)
    }

    #modalInstaVideo .skeleton .item.active {
        transform: translateX(-750px)
    }

    #modalInstaVideo .skeleton .item:nth-child(3) {
        transform: translateX(-750px)
    }

    #modalInstaVideo .slick-prev {
        left: -70px
    }

    #modalInstaVideo .slick-next {
        right: -70px
    }

    #modalInstaVideo .cardVid,
    #modalInstaVideo .instaVidGallery {
        max-width: 750px
    }

    #modalInstaVideo .cardName {
        margin-bottom: 16px
    }

    #modalInstaVideo .cardImg {
        margin: 20px 0 20px
    }

    .watchShopPage .instaVidGallery {
        column-gap: 20px;
        row-gap: 20px
    }

    .watchShopPage .cardVid {
        width: 100%
    }

    .watchShopPage .vidItem {
        height: 500px
    }

    #watch-shop-main #modalInstaVideo .skeleton .item {
        width: 750px
    }

    #watch-shop-main #modalInstaVideo .instaVidGallery {
        max-width: 750px
    }
}

@media only screen and (min-width:1360px) {
    .watchShopPage .item {
        width: 280px
    }

    .watchShopPage .vidItem {
        height: 400px
    }
}

@media only screen and (min-width:1400px) {
    .watchShopPage .item {
        width: 310px
    }
}

@media only screen and (min-width:1600px) {
    .watchShopPage .item {
        width: 282px
    }

    .instaVidGallery .cardVid {
        width: 280px
    }
}

@media only screen and (min-width:1900px) {
    .watchShopPage .item {
        width: 287px
    }
}

.overAllTitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px
}

.crdRatingList {
    font-size: 12px;
    zoom: .85
}

.crdRatingList .icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ededed;
    margin: 0 auto 5px;
    zoom: 1.15
}

.crdRatingList .rtItem {
    text-align: center
}

.crdRatingList .spRivew {
    zoom: 1.6
}

@media only screen and (min-width:768px) {
    .crdRatingList {
        font-size: 16px
    }

    .crdRatingList .icon {
        flex: 0 0 65px;
        width: 65px;
        height: 66px
    }

    .crdRatingList .spRivew {
        zoom: 2.5
    }
}

.vorMainWrap {
    overflow: visible;
    padding: 16px 8px
}

.vorMainWrap .crd {
    overflow: visible
}

.vorMainWrap .crdVorCont {
    margin-top: 44px
}

.vorMainWrap .crdUser {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 12px 8px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .94) 45.6%, #000 100%);
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    pointer-events: none
}

.vorMainWrap .vorBoxSlide {
    position: relative
}

.vorMainWrap .vorBoxSlide .rating {
    text-align: right;
    column-gap: 4px
}

.vorMainWrap .vorBoxSlide .rating i {
    width: 12px;
    height: 12px;
    font-size: 12px
}

.vorMainWrap .vorBoxSlide .imgHolder {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important
}

.vorMainWrap .itemVorImg {
    height: 272px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.vorMainWrap h3 {
    font-size: 13px;
    margin-bottom: 8px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vorMainWrap p {
    font-size: 14px;
    color: #696969
}

.vorMainWrap .crdInnerSlider img {
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.vorMainWrap .crdListBox h4 {
    font-size: 13px
}

.vorMainWrap .slick-dots {
    position: absolute
}

.crdOverAllBox {
    align-items: start
}

.crdOverAllBox .crd {
    flex: 0 0 calc(95% - 8px)
}

.crdOverAllBox .crd img {
    min-width: auto;
    width: auto
}

.crdOverAllBox .reviewThumb {
    max-width: 77px
}

@media only screen and (min-width:340px) {
    .vorMainWrap .itemVorImg {
        height: 325px
    }
}

@media only screen and (min-width:360px) {
    .vorMainWrap {
        padding: 16px
    }

    .vorMainWrap h3 {
        font-size: 16px
    }

    .vorMainWrap .crdListBox h4 {
        font-size: 14px
    }
}

@media only screen and (min-width:375px) {
    .vorMainWrap .itemVorImg {
        height: 315px
    }
}

@media only screen and (min-width:411px) {
    .vorMainWrap .itemVorImg {
        height: 355px
    }
}

@media only screen and (min-width:430px) {
    .vorMainWrap .itemVorImg {
        height: 370px
    }
}

.crdListBox {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.crdListBox.gray {
    background: #f6f6f6
}

.crdListBox .crdBoxImg {
    flex: 0 0 70px;
    border-radius: 8px;
    overflow: hidden;
    padding: 3px;
    background: #fff;
    border: 1px solid #ededed
}

.crdListBox h4 {
    font-size: 14px
}

.crdListBox .crdTypeTag {
    text-transform: uppercase;
    color: #959595;
    font-size: 12px;
    font-weight: 300
}

@media only screen and (min-width:1024px) {
    .vorMainWrap {
        padding: 0;
        margin-left: -8px;
        margin-right: -8px
    }

    .vorMainWrap .itemVorImg {
        min-height: 440px
    }

    .vorMainWrap .slick-slide {
        opacity: 1
    }

    .vorMainWrap .crdVopSlider:not(.slick-initialized) {
        display: flex;
        gap: 16px
    }

    .vorMainWrap .crdVopSlider .crd {
        margin: 8px;
        width: auto
    }

    .vorMainWrap .slick-dotted.slick-slider {
        margin-bottom: 40px
    }

    .vorMainWrap .crdVorCont {
        font-size: 18px;
        display: flex;
        flex-direction: column;
        margin-top: 50px
    }

    .vorMainWrap .crdUser {
        font-size: 16px
    }

    .vorMainWrap .crdListBox {
        margin-top: auto
    }

    .vorMainWrap .crdListBox .crdBoxImg {
        flex: 0 0 90px;
        min-height: 65px;
        line-height: 65px
    }

    .vorMainWrap h3 {
        font-size: 18px;
        min-height: 76px;
        text-align: center
    }

    .vorMainWrap p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .vorMainWrap p.thinScrollBar {
        max-height: 180px
    }

    .vorMainWrap .crdInnerSlider img {
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    .crdOverAllBox {
        padding: 16px
    }

    .crdOverAllBox .reviewThumb {
        max-width: 82px
    }
}

@media only screen and (min-width:1400px) {
    .vorMainWrap h3 {
        font-size: 22px;
        min-height: 110px
    }

    .vorMainWrap p {
        font-size: 15px
    }
}

@media only screen and (min-width:1600px) {
    .vorMainWrap h3 {
        font-size: 24px;
        min-height: 110px
    }

    .vorMainWrap .itemVorImg {
        min-height: 512px
    }
}

@media only screen and (min-width:1024px) {
    .caresHeading {
        width: 215px;
        height: 26px;
        margin-top: 23px
    }

    .cdCaresWiz .crd {
        min-height: 596px;
        padding: 30px 10px 30px 30px
    }

    .cdCaresWiz .name {
        font-size: 24px
    }

    .cdCaresWiz p {
        font-size: 17px
    }

    .cdCaresWiz .tag {
        font-size: 20px
    }

    .cdCaresWiz .cont {
        max-width: 100%;
        margin-bottom: 30px
    }

    .cdCaresWiz .imgRgt {
        position: relative;
        width: auto;
        max-height: 331px;
        margin: 0 auto
    }

    .cdCaresWiz .cdAssmbled .imgRgt {
        width: auto;
        top: 45px;
        max-height: 356px;
        left: auto;
        right: auto
    }

    .cdCaresWiz .cdCaresWiz .crd img {
        min-width: auto
    }

    .cdCaresWiz .cdCaresWiz .cdWiz {
        max-height: 362px
    }
}

@media only screen and (min-width:1600px) {
    .cdCaresWiz .imgRgt {
        max-height: 390px
    }
}

#modalFlatOffer {
    z-index: 9999
}

#modalFlatOffer .modalMainBottom {
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0
}

#modalFlatOffer .closeIconBtn {
    background: #e5e5e5;
    border-color: #e5e5e5
}

.flatOfferWrap {
    flex-direction: column
}

.flatOfferWrap h2 {
    line-height: 1.2;
    margin-bottom: 16px;
    color: #d23535
}

.flatOfferWrap .offerDisc {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #4a4a4a
}

.flatOfferWrap .fieldControl {
    margin-bottom: 24px
}

.flatOfferWrap .btn,
.flatOfferWrap .fieldInput {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important
}

.flatOfferWrap .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    font-weight: 600
}

.flatOfferWrap .icon-rupee {
    zoom: 1
}

.flatOfferWrap .resendcode {
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 16px;
    cursor: pointer
}

.flatOfferWrap .timer {
    text-align: right;
    margin-top: 6px
}

.flatOfferWrap .couponWrap {
    column-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
    display: inline-flex;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    padding: 10px 16px 10px 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px dashed #ffdc00;
    align-items: center
}

.flatOfferWrap .couponWrap .icon-rupee {
    font-size: 100%;
    zoom: .72
}

.flatOfferWrap .couponList {
    border: 1px dashed #dfdfdf;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 88px;
    text-align: center;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background: #f5f5f5
}

.flatOfferWrap .iconCopy,
.flatOfferWrap .iconCopy:after {
    border: 1px solid #000;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.flatOfferWrap .iconCopy {
    position: relative;
    display: inline-flex;
    top: 2px;
    margin-right: 3px
}

.flatOfferWrap .iconCopy:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1
}

.flatOfferWrap .copyBtn {
    min-width: 60px
}

.flatOfferWrap .imgHolder img {
    max-width: 100%;
    width: auto;
    width: 100%
}

.flatOfferCont {
    padding: 20px 16px;
    width: 100%
}

.headCagWrap .headerBrand a {
    max-width: 100%
}

.headCagWrap .headerBrand .imgWrap {
    height: 140px;
    width: 165px;
    box-shadow: inset 0 0 50px #e9e9e9;
    margin-bottom: 12px;
    padding: 16px
}

.headCagWrap .headerBrand .item {
    padding: 0 4px
}

.headCagWrap h2 {
    text-transform: capitalize
}

.headCagWrap .catgSprt {
    zoom: 1
}

.headerBrand .item {
    flex: 0 0 175px;
    max-width: 175px
}

.headerBrand .imgWrap {
    height: 110px
}

.headerBrand a {
    position: relative;
    max-width: 100%;
    padding: 6px 12px 0;
    transition: all .5s cubic-bezier(.075, .82, .165, 1)
}

.headerBrand a:hover h2 {
    color: #5ad235
}

.headerBrand h2 {
    position: relative;
    font-size: 16px;
    padding: 12px 0;
    margin: 4px -16px 0;
    transition: all .7s cubic-bezier(.075, .82, .165, 1)
}

.headerBrand .fymItem {
    cursor: pointer;
    padding: 0
}

.headerBrand .fymItem svg {
    zoom: 3
}

#modalFYM .modalContent {
    padding-left: 24px;
    padding-right: 24px
}

#modalFYM .ftrModal {
    padding-bottom: 75px
}

.fypmSteps {
    position: relative;
    animation: fadeSlideIn .8s ease forwards
}

.fypmSteps.hide {
    animation: fadeSlideOut .8s ease forwards
}

.fypmSteps .icon-rupee {
    font-size: 75%
}

.fypmSteps h3 {
    font-size: 16px
}

.fypmSteps .item {
    justify-content: center
}

.fypmSteps .itemName {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 85px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fypmSteps .itemName.active {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border-color: #5ad235;
    color: #5ad235
}

.fypmSteps .itemName.active .icon {
    color: #5ad235
}

.fypmSteps .catgSprt {
    zoom: .65
}

.fypmSteps .btn {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.fypmSteps .btn-default {
    border-color: #bdbdbd
}

.fypmSteps .arrowFwrd {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #fff;
    border-width: 0 1px 1px 0;
    vertical-align: -1px
}

.filterBody .customControl {
    background: #fff;
    padding: 8px 12px 8px 30px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #d5d5d5;
    margin-bottom: 0
}

.filterBody .customControl input:checked~.textlabel {
    color: #5ad235
}

.filterBody .customIndicator {
    top: calc(50% - 9px);
    left: 9px;
    height: 16px;
    width: 16px;
    border-color: #c3c3c3
}

.filterBody .customCheckbox .customIndicator:after {
    left: 3px;
    top: 0
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeSlideOut {
    from {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

#modal-engage {
    width: calc(100% - 16px);
    min-width: 290px;
    max-width: 350px;
    padding: 0;
    position: fixed;
    top: 8px;
    left: 50%;
    z-index: 9999;
    display: none;
    background: #fff;
    transform: translate(-50%, 0);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    border-radius: 16px;
    overflow: hidden;
    font-family: "DM Sans", sans-serif
}

#modal-engage.active {
    animation: fromTop .5s ease forwards
}

#modal-engage .contentWrap {
    align-items: stretch
}

#modal-engage .imgHolder {
    flex: 0 0 110px;
    max-width: 110px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 8px
}

#modal-engage .offterBg,
#modal-engage .offterBgSm {
    position: absolute;
    z-index: -1
}

#modal-engage .offterBg {
    top: 0;
    right: 6px;
    width: 130%;
    background: #5ad235;
    height: 100%;
    transform: skewX(11deg)
}

#modal-engage .offterBgSm {
    right: -10px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 30px solid #5ad235;
    transform: rotate(-11deg)
}

#modal-engage .brandLogo {
    max-width: 115px;
    width: 100%;
    height: auto
}

#modal-engage .content {
    padding: 12px 12px 12px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

#modal-engage h4 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1
}

#modal-engage h4 b,
#modal-engage h4 strong {
    font-weight: 700
}

#modal-engage p {
    font-size: 12px;
    color: #232323
}

#modal-engage .btnGroup {
    column-gap: 8px;
    justify-content: flex-start
}

#modal-engage .btn {
    border-radius: 4px;
    font-weight: 600;
    padding: 0 10px;
    height: 30px;
    min-width: 70px;
    font-family: "DM Sans", sans-serif;
    color: #000
}

#modal-engage .btn-not-allow {
    border: 1px solid #d5d5d5
}

@keyframes fromTop {
    0% {
        top: -170px;
        opacity: 0
    }

    100% {
        top: 8px;
        opacity: 1
    }
}

#modal-coupon .modalMainBottom {
    max-width: 100%;
    width: 100%
}

#modal-coupon .modalContent {
    padding: 30px 12px 110px
}

#modal-coupon .couponOuter {
    max-width: 380px;
    margin: 0 auto
}

#modal-coupon .modalHeader {
    margin-bottom: 16px;
    line-height: 1.1;
    text-transform: capitalize !important
}

#modal-coupon .modalTitle {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 12px
}

#modal-coupon .formGroup {
    column-gap: 16px;
    margin-bottom: 16px;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    align-items: baseline
}

#modal-coupon .formGroup .fieldIcon {
    position: absolute;
    font-size: 16px;
    left: 12px;
    top: 12px
}

#modal-coupon .formGroup .numberText:before {
    right: -12px;
    top: 0;
    bottom: -3px
}

#modal-coupon .fieldControl {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px)
}

#modal-coupon .btn,
#modal-coupon .fieldInput {
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

#modal-coupon .btn {
    font-size: 16px;
    width: 75px;
    color: #fff;
    padding: 0 12px
}

#modal-coupon .successText {
    font-size: 16px;
    white-space: nowrap;
    margin-top: 16px
}

.engageCoupon {
    max-width: 320px;
    margin: 0 auto 24px
}

.engageCoupon .couponWrap {
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    color: #919fa8;
    font-size: 12px;
    position: relative;
    background: #fff0db;
    min-width: 100%;
    cursor: pointer;
    column-gap: 16px;
    border: 1px solid #ffeed5
}

.engageCoupon span {
    padding: 11px 10px;
    min-width: 115px;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 5px
}

.engageCoupon .codeName {
    color: #ff9800;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
    flex: 1
}

.engageCoupon .copyText {
    color: #000;
    z-index: 1;
    border: 1px solid #d17c00;
    white-space: nowrap;
    flex: 0 0 120px;
    justify-content: center
}

.engageCoupon .iconCopy,
.engageCoupon .iconCopy:before {
    border: 1px solid #ff9800;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.engageCoupon .iconCopy {
    position: relative;
    margin: 3px 5px 0
}

.engageCoupon .iconCopy:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1
}

.engageCoupon .copySuccess {
    position: absolute;
    top: 50%;
    right: 8px;
    background: #fff;
    padding: 10px;
    color: #111;
    font-size: 14px;
    width: 120px;
    text-align: center;
    margin-left: -35px;
    margin-top: -21px;
    text-transform: capitalize;
    z-index: 1;
    min-height: 42px;
    border-radius: 4px;
    font-weight: 700
}

.engageCoupon .copySuccess:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-radius: 4px;
    border-right: 8px solid #000;
    margin-top: -8px
}

@media only screen and (min-width:360px) {
    #modal-engage .content {
        padding-left: 30px
    }

    #modal-engage .imgHolder {
        flex: 0 0 125px;
        max-width: 125px
    }

    #modal-engage .btnGroup {
        column-gap: 16px
    }
}

@media only screen and (min-width:1024px) {
    #modal-engage {
        max-width: 500px;
        width: auto;
        left: auto;
        right: 8px;
        top: 70px;
        transform: translate(0, 0)
    }

    #modal-engage .imgHolder {
        flex: 0 0 165px;
        max-width: 165px
    }

    #modal-engage .brandLogo {
        max-width: 145px
    }

    #modal-engage h4 {
        font-size: 16px
    }

    #modal-engage .content {
        padding-right: 16px;
        row-gap: 16px
    }

    #modal-engage .btn {
        font-size: 14px
    }

    #modal-coupon .modalMainBottom {
        max-width: 380px;
        padding: 0
    }

    #modal-coupon .modalContent {
        padding: 40px 30px 20px;
        min-height: 322px
    }

    #modal-coupon .modalHeader {
        font-size: 30px;
        margin-bottom: 24px
    }

    #modal-coupon .closeIconBtn {
        top: -23px !important;
        right: 30px;
        width: 46px;
        height: 46px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        background-color: #fff;
        border-color: #fff
    }

    #modal-coupon .closeIconBtn:after,
    #modal-coupon .closeIconBtn:before {
        background: #959595;
        left: 8px;
        top: 16px;
        height: 1px;
        width: 56%
    }

    .engageCoupon {
        margin-bottom: 30px
    }

    .engageCoupon .codeName {
        min-width: 168px
    }

    @keyframes fromTop {
        0% {
            top: -170px;
            opacity: 0
        }

        100% {
            top: 70px;
            opacity: 1
        }
    }
}

.userNotification {
    position: fixed;
    left: 5px;
    right: 5px;
    top: -105%;
    overflow: hidden;
    z-index: 999;
    width: calc(100% - 10px);
    opacity: .5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ff9e59;
    background: -webkit-linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    background: -moz-linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    background: linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    -webkit-box-shadow: 0 0 10px rgba(255, 126, 95, .5);
    box-shadow: 0 0 10px rgba(255, 126, 95, .5);
    max-width: 420px;
    margin: 0 auto
}

.userNotification>div {
    overflow: hidden;
    height: 53px
}

.userNotification.active {
    top: 5px;
    opacity: 1
}

.userNotification.active .notifyIcon img {
    animation: cycleNotifyIcon 5s ease-in-out infinite alternate
}

.userNotification .notifyIcon {
    width: 60px;
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
    color: #000;
    position: relative
}

.userNotification .notifyIcon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 53px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 30px
}

.userNotification .notifyTitle {
    padding: 0 65px 3px 0;
    line-height: 1.1;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    font-weight: 400
}

.userNotification .timeInfo {
    position: absolute;
    right: 12px;
    bottom: 6px;
    font-size: 12px;
    zoom: .85;
    color: #312d2d;
    font-style: italic
}

.userNotification .closeIcon {
    position: absolute;
    top: calc(50% - 15px);
    right: 12px;
    width: 24px;
    height: 24px
}

.userNotification .closeIcon:after,
.userNotification .closeIcon:before {
    width: 64%;
    top: 11px;
    left: 4px;
    height: 2px
}

.userNotification .closeIcon:hover:after,
.userNotification .closeIcon:hover:before {
    background: #5ad235
}

.animate__animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes cycleNotifyIcon {
    0% {
        transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(0)
    }
}

@media only screen and (min-width:1024px) {

    .crd,
    .instaVidGallery .cardVid,
    .rdSd {
        border-radius: 16px;
        -webkit-border-radius: 16px
    }

    .findPerfectBike .btn,
    .findPerfectBike .tablinks,
    .noCostEmi li {
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    .noCostEmi li {
        padding: 0 20px;
        height: 60px
    }

    .tabs {
        padding-bottom: 30px
    }

    body {
        font-size: 16px
    }

    .secTitle,
    h1,
    h2 {
        font-size: 30px
    }

    .secTitle {
        margin-bottom: 50px
    }

    .secTitle.noSpc {
        margin-bottom: 0
    }

    h2+p {
        font-size: 22px;
        margin-bottom: 50px
    }

    h2+p.noSpc {
        margin-bottom: 0
    }

    .secLine {
        height: 6px;
        width: 90px;
        margin-bottom: 16px
    }

    .section {
        padding: 75px 0
    }

    .arrowLeftLine {
        position: relative;
        top: 17px;
        width: 100%;
        height: 2px;
        background: #111;
        display: block;
        pointer-events: none
    }

    .arrowLeftLine:after,
    .arrowLeftLine:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        left: 0;
        background: #111
    }

    .arrowLeftLine:before {
        top: 4px;
        transform: rotate(45deg)
    }

    .arrowLeftLine:after {
        top: -4px;
        transform: rotate(-45deg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .autoSearchBox {
        width: 580px;
        margin: 3px 0
    }

    .autoSearchBox .fieldInput {
        width: 100%;
        height: 46px;
        padding: 0 40px 0 16px
    }

    .autoSearchBox .fieldInput:focus,
    .autoSearchBox .fieldInput:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .autoSearchBox .icon-search {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        font-size: 16px;
        z-index: 1;
        pointer-events: none;
        color: #787878
    }

    .autoSearchBox .searchResult {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
        box-shadow: 0 0 16px rgba(0, 0, 0, .16);
        background: #fff;
        top: 55px;
        left: auto;
        right: 0;
        width: calc(100% + 136px);
        position: absolute;
        min-width: auto;
        z-index: 5;
        padding: 30px 8px 70px 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between
    }

    .autoSearchBox .srcList {
        column-gap: 16px;
        align-items: stretch
    }

    .autoSearchBox .srchCrd {
        max-width: 315px;
        width: 100%
    }

    .autoSearchBox .tredingSearch {
        top: 55px;
        z-index: 101
    }

    .tredingSearch {
        position: absolute;
        right: 0;
        font-size: 14px;
        max-height: 400px;
        overflow-y: auto;
        width: calc(100% + 136px)
    }

    .tredingSearch .title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .tredingSearch .item {
        padding: 8px 10px
    }

    .tredingSearch.loader {
        min-height: 400px
    }

    .srchWrap {
        max-width: 420px;
        width: 100%;
        position: relative;
        background: #f5f5f5;
        border-radius: 0 12px 12px 0;
        -webkit-border-radius: 0 12px 12px 0
    }

    .srchWrap>.icon-search {
        width: 40px;
        height: 100%;
        line-height: 46px;
        cursor: pointer;
        text-align: center
    }

    .srchFtrBtn {
        background: #f6f6f6
    }

    .srchFtrBtn .btn {
        background: #f6f6f6
    }

    .srchFtrBtn .btn:hover .arrowLeftLine {
        right: -5px
    }

    .srchFtrBtn .arrowLeftLine {
        margin-left: 8px
    }

    .srchCollection {
        padding-right: 10px;
        font-size: 13px;
        width: 160px;
        border-right: 1px solid #dedede;
        margin-bottom: 0;
        padding-bottom: 12px
    }

    .srchCollection .item:last-child {
        margin-bottom: 0
    }

    .srchProd {
        flex: 0 0 calc(100% - 165px);
        max-width: calc(100% - 165px);
        width: 100%;
        max-height: 320px;
        overflow-y: auto;
        padding: 5px 5px 5px 10px
    }

    .srchProd::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        padding-bottom: 16px
    }

    .srchProd::-webkit-scrollbar-track {
        background: #eaeaea;
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .srchProd::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .srchProd::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .srchProd .title {
        padding-left: 0
    }

    ::placeholder {
        color: #787878
    }

    :-ms-input-placeholder {
        color: #787878
    }

    ::-ms-input-placeholder {
        color: #787878
    }

    .easy-autocomplete-container {
        z-index: 102
    }

    .easy-autocomplete-container>ul {
        max-height: 400px;
        overflow-y: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-top: 10px
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar {
        width: 10px
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-track {
        background: #e8e8e8
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-color: #e8e8e8;
        border-left-width: 2px;
        border-right-width: 2px;
        border-style: solid
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .easy-autocomplete-container ul .eac-category,
    .easy-autocomplete-container ul li {
        padding: 0;
        border: 0
    }

    #hamburgerMenu2 {
        height: 39px;
        width: 31px;
        padding: 17px 0 17px 10px;
        margin-left: 11px
    }
}

@media only screen and (min-width:1024px) and (min-width:1360px) {
    .autoSearchBox {
        width: 680px
    }

    .autoSearchBox .srchCrd {
        max-width: 220px
    }

    .autoSearchBox .srchCrd img {
        flex: 0 0 40px;
        max-width: 40px
    }

    .autoSearchBox .crdInfo {
        width: calc(100% - 40px)
    }

    .autoSearchBox .specLabel {
        font-size: 10px
    }

    .autoSearchBox .specBtn {
        padding: 2px 3px;
        font-size: 9px
    }

    .srchWrap {
        max-width: 540px
    }
}

@media only screen and (min-width:1024px) and (min-width:1600px) {
    .autoSearchBox {
        width: 835px
    }

    .autoSearchBox .pdName {
        font-size: 14px
    }

    .autoSearchBox .searchResult,
    .autoSearchBox .tredingSearch {
        width: calc(100% + 150px)
    }

    .autoSearchBox .searchResult {
        padding: 30px 8px 70px 24px
    }

    .autoSearchBox .srchCrd {
        max-width: 285px
    }

    .autoSearchBox .srchCrd img {
        flex: 0 0 55px;
        max-width: 55px
    }

    .autoSearchBox .crdInfo {
        width: calc(100% - 55px)
    }

    .autoSearchBox .specLabel {
        font-size: 14px
    }

    .autoSearchBox .specBtn {
        padding: 2px 5px;
        font-size: 12px
    }

    .srchWrap {
        max-width: 680px
    }

    .collectionsResult {
        font-size: 14px
    }

    .srchCollection {
        width: 175px
    }

    .srchProd {
        flex: 0 0 calc(100% - 185px);
        max-width: calc(100% - 185px)
    }
}

@media only screen and (min-width:1024px) and (min-width:1900px) {
    .autoSearchBox {
        width: 870px
    }
}

@media only screen and (min-width:1024px) {
    .helpDesk {
        bottom: 150px
    }

    .helpDesk.active {
        right: 50px
    }

    .slick-dots li {
        height: 16px;
        width: 16px;
        margin: 20px 5px 0
    }

    .slick-dots li button {
        height: 15px;
        width: 15px
    }

    .slick-dots li button:before {
        width: 8px;
        height: 8px
    }

    .slick-dots li .dotBtn {
        height: 12px;
        width: 12px
    }

    .slick-dots li .dotBtn.icon-play {
        zoom: 1
    }

    .slick-dots li.slick-active button:before {
        width: 12px;
        height: 12px
    }

    .slick-dots li.slick-active .dotBtn {
        width: 16px;
        height: 16px
    }

    .slick-dots li.slick-active .dotBtn.icon-play {
        font-size: 14px
    }

    .crd .crdCaption {
        font-size: 30px;
        padding: 20px
    }

    .crd .logo91Tag {
        width: 73px;
        height: auto
    }

    .offerBtnHold .crd .btn {
        min-width: 230px;
        padding: 14px 16px;
        font-size: 25px
    }

    .offerBtnHold .crdFtr {
        bottom: 36px
    }

    .crdSlider:not(.slick-initialized) {
        display: flex;
        gap: 16px
    }

    .crdSlider .slick-list {
        margin: 0 -16px
    }

    .crdSlider .slick-slide {
        padding: 8px 16px;
        min-width: auto
    }

    .crdSlider.slick-dotted {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .crdList {
        flex-direction: row;
        justify-content: flex-start;
        padding: 16px
    }

    .crdList .iconBg {
        height: 90px;
        width: 90px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        flex: 0 0 90px
    }

    .crdList .sprite {
        zoom: 1.5
    }

    .crdList .info {
        min-height: auto;
        text-align: left;
        padding-left: 20px
    }

    .crdList h3 {
        font-size: 22px;
        margin-bottom: 8px
    }

    .crdList p {
        font-size: 16px;
        line-height: 1.2;
        color: #696969
    }

    .showColumn .crdList {
        flex-direction: column;
        justify-content: center;
        column-gap: 10px;
        text-align: center
    }

    .showColumn .crdList .info {
        padding-left: 0
    }

    .showColumn .crdList h3 {
        margin-bottom: 0;
        font-size: 22px;
        text-align: center
    }

    .btnViewMore,
    .view_more_btn {
        margin-top: 25px
    }

    #modalAddToCart .modalMainBottom {
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        max-height: 100%;
        max-width: 600px !important
    }

    #modalAddToCart .modalMainBottom .cardListWidget .imgThumb {
        width: 120px !important
    }

    #modalAddToCart .modalContent {
        padding-bottom: 110px
    }

    #modalAddToCart .closeIconBtn {
        top: 0 !important;
        left: -23px !important;
        right: auto !important
    }

    #modalAddToCart .cardListWidget .price {
        font-size: 18px
    }

    #modalAddToCart .cardListWidget .cutPrice {
        font-size: 16px
    }

    #modalAddToCart .modalHeader {
        padding: 16px
    }

    #modalAddToCart .cardFooter {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 5;
        padding: 16px 32px;
        border-top: 4px solid #ffdc00;
        box-shadow: 0 -5px 14px 0 rgba(255, 220, 0, .3);
        -webkit-box-shadow: 0 -5px 14px 0 rgba(255, 220, 0, .3)
    }

    #modalAddToCart .thinScrollBar::-webkit-scrollbar {
        width: 12px;
        height: 12px
    }

    #modalAddToCart .thinScrollBar::-webkit-scrollbar-thumb {
        background: rgba(17, 17, 17, .5) !important
    }

    #modalAddToCart .thinScrollBar::-webkit-scrollbar-thumb:hover {
        background: #111
    }

    #modalAddToCart .empty-cart .img {
        width: 70%
    }

    #modalAddToCart .empty-cart p {
        font-size: 18px
    }

    #modalAddToCart .empty-cart .btn {
        font-size: 16px
    }

    #modalAddToCart .benefiteList {
        margin-top: 25px
    }

    #modalAddToCart .benefiteList li {
        margin-right: 0;
        width: 25%
    }

    #modalAddToCart .benefiteList .list {
        min-height: 70px;
        font-size: 14px
    }

    #modalAddToCart .benefiteList .icon-holder {
        height: 46px;
        width: 46px;
        margin-top: -35px
    }

    #modalAddToCart .benefiteList img {
        max-height: 26px;
        max-width: 30px
    }

    .tab-btn {
        font-size: 20px;
        height: 50px;
        padding: 8px 40px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        cursor: pointer
    }

    .secTitle,
    h1,
    h2 {
        text-transform: uppercase
    }

    .imgFactroy img {
        aspect-ratio: 64/21
    }

    .growStoryWrap {
        max-width: 94%;
        margin: -30px auto 0
    }

    .growStoryWrap:after {
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
        border-radius: 16px;
        -webkit-border-radius: 16px
    }

    .growStoryWrap .crdList {
        flex-direction: column;
        max-width: 200px;
        margin: 0 auto
    }

    .growStoryWrap .crdList h3 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 16px
    }

    .growStoryWrap .crdList .icSprite {
        zoom: 1.1
    }

    .growStoryWrap .crdList p {
        font-size: 16px;
        zoom: 1
    }

    .growStoryWrap .iconWrap {
        height: 85px
    }

    .growStoryWrap .info {
        text-align: center;
        padding-left: 0
    }

    .custom-dots .slick-dots {
        justify-content: center
    }

    .custom-dots .slick-dots li {
        font-size: 20px;
        height: 50px;
        padding: 8px 40px
    }

    .videoSlider .slick-prev {
        left: -5px
    }

    .videoSlider .slick-next {
        right: -3px
    }

    .videoSlider .playVid:before {
        font-size: 25px;
        width: 80px;
        height: 60px;
        line-height: 58px;
        padding-left: 5px
    }

    .videoSlider .btnViewMore .btn {
        font-size: 16px
    }

    .vorMainWrap .crdVopSlider .crd {
        margin: 16px
    }

    .vorMainWrap .rating i {
        width: 20px;
        height: 20px;
        font-size: 16px
    }

    .vorMainWrap h3 {
        font-size: 22px;
        font-weight: 400;
        align-items: normal;
        margin-top: 12px;
        min-height: 70px
    }

    .vorMainWrap .crdListBox h4 {
        font-size: 16px;
        font-weight: 400
    }

    .vorMainWrap .crdListBox .crdTypeTag {
        font-size: 16px
    }

    .vorMainWrap .itemVorImg {
        border-radius: 16px 16px 0 0 !important;
        -webkit-border-radius: 16px 16px 0 0 !important
    }

    .vorMainWrap .slick-dots li {
        margin: 8px 5px 0
    }

    .vorMainWrap .vorMainWrap .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    .vorMainWrap .crdVorCont {
        margin-top: 0
    }

    .cdCaresWiz .cdWiz .imgRgt {
        width: auto
    }

    .btnViewMore,
    .view_more_btn {
        font-size: 16px
    }

    .btnViewMore .btn-link,
    .btnViewMore h3,
    .btnViewMore span,
    .view_more_btn .btn-link,
    .view_more_btn h3,
    .view_more_btn span {
        font-size: 16px
    }

    .btn-link {
        font-size: 16px;
        cursor: pointer
    }

    .crdMain {
        padding-top: 0
    }

    .crdMain .crd {
        padding: 30px 20px 80px;
        min-height: 575px
    }

    .crdMain .crd .crdImg {
        min-height: 310px
    }

    .crd {
        width: 100%
    }

    .crd .crdModelTag {
        font-size: 16px
    }

    .crd .crdName {
        font-size: 20px
    }

    .crd .crdTopSpec {
        column-gap: 16px;
        font-size: 16px
    }

    .crd .crdSpec .icon {
        font-size: 30px
    }

    .crd .emiText,
    .crd .specName {
        font-size: 14px
    }

    .crd .emiText {
        margin-top: 8px
    }

    .crd .btn,
    .crd .crdPrice {
        font-size: 16px
    }

    .crd .priceOffHold {
        margin-top: -4px
    }

    .crd .btnHold {
        width: 165px
    }

    .crd .colorWidget {
        row-gap: 20px;
        min-width: 40px;
        width: auto;
        padding: 8px
    }

    .crd .colorWidget .colorBtn {
        width: 24px;
        height: 24px
    }

    .crd .colorWidget .attrBtn {
        zoom: .95
    }

    .sliderBlackDot .slick-next,
    .sliderBlackDot .slick-prev {
        top: calc(50% - 22px);
        height: 50px;
        width: 50px
    }

    .crd .crdImg {
        min-height: 180px
    }

    .crd .crdName {
        font-size: 20px
    }

    .crd .crdPrice {
        font-size: 16px
    }

    .crd .cutPrice {
        font-size: 14px
    }

    .crd .cutPrice .mrpTxt {
        font-size: 14px
    }

    .crd .priceHolder p {
        font-size: 16px;
        line-height: 16px;
        zoom: 1
    }

    .crd .crdColor {
        font-size: 16px
    }

    .crd .cardSpecTitle {
        font-size: 16px;
        line-height: 21px
    }

    .crd .crdFooter {
        margin: 16px 0 0;
        height: 66px
    }

    .crd .emiText {
        font-size: 12px;
        zoom: .8
    }

    .crd .crdPrice {
        font-size: 15px;
        line-height: 1
    }

    .crd .emiText {
        font-size: 16px;
        zoom: .8
    }

    .crdMainV3 .crd {
        min-height: 578px;
        padding: 24px 24px 67px
    }

    .crdMainV3 .crd .crdImg {
        min-height: 330px;
        max-height: 340px
    }

    .crdMainV3 .crd .btnHold {
        width: 160px
    }

    .crdMainV3 .crdSpec {
        min-height: 70px
    }

    .crdMainV3 .crdSpec .specName {
        font-size: 16px;
        zoom: .7
    }

    .crdMainV3 .crdSpec .icon {
        font-size: 24px
    }

    .crdMainV3 .crdSpec strong {
        font-size: 100%
    }

    .crdMainV3 .priceOffHold {
        white-space: nowrap
    }

    .crdMainV3 .slick-list {
        overflow: visible
    }

    .crdMainV3.blogSlider .slick-list {
        overflow: hidden
    }

    .crdMainV3 .crdTagName {
        zoom: .85
    }

    .btn.btnBorder {
        padding: 12px 16px !important
    }

    .crdBlog .crd {
        width: calc(100% - 32px);
        min-height: 300px !important;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .crdBlog .crdShap {
        margin-top: -36px;
        padding: 36px 16px 16px;
        min-height: 170px
    }

    .crdBlog .crdShap:before {
        height: 100%
    }

    .crdBlog .crdShap h3 {
        font-size: 20px;
        text-transform: capitalize
    }

    .crdBlog .crdShap .btnShare {
        top: -40px
    }

    .sliderV3 {
        max-width: 1024px
    }

    .sliderV3 .crd {
        width: 93%
    }

    .sliderV3 .crdItem .crd {
        transform: scale(.85)
    }

    .sliderV3 .crdItem.slick-active .crd {
        transform: scale(1)
    }

    .sliderV3 .slick-next,
    .sliderV3 .slick-prev {
        height: 50px;
        width: 50px
    }

    .sliderV3 .slick-prev {
        left: -45px
    }

    .sliderV3 .slick-next {
        right: -45px
    }

    .tab-accessories .crdMainV3 .crd {
        min-height: 475px
    }

    .tab-accessories .crdMainV3 .crd .crdImg img {
        max-height: 280px
    }

    .tab-fitness .crdMainV3 .crd {
        min-height: 560px
    }

    .tab-fitness .crdMainV3 .crd .crdImg img {
        max-height: 290px
    }

    #addToCartSticky {
        padding: 16px 8px;
        width: auto;
        left: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    #addToCartSticky.active {
        bottom: 30px
    }

    #addToCartSticky .cartWidget>:first-child {
        width: 45px
    }

    #addToCartSticky .icon-add-to-cart {
        font-size: 20px
    }

    #addToCartSticky .cartText {
        font-size: 16px;
        padding-right: 40px
    }

    #addToCartSticky .cartText div {
        font-size: 14px
    }

    #addToCartSticky .arrpwR {
        vertical-align: 2px
    }

    #addToCartSticky .btn-link-primary {
        font-size: 12px
    }

    .modalBody .modalTopLine {
        display: none
    }

    .modalBody .closeIconBtn {
        top: -23px !important;
        right: 30px;
        width: 46px;
        height: 46px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }

    .modalBody .closeIconBtn:after,
    .modalBody .closeIconBtn:before {
        background: #959595;
        left: 8px;
        top: 16px;
        height: 1px;
        width: 56%
    }

    .modalBody .closeIconBtn:hover:after,
    .modalBody .closeIconBtn:hover:before {
        background: #5ad235
    }

    .modalBody .modalMainBottom {
        max-width: 800px
    }

    .modalBody .modalMainBottom .colorWidget .colorBtn {
        width: 28px;
        height: 28px;
        max-width: 28px !important;
        margin-left: 10px
    }

    .modalBody .modalMainBottom .colorWidget .colorBtn.active:after {
        left: 9px;
        bottom: -7px
    }

    .modalBody .modalMainBottom .colorWidget .text {
        font-size: 16px
    }

    .modalBody .modalMainBottom .priceWidget {
        height: 71px
    }

    .modalBody .modalMainBottom .priceWidget .price {
        font-size: 14px
    }

    .modalBody .modalMainBottom .priceWidget .price div {
        font-size: 24px
    }

    .modalMain {
        max-width: 700px
    }

    .userNotification {
        top: 70px;
        left: auto;
        right: -110%;
        transition: right 2s ease-in-out, opacity 2s ease-in-out
    }

    .userNotification.active {
        top: 70px;
        right: 0
    }

    .userNotification>div {
        height: 60px
    }

    .userNotification .notifyTitle {
        font-size: 14px
    }

    .userNotification .notifyIcon i {
        line-height: 60px
    }

    .userNotification .notifyIcon img {
        max-height: 40px;
        max-width: 35px
    }

    .crd .overAllRattingWrap img {
        min-width: auto
    }

    .graphicDot,
    .waveBg {
        position: absolute;
        pointer-events: none
    }

    .graphicDot {
        left: 175px;
        top: 90px
    }

    .waveBg {
        right: 60px;
        bottom: 20px
    }

    .overAllRattingWrap {
        padding: 24px 22px 24px 8px;
        min-height: 104px;
        border-radius: 8px;
        position: relative
    }

    .overAllRattingWrap:before {
        content: "";
        position: absolute;
        top: 20px;
        bottom: 20px;
        right: 20px;
        width: 2px;
        background: #bebcbc
    }

    .overAllRattingWrap img {
        width: auto;
        max-width: 125px
    }

    .overAllRattingWrap p {
        font-size: 24px;
        zoom: 1;
        margin: 0 0 8px
    }

    .overAllRattingWrap .overAllRating {
        font-size: 29px;
        padding: 0 0 16px 0
    }

    .overAllRattingWrap .waveBg {
        bottom: 20px;
        transform: rotate(-90deg)
    }

    .overAllRattingWrap .ratingBox {
        font-size: 91px
    }

    .overAllRattingWrap .imgHold {
        width: 190px;
        flex: 0 0 190px;
        margin-bottom: -24px
    }

    .overAllRattingWrap .imgHold img {
        margin-bottom: 0;
        max-width: 100%
    }

    .overAllRattingWrap .item {
        column-gap: 8px
    }

    .overAllRattingWrap .overAllTitle {
        font-size: 12px
    }

    .overAllRattingWrap .ratingHighlight li {
        zoom: .75
    }

    .overAllRattingWrap .ratingHighlight img {
        width: 15px
    }

    .overAllRattingWrap .ratingHighlight .iconVal {
        width: 20px
    }

    .overAllRattingWrap .ratingHighlight .icon {
        width: 24px;
        flex: 0 0 24px
    }

    .crdHighRating {
        margin-top: 24px
    }

    .crdHighRating h3 {
        margin-bottom: 16px;
        font-size: 24px
    }

    .crdHighRating .graphicDot,
    .crdHighRating .waveBg {
        min-width: auto
    }

    .crdHighRating .graphicDot {
        left: auto;
        right: 40px;
        top: -10px
    }

    .crdHighRating .waveBg {
        top: 8px;
        bottom: auto;
        right: 20%
    }

    .crdRatingList {
        font-size: 18px
    }

    .crdRatingList .overAllTitle {
        font-size: 24px
    }

    .crdRatingList .rtItem {
        flex: 0 0 20%;
        row-gap: 16px
    }

    .crdRatingList .icon {
        background: #fff;
        flex: 0 0 90px;
        width: 90px;
        height: 90px
    }

    .crdRatingList .spRivew {
        zoom: 4
    }

    #modalFlatOffer .modalContent,
    #modalFlatOffer .modalMainBottom {
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    #modalFlatOffer .modalMainBottom {
        max-width: 800px;
        padding: 0;
        border: 0
    }

    #modalFlatOffer .closeIconBtn {
        top: 5px;
        right: 5px;
        height: 40px;
        width: 40px
    }

    #modalFlatOffer .closeIconBtn:after,
    #modalFlatOffer .closeIconBtn:before {
        left: 3px;
        top: 14px;
        height: 2px;
        width: 80%
    }

    .flatOfferWrap {
        flex-direction: row-reverse;
        align-items: stretch !important
    }

    .flatOfferWrap .btn {
        font-size: 16px;
        height: 56px
    }

    .flatOfferWrap h2 {
        margin-bottom: 16px;
        font-size: 32px
    }

    .flatOfferWrap .offerDisc {
        font-size: 22px;
        margin-bottom: 12px
    }

    .flatOfferWrap .couponList {
        padding: 10px 15px;
        min-width: 120px;
        font-size: 20px
    }

    .flatOfferWrap .copyBtn {
        min-width: 80px
    }

    .flatOfferWrap .imgHolder {
        flex: 0 0 350px;
        min-height: 416px;
        overflow: hidden
    }

    .flatOfferWrap .imgHolder img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
        max-width: auto
    }

    .flatOfferWrap .fieldControl {
        margin-bottom: 30px
    }

    .flatOfferCont {
        padding: 50px 24px;
        max-width: 450px
    }

    .videoWrap {
        max-width: 900px;
        margin: 0 auto
    }

    #modalFYM .modalMainBottom {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        top: 0;
        height: 100%;
        padding-bottom: 0;
        max-height: 100%;
        max-width: 500px
    }

    #modalFYM .modalMainBottom .closeIconBtn {
        top: 16px !important;
        right: -46px;
        border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #modalFYM .modalContent {
        max-height: 100%;
        padding-left: 40px;
        padding-right: 40px
    }

    .fypmSteps .itemName {
        width: 100%;
        height: 120px;
        font-size: 18px;
        cursor: pointer
    }

    .fypmSteps br {
        display: none
    }

    .fypmSteps .catgSprt {
        zoom: 1;
        margin-bottom: 8px
    }

    .fypmSteps .btn {
        height: 50px;
        min-width: 100px;
        font-size: 16px
    }

    .fypmSteps h3 {
        font-size: 24px
    }

    .fypmSteps .group>.d-flex {
        row-gap: 16px
    }

    .filterBody .customControl {
        padding: 8px 16px 8px 30px;
        font-size: 16px
    }

    #header-main,
    #testimonials,
    .contactWidget.lg,
    .custom-dots .slick-dots li,
    .footer,
    .headCagWrap,
    .tabCustom .tab-btn {
        zoom: .75
    }
}

@media only screen and (min-width:1024px) {
    .crdBlog .blogImg {
        height: 300px
    }
}

@media only screen and (min-width:1600px) {
    .crdBlog .blogImg {
        height: 340px
    }
}

@media only screen and (min-width:1280px) {

    .crd .btn,
    .crd .crdPrice {
        font-size: 20px
    }

    .crd.crdOverAllBox {
        padding: 20px
    }

    .crdMain .crd {
        min-height: 590px
    }

    .tab-rideons .crdMain .crd {
        min-height: 555px
    }

    .crdList {
        padding: 30px 16px
    }

    .crdList .iconBg {
        height: 130px;
        width: 130px;
        flex: 0 0 130px
    }

    .crdList h3 {
        font-size: 22px
    }

    .crdList p {
        font-size: 18px
    }

    .overAllRattingWrap img {
        max-width: 183px
    }

    .overAllRattingWrap .overAllTotal {
        font-size: 40px
    }

    .crdOverAllBox .reviewThumb {
        max-width: 116px
    }

    .crdHighRating h3 {
        font-size: 22px
    }

    .vorMainWrap p {
        font-size: 18px
    }

    .videoWrap {
        max-width: 1100px
    }

    #header-main,
    #testimonials,
    .contactWidget.lg,
    .custom-dots .slick-dots li,
    .footer,
    .headCagWrap,
    .tabCustom .tab-btn {
        zoom: .9
    }
}

@media only screen and (min-width:1360px) {

    #header-main,
    #testimonials,
    .contactWidget.lg,
    .custom-dots .slick-dots li,
    .footer,
    .headCagWrap,
    .tabCustom .tab-btn {
        zoom: 1
    }
}

@media only screen and (min-width:1400px) {
    .videoWrap {
        max-width: 1300px
    }
}

@media only screen and (min-width:1600px) {

    .secTitle,
    h1,
    h2 {
        font-size: 36px
    }

    h2+p {
        font-size: 24px
    }

    .crdMain .crd {
        min-height: 656px
    }

    .crdMain .crd .crdImg {
        min-height: 392px
    }

    .crdList {
        padding: 30px
    }

    .crdList h3 {
        font-size: 26px
    }

    .crdList p {
        font-size: 20px
    }

    .tab-rideons .crdMain .crd {
        min-height: 630px
    }

    .videoWrap {
        max-width: 1400px
    }
}