/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background: url('/catalog/view/theme/kharisma-theme/image/body_bg_top.jpg') no-repeat top left,
                url('/catalog/view/theme/kharisma-theme/image/body_bg_bottom.jpg') no-repeat bottom right;
    background-size: 15%;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.slick-loading .slick-list {
    background: #fff url('../icons/clock.svg') center center no-repeat
}
@media (max-width: 767px) {
    body {
        background-image: none;
    }
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background-color: #61A660;
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

/* .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
} */

/* .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
} */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

* {
    font-family: Montserrat, sans-serif
}

:active, :focus {
    outline: 0
}

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

.hidden {
    display: none !important;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype"), url(../fonts/Montserrat-Medium.svg#Montserrat-Medium) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype"), url(../fonts/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Light.eot);
    src: url(../fonts/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat-Light.ttf) format("truetype"), url(../fonts/Montserrat-Light.svg#Montserrat-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal
}

.container {
    max-width: 1274px;
    margin: 0 auto;
    padding: 0 15px
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 970px
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 750px
    }
}

@media (max-width: 767px) {
    .container {
        max-width: none
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -14.5px;
    margin-left: -14.5px;
    /* width: 100%; */
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14.5px;
    padding-left: 14.5px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    width: 8.33%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33%
}

.col-11 {
    width: 91.66%
}

.col-12 {
    width: 100%
}

.offset-l-1 {
    margin-left: 8.333333%
}

.offset-l-2 {
    margin-left: 16.666667%
}

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

.offset-r-1 {
    margin-right: 8.333333%
}

.offset-r-2 {
    margin-right: 16.666667%
}

.offset-r-3 {
    margin-right: 25%
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    outline: none !important;
}

.btn:hover {
    cursor: pointer
}

.btn:focus {
    outline: none;
}

.btn-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #61a660;
    border-radius: 17px;
    border: none;
    padding: 7px 12px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff
}

.btn-primary:hover {
    -webkit-box-shadow: 4px 4px 16px rgba(97, 166, 96, .6);
    box-shadow: 4px 4px 16px rgba(97, 166, 96, .6);
    border-color: #61a660 !important;
    background-color: #61a660 !important;
}

.btn-outline-primary {
    background-color: transparent;
    border: 2px solid #61a660;
    border-radius: 17px;
    padding: 7px 21px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #110e13;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-outline-primary img {
    margin-left: 12px;
    width: 6px;
    height: 12px
}

.btn-with-arrow {
    position: relative;
    height: 30px;
    background-color: #61a660;
    padding: 8px 20px;
    border-radius: 17px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.btn-with-arrow img {
    margin-left: 8px
}

.btn-round-outline-with-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #110e13;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-edit-button {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-edit-button img {
    margin-left: 8px
}

.btn-contact-with-manager {
    padding: 6px 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff
}

.btn-apply-coupon {
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.btn-checkout {
    border-radius: 50px;
    padding: 8px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.btn-checkout img {
    margin-left: 8px
}

.btn-login-with-google {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 28px;
    padding: 14px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #110e13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-login-with-google span {
    margin-left: 12px
}

.btn-login-with-google:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-color: #a4a4a4
}

#button-search {
    margin-top: 15px;
    margin-bottom: 30px;
}

.input-outline {
    border: 1px solid #d7d7d7;
    border-radius: 17px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #110e13;
    opacity: .5
}

.input-square-with-rounding {
    width: 305px;
    height: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    color: #110e13;
    opacity: .5
}

.input-promo-code {
    border: 1px solid #d7d7d7;
    border-radius: 35px;
    padding: 6px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #d7d7d7
}

.input-promo-code::-webkit-input-placeholder {
    color: #d7d7d7
}

.input-promo-code::-moz-placeholder {
    color: #d7d7d7
}

.input-promo-code:-ms-input-placeholder {
    color: #d7d7d7
}

.input-promo-code::-ms-input-placeholder {
    color: #d7d7d7
}

.input-promo-code::placeholder {
    color: #d7d7d7
}

.input-checkout, .checkout__main-form input[type="text"], .checkout__main-form input[type="tel"], .checkout__main-form textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 14px 28px;
    border-radius: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #110e13
}

.input-checkout::-webkit-input-placeholder, .checkout__main-form input[type="text"]::-webkit-input-placeholder, .checkout__main-form input[type="tel"]::-webkit-input-placeholder, .checkout__main-form textarea::-webkit-input-placeholder, .checkout__main-form select::-webkit-input-placeholder {
    color: #d7d7d7
}

.input-checkout::-moz-placeholder, .checkout__main-form input[type="text"]::-moz-placeholder, .checkout__main-form input[type="tel"]::-moz-placeholder, .checkout__main-form textarea::-moz-placeholder, .checkout__main-form select::-moz-placeholder {
    color: #d7d7d7
}

.input-checkout:-ms-input-placeholder, .checkout__main-form input[type="text"]:-ms-input-placeholder, .checkout__main-form input[type="tel"]:-ms-input-placeholder, .checkout__main-form textarea:-ms-input-placeholder, .checkout__main-form select:-ms-input-placeholder {
    color: #d7d7d7
}

.input-checkout::-ms-input-placeholder, .checkout__main-form input[type="text"]::-ms-input-placeholder, .checkout__main-form input[type="tel"]::-ms-input-placeholder, .checkout__main-form textarea::-ms-input-placeholder, .checkout__main-form select::-ms-input-placeholder {
    color: #d7d7d7
}

.input-checkout::placeholder, .checkout__main-form input[type="text"]::placeholder, .checkout__main-form input[type="tel"]::placeholder, .checkout__main-form textarea::placeholder, .checkout__main-form select::placeholder {
    color: #d7d7d7;
}

textarea.input {
    resize: none;
    height: 100px
}

.checkout__main-form select {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #110e13
}

.section-title {
    position: relative;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #110e13
}

.section-title:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 4px solid #29331f;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    top: -12px;
    left: 50%
}

.section-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #000
}

.product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    /* width: 275px; */
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 30px rgba(156, 162, 180, .5);
    box-shadow: 6px 6px 30px rgba(156, 162, 180, .5);
    padding: 18px
}

.product-item:hover {
    box-shadow: 6px 6px 30px rgb(129, 133, 145);
    -webkit-box-shadow: 6px 6px 30px rgb(129, 133, 145);
}

.product-item .product-item__img {
    overflow: hidden;
}

.product-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.product-item .sale-badge, .quick-view-product .sale-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #61a660;
    border-radius: 17px;
    width: 70px;
    height: 20px
}

.product-item .sale-badge span, .quick-view-product .sale-badge span {
    padding: 2px 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: end;
    color: #fff
}

.product-item .favourite-btn, .quick-view-product .product-card__img-column .favourite-btn {
    z-index: 3;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    top: 18px;
    right: 18px;
}

.product-item .favourite-btn-not-active:after, .quick-view-product .product-card__img-column .favourite-btn-not-active:after {
    content: url('/catalog/view/theme/kharisma-theme/icons/favourite_product.svg');
    /* position: absolute;
    right: 18px;
    top: 18px;
    z-index: 11; */
    -webkit-filter: drop-shadow(4px 4px 16px rgba(156, 162, 180, .25));
    filter: drop-shadow(4px 4px 16px rgba(156, 162, 180, .25))
}

