@charset "UTF-8";

.color-scheme-1,
.color-scheme-2,
:root {
    --secondary-color: #e9c7ae
}

a,
button,
span {
    display: inline-block
}

body,
html,
ul {
    margin: 0;
    padding: 0
}

.mb-0,
p:last-child,
ul:last-child {
    margin-bottom: 0
}

.row>*,
img {
    width: 100%
}

.primary__btn,
.swiper__nav--btn {
    background: var(--secondary-color)
}

:focus,
a:focus {
    outline: 0
}

#scroll__top,
.primary__btn,
.primary__btn:hover,
.text-white {
    color: var(--white-color)
}

.account__currency--link>*,
.footer__currency--link>*,
.footer__language--link>*,
.footer__widget--button>*,
.header__account--btn>*,
.language__switcher>*,
.minicart__close--btn>*,
.offcanvas__account--currency__menu>*,
.offcanvas__header--menu__open--btn>*,
.offcanvas__language--switcher>*,
.offcanvas__stikcy--toolbar__btn>*,
.predictive__search--close__btn>*,
.search__open--btn>*,
.select::before {
    pointer-events: none
}

.knowbuttonhvr a:hover,
a,
a:focus,
button {
    text-decoration: none
}

:root {
    --primary-color: #061738;
    --yellow-color: #ffc107;
    --text-gray-color: #606060;
    --white-color: #ffffff;
    --ofwhite-color: #f2f2f2;
    --black-color: #000000;
    --light-color: #fcfcfc;
    --light-color2: #aaaaaa;
    --dark-color: #242424;
    --sky-color: #647589;
    --border-color: #e7e7e7;
    --border-color2: #e4e4e4;
    --border-color3: #dddddd;
    --border-dark: #383434;
    --bg-gray-color: #fcfcfc;
    --gray-color: #fafbfe;
    --gray-color2: #f5f5f5;
    --font-jost: "Jost", sans-serif;
    --body-font-size: 1.6rem;
    --body-font-weight: 400;
    --body-line-height: 2.8rem;
    --headings-weight: 600;
    --transition: all 0.3s ease 0s;
    --container-fluid-offset: 19rem
}

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

html {
    scroll-behavior: smooth
}

body,
html {
    min-height: 100%;
    font-size: 62.5%;
    display: block;
    overflow-x: hidden !important
}

body {
    font-size: var(--body-font-size, 1.6rem);
    font-weight: var(--body-font-weight);
    font-style: normal;
    line-height: var(--body-line-height, 25px);
    position: relative;
    visibility: visible;
    color: var(--black-color);
    /* background-color: #FEE9CA; */
    background-color: #fff;
}
.bg-inlab {
    background-color: #fee9ca!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--headings-weight);
    margin: 0
}

.h1,
h1 {
    font-size: 2.3rem;
    line-height: 3rem
}

@media only screen and (min-width:576px) {

    .h1,
    h1 {
        font-size: 3rem;
        line-height: 3.5rem
    }

    /* .container {
        max-width: 576px
    } */
}

@media only screen and (min-width:768px) {

    .h1,
    h1 {
        font-size: 3.2rem;
        line-height: 3.8rem
    }
}

@media only screen and (min-width:992px) {

    .h1,
    h1 {
        font-size: 3.8rem;
        line-height: 4.5rem
    }
}

@media only screen and (min-width:1200px) {

    .h1,
    h1 {
        font-size: 4.2rem;
        line-height: 5rem
    }
}

.h2,
h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 700
}