.product-item .favourite-btn-active:after, .quick-view-product .product-card__img-column .favourite-btn-active:after {
    content: url('/catalog/view/theme/kharisma-theme/icons/favourite_product_active.svg');
    /* position: absolute;
    right: 18px;
    top: 18px;
    z-index: 11; */
    -webkit-filter: drop-shadow(4px 4px 16px rgba(97, 166, 96, .6));
    filter: drop-shadow(4px 4px 16px rgba(97, 166, 96, .6))
}

.product-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-item__img a:focus {
    outline: none;
}

.product-item__img img {
    height: 187px;
    width: 187px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767px) {
    .product-item {
        padding: 5px;
    }
    .product-item__img img {
        height: auto;
        width: 100%;
    }
}

.product-item__title {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #110e13
}

.product-item__title a {
    color: #110e13;
    text-decoration: none;
}

.product-item__price {
    margin-top: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #110e13
}

.product-item__price .price-old {
    text-decoration: line-through;
    font-size: 16px;
    color: #989898;
}

.product-item__buy-btn {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3
}

.product-item__buy-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 28px;
    border-radius: 20px;
    border: 2px solid #61a660;
    background-color: transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #110e13
}

.product-item__buy-btn .btn:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background-color: #61a660;
    color: #fff
}

@media (max-width: 767px) {
    .product-item__title {
        font-size: 12px;
    }
}

.breadcrumbs {
    margin-top: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #110e13;
    list-style: none;
    display: flex;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs a {
    color: #61a660;
    text-decoration: none;
}

.breadcrumbs li:nth-last-child(1) a {
    color: initial;
}

.breadcrumbs li + li::before {
    content: "/";
}

.star-icon {
    color: #ccc;
    font-size: 30px
}

.star-icon.filled {
    color: #61a660
}

.reviews-text {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    margin-left: 5px;
    vertical-align: middle
}

.pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.pagination .page-numbers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin: 0 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #110e13
}

.pagination .page-numbers li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #110e13
}

.pagination .page-numbers li .page-number {
    width: 100%;
    height: 100%
}

.pagination .page-numbers li.page-number-active {
    background-color: #61a660;
    color: #fff;
    border-radius: 100%
}

.pagination .page-numbers li .prev-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .page-numbers li .next-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .page-numbers li .next-page img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-checkbox:checked, .filter-checkbox:not(:checked) {
    position: absolute;
    left: -9999px
}

.filter-checkbox:checked + label, .filter-checkbox:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #110e13
}

.filter-checkbox:checked + label:before, .filter-checkbox:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 1px solid #110e13;
    border-radius: 100%;
    background: #fff
}

.filter-checkbox:checked + label:after, .filter-checkbox:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #110e13;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.filter-checkbox:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.filter-checkbox:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.catalog__filter-items .catalog__filter-item .catalog__filter-content .catalog__filter-checkbox label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #110e13
}

.catalog__filter-items .catalog__filter-item .catalog__filter-content .catalog__filter-checkbox input {
    position: absolute;
    opacity: 0;
}

.catalog__filter-items .catalog__filter-item .catalog__filter-content .catalog__filter-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 1px solid #110e13;
    border-radius: 100%;
    background: #fff
}

.catalog__filter-items .catalog__filter-item .catalog__filter-content .catalog__filter-checkbox label.ocf-selected::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #110e13;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.catalog__filter-items .catalog__filter-item button i {
    font-size: 16px;
    margin-right: 5px;
}

.catalog__filter-items .catalog__filter-item .noUi-connect {
    background-color: #61a660;
}
.green-radio-button:checked, .green-radio-button:not(:checked) {
    position: absolute;
    left: -9999px
}

.green-radio-button:checked + label, .green-radio-button:not(:checked) + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 200%; */
    line-height: 1;
    color: #110e13
}

.green-radio-button:checked + label:before, .green-radio-button:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 100%;
    background: #fff
}

.green-radio-button:checked + label:after, .green-radio-button:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #61a660;
    position: absolute;
    top: 50%;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.green-radio-button:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
}

.green-radio-button:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

.custom-checkbox:checked, .custom-checkbox:not(:checked) {
    position: absolute;
    left: -9999px
}

.custom-checkbox:checked + label, .custom-checkbox:not(:checked) + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 200%; */
    line-height: 1;
    color: #110e13
}

.custom-checkbox:checked + label:before, .custom-checkbox:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #d7d7d7;
    background: #fff
}

.custom-checkbox:checked + label:after, .custom-checkbox:not(:checked) + label:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 12px;
    height: 20px;
    border: solid #61a660;
    border-width: 0 5px 5px 0;
}

.custom-checkbox:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%) rotate(45deg);
    -ms-transform: scale(0) translateY(-50%) rotate(45deg);
    transform: scale(0) translateY(-50%) rotate(45deg);
}

.custom-checkbox:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%) rotate(45deg);
    -ms-transform: scale(1) translateY(-50%) rotate(45deg);
    transform: scale(1) translateY(-50%) rotate(45deg);
}

.simplecheckout-cart .quantity input[type="text"] {
    border: none;
    text-align: center;
    width: auto;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-close {
    display: none !important
}

.white-popup {
    position: relative;
    padding: 0;
    width: 740px;
    max-width: 740px;
    border-radius: 18px
}

.white-popup__wrapper {
    padding: 58px 72px
}

.white-popup__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    color: #110e13
}

.white-popup__content {
    margin-top: 26px
}

.white-popup__content .purchase-history__table-header .purchase-history__table-item {
    font-weight: 500
}

.white-popup__content .purchase-history__table-item {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #110e13
}

.white-popup__content .contact-with-manager-btn {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.white-popup .close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.white-popup .close-btn:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.white-popup .close-btn:hover::after, .white-popup .close-btn:hover::before {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #4c4c4c
}

.white-popup .close-btn::after, .white-popup .close-btn::before {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #d7d7d7;
    border-radius: 5px
}

.white-popup .close-btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.white-popup .close-btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.primary-link {
    font-weight: 400;
    color: #61a660;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.primary-link:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #315630
}

.form-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #110e13;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.form-link:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #6a5877
}

.form-link__primary {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #61a660
}

.form-link__primary:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #315630
}

.form-checkbox__input:checked, .form-checkbox__input:not(:checked) {
    position: absolute;
    left: -9999px
}

.form-checkbox__input:checked + label, .form-checkbox__input:not(:checked) + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #110e13
}

.form-checkbox__input:checked + label:before, .form-checkbox__input:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 100%;
    background: #fff
}

.form-checkbox__input:checked + label:after, .form-checkbox__input:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #61a660;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.form-checkbox__input:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.form-checkbox__input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nav-bar {
    background: #110e13
}

.nav-bar__wrapper {
    padding: 5px 0
}

.nav-bar__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-bar__menu li {
    margin-right: 64px
}

.nav-bar__menu li:last-child {
    margin-right: 0
}

.nav-bar__menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.nav-bar__menu li a.active-link {
    font-weight: 600
}

.nav-bar__menu li a.active-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s
}

.nav-bar__menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s
}

.nav-bar__menu li a:hover::after {
    width: 100%;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s
}
@media (max-width: 1200px) {
    .nav-bar__menu li a {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .nav-bar__menu li {
        margin-right: 15px
    }
}
@media (max-width: 767px) {
    .nav-bar {
        display: none;
    }
}

.header {
    padding: 40px 72px
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    width: 220px
}

.header__logo img {
    width: 100%
}

.header__back-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.header__phone {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #110e13;
    margin-right: 28px
}

.header__phone:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 5px;
    z-index: 11;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.header__phone:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #29331f;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -12px;
    left: 60px
}

.header__right-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.header__search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header__search-bar .input-outline {
    padding: 6px 14px
}

.header__search-bar .btn {
    margin-left: 30px
}

.header__user {
    margin-left: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.account-hover {
    display: none;
    position: absolute;
    top: calc(100% + 30px);
    right: -100px;
    z-index: 3;
    width: 260px;
}

/* .header__user:hover .account-hover {
    display: block;
} */

.account-hover .form-island__block {
    padding: 20px;
}

.account-hover .form-island__block .title {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #110E13;
    text-align: center;
}

.account-hover .form-island__block form {
    margin-top: 15px;
}

.account-hover .form-island__block form input {
    height: 38px;
    margin-bottom: 15px;
}

.account-hover .form-island__block form input[type="submit"] {
    margin-top: 0;
    height: auto;
}

@media (max-width: 767px) {
    .account-hover {
        position: fixed;
        top: 76px;
        left: 0;
        width: 100%;
    }
}

#cart {
    width: auto;
}

.header__mini-cart {
    position: relative;
    margin-left: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
}

.header__mini-cart.dropdown-toggle {
    box-shadow: none !important;
}

.header__mini-cart_circle {
    position: absolute;
    right: -14px;
    top: -8px;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #61a660;
    border-radius: 100%
}

.header__mini-cart_value {
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#cart .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 6px 6px 30px rgba(156, 162, 180, 0.5);
    border-radius: 18px;
    border: none;
    width: 450px;
    padding: 10px;
}

.header__mini-cart-dropdown-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-item {
    display: grid;
    grid-template-columns: 50px 1fr 30px 70px 50px;
    grid-template-rows: 1fr;
    gap: 1px 1px;
    margin-bottom: 5px;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-item img {
    border: none;
    padding: 0;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-item .delete button {
    color: #110E13;
    width: 28px;
    height: 28px;
    border: 2px solid #61A660;
    border-radius: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-total {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    margin-bottom: 5px;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-total .total-item {
    text-align: right;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-total .total-item:nth-child(1) {
    display: none;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-total .total-item .text {
    font-weight: bold;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-buttons {
    display: flex;
    justify-content: space-between;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-buttons a {
    width: 48%;
    color: #ffffff;
}

.header__mini-cart-dropdown-menu .header__mini-cart-dropdown-menu-buttons a i {
    font-size: 16px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    #cart .dropdown-menu {
        position: fixed;
        top: 76px;
        left: 0;
        width: 100%;
    }
}

.header__menu {
    margin-top: 40px;
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;
}

.header__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    justify-content: space-between;
}

.header__menu ul li {
    /* margin-right: 35px */
}

.header__menu ul li:last-child {
    /* margin-right: 0 */
}

.header__menu ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #110e13;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    padding: 0 0 17px 0;
}

.header__menu ul li a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #6a5877;
    background-color: initial;
}

.header__menu .dropdown-parent, .header__menu .child-parent {
    position: relative;
}

.header__menu .child-parent {
    margin-right: 0 !important;
    padding-right: 10px !important;
}

.header__menu .child-parent::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #110e13;
    border-left: 1px solid #110e13;
    top: 3px;
    right: 5px;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(225deg);
    transition: transform 0.2s ease-in-out;
}

.header__menu .dropdown-parent .dropdown-child {
    display: none;
    opacity: 0;
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    z-index: 13;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 22px rgba(156, 162, 180, 0.5);
    padding: 16px 20px;
    transition: opacity 1s ease-in-out;
}
.header__menu .child-parent .dropdown-second-child {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 13;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 22px rgba(156, 162, 180, 0.5);
    padding: 16px 20px;
    transition: opacity 1s ease-in-out;
}

.header__menu .dropdown-parent:hover .dropdown-child {
    display: block;
    opacity: 1;
}
.header__menu .child-parent:hover .dropdown-second-child {
    display: block;
    opacity: 1;
}

.header__menu .child-parent:hover::after {
    transform: rotate(135deg);
}

.header__menu .child-parent .dropdown-second-child li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: block;
    white-space: pre;
    padding-bottom: 17px !important;
}

.header__menu .child-parent .dropdown-second-child li:last-child a {
    padding-bottom: 0 !important;
}

.mobile-menu .header__menu .dropdown-parent:hover .dropdown-child {
    display: none;
}

.header__menu .dropdown-parent:hover .dropdown-child ul {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.header__menu .dropdown-parent .dropdown-child li {
    margin: 0;
    width: 100%;
}

.header__menu .dropdown-parent .dropdown-child li:last-child a {
    padding: 0;
}

.header__menu .dropdown-parent .dropdown-child a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: block;
    white-space: pre;
}

.header.stiky-header {
    box-shadow: 10px 10px 50px rgba(156, 162, 180, 0.5);
    background-color: #fff;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
}

.header.stiky-header .header__main {
    max-width: 1274px;
    margin: auto;
}

.header.stiky-header.active {
    display: block;
    transform: translateY(0);
}

.header.stiky-header .header__left-zone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header.stiky-header .header__left-zone .header__logo {
    width: auto;
    margin-right: 15px;
    min-width: 35px;
}

.header.stiky-header .header__left-zone .header__back-call {
    min-width: 200px;
}

.header.stiky-header .btn-back-call {
    background-color: #61A660;
    padding: 7px;
    border-radius: 50%;
}
.header.stiky-header .btn-back-call img {
    width: 12px;
}

.header.stiky-header .header_center-zone .header__menu {
    margin: 0;
}

.header.stiky-header .header_center-zone .header__menu ul > li {
    margin-right: 10px;
}

/* .header.stiky-header .header_center-zone .header__menu ul > li:nth-child(4), .header.stiky-header .header_center-zone .header__menu ul > li:nth-child(5) {
    display: none;
} */

.header.stiky-header .stiky-header-logo {
    max-width: 30px;
}

.header.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    border-bottom: 1px solid #EDF1F7;
    min-height: 75px;
}

.header.mobile-header.active {
    background-color: #61A660;
}

.header.mobile-header.active .mobile-menu img, .header.mobile-header.active .mobile-search img, .header.mobile-header.active .mobile-login img, .header.mobile-header.active .mobile-cart img {
    filter: invert(1);
}

.menu-text {
    display: none;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.header.mobile-header.active .menu-text {
    display: block;
}

.header.mobile-header.active .mobile-logo {
    display: none;
}

.header.mobile-header .mobile-menu .menu-wrapper {
    position: absolute;
    z-index: 2;
    background-color: #61A660;
    top: 76px;
    left: 0;
    width: 100%;
    max-height: 85Vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 25px;
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu {
    padding: 0;
    margin: 0;
}

.header .header__menu .mobile {
    display: none;
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu a.mobile {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 0 0 15px 0;
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu .list-toggle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 0 0 15px 0;
    font-weight: bold;
    cursor: pointer;
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu .list-toggle i {
    margin-left: 15px;
    transform: rotate(180deg);
    transition: transform 0.5s ease-in-out;
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu .list-toggle.active i {
    transform: rotate(0deg);
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu ul {
    flex-wrap: wrap;
    display: none;
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu ul.active {
    display: block;
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu ul li {
    width: 100%;
    margin-bottom: 15px;
}

.header.mobile-header .mobile-menu .menu-wrapper .header__menu ul li a {
    color: #ffffff;
}

.header.mobile-header .mobile-logo {
    max-width: 125px;
}

.header.mobile-header .mobile-search {
    display: flex;
}

.header.mobile-header .mobile-search .search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 2;
}

.header.mobile-header .mobile-search .search-wrapper #mobile-search {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 25px;
    justify-content: space-between;
}

.header.mobile-header .mobile-search .search-wrapper #mobile-search .search-input {
    display: block;
    width: 80%;
    position: relative;
}

.header.mobile-header .mobile-search .search-wrapper #mobile-search .search-input input {
    width: 100%;
}

.header.mobile-header .mobile-search .search-wrapper #mobile-search .search-input button {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.header.mobile-header .mobile-search .search-wrapper #mobile-search .close {
    opacity: 1;
}

.header.mobile-header .mobile-login .header__user {
    margin-left: 0;
}

.header.mobile-header .mobile-cart .header__mini-cart {
    margin-left: 0;
    box-shadow: none;
}

@media (max-width: 1200px) {
    .header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header.stiky-header .header__main {
        flex-wrap: wrap;
    }
    .header.stiky-header .header__main .header__left-zone {
        order: 1;
    }
    .header.stiky-header .header__main .header_center-zone {
        order: 3;
    }
    .header.stiky-header .header__main .header__right-zone {
        order: 2;
    }
}

@media (max-width: 991px) {
    header {
        margin-bottom: 75px;
    }
    #stiky-header.header.stiky-header, .header.desktop-header {
        display: none;
    }
    .header.mobile-header {
        display: flex;
    }
    .header.mobile-header .mobile-menu .menu-wrapper .header__menu .mobile {
        display: block;
    }
}

#content {
    overflow: hidden;
}

.footer a {
    text-decoration: none;
    color: #110e13;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #6a5877
}

.footer__wrapper {
    padding: 17px 42px 55px
}

.footer__wrapper .footer__logo {
    text-align: center;
}

.footer__logo img {
    width: 167px;
    height: 44px
}

.footer__row {
    margin-right: 110px;
    margin-bottom: 30px;
}

.footer__row:last-child {
    margin-right: 0
}

.footer__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    text-transform: uppercase;
    color: #110e13
}

.footer__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #110e13
}