@media only screen and (min-width:768px) {

    .h2,
    h2 {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

@media only screen and (min-width:1200px) {

    .h2,
    h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

.h3,
h3 {
    font-size: 1.7rem;
    line-height: 2.4rem
}

@media only screen and (min-width:768px) {

    .h3,
    h3 {
        font-size: 1.8rem;
        line-height: 2.5rem
    }
}

@media only screen and (min-width:992px) {

    .h3,
    h3 {
        font-size: 2rem;
        line-height: 2.7rem
    }
}

@media only screen and (min-width:1200px) {

    .h3,
    h3 {
        font-size: 2.2rem;
        line-height: 2.8rem
    }
}

.h4,
h4 {
    font-size: 1.5rem;
    font-weight: 600
}

.h5,
.h6,
h5,
h6 {
    font-weight: 400
}

.h5,
h5 {
    font-size: 1.5rem;
    line-height: 2.4rem
}

.h6,
h6 {
    font-size: 1.6rem;
    line-height: 2.6rem
}

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

button,
input[type=submit],
select {
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height)
}

p:last-child {
    text-align: left
}

a,
button {
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: inherit
}

a,
button,
img,
input,
span,
textarea {
    -webkit-transition: var(--transition)
}

a,
button,
img,
input,
textarea {
    transition: var(--transition)
}

:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

button,
input[type=submit] {
    cursor: pointer
}

input[type=number] {
    -moz-appearance: textfield
}

img {
    height: auto
}

span {
    transition: var(--transition);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

li {
    list-style: none;
    line-height: 1
}

hr {
    border-top-width: 2px
}

.container,
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.container {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.container-fluid,
.container-fluid-2 {
    --offset-fluid: 1.5rem;
    padding-right: var(--offset-fluid);
    padding-left: var(--offset-fluid)
}

@media only screen and (min-width:992px) {

    .h4,
    h4 {
        font-size: 1.6rem;
        line-height: 2.6rem
    }

    .container-fluid,
    .container-fluid-2 {
        --offset-fluid: 3rem
    }
}

@media only screen and (min-width:1366px) {

    .h1,
    h1 {
        font-size: 4.5rem;
        line-height: 5.3rem
    }

    .container-fluid {
        --offset-fluid: calc(var(--container-fluid-offset) / 4.5)
    }

    .container-fluid-2 {
        --offset-fluid: 4.5rem
    }
}

@media only screen and (min-width:1600px) {

    .h1,
    h1 {
        font-size: 5.5rem;
        line-height: 6.5rem
    }

    .h2,
    h2 {
        font-size: 3.5rem;
        line-height: 4rem
    }

    .h3,
    h3 {
        font-size: 2.4rem;
        line-height: 3rem
    }

    .container-fluid {
        --offset-fluid: calc(var(--container-fluid-offset) / 2.5)
    }

    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media only screen and (min-width:1800px) {
    .container-fluid {
        --offset-fluid: var(--container-fluid-offset)
    }
}

@media only screen and (min-width:1500px) {
    .container-fluid-2 {
        --offset-fluid: 5rem
    }
}

@media only screen and (min-width:768px) {

    .h5,
    .h6,
    h5,
    h6 {
        font-size: 1.6rem;
        line-height: 2.6rem
    }

    /* .container {
        max-width: 768px
    } */

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media only screen and (min-width:992px) {
    /* .container {
        max-width: 960px
    } */

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-bottom: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.col-auto,
.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-12,
.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.col-6,
.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-3,
.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-1,
.col-2 {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-7,
.col-8 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-10,
.col-9 {
    -webkit-box-flex: 0
}

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

.col-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

@media only screen and (min-width:1400px) {
    /* .container {
        max-width: 1200px
    } */

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    p {
        /* font-size: 10px; */
        line-height: 2.4rem
    }

    .row {
        margin-left: -4%;
    }

    .row>* {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px
    }

    .d-sm-none {
        display: none
    }

    .d-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .col-sm-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.d-none {
    display: none !important
}

.display-block,
.tab_content,
.tab_pane.active {
    display: block
}

.header__transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.section__heading--maintitle {
    position: relative;
    padding-bottom: 2rem
}

.section__heading--maintitle::before {
    position: absolute;
    content: "";
    background: url(../img/other/heading-shape.png);
    width: 174px;
    height: 5px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%)
}

.section__heading--maintitle.style2::before {
    width: 13rem;
    height: .2rem;
    background: var(--secondary-color)
}

.primary__btn {
    font-size: 1.4rem;
    font-weight: var(--body-line-height);
    line-height: 3.5rem;
    display: inline-block;
    height: 3.5rem;
    padding: 0 1.8rem;
    letter-spacing: .2px;
    border-radius: .3rem;
    border: 0
}

.primary__btn:hover {
    background: var(--primary-color)
}

@media only screen and (min-width:768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .primary__btn {
        font-size: 1.5rem;
        line-height: 4rem;
        height: 4rem;
        padding: 0 2rem
    }
}

@media only screen and (min-width:992px) {
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

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

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .primary__btn {
        font-size: 1.6rem;
        line-height: 4.5rem;
        height: 4.5rem
    }
}

@media only screen and (min-width:1200px) {
    /* .container {
        max-width: 1200px
    } */

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-xl-auto,
    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-12,
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .col-xl-6,
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-3,
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .primary__btn {
        font-size: 1.7rem;
        line-height: 4.8rem;
        height: 4.8rem;
        padding: 0 2.3rem
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.swiper__nav--btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.bg__primary,
.swiper__nav--btn:hover {
    background: var(--primary-color)
}

.swiper__nav--btn::after {
    background: url(../img/icon/left-arrow-angle.png);
    width: 9px;
    height: 17px;
    font-size: 0
}

.swiper__nav--btn.swiper-button-prev {
    left: 0
}

.swiper__nav--btn.swiper-button-next {
    right: 0
}

.swiper__nav--btn.swiper-button-next::after {
    background: url(../img/icon/right-arrow-angle.png)
}

.swiper-pagination {
    bottom: 0 !important
}

.swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--secondary-color);
    background: var(--white-color);
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.tab_pane,
label {
    -webkit-transition: var(--transition)
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary-color);
    width: 1.8rem;
    height: 1.8rem
}

label {
    display: block;
    transition: var(--transition)
}

select {
    word-wrap: normal
}

#scroll__top {
    position: fixed;
    bottom: 80px;
    right: 46px;
    z-index: 99;
    outline: 0;
    background-color: var(--secondary-color);
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    cursor: pointer;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    width: 4.3rem;
    height: 4.3rem;
    line-height: 1;
    border-radius: 50%;
    border: 0
}

#scroll__top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#scroll__top svg {
    width: 25px;
    line-height: 1
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.overflow-hidden {
    overflow: hidden
}

.break {
    word-break: break-word
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.text-ofwhite {
    color: var(--ofwhite-color)
}

.text-black {
    color: var(--black-color)
}

.header__shipping--text__link:hover,
.language__switcher:hover,
.language__switcher:hover span,
.language__switcher:hover svg,
.text__primary {
    color: var(--primary-color)
}

.body__background {
    background: var(----gray-color)
}

.bg__secondary {
    background: #e9c7ae;
}

.bg__gray--color {
    background: var(--bg-gray-color)
}

.bg__white {
    background: var(--white-color)
}

.bg__black {
    background: #1d1c1c
}

.text__secondary,
.text__secondary2 {
    color: var(--secondary-color)
}

.hero__slider--items,
.position__relative,
.select {
    position: relative
}

.border-bottom {
    border-bottom: 1px solid var(--border-color)
}

.border,
.header__search--form {
    border: 1px solid var(--border-color)
}

.border-0 {
    border: none
}

.border-radius-5 {
    border-radius: .5rem
}

.border-radius-10 {
    border-radius: 1rem
}

.border-radius-50 {
    border-radius: 50%
}

.width-100 {
    width: 100%
}

.tab_pane {
    display: none;
    transition: var(--transition)
}

.offcanvas-overlay,
.offcanvas__header {
    position: fixed;
    visibility: hidden;
    -webkit-transition: var(--transition);
    opacity: 0;
    left: 0;
    top: 0
}

.tab_pane:not(.show) {
    opacity: 0
}

.tab_pane.show {
    opacity: 1
}

.mobile_menu_open,
.offCanvas__minicart_active,
.offcanvas__filter--sidebar_active,
.predictive__search--box_active,
body.overlay__active {
    overflow-y: hidden
}

.mobile_menu_open::before,
.offCanvas__minicart_active::before,
.offcanvas__filter--sidebar_active::before,
.predictive__search--box_active::before,
body.overlay__active::before {
    position: relative;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: .5;
    cursor: crosshair
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate-fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.section--padding {
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media only screen and (min-width:768px) {
    .section--padding {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
}

@media only screen and (min-width:992px) {
    .section--padding {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
}

.section--nargin {
    margin-top: 6rem;
    margin-bottom: 6rem
}

@media only screen and (min-width:768px) {
    .section--nargin {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
}

@media only screen and (min-width:992px) {
    .section--nargin {
        margin-top: 9rem;
        margin-bottom: 9rem
    }
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.add-can-btn,
.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-55,
.mb-60 {
    margin-bottom: 3.5rem
}

@media only screen and (min-width:768px) {
    .mb-60 {
        margin-bottom: 4rem
    }
}

.mb-50 {
    margin-bottom: 2.8rem
}

@media only screen and (min-width:768px) {
    .mb-50 {
        margin-bottom: 3rem
    }
}

@media only screen and (min-width:1200px) {
    .section--padding {
        padding-bottom: 7rem
    }

    .section--nargin {
        margin-top: 10rem;
        margin-bottom: 10rem
    }

    .mb-50 {
        margin-bottom: 4rem
    }
}

.mb-40 {
    margin-bottom: 2.5rem
}

@media only screen and (min-width:992px) {
    .mb-60 {
        margin-bottom: 6rem
    }

    .mb-55 {
        margin-bottom: 5.5rem
    }

    .mb-40 {
        margin-bottom: 3rem
    }
}

.mb--n40 {
    margin-bottom: -2.5rem
}

@media only screen and (min-width:992px) {
    .mb--n40 {
        margin-bottom: -2rem
    }
}

.mb-35 {
    margin-bottom: 2rem
}

@media only screen and (min-width:1200px) {
    .mb-35 {
        margin-bottom: 3rem
    }
}

@media only screen and (min-width:1600px) {
    .primary__btn {
        font-size: 1.8rem;
        line-height: 5.2rem;
        height: 5.2rem;
        padding: 0 2.5rem
    }

    .mb-50 {
        margin-bottom: 5rem
    }

    .mb-40 {
        margin-bottom: 4rem
    }

    .mb--n40 {
        margin-bottom: -4rem
    }

    .mb-35 {
        margin-bottom: 3.5rem
    }
}

.mb-30 {
    margin-bottom: 2.5rem
}

.mb--n30 {
    margin-bottom: -2.5rem
}

@media only screen and (min-width:1366px) {
    .mb-30 {
        margin-bottom: 3rem
    }

    .mb--n30 {
        margin-bottom: -3rem
    }
}

.mb-28 {
    margin-bottom: 2.8rem
}

.mb--n28 {
    margin-bottom: -2.8rem
}

.mb-25 {
    margin-bottom: 1.8rem
}

.mb-20,
.product__collection--content__title {
    margin-bottom: 1.5rem
}

.mb-12,
.mb-15 {
    margin-bottom: 1rem
}

.mb-10,
.mb-8 {
    margin-bottom: .8rem
}

.mb-5 {
    margin-bottom: .5rem
}

.footer__widget,
.mr-30 {
    margin-right: 3rem
}

.offcanvas__header--menu__open {
    line-height: 1;
    display: none
}

.offcanvas__header--menu__open--svg {
    width: 32px
}

.offcanvas__header {
    z-index: 9999;
    width: 100%;
    height: 100vh;
    transition: var(--transition);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.offcanvas__header.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.offcanvas__header.open~.offcanvas-overlay {
    visibility: visible;
    opacity: .75
}

.offcanvas-overlay {
    z-index: 9998;
    width: 100%;
    height: 100%;
    transition: var(--transition);
    background-color: var(--black-color)
}

.offcanvas__inner {
    position: relative;
    height: 100%
}

.offcanvas__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px
}

.offcanvas__close--btn {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    text-indent: -9999px;
    border: none;
    background-color: transparent
}

.offcanvas__menu_li:first-child,
.offcanvas__sub_menu_li {
    border-top: 1px solid var(--border-color2)
}

.offcanvas__close--btn::after,
.offcanvas__close--btn::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--black-color)
}

.dropdown__currency.active,
.dropdown__language.active {
    opacity: 1;
    visibility: visible;
    margin-top: 17px
}

.offcanvas__close--btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas__menu {
    overflow-y: auto;
    height: 100%
}

.offcanvas__menu_ul {
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas__menu_li {
    position: relative;
    border-bottom: 1px solid var(--border-color2)
}

.offcanvas__menu_item {
    line-height: 1;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.offcanvas__sub_menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas__sub_menu_li {
    position: relative
}

.offcanvas__sub_menu_item {
    line-height: 1;
    display: block;
    padding: 15px 0 15px 30px
}

.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item {
    padding-left: 40px
}

.offcanvas__sub_menu_toggle {
    font-size: 20px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4.6rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent
}

.offcanvas__account--items__icon,
.offcanvas__stikcy--toolbar__icon {
    height: 3rem;
    line-height: 2.8rem;
    text-align: center;
    border-radius: 50%;
    color: var(--white-color)
}

.offcanvas__sub_menu_toggle::after,
.offcanvas__sub_menu_toggle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    content: "";
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--black-color)
}

.offcanvas__sub_menu_toggle:not(.active)::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.offcanvas__account--items {
    padding: 28px 17px 20px
}

.offcanvas__account--items__icon {
    width: 3rem;
    background: var(--secondary-color)
}

.offcanvas__account--currency__submenu,
.offcanvas__dropdown--language {
    z-index: 9;
    width: 100px;
    bottom: 100%;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden
}

.offcanvas__account--items__label {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 6px
}

.offcanvas__account--currency__menu,
.offcanvas__language--switcher {
    font-weight: 500
}

.offcanvas__dropdown--language {
    position: absolute;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: var(--white-color)
}

.offcanvas__dropdown--language.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 8px
}

.offcanvas__account--currency {
    position: relative;
    padding: 0 17px
}

.offcanvas__account--currency__submenu {
    position: absolute;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: var(--white-color)
}

.offcanvas__account--currency__submenu.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 8px
}

.offcanvas__stikcy--toolbar {
    position: fixed;
    bottom: 0;
    background: var(--white-color);
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    padding: 10px 20px;
    display: none
}

@media only screen and (min-width:500px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 40px
    }
}

.offcanvas__stikcy--toolbar__btn {
    position: relative;
    text-align: center
}

.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
    background: var(--primary-color);
    color: var(--white-color)
}

.offcanvas__stikcy--toolbar__icon {
    width: 3rem;
    background: var(--secondary-color)
}

.offcanvas__stikcy--toolbar__label {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 6px
}

.header__sticky.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: var(--white-color);
    left: 0;
    z-index: 99;
    padding: 1.5rem 0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -webkit-transition: .3s;
    transition: .3s
}

.header__shipping--text:last-child,
.language__currency--list:last-child {
    padding-right: 0;
    margin-right: 0
}

.slider__content.center,
.slider__content.style3.center {
    padding-left: 0
}

.header__sticky.sticky .header__sticky--block {
    display: block !important
}

.header__sticky .header__sticky--block,
.header__sticky.sticky .header__sticky--none {
    display: none !important
}

.deals__banner--countdown .countdown__item:last-child::before,
.header__shipping--text:last-child::before,
.language__currency--list:last-child::before,
.shipping__items:last-child::before,
.shipping__style3--items:last-child::before {
    display: none
}

.header__topbar {
    padding: 1rem 0
}

@media only screen and (min-width:992px) {
    .mb-25 {
        margin-bottom: 2.5rem
    }

    .mb-12 {
        margin-bottom: 1.2rem
    }

    .mb-10 {
        margin-bottom: 1rem
    }

    .header__topbar {
        padding: 1.2rem 0
    }
}

.main__logo--title {
    line-height: 2rem
}

.header__shipping--text {
    line-height: 2.2rem;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    position: relative
}

.header__shipping--text::before {
    position: absolute;
    content: "";
    width: .1rem;
    height: 100%;
    background: var(--white-color);
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

@media only screen and (max-width:575px) {
    .d-sm-2-none {
        display: none
    }

    .d-sm-2-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .col-sm-2-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header__shipping--wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__shipping--text {
        margin-right: 0;
        padding-right: 0
    }

    .header__shipping--text:last-child {
        margin-bottom: 0
    }

    .header__shipping--text::before {
        display: none
    }
}

.header__shipping--text__icon,
.rating__list {
    margin-right: .5rem
}

.header__discount--text {
    font-size: 1.6rem
}

@media only screen and (min-width:992px) {
    .header__shipping--text {
        line-height: 2.4rem
    }

    .header__discount--text {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:1200px) {
    .mb-15 {
        margin-bottom: 1.5rem
    }

    .header__discount--text {
        font-size: 1.7rem
    }
}

.header__discount--icon__img {
    vertical-align: middle;
    margin-right: .4rem
}

@media only screen and (max-width:991px) {
    .row-md-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .d-md-2-none {
        display: none
    }

    .d-md-2-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .col-md-2-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .md-width-100 {
        width: 100%
    }

    .offcanvas__header--menu__open,
    .offcanvas__stikcy--toolbar {
        display: block
    }

    .header__sticky.sticky .header__menu.header__sticky--block {
        display: none !important
    }

    .header__topbar--inner {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .language__currency {
        padding: 5px 20px
    }
}

.language__currency--list {
    position: relative;
    margin-right: 1.5rem;
    padding-right: 1.5rem
}

.language__currency--list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--white-color);
    right: 0;
    top: 0
}

.currency__text:hover,
.header__search--button:hover,
.language__text:hover,
.predictive__search--button:hover {
    background: var(--primary-color)
}

.language__switcher {
    font-size: 1.5rem
}

.language__switcher--icon__img {
    vertical-align: middle;
    margin-right: 3px
}

.language__switcher svg {
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.dropdown__currency,
.dropdown__language {
    position: absolute;
    z-index: 9;
    width: 100px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    top: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: 28px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: var(--white-color)
}

.currency__text,
.language__text {
    background: var(--gray-color2);
    display: block
}

.currency__items:last-child .currency__text,
.language__items:last-child .language__text {
    border-bottom: 0
}

.language__text {
    font-size: 1.4rem;
    padding: 10px 14px;
    border-bottom: 1px solid var(--border-color2)
}

.language__text:hover {
    color: var(--white-color);
    border-color: var(--primary-color)
}

.account__currency {
    margin-right: 25px;
    position: relative
}

.account__currency--link {
    font-size: 1.5rem
}

.account__currency--link:hover,
.account__currency--link:hover span,
.account__currency--link:hover svg {
    color: var(--primary-color)
}

.account__currency--link svg {
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.currency__text {
    font-size: 1.4rem;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid var(--border-color2)
}

.header__search--input,
.header__select--inner {
    border: 0;
    height: 5rem;
    color: var(--text-gray-color);
    font-size: 1.5rem
}

.currency__text:hover {
    color: var(--white-color);
    border-color: var(--primary-color)
}

.main__header {
    padding: 25px 0
}

@media only screen and (min-width:768px) {
    .mb-20 {
        margin-bottom: 2rem
    }

    .offcanvas__stikcy--toolbar {
        padding: 10px 60px
    }

    .main__header {
        padding: 1.5rem 0
    }
}

.main__logo--img {
    max-width: 120px
}

@media only screen and (max-width: 768px) {
    .main__logo--img {
        width: 100%;
        margin: -10px 10px;
    }

}

@media only screen and (min-width:480px) {
    .row-cols-sm-u-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .offcanvas__header {
        max-width: 5 0%
    }

    .main__logo--img {
        max-width: 155px
    }
}

.select::before {
    border-bottom: 2px solid var(--black-color);
    border-right: 2px solid var(--black-color);
    content: "";
    display: block;
    height: 7px;
    margin-top: -4px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 7px;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .7
}

.offCanvas__minicart.active,
.predictive__search--box.active,
.product__items:hover .product__items--action__style2,
.product__items:hover .product__secondary--img,
.swiper:hover .swiper__nav--btn,
.swiper__nav--btn.style3 {
    opacity: 1;
    visibility: visible
}

.header__select--inner {
    background: var(--white-color);
    padding: 0 3.3rem 0 1.8rem;
    -webkit-appearance: none;
    cursor: pointer
}

.header__search--box {
    position: relative;
    width: 35rem
}

@media only screen and (min-width:992px) {

    .account__currency--link,
    .language__switcher {
        font-size: 1.6rem;
        line-height: 2.4rem
    }

    .main__header {
        padding: 0rem 0
    }

    .header__search--box {
        width: 27rem
    }

    .header__account--items {
        margin-right: 2rem
    }
}

@media only screen and (min-width:1200px) {
    .account__currency {
        margin-right: 32px
    }

    .header__select--inner {
        padding: 0 4.3rem 0 2rem
    }

    .header__search--box {
        width: 39.5rem
    }

    .header__search--input {
        padding: 0 7rem 0 2.2rem
    }
}

.header__search--input {
    width: 100%;
    border-left: 1px solid var(--border-color);
    padding: 0 7rem 0 2.2rem
}

.header__search--input:focus::-webkit-input-placeholder {
    color: #000
}

.header__search--button {
    position: absolute;
    top: -1px;
    right: -1px;
    height: 102%;
    border: 0;
    padding: 0 1.5rem;
    line-height: 2rem;
    background: var(--secondary-color)
}

.header__account--items {
    margin-right: 2rem
}

.header__account--items:last-child {
    margin-right: 0
}

.header__account--btn {
    position: relative;
    color: var(--text-gray-color);
    text-align: center
}

.items__count,
.predictive__search--button {
    text-align: center;
    color: var(--white-color)
}

.header__account--btn:hover {
    color: var(--secondary-color) !important
}

.header__account--btn__text {
    display: block;
    margin-top: .1rem;
    font-size: 1.5rem;
    line-height: 2.4rem
}

.items__count {
    position: absolute;
    right: -.5rem;
    top: -1.3rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    background: var(--secondary-color);
    border-radius: 50%
}

.items__count.style2 {
    right: -.7rem
}

.items__count.wishlist {
    top: -1rem;
    right: .5rem
}

.items__count.wishlist.style2 {
    right: -1rem
}

.predictive__search--title {
    margin-bottom: 15px
}

@media only screen and (min-width:768px) {
    .main__logo--img {
        max-width: 100%
    }

    .predictive__search--title {
        margin-bottom: 20px
    }
}

.predictive__search--box {
    background: var(--white-color);
    -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
    box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.predictive__search--box.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.predictive__search--box__inner {
    padding: 20px 16px;
    text-align: center
}

@media only screen and (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-sm-auto,
    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-12,
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        /* width: 100% */
    }

    .col-sm-6,
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-3,
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .predictive__search--box__inner {
        padding: 22px 50px
    }
}

@media only screen and (min-width:768px) {
    .predictive__search--box__inner {
        padding: 30px 80px
    }
}

@media only screen and (min-width:992px) {
    .header__account--search__items.mobile__d--block {
        display: none
    }

    .items__count {
        right: -.2rem;
        top: -1rem
    }

    .items__count.style2 {
        right: -1.4rem
    }

    .predictive__search--title {
        margin-bottom: 30px
    }

    .predictive__search--box__inner {
        padding: 30px 150px
    }

    .header__bottom {
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color)
    }
}

.predictive__search--form {
    width: 100%;
    position: relative
}

.predictive__search--input {
    width: 100%;
    height: 5rem;
    border: 1px solid var(--border-color2);
    padding: 0 80px 0 15px;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 5px
}

.predictive__search--input:focus {
    border-color: var(--secondary-color)
}

.predictive__search--input:focus::-webkit-input-placeholder {
    color: #000
}

@media only screen and (max-width:576px) {
    .predictive__search--input {
        height: 45px
    }
}

.predictive__search--button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
    background: var(--secondary-color);
    border: 0;
    width: 5rem;
    border-radius: 0 5px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.predictive__search--close__btn {
    position: absolute;
    top: 20px;
    right: 40px;
    padding: 0;
    border: 0;
    background: inherit
}

@media only screen and (max-width:576px) {
    .predictive__search--close__btn {
        right: 15px
    }
}

.predictive__search--close__btn:hover {
    color: var(--primary-color);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.header__menu--items:hover .header__menu--link,
.minicart__close--btn:hover,
.minicart__product--remove:hover {
    color: var(--secondary-color)
}

.header__menu--items {
    margin-right: 3rem;
    position: relative
}

@media only screen and (min-width:992px) {
    .header__menu--items {
        margin-right: 2.5rem
    }
}

@media only screen and (min-width:1200px) {

    .header__account--items,
    .header__menu--items {
        margin-right: 3rem
    }

    .header__account--btn__text {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:1366px) {
    .header__menu--items {
        margin-right: 4rem
    }
}

@media only screen and (min-width:1600px) {
    .header__topbar {
        padding: 1.7rem 0
    }

    .header__discount--text {
        font-size: 1.8rem
    }

    .header__menu--items {
        margin-right: 5rem
    }
}

.header__menu--items:last-child {
    margin-right: 0
}

.header__menu--items.style2,
.product__view--mode__list {
    margin-right: 2rem
}

@media only screen and (min-width:992px) {
    .header__menu--items.style2 {
        margin-right: 2.5rem
    }

    .header__account2--items {
        margin-right: 1.2rem
    }
}

@media only screen and (min-width:1200px) {
    .header__menu--items.style2 {
        margin-right: 3rem
    }
}

@media only screen and (min-width:1366px) {
    .header__menu--items.style2 {
        margin-right: 3.5rem
    }
}

.header__menu--items:hover .header__mega--menu,
.header__menu--items:hover .header__sub--menu {
    visibility: visible;
    margin-top: 0;
    opacity: 1
}

.header__menu--link {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 14px 23px;
    color: black;
}

@media only screen and (min-width:1200px) {
    .header__menu--link {
        font-size: 1.7rem;
        padding: 16px 0;
    }

    .header__account2--items {
        margin-right: 2rem
    }
}

.menu__arrowdown--icon {
    margin-left: 3px
}

.header__mega--menu,
.header__sub--menu {
    z-index: 9;
    top: 100%;
    left: 0;
    margin: 20px 0 0;
    opacity: 0;
    background-color: var(--white-color);
    border-radius: 10px;
    visibility: hidden;
    list-style: none
}

.header__sub--menu {
    position: absolute;
    width: 220px;
    padding: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}

.header__sub--menu__link {
    font-size: 1.5rem;
    display: block;
    padding: 10px 0
}

.mega__menu--items {
    position: static
}

.header__mega--menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}

.header__mega--menu__li {
    padding: 3px 15px;
    width: 25%
}

.header__mega--subtitle {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 15px
}

.header__mega--sub__menu--title {
    font-size: 1.5rem;
    padding: 8px 0
}

.offCanvas__minicart {
    position: fixed;
    width: 310px;
    height: 100%;
    padding: 20px 15px 33px;
    background: var(--white-color);
    z-index: 999;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, .1);
    box-shadow: 0 0 15px rgba(5, 0, 0, .1)
}

.offCanvas__minicart.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.minicart__header--top {
    margin-bottom: 10px
}

.minicart__header--desc {
    font-size: 1.6rem;
    color: var(--text-gray-color)
}

.minicart__title {
    font-weight: 600
}

.minicart__close--btn {
    padding: 0;
    background: inherit;
    border: 0;
    line-height: 1.5rem;
    color: var(--black-color)
}

.minicart__close--btn:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.minicart__close--icon {
    width: 22px
}

.minicart__product {
    margin-bottom: 17px
}

.minicart__product--items {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--border-color2)
}

@media only screen and (min-width:1600px) {
    .header__menu--items.style2 {
        margin-right: 5rem
    }

    .header__menu--link {
        padding: 20px 0
    }

    .minicart__product--items {
        margin-top: 22px;
        padding-top: 22px
    }
}

.minicart__product--remove {
    border: 0;
    padding: 0;
    background: 0 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    opacity: .7
}

.minicart__thumb {
    width: 100px;
    line-height: 1
}

.minicart__text {
    width: calc(100% - 100px);
    padding-left: 10px
}

.minicart__subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px
}

.color__variant {
    opacity: .8;
    margin-bottom: 4px;
    line-height: 20px
}

.minicart__price {
    margin-bottom: 9px
}

.minicart__quantity {
    margin-right: 15px
}

.quantity__value,
input.quantity__number {
    width: 3.3rem;
    height: 3rem;
    margin: 0;
    text-align: center
}

.quantity__box {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quantity__value {
    display: inline-block;
    border: 1px solid var(--border-color2);
    padding: 0;
    background: var(--gray-color2);
    cursor: pointer;
    font-size: 2rem;
    font-weight: 500
}

.quantity__value.decrease {
    margin-right: -4px;
    border-radius: 13px 0 0 13px
}

.quantity__value.increase {
    margin-left: -4px;
    border-radius: 0 13px 13px 0
}

input.quantity__number {
    border: none;
    border-top: 1px solid var(--border-color2);
    border-bottom: 1px solid var(--border-color2)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.minicart__amount {
    padding: 13px 0;
    border-top: 1px solid var(--border-color2);
    border-bottom: 1px solid var(--border-color2)
}

.minicart__amount_list {
    margin-bottom: 10px
}

.minicart__amount_list:last-child {
    margin-bottom: 0
}

.minicart__conditions {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.minicart__conditions--input {
    vertical-align: middle;
    margin-right: 8px
}

.minicart__conditions--label {
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--text-gray-color)
}

.minicart__conditions--link {
    color: var(--secondary-color);
    text-decoration: underline
}

.mega__menu--banner__text,
.minicart__conditions--link:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

.mega__menu--banner:hover .mega__menu--banner__text,
.product__tab--primary__btn__list.active,
.product__tab--primary__btn__list:hover {
    color: var(--secondary-color)
}

.minicart__button--link {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 4.5rem;
    height: 4.5rem;
    margin-right: 14px
}

.minicart__button--link:last-child {
    margin-right: 0
}

.header__topbar--style3 {
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color)
}

.blog__content--btn:hover,
.product__items--action__btn:hover,
.testimonial__items:hover .testimonial__items--thumbnail__img {
    border-color: var(--secondary-color)
}

.language__currency--list.style3::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--primary-color);
    right: 0;
    top: 0
}

.header__menu--items.style3,
.header__social--list {
    margin-right: 1.8rem
}

.header__social--list:last-child {
    margin-right: 0
}

.main__header--style3 {
    padding: 1rem 0
}

@media only screen and (min-width:992px) {
    .header__menu--items.style3 {
        margin-right: 2rem
    }
}

@media only screen and (min-width:1200px) {
    .header__menu--items.style3 {
        margin-right: 2.5rem
    }
}

@media only screen and (min-width:1366px) {
    .header__menu--items.style3 {
        margin-right: 2rem
    }
}

@media only screen and (min-width:1600px) {
    .minicart__conditions {
        padding: 20px 0
    }

    .header__menu--items.style3 {
        margin-right: 3rem
    }
}

.deals__banner--countdown .countdown__item:last-child,
.deals__countdown--style3 .countdown__item:last-child,
.header__menu--items.style3:last-child,
.product__items--action__list:last-child,
.product__tab--primary__btn__list:last-child,
.rating__list:last-child {
    margin-right: 0
}

.header__mega--menu__li.style3 {
    width: 18%
}

.header__mega--menu__li.style3:last-child {
    width: 28%
}

.mega__menu--banner {
    overflow: hidden
}

.mega__menu--banner:hover .mega__menu--banner__img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.mega__menu--banner__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translatex(-50%);
    transform: translateY(-50%) translatex(-50%);
    font-size: 1.7rem;
    font-weight: 500;
    padding: 8px 12px;
    background: var(--white-color);
    border-radius: 5px
}

.current__price,
.old__price,
.product__items--action__btn {
    color: var(--text-gray-color)
}

.newsletter__subscribe--style3 .newsletter__subscribe--button:hover,
.newsletter__subscribe--style3 .newsletter__subscribe--input {
    background: var(--white-color);
    -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
    box-shadow: 2px 0 20px rgba(0, 0, 0, .06)
}

.home1__slider--bg {
    background: url(../img/slider/home1-slider1.png) center center/cover no-repeat
}

.home1__slider--bg.two {
    background: url(../img/slider/home1-slider2.png) center center/cover no-repeat
}

@media only screen and (max-width:767px) {
    .swiper__nav--btn {
        width: 3.5rem;
        height: 3.5rem
    }

    .header__shipping--text {
        text-align: center
    }

    .main__header--style3 {
        padding: 2rem 0
    }

    .home1__slider--bg,
    .home1__slider--bg.two {
        background-position: 0
    }
}

.home1__slider--bg.three {
    background: url(../img/slider/home1-slider3.png) center center/cover no-repeat
}

.hero__slider--items__inner {
    padding: 6rem 0
}
.header__topbar {
    background-color: #e9c7ae;
}

@media only screen and (min-width:768px) {
    .predictive__search--button {
        width: 6rem
    }

    .header__topbar--inner.style3 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hero__slider--items__inner {
        padding: 6rem 0
    }
}

@media only screen and (min-width:992px) {
    .hero__slider--items__inner {
        padding: 6.5rem 0
    }
}

@media only screen and (min-width:1200px) {
    .hero__slider--items__inner {
        padding: 7rem 0
    }
}

@media only screen and (max-width:1599px) {
    .slider__content {
        padding-left: 5rem
    }
}

.slider__content--maintitle {
    margin-bottom: 2rem
}

@media only screen and (min-width:768px) {
    .slider__content--maintitle {
        margin-bottom: 1.3rem
    }

    .hero__slider--activation .swiper-button-prev {
        left: 1rem
    }
}

@media only screen and (min-width:992px) {
    .slider__content--maintitle {
        margin-bottom: 1.5rem
    }
}

.slider__content--desc {
    font-size: 1.6rem;
    line-height: 2.5rem
}

@media only screen and (min-width:992px) {
    .slider__content--desc {
        font-size: 1.7rem;
        line-height: 2.8rem
    }
}

.slider__content--desc.desc1 {
    font-weight: 500
}

@media only screen and (max-width:1199px) {
    .d-xl-none {
        display: none
    }

    .col-md-order {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .slider__content {
        padding-left: 5rem
    }

    .slider__content--desc.mb-40 {
        margin-bottom: 2.8rem
    }
}

@media only screen and (max-width:1200px) {
    .slider__content--desc.mb-40 {
        margin-bottom: 2.5rem
    }
}

@media only screen and (max-width:991px) {
    .slider__content {
        padding-left: 3.5rem
    }

    .slider__content--desc.mb-40 {
        margin-bottom: 1.8rem
    }

    .product__items--link {
        width: 100%
    }
}

.product__items--action__style2--list:last-child,
.product__items--grid:last-child {
    margin-bottom: 0
}

.hero__slider--activation .swiper-button-prev {
    left: 1rem
}

.hero__slider--activation .swiper-button-next {
    right: 1rem
}

@media only screen and (min-width:768px) {
    .hero__slider--activation .swiper-button-next {
        right: 1rem
    }
}

.slider__text--shape__icon {
    vertical-align: middle;
    margin-right: .3rem
}

.swiper-slide-active .slider__content>* {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before,
.swiper-slide-active .slider__content--desc {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before,
.swiper-slide-active .slider__content--maintitle {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before,
.swiper-slide-active .slider__content--desc.desc2 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.swiper-slide-active .slider__btn {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.primary__btn--arrow__icon {
    vertical-align: middle;
    margin-left: .3rem
}

.home2__slider--bg {
    background: url(../img/slider/home2-slider1.png) center center/cover no-repeat
}

.home2__slider--bg.two {
    background: url(../img/slider/home2-slider2.png) center center/cover no-repeat
}

@media only screen and (max-width:767px) {
    .home1__slider--bg.three {
        background-position: 0
    }

    .slider__content {
        text-align: center;
        padding-left: 0
    }

    .home2__slider--bg,
    .home2__slider--bg.two {
        background-position: 25%
    }
}

.home2__slider--bg.three {
    background: url(../img/slider/home2-slider3.png) center center/cover no-repeat
}

@media only screen and (min-width:992px) {
    .hero__slider--activation .swiper-button-prev {
        left: 2rem
    }

    .hero__slider--activation .swiper-button-next {
        right: 2rem
    }

    .home2__slider--bg__inner {
        padding: 7rem 0
    }
}

@media only screen and (min-width:1200px) {
    .home2__slider--bg__inner {
        padding: 8rem 0
    }
}

.home3__slider--bg {
    background: url(../img/slider/home3-slider1.png) center center/cover no-repeat
}

.home3__slider--bg.two {
    background: url(../img/slider/home3-slider2.png) center center/cover no-repeat
}

@media only screen and (max-width:767px) {

    .home2__slider--bg.three,
    .home3__slider--bg,
    .home3__slider--bg.two {
        background-position: 25%
    }
}

.home3__slider--bg.three {
    background: url(../img/slider/home3-slider3.png) center center/cover no-repeat
}

.product__tab--primary__btn__list {
    font-size: 1.6rem;
    margin-right: 20px;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:767px) {
    .home3__slider--bg.three {
        background-position: 25%
    }

    .product__tab--primary__btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product__tab--primary__btn__list {
        font-size: 1.4rem
    }

    .product__collection--content {
        margin-bottom: 3rem;
        text-align: center
    }
}

@media only screen and (max-width:575px) {
    .header__account--items {
        margin-right: 1rem
    }

    .header__account--btn__text {
        display: none
    }

    .product__tab--primary__btn__list {
        line-height: 22px;
        margin: 5px 10px
    }
}

@media only screen and (min-width:768px) {
    .product__tab--primary__btn__list {
        margin-right: 30px;
        font-size: 1.7rem
    }

    .rating__list {
        margin-right: .8rem
    }
}

.product__items--thumbnail {
    position: relative;
    overflow: hidden
}

.product__secondary--img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product__items:hover .product__items--img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.product__items--link {
    display: block
}

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

.product__items--action__list {
    margin-right: .6rem
}

.product__items--action__btn {
    border: 1px solid var(--border-color);
    height: 4.4rem;
    line-height: 4rem;
    padding: 0 .6rem;
    border-radius: .3rem
}

@media only screen and (min-width:992px) {
    .product__tab--primary__btn__list {
        margin-right: 45px;
        font-size: 1.8rem
    }

    .product__items--action__btn {
        height: 4rem;
        line-height: 3.6rem
    }
}

@media only screen and (min-width:1200px) {
    .product__items--action__btn {
        padding: 0 .7rem;
        height: 4.2rem;
        line-height: 3.8rem
    }
}

@media only screen and (min-width:1366px) {
    .home2__slider--bg__inner {
        padding: 9.8rem 0
    }

    .product__items--action__list {
        margin-right: .8rem
    }

    .product__items--action__btn {
        padding: 0 .7rem;
        height: 4.4rem;
        line-height: 4rem
    }
}

@media only screen and (min-width:1600px) {
    .hero__slider--items__inner {
        padding: 14.7rem 0
    }

    .slider__content--maintitle {
        margin-bottom: 1.8rem
    }

    .slider__content--desc {
        font-size: 1.8rem;
        line-height: 3.1rem
    }

    .home2__slider--bg__inner {
        padding: 17rem 0
    }

    .product__items--action__list {
        margin-right: 1.4rem
    }

    .product__items--action__btn {
        padding: 0 1rem;
        height: 4.4rem;
        line-height: 4rem
    }
}

@media only screen and (max-width:575px) {
    .product__items--action__btn {
        height: 3.6rem;
        line-height: 3.2rem
    }

    .add__to--cart__text {
        display: none
    }
}

.product__items--action__btn.add__to--cart {
    padding: 0 .7rem;
    font-size: 1.5rem
}

@media only screen and (min-width:1200px) {
    .product__items--action__btn.add__to--cart {
        font-size: 1.4rem;
        padding: 0 .6rem
    }
}

.product__items--action__btn.add__to--cart:hover span {
    color: var(--white-color)
}

.product__items--action__btn--svg {
    vertical-align: middle
}

@media only screen and (max-width:1365px) {
    .product__items--action__btn--svg {
        width: 2rem
    }

    .main__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product__items--action__btn:hover {
    background: var(--secondary-color);
    color: var(--white-color)
}

.blog__content,
.product__items--content {
    padding-top: 1.2rem
}

.product__items--content__subtitle {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--text-gray-color)
}

@media only screen and (min-width:992px) {
    .product__items--content__subtitle {
        font-size: 1.5rem
    }

    .product__grid--heading__maintitle {
        font-size: 2.4rem;
        line-height: 3rem
    }
}

@media only screen and (max-width:400px) {
    .product__items--content__title {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-bottom: .3rem
    }
}

.banner__items--thumbnail,
.new__product--thumbnail__img,
.new__product--thumbnail__link,
.product__grid--items__img {
    display: block
}

.product__items--price {
    margin-bottom: .5rem
}

.current__price {
    font-size: 1.5rem
}

.old__price {
    font-size: 1.5rem;
    text-decoration: line-through
}

.price__divided {
    width: 1.2rem;
    height: .1rem;
    background: var(--text-gray-color);
    vertical-align: middle;
    margin: 0 .3rem
}

.product__rating {
    margin-bottom: 1.6rem
}

.rating__list--icon {
    color: var(--yellow-color)
}

.product__add-to__cart--btn__style2,
.product__badge--items {
    background: var(--secondary-color);
    color: var(--white-color)
}

.product__badge {
    position: absolute;
    top: 12px;
    left: 12px
}

.product__badge--items {
    height: 2rem;
    line-height: 2rem;
    padding: 0 7px;
    font-weight: 300;
    border-radius: 6px 0;
    font-size: 1.4rem
}

.product__items:hover .product__items--action__style2 {
    right: 1.5rem
}

.product__items:hover .product__add-to__cart--btn__style2 {
    padding: .8rem 0;
    max-height: 5rem
}

.product__add-to__cart--btn__style2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    max-height: 0
}

.product__add-to__cart--btn__style2:hover {
    background-color: var(--primary-color);
    color: var(--white-color) !important
}

.product__items--action__style2 {
    position: absolute;
    top: 1.5rem;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.footer__instagram--list,
.product__items--action__style2--list {
    margin-bottom: 1rem
}

.product__items--action__style2--btn {
    width: 3rem;
    height: 3rem;
    line-height: 2.6rem;
    text-align: center;
    border: 1px solid var(--text-gray-color);
    color: var(--text-gray-color);
    border-radius: .3rem
}

.product__items--action__style2--btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color)
}

.banner__items--content__subtitle.text__secondary,
.banner__items--thumbnail:hover .banner__items--content__link,
.footer__currency--link:hover,
.footer__currency--link:hover span,
.new__product--items:hover .new__product--content__title a {
    color: var(--secondary-color)
}

@media only screen and (min-width:480px) {
    .offCanvas__minicart {
        width: 375px
    }

    .minicart__header--desc {
        font-size: 1.7rem
    }

    .minicart__thumb {
        width: 120px
    }

    .minicart__text {
        width: calc(100% - 120px);
        padding-left: 13px
    }

    .minicart__subtitle {
        font-size: 1.6rem
    }

    .product__items--action__style2--btn {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.2rem
    }
}

@media only screen and (min-width:576px) {
    .product__badge {
        top: 20px;
        left: 20px
    }

    .product__items--action__style2--btn {
        width: 4rem;
        height: 4rem;
        line-height: 3.8rem
    }
}

.product__grid--heading__maintitle {
    font-weight: 600;
    padding-bottom: .8rem
}

.product__grid--heading__maintitle::before {
    position: absolute;
    content: "";
    width: 6rem;
    height: .2rem;
    background: var(--secondary-color);
    bottom: 0;
    left: 0
}

.product__items--grid {
    background: var(--white-color);
    -webkit-box-shadow: 1px 0 72px rgba(0, 0, 0, .1);
    box-shadow: 1px 0 72px rgba(0, 0, 0, .1);
    margin-bottom: 2rem
}

.product__items--grid__thumbnail {
    overflow: hidden;
    line-height: 1;
    width: 8rem
}

@media only screen and (min-width:1366px) {
    .product__items--action__btn.add__to--cart {
        padding: 0 1rem
    }

    .product__items--grid__thumbnail {
        width: 9rem
    }
}

.product__items--grid__content {
    padding: .2rem 1rem .2rem 1.5rem;
    width: calc(100% - 8rem)
}

.product__items--grid:hover .product__items--img {
    -webkit-transform: inherit;
    transform: inherit
}

.product__collection--content__btn {
    font-size: 1.6rem;
    line-height: 4.6rem;
    height: 4.6rem;
    padding: 0 2rem
}

.swiper__nav--btn.style3 {
    top: inherit
}

@media only screen and (min-width:768px) {
    .swiper__nav--btn.style3 {
        bottom: 25px;
        left: -116px
    }
}

@media only screen and (min-width:992px) {
    .swiper__nav--btn.style3 {
        bottom: 15%;
        left: -52%
    }
}

@media only screen and (min-width:1200px) {
    .swiper__nav--btn.style3 {
        bottom: 0
    }
}

.swiper__nav--btn.style3.swiper-button-next {
    left: -46%
}

@media only screen and (min-width:768px) {
    .swiper__nav--btn.style3.swiper-button-next {
        left: -70px
    }
}

@media only screen and (min-width:992px) {
    .swiper__nav--btn.style3.swiper-button-next {
        left: -44%
    }

    .banner__items--content__subtitle {
        font-size: 1.7rem
    }
}

@media only screen and (min-width:1200px) {
    .swiper__nav--btn.style3.swiper-button-next {
        left: -45%
    }

    .new__product--content__title {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

.new__product--items:hover .new__product--thumbnail__img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08)
}

.new__product--thumbnail {
    overflow: hidden
}

.new__product--content__title {
    padding-top: 1.5rem
}

.banner__items--thumbnail {
    overflow: hidden;
    width: 100%
}

.banner__items--thumbnail__img {
    display: block;
    width: 100%
}

.banner__items--thumbnail:hover .banner__items--thumbnail__img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.banner__items--content {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    cursor: pointer
}

@media only screen and (min-width:768px) {
    .banner__items--content {
        top: 2rem;
        left: 2rem
    }
}

@media only screen and (min-width:1366px) {
    .product__items--grid__content {
        padding: .8rem .8rem .8rem 1.5rem;
        width: calc(100% - 9rem)
    }

    .swiper__nav--btn.style3 {
        bottom: 10%;
        left: -51%
    }

    .banner__items--content {
        top: 3rem;
        left: 3rem
    }
}

.banner__items--content__subtitle {
    color: var(--text-gray-color);
    margin-bottom: .8rem;
    line-height: 2.2rem
}

@media only screen and (min-width:1200px) {
    .banner__items--content__subtitle {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

.banner__items--content__title {
    margin-bottom: .7rem;
    color: var(--primary-color);
    font-weight: 600
}

@media only screen and (min-width:768px) {
    .banner__items--content__title {
        margin-bottom: 1rem
    }
}

@media only screen and (min-width:1200px) {
    .banner__items--content__title {
        margin-bottom: 1.2rem;
        line-height: 3rem
    }
}

.banner__items--content__title.style2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: .4rem
}

@media only screen and (min-width:992px) {
    .banner__items--content__title.style2 {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media only screen and (min-width:1200px) {
    .banner__items--content__title.style2 {
        font-size: 1.8rem;
        line-height: 2.7rem;
        margin-bottom: .8rem
    }
}

@media only screen and (min-width:1600px) {
    .product__items--action__btn.add__to--cart {
        padding: 0 1.3rem
    }

    .product__items:hover .product__add-to__cart--btn__style2 {
        padding: 1.1rem 0
    }

    .product__items--grid {
        margin-bottom: 2.5rem
    }

    .swiper__nav--btn.style3 {
        bottom: 25%
    }

    .swiper__nav--btn.style3.swiper-button-next {
        left: -46%
    }

    .banner__items--content {
        top: 3.5rem;
        left: 4rem
    }

    .banner__items--content__subtitle {
        font-size: 2rem
    }

    .banner__items--content__title {
        margin-bottom: 1.8rem;
        line-height: 3.3rem
    }

    .banner__items--content__title.style2 {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1.2rem
    }
}

.banner__items--content__link {
    line-height: 2.4rem;
    color: var(--text-gray-color)
}

.banner__items--content__link.style2 {
    font-size: 1.4rem;
    text-decoration: underline
}

.banner__items--content__arrow--icon {
    color: var(--secondary-color);
    margin-left: .5rem;
    vertical-align: middle
}

.banner__items--content.style2 {
    top: 1.5rem;
    left: 2.5rem
}

.banner__items--content.style2.right {
    right: 3rem;
    left: auto
}

.banner__bg {
    background: url(../img/banner/banner-bg1.png) center center/cover no-repeat
}

.deals__banner--content {
    padding: 4rem 2rem
}

@media only screen and (min-width:576px) {
    .deals__banner--content {
        padding: 4rem 3rem
    }
}

@media only screen and (min-width:768px) {
    .deals__banner--content {
        padding: 5rem 3rem 5rem 3.5rem
    }
}

@media only screen and (min-width:992px) {
    .banner__items--content.style2 {
        top: 2rem;
        left: 3rem
    }

    .deals__banner--content {
        padding: 6rem 3rem 6rem 5rem
    }
}

@media only screen and (min-width:1200px) {
    .deals__banner--content {
        padding: 5rem 3rem 6rem 6.5rem
    }
}

.deals__banner--content__subtitle {
    font-weight: 500;
    margin-bottom: .8rem
}

@media only screen and (min-width:992px) {
    .deals__banner--content__subtitle {
        margin-bottom: 1.2rem
    }
}

.deals__banner--content__maintitle {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:576px) {
    .deals__banner--content__maintitle {
        font-size: 2.2rem
    }
}

@media only screen and (min-width:768px) {
    .deals__banner--content__maintitle {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .deals__banner--countdown .countdown__item {
        width: 6rem;
        height: 6rem
    }
}

@media only screen and (min-width:992px) {
    .deals__banner--content__maintitle {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 1.6rem
    }
}

@media only screen and (min-width:1366px) {
    .deals__banner--content__maintitle {
        font-size: 3.5rem;
        line-height: 4rem
    }
}

@media only screen and (min-width:1600px) {
    .banner__items--content__link.style2 {
        font-size: 1.5rem
    }

    .deals__banner--content {
        padding: 6rem 3rem 7rem 6.5rem
    }

    .deals__banner--content__maintitle {
        font-size: 4rem;
        line-height: 4.6rem;
        margin-bottom: 1.8rem
    }
}

.blog__post--header.mb-30,
.checkout__discount--code,
.deals__banner--content__desc {
    margin-bottom: 2.5rem
}

@media only screen and (min-width:1200px) {
    .deals__banner--content__desc {
        margin-bottom: 3rem
    }
}

@media only screen and (min-width:1600px) {
    .deals__banner--content__desc {
        margin-bottom: 3.5rem
    }
}

.deals__banner--countdown {
    margin-bottom: 2rem
}

@media only screen and (min-width:992px) {
    .deals__banner--countdown {
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:1200px) {
    .deals__banner--countdown {
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:575px) {
    .product__badge--items {
        font-size: 1.3rem
    }

    .product__items:hover .product__items--action__style2 {
        right: 1rem
    }

    .product__items:hover .product__add-to__cart--btn__style2 {
        padding: .5rem 0
    }

    .product__add-to__cart--btn__style2 {
        padding: .3rem 0;
        max-height: 5rem
    }

    .product__items--action__style2 {
        opacity: 1;
        visibility: visible;
        right: 1rem
    }

    .banner__items--content {
        top: 50%;
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%)
    }

    .banner__items--content__subtitle {
        display: none
    }

    .banner__items--content.style2 {
        top: 50%
    }

    .banner__bg {
        background-position: 10%
    }

    .deals__banner--content {
        text-align: center
    }

    .deals__banner--countdown {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.deals__banner--countdown .countdown__item {
    width: 6rem;
    height: 6rem;
    text-align: center;
    background: #efeff1;
    margin-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, .19);
    box-shadow: 0 0 59px rgba(0, 0, 0, .19);
    position: relative;
    border-radius: .5rem
}

@media only screen and (min-width:992px) {
    .deals__banner--countdown .countdown__item {
        width: 8rem;
        height: 7rem;
        margin-right: 4rem
    }
}

@media only screen and (min-width:1200px) {
    .deals__banner--countdown .countdown__item {
        width: 8.5rem;
        height: 7.5rem
    }
}

.deals__banner--countdown .countdown__item::before {
    position: absolute;
    content: ":";
    right: -2.2rem;
    top: 50%;
    font-size: 4rem;
    font-weight: 700;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

.deals__banner--countdown .countdown__number {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: .3rem
}

@media only screen and (min-width:768px) {
    .deals__banner--countdown .countdown__number {
        font-size: 2rem;
        line-height: 2rem
    }
}

@media only screen and (min-width:992px) {
    .deals__banner--countdown .countdown__item::before {
        right: -2.6rem
    }

    .deals__banner--countdown .countdown__number {
        font-size: 2.5rem;
        line-height: 2.8rem
    }
}

@media only screen and (min-width:1200px) {
    .deals__banner--countdown .countdown__number {
        font-size: 2.8rem;
        line-height: 3rem
    }
}

@media only screen and (min-width:1366px) {
    .deals__banner--countdown .countdown__item {
        width: 9rem;
        height: 8rem
    }

    .deals__banner--countdown .countdown__number {
        font-size: 3rem;
        line-height: 3.2rem
    }
}

@media only screen and (min-width:1600px) {
    .deals__banner--countdown {
        margin-bottom: 4rem
    }

    .deals__banner--countdown .countdown__item {
        width: 10.5rem;
        height: 9rem
    }

    .deals__banner--countdown .countdown__number {
        font-size: 3.5rem;
        line-height: 4rem
    }
}

.deals__banner--countdown .countdown__text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: capitalize
}

@media only screen and (min-width:768px) {
    .deals__banner--countdown .countdown__text {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:992px) {
    .deals__banner--countdown .countdown__text {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:1200px) {
    .deals__banner--countdown .countdown__text {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

.banner__bideo--play {
    position: absolute;
    top: 50%;
    right: 24%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

@media only screen and (min-width:768px) {
    .banner__bideo--play {
        right: 8%
    }
}

@media only screen and (min-width:992px) {
    .banner__bideo--play {
        right: 10%
    }
}

@media only screen and (min-width:1200px) {
    .banner__bideo--play {
        right: 24%
    }
}

@media only screen and (max-width:767px) {
    .swiper__nav--btn.style3 {
        display: none
    }

    .new__product--content {
        text-align: center
    }

    .deals__banner--countdown .countdown__item {
        margin-right: 1.5rem
    }

    .deals__banner--countdown .countdown__item::before {
        display: none
    }

    .banner__bideo--play {
        position: inherit;
        display: inline-block;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        right: 0;
        margin-top: 2rem
    }

    .banner__bideo--play__icon svg {
        width: 3.5rem;
        height: 3.5rem
    }
}

.banner__bideo--play__icon {
    width: 5rem;
    height: 5rem;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: 2s linear infinite animate;
    animation: 2s linear infinite animate
}

.banner__bideo--play__icon:hover {
    color: var(--white-color);
    background: var(--primary-color);
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

@media only screen and (min-width:768px) {
    .banner__bideo--play__icon {
        width: 6rem;
        height: 6rem
    }
}

@-webkit-keyframes animate {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    40%,
    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
        box-shadow: 0 0 0 50px rgba(255, 193, 7, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
        box-shadow: 0 0 0 rgba(255, 193, 7, 0)
    }
}

@keyframes animate {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    40%,
    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
        box-shadow: 0 0 0 50px rgba(255, 193, 7, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
        box-shadow: 0 0 0 rgba(255, 193, 7, 0)
    }
}

.banner__section--inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--black-color);
    opacity: .4;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none
}

@media only screen and (max-width:991px) {
    .deals__banner--content__desc {
        display: none
    }

    .banner__img--height__md {
        height: 30rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .shipping__section--inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.banner__content--style2 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

@media only screen and (min-width:768px) {
    .banner__content--style2 {
        left: 3.5rem
    }
}

@media only screen and (max-width:767px) {
    .banner__content--style2 {
        padding: 0 3rem
    }
}

.banner__content--style2__title {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
    .banner__content--style2__title {
        margin-bottom: 1rem
    }
}

@media only screen and (min-width:992px) {
    .banner__content--style2 {
        left: 6rem
    }

    .banner__content--style2__title {
        margin-bottom: 1.2rem;
        font-size: 3.2rem;
        line-height: 3.5rem
    }
}

@media only screen and (min-width:1200px) {
    .banner__bideo--play__icon {
        width: 7rem;
        height: 7rem
    }

    .banner__content--style2__title {
        font-size: 3.5rem;
        line-height: 3.5rem;
        margin-bottom: 1.8rem
    }
}

@media only screen and (min-width:1600px) {
    .deals__banner--countdown .countdown__text {
        font-size: 1.8rem
    }

    .banner__content--style2__title {
        font-size: 4rem;
        line-height: 4rem;
        margin-bottom: 2rem
    }
}

.banner__content--style2__desc {
    color: var(--light-color);
    margin-bottom: 1.8rem;
    line-height: 2.2rem
}

@media only screen and (min-width:576px) {
    .banner__content--style2__desc {
        width: 75%;
        line-height: 2.4rem
    }
}

@media only screen and (min-width:768px) {
    .banner__content--style2__desc {
        width: 63%;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width:992px) {
    .banner__content--style2__desc {
        width: 53%;
        margin-bottom: 2rem;
        line-height: 2.5rem
    }
}

@media only screen and (min-width:1200px) {
    .banner__content--style2__desc {
        width: 42%;
        margin-bottom: 3rem
    }
}

.banner__discount--content {
    background: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1rem 2rem;
    -webkit-transform: translatey(-50%) translatex(-50%);
    transform: translatey(-50%) translatex(-50%)
}

@media only screen and (min-width:768px) {
    .banner__discount--content {
        padding: 2rem 3rem
    }
}

@media only screen and (min-width:992px) {
    .banner__discount--content {
        padding: 3rem
    }
}

@media only screen and (min-width:1200px) {
    .banner__discount--content {
        padding: 4rem
    }
}

@media only screen and (max-width:575px) {
    .deals__banner--countdown .countdown__item {
        margin-right: 1rem
    }

    .banner__img--height__md {
        height: 33rem
    }

    .banner__content--style2 {
        padding: 0 2rem;
        text-align: center
    }

    .banner__img--max__height {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .banner__style2--top__sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .banner__items.mr-30 {
        margin-right: 0
    }

    .banner__discount--items {
        margin-bottom: 2.5rem
    }

    .banner__discount.section--padding {
        padding-bottom: 3.5rem
    }

    .banner__discount--content {
        left: 10%;
        right: 10%;
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%)
    }
}

.banner__discount--content__subtitle {
    font-weight: 600;
    color: var(--text-gray-color);
    margin-bottom: .8rem
}

@media only screen and (min-width:992px) {
    .banner__discount--content__subtitle {
        font-size: 1.7rem;
        margin-bottom: 1rem
    }

    .shop__card--content__maintitle {
        line-height: 4.5rem
    }
}

@media only screen and (min-width:1200px) {
    .banner__discount--content__subtitle {
        font-size: 1.8rem;
        margin-bottom: 1.2rem
    }
}

@media only screen and (max-width:767px) {
    .banner__discount--content__subtitle {
        margin-bottom: .5rem;
        line-height: 2rem;
        font-size: 1.5rem
    }
}

.banner__discount--content__title {
    font-weight: 500;
    margin-bottom: .8rem
}

@media only screen and (min-width:1200px) {
    .banner__discount--content__title {
        font-size: 2.8rem;
        line-height: 3.7rem;
        margin-bottom: 1.3rem
    }

    .shop__card--section__inner {
        padding: 0 4.5rem
    }
}

.banner__discount--content__link {
    color: var(--text-gray-color);
    text-decoration: underline
}

.banner__discount--content__link:hover,
.copyright__content--link:hover {
    text-decoration: underline
}

.shop__card--banner__thumbnail {
    width: 50%;
    overflow: hidden
}

.shop__card--banner__thumbnail a,
.shop__card--banner__thumbnail a img {
    width: 100%
}

.shop__card--banner__thumbnail.two {
    margin: 3rem 0 0 2.5rem
}

.shop__card--banner__thumbnail:hover .shop__card--banner__thumbnail--img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.shop__card--play {
    left: 50%;
    right: auto;
    -webkit-transform: translatey(-50%) translatex(-50%);
    transform: translatey(-50%) translatex(-50%);
    top: 50%;
    position: absolute
}

@media only screen and (min-width:1200px) {
    .shop__card--play__icon {
        width: 7rem;
        height: 7rem
    }

    .shop__card--content__subtitle {
        font-size: 1.7rem
    }
}

.shop__card--content__subtitle {
    font-weight: 400;
    color: var(--text-gray-color);
    margin-bottom: .3rem
}

.shop__card--content__maintitle {
    font-weight: 600
}

.checkout__product--table,
.privacy__policy--content,
.shop__card--content__desc {
    margin-bottom: 2rem
}

.banner__items--content__style3 {
    position: absolute;
    top: 50%;
    left: 2rem;
    right: 2rem;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner__items--content__style3--subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 500;
    margin-bottom: .4rem
}

@media only screen and (min-width:992px) {
    .banner__items--content__style3--subtitle {
        font-size: 1.8rem;
        line-height: 2.5rem
    }
}

.banner__items--content__style3--title {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3rem
}

@media only screen and (min-width:1200px) {
    .banner__items--content__style3--title {
        font-size: 2.4rem;
        line-height: 3.2rem
    }
}

@media only screen and (min-width:1366px) {
    .banner__content--style2__desc {
        width: 37%
    }

    .banner__discount--content {
        padding: 4rem 5rem
    }

    .shop__card--content__subtitle {
        font-size: 1.8rem
    }

    .banner__items--content__style3--title {
        font-size: 2.6rem;
        line-height: 3.5rem
    }
}

@media only screen and (min-width:1666px) {
    .banner__items--content__style3--title {
        font-size: 3.2rem;
        line-height: 4rem
    }
}

.banner__bg3 {
    background: url(../img/banner/banner-bg5.png) center center/cover no-repeat
}

.deals__countdown--style3 {
    padding: .8rem 0 2.2rem
}

.deals__countdown--style3 .countdown__item {
    text-align: center;
    margin-right: 1.5rem
}

.deals__countdown--style3 .countdown__number {
    width: 4.5rem;
    height: 4.5rem;
    background: var(--white-color);
    line-height: 4.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 50%
}

.blog__content--btn:hover,
.testimonial__pagination.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary-color)
}

.deals__countdown--style3 .countdown__text {
    text-transform: capitalize;
    color: var(--primary-color);
    font-size: 1.5rem;
    padding-top: .8rem;
    line-height: 2rem;
    font-weight: 500
}

.deals__content--style3__subtitle {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.5rem
}

.deals__content--style3__maintitle {
    margin-bottom: 1.5rem
}

.countdown__style3--btn {
    font-size: 1.5rem;
    line-height: 4rem;
    height: 4.2rem;
    padding: 0 1.2rem
}

.blog__items:hover .blog__thumbnail--img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog__thumbnail {
    overflow: hidden
}

.blog__thumbnail--img,
.blog__thumbnail--link {
    width: 100%;
    display: block
}

.blog__content--meta {
    color: var(--text-gray-color);
    line-height: 2.4rem;
    margin-bottom: .9rem
}

.blog__content--title {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:992px) {
    .blog__content--title {
        font-size: 1.8rem;
        margin-bottom: 1.8rem
    }
}

@media only screen and (min-width:1200px) {
    .deals__content--style3__subtitle {
        font-size: 1.7rem
    }

    .deals__content--style3__maintitle {
        font-size: 3rem;
        line-height: 3.2rem
    }

    .blog__content--title {
        line-height: 3rem;
        margin-bottom: 2rem
    }

    .blog__content--title.style2 {
        font-size: 1.7rem;
        line-height: 2.7rem
    }
}

@media only screen and (min-width:1366px) {
    .blog__content--title {
        font-size: 1.9rem;
        line-height: 2.7rem
    }
}

@media only screen and (min-width:1600px) {
    .banner__content--style2__desc {
        margin-bottom: 4rem
    }

    .banner__discount--content {
        padding: 5.5rem 13rem 6rem
    }

    .banner__discount--content__title {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 1.5rem
    }

    .shop__card--play__icon {
        width: 8rem;
        height: 8rem
    }

    .blog__content--title {
        font-size: 2.2rem;
        line-height: 3.2rem;
        margin-bottom: 2.3rem
    }

    .blog__content--title.style2 {
        font-size: 1.8rem;
        line-height: 3rem
    }
}

.blog__content--btn {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--text-gray-color);
    line-height: 3.3rem
}

@media only screen and (min-width:768px) {
    .shop__card--content__desc {
        margin-bottom: 2.5rem
    }

    .deals__countdown--style3 {
        padding: 2rem 0 2.5rem
    }

    .countdown__style3--btn {
        font-size: 1.6rem;
        line-height: 4.8rem;
        height: 4.8rem;
        padding: 0 1.8rem
    }

    .banner__bideo--play.style3 {
        right: 10%
    }

    .blog__content--btn {
        line-height: 3.8rem
    }
}

@media only screen and (min-width:992px) {
    .blog__content--btn {
        padding: 0 3rem;
        line-height: 4.3rem
    }

    .blog__content--btn.style2 {
        padding: 0 3rem;
        height: 4.3rem;
        line-height: 4.3rem
    }
}

.blog__content--btn:hover {
    color: var(--white-color)
}

.blog__content--btn.style2 {
    color: var(--white-color);
    background: var(--black-color) !important;
    border: 0
}

.blog__content--btn.style2:hover {
    background: var(--secondary-color) !important
}

.blog__content.style2 {
    background: var(--white-color);
    position: relative
}

@media only screen and (min-width:1200px) {
    .blog__content--btn {
        padding: 0 3rem;
        line-height: 4.2rem;
        height: 4.4rem
    }

    .blog__content.style2 {
        margin-left: 2.5rem;
        padding: 1.8rem;
        margin-top: -5.5rem
    }
}

.testimonial__section--inner {
    padding: 1rem 1rem 4.5rem
}

@media only screen and (min-width:768px) {
    .testimonial__section--inner {
        padding: 1rem 1rem 5rem
    }

    .shipping__items {
        width: 50%
    }
}

.testimonial__items {
    padding: 22px 18px;
    background: var(--white-color);
    border-radius: 1rem;
    -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
    box-shadow: 2px 0 20px rgba(0, 0, 0, .06)
}

@media only screen and (min-width:1200px) {
    .testimonial__items {
        padding: 3rem
    }
}

@media only screen and (min-width:1366px) {
    .testimonial__items {
        padding: 3rem 3.5rem
    }
}

@media only screen and (min-width:1600px) {
    .blog__content--btn.style2 {
        padding: 0 4rem;
        height: 4.8rem;
        line-height: 4.8rem
    }

    .blog__content.style2 {
        margin-left: 5.5rem;
        padding: 1.8rem;
        margin-top: -5.5rem
    }

    .testimonial__section--inner {
        padding: 1rem 1rem 6rem
    }

    .testimonial__items {
        padding: 4rem 4.5rem
    }
}

.testimonial__items--thumbnail {
    margin-bottom: 1.3rem
}

.testimonial__items--thumbnail__img {
    padding: .3rem;
    display: block;
    margin: 0 auto;
    border: 2px solid var(--border-color)
}

.breadcrumb__content,
.checkout__checkbox,
.product__media--preview__items,
.testimonial__items--content,
.widget__search--form {
    position: relative;
    /*    margin-left: 53px;*/
}

.breadcrumb {
    background-color: #c8ac7f;
}

.testimonial__items--title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 6px;
    font-weight: 700
}

@media only screen and (min-width:992px) {
    .testimonial__items--title {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width:1600px) {
    .testimonial__items--title {
        font-size: 2.2rem;
        line-height: 2.5rem
    }
}

.testimonial__items--subtitle {
    font-size: 1.6rem;
    line-height: 2rem;
    color: var(--text-gray-color);
    margin-bottom: 10px
}

@media only screen and (min-width:992px) {
    .testimonial__items--subtitle {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 1.2rem
    }
}

.testimonial__items--desc {
    margin-bottom: 1.2rem;
    line-height: 2.4rem
}

.footer__widget:last-child,
.shipping__items2:last-child,
.social__shear--list:last-child {
    margin-right: 0
}

.accordion__items.active:last-child,
.footer__instagram--list:last-child,
.instagram__thumbnail:last-child {
    margin-bottom: 0
}

.testimonial__bg {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover
}

.testimonial__bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--black-color);
    left: 0;
    top: 0;
    opacity: .4
}

.testimonial__items--style2 {
    background: 0 0;
    padding: 0 0 5rem;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

.testimonial__items--style2__thumbnail--img {
    border: 3px solid var(--white-color)
}

.testimonial__items--subtitle.text-white {
    color: var(--white-color)
}

.testimonial__pagination.style2 .swiper-pagination-bullet {
    border: 1px solid var(--secondary-color)
}

.shipping__items {
    padding: 0 20px;
    position: relative
}

@media only screen and (max-width:991px) {
    .shipping__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 15px;
        margin-bottom: 27px
    }
}

@media only screen and (min-width:992px) {
    .testimonial__items--desc {
        margin-bottom: 1.4rem;
        line-height: 2.7rem
    }

    .testimonial__items--desc.style2 {
        width: 55%;
        margin: 0 auto
    }

    .shipping__items {
        width: 25%
    }

    .shipping__items::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #aeaebf;
        right: 0;
        top: 0;
        opacity: .25
    }
}

.shipping__items:hover .shipping__items--icon {
    background: var(--primary-color);
    opacity: .67;
    color: var(--white-color);
    border-color: var(--primary-color)
}

.shipping__items--icon {
    width: 5rem;
    height: 5rem;
    line-height: 5.3rem;
    padding: 5px 9px;
    text-align: center;
    border: 1px solid rgba(174, 174, 191, .2);
    background: var(--white-color);
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.shipping__items--icon svg {
    width: 25px
}

@media only screen and (min-width:992px) {
    .shipping__items--icon {
        width: 5.5rem;
        height: 5.5rem;
        line-height: 5.1rem;
        padding: 8px 12px;
        margin: 0 auto 20px
    }

    .shipping__items--icon svg {
        width: 32px
    }
}

.shipping__items--title {
    margin-bottom: 8px
}

@media only screen and (min-width:992px) {
    .shipping__items--title {
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin-bottom: 10px
    }
}

.shipping__items--desc {
    color: var(--sky-color);
    font-size: 1.5rem
}

.shipping__section2--inner {
    -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
    box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
    padding: 30px 20px;
    background: var(--white-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .banner__discount--content__title {
        margin-bottom: .5rem;
        line-height: 2.2rem;
        font-size: 1.6rem
    }

    .banner__discount--content__link {
        font-size: 1.3rem;
        line-height: 2rem
    }

    .shop__card--banner__thumbnail.two {
        margin: 0 0 0 2rem
    }

    .shop__card--play {
        margin-top: 0
    }

    .shop__card--play__icon {
        width: 6rem;
        height: 6rem
    }

    .shop__card--content {
        margin-top: 2.5rem;
        text-align: center
    }

    .shipping__section.section--padding,
    .testimonial__section.section--padding {
        padding-bottom: 5.5rem
    }

    .shipping__section2--inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 20px 5px
    }
}

@media only screen and (min-width:992px) {
    .shipping__section2--inner {
        padding: 35px 25px
    }
}

.shipping__items2 {
    margin-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shipping__items2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .shipping__items2 {
        margin-bottom: 25px;
        margin-right: 0;
        width: 50%
    }
}

.shipping__items2--content {
    padding-left: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shipping__items2--content {
        padding-left: 0
    }
}

@media only screen and (max-width:450px) {
    .shipping__items2 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .shipping__items2--content {
        padding-left: 20px
    }
}

.shipping__items2--content__title {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin-bottom: 5px
}

@media only screen and (min-width:1200px) {
    .shipping__items--desc {
        font-size: 1.6rem
    }

    .shipping__section2--inner {
        padding: 35px 65px
    }

    .shipping__items2--content__title {
        font-size: 1.8rem
    }
}

.shipping__items2--content__desc {
    font-size: 1.2rem;
    color: var(--sky-color)
}

.shipping__items2--icon img {
    display: block
}

.shipping__style3--items {
    position: relative;
    margin-right: 10rem;
    padding-right: 10rem
}

@media only screen and (min-width:992px) {
    .shipping__style3--items {
        margin-right: 2rem;
        padding-right: 2rem;
        width: 25%
    }
}

@media only screen and (min-width:1200px) {
    .shipping__style3--items {
        margin-right: 4rem;
        padding-right: 4rem;
        width: auto
    }
}

@media only screen and (min-width:1366px) {
    .shipping__style3--items {
        margin-right: 6rem;
        padding-right: 6rem
    }
}

@media only screen and (min-width:1600px) {
    .shipping__style3--items {
        margin-right: 10rem;
        padding-right: 10rem
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shipping__items2--icon {
        margin-bottom: 1.5rem
    }

    .shipping__style3--items {
        margin-right: 2rem;
        padding-right: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .shipping__style3--items::before {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .shipping__style3--items {
        margin-right: 0;
        padding-right: 0;
        width: 50%;
        margin-bottom: 2.5rem
    }

    .shipping__style3--items::before {
        display: none
    }
}

@media only screen and (max-width:479px) {

    /* .row {
        margin-right: -8px;
        margin-left: -8px
    } */
    /* .row>* {
        padding-right: 8px;
        padding-left: 8px
    } */

    .shipping__style3--items {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .shop__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.shipping__style3--items:last-child {
    margin-right: 0;
    padding-right: 0
}

.shipping__style3--items::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--border-color);
    right: 0;
    top: 0
}

.shipping__style3--icon {
    color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart__content,
.product__description,
.shipping__style3--content {
    padding-left: 1.5rem
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shipping__style3--icon {
        margin-bottom: 1.5rem
    }

    .shipping__style3--content {
        padding-left: 0
    }
}

.shipping__style3--content__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: .7rem
}

@media only screen and (min-width:1200px) {
    .shipping__style3--content__title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: .8rem
    }
}

.shipping__style3--content__desc {
    line-height: 2rem;
    font-size: 1.5rem
}

.shipping__style3--inner {
    -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
    box-shadow: 0 -4px 27px rgba(62, 70, 120, .16);
    padding: 2.5rem 2rem;
    background: var(--white-color)
}

@media only screen and (min-width:1200px) {
    .shipping__style3--content__desc {
        font-size: 1.6rem
    }

    .shipping__style3--inner {
        padding: 3.5rem
    }
}

.main__footer {
    border-bottom: 1px solid #ddd;
    padding: 6rem 0 2rem
}

@media only screen and (min-width:992px) {
    .main__footer {
        padding: 6.5rem 0 3rem
    }
}

@media only screen and (min-width:1366px) {
    .main__footer {
        padding: 7rem 0
    }

    .footer__widget--desc.style3 {
        padding-right: 4rem
    }
}

@media only screen and (min-width:1600px) {
    .main__footer {
        padding: 8rem 0
    }
}

@media only screen and (min-width:1366px) and (max-width:1449px) {
    .footer__widget--width {
        width: 25%
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .footer__widget--width {
        width: 31.5%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer__widget--width {
        width: 31%
    }

    .footer__widget:nth-child(3) {
        margin-right: 0
    }
}

.social__title {
    font-size: 1.8rem;
    font-weight: 400
}

.social__shear--list {
    margin-right: 1.3rem
}

.social__shear--list__icon {
    color: var(--ofwhite-color)
}

@media only screen and (max-width:1365px) {
    .footer__widget {
        margin-bottom: 4rem
    }

    .product__grid--inner .product__items--action__btn {
        padding: 0 .6rem
    }
}

@media only screen and (max-width:767px) {
    .shipping__style3--inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2.5rem 1.5rem 0
    }

    .main__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6rem 0 3.5rem
    }

    .footer__widget {
        margin-bottom: 0;
        margin-right: 0
    }
}

.footer__widget--menu__wrapper .footer__widget,
.footer__widget--menu__wrapper .footer__widget:last-child {
    margin-right: 3rem
}

.footer__widget--title {
    margin-bottom: 2rem;
    font-weight: 400;
    position: relative;
    padding-bottom: .8rem
}

@media only screen and (min-width:992px) {
    .footer__widget--title {
        margin-bottom: 3rem;
        padding-bottom: 1rem
    }

    .newsletter__subscribe--button {
        font-size: 2rem
    }
}

.footer__widget--title::before {
    position: absolute;
    content: "";
    height: .2rem;
    width: 6rem;
    background: #909090;
    left: 0;
    bottom: 0
}

.footer__widget--title__arrowdown--icon {
    position: absolute;
    right: 0;
    top: 38%;
    -webkit-transition: .3s;
    transition: .3s;
    display: none
}

.footer__widget.active {
    padding-bottom: 3.5rem
}

.footer__widget.active .footer__widget--title__arrowdown--icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer__widget--menu__text {
    color: var(--ofwhite-color);
    line-height: 3rem
}

@media only screen and (min-width:1600px) {
    .footer__widget--menu__wrapper .footer__widget {
        margin-right: 6rem
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer__widget--width {
        width: 47%
    }

    .footer__widget:nth-child(2) {
        margin-right: 0
    }

    .footer__widget--menu__wrapper .footer__widget {
        margin-right: 4rem
    }
}

.footer__widget--button {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: "";
    color: transparent;
    border: 0;
    background-color: transparent;
    color: var(--white-color)
}

.newsletter__subscribe {
    margin-top: 2rem
}

.newsletter__subscribe--input {
    width: 100%;
    border: 0;
    height: 4.5rem;
    background: var(--ofwhite-color);
    padding: 0 1.5rem;
    font-weight: 600
}

.newsletter__subscribe--input:focus,
.team__items:hover .team__thumb {
    border-color: var(--secondary-color)
}

.newsletter__subscribe--input:focus::-webkit-input-placeholder {
    color: #000
}

.newsletter__subscribe--input.style3 {
    padding: 0 4.7rem 0 1.5rem
}

.newsletter__subscribe--button {
    width: 100%;
    height: 4.5rem;
    font-weight: 600;
    background: var(--secondary-color);
    border: 0;
    color: var(--ofwhite-color);
    margin-top: 2rem
}

.newsletter__subscribe--button:hover {
    background: var(--ofwhite-color);
    color: var(--secondary-color)
}

.newsletter__subscribe--button.style3 {
    line-height: 5.5rem;
    position: absolute;
    top: 0;
    right: 9px;
    width: auto;
    background: inherit;
    color: var(--secondary-color);
    margin: 0
}

.newsletter__subscribe--button.style3:hover {
    color: var(--primary-color)
}

.footer__menu--style3 .footer__widget--menu__text:hover,
.footer__social--style3 .social__shear--list__icon:hover,
.footer__social--style3 .social__shear--list__icon:hover span,
.media__play--icon__link {
    color: var(--secondary-color)
}

.footer__bottom {
    padding: 1.5rem 0
}

.instagram__thumbnail {
    margin-right: 1rem
}

.instagram__thumbnail a {
    display: block
}

.instagram__thumbnail a img {
    display: block;
    width: 8rem
}

@media only screen and (max-width:991px) {
    .shipping__items--content {
        text-align: left !important;
        padding-left: 20px
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .copyright__content {
        margin-bottom: 2rem !important
    }

    .team__section.section--padding {
        padding-bottom: 6rem
    }
}

.footer__dropdown--currency,
.footer__dropdown--language {
    position: absolute;
    z-index: 9;
    width: 100px;
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 2.8rem;
    background: var(--white-color);
    opacity: 0;
    left: 0;
    visibility: hidden
}

.blog__thumbnail,
.footer__payment,
.portfolio__items--thumbnail {
    line-height: 1
}

.footer__dropdown--language {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.footer__dropdown--language.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 1.5rem
}

.footer__dropdown--currency {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.footer__dropdown--currency.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 1.5rem
}

.footer__social--style3 .social__shear--list__icon {
    color: var(--black-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__social--style3 .social__shear--list {
    margin-right: 0;
    margin-bottom: 1.5rem
}

.footer__social--style3 .social__shear--list:last-child {
    margin-right: 0
}

.footer__social--icon__svg {
    width: 2.5rem;
    margin-right: 1rem
}

.footer__menu--style3 .footer__widget--menu__text {
    color: var(--black-color)
}

@media only screen and (max-width:1199px) {
    .footer__widget--title {
        font-size: 2rem;
        margin-bottom: 2.2rem
    }

    .footer__language--currency {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2rem
    }

    .footer__language--currency ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.copyright__content.style3 {
    text-align: center;
    margin-bottom: 2rem
}

.footer__payment.style3 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

/* .modal,
.variant__wishlist--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
} */

.footer__widget--button.style3 {
    color: var(--primary-color)
}

/* 
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in;
    z-index: 99
}

.portfolio__items--thumbnail::before,
.portfolio__view--icon {
    z-index: 9;
    -webkit-transition: var(--transition);
    position: absolute
}

.modal.is-visible {
    visibility: visible;
    opacity: 1
}

.modal.is-visible .quickview__main--wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0)
} */

.quickview__main--wrapper {
    position: relative;
    max-width: 880px;
    max-height: 80vh;
    border-radius: 10px;
    background: #fff;
    overflow: auto;
    cursor: default;
    padding: 20px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    pointer-events: inherit
}

.ctn-preloader,
.newsletter__popup--close__btn>*,
.offcanvas__filter--close>*,
.portfolio__items--thumbnail::before,
.product__grid--column__buttons--icons>svg,
.widget__categories--menu__label>*,
.widget__filter--btn>* {
    pointer-events: none
}

.quickview__header {
    position: absolute;
    padding: 0;
    top: 16px;
    right: 16px;
    z-index: 9
}

.quickview__close--btn {
    font-size: 1.8rem;
    padding: 0;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 2.6rem;
    border-radius: 50%;
    font-weight: 700;
    border: 1px solid var(--border-color);
    background: var(--white-color)
}

.quickview__close--btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

/* 
[data-animation] .modal-dialog {
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.51, .92, .24, 1.15);
    transition: .5s cubic-bezier(.51, .92, .24, 1.15)
}

[data-animation].is-visible .modal-dialog {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
} */

.quickview__info--review__text {
    color: var(--text-gray-color);
    font-weight: 500;
    margin-left: 15px
}

.quickview__thumb {
    position: relative;
    line-height: 1
}

.quickview__thumb--img,
.quickview__thumb--link {
    width: 100%;
    border-radius: 8px
}

.quickview__gallery--pagination .swiper-pagination-bullet {
    width: 16px;
    height: 5px;
    background: var(--secondary-color);
    opacity: 1;
    border-radius: 2px;
    margin: 0 3px !important
}

.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.quickview__social--icon:hover {
    background: var(--primary-color)
}

.about__thumb--items:last-child,
.brand__logo--items:last-child,
.pagination__list:last-child,
.product__grid--column__buttons--icons:last-child,
.product__view--mode__list:last-child,
.quickview__social--list:last-child,
.team__social--list:last-child,
.variant__color--value:last-child,
.variant__input--fieldset:last-child,
.variant__size--value:last-child {
    margin-right: 0
}

.variant__color--value {
    width: 2.5rem;
    height: 2.5rem;
    padding: 2px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    line-height: 1;
    cursor: pointer
}

.variant__color--value__img {
    border-radius: 50%
}

.variant__input--fieldset input[type=radio]+label:hover,
.variant__input--fieldset input[type=radio]:checked+label {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color)
}

.variant__input--fieldset input[type=radio]+label {
    border: 1px solid var(--primary-color)
}

.variant__input--fieldset {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border: none;
    margin: 0 10px 0 0;
    padding: 0
}

.variant__input--fieldset input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.variant__size--value {
    width: 4.7rem;
    height: 3.2rem;
    line-height: 2.8rem;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-right: 7px
}

.quickview__variant--wishlist__svg {
    width: 22px;
    margin-right: 7px
}

.variant__wishlist--icon {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.quickview__value--quantity {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.2rem;
    line-height: 3.3rem
}

.quickview__value--quantity.decrease {
    border-radius: 17px 0 0 17px
}

.quickview__value--quantity.increase {
    border-radius: 0 17px 17px 0
}

input.quickview__value--number {
    height: 3.5rem;
    font-size: 1.7rem
}

.quickview__cart--btn {
    height: 3.8rem;
    line-height: 3.8rem;
    padding: 0 25px;
    margin-left: 15px;
    font-size: 1.5rem
}

.quickview__social--title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 15px
}

.quickview__social--list {
    margin-right: 10px
}

.quickview__social--icon {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%
}

.quickview__social--icon:hover {
    color: var(--white-color)
}

.accordion__items.active {
    margin-bottom: 20px
}

.accordion__items--body {
    display: none;
    padding: 0 20px
}

.accordion__items--body__desc {
    font-size: 1.5rem;
    line-height: 2.8rem
}

.accordion__items--button {
    border: 0;
    background: var(--white-color);
    width: 100%;
    padding: 13px 60px 13px 25px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative
}

@media only screen and (min-width:992px) {
    .accordion__items--button {
        padding: 13px 70px 13px 35px
    }
}

@media only screen and (min-width:1200px) {
    .accordion__items--button {
        padding: 24px 80px 24px 40px
    }
}

.accordion__items--button__icon {
    width: 3rem;
    height: 3rem;
    background: var(--secondary-color);
    color: var(--white-color);
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

@media only screen and (min-width:768px) {
    .footer__bottom {
        padding: 0.5rem 0;
    }

    .accordion__items--button__icon {
        right: 15px
    }
}

.portfolio__items--thumbnail::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    top: 0;
    left: 0;
    opacity: 0;
    transition: var(--transition)
}

.portfolio__items--thumbnail:hover::before {
    opacity: .8
}

.portfolio__items--thumbnail:hover .portfolio__view--icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translatey(-50%) translatex(-50%) scale(1);
    transform: translatey(-50%) translatex(-50%) scale(1)
}

.portfolio__items--thumbnail__link {
    overflow: hidden;
    display: block
}

.portfolio__items--thumbnail:hover .portfolio__items--thumbnail__img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.portfolio__items--thumbnail__img {
    -webkit-transition: .3s;
    transition: .3s;
    display: block
}

.portfolio__view--icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translatey(-50%) translatex(-50%) scale(0);
    transform: translatey(-50%) translatex(-50%) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    width: 4rem;
    height: 4rem;
    background: var(--white-color);
    color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.breadcrumb__bg,
.team__social--icon {
    display: -webkit-box;
    display: -ms-flexbox
}

.portfolio__view--icon svg {
    width: 25px
}

.portfolio__view--icon:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.brand__logo--items {
    margin-right: 8rem
}

@media only screen and (min-width:768px) {
    .brand__logo--items {
        margin-right: 3.5rem
    }
}

@media only screen and (min-width:992px) {
    .accordion__items--button__icon {
        right: 35px
    }

    .brand__logo--items {
        margin-right: 6rem
    }
}

@media only screen and (min-width:1200px) {
    .brand__logo--items {
        margin-right: 8rem
    }
}

@media only screen and (max-width:767px) {
    .footer__widget--title {
        padding-bottom: 0;
        font-size: 1.8rem
    }

    .footer__widget--title::before {
        display: none
    }

    .footer__widget--title__arrowdown--icon {
        display: block
    }

    .footer__widget--menu__wrapper .footer__widget,
    .footer__widget--menu__wrapper .footer__widget:last-child {
        margin-right: 0
    }

    .footer__widget--menu__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__widget--button {
        visibility: visible
    }

    .footer__widget--inner {
        display: none
    }

    .copyright__content {
        text-align: center;
        margin-bottom: 1.5rem !important
    }

    .quickview__main--wrapper {
        max-width: 550px
    }

    .quickview__header {
        top: 10px;
        right: 10px
    }

    .quickview__product--media.product__details--media {
        margin-bottom: 3rem
    }

    .quickview__gallery {
        margin-bottom: 20px
    }

    .accordion__section--inner .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .accordion__banner {
        text-align: center
    }

    .accordion__wrapper {
        margin-bottom: 30px
    }

    .brand__logo--section {
        padding-bottom: 3rem
    }

    .brand__logo--section__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .brand__logo--items {
        margin: 0 30px 30px
    }
}

@media only screen and (max-width:480px) {
    .brand__logo--items {
        margin: 0 15px 30px
    }

    .brand__logo--items__thumbnail--img {
        max-width: 11rem
    }
}

.brand__logo--items__thumbnail--img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.breadcrumb__bg {
    background: url(../img/banner/breadcrumb-bg.png) no-repeat;
    height: 130px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media only screen and (min-width:480px) {
    .breadcrumb__bg {
        height: 150px
    }
}

@media only screen and (min-width:576px) {
    .breadcrumb__bg {
        height: 170px
    }
}

@media only screen and (min-width:768px) {
    .breadcrumb__bg {
        height: 190px
    }
}

@media only screen and (min-width:992px) {
    .breadcrumb__bg {
        height: 220px
    }
}

@media only screen and (min-width:1200px) {
    .breadcrumb__bg {
        height: 270px
    }
}

.breadcrumb__content--title.mb-25 {
    margin-bottom: 12px
}

@media only screen and (min-width:768px) {
    .breadcrumb__content--title.mb-25 {
        margin-bottom: 18px
    }
}

.breadcrumb__content--menu__items {
    position: relative;
    margin-right: 20px;
    padding-right: 22px;
    line-height: 24px
}

.breadcrumb__content--menu__items:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumb__content--menu__items:last-child::before,
.order__summary--mobile__version {
    display: none
}

.breadcrumb__content--menu__items::before {
    position: absolute;
    content: ">>";
    font-size: 14px;
    color: #fff;
    background: var(--secondary-color);
    right: 0;
    top: 1px;
    border-radius: 5px
}

.ab-us span {
    margin-left: -14px
}

.about__thumb--items {
    margin-right: 2rem;
    width: 50%
}

.about__thumb--items:first-child {
    margin-top: 5rem
}

.about__thumb--img {
    width: 100%
}

.about__thumb--play {
    top: 40%;
    padding: 0;
    border: 0;
    right: 42%;
    position: absolute
}

.about__content--subtitle {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.2rem
}

@media only screen and (max-width:575px) {
    .shop__card--banner__thumbnail.two {
        margin: 0 0 0 1.5rem
    }

    .shop__card--play__icon {
        width: 5rem;
        height: 5rem
    }

    .banner__bg3 {
        background-position: 10%
    }

    .deals__countdown--style3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testimonial__items--desc.style2 {
        padding: 0 1.5rem
    }

    .testimonial__items--style2 {
        padding: 0 0 4.5rem
    }

    .shipping__items2--icon img {
        width: 4rem
    }

    .quickview__main--wrapper {
        padding: 25px 15px
    }

    .about__content {
        text-align: center
    }

    .about__content--subtitle {
        font-size: 1.8rem;
        margin-bottom: 1.2rem
    }
}

.about__content--maintitle {
    font-weight: 700
}

@media only screen and (min-width:992px) {
    .breadcrumb__content--title.mb-25 {
        margin-bottom: 20px
    }

    .about__content--maintitle {
        font-size: 3rem;
        line-height: 3.7rem
    }
}

.about__content--desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: var(--text-gray-color)
}

.team__social--icon,
.team__social--icon:hover {
    color: var(--white-color)
}

.about__author--name {
    font-weight: 600;
    line-height: 2.6rem
}

.about__author--signature {
    margin-left: 1.5rem
}

.counterup__banner__bg2 {
    background: url(../img/banner/banner-bg4.png) center center/cover no-repeat;
    position: relative
}

.counterup__banner__bg2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--black-color);
    left: 0;
    top: 0;
    opacity: .7
}

.product__view--search__btn:hover,
.team__social--icon:hover,
.widget__search--form__btn:hover {
    background: var(--primary-color)
}

.counterup__banner--inner {
    padding: 60px 0
}

@media only screen and (max-width:575px) {
    .about__content--maintitle {
        line-height: 2.8rem;
        margin-bottom: 1.5rem
    }

    .about__content--desc {
        font-size: 1.5rem;
        line-height: 2.5rem
    }

    .about__author {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .counterup__banner--inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 0 38px
    }

    .counterup__banner--items {
        width: 50%;
        margin-bottom: 22px
    }
}

@media only screen and (min-width:768px) {
    .breadcrumb__content--menu__items {
        font-size: 18px
    }

    .counterup__banner--inner {
        padding: 70px 0
    }
}

@media only screen and (min-width:992px) {
    .counterup__banner--inner {
        padding: 80px 0
    }
}

@media only screen and (min-width:1200px) {
    .counterup__banner--inner {
        padding: 100px 0
    }
}

.counterup__banner--items__text {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 10px;
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .counterup__banner--items__text {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 11px
    }
}

@media only screen and (min-width:992px) {
    .counterup__banner--items__text {
        font-size: 1.7rem;
        line-height: 2.7rem
    }
}

@media only screen and (min-width:1200px) {
    .counterup__banner--items__text {
        font-size: 2rem;
        line-height: 3.2rem
    }
}

.counterup__banner--items__number {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3rem
}

@media only screen and (min-width:768px) {
    .counterup__banner--items__number {
        font-size: 3.3rem
    }
}

@media only screen and (min-width:992px) {
    .counterup__banner--items__number {
        font-size: 3.5rem;
        line-height: 3.5rem
    }
}

.team__thumb {
    position: relative;
    display: inline-block;
    border: 6px solid transparent;
    padding: .7rem;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%
}

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

.team__social--list {
    margin-right: 1.5rem
}

.team__social--icon {
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    background: var(--secondary-color);
    line-height: 3.5rem;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offcanvas__filter--close:hover,
.product__grid--column__buttons--icons.active,
.product__grid--column__buttons--icons:hover,
.widget__filter--btn:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color)
}

.team__content {
    padding: 1.2rem 0 0
}

@media only screen and (max-width:991px) {
    .about__thumb {
        margin-bottom: 3rem
    }

    .about__thumb--items:first-child {
        margin-top: 0
    }

    .about__thumb--play {
        top: 50%;
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%);
        margin-top: 0
    }

    .team__items {
        margin-bottom: 2.5rem
    }

    .team__content {
        padding: 1rem 0 0
    }
}

.team__content--subtitle {
    color: var(--sky-color);
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:767px) {
    .team__content--subtitle {
        font-size: 1.7rem;
        line-height: 2.5rem
    }
}

@media only screen and (max-width:575px) {
    .team__social--list {
        margin-right: .8rem
    }

    .team__social--icon {
        width: 2.8rem;
        height: 2.8rem;
        line-height: 3.4rem
    }

    .team__content {
        padding: .5rem 0 0
    }

    .team__content--subtitle {
        margin-bottom: 1.2rem
    }
}

.team__content--title {
    font-weight: 700;
    margin-bottom: 1rem
}

@media only screen and (min-width:992px) {
    .team__content--title {
        font-size: 2.2rem;
        line-height: 2.5rem;
        margin-bottom: 1.2rem
    }

    .product__view--mode__list {
        margin-right: 1.5rem
    }
}

.shop__header {
    padding: 1.5rem 2rem;
    border-radius: .5rem
}

@media only screen and (min-width:1200px) {
    .counterup__banner--items__number {
        font-size: 4rem;
        line-height: 4.5rem
    }

    .team__content--title {
        font-size: 2.4rem;
        line-height: 2.5rem
    }

    .product__view--mode__list {
        margin-right: 2.5rem
    }
}

@media only screen and (min-width:1366px) {
    .product__view--mode__list {
        margin-right: 3.5rem
    }
}

@media only screen and (max-width:991px) {
    .product__view--mode__list {
        margin-right: 0
    }

    .shop__product--wrapper .product__items--link {
        width: 100%
    }
}

.product__view--label {
    font-weight: 600;
    margin-right: 1.2rem
}

@media only screen and (min-width:992px) {
    .product__view--label {
        margin-right: .8rem;
        font-size: 1.5rem
    }
}

@media only screen and (min-width:1200px) {
    .product__view--label {
        margin-right: 2.5rem
    }
}

.product__view--select {
    border: 1px solid var(--border-color);
    padding: .6rem 3rem .6rem 1.2rem;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: .5rem;
    background: var(--white-color)
}

.select.shop__header--select::before {
    right: 14px
}

.product__grid--column__buttons--icons {
    border: 1px solid var(--border-color);
    background: var(--white-color);
    border-radius: .3rem;
    width: 3.7rem;
    height: 3.7rem;
    line-height: 1.1rem;
    margin-right: 10px;
    text-align: center;
    padding: 0
}

.product__view--search__form {
    width: 200px;
    position: relative
}

@media only screen and (min-width:992px) {
    .product__view--search__form {
        width: 180px
    }

    .product__view--search__input {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:1200px) {
    .product__view--search__form {
        width: 260px
    }
}

@media only screen and (min-width:1366px) {
    .product__view--label {
        margin-right: 3.5rem
    }

    .product__view--search__form {
        width: 300px
    }

    .contact__section--inner {
        padding: 0 13rem
    }
}

.product__view--search__input {
    width: 100%;
    height: 4rem;
    background: var(--white-color);
    border-radius: .5rem;
    padding: 0 5rem 0 1.5rem;
    border: 1px solid var(--border-color)
}

.product__view--search__input:focus {
    border-color: var(--secondary-color)
}

.product__view--search__btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: var(--secondary-color);
    color: var(--white-color);
    height: 100%;
    width: 4rem;
    border-radius: 0 .5rem .5rem 0;
    line-height: 4.8rem
}

.product__showing--count {
    font-weight: 500;
    letter-spacing: .5px
}

@media only screen and (min-width:992px) {
    .product__showing--count {
        font-size: 1.5rem;
        line-height: 2.6rem;
        margin-left: 1.5rem
    }
}

.offcanvas__filter--sidebar {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    overflow-y: auto
}

.offcanvas__filter--sidebar.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.widget__filter--btn {
    border: 1px solid var(--border-color);
    background: var(--white-color);
    border-radius: .3rem;
    padding: .5rem 1.2rem
}

.widget__filter--btn__icon {
    width: 20px
}

.widget__filter--btn__text {
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: .7rem
}

.offcanvas__filter--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    padding: .5rem 1rem;
    border-radius: .3rem;
    margin: 25px;
    background: var(--white-color)
}

.widget__categories--menu__label:hover,
.widget__form--check__label:hover {
    color: var(--primary-color)
}

.offcanvas__filter--close__text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 8px
}

.product__details--media,
.shop__sidebar--widget {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.single__widget {
    margin-bottom: 3rem
}

.single__widget:last-child {
    margin-bottom: 0
}

.single__widget.widget__bg {
    padding: 2rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 22px rgba(0, 0, 0, .1)
}

.widget__title {
    font-weight: 600;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 1rem
}

.widget__search--form__input {
    width: 100%;
    height: 5rem;
    padding: 0 6rem 0 1.2rem;
    border-radius: .5rem;
    border: 1px solid var(--border-color2)
}

.widget__search--form__input:focus {
    border-color: var(--secondary-color)
}

.widget__search--form__btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: var(--secondary-color);
    color: var(--white-color);
    padding: 0;
    width: 4.5rem;
    height: 100%;
    border-radius: 0 .5rem .5rem 0
}

.widget__categories--menu__list {
    border: 1px solid var(--border-color2);
    margin-bottom: 1.5rem;
    border-radius: .5rem
}

.widget__categories--menu__list.active {
    margin-bottom: 1.5rem
}

.widget__categories--menu__list.active:last-child,
.widget__form--check__list:last-child {
    margin-bottom: 0
}

.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 38%
}

.widget__categories--menu__label {
    cursor: pointer;
    background: var(--white-color);
    padding: .5rem 1rem;
    border-radius: .5rem;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.widget__categories--menu__text {
    padding-left: 1rem
}

.widget__categories--menu__img {
    width: 3rem
}

.widget__categories--menu__arrowdown--icon {
    position: absolute;
    right: 1.5rem;
    top: 43%;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.widget__form--check__label,
.widget__form--checkmark {
    -webkit-transition: var(--transition);
    background: var(--white-color)
}

.widget__categories--sub__menu {
    display: none;
    padding: 1rem 0;
    border-top: 1px solid var(--border-color2)
}

.widget__categories--sub__menu--list {
    margin-bottom: .8rem;
    padding: 0 1rem .8rem;
    border-bottom: 1px solid var(--border-color2)
}

.widget__categories--sub__menu--list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.widget__categories--sub__menu--img {
    width: 2.8rem
}

.widget__categories--sub__menu--text {
    padding-left: 1rem;
    line-height: 2.8rem
}

.widget__form--check__list {
    margin-bottom: 1rem;
    position: relative
}

.widget__form--check__label {
    cursor: pointer;
    line-height: 2.8rem;
    transition: var(--transition);
    border: 1px solid var(--border-color2);
    padding: .5rem 3rem .5rem 1.5rem;
    border-radius: .5rem;
    display: block
}

.widget__form--check__input {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    opacity: 0;
    cursor: pointer;
    z-index: 999
}

.widget__form--check__input:checked~.widget__form--checkmark {
    background-color: var(--secondary-color)
}

.widget__form--check__input:checked~.widget__form--checkmark::before {
    display: block
}

.widget__form--checkmark {
    height: 1.8rem;
    width: 1.8rem;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    transition: var(--transition)
}

.product__details--tab__list.active::before,
.product__details--tab__list:hover::before {
    right: 0;
    left: 0;
    width: 100%
}

.widget__form--checkmark::before {
    right: .5rem;
    top: .3rem;
    width: .5rem;
    height: .8rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none
}

.price__filter--group {
    width: 46%
}

.price__filter--label {
    font-weight: 600;
    margin-bottom: .6rem;
    display: inline-block
}

.price__filter--input {
    border: 1px solid var(--border-color2);
    padding: .7rem 1rem
}

.price__filter--input__field,
.variant__buy--now__btn {
    width: 100%
}

.price__filter--currency {
    font-weight: 700;
    margin-right: .6rem
}

.price__filter--btn {
    height: 4rem;
    line-height: 4rem
}

.price__divider {
    font-size: 2rem;
    padding: 2.5rem 1rem 0
}

.widget__tagcloud--list {
    display: inline-block;
    margin: 0 8px 8px 0
}

.widget__tagcloud--link {
    border: 1px solid var(--border-color2);
    background: var(--white-color);
    padding: .5rem 1.2rem;
    line-height: 2.5rem;
    border-radius: .3rem
}

.widget__tagcloud--link:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color)
}

.product__grid--inner .product__items--action__btn.add__to--cart {
    font-size: 1.3rem;
    padding: 0 .6rem
}

@media only screen and (max-width:1365px) {
    .product__grid--inner .product__items--action__btn.add__to--cart {
        padding: 0 .4rem
    }
}

@media only screen and (max-width:1600px) {
    .breadcrumb__bg {
        background-position: center center;
        background-size: cover
    }

    .product__grid--inner .product__items--action__btn.add__to--cart {
        padding: 0 .6rem
    }
}

.product__list--items__thumbnail {
    width: 132px
}

@media only screen and (min-width:480px) {
    .offcanvas__filter--sidebar {
        max-width: 320px
    }

    .product__list--items__thumbnail {
        width: 200px
    }
}

@media only screen and (min-width:768px) {
    .product__list--items__thumbnail {
        width: 280px
    }
}

.product__list--items__content {
    width: calc(100% - 132px);
    padding-left: 1.5rem
}

@media only screen and (min-width:480px) {
    .product__list--items__content {
        width: calc(100% - 200px);
        padding-left: 2rem
    }
}

.product__list--items__content--title {
    font-weight: 600
}

.pagination__area {
    padding: 1.5rem 2rem;
    margin-top: 3rem
}

.pagination__list {
    margin-right: .8rem
}

.pagination__item {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color2);
    background: var(--white-color)
}

.pagination__item--current,
.pagination__item:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color)
}

@media only screen and (max-width:767px) {
    .team__section.section--padding {
        padding-bottom: 4rem
    }

    .about__thumb {
        margin-bottom: 2.5rem
    }

    .product__list--items__content--desc {
        display: none
    }

    .product__details--media {
        margin-bottom: 5.7rem
    }
}

.product__media--preview__items--img,
.product__media--preview__items--link {
    width: 100%;
    display: block
}

.product__media--view__icon {
    position: absolute;
    top: 2rem;
    left: 2rem
}

.product__media--view__icon--link {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.3rem;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 50%;
    color: var(--white-color)
}

.product__media--view__icon--link:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.contact__info--content__desc a:hover,
.media__play--icon__link:hover {
    color: var(--primary-color)
}

.product__media--view__icon.media__play {
    right: 2rem;
    left: auto
}

.product__details--tab__list.active,
.product__details--tab__list:hover {
    color: var(--secondary-color)
}

.product__media--nav {
    margin-top: 2rem
}

.product__media--nav__items {
    border: 1px solid var(--border-color2);
    padding: .5rem
}

.product__media--nav__items--img {
    width: 100%;
    display: block;
    cursor: pointer
}

@media only screen and (min-width:768px) {
    .product__list--items__content {
        width: calc(100% - 280px);
        padding-left: 3rem
    }

    .pagination__area {
        margin-top: 5rem
    }

    .pagination__list {
        margin-right: 1.2rem
    }

    .pagination__item {
        width: 4rem;
        height: 4rem;
        line-height: 3.8rem
    }

    .product__details--info {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .single__widget {
        margin-bottom: 4rem
    }

    .widget__title {
        padding-bottom: 1.2rem;
        margin-bottom: 2.5rem
    }

    .price__filter--label,
    .widget__search--form__input {
        font-size: 1.5rem
    }

    .product__list--items__content--title {
        font-size: 2rem;
        line-height: 2.8rem
    }

    .product__list--items__content--desc {
        font-size: 1.6rem;
        line-height: 2.8rem
    }

    .product__list--items__content .current__price {
        font-size: 1.8rem;
        line-height: 2.6rem
    }

    .product__list--items__content .old__price {
        font-size: 1.6rem;
        line-height: 2.6rem
    }

    .product__details--info__title {
        font-size: 2.8rem
    }

    .product__details--info__title.style2 {
        font-size: 2.5rem
    }
}

.product__details--info__price .current__price {
    font-size: 1.6rem
}

@media only screen and (min-width:992px) {
    .product__details--info__price .current__price {
        font-size: 2rem
    }
}

.product__details--info__price .old__price {
    font-size: 1.4rem;
    margin-left: .8rem
}

@media only screen and (min-width:992px) {
    .product__details--info__price .old__price {
        font-size: 1.8rem
    }

    .product__details--info__desc {
        font-size: 1.6rem;
        line-height: 2.8rem
    }
}

.product__items--rating__count--number {
    font-size: 1.4rem;
    color: var(--text-gray-color);
    padding-left: 7px;
    line-height: 20px
}

.product__variant--title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 1rem
}

.product__details--info__meta--list {
    font-size: 1.5rem;
    margin-bottom: .8rem
}

.product__details--info__meta--list:last-child {
    margin-bottom: 0
}

.guarantee__safe--checkout__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem
}

.product__details--tab__section {
    background: var(--bg-gray-color)
}

.product__details--tab__section.sidebar__tab--section {
    padding: 3.5rem
}

@media only screen and (max-width:1599px) {
    .product__details--tab__section.sidebar__tab--section {
        padding: 3rem
    }
}

.account__details--footer__btn:last-child,
.account__social--link:last-child,
.blog__social--media__list:last-child,
.blog__tags--media__list:last-child,
.contact__info--social__list:last-child,
.customer__information--list:last-child,
.product__details--tab__list:last-child {
    margin-right: 0
}

.product__details--tab__inner {
    background: var(--white-color);
    padding: 3rem
}

@media only screen and (max-width:767px) {
    .product__details--tab__section.sidebar__tab--section {
        padding: 2rem
    }

    .product__details--tab__inner {
        padding: 2.5rem 2rem
    }

    .product__details--tab {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product__details--tab.mb-30 {
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:575px) {
    .team__content--title {
        margin-bottom: .5rem;
        line-height: 2.2rem
    }

    .product__details--tab__section.sidebar__tab--section {
        padding: 1.5rem
    }

    .product__details--tab__inner {
        padding: 2.5rem 1rem
    }

    .product__reviews--header {
        text-align: center
    }
}

.product__details--tab__list {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-right: 5rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    padding-bottom: .4rem
}

.product__details--tab__list::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--secondary-color);
    left: 50%;
    right: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: 0
}

.blog__social--media__link:hover,
.blog__tags--media__link:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

@media only screen and (min-width:768px) {
    .product__details--tab__list {
        font-size: 1.7rem
    }
}

.product__tab--content__title {
    font-weight: 600;
    font-size: 1.7rem
}

.product__tab--content__desc {
    line-height: 2.6rem;
    color: var(--text-gray-color)
}

@media only screen and (min-width:992px) {
    .product__tab--content__title {
        font-size: 1.8rem
    }

    .product__tab--content__desc {
        font-size: 1.5rem;
        line-height: 2.8rem
    }
}

.product__tab--content__list {
    line-height: 2.6rem;
    margin-bottom: .6rem;
    color: var(--text-gray-color)
}

.blog__post--meta__link,
.reviews__summary--caption {
    color: var(--secondary-color)
}

.product__tab--content__list:last-child {
    margin-bottom: 0
}

.product__tab--content__list--icon {
    width: 2rem;
    vertical-align: middle;
    margin-right: .5rem
}

.product__reviews--header {
    position: relative;
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem
}

.reviews__summary--caption {
    margin-left: 1.2rem
}

.actions__newreviews--btn {
    position: absolute;
    right: 0;
    bottom: 2.2rem
}

.actions__newreviews--btn.primary__btn {
    font-size: 1.4rem;
    line-height: 4rem;
    height: 4rem;
    padding: 0 1.5rem
}

.cart__table--body__list:last-child,
.cart__table--header__list:last-child,
.checkout__product--table .cart__table--body__list:last-child,
.summary__table--list:last-child {
    padding-right: 0
}

.reviews__comment--area {
    padding: 0 2rem;
    margin-bottom: 3rem
}

@media only screen and (max-width:767px) {
    .product__details--tab__list {
        margin: 0 1rem 1.3rem
    }

    .reviews__comment--area {
        padding: 0;
        margin-bottom: 2rem
    }

    .product__details--gallery {
        margin-bottom: 4.5rem
    }
}

.reviews__comment--thumb {
    width: 100px
}

@media only screen and (max-width:575px) {
    .reviews__ratting {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews__summary--caption {
        margin-left: 1rem;
        font-size: 1.3rem
    }

    .actions__newreviews--btn {
        position: inherit;
        bottom: inherit;
        margin-top: 1rem
    }

    .reviews__comment--thumb {
        margin-bottom: 1.5rem
    }

    .reviews__comment--content .reviews__ratting {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.reviews__comment--content {
    width: 100%;
    position: relative
}

@media only screen and (min-width:576px) {
    .reviews__comment--content {
        width: calc(100% - 100px);
        padding-left: 2rem
    }
}

.reviews__comment--content__date {
    border: 1px solid var(--border-color2);
    padding: 0 .6rem;
    border-radius: 5px;
    height: 3.8rem;
    line-height: 3.6rem;
    font-size: 1.3rem
}

@media only screen and (min-width:576px) {
    .reviews__comment--content__date {
        padding: 0 .8rem;
        height: 4rem;
        line-height: 3.8rem;
        font-size: 1.4rem
    }
}

@media only screen and (min-width:768px) {
    .product__reviews--header {
        padding-bottom: 2.5rem;
        margin-bottom: 3.5rem
    }

    .reviews__comment--content__date {
        padding: 0 1rem;
        height: 4.2rem;
        line-height: 4rem;
        font-size: 1.5rem
    }
}

.reviews__comment--content__title {
    font-weight: 600;
    margin-bottom: .8rem
}

.reviews__comment--content .reviews__ratting {
    margin-bottom: .8rem
}

.reviews__comment--content__desc {
    margin-bottom: 0
}

.reviews__comment--list {
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.reviews__comment--list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.reviews__comment--reply__input:focus,
.reviews__comment--reply__textarea:focus {
    border-color: var(--secondary-color)
}

@media only screen and (min-width:768px) {
    .reviews__comment--list {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.reviews__comment--list.margin__left {
    margin-left: 3rem
}

.comment__content--topbar,
.reviews__comment--top {
    margin-bottom: 1rem
}

.reviews__comment--reply__textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 1.2rem 1.5rem;
    border: 1px solid var(--border-color2);
    border-radius: .5rem
}

@media only screen and (min-width:768px) {
    .reviews__comment--reply__textarea {
        height: 150px
    }
}

.reviews__comment--reply__input {
    width: 100%;
    border: 1px solid var(--border-color2);
    height: 5rem;
    border-radius: .5rem;
    padding: 0 1.5rem
}

@media only screen and (min-width:992px) {

    .product__tab--content__list,
    .reviews__comment--content__desc {
        font-size: 1.5rem;
        line-height: 2.8rem
    }

    .actions__newreviews--btn.primary__btn {
        font-size: 1.5rem;
        line-height: 4.2rem;
        height: 4.2rem;
        padding: 0 1.8rem
    }

    .reviews__comment--list.margin__left {
        margin-left: 5rem
    }

    .reviews__comment--reply__title {
        font-size: 2.4rem;
        line-height: 2.8rem
    }

    .reviews__comment--reply__input,
    .reviews__comment--reply__textarea {
        font-size: 1.5rem
    }

    .post__header--title {
        line-height: 3rem;
        font-size: 2.5rem
    }
}

.reviews__comment--btn {
    font-size: 1.5rem;
    line-height: 4rem;
    height: 4rem
}

.blog__sidebar--widget,
.blog__wrapper--sidebar,
.product__details--gallery {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar__tab--section .product__details--tab__list {
        margin-right: 3rem
    }

    .sidebar__tab--section .product__details--tab__list:last-child {
        margin-right: 0
    }

    .add__to--cart__text.style2 {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .shop__product--wrapper .product__items--img {
        width: 100%
    }

    .product__list--items__content--title.mb-10 {
        margin-bottom: 3px
    }

    .product__list--items__content--desc.mb-20 {
        margin-bottom: 13px
    }

    .blog__sidebar--widget.left {
        margin-top: 8rem
    }
}

@media only screen and (min-width:1200px) {
    .product__showing--count {
        font-size: 1.7rem;
        line-height: 2.8rem;
        margin-left: 2rem
    }

    .product__details--tab__list {
        font-size: 1.8rem
    }

    .post__header--title {
        line-height: 3.5rem;
        font-size: 3rem
    }
}

.blog__post--meta {
    text-transform: capitalize
}

.blog__post--meta__link:hover {
    color: var(--secondary-color);
    text-decoration: underline
}

.blog__details--content__subtitle {
    line-height: 2.6rem
}

@media only screen and (min-width:992px) {
    .blog__post--meta {
        font-size: 1.5rem
    }

    .blog__details--content__subtitle {
        line-height: 3rem
    }
}

.blockquote__content {
    padding: 20px 30px;
    text-align: center;
    border-radius: 10px
}

@media only screen and (min-width:992px) {
    .blockquote__content {
        padding: 30px 40px
    }
}

@media only screen and (min-width:1200px) {
    .blog__details--content__subtitle {
        line-height: 3.5rem
    }

    .blockquote__content {
        padding: 40px 70px
    }
}

.blockquote__content--desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-style: italic;
    font-weight: 500
}

@media only screen and (min-width:768px) {
    .blockquote__content--desc {
        font-size: 1.8rem;
        line-height: 3rem
    }
}

.blog__tags--social__media {
    padding: 5rem 0
}

@media only screen and (max-width:1199px) {
    .product__grid--inner .product__items--action__btn {
        padding: 0 .5rem
    }

    .reviews__comment--area.style2 {
        padding: 0
    }

    .reviews__comment--list.margin__left.style2 {
        margin-left: 0
    }

    .blog__tags--social__media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog__tags--media,
    .contact__form--title.mb-30 {
        margin-bottom: 2rem
    }
}

.blog__social--media__title,
.blog__tags--media__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 1rem
}

@media only screen and (max-width:575px) {
    .reviews__comment--list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews__comment--reply__title {
        text-align: center
    }

    .reviews__comment--rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog__tags--media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog__tags--media__title {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

.blog__tags--media__list {
    margin-right: .7rem
}

.blog__tags--media__link {
    border: 1px solid var(--border-color2);
    background: var(--white-color);
    padding: .5rem 1.2rem;
    line-height: 2.5rem;
    border-radius: .3rem;
    text-transform: capitalize
}

.blog__tags--media__link:hover {
    border-color: var(--primary-color)
}

.meta__deta {
    font-weight: 500;
    margin-top: .6rem;
    font-size: 1.5rem
}

.blog__social--media__list {
    margin-right: 1rem
}

.blog__social--media__link {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%
}

.related__post--area {
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .blog__sidebar--widget.left {
        margin-top: 6rem
    }

    .blog__thumbnail.mb-30 {
        margin-bottom: 2rem
    }

    .blockquote__content {
        margin: 0 0 2.5rem;
        padding: 1.5rem 2rem
    }

    .related__post--area {
        margin-bottom: 40px
    }

    .contact__section.section--padding.color-scheme-2 {
        padding-bottom: 4.8rem
    }
}

.related__post--items:hover .related__post--img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.related__post--thumb {
    line-height: 1;
    overflow: hidden
}

.related__post--title {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 5px
}

@media only screen and (min-width:992px) {

    .blog__social--media__title,
    .blog__tags--media__title {
        font-size: 1.6rem
    }

    .related__post--title {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

@media only screen and (min-width:1200px) {
    .related__post--title {
        font-size: 2rem
    }
}

.related__post--deta {
    font-size: 1.5rem;
    line-height: 2.2rem
}

.comment__reply--btn {
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0 2.2rem;
    font-size: 1.4rem;
    border: 0
}

.reviews__comment--content__title2 {
    font-weight: 600;
    line-height: 2.2rem;
    margin-bottom: .6rem;
    font-size: 1.6rem
}

@media only screen and (min-width:992px) {
    .comment__reply--btn {
        font-size: 1.6rem
    }

    .reviews__comment--content__title2 {
        font-size: 1.8rem
    }
}

.reviews__comment--content__date2 {
    font-size: 1.5rem;
    color: var(--text-gray-color)
}

.contact__form--label__star,
.home__contact--info__items:hover .home__contact--info__icon {
    color: var(--secondary-color)
}

.reviews__comment--area2.mb-50 {
    margin-bottom: 5rem
}

@media only screen and (max-width:767px) {
    .home__contact--info {
        margin-bottom: 3rem
    }
}

.home__contact--info__items {
    border-bottom: 1px solid var(--border-color3);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem
}

.home__contact--info__items:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.contact__form--input:focus,
.contact__form--textarea:focus {
    border-color: var(--secondary-color) !important
}

.home__contact--info__icon {
    margin-right: 1.5rem;
    padding-top: .2rem;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (min-width:1200px) {
    .home__contact--info__icon {
        margin-right: 2.5rem
    }
}

.home__contact--info__icon svg {
    width: 2.5rem
}

@media only screen and (max-width:575px) {
    .blog__tags--media__link {
        padding: .4rem .8rem;
        font-size: 1.3rem
    }

    .reviews__comment--area2.mb-50 {
        margin-bottom: 4.8rem
    }

    .home__contact--info__items {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home__contact--info__icon {
        margin-right: 0;
        padding-top: 0;
        margin-bottom: .5rem
    }

    .home__contact--info__icon svg {
        width: 2rem
    }
}

.home__contact--map iframe {
    width: 100%
}

.contact__form {
    background: var(--white-color);
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .16);
    box-shadow: 0 7px 20px rgba(0, 0, 0, .16);
    padding: 2rem
}

.account__social--link.facebook:hover,
.account__social--link.google:hover,
.account__social--link.twitter:hover {
    background: var(--secondary-color);
    color: var(--white-color)
}

.cart__remove--btn,
.cart__summary {
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .16)
}

@media only screen and (min-width:576px) {
    .contact__form {
        padding: 3rem
    }
}

@media only screen and (min-width:768px) {
    .contact__form {
        padding: 4rem
    }
}

@media only screen and (min-width:992px) {
    .contact__form {
        margin-left: 36rem;
        padding: 5.5rem 3.5rem 5.5rem 10rem
    }
}

@media only screen and (min-width:1200px) {
    .contact__form {
        box-shadow: 1px 1px 8px 2px grey;
        position: relative;
        margin-left: 40rem;
        margin-bottom: 46px;
        z-index: 1;
        display: block;
    }
}

.contact__form--title {
    color: #ba8259;
    font-weight: 600
}

.cart__content--variant:last-child,
.cart__summary--total__list:last-child,
.contact__info--items:last-child {
    margin-bottom: 0
}

.bg10-light {
    background-color: #fafafa !important;
}

.contact__form--label {
    display: block;
    margin-bottom: 8px
}

.homenumcont h3 {
    font-weight: bold;
}

.contact__form--input {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color)
}

@media only screen and (min-width:576px) {
    .contact__form--input {
        height: 50px
    }

    .checkout__review--content {
        margin-left: 1rem
    }
}

.contact__form--textarea {
    width: 100%;
    height: 100px;
    padding: 12px 15px;
    border-radius: 8px;
    resize: none;
    border: 1px solid var(--border-color);
}

@media only screen and (min-width:992px) {
    .contact__form--textarea {
        height: 120px
    }
}

.contact__info {
    background: #FFEFD6;
    width: 46rem;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

.cart__remove--btn,
.contact__info--social__icon {
    background: var(--white-color);
    border-radius: 50%
}

@media only screen and (min-width:992px) {
    .contact__info {
        width: 42rem;
        padding: 4rem 3rem
    }

    .contact__info--content__title {
        color: #ba8259;
        font-size: 2rem;
        line-height: 2.8rem
    }
}

@media only screen and (min-width:1200px) {
    .contact__form--textarea {
        height: 160px
    }

    .contact__info {
        width: 46rem;
        padding: 2rem 6rem
    }
}

@media only screen and (max-width:991px) {
    .contact__info {
        position: inherit;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        margin-top: 3rem;
        width: 100%;
        padding: 3rem
    }

    .cart__summary {
        margin-top: 7.5rem
    }
}

.contact__info--items {
    margin-bottom: 2.7rem
}

.contact__info--icon {
    margin-right: 1.2rem;
    color: #ba8259
}

.account__content--title,
.cart__price,
.contact__info--content__title {
    font-weight: 600
}

.contact__info--content__desc {
    font-size: 1.5rem;
    line-height: 2.6rem
}

@media only screen and (min-width:1200px) {
    .contact__info--icon {
        margin-right: 2rem
    }

    .contact__info--content__desc {
        font-size: 1.6rem;
        line-height: 2.7rem
    }
}

.contact__info--social__list {
    margin-right: 11px
}

.contact__info--social__icon {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ba8259;
}

.contact__info--social__icon:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.breadcrumb__link,
.cart__remove--btn:hover,
.continue__shopping--clear,
.continue__shopping--link {
    color: var(--secondary-color)
}

.contact__map--iframe {
    width: 100%;
    height: 280px;
    margin-bottom: -7px
}

@media only screen and (min-width:768px) {
    .contact__map--iframe {
        height: 320px
    }
}

@media only screen and (min-width:992px) {
    .contact__map--iframe {
        height: 400px
    }
}

@media only screen and (min-width:1200px) {
    .contact__map--iframe {
        height: 500px
    }

    .cart__content {
        padding-left: 2rem
    }
}

.cart__table--inner {
    width: 100%;
    border-spacing: 0
}

.cart__table--header__list {
    padding: 0 2rem 1.5rem 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid var(--border-color2);
    font-size: 1.4rem
}

@media only screen and (min-width:768px) {
    .cart__table--header__list {
        padding: 0 2rem 2rem 0
    }
}

.cart__table--header__list.text-center {
    text-align: center
}

.cart__table--header__list.text-right {
    text-align: right
}

.cart__table--body__list {
    border-bottom: 1px solid var(--border-color2);
    padding: 2rem 1.5rem 2rem 0
}

.cart__note--textarea:focus,
.coupon__code--field__input:focus {
    border-color: var(--secondary-color)
}

.cart__thumbnail {
    max-width: 10rem;
    line-height: 1
}

.cart__content--title,
.cart__content--variant {
    margin-bottom: .5rem;
    line-height: 2.2rem
}

.cart__content--variant {
    display: block;
    font-size: 1.3rem
}

.cart__remove--btn {
    font-weight: 600;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    margin-right: 1rem;
    border: 0;
    padding: 0
}

.continue__shopping {
    padding-top: 2rem
}

.continue__shopping--link {
    font-size: 1.5rem;
    font-weight: 600
}

@media only screen and (min-width:992px) {
    .cart__table--header__list {
        font-size: 1.5rem
    }

    .cart__price {
        font-size: 1.6rem
    }

    .continue__shopping--link {
        font-size: 1.7rem
    }
}

.continue__shopping--clear {
    font-size: 1.5rem;
    font-weight: 600;
    border: 0;
    padding: 0;
    background: inherit
}

.cart__summary {
    box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    padding: 2rem;
    background: var(--white-color);
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.cart__summary--total__table {
    width: 100%
}

.cart__note--title,
.coupon__code--title {
    font-size: 1.7rem;
    margin-bottom: .7rem;
    line-height: 2.4rem
}

.cart__note--desc,
.coupon__code--desc {
    margin-bottom: 1.5rem
}

.coupon__code--field__input {
    border: 1px solid var(--border-color);
    height: 4rem;
    padding: 0 1rem;
    width: 100px
}

@media only screen and (min-width:768px) {
    .cart__table--body__list {
        padding: 2rem 2rem 2rem 0
    }

    .cart__content--title {
        line-height: 2.5rem
    }

    .cart__remove--btn {
        margin-right: 1.5rem
    }

    .coupon__code--field__input {
        width: 130px
    }
}

@media only screen and (min-width:992px) {
    .continue__shopping--clear {
        font-size: 1.7rem
    }

    .cart__note--title,
    .coupon__code--title {
        font-size: 2rem
    }

    .coupon__code--field__input {
        width: 120px
    }
}

.coupon__code--field__btn {
    height: 4rem;
    line-height: 4rem;
    padding: 0 1rem;
    margin-left: 1.5rem;
    font-size: 1.4rem
}

.cart__note--textarea {
    border: 1px solid var(--border-color);
    height: 8rem;
    padding: 1rem;
    width: 100%;
    resize: none
}

.cart__summary--total__list {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart__summary--footer__desc {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.cart__summary--footer__btn {
    height: 4rem;
    line-height: 4rem;
    padding: 0 1.5rem;
    font-size: 1.4rem
}

@media only screen and (min-width:992px) {
    .cart__summary--footer__btn {
        padding: 0 2rem
    }
}

.wishlist__cart--btn {
    font-size: 1.4rem
}

@media only screen and (min-width:992px) {
    .wishlist__cart--btn {
        font-size: 1.5rem;
        line-height: 4rem;
        height: 4rem;
        padding: 0 1.8rem
    }
}

.checkout__mian {
    padding: 4rem 2rem 0 0;
    width: 60%
}

.checkout__mian--header {
    padding: 0
}

@media only screen and (min-width:992px) {
    .checkout__mian {
        padding: 5rem 5rem 0 0
    }
}

.checkout__sidebar {
    width: 40%;
    padding: 3rem 0 0 2rem;
    border-left: 1px solid var(--border-color2)
}

@media only screen and (min-width:992px) {
    .checkout__sidebar {
        padding: 3rem 0 0 4.5rem
    }
}

.checkout__breadcrumb {
    padding: 0;
    margin: 0
}

.breadcrumb__link {
    font-size: 1.3rem
}

.readcrumb__chevron-icon {
    color: #737373;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 .6rem
}

.breadcrumb__text {
    color: #737373;
    font-size: 1.3rem
}

.breadcrumb__text.current {
    color: var(----black-color)
}

.order__summary--toggle {
    width: 100%;
    text-align: left;
    background: var(--bg-gray-color);
    border: 0;
    border: 1px solid var(--border-color2);
    padding: 1.2rem
}

.order__summary--toggle__inner,
.summary__table {
    width: 100%
}

.order__summary--toggle__text {
    color: var(--secondary-color)
}

.order__summary--toggle__icon {
    color: var(--secondary-color);
    vertical-align: middle;
    line-height: 1.5rem;
    margin-right: 1rem
}

.summary__table--items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.summary__table--list {
    padding: 1rem 2rem 1rem 0;
    border-bottom: 1px solid var(--border-color2)
}

details>summary {
    list-style: none
}

details>summary::-webkit-details-marker {
    display: none
}

.order__summary--final__price {
    float: right;
    font-size: 1.5rem;
    font-weight: 600
}

.order__summary--section {
    background: var(--bg-gray-color);
    padding: 3rem 1rem 1rem
}

.checkout__checkbox--input {
    position: absolute;
    left: -1px;
    top: 45%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    opacity: 0;
    cursor: pointer;
    z-index: 999
}

.checkout__checkbox--input:checked~.checkout__checkbox--checkmark {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color)
}

.checkout__checkbox--input:checked~.checkout__checkbox--checkmark::before {
    display: block
}

.checkout__checkbox--label {
    padding-left: 3rem;
    cursor: pointer
}

.checkout__checkbox--checkmark {
    height: 1.8rem;
    width: 1.8rem;
    border: 1px solid var(--border-color);
    border-radius: .3rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    background: var(--white-color);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.checkout__checkbox--checkmark::before {
    left: .5rem;
    top: .3rem;
    width: .5rem;
    height: .8rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none
}

.checkout__discount--code__input--field:focus,
.checkout__input--field:focus,
.checkout__input--select__field:focus {
    border-color: var(--secondary-color)
}

.checkout__input--field {
    width: 100%;
    border: 1px solid var(--border-color2);
    height: 4.5rem;
    padding: 0 1.5rem
}

.section__header--title {
    font-size: 1.8rem;
    line-height: 2.2rem
}

.section__header--desc {
    margin-top: .5rem
}

.layout__flex--item {
    color: var(--text-gray-color)
}

.layout__flex--item__link,
.previous__link--content {
    color: var(--secondary-color)
}

.section__shipping--address {
    padding: 3rem 0 2rem
}

.section__shipping--address.pt-10 {
    padding-top: 1rem
}

.account__details.two,
.section__shipping--address.pt-0 {
    padding-top: 0
}

.checkout__input--select {
    position: relative
}

.checkout__input--select__field {
    width: 100%;
    border: 0;
    height: 4.5rem;
    padding: 1.6rem 1.5rem .5rem;
    border: 1px solid var(--border-color2);
    -webkit-appearance: none;
    cursor: pointer
}

.checkout__select--label {
    position: absolute;
    top: .3rem;
    padding: 0 1.8rem;
    line-height: 2rem;
    font-size: 1.2rem
}

.previous__link--content {
    margin-left: 2rem
}

.checkout__footer {
    border: 0
}

.product__thumbnail {
    width: 7rem;
    border: 1px solid var(--border-color2);
    position: relative;
    line-height: 1
}

.product__thumbnail--quantity {
    position: absolute;
    top: -6px;
    right: -5px;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: #7f7f7f;
    color: var(--white-color);
    text-align: center;
    border-radius: 50%;
    font-size: 1.2rem
}

.account__table--body__child--items:last-child,
.account__table--header__child--items:last-child {
    text-align: right
}

.product__description--name {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    opacity: .9
}

.product__description--variant {
    font-size: 1.2rem;
    color: var(--light-color);
    line-height: 2rem
}

.checkout__product--table .cart__table--body__list {
    padding: 1rem 2rem 1rem 0
}

.checkout__discount--code__input--field {
    width: 100%;
    border: 1px solid var(--border-color2);
    height: 4rem;
    padding: 0 1.5rem
}

.checkout__review:last-child,
.shipping__contact--box__list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.checkout__discount--code__btn {
    height: 4rem;
    line-height: 4rem;
    margin-left: 2rem;
    padding: 0 2rem;
    font-size: 1.4rem
}

.checkout__total {
    border-top: 1px solid var(--border-color2);
    padding-top: 1.2rem
}

.account__wrapper.account__wrapper--style4,
.checkout__total--table {
    width: 100%
}

.checkout__total--calculated__text {
    font-size: 1.3rem;
    color: var(--text-gray-color)
}

.checkout__total--title {
    color: var(--text-gray-color)
}

.checkout__total--footer__list {
    padding-top: 3rem;
    position: relative
}

.checkout__total--footer__list::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    top: 1.5rem;
    left: 0
}

.checkout__total--footer__title {
    font-size: 1.6rem
}

.checkout__total--footer__amount {
    font-size: 2.2rem;
    font-weight: 600
}

.checkout__contact--information2,
.shipping__contact--box {
    border: 1px solid var(--border-color2);
    padding: 1rem 2rem
}

.checkout__review {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color2)
}

.checkout__review--label {
    color: #737373;
    width: 6.5rem
}

.account__menu--list.active,
.account__menu--list:hover,
.checkout__submission--icon svg {
    color: var(--secondary-color)
}

.checkout__review--link__text {
    color: var(--secondary-color);
    border: 0;
    background: inherit;
    padding: 0
}

.shipping__contact--box__list {
    display: table;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color2)
}

.customer__information--step,
.customer__information--title {
    margin-bottom: 1.2rem
}

.shipping__radio--input {
    display: table-cell;
    padding-right: 1.5rem
}

.shipping__radio--label,
.shipping__radio--label__primary {
    display: table-cell;
    width: 100%
}

.shipping__radio--label__price {
    display: table-cell;
    text-align: right;
    padding-left: 1.5rem
}

.checkout__content--step__inner3 {
    border: 1px solid var(--border-color2)
}

.checkout__address--content__header {
    border-bottom: 1px solid var(--border-color2);
    padding: 1rem 1.5rem
}

.checkout__content--input__box--wrapper {
    padding: 1.5rem;
    background-color: #fafafa;
    border-radius: 0 0 .5rem .5rem
}

.checkout__input--field__button {
    position: absolute;
    padding: 0;
    border: 0;
    right: 1.2rem;
    top: 50%;
    background: inherit;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    line-height: 1
}

.checkout__header--style3 {
    padding-left: 5.5rem
}

.account__menu--list:last-child,
.customer__information--step:last-child {
    margin-bottom: 0
}

.checkout__submission--icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 3.8rem
}

.checkout__order--number {
    padding-bottom: .3rem
}

.customer__information--area,
.order__confirmed--area {
    border: 1px solid var(--border-color2);
    padding: 1.5rem
}

.customer__information--list {
    width: 50%;
    margin-right: 2rem
}

.customer__information--subtitle {
    font-size: 1.4rem;
    font-weight: 600
}

.customer__information--text,
.customer__information--text__link {
    font-size: 1.3rem;
    display: inline-block;
    line-height: 2.2rem
}

.my__account--section__inner {
    background: var(--white-color);
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    padding: 3rem 2rem
}

.account__left--sidebar {
    border-right: 1px solid var(--border-color2);
    padding-right: 3rem;
    margin-right: 3rem;
    width: 18rem
}

.account__wrapper {
    width: calc(100% - 18rem)
}

@media only screen and (min-width:1199px) {
    .my__account--section__inner {
        padding: 5rem 4rem
    }

    .account__left--sidebar {
        padding-right: 5rem;
        margin-right: 5rem;
        width: 23rem
    }

    .account__wrapper {
        width: calc(100% - 23rem)
    }
}

@media only screen and (max-width:991px) {
    .account__wrapper.account__wrapper--style4 {
        margin-bottom: 2.5rem
    }

    .my__account--section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .account__left--sidebar {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        border-bottom: 1px solid var(--border-color2);
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem
    }

    .account__wrapper {
        width: 100%
    }

    .account__menu {
        width: 250px;
        margin-right: 3rem
    }

    .compare__table--items__child {
        min-width: 200px
    }
}

.account__menu--list {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 1.5rem
}

@media only screen and (max-width:479px) {
    .product__showing--count {
        text-align: center;
        width: 100%;
        margin-top: 1.2rem
    }

    .widget__filter--btn {
        margin-right: 2.5rem
    }

    .related__post--text {
        text-align: center
    }

    .account__menu {
        margin-right: 0
    }

    .account__details {
        padding-top: 3rem
    }
}

.account__details--title {
    margin-bottom: 1rem
}

.account__details--desc {
    color: var(--text-gray-color);
    line-height: 3rem;
    margin-bottom: 2rem;
    font-size: 1.5rem
}

.account__details--link {
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    font-size: 1.5rem
}

.account__details--link:hover {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.new__address--btn {
    padding: 0 2.5rem
}

@media only screen and (min-width:992px) {
    .section__shipping--address {
        padding: 4rem 0 3rem
    }

    .checkout__discount--code__btn,
    .new__address--btn {
        font-size: 1.5rem
    }

    .account__menu--list {
        font-size: 1.6rem
    }

    .account__details {
        padding-top: 3rem
    }
}

.account__details--footer {
    margin-top: 2rem
}

.account__details--footer__btn {
    background: var(--white-color);
    border: 1px solid var(--black-color);
    padding: 0 2.5rem;
    height: 4rem;
    line-height: 3.8rem;
    border-radius: 2.5rem;
    margin-right: 1rem;
    font-size: 1.5rem
}

.account__details--footer__btn:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.account__welcome--text {
    font-size: 1.6rem;
    margin-bottom: 2rem
}

.account__table {
    width: 100%;
    border: 1px solid var(--border-color2);
    border-spacing: 0;
    border-bottom: 0
}

@media only screen and (max-width:479px) {
    .account__table {
        border: 0
    }
}

.account__table--header__child--items {
    text-align: left;
    border-bottom: 1px solid var(--border-color2);
    padding: 1.7rem 1.3rem;
    font-size: 1.5rem
}

@media only screen and (min-width:1200px) {
    .coupon__code--field__input {
        width: 160px
    }

    .coupon__code--field__btn {
        margin-left: 2.5rem;
        font-size: 1.5rem
    }

    .cart__note--textarea {
        height: 10rem
    }

    .cart__summary--footer__btn {
        padding: 0 2.5rem;
        font-size: 1.5rem
    }

    .section__header--title {
        font-size: 2rem;
        line-height: 2.4rem
    }

    .account__table--header__child--items {
        font-size: 1.6rem;
        padding: 1.7rem 1.5rem
    }
}

.account__table--body.mobile__block {
    display: none
}

@media only screen and (max-width:767px) {
    .cart__thumbnail {
        max-width: 8rem
    }

    .cart__summary {
        margin-top: 5.5rem
    }

    .wishlist__cart--btn {
        padding: .5rem .8rem;
        height: auto;
        line-height: 2.4rem;
        border-radius: 5px;
        font-size: 1.3rem
    }

    .checkout__page--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout__mian {
        width: 100%;
        padding: 3rem 0 0
    }

    .checkout__sidebar {
        width: 100%;
        padding: 3rem 0 0;
        display: none
    }

    .checkout__breadcrumb {
        margin-top: 2.5rem
    }

    .order__summary--mobile__version {
        display: block
    }

    .account__table--body.mobile__none,
    .account__table--header {
        display: none
    }

    .account__table--body.mobile__block {
        display: block
    }

    .account__table--body__child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
        border-bottom: 1px solid #ddd;
        padding-bottom: 2rem
    }

    .account__table--body__child:last-child {
        margin-bottom: 0
    }
}

.account__table--body__child--items {
    border-bottom: 1px solid var(--border-color2);
    padding: 1.7rem 2rem;
    color: var(--text-gray-color)
}

@media only screen and (max-width:767px) {
    .account__table--body__child--items {
        padding: .5rem 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 0;
        font-size: 1.4rem
    }
}

@media only screen and (max-width:479px) {
    .account__table--body__child--items {
        padding: .5rem 0
    }
}

@media only screen and (max-width:1199px) {
    .error__content--img {
        max-width: 600px
    }
}

.error__content--title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 3rem
}

@media only screen and (min-width:576px) {
    .error__content--title {
        margin-bottom: 1.5rem;
        font-size: 2.4rem;
        line-height: 2.8rem
    }
}

@media only screen and (min-width:768px) {
    .checkout__review--label {
        width: 8rem
    }

    .checkout__review--content {
        margin-left: 1.5rem
    }

    .error__content--title {
        margin-bottom: 1.8rem;
        font-size: 3rem;
        line-height: 3.5rem
    }
}

@media only screen and (min-width:992px) {
    .account__welcome--text {
        font-size: 1.8rem;
        margin-bottom: 3rem
    }

    .error__content--title {
        font-size: 3.5rem;
        line-height: 4rem;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width:1200px) {
    .error__content--title {
        font-size: 3.8rem;
        line-height: 4.3rem;
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:1366px) {
    .coupon__code--field__btn {
        padding: 0 2.2rem
    }

    .error__content--title {
        font-size: 4rem;
        line-height: 4.5rem
    }
}

.error__content--desc {
    font-size: 1.5rem
}

@media only screen and (min-width:768px) {
    .error__content--desc {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:992px) {
    .error__content--desc {
        font-size: 1.7rem;
        line-height: 2.2rem;
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:1200px) {
    .error__content--desc {
        font-size: 1.8rem;
        line-height: 2.3rem;
        margin-bottom: 3rem
    }
}

.account__login {
    background: var(--white-color);
    padding: 2.5rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

@media only screen and (min-width:992px) {
    .error__content--btn {
        font-size: 1.6rem
    }

    .account__login {
        padding: 3rem
    }

    .account__login--input {
        font-size: 1.5rem
    }
}

.account__login--header__title {
    font-weight: 600
}

.account__login--header__desc {
    font-size: 1.5rem;
    font-weight: 600
}

.account__login--input {
    width: 100%;
    height: 4.8rem;
    border: 1px solid var(--border-color);
    border-radius: .5rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
    .account__login--input {
        height: 5.2rem
    }
}

.account__login--input:focus {
    border-color: var(--secondary-color)
}

.account__login--btn {
    width: 100%;
    border-radius: .5rem;
    font-size: 1.5rem
}

.account__login--forgot,
.account__login--signup__text button {
    padding: 0;
    background: inherit;
    border: 0;
    font-weight: 600
}

@media only screen and (min-width:992px) {
    .account__login--btn {
        font-size: 1.7rem
    }
}

.account__login--signup__text {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-gray-color)
}

.account__login--forgot,
.account__login--signup__text button:hover {
    color: var(--secondary-color)
}

.account__login--forgot {
    font-size: 1.5rem
}

.account__login--forgot:hover {
    color: var(--primary-color)
}

@media only screen and (max-width:767px) {
    .error__content--img {
        max-width: 450px
    }

    .account__login--btn {
        height: 4rem;
        line-height: 4rem
    }

    .account__login.register {
        margin-top: 6rem
    }

    .face__step--title.mb-30 {
        margin-bottom: 2.2rem
    }
}

.ctn-preloader,
.newsletter__popup {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

@media only screen and (max-width:575px) {
    .contact__info {
        padding: 2rem
    }

    .contact__info--items {
        margin-bottom: 2rem
    }

    .contact__info--icon svg {
        width: 2.5rem
    }

    .cart__title {
        text-align: center
    }

    .cart__table--header {
        display: none
    }

    .cart__table--body__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cart__table--body__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.2rem 0
    }

    .checkout__review--inner,
    .checkout__section--header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section__header--title {
        margin-bottom: .8rem
    }

    .error__content--img {
        max-width: 100%;
        padding: 0 3rem
    }

    .account__login--forgot {
        margin-top: .6rem
    }

    .account__login--remember__forgot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .account__login--remember .checkout__checkbox--checkmark {
        top: 5px;
        -webkit-transform: inherit;
        transform: inherit
    }
}

.login__remember--label {
    font-size: 1.3rem;
    font-weight: 600
}

.account__login--divide {
    text-align: center;
    position: relative;
    padding: 1rem 0
}

.account__login--divide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: .1rem;
    background: var(--border-color2);
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

.account__login--divide__text {
    padding: 0 .8rem;
    background: var(--white-color);
    position: relative;
    font-weight: 500;
    color: var(--light-color)
}

.account__social--link {
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0 2.5rem;
    color: var(--white-color);
    border-radius: .5rem;
    font-weight: 600;
    margin-right: 1rem
}

.compare__description,
.compare__product--price,
.compare__remove {
    color: var(--text-gray-color)
}

.account__social--link.facebook {
    background: #4867aa
}

.account__social--link.google {
    background: #e94235
}

.account__social--link.twitter {
    background: #55adee
}

@media only screen and (min-width:768px) {
    .account__social--link {
        padding: 0 2rem
    }
}

@media only screen and (min-width:992px) {

    .account__login--divide__text,
    .login__remember--label {
        font-size: 1.5rem
    }

    .account__social--link {
        padding: 0 3.2rem;
        margin-right: 1.2rem;
        font-size: 1.5rem
    }
}

.compare__table {
    border: 1px solid var(--border-color2);
    border-spacing: 0;
    border-bottom: 0
}

.compare__table--items__child {
    padding: 1.2rem;
    border-left: 1px solid var(--border-color2);
    border-bottom: 1px solid var(--border-color2)
}

.compare__table--items__child:first-child {
    border-left: 0
}

.compare__table--items__child--header {
    padding: 1rem;
    border-bottom: 1px solid var(--border-color2);
    text-transform: uppercase;
    background: var(--gray-color2);
    font-size: 1.4rem;
    text-align: center
}

.compare__product--title {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1rem
}

.compare__cart--btn,
.compare__instock {
    font-size: 1.3rem;
    text-transform: uppercase
}

.compare__product--thumb {
    border-radius: .5rem
}

.compare__remove {
    padding: 0;
    float: right;
    width: 100%;
    border: 0;
    background: inherit;
    margin-bottom: 5px
}

.compare__remove:hover {
    color: var(--secondary-color)
}

.compare__description {
    padding: .5rem 0
}

.compare__cart--btn {
    border-radius: .5rem;
    padding: 0 1.8rem;
    height: 3.6rem;
    line-height: 3.6rem
}

.face__step {
    margin-bottom: 3.5rem;
    padding-bottom: 3rem
}

.face__step:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.face__step--title {
    font-weight: 600
}

.faq__accordion--btn {
    -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
    padding: 1.8rem 6rem 1.8rem 2rem;
    font-size: 1.5rem;
    border-radius: .5rem
}

.faq__accordion--btn .accordion__items--button__icon {
    right: 1.5rem;
    pointer-events: none
}

.ctn-preloader {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: 1s linear infinite spinner;
    animation: 1s linear infinite spinner;
    border-radius: 50%;
    border: 4px solid var(--light-color2);
    border-top-color: var(--black-color);
    height: 9em;
    margin: 0 auto 3.5em;
    width: 9em
}

.ctn-preloader .animation-preloader .txt-loading {
    font-weight: 900;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--light-color2);
    font-size: 3.5rem
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: 5s infinite letters-loading;
    color: var(--black-color);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-animation: 5s infinite letters-loading
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, .2);
    position: relative
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.ctn-preloader .loader-section {
    background: var(--white-color);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.newsletter__popup--close__btn:hover,
.newsletter__popup--subscribe__btn:hover {
    background: var(--primary-color)
}

.ctn-preloader .loader-section.section-left {
    left: 0
}

.ctn-preloader .loader-section.section-right {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out
}

.loaded .loader-section.section-left {
    -webkit-transition: .7s cubic-bezier(.1, .1, .1, 1) .3s;
    transition: .7s cubic-bezier(.1, .1, .1, 1) .3s;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%)
}

.loaded .loader-section.section-right {
    -webkit-transition: .7s cubic-bezier(.1, .1, .1, 1) .3s;
    transition: .7s cubic-bezier(.1, .1, .1, 1) .3s;
    -webkit-transform: translateX(101%);
    transform: translateX(101%)
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@media screen and (max-width:767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font-size: 2.5rem
    }
}

@media screen and (max-width:500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }
}

.privacy__policy--content:last-child {
    margin-bottom: 0
}

.privacy__policy--content__title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: .8rem
}

@media only screen and (min-width:768px) {
    .faq__accordion--btn {
        font-size: 1.7rem
    }

    .privacy__policy--content__title {
        font-size: 2.2rem;
        line-height: 2.5rem
    }
}

@media only screen and (min-width:1600px) {
    .breadcrumb__bg {
        height: 300px
    }

    .counterup__banner--inner {
        padding: 150px 0
    }

    .product__grid--inner .product__items--action__btn.add__to--cart {
        font-size: 1.4rem
    }

    .post__header--title {
        font-size: 3.5rem;
        line-height: 4rem
    }

    .blockquote__content--desc {
        font-size: 2rem;
        line-height: 3.4rem
    }

    .contact__map--iframe {
        height: 600px
    }

    .privacy__policy--content__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
        margin-bottom: 1.2rem
    }
}

.privacy__policy--content__subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: .8rem
}

@media only screen and (min-width:1600px) {
    .privacy__policy--content__subtitle {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1rem
    }
}

.privacy__policy--content__desc {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

[data-animation] .newsletter__popup--inner {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s cubic-bezier(.51, .92, .24, 1.15);
    transition: .5s cubic-bezier(.51, .92, .24, 1.15)
}

[data-animation].newsletter__show .newsletter__popup--inner {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.newsletter__popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: 999
}

.newsletter__popup.newsletter__show {
    visibility: visible;
    opacity: 1
}

.newsletter__popup.newsletter__show .newsletter__popup--inner {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.newsletter__popup--inner {
    position: relative;
    width: 88%;
    max-height: 80vh;
    border-radius: 10px;
    background: var(--white-color);
    -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
    box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
    overflow: auto;
    cursor: default;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media only screen and (min-width:576px) {
    .newsletter__popup--inner {
        width: 80%
    }
}

@media only screen and (min-width:768px) {
    .newsletter__popup--inner {
        width: 655px
    }
}

@media only screen and (min-width:992px) {
    .compare__cart--btn {
        height: 4rem;
        line-height: 4rem;
        padding: 0 2.2rem
    }

    .newsletter__popup--inner {
        width: 720px
    }
}

@media only screen and (min-width:1200px) {
    .account__social--link {
        padding: 0 4.5rem;
        margin-right: 2rem
    }

    .compare__table--items__child--header {
        font-size: 1.5rem
    }

    .privacy__policy--content__desc {
        font-size: 1.6rem
    }

    .newsletter__popup--inner {
        width: 760px
    }
}

.newsletter__popup--close__btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: var(--secondary-color);
    color: var(--white-color);
    line-height: 2.8rem;
    border: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-radius: 50%;
    padding: 0;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .newsletter__popup--close__btn {
        width: 3.2rem;
        height: 3.2rem
    }
}

.newsletter__popup--thumbnail {
    width: 280px
}

@media only screen and (min-width:992px) {
    .newsletter__popup--thumbnail {
        width: 320px
    }
}

@media only screen and (min-width:1200px) {
    .newsletter__popup--thumbnail {
        width: 330px
    }
}

@media only screen and (max-width:767px) {
    .newsletter__popup--thumbnail {
        display: none
    }
}

.dot,
.dot2 {
    display: inline-block
}

.dot2 p {
    margin: 12px 0 0 16px;
    text-align: justify;
    font-size: 26px;
}

.newsletter__popup--box__right {
    width: 100%;
    padding: 4rem 2rem 2.2rem;
    text-align: center
}

@media only screen and (min-width:576px) {
    .newsletter__popup--box__right {
        padding: 4rem 2rem 3rem
    }
}

@media only screen and (min-width:768px) {
    .newsletter__popup--box__right {
        width: calc(100% - 280px);
        padding: 3rem 2rem
    }
}

@media only screen and (min-width:992px) {
    .newsletter__popup--box__right {
        width: calc(100% - 320px);
        padding: 4rem 2.5rem
    }
}

@media only screen and (min-width:1200px) {
    .newsletter__popup--box__right {
        width: calc(100% - 330px);
        padding: 4rem 3rem
    }
}

.newsletter__popup--title {
    margin-bottom: 1.3rem
}

@media only screen and (min-width:992px) {
    .newsletter__popup--title {
        margin-bottom: 2rem
    }
}

.newsletter__popup--content--desc {
    color: var(--text-gray-color);
    display: inline-block;
    line-height: 2.4rem;
    font-size: 1.5rem;
    margin-bottom: 1.6rem
}

@media only screen and (min-width:768px) {
    .newsletter__popup--content--desc {
        line-height: 2.6rem;
        font-size: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .newsletter__popup--content--desc {
        font-size: 1.7rem;
        margin-bottom: 2.2rem
    }
}

.newsletter__popup--subscribe__input {
    width: 100%;
    height: 4rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 0 15px
}

.newsletter__popup--subscribe__input:focus {
    border-color: var(--secondary-color)
}

@media only screen and (min-width:768px) {
    .newsletter__popup--subscribe__input {
        height: 4.5rem
    }
}

.newsletter__popup--subscribe__btn {
    width: 100%;
    height: 4rem;
    background: var(--secondary-color);
    color: var(--white-color);
    border: 0;
    padding: 0 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 1.5rem
}

.newsletter__popup--footer {
    margin-top: 1.2rem
}

.newsletter__popup--dontshow__again--text {
    color: var(--text-gray-color);
    cursor: pointer;
    font-size: 1.4rem
}

@media only screen and (min-width:768px) {
    .newsletter__popup--subscribe__btn {
        height: 4.5rem
    }

    .newsletter__popup--dontshow__again--text {
        font-size: 1.6rem
    }
}

.headtfloat {
    float: left;
    margin-left: 5rem
}

.knowbutton {
    border-radius: 10px;
    padding: 0 1.3rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    background: var(--secondary-color);
    /*    margin-top: 7%;*/
    margin-right: 1rem;
}

.dot,
.lockbg {
    border-radius: 50%
}

.dot {
    height: 50px;
    width: 50px;
    background-color: #e9c7ae;
    margin-bottom: 20px;
    margin-top: -4%
}

.dot h3,
.dot2 h3 {
    text-align: center;
    padding-top: 21%;
    color: #fff
}

.homecardbox p,
.homenumcont p {
    padding-top: 2%;
}

@media only screen and (min-width:360px) {
    .facilitybox {
        text-align: center
    }
}

.facilitymargin {
    margin: 0 12px
}

.homecardbox {
    text-align: center;
    padding: 3% 10% 10%;
    background-color: #f9fafb
}

.bg-clr,
.btn-send:hover,
.clkbg,
.homenumber,
.sloganbg {
    background-color: #f5f5f5;
}

.homecardbox h3 {
    color: #e9c7ae
}

.shadowbox {
    box-shadow: 0 0 5px 0 rgb(161 163 164)
}

.bgwhite,
.bottomsocialmedia a,
.lockbg {
    background-color: #fefaf1
}

.homenumcont h5 {
    font-weight: 600;
    padding-bottom: 3%;
}

.homenumcont p {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    line-height: 128%
}

.homenumcont {
    height: 18rem;
    padding: 10%;
    background: #e9c7ae;
    border: 1px solid #ffffff7d;
    text-align: center
}

.header__menu--items a.active {
    color: #ba8259;
}

.offcanvas__menu_item.active {
    color: #ba8259;
}

.homenumcont12 {
    color: #ba8259;
    box-shadow: 7px 6px 11px grey;
    padding: 5%;
    border: 1px solid #ffffff7d;
    text-align: center

}
.homenumcont12 h4 {
    font-size: 21px!important;
}

.homenumcont12 {
    height: 250px !important;
}

.homenumcont12:hover {
    background-color: #e9c7ae;
    color: black;
}


.homenumcont22 {
    box-shadow: 7px 6px 11px grey;
    padding: 8%;
    border: 1px solid #ffffff7d;
    color: #ba8259;
    padding: 8%;
    height: 40rem;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
}

.homenumcont22 h3 {
    color: #ba8259;
    text-align: center !important;
    font-size: 27px;
    font-weight: 500;
}

.homenumcontr h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 3%
}

.homenumcontr p {
    font-size: 17px;
    color: #fff
}

.homenumcontr a {
    color: #fff;
    text-decoration: underline
}

.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

@media (max-width:768px) {
    .homenumcont22 {
        color: #ba8259;
        padding: 8%;
        height: auto;
        text-align: justify;
        width: 100%;
        margin: 1rem 0;
    }

    .aboutsu h2 {
        font-size: 20px !important;
    }
}

.testipad {
    padding: 0 6%;
    z-index: 1
}

.testimonial-bg img {
    position: absolute;
    z-index: -1;
    left: 51px;
}

.testiname h3 {
    font-size: 20px;
    font-weight: 700;
    color: #e9c7ae
}

.sloganbottom h3 {
    font-size: 27px;
    padding-left: 7%;
    color: #fff
}

.sloganbottom2 h3 {
    font-size: 27px;
    padding-left: 7%;
    color: #000
}

.form-check label {
    padding: 3px;
    margin-left: 0rem;
}

.form-check label12 {
    padding: 3px 0;
    margin-left: 0rem;
}

.formcb label {
    padding: 3px 0 !important;
    margin-left: 0rem;
}

.questionhere h4 {
    font-size: 20px;
    color: #e9c7ae;
    padding-bottom: 3%;
}

.lockbg {
    height: 34px;
    width: 34px;
    border: 1px solid #817575;
    margin-top: 50%
}

.lockbg a {
    padding-top: 18%;
    padding-left: 29%
}

.footercontact h4,
.footercontlink h4 {
    font-size: 20px;
    text-decoration: underline;
    color: #fff
}

.footercontlink h4 {
    padding-bottom: 15%
}

.footercontlink li {
    line-height: 3rem;
}

.footercontact h4 {
    padding-bottom: 9%
}

.footercontact li {
    font-size: 17px;
    line-height: 3rem;
}

.bottomsocialmedia a {
    border-radius: 18%;
    padding-right: 3%;
    color: #000000;
    padding-left: 3%
}

.howworkinLab h3 {
    font-size: 3rem;
    color: #e9c7ae;
    text-align: center
}

.createquiz h3 {
    font-size: 27px;
    color: #000000;
    text-align: left;
    font-weight: 600;
}

/* .createquiz {
    margin-top: 3%
} */

.createquiz p {
    color: #000;
    /* text-align: justify !important; */
}

.dot2 {
    height: 50px;
    width: 50px;
    background-color: #e9c7ae;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: -4%;
    margin-left: -30%;
}

.knowbottom,
.knowbutton2 {
    border-radius: 20px;
    height: 4rem;
    line-height: 4rem
}

.ads,
.bottomfive h5,
.btn-circle,
.stepwizard-step {
    text-align: center
}

.createconleft {
    float: left;
    margin-top: -5px;
}

.createcon {
    margin-left: 80px;
}

.bettercare li {
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.m-ri {
    margin-left: 16rem
}

.abouttwocol p,
.testiimg {
    margin: -29rem 0 0 0;
    padding: 0 30rem;
    height: 33rem;
    color: #000;
}

.testiimg p {
    color: #000;
}

.containt-testi {
    margin-top: 21rem;
}

.containt-testi img {
    width: 16%;
}

.errorbox p {
    font-weight: 600;
    color: white;
    font-size: 20px;
    background-color: #e9c7ae;
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.sloganbg2 {
    background-color: #fff;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: -9%
}

@media (max-width:768px) {
    .containt-testi {
        margin-top: 0rem;
    }

    .testiimg {
        height: auto;
    }

    .testimonial-bg img {
        display: none;
    }

    .promis-para p {
        margin: 0;
    }
}

.knowbutton2 {
    padding: 0 5.3rem;
    font-size: 2.5rem;
    background: #fff;
    color: #ba8259;
    margin-top: 1%;
    font-weight: 700;
}

.hdr-arw2 svg {
    font-size: 14px;
    color: rgb(0, 0, 0);
    margin-left: 10px;
}

.hdr-arw2 span {
    margin-left: 10px;
}

.hdr-arw {
    display: inline-flex;
}

.con-frm {
    padding: 1rem 0;
}

.tab label {
    font-size: 17px;
    border-radius: 10px;
}

.facilitymargin img {
    width: 100px;
    background-color: #e9c7ae;
    border-radius: 100px;
}

.bottomfivediv {
    padding: 5rem 0;
}

.bottomfive h5 {
    padding-top: 20px;
    font-weight: 700;
    color: #ba8259;
}

/* .breadcrumbbg {
    background: url(../img/download.png)
} */

.abouttopbg {
    background-color: #e9d3ae
}

.aboutcont h3 {
    font-size: 40px;
    font-weight: 900;
    color: #e9c7ae;
    line-height: 110%
}

.aboutcont p {
    font-size: 20px;
    color: #000;
}

.abouttwocol h3 {
    color: #e9c7ae;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 3%
}

.knowbottom {
    padding: 0 2.3rem;
    font-size: 1.5rem;
    background: #e9c7ae;
    color: var(--white-color);
    margin-top: 1%
}

.btn-send,
.form-Con {
    background-color: #fff
}

.form-Con,
.restpass-form {
    background-clip: padding-box
}

.footercontlink li a:hover {
    color: #994000;
}

.headcart a {
    padding-top: 94%
}

.circle-dots {
    position: absolute;
    border: 2px solid #e9c7ae;
    content: "";
    height: 20px;
    width: 18px;
    background-color: #e9c7ae;
    margin: 5px -2rem !important;
    border-radius: 50px;
}

.skn-pro img {
    width: 48rem;
}

@media only screen and (max-width:600px) {
    .dot2 {
        height: 30px;
        width: 30px;
        background-color: #e9c7ae;
        border-radius: 50%;
        display: inline-block;
        margin: 7px;
        margin-bottom: 0;
        margin-top: -4%;
        margin-left: 0
    }

    .dot2 p {
        margin: 2px 0 0 11px;
    }

    .skn-pro img {
        width: 34rem;
        margin-left: -3rem;
    }

    .circle-dots {
        height: 15px;
        width: 15px;
        margin: 5px -4px !important;
    }

    .createquiz h3 {
        font-size: 15px;
        color: #e9c7ae;
        text-align: left;
        font-weight: 500
    }

    .createquiz p {
        font-size: 15px;
        color: #000;
        padding-top: 3%;
        text-align: justify;
    }

    .createquiz {
        /* background-color: #f7f7f7; */
        padding: 5%;
        margin-top: 3%
    }

    .knowbutton2 {
        border-radius: 20px;
        padding: 0 2.3rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.5rem;
        background: #fff;
        color: #000;
        margin-top: 7%
    }

    .homenumcont {
        padding: 8%;
        border: 1px solid #ffffff7d;
        text-align: center;
        margin-bottom: 4%
    }

    .toprightbutton {
        padding-top: 5%
    }
}

.form-Con {
    width: 26%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.section__heading--maintitle.style3::before {
    width: 13rem;
    height: .2rem;
    background: #fff
}

.btn-send {
    height: 45px;
    width: 130px;
    border: none;
    border-radius: 5px;
    background-color: #e9c7ae;
    font-size: 15px;
    color: #fff;
}

.polictylist li,
.polictylist_no {
    margin-left: 40px;
    line-height: 30px;
}

.ads,
.dropdown12 a {
    background-color: #f5f5f5
}

.btn-send:hover {
    border: 1px solid;
    color: #fff
}

.polictylist li {
    list-style: var(--black-color)
}

.stepwizard-step p {
    margin-top: 10px
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.stepwizard-step button[disabled] {
    opacity: 1 !important
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.stepwizard-step {
    display: table-cell;
    position: relative
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px
}

.check_hover:hover {
    background-color: #e9c7ae;
}

.multi-progress-bar p {
    margin: -4px 55px;
    width: 100%;
}

.bg_clr {
    border-radius: 5px;
    justify-content: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ead9d9;
    margin: 1rem 1rem;
    width: 260px;
    align-items: center;
    display: flex;
}

.bg_clr3 {
    border-radius: 5px;
    font-size: 14px;
    padding: 12px;
    justify-content: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ead9d9;
    margin: 1rem 1rem;
    /* width: 100%; */
    align-items: center;
    display: flex;
}

.radio-opt {
    background-color: #fff;
    border: 1px solid #ead9d9;
    margin: 0 10px 0 0;
    width: 135px;
    text-align: center;
    font-size: 14px;
}

.uploadSkinBtn {
    text-align: center;
    width: 16rem;
    color: white;
    background-color: #c8a082;
    height: 4rem;
    border-radius: 4px !important;
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.upload-btun-front {
    text-align: center;
    width: 16rem;
    color: white;
    background-color: #e9c7ae;
    height: 6rem;
    border-radius: 10px !important;
    font-size: 20px;
    padding-top: 13px;
}

.upload-btun-right {
    text-align: center;
    width: 16rem;
    color: white;
    background-color: #e9c7ae;
    height: 6rem;
    border-radius: 10px !important;
    font-size: 20px;
    padding-top: 13px;
}

.upload-btun-left {
    text-align: center;
    width: 16rem;
    color: white;
    background-color: #e9c7ae;
    height: 6rem;
    border-radius: 10px !important;
    font-size: 20px;
    padding-top: 13px;
}

.upload-btnxyz {
    display: none;
}

.output-img img {
    width: 16rem;
    height: 16rem;
    margin: 0 0rem;
    border-radius: 10px;
}

.report-para h3 {
    padding-top: 2rem;
    color: #e9c7ae;
}

.bt-space {
    height: 8rem;
}

.report-para p {
    padding-top: 1rem;
    font-size: 18px;
}

.report-head {
    box-shadow: 0px 0px 28px grey;
    padding: 3rem;
}

.morgin-rout h2 {
    padding: 5px 0 0 0;
    color: #e9c7ae;
}

.step-1m {
    padding: 10px 0;
    background-color: #e9c7ae;
}

.step-1m h3 {
    text-align: center;
    color: white;
}

.step1m p {
    padding: 0px;
    margin-bottom: 0;
    padding-left: 1rem !important;
}

.step1m h4 {
    padding: 10px;
}

.step1m img {
    height: 200px;
    width: 200px;
    padding: 8px;
}

.step1m {
    padding: 1.5rem;
}

.rep-ftr {
    padding: 2px;
    border-radius: 40px;
    border: 2px solid #e9c7ae;
}

.rep-ftr h3 {
    text-align: center;
    color: #e9c7ae;
    padding: 10px;
}

.rep-ftr h4 {
    text-align: center;
    color: #e9c7ae;
    padding: 10px;
}

.rep-ftr p {
    text-align: center;
    font-size: 18px;
}

.rep-ftr-con {
    padding: 0 15%;
}

.re-last {
    padding: 3rem 0;
}

.me-img {
    padding: 3rem;
    border-radius: 20px !important;
}

.cutm-div h5 {
    padding: 10px 0;
    color: red;
    font-weight: 600;
}

.cutm-div h3 {
    font-size: 20px !important;
    font-weight: 600;
}

.cutm-div img {
    margin-left: 7rem;
    width: 10rem;
}

@media only screen and (max-width:575px) {
    .account__social--link {
        height: 3.5rem;
        line-height: 3.5rem;
        padding: 0 1.3rem;
        font-size: 1.4rem
    }

    .bg_clr {
        border-radius: 5px;
        border: 1px solid #e9c7ae;
        margin: 0 4px;
        width: 70px;
        font-size: 14px
    }

    .rep-ftr {
        border-radius: 10px;
        padding: 10px;
        border: 2px solid #e9c7ae;
    }

    .rep-ftr h3 {
        font-size: 13px;
    }

    .rep-ftr p {
        font-size: 15px;
    }

    .rep-ftr-con {
        padding: 0;
    }
}

#radioactive input[type=radio]:checked+label {
    background: #e9c7ae;
    color: #fff
}

.fontstl {}

.dropdown12 {
    position: absolute;
    width: 250px;
    box-shadow: var(--shadow);
    border-radius: var(--radius);
    margin-top: .3rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(.5rem);
    transition: .1s cubic-bezier(.16, 1, .5, 1)
}

.carousel-inner {
    z-index: -1
}

.dropdown12 a {
    display: flex;
    align-items: center;
    column-gap: var(--gap);
    padding: 9px;
    text-decoration: none;
    color: #000;
    margin-left: 6px
}

.dropdown12 a:hover {
    background-color: var(--color)
}

.show12 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.drop-btn-lab {
    width: 50px;
    margin: 0 !important
}

.left-box {
    margin-left: 20px;
    margin-right: 10%
}

.form-label {
    margin-left: 12px;
}

.pdn {
    padding: 3rem
}

.anbutn {
    margin-left: 33rem
}

.an-butn {
    margin-left: 0
}

.butn-prof3 {
    margin-left: 24rem
}

.m-l img,
.m-l p {
    margin-left: 15rem
}

.homenumcont h5 {
    font-size: 20px;
    padding-top: 13px
}

.end-btn button {
    position: fixed;
    bottom: 3%;
}

.end-btn12 button {
    position: fixed;
    bottom: 3%;
}

.bg_clr1 {
    border-radius: 5px;
    text-align: center;
    width: 200px !important
}

@media(max-width:768px) {
    .knowbutton {
        width: 100%;
        margin-top: 2rem;
        /* margin-left: 1rem !important */
    }

    .headcart a {
        padding-top: 7%;
        margin: 12px 0 0 21px
    }

    .lockbg {
        margin: -19px 0 0 18px;
    }

    .form-control {
        display: block;
        width: 100% !important
    }

    .list-unstyled li,
    h5 {
        padding-bottom: 12px;
        padding-left: 0 !important
    }

    .bg_clr1 {
        width: 85px !important
    }

    .bg_clr {
        border-radius: 5px;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        height: 5rem;
        width: 45% !important;
        margin-bottom: 1rem;
    }

    .btn-group {
        position: relative;
        display: block;
        vertical-align: middle;
    }

    .frm-redio {
        width: 45% !important;
    }

    .m-l {
        padding: 16px;
        border-bottom: 1px solid gray
    }

    .custLabel {
        width: 31rem !important;
        text-align: left;
        padding-left: 7px !important;
    }

    .custLabelWidth {
        width: 15rem !important;
    }

    .knbutn {
        font-size: 15px;
        width: 64%;
        text-align: center
    }

    .butn-prof3 {
        margin-left: 16rem
    }

    .tab label {
        font-size: 16px;
    }

    .yr-skn h4 {
        padding: 0;
    }

    .m-l img,
    .m-l p {
        margin-left: 0
    }

    .an-butn {
        font-size: 13px
    }

    .pdn {
        padding: 1rem
    }

    .butn-prof {
        margin-left: -45rem
    }

    .butn-prof1,
    .butn-prof2 {
        margin-left: -20rem
    }

    .homenumcont h3 {
        font-size: 20px
    }

    .homenumcont h5 {
        font-size: 20px
    }
}

.reg-sk p {
    color: white;
    font-weight: bold;
}

.show-pass input {
    margin-top: 7px;
}

.show-pass {
    width: 41%;
    padding-bottom: 4rem;
}

.error-reg {
    width: 40rem;
    color: red;
    text-align: start;
}

.show-pass p {
    font-size: 14px;
    margin-left: 2rem;
}

.btm {
    bottom: 0px;
    position: relative;
}

.btm2 {
    bottom: 4rem;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .mrg-abt {
        margin-top: 16px;
    }
}

.mrg-abt {
    margin-top: 14rem;
}

.signsubmit {
    /* height: 45px;
    width: 150px; */
    border: none;
    border-radius: 5px;
    background-color: #ba8259;
    font-size: 20pxpx;
    color: #fff;
}

.signsubmit:hover {
    background-color: #e9c7ae;
}

.ads {
    box-shadow: 1px 3px 6px grey;
    width: 6rem;
    padding: 4px;
    border-radius: 10px
}

.copyright__content {
    text-align: center !important;
    font-weight: 100;
    font-size: 13px
}

.tsk-tab {
    padding-left: 5%;
    padding-right: 5%
}

.restpass-form {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8a8181;
    border-radius: 10px;
}

.for-butn {
    margin-top: 1rem;
    width: 37rem;
    padding: 7px 0px;
    background-color: #e9c7ae;
    border: none;
    border-radius: 10px;
    /*    margin-left: 8rem;*/
}

.for-butn-back {
    margin-top: 1rem;
    width: 15rem;
    padding: 7px 0px;
    background-color: #e9c7ae;
    border: none;
    border-radius: 10px;
    margin-left: 0rem;
}

.for-butn-back:hover {
    background-color: #e9c7ae;
}

.for-butn:hover {
    background-color: #e9c7ae;
}

.knowbutton2:hover {
    border: 2px solid #ffffff !important;
    background-color: #e9c7ae;
    color: #fff;
}

.createquiz span {
    margin: 10px 0 0 15px;
    color: white;
    font-size: 34px;
}

.small-container {
    margin: 0 5%;
}

.caresckin-h3 {
    color: #cda487 !important;
    margin: 0 0 0 0 !important;
}

.rep-img img {
    width: 250px;
}

.rep-img a {
    border-radius: 20px;
    padding: 0 1.3rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    background: var(--secondary-color);
    color: var(--white-color);
    /* margin-top: 7%; */
    margin-right: 1rem;
}

.re-bm p {
    margin-left: 24rem;
}

@media (max-width:768px) {

    /* .caresckin-h3 {
        font-size: 2rem !important;
    } */
    .re-bm p {
        margin-left: 9rem;
    }

    .re-bm h4 {
        margin-left: 6rem;
        font-size: 16px !important;
    }

    .step1m img {
        height: 275px;
        width: 320px;
        padding: 10px;
    }

    .testipad {
        padding: 1%;
        z-index: 1
    }

    .carousel-indicators {
        bottom: -5rem;
    }
}

@media (max-width:975px) {
    .testimonial-bg img {
        display: none;
    }
}

.footercont p {
    padding: 10px 0;
}

.tick-box {
    width: 24px;
}

.notify {
    background-color: white;
    color: #e9c7ae;
    border-radius: 50px;
    margin-left: 5px;
}

.no-subsc img {
    margin: 10rem 0rem 0rem 22rem !important;
}

.no-subsc p {
    margin: 1rem 0 0 36rem !important;
}

.tersti-img img {
    width: 700px;
    height: 420px;
}

.sp-mob {
    display: none;
}

.step1xa {
    width: 70px;
}

.ab-bnr img {
    width: 100%;
}

.ab-bnr2 img {
    display: none;
}

.nav-btn-ks {
    margin-top: 1rem;
}

@media(max-width:768px) {
    .ab-bnr2 img {
        width: 100%;
        display: block;
    }

    .nav-btn-ks {
        margin-top: 1rem;
    }

    .ab-bnr img {
        display: none;
    }

    .no-subsc img {
        margin: 13rem 0rem -1rem -1rem !important;
        width: 18rem;
    }

    .no-subsc p {
        margin: 2rem 0 0 3rem !important;
    }

    .pdn {
        width: 16rem !important;
        padding: 1rem;
    }

    .style3 {
        margin-left: 7rem;
    }

    .abouttwocol p,
    .testiimg {
        padding: 0 0;
        ;
    }

    .tersti-img img {
        width: 10rem;
        height: 31rem;
        opacity: 0;
    }

    .testiimg p {
        font-size: 15px;
    }

    .carousel-control-prev {
        opacity: 0;
    }

    .carousel-control-next {
        opacity: 0;
    }

    .step {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }

    .step12 {
        margin: 0 -4px;
        height: 3px;
        width: 25px;
    }

    .step13 {
        margin: 0 -4px;
        height: 3px;
        width: 18px;
    }

    .step14 {
        margin: 0 -4px;
        height: 3px;
        width: 44px;
    }

    .sp-de {
        display: none;
    }

    .step1xa {
        width: 70px;
    }

    .end-btn button {
        right: 2rem;
    }

    .upload-btun-front,
    .upload-btun-right,
    .upload-btun-left {
        width: 32rem;
    }

    .output-img img {
        width: 32rem;
        height: 32rem;
        margin-bottom: 1rem;
    }

    .homenumcont {
        height: 13rem;
        width: 100%;
    }

    .facilitymargin img {
        margin-bottom: 0rem;
        width: 75px;
        background-color: #ba8259;
        border-radius: 100px;
    }

    .tbl-scr {
        overflow-x: scroll;
        display: flex;
    }
}

.eye_iconsu i {
    color: #ba8259;
    ;
    font-size: 25px;
    position: absolute;
    right: 24px;
    margin-top: 12px;
}

.mb10 {
    margin-bottom: 10px;
}

.errorMsgArrow {
    /*  margin-top: 7.5rem;
    position: absolute;*/
    color: red;
}

.hide {
    display: none;
}

.mt12 {
    margin-top: 12px;
}

.fntClrBlue {
    color: blue;
}

.drpPad {
    padding: 1rem 1rem;
}

.btn-inlab {
    font-weight: 600;
    /* margin-top: -1rem; */
    border-radius: 10px;
    padding: 0 1.3rem;
    height: 4rem;
    background-color: #e9c7ae;
    border-color: #e9c7ae;
    margin-right: 4rem;
}

.btn-inlab:hover {
    background: #b37f58;
    color: white;
}

.imgdoctor {
    height: 216px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9c7ae;
}

.footercontact p,
.footercontlink p {
    font-size: 20px;
}

.imgtest {
    /* height: 55px; */
    width: 60px;
    /*margin-left: -9px;
    margin-top: -7px;*/
}

@media (max-width:768px) {
    .breadcrumb__content {
        position: relative;
        margin-left: 0px;
    }
}

.cll {
    color: #e9c7ae;
    margin-right: 10px;
}



.mydiv {
    margin-top: 50px;
    margin-bottom: 50px
}

.cross {
    font-size: 10px
}

.padding-0 {
    padding-right: 5px;
    padding-left: 5px
}

.img-style {
    margin-left: -11px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 104% !important
}

.m-t-20 {
    margin-top: 20px
}

.bbb_background {
    background-color: #E0E0E0 !important
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

.ribbon span {
    position: absolute;
    display: block;
    width: 34px;
    border-radius: 50%;
    padding: 8px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon-top-right {
    top: -10px;
    right: -10px
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent
}

.ribbon-top-right::before {
    top: 0;
    left: 17px
}

.ribbon-top-right::after {
    bottom: 17px;
    right: 0
}

.sold_stars i {
    color: orange
}

.ribbon-top-right span {
    right: 17px;
    top: 17px
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bbb_deals_featured {
    width: 100%
}

.bbb_deals {
    width: 100%;
    margin-right: 7%;
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 0px
}

.bbb_deals_title {
    position: absolute;
    top: 10px;
    left: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #000000
}

.bbb_deals_slider_container {
    width: 100%
}

.bbb_deals_item {
    width: 100% !important
}

.bbb_deals_image {
    width: 100%
}

.bbb_deals_image img {
    width: 100%
}

.bbb_deals_content {
    margin-top: 33px
}

.bbb_deals_item_category a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5)
}

.bbb_deals_item_price_a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6)
}

.bbb_deals_item_price_a strike {
    color: red
}

.bbb_deals_item_name {
    font-size: 14px;
    font-weight: 400;
    color: #000000
}

.bbb_deals_item_price {
    font-size: 14px;
    font-weight: 500;
    color: #6d6e73
}

.available {
    margin-top: 10px
}

.available_title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400
}

.available_title span {
    font-weight: 700
}

@media only screen and (max-width: 991px) {
    .bbb_deals {
        width: 100%;
        margin-right: 0px
    }
}

@media only screen and (max-width: 575px) {
    .bbb_deals {
        padding-left: 15px;
        padding-right: 15px
    }

    .bbb_deals_title {
        left: 15px;
        font-size: 16px
    }

    .bbb_deals_slider_nav_container {
        right: 5px
    }

    .bbb_deals_item_name,
    .bbb_deals_item_price {
        font-size: 20px
    }
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}


/* <div class="number-input activee" style="display: grid;">
    <button class="minus quantityChange" tabindex="0" fdprocessedid="wijkw4">-</button>
    <input class="quantity" min="0" max="5" name="quantity" value="0" type="number" id="drenchnightserumQty" readonly="" tabindex="0" style="height: 14px;">
    <button class="plus quantityChange" tabindex="0" fdprocessedid="gpx70k">+</button>
</div>*/
.number-input {
    border: 1px solid #0dafc8;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: .4px;
    max-width: 100px;
    cursor: pointer;
    grid-template-columns: repeat(3, 34px) !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    grid-template-rows: 34px;
    outline: 0 !important;
    display: none;
}

button.minus.quantityChange {
    margin-left: -6px;
    margin-top: -16px;
}

.number-input button {
    border: none !important;
    background: 0 0 !important;
    font-size: 30px;
    font-weight: 400;
    color: #00afc8;
}

.number-input>* {
    height: 34px;
}

.number-input input {
    border: none !important;
    color: #fff;
    font-size: 15px;
    box-sizing: content-box;
}

.defaultAdd,
.number-input input {
    background: #0dafc8;
    text-align: center;
}

.recognitions {
    color: black;
    height: 18rem;
    padding: 10%;
    background: #e9c7ae;
    border: 1px solid #ffffff7d;
    text-align: center;
}

.recognitions p {
    font-weight: bold;
}

.offcanvas__logo_link img {
    width: 170px;
}

@media (max-width:768px) {
    .recognitions {
        height: 13rem;
        width: 100%;
        padding: 8%;
        border: 1px solid #ffffff7d;
        text-align: center;
        margin-bottom: 4%;

    }

    .me-img {
        margin: auto;
        width: 250px;
        /* height: 100%; */
        padding: 0;
        display: block;
    }

    .mrg-abt {
        margin-top: 4rem;
    }

    .createcon h4 {
        font-size: 17px !important;
    }

    .facilitymargin {
        margin: 0px auto;
    }

    .offcanvas__logo_link img {
        width: 100px;
    }

    .quli h2 {
        font-size: 23px !important;
    }


}

.fotr-bg {
    background-color: #e9c7ae;
    padding: 2.4rem 0;
}

.pricing-plans {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 64px;
}

.pricing-card {
    --col: #e4e4e7;
    position: relative;
    min-width: 360px;
    padding: 32px;
    padding-bottom: 96px;
    border-radius: 4px;
    background-color: #e9c7ae4a;
    box-shadow: 15px 15px 10px #c7c2c2;
    text-align: center;
}

.pricing-card.basic {
    --col: #0891b2;
}

.pricing-card.standard {
    --col: #059669;
}

.pricing-card.premium {
    --col: #c026d3;
}

.pricing-card:hover {
    border-color: #e9c7ae;
    background-color: #d1d1d180;
    box-shadow: 0 0 10px #e9c7ae;
    transform: translateY(-16px) scale(1.02);
    transition: all 0.5s ease;
}

.pricing-card>*:not(:last-child) {
    margin-bottom: 32px;
}

.pricing-card .heading h4 {
    padding-bottom: 12px;
    color: var(--col);
    font-size: 24px;
    font-weight: bold;
}

.pricing-card .heading p {
    color: #000000;
    font-size: 16px;
    font-weight: lighter;
}

.pricing-card .price {
    position: relative;
    color: var(--col);
    font-size: 60px;
    font-weight: bold;
}

.pricing-card .price sub {
    margin-left: 3px;
    position: absolute;
    bottom: 0;
    color: #e9c7ae;
    font-size: 19px;
    font-weight: bold;
}

.pricing-card .features li {
    padding-bottom: 16px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.pricing-card .features li i,
.pricing-card .features li strong {
    color: #000000;
    font-size: 16px;
    text-align: left;
}

.pricing-card .features li strong {
    padding-left: 24px;
}

.pricing-card .cta-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--col);
    background-color: var(--col);
    color: #e4e4e7;
    font-size: 20px;
    font-weight: bold;
}

.pricing-card .cta-btn:active {
    background-color: transparent;
    color: var(--col);
    transition: all 0.3s ease;
}

.carts img {
    width: 250px;
}

.edit-btnn {
    color: #e9c7ae;
    font-size: 14px;
}

.cm-address {
    color: black;
    font-size: 14px;
}

.cm-address h5 {
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 600;
}

.cm-address p,
.cm-address a {
    font-size: 15px;
}

.cm-card {
    padding: 14px;
    margin: 10px 10px;
}

.ad-add-box {
    position: relative;
    left: 33%;
    border: 1px solid white;
    padding: 1rem;
    width: 13rem;
    background: #ffffff;
    font-size: 15px;
}

.ad-add-box p {
    margin: 0 4px;
    color: rgb(0, 0, 0);
}

.dec-lis li i {
    position: absolute;
    margin-left: -20px;
}

.ship-hdr li {
    display: inline-block;
    margin: 0 1rem;
    font-size: 12px;
}

.ship-hdr p {
    text-align: center;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
}

.ship-hdr2 {
    float: right;
}

.ship-hdr2 li {
    /* display:inline-block; */
    margin: 0 1rem;
    font-size: 12px;
}

.ship-hdr2 p,
.ship-hdr2 a {
    text-align: center;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
}

.ship-header {
    border-radius: 10px 10px 0 0;
    border: 1px solid #cbc2c2;
    padding: 10px 5px;
    height: 6rem;
    background-color: #e2e3e5;
}

.order-box {
    border-radius: 10px;
    border: 1px solid #cbc2c2;
}

.pro-img img {
    height: 100px;
    width: 100px;
}

.pro-dec {
    position: relative;
    top: 2rem;
}

.btn-ext li a {
    width: 100%;
}

.btn-ext {
    width: 18rem;
    border-radius: 10px;
    margin: 2px 0;
    border: 1px solid #cdc8c8;
    font-size: 14px;
}

.ship-hdr2 a {
    color: #e9c7ae;
}

.ship-hdr2 a:hover {
    color: #7c242a;
}


@media (max-width:768px) {
    .ship-header {
        height: 14rem;
    }

    .ad-add-box {
        margin-top: -3rem;
        position: relative;
        left: 66%;
        border: 1px solid white;
        padding: 0.5rem;
        width: 11rem;
        background: #ffffff;
        font-size: 13px;
    }

    .ship-hdr2 {
        float: left;
    }

    .pro-img img {
        height: 200px;
        width: 100%;
    }

    .ctm-model-dialog {
        padding: 1rem;
        width: 100% !important;
    }
}

.card-sub {
    width: 100%;
    border-radius: 10px;
    border: none;
}

.card-sub:hover {
    box-shadow: 0 0 10px rgb(248, 201, 201);
}

.selected-card-sub {
    box-shadow: 0 0 10px rgb(248, 201, 201);
}

.card-sub input[type=radio] {
    margin-top: 2rem;
    position: relative;
    left: 50%;
    border: 2px solid #e9c7ae;
}

.card-sub_list ul li {
    list-style: number;
    line-height: 4.5rem;
}

.card {
    background-color: transparent;
}

/*END for input*/

.pl-15 {
    padding-left: 15px;
}

.blue-txt {
    color: blue;
}

/* feedback */


.min-hgt-550 {
    min-height: 590px;
}

.feedbox {
    max-width: 550px;
    margin: auto;
}

.feedbox .form-group {
    margin-bottom: 5rem;
}

.errElement {
    color: red;
    border-color: red;
}

.sub-mit-btn {
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 0 1.3rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    background: var(--secondary-color);

}

.reset-btn {
    background-color: transparent;
    border: none;
}

.g-f {
    margin: 0 1rem;
    width: 20px;
}

.rating-star ul {
    color: #e2b89a;
    display: inline-flex;
}

.product_type {
    color: #e2b89a;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.product_title {
    font-size: 17px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 27rem;
    font-weight: 600;
}

.product_details {
    font-weight: 400;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-addcart {
    font-weight: 600;
    font-size: 16px;
    background: #e9c7ae;
}

.price {
    font-weight: 600;
}

.price-details {
    margin-top: 7rem;
    width: 100%;
    height: 12rem;
    background-color: #e9c7ae;
}

.fn-s {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
}

.fn-s2 {
    font-family: sans-serif;
    margin: 1rem 0 !important;
    font-weight: 600;
    font-size: 3.5rem;
}

.price-details p {
    padding: 0;
    margin: 0;
}

.price span {
    margin-left: 0.5rem;
    font-weight: 500;
    font-size: 16px;
}

.btn-addcart:hover {
    background: #e49e6a;
    color: white;
}

.amt {
    color: #f27920;
}

#loadMore {
    width: 200px;
    color: #000000;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #e9c7ae;
    transition: .3s;
}

#loadMore:hover {
    background: #e49e6a;
    color: white;
}

.product_title_details {
    font-size: 30px !important;
    font-weight: 600;
}

.product_type_details button {
    margin-top: 4.5rem;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 1rem;
    background: #e2b89a;
    color: black;
}

.slideshow-items {
    width: 47rem;
    height: auto;
}

.slideshow-thumbnails {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}

#slideshow-items-container {
    display: inline-block;
    position: relative;
}

#lens {
    background-color: rgba(233, 233, 233, 0.4);
}

#lens,
#result {
    position: absolute;
    display: none;
    z-index: 1;
}

.slideshow-items {
    display: none;
}

.slideshow-items.active {
    display: block;
}

.slideshow-thumbnails {
    opacity: 0.5;
}

.slideshow-thumbnails.active {
    opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
    border: solid var(--light-grey-2) 1px;
}

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

.order-of i {
    font-size: 4rem;
    display: block;
    text-align: center;
    color: #f27920;
}

.order-of p {
    font-weight: 600;
    margin: 0;
}

.order-of li {
    display: inline-block;
    margin: 0 4rem 0 0;
}

.key_benefits li {
    list-style: disc;
    line-height: 3rem;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.d-non {
    display: none;
}

@media (max-width:768px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .offcanvas__menu_item {
        font-size: 17px;
    }

    .d-non {
        display: block;
    }
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ead9d9;
    margin: 0 10px 0 0;
    width: 170px;
    text-align: center;
}

.radio-toolbar input[type="radio"]:checked+label {
    background: #e9c7ae;
    color: #000000;
}

.stars {
    display: flex;
    align-items: center;
    gap: 25px;
}

.stars i {
    font-size: 25px;
    color: #b5b8b1;
    transition: all 0.2s;
    cursor: pointer;
}

.stars i.active {
    color: #d89b6e;
    transform: scale(1.2);
}

.slde-thumb {
    display: grid;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #e9c7ae;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #ecaa7a;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 485px;
    width: 69px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

@media (max-width:768px) {
    .radio-toolbar label {
        font-size: 13px;
        margin: 0 5px 0 0;
        width: 100px;
    }

    .scrollbar {
        overflow-y: hidden;
        margin-left: 4px;
        height: 82px;
        float: left;
        width: 342px;
        overflow-x: scroll;
        margin-bottom: 0;
    }

    #style-3::-webkit-scrollbar {
        height: 5px;
        background-color: #e9c7ae;
    }

    .slde-thumb {
        display: inline-flex;
    }

    .col-rvs {
        display: flex;
        flex-direction: column-reverse;
    }

    .slideshow-thumbnails {
        margin-left: 8px;
        margin-bottom: 2.5rem;
        width: 60px;
        height: 60px;
    }

    .slideshow-items {
        padding: 1rem;
        width: 100%;
        height: 100%;
    }
}

.dealoff {
    transform: rotate(20deg);
    width: 150px;
    position: absolute;
    bottom: 11%;
    right: -5%;
}

.dealoff p {
    letter-spacing: 3px;
    position: absolute;
    font-family: fantasy;
    right: 43%;
    top: 57%;
    font-size: 4rem;
    color: white;
}

.acc-btn {
    background-color: #e9c7ae !important;
    color: #000 !important;
    font-weight: bold;
    font-size: 2rem;
}

.howtouse h3 {
    font-weight: 900;
    text-align: center;
}

.sub-para_padd {
    padding: 11px 30px 0 0;
}

.mem-lis li {
    line-height: 2;
}

.mem-lis {
    padding: 0 10px;
}

.mem-lis ul li {
    list-style: auto;
}

.howtouse h3::after {
    margin-top: 1.5rem;
    content: '';
    display: flex;
    width: 14rem;
    position: relative;
    height: 4px;
    background-color: black;
    left: 44%;
}

.howtouse1 img {
    width: 125px;
}

.counter1 {
    width: 4rem;
    height: 4rem;
    background: #ba8259;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 26%;
    top: 5%;
}

.howtouse1 {
    border-right: 3px solid #ffad47;
    border-bottom: 2px solid #ffad47;
}

.howtouse1 p {
    font-size: 2rem;
    text-align: center;
}

.howtouse2 img {
    width: 125px;
}

.counter2 {
    width: 4rem;
    height: 4rem;
    background: #ba8259;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 36%;
    top: 5%;
}

.howtouse2 {
    border-right: 3px solid #ffad47;
    border-bottom: 2px solid #ffad47;
}

.howtouse2 p {
    padding: 0px 6rem;
    font-size: 2rem;
    text-align: center;
}

.howtouse3 img {
    width: 125px;
}

.counter3 {
    width: 4rem;
    height: 4rem;
    background: #ba8259;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 32%;
    top: 5%;
}

.howtouse3 {
    border-bottom: 2px solid #ffad47;
}

.howtouse3 p {
    padding: 0px 6rem;
    font-size: 2rem;
    text-align: center;
}

.howtouse4 img {
    width: 125px;
}

.counter4 {
    width: 4rem;
    height: 4rem;
    background: #ba8259;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    right: 32%;
    top: 15%;
}

.howtouse4 {
    padding: 3rem 0 0 27rem;
    border-right: 2px solid #ffad47;
}

.howtouse4 p {
    padding: 0px 6rem;
    font-size: 2rem;
    text-align: center;
}

.howtouse5 img {
    width: 125px;
}

.counter5 {
    width: 4rem;
    height: 4rem;
    background: #ba8259;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 16%;
    top: 15%;
}

.howtouse5 {
    padding: 3rem 27rem 0 0;
}

.howtouse5 p {
    padding: 0px 6rem;
    font-size: 2rem;
    text-align: center;
}

.customise_ai_skin b {
    margin-top: 2rem;
    padding: 0;
    border-bottom: 2px solid black;
    margin-right: 50px;
}

.customise_ai_skin b:hover {
    border-bottom: 2px solid #e9c7ae;
}

.customise_ai_skin img {
    float: right;
    width: 40px;
    margin-top: -26px;
    margin-left: 3px;
    transform: rotate(25deg);
}

.howtouse4_1 {
    padding: 3rem 0 0 0rem !important;
}

.howtouse5_1 {
    padding: 3rem 2rem !important;
    border-right: 2px solid #ffad47;
}

.howtouse6_1 {
    padding: 3rem 0rem 0 0;
}

.howtouse6_1 img {
    width: 125px;
}

.howtouse6_1 p {
    padding: 0px 6rem;
    font-size: 2rem;
    text-align: center;
}

.nav-pills {
    padding: 0 0 2rem 0;
    /* background-color: #e9c7ae !important; */
}

.nav-pills .nav-link.active {
    color: black;
    background-color: #e9c7ae !important;
}


.nav-link {
    padding: 2rem;
    /* width: 38.3rem; */
    width: 30.3rem;
    font-weight: 900;
    color: black;
    background-color: #f0eded !important;
}

.whenyouuse h3 {
    margin: 10px 0;
    font-size: 10rem !important;
}
.whenyouuse span {
    font-size: 20px;
    margin-top: 30px;
}

.ingredient {
    margin: 0 2rem;
    /* width: 36rem; */
    width: calc(33.33% - 4rem);
    background-color: #e9c7ae;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.ingredient:hover {
    color: #000;
    background-color: #F0EDED;
}

.ingredient h3 {
    font-size: 2rem !important;
    text-align: center;
    font-weight: 900;
    margin: 0rem 0;
    padding-bottom: 1rem;
}

.ingredient img {
    display: block;
    margin: 0 auto;
    width: 10rem;
    padding: 2rem;
}

.clmrev hr {
    background-color: #b43d19;
    height: 3px;
    margin: 5rem 0;
}



.clean_ingredient {
    height: 26rem;
    margin: 1rem 2rem;
    /* width: 33rem; */
    padding: 3rem;
    margin: 1rem 0;
}

.clean_ingredient:hover {
    border-radius: 2rem;
    box-shadow: 0 0 10px gray;
}

.clean_ingredient img {
    border-radius: 100px;
    border: 3px solid #eecfa9;
    display: block;
    margin: 0 auto;
    width: 12rem;
    padding: 2rem;
}

.clean_ingredient p {
    line-height: 4rem;
    margin: 1rem 0;
    text-align: center;
    font-size: 2rem;
}

@media (max-width:768px) {
    .nav-link {
        font-size: 1rem;
        height: 8rem;
        width: 8.3rem;
        font-weight: 900;
        color: black;
        background-color: #f0eded !important;
    }

    .nav-pills .nav-link.active {
        font-size: 2rem;
        width: 14rem;
        color: black;
        background-color: #e9c7ae !important;
    }

    .whenyouuse h3 {
        margin: 0px 0;
        font-size: 3rem !important;
    }

    .clean_ingredient {
        height: 18rem;
        margin: 2rem 0;
        width: 100%;
        padding: 0;
    }

    #lens {
        display: none !important;
    }

    .ingredient {
        margin: 0;
        width: 100%;
    }

    .howtouse h3::after {
        left: 30%;
    }
}

.special_box img {
    width: 125px;
}

.subimg-right {
    position: relative;
    right: -60%;
}

.special_box hr {
    background-color: #b43d19;
    height: 3px;
    margin: 5rem 0;
}

.special_box .mdl {
    position: relative;
    top: 24%;
}

.customized_you {
    box-shadow: 0px 4px 8px #afaeae;
    margin: 2rem 0;
    width: 100%;
    height: 27rem;
    background: white;
    padding: 3rem;
    border-radius: 1rem;
}

.customized_you:hover {
    background-color: #E9C7AE;
}

.customized_you p {
    padding: 0 4rem;
    margin-top: 1rem;
    text-align: center;
}

@media (max-width:768px) {
    .special_box img {
        margin: 4rem auto;
        width: 125px;
        display: block;
    }

    .subimg-right {
        position: relative;
        right: 0;
    }

    .special_box hr {
        margin: 0rem 0 2rem 0rem;
    }

    .clmrev {
        display: flex;
        flex-direction: column-reverse;
    }

    .customized_you {
        margin: 1rem 0;
        height: auto;
    }
}

.mon-sub p {
    text-align: center;
    padding: 3rem 0;
    font-weight: 900;
    font-size: 4rem;
}

.mon-sub p::after {
    margin-top: 3rem;
    position: relative;
    content: "";
    height: 6px;
    width: 33rem;
    background-color: black;
    display: block;
    left: 42%;
}

.sub-box {
    margin: 3rem 0;
    width: 100%;
    height: 35rem;
    background-color: #e9c7ae;
}

.sub-box img {
    border: 5px solid;
    margin: -2rem 2rem;
    width: 230px;
}

.sub-box h5 {
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.sub-box h5::after {
    margin-top: 2px;
    position: relative;
    content: "";
    height: 2px;
    width: 20rem;
    background-color: black;
    display: block;
    left: 13%;
}

.price_tab p {
    text-align: center;
    font-size: 2rem;
}

.und {
    margin-top: 2px;
    position: relative;
    content: "";
    height: 2px;
    width: 8rem;
    background-color: black;
    display: block;
    left: 35%;
}

.und::after {
    position: absolute;
    border-radius: 12px;
    content: "";
    height: 10px;
    width: 10px;
    background-color: black;
    display: block;
    margin: -4px -4px;
}

.und::before {
    right: 0;
    position: absolute;
    border-radius: 12px;
    content: "";
    height: 10px;
    width: 10px;
    background-color: black;
    display: block;
    margin: -4px -4px;
}

.add_to_cart {
    margin: 2rem 0;
    font-size: 14px;
    width: 140px;
    color: white;
    background: black;
}

.off-image img {
    position: absolute;
    right: 0;
    width: 100px;
    z-index: 1;
    margin: -20px -10px;
}

.our-product p {
    text-transform: uppercase;
    text-align: center;
    padding: 3rem 0;
    font-weight: 900;
    font-size: 4rem;
}

.our-product p::after {
    margin-top: 3rem;
    position: relative;
    content: "";
    height: 6px;
    width: 25rem;
    background-color: black;
    display: block;
    left: 44%;
}


.und2 {
    margin-top: 2px;
    position: relative;
    content: "";
    height: 2px;
    width: 6rem;
    background-color: black;
    display: block;
    left: 0;
}

.und2::after {
    position: absolute;
    border-radius: 12px;
    content: "";
    height: 10px;
    width: 10px;
    background-color: black;
    display: block;
    margin: -4px -4px;
}

.und2::before {
    right: 0;
    position: absolute;
    border-radius: 12px;
    content: "";
    height: 10px;
    width: 10px;
    background-color: black;
    display: block;
    margin: -4px -4px;
}

.add_to_cart-pr {
    margin: 2rem 0;
    font-size: 13px;
    width: 105px;
    color: white;
    background: black;
}

.add_to_cart:hover,
.add_to_cart-pr:hover {
    background-color: #943e00;
    color: white;
}

.boxx-pro {
    width: 28rem;
    padding: 2rem;
    margin-bottom: 3rem;
    background-color: #ebe7e7;
    height: 28rem;
    border-radius: 20px;
    margin: auto;
}

.img-pro img {
    z-index: 1;
    width: 100px;
    margin: -2rem 0;
}

.bg-pro_1 {
    margin: 0 -2rem;
    width: 28rem;
    background-color: #e0bf86;
    height: 7rem;
    border-radius: 0 0 20px 20px;
    position: absolute;
    bottom: -24%;
}

.bg-pro_2 {
    margin: 0 -2rem;
    width: 28rem;
    background-color: #708bac;
    height: 7rem;
    border-radius: 0 0 20px 20px;
    position: absolute;
    bottom: -24%;
}

.bg-pro_3 {
    margin: 0 -2rem;
    width: 28rem;
    background-color: #eca379;
    height: 7rem;
    border-radius: 0 0 20px 20px;
    position: absolute;
    bottom: -24%;
}

.bg-pro_4 {
    margin: 0 -2rem;
    width: 28rem;
    background-color: #add88e;
    height: 7rem;
    border-radius: 0 0 20px 20px;
    position: absolute;
    bottom: -24%;
}

.img-pro h3 {
    margin-top: 1rem;
    font-weight: 900;
    font-size: 25px !important;
}

.img-pro p {
    font-size: 20px;
    margin: 6px 0;
    padding: 0;
}

.offr-img img {
    right: -19px;
    width: 100px;
    position: absolute;
    top: -45px;
}

@media (max-width:768px) {
    .mon-sub p {
        font-size: 2rem;
    }

    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .mon-sub p::after {
        margin-top: 1rem;
        height: 3px;
        width: 20rem;
        left: 23%;
    }

    .sub-box img {
        margin: -2rem 2rem;
        width: 300px;
    }

    .off-image img {
        margin: -20px 6px;
    }

    .sub-box {
        height: auto;
    }

    .our-product p {
        font-size: 2rem;
    }

    .our-product p::after {
        margin-top: 1rem;
        height: 3px;
        width: 20rem;
        left: 23%;
    }

    .boxx-pro {
        /* width: 100%; */
        height: auto;
        border-radius: 20px;
        /* margin: 3rem 0rem; */
    }

    .bg-pro_1 {
        width: 36rem;
        bottom: -14%;
    }

    .bg-pro_2 {
        width: 36rem;
        bottom: -14%;
    }

    .bg-pro_3 {
        width: 36rem;
        bottom: -14%;
    }

    .bg-pro_4 {
        width: 36rem;
        bottom: -14%;
    }

    .offr-img img {
        right: 1px;
        width: 100px;
        position: absolute;
        top: -36px;
    }

}

.pl40 {
    padding-left: 40px;
}

@media (max-width:768px) {
    .dealoff {
        transform: rotate(20deg);
        width: 98px;
        position: absolute;
        bottom: 52%;
        right: -5%;
    }

    .dealoff p {
        letter-spacing: 3px;
        position: absolute;
        font-family: fantasy;
        right: 43%;
        top: 55%;
        font-size: 2.7rem;
        color: white;
    }

    .howtouse4 {
        padding: 0;
        border-right: 2px solid #ffad47;
        border-bottom: 2px solid #ffad47;
    }

    .howtouse5 {
        border-right: 2px solid #ffad47;
        border-bottom: 2px solid #ffad47;
        padding: 0;
    }

    .howtouse3 {
        border-right: 2px solid #ffad47;
        border-bottom: 2px solid #ffad47;
    }

    /* .offcanvas_customise_ai_skin img{
        width: 30px;
        margin-top: -16px;
        margin-left: 15px;
        transform: rotate(25deg);
    } */
    .offcanvas_customise_ai_skin {
        border-bottom: 2px solid black;
    }

    .offcanvas_customise_ai_skin:hover {
        border-bottom: 2px solid #e9c7ae;
    }

    .carousel-control-next-icon {
        display: none;
        border-radius: 20px;
    }
}

/* -- Added by Sheetal for responsive Header -- */
@media (max-width: 991px) {
    .offcanvas_customise_ai_skin img {
        width: 30px;
        margin-top: -12px;
        margin-right: -10px;
        transform: rotate(25deg);
        float: right;
        display: none!important;
    }

    .header__topbar {
        display: none;
    }

    .main__header--inner.position__relative.d-flex {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
    }

    .main__header--inner.position__relative.d-flex .main__logo {
        order: 1;
    }

    .main__header--inner.position__relative.d-flex .offcanvas__header--menu__open {
        order: 2;
    }
}

/* -- Styling Updated by Sheetal -- */
@media (min-width: 992px) and (max-width: 1199px) {
    header.header__section .header__menu--link {
        white-space: nowrap;
        padding: 14px 12px;
    }

    header.header__section .header__menu--items {
        margin-right: 0 !important;
    }
}

@media (max-width: 992px) {
    header.header__section .main__logo {
        margin-top: 0 !important;
    }

    header.header__section .main__logo .main__logo--img {
        max-width: 120px !important;
    }
}

/*  --- product-page ---- */
.sub-box h5::after {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.sub-box {
    height: auto;
    padding-bottom: 15px;
}

.sub-box img {
    width: calc(100% - 4rem) !important;
}

.sub-box .und {
    left: 50%;
    transform: translateX(-50%);
}

/* products page  /   our-products' ui fixed for all screen */

@media (max-width: 768px) {
    .bg-pro_1 {
        width: calc(100% + 4rem);
    }
}

.boxx-pro {
    margin-bottom: 100px;
}

/* -- products section -- */

.our-product p::after,
.mon-sub p::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* --- styling updated by sheetal (about-us page) */
.about-co-founder {
    background-color: #f5f5f5;
    padding-top: 50px;
}
.about-co-founder h1,
.about-co-founder h6 {
    color: #000;
    text-shadow:  0px 4px 4px rgba(0, 0, 0, 0.25);
}
.founder-img > img {
    max-width: 400px;
}
.co-founder-img > img {
    max-width: 360px;
}
.officer-img > img {
    max-width: 340px;
}
.co-founder-img,
.founder-img {
    height: 100%;
    align-items: end;
    display: flex;
    justify-content: center;
} 
.officer-img {
    height: 100%;
    align-items: end;
    display: flex;
    justify-content: center!important;
}
.learned-doctors span  { 
    color: #f5f5f5;
    font-weight: 700;
}
.learned-doctors p {
    text-align: center!important;
}
.learned-doctors h6 {
    font-weight: 800;
}
.poised-for-success {
    padding: 50px;
}
.poised-for-success p {
    text-align: justify!important;
    font-size: 24px;
}
/* added by sheetal for about-us new section */
.about-inlab {
    background-color: #f5f5f5;
    padding: 60px 0;
}
/* .about-inlab span {
    font-weight: 800;
} */
.about-inlab p,
.block-head p {
    text-align: justify;
}
.about-logo img {
    max-width: 120px;
}



/* slider */
* {
    box-sizing: border-box;
}

.wrapper [data-carousel-3d] [data-prev-button] {
    position: absolute;
    height: 100%;
    width: 15%;
    top: 0px;
    left: 0px;
}

.main-wraper {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 50px;
}

.main-wraper h3 {
    text-transform: capitalize;
    text-align: center;
}

.wrapper {
    max-width: 750px;
    margin: auto;
}

.wrapper [data-carousel-3d] [data-next-button] {
    position: absolute;
    height: 100%;
    width: 15%;
    top: 0px;
    right: 0px;
}

.wrapper [data-carousel-3d] {
    position: relative;
    overflow: hidden;
}

.wrapper [data-carousel-3d]>[data-children-wrapper] {
    perspective: 1500px;
    -ms-perspective: 1500px;
    -moz-perspective: 1500px;
    -webkit-perspective: 1500px;
}

.wrapper [data-carousel-3d]>[data-children-wrapper]>[data-child] {
    transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.wrapper [data-carousel-3d] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.wrapper [data-carousel-3d]>[data-children-wrapper]>[data-child] {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px !important;
}

.wrapper [data-carousel-3d]>[data-children-wrapper]>[data-child]>[data-child-frame]>[data-content-wrapper] {
    box-sizing: border-box;
    transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
}

.wrapper [data-carousel-3d]:before {
    padding-top: 40%;
    display: block;
    content: '';
}

.wrapper [data-carousel-3d] h5 {
    text-transform: capitalize;
}

.wrapper [data-carousel-3d] [data-children-wrapper] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35%;
    left: 35%;
}

.wrapper [data-carousel-3d] [data-prev-button]:before {
    content: url("./images/default/prev.png");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 43px;
    height: 49px;
    margin: auto;
}

.wrapper [data-carousel-3d] [data-next-button]:before {
    content: url("./images/default/next.png");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 43px;
    height: 49px;
    margin: auto;
}

.wrapper [data-child-frame] {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    border-radius: 5px;
    height: 100% !important;
    width: 100% !important;
    padding: 8px;
    overflow: hidden;
}

.wrapper .card-wrap-3d {
    width: 100%;
    height: 100%;
    position: relative;
}

.wrapper .card-wrap-3d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.wrapper .card-wrap-3d .img-wrap {
    width: 100%;
    height: 100%;
}

.wrapper .card-wrap-3d h5 {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 5% 0 3%;
    font-weight: normal;
    left: 0;
    bottom: 0;
    background-color: #fff;
    margin: 0;
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .wrapper .card-wrap-3d h5 {
        font-size: 14px !important;
    }
}

@media (max-width: 575px) {
    .wrapper .card-wrap-3d h5 {
        font-size: 8px !important;
        line-height: 1.2;
    }

    .wrapper [data-child-frame] {
        padding: 4px;
    }
}


/* ---- Added by Sheetal for responsive about-us  */
.homenumcont12 {
    height: 230px !important;
}

@media (max-width: 992px) {
    .homenumcont22 {
        height: 100%;
    }
    .homenumcont22 h4 {
        font-size: 20px!important;
    }

    .homenumcont12 {
        height: 325px!important;
    }

    .homenumcont12 p {
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .homenumcont22 {
        height: 100%;
    }

    .homenumcont12 {
        height: 295px !important;
    }
}

@media (max-width: 575px) {
    .founder-img>img {
        max-width: 200px;
        margin: auto;
    }

    .co-founder-img {
        max-width: 200px;
        margin: auto;
        order: 1;
    }

    .founder-info {
        order: 2;
        margin-bottom: 20px;
    }

    .officer-img {
        max-width: 200px;
        margin: auto;
        margin-bottom: 10px;
    }

    .homenumcont12 {
        height: 200px !important;
    }

    /* .homenumcont22 {
            height: 45rem;
        } */
    .poised-for-success p {
        text-align: justify !important;
        font-size: 18px;
    }

    .officer-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .poised-for-success h3 {
        text-align: center !important;
    }
}

.main__header.header__sticky {
    background-color: #fff;
}

/*  styling--home-page */
/* -- Slider Testimonials -- */
.object-fit-cover {
    object-fit: cover;
}
.our-testimonials {
    padding: 60px 0!important;
}
.img-testimonial {
    width: 140px;
    height: 140px;
    border: 7px solid #fff;
    box-shadow: 2px 2px 6px rgba(0,0,0, .25);
}
.info-testimonials {
    border-radius: 15px;
    background-color: #f5f5f5;
    box-shadow: 10px 10px 0 rgba(0,0,0, .35);
}
.slider-controls button {
    color: #000!important;
}

.slider-controls button:hover {
    color: #000;
}
.knowbutton {
    width: 375px;
    color: #fff;
    font-weight: 500;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #ba8259;
    background: #ba8259;
    padding: 5px 25px;
    height: auto;
}

@media (min-width:992px) {
    .img-testimonial {
        position: absolute;
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
    }

    .info-testimonials {
        padding-left: 100px !important;
        margin-left: 80px;
    }
}

@media (max-width:768px) {
    .homenumcont {
        height: 100% !important;
        margin: auto !important;
    }

    .knowbutton {
        margin-left: 0 !important;
    }
}

/* ...customise your skincare... */
.form-customise .card {
    max-width: 100%!important;
}
.form-customise .btn-group {
    width: 100%;
}
@media (max-width:767px) {
    .form-customise .left-side {
        display: none;
    }
    .form-customise .right-side {
        width: 100%!important;
    }
}

/* /// */
.input-groups {
    background-color: #FEE9CA;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .10);
}

/* styling by sheetal for products-page */
@media (max-width:767px) {
    /* .main-head:after {
        left: 4%!important;
    }
    .our-product .main-head:after {
        left: 29%!important;
    } */
    .get-up-image {
        width: 100%!important;
        margin: auto;
    }
}

.get-up {
padding: 50px 0;
}
.get-up  h3 {
font-weight: 300;
font-size: 38px;
}
.get-up-image {
width: 600px;
}
.knowbutton {
/* color: #000;
border-radius: 10px; */
font-size: 18px;
/* background: #E4C8B0;
padding: 8px 100px; */
height: auto;
font-weight: 600;
}
.card-info {
align-items: center;
justify-content: space-between;
}
.crads-bg {
background: #E4C8B0;
padding: 20px 5px;
border-radius: 8px;
}
.crads-bg span {
text-decoration: line-through;
}
.card-img {
width: 105px;
}
.btn-add-cart {
background-color: #000;
padding: 5px 40px;
color: #fff;
border-radius: 10px;
}
.our-product {
padding: 100px 0;
}
.our-product .row {
justify-content: center;
}
.product-info {
background-color: #E4C8B0;
border-radius: 0px 0px 15px 15px;
padding: 20px 0;
position: relative;
}
.product-info span {
text-decoration: line-through;
}
.product-icon {
width: 65px;
height: 100%;
position: absolute;
top: 4%;
right: 7%;
z-index: 1;
}
.product-img img {
/* height: 310px; */
object-fit: cover;
border-radius: 15px 15px 0 0;
}
.get-up-info h2,
.get-up-info span{
font-size: 60px!important;

}
.get-up-info h2 {
font-weight: 300;
margin-bottom: 50px!important;
}
.main-head:after {
width: 100%;
height: 2px;
background-color: #000;
content: '';
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
}
/* .our-product .main-head:after {
width: 125px;
left: 42%;
} */
.knowbuttons {
    color: #000;
    border-radius: 10px;
    font-size: 18px;
    background: #E4C8B0;
    /* padding: 8px 100px; */
    height: auto;
    font-weight: 600;
    width: 230px;
    padding: 10px;
    margin: 12px;
}

/* --- */
.peel-img {
    width: 80px;
    margin: auto;
}
.reverse-img {
    width: 80px;
    margin: auto;
}
@media(max-width: 768px) {
    .nav-pills .nav-link {
        width: 100%!important;
        margin-bottom: 50px!important;
        padding: 30px;
        height: auto;
        width: 32rem!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .nav-pills a {
        width: 100%!important;
    }
    .nav-pills li {
        width: 100%!important;
    }
}

/* style by sheetal */
.singup-info {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .10);
}

/*  */
.founder-infoo h4 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 5px;
}
.co-founder-info h4 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 5px;
}
.officer-info h4 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 5px;
}
.homenumcont12  {
    border-radius: 10px;
    background-color: #fff;
}
.knowbutton2 {
    color: #000;
}
.bkg-grey {
    color: #6A6868;
    font-size: 24px;
}
.text-justify {
    text-align: justify;
}
.font-800 {
    font-weight: 800;
}
.homenumcont22:hover {
    background-color: #E2B89A;
    color: black;
}
.skin-tab {
    background-color: #fff;
    border-radius: 50px;
    padding: 13px 60px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 );
    margin-bottom: 20px;
}
@media(max-width: 768px) {
    .bkg-grey {
        font-size: 16px;
        font-weight: 700;
    }
    .founder-infoo h4,
    .co-founder-info h4,  
    .officer-info h4 {
        font-size: 17px!important;
        font-weight: 700;
    }
    .medical-officer h3{
        padding-left: 20px!important;
    }
    .medical-officer span {
        padding-left: 20px!important;
    }
    .about-co-founder {
        padding-top: 0;
    }
    .inlab-info h3 {
        text-align: center;
    }
    .homenumcont22 h2 {
        text-align: center;
    }
    .skin-tab {
        font-size: 17px;
    }
    .inlab-info .bkg-grey {
        padding-bottom: 32px;
    }

}
.whenyouuse_list .img-wrap {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #FEE9CA;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ingredient p{
    text-align: center;
}

/* -- Tabs for Hair and Skin -- */
.tabs-hair-skin button {
    background: #E4C8B0 !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .25);
    border-radius: 8px;
    font-size: 28px;
    font-weight: normal;
    width: 250px;
    height: 60px;
    padding: 15px !important;
}
.tabs-hair-skin button.active {
    background-color: #000;
    color: #fff;
}
.wrap-nav .nav-link {
    color: #495057;
}
.wrap-nav .nav-link.active {
    color: #000;
}

.hair-product {
    width: 300px!important;
}

/* header */
.child-menu {
    background-color: #fff!important;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 205px!important;
}


@media(max-width: 768px) {
    .tabs-hair-skin button {
        width: 130px!important;
        height: 54px!important;
        font-size: 24px;
    }
}

/* @media(max-width: 768px) {
    .main-head:after {
        display: none!important;
    }

} */

.peel-img-80px {
    width: 80px!important;
}
.padding-40px {
    padding-bottom: 40px;
}