.footer__content {
    margin-top: 70px
}

.footer__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.footer__contacts-item .footer__contacts-info .footer__text {
    line-height: 2;
}

.footer__contacts-icon {
    width: 20px;
    height: 20px;
    margin-right: 19px
}

.footer__contacts-info .footer__text {
    margin-top: 8px
}

.footer__contacts-btn {
    margin-left: 39px
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__list-title {
    margin-bottom: 22px
}

.footer__list li {
    margin-bottom: 14px
}

.footer__list li:last-child {
    margin-bottom: 0
}

.footer__copyright {
    margin-top: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #110e13
}

.homepage__slider {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 2
}

.homepage__slider__wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 548px;
    z-index: 1
}

.homepage__slider-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: 0 0;
    border: none;
    outline: 0;
    z-index: 2
}

.homepage__slider-control img {
    width: 12px;
    height: 24px
}

.homepage__slider-control-next {
    right: -40px
}

.homepage__slider-control-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.homepage__slider-control-prev {
    left: -40px
}

.homepage__slider-control:hover {
    cursor: pointer
}

.homepage__slider-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 548px;
    z-index: 1;
}
.homepage__slider-item .img-bg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.homepage__slider-item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.homepage__slider-content {
    position: absolute;
    width: 36%;
    left: 106px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.homepage__slider-offer {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #110e13
}

.homepage__slider-btn {
    margin-top: 50px;
    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;
    padding: 15px 0;
    opacity: 1;
    border: 1px solid #110e13;
    border-radius: 35px;
    width: 245px
}

.homepage__slider-btn span {
    margin-right: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #110e13
}

.homepage__slider-btn img {
    width: 30px;
    height: 8px
}

@media (max-width: 767px) {
    .homepage__slider__wrapper {
        height: 300px;
    }
    .homepage__slider-item {
        height: 300px;
    }
    .homepage__slider-content {
        left: 10px;
        width: 75%;
    }
    .homepage__slider-content .homepage__slider-offer {
        text-shadow: 0px 1px 2px #fff;
    }
    .homepage__slider-content .homepage__slider-text {
        background-color: rgba(255, 255, 255, 0.75);
        display: inline-block;
        padding: 5px;
    }
    .homepage__slider-item img {
        object-fit: contain;
    }
    .homepage__slider-content a {
        padding: 5px;
        width: 185px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .homepage__slider-content a span {
        margin-right: 0;
    }
    .homepage__slider-item .img-bg {
        background-position: center right -80px;
    }
}

.products-slider {
    position: relative
}

.products-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.products-slider .slick-slide {
    height: auto
}

.products-slider__container {
    max-width: 1330px !important;
    margin: 0 auto;
    padding: 0 15px
}

.products-slider__wrapper {
    position: relative
}

.products-slider__wrapper .slick-slide {
    height: auto
}

.products-slider__wrapper .slick-slide > div {
    height: 100%;
    padding: 34px 32px
}

.products-slider-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: 0 0;
    border: none;
    outline: 0;
    z-index: 2
}

.products-slider-control img {
    width: 12px;
    height: 24px
}

.products-slider-control-next {
    right: -12px
}

.products-slider-control-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.products-slider-control-prev {
    left: -12px
}

.products-slider-control:hover {
    cursor: pointer
}

@media (max-width: 767px) {
    .products-slider__wrapper .slick-slide > div {
        padding: 34px 10px
    }
}

.form-island.homepage__consultation-form .form-island__block {
    max-width: 100%;
    width: 650px;
}

.form-island__block {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 30px rgba(156, 162, 180, .5);
    box-shadow: 6px 6px 30px rgba(156, 162, 180, .5);
    border-radius: 15px;
    padding: 35px
}

.form-island__block .section-title {
    margin-top: 26px
}

.form-island__subtitle {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #110e13
}

.form-island .input-outline {
    width: 305px;
    height: 31px;
    padding: 8px 17px
}

.form-island form {
    margin-top: 24px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.form-island form .input {
    margin-bottom: 12px
}

.form-island form .btn.form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    width: 146px;
    height: 32px;
    background: #fff;
    border: 2px solid #61a660;
    border-radius: 17px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #110e13
}

.form-island form .btn.form-submit:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background-color: #61a660;
    color: #fff
}

.form-island form .input-wrapper {
    position: relative;
}

.form-island form input.error {
    border-color: red;
    opacity: 1;
}

.form-island form .input-wrapper .error-wrapper {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: red;
}

.send-mail-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.send-mail-wrapper .send-mail-message {
    width: 100%;
    height: 101%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: white;
    background-image: url('/catalog/view/theme/kharisma-theme/icons/form_send_success.svg');
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 20px;
}

.slider-with-square-images {
    position: relative
}

.slider-with-square-images__wrapper {
    margin: 0 auto
}

.slider-with-square-images__wrapper .slick-slide {
    margin: 0 18px
}

.slider-with-square-images__wrapper .slick-slide > div {
    max-width: 100%
}

.slider-with-square-images__wrapper .slick-list {
    margin: 0 -18px 0 -18px
}

.slider-with-square-images__wrapper .slider-item a {
    color: inherit;
    text-decoration: none;
}

.slider-with-square-images__wrapper .slider-item a:focus {
    outline: none;
}

.slider-with-square-images__wrapper .slider-item img {
    height: 391px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-with-square-images__wrapper .slider-title {
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #000
}

@media (max-width: 767px) {
    .slider-with-square-images__wrapper .slider-item img {
        height: auto;
    }
}

.homepage__main {
    margin-bottom: 106px
}

.homepage__new-items {
    margin-top: 100px;
    content-visibility: auto;
}

.homepage__new-items .products-slider {
    margin-top: 36px
}

.homepage__our-advantages {
    position: relative;
    margin-top: 96px;
    padding: 0 25px;
}

.homepage__our-advantages .slider-with-square-images {
    margin-top: 70px
}

.homepage__our-advantages_slider-control {
    top: 183px;
    position: absolute;
    background: 0 0;
    border: none;
    outline: 0;
    z-index: 2
}

.homepage__our-advantages_slider-control img {
    width: 12px;
    height: 24px
}

.homepage__our-advantages_slider-control-next {
    right: -40px
}

.homepage__our-advantages_slider-control-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.homepage__our-advantages_slider-control-prev {
    left: -40px
}

.homepage__our-advantages_slider-control:hover {
    cursor: pointer
}

.homepage__consultation-form {
    margin-top: 106px
}

.homepage__bestsellers {
    margin-top: 130px;
    content-visibility: auto;
}

.homepage__bestsellers .products-slider {
    margin-top: 36px
}

.homepage__sales {
    margin-top: 130px
}

.homepage__categories {
    margin-top: 130px;
    content-visibility: auto;
}

.homepage__categories_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.homepage__categories_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    width: 950px
}

.homepage__categories_item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 275px;
    height: 230px;
    background: #fff;
    -webkit-box-shadow: 6px 6px 30px rgba(156, 162, 180, .5);
    box-shadow: 6px 6px 30px rgba(156, 162, 180, .5);
    border-radius: 8px;
    text-decoration: none
}

.homepage__categories_item:not(:nth-child(-n+3)) {
    margin-top: 50px
}

.homepage__category-title {
    margin-top: 35px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #110e13
}

.homepage__categories_wrapper_mobile {
    display: none;
}

.homepage__categories_wrapper_mobile .homepage__cat_item {
    box-shadow: 2px 2px 12px rgba(156, 162, 180, 0.5);
    border-radius: 10px;
    padding: 25px 0;
    text-align: center;
    background-color: #fff;
}

.homepage__categories_wrapper_mobile .slick-slide > div {
    margin: 5px;
}

.homepage__categories_wrapper_mobile .homepage__cat_item img {
    margin: auto;
    min-height: 68px;
}

.homepage__categories_wrapper_mobile .homepage__category-title {
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 767px) {
    .homepage__categories_wrapper {
        display: none;
    }
    .homepage__categories_wrapper_mobile {
        display: block;
    }
}

.homepage__news {
    position: relative;
    margin-top: 96px;
    content-visibility: auto;
}

.homepage__news .slider-with-square-images {
    margin-top: 70px
}

.homepage__news_slider-control {
    top: 183px;
    position: absolute;
    background: 0 0;
    border: none;
    outline: 0;
    z-index: 2
}

.homepage__news_slider-control img {
    width: 12px;
    height: 24px
}

.homepage__news_slider-control-next {
    right: -40px
}

.homepage__news_slider-control-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.homepage__news_slider-control-prev {
    left: -40px
}

.homepage__news_slider-control:hover {
    cursor: pointer
}

.homepage__news .slick-slide {
    margin: 0 10px;
}

@media (max-width: 767px) {
    .homepage__news .slick-slide .slider-title {
        margin-top: 0;
    }
    .homepage__news .slick-slide .slider-title a {
        font-size: 14px;
    }
}

.homepage__instagram {
    margin-top: 96px
}

.homepage__instagram-images {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.homepage__instagram-images img {
    width: 275px;
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover
}

.homepage__about-company {
    margin-top: 96px
}

.homepage__about-company .about-company__content {
    margin-top: 62px
}

.product-card__main {
    margin-bottom: 62px
}

.product-card__basic-info {
    margin-top: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card__img-column {
    /* margin-right: 82px */
}

.product-card__main-img a.thumbnail {
    border: none;
}

.product-card__main-img a.thumbnail:focus {
    outline: none;
}

.product-card__main-img img {
    height: 485px;
    width: 485px;
    -o-object-fit: cover;
    object-fit: cover
}

.product-card__gallery {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card__gallery .slick-slide > div {
    padding: 0 5px;
}

.product-card__gallery-img {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px
}

.product-card__gallery-img:last-child {
    margin-right: 0
}

.product-card__gallery-img:hover {
    cursor: pointer
}

.product-card__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #110e13
}

.product-card__description {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #110e13;
    max-height: 450px;
    overflow-y: scroll;
}

.product-card_stock .product-card__quantity {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    
}

.product-card_stock.product-card__available .product-card__quantity {
    color: #61A660;
}

.product-card_stock.product-card__not-available .product-card__quantity {
    color: red;
}

.product-card_stock .product-card__price {
    margin-top: 6px;
    font-weight: 500;
    font-size: 34px;
    line-height: 41px;
    color: #110E13;
}

.product-card_stock .product-card__price span {
    font-weight: 300;
}

.product-card_stock.product-card__not-available .product-card__price {
    color: #d7d7d7
}

.product-card_stock .product-card__add-to-cart {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card_stock .product-card__add-to-cart .btn-add-to-cart {
    padding: 8px 42px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #61a660;
}

.product-card_stock.product-card__not-available .product-card__add-to-cart .btn-add-to-cart {
    background: #d7d7d7;
}

.product-card_stock .product-card__qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.product-card_stock .product-card__qty-btn {
    color: #110E13;
    width: 28px;
    height: 28px;
    border: 2px solid #61A660;
    border-radius: 100%;
    background: #fff;
}

.product-card_stock.product-card__not-available .product-card__qty-btn {
    color: #fff;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 100%;
    background: #d7d7d7
}

.product-card_stock .product-card__qty-input {
    background: 0 0;
    border: none;
    font-weight: 500;
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #110E13;
    width: 52px;
    padding: 0
}

.product-card_stock.product-card__not-available .product-card__qty-input {
    color: #d7d7d7;
}

.product-card__add-to-cart {
    flex-wrap: wrap;
}

.product-card__add-to-cart .form-group {
    width: 100%;
}

.product-card__add-to-cart .buttons-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#product.product-card__add-to-cart .prod-var-options .checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#product.product-card__add-to-cart .prod-var-options .checkbox label {
    padding: 0;
    width: 50%;
    display: flex;
    align-items: center;
}

#product.product-card__add-to-cart .prod-var-options .checkbox label input[type="checkbox"] {
    display: none;
}

#product.product-card__add-to-cart .prod-var-options .checkbox label a {
    padding: 0;
    margin: 0;
    border: none;
}

#product.product-card__add-to-cart .prod-var-options .checkbox label img {
    padding: 0;
    margin: 0;
    border: 1px solid #9D9D9D;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100px;
    height: 117px;
    object-fit: cover;
    margin-right: 5px;
}

#product.product-card__add-to-cart .prod-var-options .checkbox .buttons-group {
    width: 50%;
}

.product-card__additional-information {
    margin-top: 65px
}

.product-card__reviews-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #110e13
}

.product-card__review {
    margin-top: 32px;
    max-width: 720px
}

.product-card__review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__review-title {
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #110e13
}

.product-card__review-text {
    margin-top: 16px
}

.product-card__review-rating .star-icon {
    font-size: 24px
}

.product-card__reviews + .product-card__reviews {
    margin-top: 25px;
}

#form-review {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
#form-review.active {
    max-height: 500px;
}

.product-card__viewed-products {
    margin-top: 94px
}

.product-card__viewed-products .products-slider {
    margin-top: 36px
}

.blog__main {
    margin-bottom: 72px
}

.blog__main-subheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog__main-subheader_buttons {
    margin-top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog__main-subheader_buttons .btn-with-arrow {
    margin-right: 14px
}

.blog__content-footer {
    margin-top: 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.blog__content .more-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -4px
}

.blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 106px
}

.blog__item-info {
    margin-left: 30px
}

.blog__item-info a {
    text-decoration: none;
}

.blog__item-img {
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #110e13
}

.blog__item-text {
    margin-top: 24px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 170%;
    color: #110e13
}

.blog__item-read-more {
    margin-top: 24px;
    max-width: 200px;
}

.contacts__main {
    margin-bottom: 100px
}

.contacts__content {
    margin-top: 55px
}

.contacts__content a {
    text-decoration: none;
    color: #110e13;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.contacts__content a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #6a5877
}

.contacts__page-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    color: #110e13
}

/* .contacts__info {
    width: 634px
} */

.contacts__info-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #110e13
}

.contacts__info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #110e13
}

.contacts__info-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts__info-social_item {
    margin-right: 20px
}

.contacts__info-social_item:last-child {
    margin-right: 0
}

.contacts__info-social_item img {
    height: 33px;
    width: 33px
}

.contacts__info-content {
    margin-top: 32px
}

.contacts__info-content_item {
    margin-bottom: 24px
}

.contacts__info-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__map {
    /* width: 485px; */
    height: 452px;
    /* margin-right: 50px */
}

.contacts__map iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important
}

@media (max-width: 767px) {
    .contacts__map {
        margin-bottom: 30px;
    }
}

.contacts__consultation-form_row {
    margin-top: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contacts__consultation-form_row .input-square-with-rounding {
    padding: 10px 20px
}

.about-company__main {
    margin-bottom: 134px
}

.about-company__content-wrapper {
    margin-top: 53px
}

.about-company__content-wrapper .about-company__content {
    margin-top: 45px
}

.about-company__section-title {
    position: relative;
    display: inline;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #110e13
}

.about-company__section-title:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #29331f;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    top: -6px;
    left: 50%
}

.about-company__row {
    margin-bottom: 62px
}

.about-company__row:last-child {
    margin-bottom: 0
}

.about-company__row-img {
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover
}

.about-company__row-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 170%;
    color: #110e13;
    margin-bottom: 15px;
}

.catalog__main {
    margin-bottom: 60px
}

.catalog__content {
    margin-top: 57px
}

.catalog__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog__content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog__content-footer {
    position: relative;
    /* margin-left: auto; */
    /* margin-top: 50px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: calc(100% - 300px) */
}

.catalog__content-footer.pagination-wrapper {
    justify-content: flex-end;
}

.catalog__content-footer .pagination {
    margin-left: 135px
}

.catalog__content-footer .more-button {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* .catalog__content-footer .more-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -4px
} */

.catalog__filters {
    /* width: 300px;
    margin-right: 92px */
}

.catalog__filters-headline {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #110e13
}

.catalog__filter-items {
    margin-top: 54px
}

.catalog__filter-item {
    cursor: pointer
}

.catalog__filter-item:not(:first-child) {
    margin-top: 27px
}

.catalog__filter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #110e13
}

.catalog__filter-circle {
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background-color: #61a660
}

.catalog__filter-circle > .horizontal, .catalog__filter-circle > .vertical {
    background: #fff;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.catalog__filter-circle.collapsed > .vertical {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.catalog__filter-circle.collapsed > .horizontal {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.catalog__filter-content {
    position: relative;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 178px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all .5s;
    opacity: 1;
    margin-right: 7px
}

.catalog__filter-content::-webkit-scrollbar, .product-card__description::-webkit-scrollbar {
    /* background-color: transparent; */
    width: 0;
    position: absolute;
    right: 10px;
    /* opacity: 0; */
    -webkit-transition: all .5s
}

.catalog__filter-content:hover::-webkit-scrollbar, .product-card__description:hover::-webkit-scrollbar {
    width: 4px;
    -webkit-transition: all .5s;
    opacity: 1
}

.catalog__filter-content:hover::-webkit-scrollbar-track, .product-card__description:hover::-webkit-scrollbar-track {
    border-radius: 24px;
    background-color: #d7d7d7
}

.catalog__filter-content:hover::-webkit-scrollbar-thumb, .product-card__description:hover::-webkit-scrollbar-thumb {
    border-radius: 24px;
    background-color: #61a660
}

@media (hover: none) {
    .catalog__filter-content::-webkit-scrollbar, .product-card__description::-webkit-scrollbar {
        width: 8px
    }

    .catalog__filter-content::-webkit-scrollbar-thumb, .product-card__description::-webkit-scrollbar-thumb {
        border-radius: 24px;
        background-color: #61a660
    }
}

.catalog__filter-content > div {
    margin: 8px 0
}

.catalog__filter-content.hidden {
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: none
}

.catalog__filter-content.hide-scrollbar:hover::-webkit-scrollbar {
    width: 0;
    opacity: 0
}

.catalog__filter-content.hide-scrollbar:hover::-webkit-scrollbar-track {
    background-color: transparent
}

.catalog__filter-checkbox {
    margin-bottom: 12px
}


.ocfilter-mobile.active .overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.75);
    z-index: 0;
    position: fixed;
}

.cf-offcanvas.ocfilter-mobile {
    width: 300px;
}
@media (max-width: 767px) {
    .catalog__filters {
        padding: 5px;
    }
    .catalog__filters .catalog__filters-headline {
        text-align: center;
    }
    .catalog__filters .catalog__filter-items {
        margin-top: 15px;
    }
    .ocf-offcanvas.ocfilter-mobile .ocfilter-mobile-handle {
        top: 125px;
    }
    .ocfilter-mobile .ocfilter-mobile-handle > button {
        padding: 25px 10px;
    }
}

.catalog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 30px;
}

.catalog__items-wrapper {
    /* width: 100% */
    margin-bottom: 30px;
}

.catalog__items-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.catalog__items-header_category {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #110e13;
    width: auto;
    text-align: center
}

.catalog__items-header_category:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #29331f;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.catalog__items-header_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.catalog__items-header_sort .btn-with-arrow {
    margin-right: 14px
}

.catalog__items-header_sort .input-sort-button {
    color: #fff;
    position: relative;
    background-color: #61a660;
    padding: 8px 20px;
    border-radius: 17px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

.catalog__items-header_sort .btn-round-outline-with-arrow {
    margin-left: 15px;
    transform: rotate(180deg);
}

.catalog__items-header_sort .input-sort-button option {
    background-color: #ffffff;
    color: #110E13;
}

.catalog__items-header_sort .input-sort-button:focus ~ .btn-round-outline-with-arrow {
    transform: rotate(0deg);
}

@media (max-width: 767px) {
    .catalog__items-header {
        flex-wrap: wrap;
    }
    .catalog__items-header_category {
        flex-grow: 1;
    }
    .catalog__items-header_sort .input-sort-button {
        max-width: 80%;
    }
}

/* .catalog__items .product-item {
    margin-right: 51px
} */

.catalog__items .prod-col-wrap, .catalog__content-footer .prod-col-wrap {
    margin-bottom: 30px;
}

.catalog__items .product-item:nth-child(3n+3) {
    margin-right: 0
}

.catalog__items .product-item:nth-child(n+4) {
    margin-top: 51px
}

.catalog__consultation-form {
    margin-top: 164px
}

.catalog__consultation-form_wrapper {
    width: calc(100% - 300px);
    margin-left: auto
}

.sub-categories ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 15px 0;
}
.sub-categories ul li {
    flex: 0 1 33%;
    padding: 10px;
}
.sub-categories ul li a {
    display: block;
    text-align: center;
    color: #110e13;
}
.sub-categories ul li a img {
    display: block;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .sub-categories ul li {
        flex: 0 1 50%;
    }
}

.login__content {
    margin-top: 70px;
    margin-bottom: 80px
}

.login__content .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-island.login__form, .form-island.register__form {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .catalog__items .prod-col-wrap {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-island.login__form, .form-island.register__form {
        padding: 0;
    }
    .form-island.login__form .form-island__block, .form-island.register__form .form-island__block {
        padding: 0;
        box-shadow: none;
    }
    .form-island.login__form .form-island__block .section-title, .form-island.register__form .form-island__block .section-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }
}

.has-error .input {
    border-color: #a94442;
}

.login__form form {
    margin-top: 36px
}

.login__form form .btn.form-submit {
    margin-top: 30px
}

.login__form .input-outline {
    width: 100%;
    height: 48px;
    padding: 14px 30px;
    border-radius: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #110e13;
    margin-bottom: 24px
}

.login__form-footer {
    margin-top: 20px;
    width: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login__form-footer--or {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #110e13
}

.login__form-footer--register {
    margin-top: 30px
}

.login__form-footer--register span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #110e13
}

.personal-account__main {
    margin-top: 48px;
    margin-bottom: 80px
}

.personal-account__container {
    margin-top: 48px
}

.personal-account__page-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #110e13
}

.personal-account__tabs {
    margin-top: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.personal-account__tab {
    margin-bottom: 24px
}

.personal-account__tab:last-child {
    margin-bottom: 0
}

.personal-account__tab a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #110e13;
    text-decoration: none
}

.personal-account__tab.active a {
    font-weight: 500;
    position: relative
}

.personal-account__tab.active a:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #29331f;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -12px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.personal-account__greeting {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #110e13
}

.personal-account__about-page {
    margin-top: 80px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #110e13;
    margin-bottom: 50px
}

.personal-account__contact-form form {
    margin-top: 32px
}

.personal-account__contact-form .form-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #110e13;
    margin-bottom: 24px
}

.personal-account__contact-form .form-label:last-child {
    margin-bottom: 0
}

.personal-account__contact-form .form-radio {
    margin: 34px 0
}

.personal-account__contact-form .form-input-field {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 35px;
    padding: 1px 20px;
    font-size: 16px;
    line-height: 200%;
    color: #110e13;
    margin-bottom: 20px;
    pointer-events: none
}

.personal-account__contact-form .form-input-field:last-child {
    margin-bottom: 0
}

.personal-account__contact-form .form-input-field.active {
    border-color: #d7d7d7;
    pointer-events: auto
}

.personal-account__subscription-form {
    margin-top: 50px
}

.personal-account__subscription-form .form-radio {
    margin-top: 32px
}

.personal-account__form-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #110e13
}

.personal-account__form_edit-buttons {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.personal-account__form_edit-btn {
    margin-bottom: 18px
}

.personal-account__form_edit-btn:last-child {
    margin-bottom: 0
}

.personal-account__purchase-history .purchase-history__item {
    margin-top: 50px
}

.personal-account__purchase-history .purchase-history__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-decoration: underline;
    color: #406440
}

.personal-account__purchase-history .purchase-history__table-header .purchase-history__table-item {
    font-weight: 500
}

.personal-account__purchase-history .purchase-history__table-item {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #110e13
}

.personal-account__delivered-orders {
    margin-top: 80px
}

.personal-account__change-password .change-password__submit-btn {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart__main {
    margin-bottom: 62px
}

.cart__table {
    margin-top: 54px
}

.cart__promo-code {
    margin-top: 50px
}

.cart__promo-code form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart__promo-code form .btn-apply-coupon {
    margin-left: 28px
}

.cart__total {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cart__total-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #110e13
}

.cart__total-sum {
    width: 100%;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cart__total-sum--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.cart__total-sum .cart__total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.cart__checkout {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.cart-empty__main {
    margin-bottom: 106px
}

.cart-empty__content {
    margin-top: 52px
}

.cart-empty__title {
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #110e13
}

.cart-empty__title:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 4px solid #29331f;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.cart-empty__img {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-empty__img img {
    height: 174px;
    width: 174px
}

.cart-empty__link {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-align: center
}

.checkout__main {
    margin-bottom: 120px
}

.checkout__main-form {
    margin-top: 64px
}

.checkout__main .cart__checkout {
    margin-top: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.checkout__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #110e13
}

.checkout__customer-info {
    margin-top: 48px
}

.checkout__customer-info .input-checkout {
    margin-bottom: 20px
}

.checkout__customer-info .input-checkout:last-child {
    margin-bottom: 0
}

.checkout__cart-total .table-checkout {
    margin-top: 62px
}

.checkout__payment-methods {
    margin-top: 62px
}

.checkout__payment-methods--title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #110e13
}

.checkout__payment-methods--content {
    margin-top: 32px
}

.checkout__payment-methods--content .form-radio {
    margin-bottom: 20px
}

.checkout__payment-methods--content .form-radio:last-child {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    text-align: left;
    width: 100%
}

table td, table th {
    padding: 10px 0
}

th {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #110e13
}

td {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #110e13
}

.cart__table thead td {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #110e13;
}

.cart__table thead tr td, .cart__table tbody tr td {
    vertical-align: middle;
}

.cart__table td.text-center {
    vertical-align: middle;
}

.cart__table input.form-control {
    width: auto;
    float: none;
    border: none;
    box-shadow: none;
    text-align: center;
}

.cart__table table tbody tr td, table.table tbody tr td {
    border: none;
}

.table-checkout th {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #110e13
}

.table-checkout .order-total td {
    padding-top: 48px
}

.table-checkout .order-total__title {
    text-transform: uppercase
}

.table-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    border: 1px solid #d7d7d7
}

.table-remove:after, .table-remove:before {
    position: absolute;
    top: 8px;
    left: 12px;
    content: ' ';
    height: 10px;
    width: 1px;
    background-color: #d7d7d7;
    border-radius: 100%
}

.table-remove:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.table-remove:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.table-product-img img {
    height: 64px;
    width: 64px;
    min-width: 64px;
    -o-object-fit: cover;
    object-fit: cover
}

.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.qty-btn {
    color: #fff;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 100%;
    background: #61a660
}

.qty-btn:hover {
    cursor: pointer
}

.qty-input {
    background: 0 0;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #110e13;
    text-align: center;
    padding: 0;
    width: 25px
}

.shipping__main {
    margin-top: 54px;
    margin-bottom: 100px
}

.shipping__title {
    display: inline;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #110e13
}

.shipping__title:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #29331f;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.shipping__choices {
    margin-top: 54px
}

.shipping__choices-items {
    margin-top: 54px
}

.shipping__choices .sc-col:nth-child(n+5) {
    margin-top: 30px
}

.shipping__choices-item {
    -webkit-box-shadow: 6px 6px 30px rgba(156, 162, 180, .5);
    box-shadow: 6px 6px 30px rgba(156, 162, 180, .5);
    border-radius: 15px;
    background: #fff;
    height: 304px;
    width: 100%;
    padding: 24px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}

.shipping__choices-item_img {
    margin-top: 22%
}

.shipping__choices-item_img img {
    height: 70px;
    max-width: 210px;
    -o-object-fit: contain;
    object-fit: contain
}

.shipping__choices-item_icon {
    margin-top: 10%
}

.shipping__choices-item_icon img {
    max-height: 120px
}

.shipping__choices-item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #110e13
}

.shipping__choices-item_info {
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #110e13
}

.terms-of-payment {
    margin-top: 100px
}

.terms-of-payment__content {
    margin-top: 48px
}

.terms-of-payment__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #110e13
}

.terms-of-payment__text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #110e13
}

/* Modals  */
.modal {
    background-color: rgba(255, 255, 255, 0.8);
}
.modal .modal-dialog {
    transform: translateY(-50%) !important;
    top: 50%;
}
.modal .modal-dialog .modal-content {
    background: #FFFFFF;
    box-shadow: 6px 6px 30px rgba(156, 162, 180, 0.5);
    border-radius: 18px;
    border: none;
}
.modal-backdrop {
    opacity: 0;
}

.modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #D7D7D7;
    opacity: 1;
    font-weight: 100;
}
#callBackModal .modal-dialog {
    max-width: 100%;
    width: 750px;
}
#callBackModal .modal-dialog .modal-content {
    padding: 90px;
}
.modal .modal-title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #110E13;
    text-align: center;
    margin-bottom: 18px;
}

.modal p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #110E13;
}

/* Quick view product  */
#quickViewProduct.modal {
    z-index: 1041;
}

.quick-view-product-modal-dialog {
    max-width: 950px;
    width: 100%;
}
.quick-view-product-modal {
    max-height: 680px;
    height: 100Vh;
    overflow: hidden;
    padding: 10px;
}
.quick-view-product-modal .quick-view-product {
    overflow-y: scroll;
    height: 100%;
}

.quick-view-product-modal .quick-view-product .product-card__main-img img {
    height: 367px;
    width: 367px;
    object-fit: contain;
}

.quick-view-product-modal .quick-view-product .product-card__basic-info {
    margin: 0;
}
.quick-view-product-modal .quick-view-product .product-card__basic-info .product-card__description {
    font-size: 16px;
    text-align: left;
    overflow: auto;
}
.quick-view-product-modal .quick-view-product .product-card__basic-info .product-card__description a.read-more {
    margin-left: 10px;
}

.quick-view-product-modal .quick-view-product .product-card__basic-info .product-card__rating p {
    text-align: left;
}
@media (max-width: 767px) {
    .quick-view-product-modal-dialog {
        margin: 0;
        padding: 5px;
    }
    .quick-view-product-modal {
        height: auto;
        max-height: 95Vh;
        overflow-y: scroll;
    }
    .quick-view-product-modal > button {
        z-index: 9;
    }
    .quick-view-product-modal-dialog .quick-view-product-modal .favourite-btn {
        top: 75px;
        right: 5px;
    }
}
/* Manufacturers  */
.product-cart-manufacturer a {
    color: #61A660;
    text-decoration: none;
}

/* .manufacturers-list-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
} */

#product-manufacturer #content {
    padding-top: 57px;
}

#to-top-button {
    position: fixed;
    bottom: -50px;
    right: 30px;
    transition: bottom 0.5s ease-in-out;
    z-index: 99;
}

#to-top-button.active {
    bottom: 30px;
}

#to-top-button .to-top-wrapper {
    background-color: #61A660;
    border-radius: 50%;
    padding: 15px;
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#to-top-button .to-top-wrapper i {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }
}

.manufacturers_page {
    font-size: 16px;
}
.manufacturers_page a {
    color: #000;
}
.manufacturers_char_list {
    margin: 30px 0;
}

/* One click order  */
.buyoneclick-wrapper {
    display: block;
    width: 100%;
    padding: 20px 0;
}
.buyoneclick-wrapper button {
    width: auto;
}
#boc_order .modal-dialog .modal-content {
    padding: 90px 0 90px 0;
}
#boc_order input {
    margin: 0 auto;
}
/* Add to cart modal  */
#addToCartModal .modal-dialog .modal-content {
    padding: 90px 0;
}
#addToCartModal .product-info-wrapper {
    align-items: center;
}
#addToCartModal .product-info-wrapper ul {
    list-style: none;
    padding: 0 10px;
}
#addToCartModal .product-info-wrapper ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#addToCartModal .product-info-wrapper ul li img {
    max-width: 100%;
    max-width: 100%;
    width: 60px;
    min-width: 60px;
    border: none;
}
#addToCartModal .product-info-wrapper ul li .title a {
    color: #333;
    text-decoration: none;
}
#addToCartModal .product-info-wrapper ul li .quantity {
    min-width: 50px;
    text-align: center;
}
#addToCartModal .product-info-wrapper ul li .total {
    min-width: 70px;
}
#addToCartModal .product-info-wrapper ul li .delete button {
    color: #110E13;
    width: 28px;
    height: 28px;
    border: 2px solid #61A660;
    border-radius: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
}
#addToCartModal .product-info-wrapper ul li.header__mini-cart-dropdown-menu-total {
    justify-content: flex-end;
}
#addToCartModal .product-info-wrapper .total-item {
    font-weight: bold;
}
#addToCartModal .product-info-wrapper .total-item:nth-child(1) {
    display: none;
}
#addToCartModal  .buttons-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
#addToCartModal  .buttons-wrapper a {
    font-size: 14px;
    min-width: 45%;
}
#addToCartModal  .buttons-wrapper a i {
    margin-right: 5px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    #addToCartModal  .buttons-wrapper {
        flex-wrap: wrap;
    }
    #addToCartModal  .buttons-wrapper a {
        width: 100%;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
}

/* Brands page  */
.manufacturers-list-wrapper .manufacturers-list-item {
    margin-bottom: 30px;
}
.manufacturers-list-wrapper .manufacturers-list-item h2 {
    margin-bottom: 15px;
}
.manufacturers-list-wrapper .manufacturers-list-item .row > div {
    margin-bottom: 15px;
}

.brands-col .manufacturer-item, .brands-col h2 {
height:32px;
}

.simplecheckout-button-right input[type="submit"] {
    border-radius: 50px;
    padding: 8px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}