html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    margin: 0;
    padding: 0;
    font-weight: inherit;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    color: currentColor;
    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: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea, .h-input {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

    button:focus, input[type=submit]:focus {
        outline: none;
    }

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    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"] {
    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;
}

svg {
    width: initial;
    height: initial;
    fill: currentColor;
}

ins {
    text-decoration: none;
}

body {
    color: var(--text-color);
    font-family: var(--font-text);
    background-color: var(--background-color);
    font-size: 16px;
    line-height: 1.5;
    -ms-font-feature-settings: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a, li:after, li:before, input[type=submit], button {
    -webkit-transition: var(--hover-transition);
    transition: var(--hover-transition);
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

*, *:after, *:before {
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="file"]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
    color: inherit;
    opacity: 0.3;
}

button, input[type=submit], input[type=search], input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], textarea {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {
    font-style: normal !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    text-overflow: ellipsis;
    color: var(--text-color-light);
}

::-moz-placeholder {
    font-style: normal !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    text-overflow: ellipsis;
    color: var(--text-color-light);
}

:-ms-input-placeholder {
    font-style: normal !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    text-overflow: ellipsis;
    color: var(--text-color-light);
}

::-ms-input-placeholder {
    font-style: normal !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    text-overflow: ellipsis;
    color: var(--text-color-light);
}

::placeholder {
    font-style: normal !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    text-overflow: ellipsis;
    color: var(--text-color-light);
}

.h-input, input[type=search]:not(.h-cb), input[type=text]:not(.h-cb), input[type=password]:not(.h-cb), input[type=email]:not(.h-cb), input[type=tel]:not(.h-cb), input[type=number]:not(.h-cb), input[type=url]:not(.h-cb), textarea:not(.h-cb):not(.editor-post-title__input), select:not(.h-cb) {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color);
    border: solid 1px var(--background-color);
    padding: 11px 25px 13px 25px;
    background-color: var(--background-color);
    height: auto !important;
    min-width: 0;
    border-radius: 0;
}

    input[type=search]:not(.h-cb):focus, input[type=text]:not(.h-cb):focus, input[type=password]:not(.h-cb):focus, input[type=email]:not(.h-cb):focus, input[type=tel]:not(.h-cb):focus, input[type=number]:not(.h-cb):focus, input[type=url]:not(.h-cb):focus, textarea:not(.h-cb):focus, select:not(.h-cb):focus {
        border-color: var(--text-color-extra-light) !important;
        background-color: var(--background-color-light) !important;
        outline: none;
    }

input[type=radio]:focus + i, input[type=checkbox]:focus + i {
    border-color: var(--text-color-extra-light) !important;
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--background-color) inset;
    -webkit-text-fill-color: var(--text-color);
    outline: 1px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=radio]:not(.h-cb), input[type=checkbox]:not(.h-cb) {
    opacity: 0;
    position: relative;
    z-index: 1;
    top: 4px;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}

    input[type=radio]:not(.h-cb) + i, input[type=checkbox]:not(.h-cb) + i {
        border: solid 1px var(--background-color);
        width: 18px;
        height: 18px;
        position: relative;
        vertical-align: middle;
        margin-right: 7px;
        margin-left: -18px;
        top: -1px;
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        text-align: left;
        font-family: "theme-icons";
        font-size: 9px;
        line-height: 1;
        color: var(--text-color);
    }

    input[type=radio]:not(.h-cb) + i {
        border-radius: 50%;
        margin-right: 14px;
        border-color: var(--text-color);
    }

    input[type=checkbox]:not(.h-cb) + i {
        border-color: var(--text-color);
    }

    input[type=radio]:not(.h-cb):checked + i:after {
        content: '';
        display: block;
        position: absolute;
        left: 3px;
        right: 3px;
        top: 3px;
        bottom: 3px;
        background-color: var(--text-color);
        border-radius: 50%;
    }

    input[type=checkbox]:not(.h-cb):checked + i {
    }

        input[type=checkbox]:not(.h-cb):checked + i:after {
            content: var(--icon-check);
            position: relative;
            width: 12px;
            height: 9px;
        }

.screen-reader-text {
    display: none;
}

.entry-content, .elementor-widget-text-editor {
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 300;
    letter-spacing: 0.015em;
    color: var(--text-color-light);
}

    .entry-content > *:first-child, .elementor-text-editor > *:first-child {
        margin-top: 0 !important;
    }

    .entry-content > *:last-child, .elementor-text-editor > *:last-child {
        margin-bottom: 0 !important;
    }

    .entry-content iframe, .elementor-text-editor iframe {
        max-width: 100%;
        width: 100%;
    }

    .entry-content *.alignfull iframe, .entry-content > *.alignwide iframe, .entry-content.entry-content--fullwidth iframe {
        max-width: 100%;
        width: 100%;
    }

    hr, .entry-content hr {
        display: block;
        clear: both;
        margin: 20px auto !important;
        border: none;
        border-bottom: solid 1px currentColor;
        width: 95px;
    }

        hr.left, .entry-content hr.left {
            text-align: left;
        }

        hr.is-style-wide, .entry-content hr.is-style-wide {
            width: 100% !important;
        }

        hr.is-style-dots, .entry-content hr.is-style-dots {
            width: 100% !important;
            background-image: none !important;
        }

    .entry-content p, .elementor-text-editor p {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .entry-content .wp-block-group.has-background, .elementor-text-editor .wp-block-group.has-background {
        padding: 2rem;
        margin-top: 0;
        margin-bottom: 0;
    }

@media (min-width:768px) {
    .entry-content .wp-block-group.has-background, .elementor-text-editor .wp-block-group.has-background {
        padding: 4rem;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.entry-content ul:not([class]) ul, .entry-content ol:not([class]) ol, .entry-content ul:not([class]) ol, .entry-content ol:not([class]) ul, .elementor-text-editor ul:not([class]) ul, .elementor-text-editor ol:not([class]) ol, .elementor-text-editor ul:not([class]) ol, .elementor-text-editor ol:not([class]) ul {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
}

.entry-content ul:not([class]), .elementor-text-editor ul:not([class]) {
    list-style: none;
}

.entry-content ol:not([class]), .elementor-text-editor ol:not([class]) {
    list-style: decimal;
}

.entry-content ul:not([class]), .entry-content ol:not([class]), .elementor-text-editor ul:not([class]), .elementor-text-editor ol:not([class]) {
    padding: 0 0 0 20px;
    margin: 0 0 1.5em 0;
}

    .entry-content ul:not([class]) li, .entry-content ol:not([class]) li, .elementor-text-editor ul:not([class]) li, .elementor-text-editor ol:not([class]) li {
        margin-bottom: 5px;
    }

    .entry-content ul:not([class]) ul, .entry-content ol:not([class]) ol, .entry-content ul:not([class]) ol, .entry-content ol:not([class]) ul, .elementor-text-editor ul:not([class]) ul, .elementor-text-editor ol:not([class]) ol, .elementor-text-editor ul:not([class]) ol, .elementor-text-editor ol:not([class]) ul {
        margin-bottom: 0;
    }

.entry-content ul.children, .entry-content ol.children, .elementor-text-editor ul.children, .elementor-text-editor ol.children {
    margin-bottom: 0;
}

.entry-content ul.is-grid, .entry-content ol.is-grid, .elementor-text-editor ul.is-grid, .elementor-text-editor ol.is-grid {
    margin-right: -25px;
}

    .entry-content ul.is-grid > li, .entry-content ol.is-grid > li, .elementor-text-editor ul.is-grid > li, .elementor-text-editor ol.is-grid > li {
        padding-right: 25px;
    }

.entry-content ul:not([class]) > li, .elementor-text-editor ul:not([class]) > li {
    position: relative;
}

    .entry-content ul:not([class]) > li:before, .elementor-text-editor ul:not([class]) > li:before {
        position: absolute;
        color: var(--accent-color);
        content: var(--icon-li);
        display: inline-block;
        font-family: "theme-icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1px !important;
        speak: none;
        top: 0.9rem;
        left: -20px;
        font-size: 31%;
    }

.entry-content dt, .elementor-text-editor dt {
    font-weight: bold;
}

.entry-content dd, .elementor-text-editor dd {
    margin: 0 1.5em 1.5em;
}

.entry-content b, .entry-content strong, .elementor-text-editor b, .elementor-text-editor strong {
    font-weight: 500;
}

.entry-content dfn, .entry-content cite, .elementor-text-editor dfn, .elementor-text-editor cite {
    font-style: italic;
}

.entry-content cite, .elementor-text-editor cite {
    font-size: 14px;
    font-weight: normal;
}

.wp-block-quote.is-large cite {
    font-size: 16px;
}

.entry-content address, .elementor-text-editor address {
    margin: 0 0 1.5em;
}

.entry-content pre, .elementor-text-editor pre {
    font-family: "Courier 10 Pitch",Courier,monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    background-color: var(--background-color);
}

.entry-content code, .entry-content kbd, .entry-content tt, .entry-content var, .elementor-text-editor code, .elementor-text-editor kbd, .elementor-text-editor tt, .elementor-text-editor var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

.entry-content abbr, .entry-content acronym, .elementor-text-editor abbr, .elementor-text-editor acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.entry-content mark, .entry-content ins, .elementor-text-editor mark, .elementor-text-editor ins {
    background: #fff9c0;
    text-decoration: none;
}

.entry-content sup, .entry-content sub, .elementor-text-editor sup, .elementor-text-editor sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.entry-content sup, .elementor-text-editor sup {
    bottom: 1ex;
}

.entry-content sub, .elementor-text-editor sub {
    top: .5ex;
}

.entry-content small, .elementor-text-editor small {
    font-size: 75%;
}

.entry-content big, .elementor-text-editor big {
    font-size: 125%;
}

.comment-content {
    position: relative;
    overflow: hidden;
}

    .entry-content table, .comment-content table, .elementor-text-editor table {
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        margin: 0 0 2.083em 0;
        text-align: left;
        width: 100%;
        border-spacing: 0;
    }

        .entry-content table.has-fixed-layout {
            border: none;
        }

    .entry-content tr th, .entry-content thead th, .comment-content tr th, .comment-content thead th, .elementor-text-editor tr th, .elementor-text-editor thead th {
        border-left: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        font-weight: bold;
        padding: 0.5em 1.25em;
    }

    .entry-content .is-style-stripes, .comment-content .is-style-stripes, .elementor-text-editor .is-style-stripes {
        border: none;
    }

    .entry-content tr td, .comment-content tr td, .elementor-text-editor tr td {
        border-left: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        padding: 0.5em 1.25em;
    }

    .entry-content tr.odd td, .comment-content tr.odd td, .elementor-text-editor tr.odd td {
        background-color: var(--background-color);
    }

.entry-content textarea, .elementor-text-editor textarea {
    width: 100%;
}

.entry-content a:not([class]), .elementor-text-editor a:not([class]) {
    color: var(--text-color);
    text-decoration: underline;
    text-underline-position: under;
}

.entry-content .has-large-font-size a:not([class]), .elementor-text-editor .has-large-font-size a:not([class]) {
    text-underline-position: auto;
}

.entry-content .wp-block-button, .elementor-text-editor .wp-block-button {
    margin-bottom: 20px;
}

.entry-content .has-large-font-size, .elementor-text-editor .has-large-font-size {
    font-size: 25px;
}

.entry-content button:not(.h-cb):not([aria-controls]), .entry-content input[type=submit]:not(.h-cb), .elementor-text-editor input[type=submit]:not(.h-cb), .entry-content .wp-block-button__link, .elementor-text-editor .wp-block-button__link {
    display: inline-block;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.265em;
    text-indent: -0.265em;
    direction: rtl;
    text-transform: uppercase;
    padding: 17px 30px 17px 30px;
    background-color: var(--text-color);
    color: white;
    border: solid 1px var(--text-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link, .elementor-text-editor .wp-block-button:not(.is-style-squared) .wp-block-button__link {
    border-radius: 25px;
}

.entry-content .wp-block-button.is-style-squared .wp-block-button__link, .elementor-text-editor .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.entry-content .is-style-outline .wp-block-button__link, .elementor-text-editor .is-style-outline .wp-block-button__link {
    color: var(--text-color);
    background-color: white;
}

.entry-content button:not(.h-cb):not([aria-controls]):hover, .entry-content input[type=submit]:not(.h-cb):hover, .elementor-text-editor input[type=submit]:not(.h-cb):hover, .entry-content .wp-block-button__link:hover, .elementor-text-editor .wp-block-button__link:hover {
    background-color: var(--text-color-light);
    border-color: var(--text-color-light);
}

.entry-content .is-style-outline .wp-block-button__link:hover, .elementor-text-editor .is-style-outline .wp-block-button__link:hover {
    background-color: var(--text-color);
    color: white;
}

.entry-content .post-tags a, .entry-content .post-tags a:hover, .elementor-text-editor .post-tags a, .elementor-text-editor .post-tags a:hover {
    text-decoration: none;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, .elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6 {
    color: var(--text-color);
    text-transform: uppercase;
    margin: 60px 0 30px 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.entry-content h1, .elementor-text-editor h1 {
    font-weight: 300;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 0.2em;
}

.entry-content h2, .elementor-text-editor h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.22em;
}

.entry-content h3, .elementor-text-editor h3 {
    font-weight: 300;
    font-size: 34px;
    line-height: 35px;
    letter-spacing: 0.225em;
}

.entry-content h4, .elementor-text-editor h4 {
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.23em;
}

.entry-content h5, .elementor-text-editor h5 {
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.24em;
}

.entry-content h6, .elementor-text-editor h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.26em;
    margin-bottom: 25px;
}

.entry-content blockquote, .entry-content .wp-block-quote, .elementor-text-editor blockquote, .elementor-text-editor .wp-block-quote, .elementor-text-editor .wp-block-column blockquote, .elementor-text-editor .wp-block-column .wp-block-quote {
    color: var(--text-color);
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.01em;
    margin: 35px 0 30px 0 !important;
    padding: 0 50px 0 50px !important;
    border: none !important;
    text-transform: none;
    position: relative;
    text-align: left;
    box-shadow: none !important;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

    .entry-content blockquote:before, .entry-content .wp-block-quote:before, .elementor-text-editor blockquote:before, .elementor-text-editor .wp-block-quote:before, .entry-content .wp-block-column blockquote:before, .entry-content .wp-block-column .wp-block-quote:before, .elementor-text-editor .wp-block-column blockquote:before, .elementor-text-editor .wp-block-column .wp-block-quote:before {
        color: var(--accent-color);
        content: var(--icon-quote);
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        font-family: "theme-icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-size: 18px;
        line-height: 1;
        speak: none;
    }

    .entry-content .wp-block-quote.is-style-large p, .entry-content .wp-block-quote.is-large p, .elementor-text-editor .wp-block-quote.is-style-large p, .elementor-text-editor .wp-block-quote.is-large p {
        font-size: inherit;
        font-style: normal;
        line-height: inherit;
    }

    .entry-content blockquote cite, .elementor-text-editor blockquote cite {
        margin-top: 0 !important;
        font-size: 14px !important;
        font-weight: 300 !important;
        font-style: normal !important;
        color: var(--text-color-light);
    }

        .entry-content blockquote cite br, .elementor-text-editor blockquote cite br {
            display: none;
        }

        .entry-content blockquote cite:before, .elementor-text-editor blockquote cite:before {
            content: '--- ';
        }

    .entry-content blockquote p:last-child, .elementor-text-editor blockquote p:last-child {
        margin-bottom: 0;
    }

    .entry-content blockquote p:first-child, .elementor-text-editor blockquote p:first-child {
        margin-top: 0;
    }

.entry-content .wp-caption, .elementor-text-editor .wp-caption {
    max-width: 100%;
}

.entry-content img, .elementor-text-editor img {
    display: inline-block;
    max-width: 100% !important;
    height: auto;
}

.entry-content img, .elementor-text-editor img {
}

.entry-content .wp-block-embed__wrapper, .elementor-text-editor .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
}

.entry-content figure:not(.gallery-item):not(.wp-block-gallery), .entry-content .wp-caption, .entry-content .wp-caption-overlay .wp-caption, .elementor-text-editor figure:not(.gallery-item):not(.wp-block-gallery), .elementor-text-editor .wp-caption, .elementor-text-editor .wp-caption-overlay .wp-caption {
    border: 0;
    margin: 0 0 25px 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.entry-content .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
}

.entry-content .wp-block-image figcaption, .entry-content figure figcaption:not(.gallery-caption), .elementor-text-editor .wp-block-image figcaption, .elementor-text-editor figure figcaption:not(.gallery-caption) {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    padding: 6px 10px 15px 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.entry-content .gallery, .elementor-text-editor .gallery {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -25px -15px;
    padding-bottom: 65px;
}

.entry-content .gallery-columns-1 .gallery-item, .elementor-text-editor .gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}

.entry-content .gallery-columns-2 .gallery-item, .elementor-text-editor .gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
}

.entry-content .gallery-columns-3 .gallery-item, .elementor-text-editor .gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 3);
}

.entry-content .gallery-columns-4 .gallery-item, .elementor-text-editor .gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
}

.entry-content .gallery-columns-5 .gallery-item, .elementor-text-editor .gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
}

.entry-content .gallery-columns-6 .gallery-item, .elementor-text-editor .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 6);
}

.entry-content .gallery-columns-7 .gallery-item, .elementor-text-editor .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 7);
}

.entry-content .gallery-columns-8 .gallery-item, .elementor-text-editor .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 8);
}

.entry-content .gallery-columns-9 .gallery-item, .elementor-text-editor .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 9);
}

.entry-content .gallery-item, .elementor-text-editor .gallery-item {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
}

    .entry-content .gallery-item img, .elementor-text-editor .gallery-item img {
        max-width: 100%;
        height: auto;
    }

.entry-content .gallery-caption, .elementor-text-editor .gallery-caption {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.entry-content a img, .elementor-text-editor a img {
    text-decoration: none;
    border-bottom: none;
}

.wp-block-cover {
    margin-bottom: 20px;
}

.wp-block-archives {
    margin-bottom: 20px;
}

.wp-block-cover__inner-container {
    font-weight: normal;
}

.wp-calendar-table caption {
    font-weight: 500;
    margin-bottom: 10px;
}

.wp-calendar-table {
    margin-bottom: 10px !important;
}

.entry-content .wp-block-cover-image .wp-block-cover-image-text, .entry-content .wp-block-cover-image .wp-block-cover-text, .entry-content .wp-block-cover-image h2, .entry-content .wp-block-cover .wp-block-cover-image-text, .entry-content .wp-block-cover .wp-block-cover-text, .entry-content .wp-block-cover h2 {
    color: #fff;
}

.entry-content .wp-block-search input {
    -webkit-box-flex: 1;
    flex: 1 1;
}

.entry-content .wp-block-search button {
    -webkit-box-flex: 0 !important;
    flex: 0 0 auto !important;
}

@media (min-width:600px) {
    .entry-content .wp-block-columns, .elementor-text-editor .wp-block-columns {
        flex-wrap: nowrap;
    }
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0 !important;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px !important;
    ;
}

@media (min-width:768px) {
    .entry-content .wp-block-gallery.alignleft, .entry-content .wp-block-gallery.alignright, .entry-content .blocks-gallery-grid.alignleft, .entry-content .blocks-gallery-grid.alignright {
        max-width: 50%;
    }
}

.aligncenter {
    clear: both;
    text-align: center;
    margin: 0 auto 20px auto !important;
    ;
}

img.aligncenter {
    display: block !important;
}

.wp-caption {
    font-size: 90%;
}

    .wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright, .wp-caption.alignnone {
        margin-bottom: 15px;
    }

.wp-caption-text {
    text-align: center;
    font-size: 90%;
}

.gallery-caption {
    font-size: 12px;
    font-size: 1.2rem;
}

.bypostauthor .author-name:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -3px;
    bottom: -3px;
    z-index: -1;
    border-radius: 3px;
    background-color: var(--background-color);
}

.editor-block-list__block, .editor-post-title__block, .editor-default-block-appender {
    max-width: 750px !important;
}

@media (max-width:1189px) {
    .entry-content .wp-block-pullquote.is-style-solid-color blockquote p, .elementor-text-editor .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 20px;
    }

    .entry-content .has-drop-cap:not(:focus)::first-letter, .elementor-text-editor .has-drop-cap:not(:focus)::first-letter {
        font-size: 4.4em;
    }
}

@media (max-width:768px) {
    .entry-content, .elementor-widget-text-editor {
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.015em;
    }

        .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, .elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6 {
            margin: 40px 0 20px 0;
        }

        .entry-content h1, .elementor-text-editor h1 {
            font-size: 33px;
            line-height: 36px;
            letter-spacing: 0.16em;
        }

        .entry-content h2, .elementor-text-editor h2 {
            font-size: 28px;
            line-height: 31px;
            letter-spacing: 0.18em;
        }

        .entry-content h3, .elementor-text-editor h3 {
            font-size: 24px;
            line-height: 28px;
            letter-spacing: 0.19em;
        }

        .entry-content h4, .elementor-text-editor h4 {
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0.2em;
        }

        .entry-content h5, .elementor-text-editor h5 {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0.26em;
        }

        .entry-content h6, .elementor-text-editor h6 {
            font-size: 14px;
            line-height: 19px;
            letter-spacing: 0.28em;
        }

        .entry-content blockquote, .entry-content .wp-block-quote, .elementor-text-editor blockquote, .elementor-text-editor .wp-block-quote, .elementor-text-editor .wp-block-column blockquote, .elementor-text-editor .wp-block-column .wp-block-quote {
            padding-right: 0 !important;
            font-size: 18px;
            line-height: 36px;
        }

        .entry-content tr th, .entry-content thead th, .comment-content tr th, .comment-content thead th, .elementor-text-editor tr th, .elementor-text-editor thead th, .entry-content tr td, .comment-content tr td, .elementor-text-editor tr td {
            padding: 0.5em;
        }
}

.h-hidden {
    display: none !important;
}

.h-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
}

.h-clearfix:before, .h-clearfix:after {
    content: " ";
    display: table;
}

.h-clearfix:after {
    clear: both;
}

.h-right {
    text-align: right;
}

.h-left {
    text-align: left;
}

.h-center {
    text-align: center;
}

.h-cb {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    color: currentColor;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.h-cb--svg {
    position: relative;
}

    .h-cb--svg > * {
        display: block;
        width: 100%;
        height: 100%;
    }

.h-after-before-hide:before {
    display: none;
}

.h-after-before-hide:after {
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.h-loading, div.wpcf7 span.ajax-loader {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    position: relative;
    background: none !important;
    min-width: 0 !important;
}

    .h-loading:before, div.wpcf7 span.ajax-loader:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid currentColor;
        opacity: 0.3;
    }

    .h-loading:after, div.wpcf7 span.ajax-loader:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: currentColor;
        -webkit-animation: spin 1s infinite linear;
        animation: spin 1s infinite linear;
    }

.h-carousel--flex .owl-stage {
    display: -webkit-box;
    display: flex;
}

.h-carousel--flex .owl-item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
}

    .h-carousel--flex .owl-item > * {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

.h-carousel--flex .owl-stage-outer {
    display: -webkit-box;
    display: flex;
}

.h-carousel .owl-prev, .h-carousel .owl-next {
    position: absolute;
    font-size: 28px !important;
    line-height: 1 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    background: transparent;
    z-index: 1;
    color: var(--text-color) !important;
    cursor: pointer;
}

.h-carousel__prev {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}

.h-carousel .owl-prev.disabled .h-carousel__prev, .h-carousel .owl-next.disabled .h-carousel__next {
    opacity: 0.2;
}

.h-carousel.h-carousel--inner .owl-prev {
    left: 0;
}

.h-carousel.h-carousel--inner .owl-next {
    right: 0;
}

.h-carousel.h-carousel--outside .owl-prev {
    left: -110px;
}

.h-carousel.h-carousel--outside .owl-next {
    right: -110px;
}

.h-carousel.c-product-grid__list.h-carousel--border .owl-prev {
    left: -15px;
}

.h-carousel.c-product-grid__list.h-carousel--border .owl-next {
    right: -15px;
}

.h-carousel.c-product-grid__list.h-carousel--outside .owl-prev {
    left: -90px;
}

.h-carousel.c-product-grid__list.h-carousel--outside .owl-next {
    right: -90px;
}

.h-carousel .owl-prev:focus, .h-carousel .owl-next:focus {
    outline: none;
}

@media (min-width:821px) {
    .h-carousel--round .owl-prev, .h-carousel--round .owl-next {
        color: white !important;
        border-radius: 50%;
        background-color: var(--text-color-light);
        font-size: 18px !important;
    }

    .h-carousel--round-light .owl-prev, .h-carousel--round-light .owl-next {
        color: var(--text-color) !important;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.5);
        ;
        font-size: 18px !important;
    }

    .h-carousel--round.h-carousel--inner .owl-prev, .h-carousel--round-light.h-carousel--inner .owl-prev {
        left: 35px !important;
    }

    .h-carousel--round.h-carousel--inner .owl-next, .h-carousel--round-light.h-carousel--inner .owl-next {
        right: 35px !important;
    }

    .h-carousel--round.h-carousel--border .owl-prev, .h-carousel--round-light.h-carousel--border .owl-prev {
        left: -35px;
    }

    .h-carousel--round.h-carousel--border .owl-next, .h-carousel--round-light.h-carousel--border .owl-next {
        right: -35px;
    }

    .h-carousel--round .owl-nav i, .h-carousel--round-light .owl-nav i {
        height: 18px;
        width: 10px;
    }

    .h-carousel--round .h-carousel__next, .h-carousel--round-light .h-carousel__next {
        position: relative;
        left: 2px;
    }

    .h-carousel--round .h-carousel__prev, .h-carousel--round-light .h-carousel__prev {
        position: relative;
        right: 2px;
    }

    .h-carousel--round .owl-nav i[class^="ip-"]:before, .h-carousel--round-light .owl-nav i[class^="ip-"]:before {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

.h-carousel .owl-dots {
    position: absolute;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

    .h-carousel .owl-dots > .owl-dot {
        display: block;
        width: 10px;
        height: 10px;
        position: relative;
        background: transparent;
        border-radius: 50%;
        cursor: pointer;
    }

.h-carousel--default-dots .owl-dots {
    margin-top: 30px;
}

    .h-carousel--default-dots .owl-dots > .owl-dot {
        border: solid 1px currentColor !important;
        opacity: 0.5;
    }

        .h-carousel--default-dots .owl-dots > .owl-dot + .owl-dot {
            margin-left: 10px;
        }

.h-rtl .h-carousel--default-dots .owl-dots > .owl-dot + .owl-dot {
    margin-left: 0;
    margin-right: 10px;
}

.h-carousel--default-dots .owl-dots > .owl-dot.active {
    opacity: 1;
    background-color: currentColor;
}

.h-carousel--big-dots .owl-dots > .owl-dot {
    width: 16px;
    height: 16px;
}

    .h-carousel--big-dots .owl-dots > .owl-dot + .owl-dot {
        margin-left: 15px;
    }

.h-rtl .h-carousel--big-dots .owl-dots > .owl-dot + .owl-dot {
    margin-left: 0;
    margin-right: 15px;
}

.h-carousel--big-dots .owl-dots > .owl-dot:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: solid 2px currentColor;
    opacity: 0.2;
}

.h-carousel--big-dots:not(.h-carousel--dot-animated) .owl-dots > .owl-dot:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: solid 2px currentColor;
}

.h-carousel--big-dots .owl-dots > .owl-dot.active:after {
    content: '';
}

.h-shadow {
    box-shadow: 15.5px 12.6px 40px 10px rgba(0,0,0,0.1);
}

.h-none {
    pointer-events: none;
}

.h-auto-margin {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.h-center-x {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    ;
}

.h-screen-overflow {
    max-width: 100vw;
    overflow: hidden;
}

.h-input {
    display: inline-block;
}

.h-grayscale {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

    .h-grayscale:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.h-rotate-180 {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.h-bullet {
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: currentColor;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.h-flex-thumb .elementor-row {
    flex-wrap: nowrap !important;
}

.h-flex-thumb .elementor-column:first-child {
    -webkit-box-flex: 0 !important;
    flex: 0 0 auto !important;
    width: unset !important;
}

.h-flex-thumb .elementor-column:not(:first-child) {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
    width: unset !important;
}

.h-inline-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

    .h-inline-form > * {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

    .h-inline-form > button, .h-inline-form > input[type="submit"] {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .h-inline-form br {
        display: none;
    }

.h-link-yes {
    cursor: pointer;
}

.h-invisible {
    z-index: 1;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    pointer-events: none;
}

.h-carousel--small.h-carousel .owl-prev, .h-carousel--small.h-carousel .owl-next {
    font-size: 18px !important;
    width: 10px !important;
    height: 18px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: var(--texr-color) !important;
}

.h-carousel--small.h-carousel .owl-prev {
    left: -30px !important;
    margin-top: -21px !important;
}

.h-carousel--small.h-carousel .owl-next {
    right: -30px !important;
    margin-top: -21px !important;
}

.h-the-day.elementor-widget-heading .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space: nowrap;
}

    .h-the-day.elementor-widget-heading .elementor-heading-title:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 6px;
        top: 0;
        height: 100%;
        border-top: solid 1px currentColor;
        border-bottom: solid 1px currentColor;
    }

@media (min-width:1190px) {
    .h-carousel--compact .owl-prev {
        left: -60px;
        background: none !important;
    }

    .h-carousel--compact .owl-next {
        right: -60px;
        background: none !important;
    }

    .h-carousel--hover .owl-next, .h-carousel--hover .owl-prev {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
    }

    .h-carousel--hover:hover .owl-next, .h-carousel--hover:hover .owl-prev {
        opacity: 1;
        visibility: visible;
    }

    .h-carousel--round .owl-prev:not(.disabled):hover, .h-carousel--round .owl-next:not(.disabled):hover {
        background-color: var(--text-color) !important;
    }

    .h-carousel--round-light .owl-prev:not(.disabled):hover, .h-carousel--round-light .owl-next:not(.disabled):hover {
        background-color: var(--text-color) !important;
        color: white !important;
    }

    .h-zoom-hover a img {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: var(--opacity-transform-transition);
        transition: var(--opacity-transform-transition);
    }

    .h-zoom-hover a:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media (max-width:820px) {
    .h-carousel.h-carousel--border .owl-prev, .h-carousel.h-carousel--outside .owl-prev {
        width: 10px !important;
        height: 18px !important;
        font-size: 18px !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        left: -15px !important;
        margin-top: -9px !important;
        color: var(--texr-color) !important;
        ;
    }

    .h-carousel.h-carousel--border .owl-next, .h-carousel.h-carousel--outside .owl-next {
        width: 10px !important;
        height: 18px !important;
        font-size: 18px !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        right: -15px !important;
        margin-top: -9px !important;
        color: var(--texr-color) !important;
        ;
    }

    .h-carousel--default-dots .owl-dot + .owl-dot {
        margin-left: 20px;
    }

    .h-carousel--mobile-arrows .owl-next, .h-carousel--mobile-arrows .owl-prev {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:767px) {
    .h-banner-1 {
        width: 100%;
        background: white;
    }

        .h-banner-1 .elementor-container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .h-banner-1__column-left {
        position: relative;
        top: -30px;
        left: -20px;
    }

    .h-banner-1__column-right {
        position: relative;
        top: -30px;
        right: -20px;
    }

    .h-mobile-05x {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .h-inline-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

        .h-inline-form > * {
            width: 100%;
        }

    .h-full-mobile .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .h-icon-list-fix .elementor-icon-list-items {
        margin-top: -5px;
        margin-bottom: -5px;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .h-icon-list-fix .elementor-icon-list-item {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: calc(50% - 12px);
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left;
    }

        .h-icon-list-fix .elementor-icon-list-item a {
            -webkit-box-pack: start !important;
            justify-content: flex-start !important;
            text-align: left !important;
        }
}

@media (max-width:359px) {
    .h-carousel.h-carousel--outside .owl-prev {
        left: -2px !important;
    }

    .h-carousel.h-carousel--outside .owl-next {
        right: -2px !important;
    }
}

.l-wrap {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    min-width: 320px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

.l-inner {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

body.admin-bar .l-wrap {
    min-height: calc(100vh - 32px);
}

.l-section {
    position: relative;
    width: 100%;
    clear: both;
    min-width: 320px;
}

.l-section--padding, .l-section__padding {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.l-section--multicol {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    align-items: flex-start;
}

.l-section--top-margin {
    margin-top: 45px;
}

.l-section--top-margin-60 {
    margin-top: 60px;
}

.l-section--top-margin-70 {
    margin-top: 60px;
}

.l-section--top-margin-80 {
    margin-top: 60px;
}

.l-section--bottom-margin {
    margin-bottom: 70px;
}

.l-section--bottom-margin--60 {
    margin-bottom: 60px;
}

.l-section--top-margin-minus {
    margin-top: -165px;
}

.l-section__container--relative {
    position: relative;
}

@media (min-width:1250px) {
    .l-section--container-wide, .l-section__container-wide {
        width: 1680px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (min-width:1190px) {
    .l-section__sidebar {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 260px;
        margin-right: 40px;
    }

    .l-section__sidebar--right {
        margin-right: 0;
        margin-left: 40px;
    }

    .l-section__content--with-sidebar {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

    .l-section--container, .l-section__container {
        width: 1160px;
        margin-left: auto;
        margin-right: auto;
    }

    .l-section--with-sidebar {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
    }
}

@media (max-width:1249px) {
    .l-section--container-wide, .l-section__container-wide {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:1189px) {
    .l-section--top-margin-minus {
        margin-top: -145px;
        margin-bottom: 0;
    }

    .l-section--white {
        background-color: white;
    }

        .l-section--white.l-section--top-margin {
            padding-top: 45px;
            margin-top: 0;
        }

        .l-section--white.l-section--top-margin-60 {
            padding-top: 60px;
            margin-top: 0;
        }

        .l-section--white.l-section--top-margin-70 {
            padding-top: 60px;
            margin-top: 0;
        }

        .l-section--white.l-section--top-margin-80 {
            padding-top: 60px;
            margin-top: 0;
        }

        .l-section--white.l-section--bottom-margin {
            padding-bottom: 70px;
            margin-bottom: 0;
        }

        .l-section--white.l-section--bottom-margin--60 {
            padding-bottom: 70px;
            margin-bottom: 0;
        }

    .l-section--with-sidebar {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .l-section--container, .l-section__container, .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .l-section__sidebar {
        position: relative;
        overflow: hidden;
    }

    .l-section__sidebar--right {
        margin-top: 95px;
    }

    .l-section__sidebar--left {
        -webkit-box-ordinal-group: 4;
        order: 3;
        margin-top: 70px;
    }

    .l-section__sidebar--popup {
        margin: 0;
    }

    .l-section__content--with-sidebar {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .l-section--margin-120 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width:782px) {
    body.admin-bar .l-wrap {
        min-height: calc(100vh - 46px);
    }
}

.svg-sprite-container {
    display: none;
}

.ip-customize-partial-refreshing {
    opacity: 0.25;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    cursor: progress;
}

    .ip-customize-partial-refreshing.widget-customizer-highlighted-widget {
        box-shadow: none;
    }

.hasCustomSelect {
    z-index: 1;
}

.pswp {
    display: none;
}

.stock.out-of-stock {
    color: #D1333C;
    font-size: 15px;
    font-weight: 400;
}

.owl-carousel {
    touch-action: pan-y;
}

.wc-item-meta {
    list-style: none;
    font-size: 85%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

    .wc-item-meta p {
        display: inline;
        padding: 0;
        margin: 0;
    }

    .wc-item-meta a {
        text-decoration: underline;
    }

.wc-item-meta {
    font-weight: 300;
    text-transform: none;
}

    .wc-item-meta strong {
        font-weight: inherit;
    }

.js-sticky-sidebar, .js-sticky-sidebar-nearby {
    position: relative;
}

.js-sticky-sidebar {
    top: 0;
}

.js-sticky-sidebar--disable-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

select.thwepof-input-field, input[type=text].thwepof-input-field {
    width: 100% !important;
    margin-right: 0 !important;
}

.includes_tax, .tax_label, .woocommerce-price-suffix {
    color: var(--text-color-light) !important;
    ;
    text-transform: uppercase !important;
    ;
    font-weight: 300 !important;
    font-size: 55% !important;
    line-height: 1.2;
}

@media (max-width:1189px) {
    .mobile {
        -webkit-transition: -webkit-transform 0.5s linear;
        transition: -webkit-transform 0.5s linear;
        transition: transform 0.5s linear;
        transition: transform 0.5s linear,-webkit-transform 0.5s linear;
    }

    .admin-bar-hide {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .parallax-mirror {
        display: none;
    }
}

body.block-transition *, body.block-transition *:after, body.block-transition *:before {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.entry-content--fullwidth *.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

.entry-content--sidebar *.alignfull {
    max-width: 100%;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:1190px ) {
    .entry-content--fullwidth > *.alignwide {
        margin-left: -230px !important;
        margin-right: -230px !important;
        width: calc(100% + 460px) !important;
        max-width: calc(100% + 460px) !important;
    }
}

.entry-content--sidebar *.alignwide {
    max-width: 100%;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.guidelines {
    width: 1160px;
    left: 50%;
    margin-left: -580px;
    top: 0;
    bottom: 0;
    position: fixed;
    border: dashed 1px red;
    z-index: 10000;
    pointer-events: none;
}

    .guidelines:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        border: dashed 1px green;
        z-index: 10000;
        pointer-events: none;
    }

.elementor-widget-image .elementor-image > a img[src$=".svg"], .elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
    width: unset !important;
}

@media (max-width:1189px) {
    .elementor-widget-heading .elementor-heading-title {
        padding-left: 20px !important;
        padding-right: 20px !important;
        ;
    }
}

.owl-fade-scale-in {
    -webkit-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fade-scale-out {
    -webkit-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

.c-ip-slider--align-center .owl-fade-scale-in, .c-ip-slider--align-center .owl-fade-scale-out {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.c-ip-slider--align-right .owl-fade-scale-in, .c-ip-slider--align-right .owl-fade-scale-out {
    -webkit-transform-origin: 75% 50%;
    transform-origin: 75% 50%;
}

@media (max-width:1189px) {
    .c-ip-slider--align-tablet-center .owl-fade-scale-in, .c-ip-slider--align-tablet-center .owl-fade-scale-out {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .c-ip-slider--align-tablet-right .owl-fade-scale-in, .c-ip-slider--align-tablet-right .owl-fade-scale-out {
        -webkit-transform-origin: 75% 50%;
        transform-origin: 75% 50%;
    }
}

@media (max-width:767px) {
    .c-ip-slider--align-mobile-center .owl-fade-scale-in, .c-ip-slider--align-mobile-center .owl-fade-scale-out {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .c-ip-slider--align-mobile-right .owl-fade-scale-in, .c-ip-slider--align-mobile-right .owl-fade-scale-out {
        -webkit-transform-origin: 75% 50%;
        transform-origin: 75% 50%;
    }
}

.banners-fade-scale-in {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.banners-fade-scale-out {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

.banners-fade-in {
    -webkit-animation: fadeFrom 1s ease both;
    animation: fadeFrom 1s ease both;
}

.banners-fade-out {
    -webkit-animation: fadeTo 1s ease both;
    animation: fadeTo 1s ease both;
}

.banners-slide-up-in {
    -webkit-animation: slideUpFrom 1s ease both;
    animation: slideUpFrom 1s ease both;
}

.banners-slide-up-out {
    -webkit-animation: slideUpTo 1s ease both;
    animation: slideUpTo 1s ease both;
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes fadeFrom {
    from {
        opacity: 0
    }
}

@keyframes fadeFrom {
    from {
        opacity: 0
    }
}

@-webkit-keyframes fadeTo {
    to {
        opacity: 0
    }
}

@keyframes fadeTo {
    to {
        opacity: 0
    }
}

@-webkit-keyframes slideUpFrom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideUpFrom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes slideUpTo {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideUpTo {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.c-account {
    display: -webkit-box;
    display: flex;
    background-color: white;
    color: var(--text-color-light);
}

.c-account__login-info {
    text-align: center;
    font-size: 17px;
    margin-top: -30px;
    margin-bottom: 90px;
}

.c-account__logout {
    margin-left: 35px;
    font-weight: bold;
    color: #D1333C;
}

.c-account__col-menu {
    -webkit-box-flex: 0;
    flex: 0 0 260px;
    padding: 45px 50px;
    border-right: solid 1px var(--background-color-dark);
}

.c-account__col-content {
    -webkit-box-flex: 1;
    flex: 1 1;
    padding: 40px 60px;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
}

.c-account__navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-color);
}

.c-account__navigation-item + .c-account__navigation-item {
    margin-top: 25px;
}

.c-account__navigation-item.is-active {
    color: var(--accent-color);
}

.c-account__col-content > *:first-child {
    margin-top: 0;
}

.c-account__backward {
    text-decoration: underline;
    text-underline-position: under;
    -webkit-text-decoration-color: var(--text-color-light);
    text-decoration-color: var(--text-color-light);
}

.c-account fieldset {
    margin: 45px 0 0 0;
    padding: 0;
    border: 0;
}

.c-account legend, .c-account h3 {
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--text-color);
}

.c-account form {
    font-size: 14px;
}

.c-account select {
    height: 36px;
}

.c-account p {
    margin: 0 0 10px 0;
}

.c-account .edit {
    position: absolute;
    bottom: 0;
    left: 0;
}

.c-account .woocommerce-button, .c-account .edit {
    padding: 10px 20px !important;
    width: unset !important;
    font-size: 11px !important;
}

.c-account mark {
    background: none;
    font-weight: bold;
}

.c-account em {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
    margin-top: 5px;
}

.woocommerce-Address {
    padding-bottom: 55px;
    position: relative;
}

p + .woocommerce-Addresses {
    margin-top: 0;
}

.c-account .woocommerce-address-fields, .woocommerce-EditAccountForm {
    max-width: 430px;
}

    .woocommerce-EditAccountForm .button, .woocommerce-address-fields .button {
        margin-top: 30px;
    }

@media (min-width:1190px) {
    .c-account__navigation-link:hover, .c-account__logout:hover, .c-account__col-content a:hover {
        opacity: 0.7;
    }
}

@media (max-width:1189px) {
    .c-account {
        display: block;
    }

    .c-account__col-menu {
        position: relative;
        padding: 0;
        text-align: center;
        border-right: none;
        padding-bottom: 40px;
    }

        .c-account__col-menu:after {
            content: '';
            display: block;
            position: absolute;
            left: -30px;
            right: -30px;
            bottom: 0;
            border-bottom: solid 1px var(--background-color-dark);
        }

    .c-account__col-content {
        padding-left: 0;
        padding-right: 0;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-account__login-info {
        font-size: 14px;
        margin-top: -55px;
        margin-bottom: 30px;
    }

    .c-account__navigation {
        font-size: 16px;
    }

    .c-account__navigation-item + .c-account__navigation-item {
        margin-top: 15px;
    }
}

.c-badge__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.c-badge {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: inline-block;
    padding: 7px 7px 7px 8px;
    text-transform: uppercase;
    color: #FFF;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 5px;
    background-color: var(--text-color);
}

.c-badge--new {
    -webkit-box-ordinal-group: 2;
    order: 1;
    background-color: var(--badge-bgcolor-new);
}

.c-badge--sale {
    -webkit-box-ordinal-group: 3;
    order: 2;
    background-color: var(--badge-bgcolor-sale);
}

.c-badge--new + .c-badge--sale {
    margin-left: 5px;
}

.c-badge--featured {
    -webkit-box-ordinal-group: 4;
    order: 3;
    background-color: var(--badge-bgcolor-featured);
}

.c-blog__grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -30px -20px;
}

.c-blog__nothing {
    padding: 40px 50px;
    background-color: white;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: var(--text-color-light);
}

.c-blog__nothing-search {
    margin-top: 20px;
    width: 440px;
    max-width: 100%;
}

.c-blog__nothing .c-search-form {
    margin-bottom: 0;
}

@media (max-width:1189px) {
    .c-blog-wrap--grid.c-blog-wrap--sidebar {
        width: 860px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-blog-wrap--grid.c-blog-wrap--no-sidebar {
        width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:919px) {
    .c-blog-wrap--grid.c-blog-wrap--sidebar {
        width: 410px;
    }
}

@media (max-width:769px) {
    .c-blog__grid, .c-blog__list {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 0 -30px 0;
    }

    .c-blog__nothing {
        padding: 35px 30px;
    }

    .c-blog-wrap--grid.c-blog-wrap--no-sidebar {
        width: 360px;
    }

    .c-blog-wrap--grid.c-blog-wrap--sidebar, .c-blog-wrap--grid.c-blog-wrap--no-sidebar {
        width: 360px;
        max-width: 100%;
    }
}

.c-breadcrumbs__list {
    margin: 0 auto;
    max-width: 100%;
    width: 780px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.c-page-header__meta + .c-breadcrumbs__list {
    margin-top: 38px;
}

.c-breadcrumbs__item {
    display: block;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.c-breadcrumbs__item--short {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.c-breadcrumbs__item:first-letter {
    text-transform: uppercase;
}

.c-breadcrumbs__separator {
    position: relative;
    top: -1px;
    font-size: 6px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}

@media (min-width:1190px) {
    .c-breadcrumbs__list {
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        list-style: none;
        padding: 0 25px;
    }

    .c-breadcrumbs__list--top {
        bottom: unset;
        top: 135px;
    }
}

@media (max-width:1189px) {
    .c-breadcrumbs__list {
        position: relative;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding: 24px 30px 15px 30px;
    }

    .c-breadcrumbs__list--top {
    }

    .c-breadcrumbs__item {
        margin-bottom: 15px;
    }
}

.c-cart-empty {
    background-color: white;
    padding: 90px 60px;
    color: var(--text-color-light);
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    text-align: center;
}

.c-cart-empty__icon {
    width: 90px;
    height: 90px;
    font-size: 90px;
    line-height: 1;
}

.c-cart-empty__header {
    margin-top: 45px;
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-color);
}

.c-cart-empty__backward {
    display: inline-block;
    margin-top: 55px;
}

.c-cart-empty__note {
    margin-top: 20px;
    margin-bottom: -30px;
    color: var(--text-color);
}

.c-cart-empty__wishlist {
    vertical-align: middle;
}

.c-cart-empty__try {
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--text-color);
}

.c-cart-empty__search {
    display: inline-block;
    margin-top: 40px;
    max-width: 100%;
    width: 400px;
}

@media (max-width:500px) {
    .c-cart-empty {
        padding: 0;
    }
}

.c-cart {
    color: var(--text-color-light);
}

    .c-cart a:not(.c-button) {
        text-underline-position: under !important;
        -webkit-text-decoration-color: var(--text-color-extra-light) !important;
        text-decoration-color: var(--text-color-extra-light) !important;
    }

        .c-cart a:not(.c-button):hover {
            color: var(--text-color);
        }

    .c-cart .c-product__quantity {
        margin-right: 0;
    }

        .c-cart .c-product__quantity > * {
            width: 40px;
            height: 40px;
        }

    .c-cart .c-product__quantity-value {
        background-color: white;
    }

.c-cart__wrap {
    width: 100%;
    display: -webkit-box;
    display: flex;
    position: relative;
}

.c-cart__col-1 {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.c-cart__col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 400px;
    max-width: 100%;
}

.c-cart__shop-table, .c-cart__totals-table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}

.c-cart__shop-tr {
    position: relative;
}

.c-cart__shop-tr--border td, .c-cart__shop-tr--border th {
    border-bottom: solid 1px var(--text-color-extra-light);
}

.c-cart__shop-th, .c-cart__totals-th {
    font-weight: normal;
    text-align: left;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--background-color-dark);
}

.c-cart__totals-th--product-total {
    text-align: right;
}

.c-cart__shop-thead .c-cart__shop-th {
    font-size: 13px;
    border-color: var(--text-color-extra-light);
}

.c-cart__totals-th {
    padding-top: 20px;
    padding-bottom: 9px;
}

.c-cart__shop-td--product-subtotal .amount {
    display: block;
}

.c-cart__shop-th--product-total, .c-cart__shop-td--product-total, .c-cart__shop-td--right {
    text-align: right;
}

.c-cart__shop-td--product-quantity {
    text-align: center;
}

.c-cart__shop-td--left {
    text-align: left;
}

.c-cart__item-price {
    font-family: var(--font-text);
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
}

.c-cart__item-out-of-stock {
    display: inline-block;
    margin-left: 10px;
    background-color: var(--badge-bgcolor-outofstock);
    color: white;
    padding: 3px 7px 3px 8px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 5px;
    vertical-align: middle;
}

.c-cart__shop-td {
    padding: 13px 0;
    padding-right: 25px;
}

    .c-cart__shop-td:last-child {
        padding-right: 0;
        text-align: right;
    }

.c-cart__shop-th:last-child {
    padding-right: 0;
    text-align: right;
}

.c-cart__shop-td-space {
    padding: 10px;
}

.c-cart__shop-td .variation {
    display: inline-block !important;
    margin-right: 11px;
}

.c-cart__shop-td--product-thumbnail {
    position: relative;
    width: 70px;
    padding-right: 15px;
}

.c-cart__shop-td--product-name {
    width: 75%;
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-color);
}

.c-cart__shop-td--product-normal {
    width: unset;
}

.c-cart__shop-td--product-name > a {
    display: block;
}

.c-cart__shop-td--product-price {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-color);
}

    .c-cart__shop-td--product-price del {
        opacity: 0.3;
        margin-right: 3px;
    }

    .c-cart__shop-td--product-price ins {
        text-decoration: none;
    }

.c-cart__shop-th--product-price, .c-cart__shop-td--product-price, .c-cart__shop-th--product-stock, .c-cart__shop-td--product-stock {
    text-align: center;
    padding-right: 25px;
}

.c-cart__shop-td--product-stock {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.c-cart__shop-th--product-quantity {
    text-align: center;
    padding-right: 25px;
}

.c-cart__shop-td--actions {
    padding: 30px 0 0 0;
    text-align: right;
    position: relative;
    white-space: nowrap;
    border-top: solid 1px var(--text-color-extra-light);
}

.c-cart__shop-remove-icon {
    color: var(--text-color-light);
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    font-size: 8px;
    line-height: 1;
    left: -18px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition);
}

    .c-cart__shop-remove-icon:after {
        content: '';
        display: block;
        position: absolute;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
    }

    .c-cart__shop-remove-icon:hover {
        -webkit-transform: scale(2,2);
        transform: scale(2,2);
    }

.c-cart__shop-tr:hover .c-cart__shop-remove-icon {
    opacity: 1;
    visibility: visible;
}

.c-cart__shop-variation {
    display: block;
    font-size: 14px;
}

.c-cart__collaterals {
    padding: 25px 40px 40px 40px;
    position: relative;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    background-color: white;
}

    .c-cart__collaterals .blockUI.blockOverlay {
        width: auto !important;
        height: auto !important;
        left: -40px !important;
        top: -40px !important;
        right: -40px !important;
        bottom: -40px !important;
    }

.c-form__terms-and-conditions {
    margin-top: 27px !important;
}

.blockUI.blockOverlay {
    background-color: var(--background-color) !important;
}

.c-cart__collaterals:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 8px;
    background-repeat: repeat-x;
    background-position: top left;
}

.c-cart__shop-update {
    display: inline-block;
    position: relative;
}

.c-cart__shop-update-svg {
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    pointer-events: none;
}

.c-cart__coupon-header {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    position: relative;
}

.c-cart__sub-header, .c-cart__header, .c-cart__col-1--checkout h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    text-align: left;
    color: var(--text-color);
}

.c-cart__sub-sub-header {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left;
}

.c-cart__select-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    font-size: 6px;
    height: 6px;
    line-height: 1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear,-webkit-transform 0.3s linear;
}

.c-cart__select-icon--opened {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.c-cart__coupon {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 21px;
}

    .c-cart__coupon:after {
        content: '';
        display: block;
        position: absolute;
        left: -40px;
        right: -40px;
        bottom: 0;
        border-bottom: solid 1px var(--background-color-dark);
    }

.c-cart__coupon-from-wrap {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
}

.c-cart__coupon-from-wrap--opened {
    max-height: 150px;
}

.c-cart__coupon-form {
    padding-top: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-cart__calculator-update-wrap {
    text-align: right;
}

.c-cart__customer-details {
    padding: 40px 50px;
    background-color: white;
}

.c-cart__totals-td {
    padding: 0;
    position: relative;
}

.c-cart__collaterals .woocommerce-remove-coupon, .c-cart__collaterals .tax_label, .c-cart__collaterals .includes_tax, .c-cart__shop-table .tax_label {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.c-cart__collaterals .woocommerce-privacy-policy-text {
    margin-top: 20px;
}

    .c-cart__collaterals .woocommerce-privacy-policy-text > :first-child {
        margin-top: 0;
    }

    .c-cart__collaterals .woocommerce-privacy-policy-text > :last-child {
        margin-bottom: 0;
    }

    .c-cart__collaterals .woocommerce-privacy-policy-text a, .c-cart__collaterals .woocommerce-privacy-policy-text a:hover {
        text-decoration: underline;
    }

.c-cart__payment-methods a, .c-cart__payment-methods a:hover {
    text-decoration: underline;
}

.c-cart__shop-table .tax_label {
    margin-top: 0;
}

.c-cart__shipping-methods-label .tax_label {
    position: absolute;
    right: 0;
    margin-top: 21px;
}

.c-cart__totals-price {
    position: relative;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-color);
}

    .c-cart__totals-price .amount {
        white-space: nowrap;
    }

.c-cart__totals-price--total strong .amount {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.c-cart__shipping-destination {
    margin-top: 25px;
}

.c-cart__shipping-methods, .c-cart__payment-methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .c-cart__payment-methods .woocommerce-notice {
        padding: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.025em;
        color: var(--text-color);
    }

    .c-cart__payment-methods > li, .c-cart__shipping-methods-item {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

.c-cart__shipping-methods-label {
    display: -webkit-box;
    display: flex;
}

    .c-cart__shipping-methods-label .amount {
        display: inline-block;
        margin-left: auto;
        padding-left: 25px;
        font-weight: 500;
        font-size: 15px;
        line-height: 30px;
        text-align: right;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--text-color);
    }

.c-cart__payment-methods-box {
    padding-left: 32px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}

    .c-cart__payment-methods-box > :first-child {
        margin-top: 0;
    }

    .c-cart__payment-methods-box > :last-child {
        margin-bottom: 0;
    }

.c-cart__shipping-methods-wrap, .c-cart__payment-methods-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    white-space: nowrap;
    position: relative;
}

.c-cart__payment-methods-title, .c-cart__shipping-methods-label {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    color: var(--text-color);
    width: calc(100% - 32px);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.c-cart__payment-methods-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .c-cart__payment-methods-title img, .c-cart__shipping-methods-label img {
        max-width: 100%;
    }

    .c-cart__payment-methods-title .about_paypal {
        color: var(--text-color-light);
    }

.c-cart__shipping-calculator-button, .c-cart__shipping-calculator-button:hover {
    font-size: 12px;
    text-decoration: underline;
}

.c-cart__payment-method-radio {
    display: inline-block !important;
}

.c-cart__totals-space {
    padding: 20px 0;
    position: relative;
}

.c-cart__totals-space--hr:after {
    content: '';
    display: block;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 50%;
    border-top: solid 1px var(--background-color-dark);
}

.c-cart__totals-product-space {
    padding: 9px 0;
}

.c-cart__totals-action {
    text-align: right;
}

.c-cart__totals-product-name {
    font-family: var(--font-header);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-color);
}

.c-cart .variation {
    text-transform: none;
    display: block;
    margin: 3px 0 0 0;
    padding: 0;
    font-family: var(--font-text);
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

    .c-cart .variation * {
        display: inline;
        margin: 0;
        padding: 0;
    }

.c-cart__totals-product-quantity {
    font-weight: normal;
    white-space: nowrap;
}

.c-cart__totals-product {
    font-size: 14px;
}

.c-cart__place-order {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

.c-cart__place-order-btn {
    margin-top: 37px;
}

.c-cart__checkout-btn {
    margin-top: 25px;
}

.c-cart .form-row {
    margin-bottom: 0;
    margin-top: 10px;
}

.c-cart .woocommerce-terms-and-conditions {
    padding: 15px;
    margin-top: 25px;
    background-color: var(--background-color-light);
    color: var(--text-color);
    border-radius: 2px;
}

.c-cart .woocommerce-terms-and-conditions-link {
    text-decoration: underline;
}

.c-cart__form label {
    display: block;
    padding-bottom: 6px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
}

.c-cart__form .required {
    text-decoration: none;
    color: darkred;
}

.c-cart__form .form-row {
    margin-top: 0;
    margin-bottom: 10px;
}

.c-cart__billing-fields {
    margin-top: 15px;
}

.c-cart__shipping-fields {
    margin-top: 15px;
}

.c-cart__additional-fields {
    margin-top: 15px;
}

.c-cart__form--shipping-fields {
    margin-top: 45px;
}

.c-cart__form--additional-fields {
    margin-top: 25px;
}

.c-cart__cross-sell {
    margin-top: 65px;
}

    .c-cart__cross-sell h2 {
        font-size: 31px;
        line-height: normal;
        text-align: center;
        margin-bottom: 40px;
    }

    .c-cart__cross-sell .c-product-grid__list {
        -webkit-box-pack: center;
        justify-content: center;
    }

.c-cart__thumbnail-link img {
    width: 66px !important;
    height: 50px !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media (min-width:1190px) {
    .c-cart__col-2 {
        margin-left: 60px;
    }

    .c-cart__form .form-row-first {
        float: left;
        width: 50%;
        padding-right: 15px;
    }

    .c-cart__form .form-row-last {
        float: right;
        width: 50%;
        padding-left: 15px;
    }

    .c-cart .c-product__quantity-value {
        width: 50px;
    }
}

@media (max-width:1189px) {
    .blockUI.blockOverlay {
        background-color: white !important;
    }

    .c-cart__customer-details {
        padding: 0;
    }

    .c-cart__collaterals {
        padding: 0;
    }

    .c-cart__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }

    .c-cart__col-1 {
        max-width: 400px;
        width: 100%;
    }

    .c-cart__col-2 {
        margin-top: 70px;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

        .c-cart__col-2 .c-cart__totals, .c-cart__col-2 .c-cart__collaterals {
            overflow: hidden;
        }

        .c-cart__col-2:before {
            content: '';
            display: block;
            position: absolute;
            left: -30px;
            right: -30px;
            top: -30px;
            bottom: -30px;
            background-color: white;
            z-index: 0;
        }

    .c-cart__thumbnail-link {
        display: none;
    }

    .c-cart__shop-td--product-thumbnail {
        padding-right: 25px !important;
        width: unset;
    }

    .c-cart__shop-remove-icon {
        left: 0;
    }

    .c-cart__shop-remove-icon {
        opacity: 1;
        visibility: visible;
    }

    .c-cart__shop-update {
        display: block;
    }
}

@media (max-width:500px) {
    .c-cart__shop-td:not(:last-child) {
        padding-right: 15px;
    }
}

@media (max-width:410px) {
    .c-cart__shop-thead {
        display: none;
    }

    .c-cart .c-product__quantity-minus, .c-cart .c-product__quantity-plus {
        display: none !important;
    }

    .c-cart .c-product__quantity {
        width: auto !important;
    }
}

.c-catalog-ordering {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.c-catalog-ordering__col--result {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

    .c-catalog-ordering__col--result > p {
        margin: 0;
        opacity: 0.62;
    }

.c-catalog-ordering__col--ordering select:not(.hasCustomSelect) {
    opacity: 0;
    visibility: hidden;
}

.c-catalog-ordering__col--ordering {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    height: 18px;
}

    .c-catalog-ordering__col--ordering select {
        padding: 0;
        margin: 0;
    }

    .c-catalog-ordering__col--ordering .c-custom-select {
        opacity: 0.62;
        text-align: right;
    }

.c-catalog-ordering__filter-show-button {
    display: none;
}

@media (max-width:1189px) {
    .c-catalog-ordering {
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .c-catalog-ordering__filter-show-button {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        display: inline-block;
        opacity: 0.62;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 3px 9px;
        border: solid 1px currentColor;
        margin-left: 5px;
        margin-bottom: 20px;
        margin-top: -3px;
    }

    .c-catalog-ordering__col {
        margin-bottom: 20px;
    }

    .c-catalog-ordering__col--result {
        width: 100%;
    }

    .c-catalog-ordering__col--ordering .c-custom-select {
        text-align: left;
    }

    .c-catalog-ordering__col--ordering .c-custom-selectInner {
        width: auto !important;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
    }

    .c-catalog-ordering__filter-ico {
        font-size: 10px;
        line-height: 1;
        margin-left: 9px;
        vertical-align: middle;
    }
}

.c-catalog {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
}

.c-catalog__grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 1;
}

.c-catalog__grid--loading {
    opacity: 0.2;
    pointer-events: none;
}

.c-filter + .c-catalog__grid {
    padding-top: 60px;
}

.c-catalog__load-more {
    text-align: center;
    margin-top: 60px;
}

@media (min-width:1190px) {
}

@media (max-width:1189px) {
}

@media (max-width:767px) {
    .c-catalog {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .c-catalog__grid {
        margin: -12.5px;
    }
}

.c-contact .elementor-row {
    -webkit-box-align: start;
    align-items: flex-start;
}

.c-custom-select {
    position: relative;
    white-space: nowrap;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
}

.c-custom-selectInner {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 16px;
}

.c-custom-select__angle {
    position: absolute;
    right: 0;
    font-size: 35%;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width:1190px) {
    .c-custom-selectHover {
    }
}

.c-feature {
    list-style: none;
    margin: 0 -10px -50px 10px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.c-feature__item {
    -webkit-box-flex: 0;
    flex: 0 0 130px;
    display: block;
    margin: 0 10px 50px 10px;
    text-align: center;
}

.c-feature__icon-wrap {
    overflow: hidden;
}

.c-feature__icon {
    font-size: 50px;
    line-height: 50px;
}

.c-feature__image {
    width: auto !important;
    height: 50px !important;
    ;
}

.c-feature__svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.c-feature__text {
    margin-top: 15px;
    line-height: 1.0;
}

.c-filter-features__label {
    display: block;
    line-height: 1.2;
    padding-left: 28px;
    position: relative;
}

.c-filter-features__checkbox-wrap {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

    .c-filter-features__checkbox-wrap i {
        margin-left: -18px !important;
    }

.c-filter-features__label + .c-filter-features__label {
    margin-top: 12px;
}

.c-filter {
    position: relative;
    overflow: hidden;
}

.c-filter__list {
    position: relative;
    list-style: none;
    text-align: center;
    margin: -10px -32px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.c-filter__item {
    display: inline-block;
    margin: 10px 32px;
}

.c-filter__item--current {
    font-weight: bold;
}

@media (max-width:767px) {
    .c-filter__list {
        margin: -10px -15px;
    }

    .c-filter__item {
        margin: 10px 15px;
    }
}

.c-footer {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.c-footer--simple {
    padding: 30px;
    background-color: #222;
    color: #fff;
}

.c-footer__copyright {
    text-align: center;
    opacity: 0.5;
}

.c-footer__container > .elementor-container {
    max-width: 1395px;
    padding-left: 30px;
    padding-right: 30px;
}

.c-footer__phone {
    font-size: 18px;
    line-height: 22.5px;
    font-weight: bold;
    color: #fff;
}

.c-footer .elementor-icon-list-icon i {
    position: relative;
    top: 1px;
}

.c-form__label, .wpcf7-form label, .c-account label, .woocommerce-form-row label, .woocommerce-form-track-order label, .c-form label {
    display: block;
    padding-bottom: 6px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

.c-form__checkbox, .c-form__radio {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

abbr.required {
    text-decoration: none;
    color: darkred;
}

.c-button--full, .c-form__input--full, .c-form__textarea--full, .comment-form .submit, .comment-form textarea, .comment-form input[type=text], .comment-form input[type=tel], .comment-form input[type=password], .comment-form input[type=number], .comment-form input[type=url], .comment-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=password], .wpcf7-form input[type=number], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form textarea, .c-account input[type=text], .c-account input[type=tel], .c-account input[type=password], .c-account input[type=number], .c-account input[type=url], .c-account input[type=email], .c-account textarea, .c-account select, .woocommerce-ResetPassword input[type=text], .woocommerce-ResetPassword input[type=password], .woocommerce-button {
    width: 100%;
}

    .c-product-list-widget__buttons .button:active, .widget .button:active, .woocommerce-notice .button:active, .woocommerce-widget-layered-nav-dropdown__submit:active, .c-button:active, .comment-form .submit:active, .wpcf7-form input[type=submit]:active, .wpcf7-form button:active, .mc4wp-form-fields input[type=submit]:active, .mc4wp-form-fields button:active, .woocommerce-button:active, .woocommerce-Button:active, .order-again .button:active, .c-account .edit:active, .woocommerce-address-fields .button:active, .mc4wp-form-fields input[type=submit]:active, .mc4wp-form-fields button:active {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

.c-button, .comment-form .submit, .wpcf7-form input[type=submit], .wpcf7-form button, .mc4wp-form-fields input[type=submit], .mc4wp-form-fields button, .woocommerce-button, .woocommerce-Button, .order-again .button, .c-account .edit, .woocommerce-address-fields .button, .mc4wp-form-fields input[type=submit], .mc4wp-form-fields button {
    display: inline-block;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.265em;
    text-indent: -0.265em;
    direction: rtl;
    text-transform: uppercase;
    padding: 17px 30px 17px 30px;
    color: white;
    border: solid 1px var(--text-color);
    text-decoration: none !important;
    background-color: var(--text-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.c-button--big {
    font-size: 14px;
    letter-spacing: 0.285em;
    padding-top: 21px;
    padding-bottom: 21px;
}

.widget .button, .woocommerce-notice .button, .woocommerce-widget-layered-nav-dropdown__submit {
    display: inline-block;
    outline: none;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.24em;
    text-indent: -0.24em;
    text-decoration: none;
    direction: rtl;
    text-transform: uppercase;
    padding: 16px 12px 16px 12px;
    color: var(--text-color);
    border: solid 1px var(--text-color);
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.woocommerce-notice .button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-cart .c-button, .c-cart textarea, .c-cart input[type=text], .c-cart input[type=email], .c-cart input[type=tel], .c-cart input[type=password], .c-cart select, .c-cart .select2-selection--single, .c-cart .select2-selection--multiple {
    height: auto;
    width: 100%;
}

.woocommerce-invalid input {
    border-color: lightcoral !important;
}

.woocommerce-widget-layered-nav-dropdown__submit {
    width: 100%;
    margin-top: 15px;
}

    .widget .button:hover, .woocommerce-notice .button:hover, .woocommerce-widget-layered-nav-dropdown__submit:hover {
        background-color: var(--text-color);
        color: white;
    }

.c-button--outline, .comment-form .submit, .woocommerce-button, .woocommerce-Button, .woocommerce-address-fields .button, .c-account .edit, .order-again .button {
    background-color: transparent !important;
    color: var(--text-color) !important;
}

.c-button--outline-white {
    background-color: transparent !important;
    border-color: white !important;
    color: white !important;
}

.c-button--outline:not(:disabled):hover, .comment-form .submit:not(:disabled):hover, .woocommerce-button:not(:disabled):hover, .woocommerce-Button:not(:disabled):hover, .woocommerce-address-fields .button:hover, .c-account .edit:hover, .order-again .button:hover {
    background-color: var(--text-color) !important;
    border-color: var(--text-color) !important;
    color: white !important;
    opacity: 1 !important;
}

.c-button--outline-white:not(:disabled):hover {
    background-color: white !important;
    border-color: white !important;
    color: var(--text-color) !important;
    opacity: 1 !important;
}

.c-button:hover, .comment-form .submit:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form button:hover, .mc4wp-form-fields input[type=submit]:hover, .mc4wp-form-fields button:hover, .woocommerce-button:hover, .woocommerce-Button:hover, .order-again .button:hover, .c-account .edit:hover, .woocommerce-address-fields .button:hover, .mc4wp-form-fields input[type=submit]:hover, .mc4wp-form-fields button:hover {
    background-color: var(--text-color-light);
    border-color: var(--text-color-light);
}

.c-button:focus, .post-password-form input[type=submit], .comment-form .submit:focus, .wpcf7-form input[type=submit]:focus, .wpcf7-form button:focus, .woocommerce-button:focus, .woocommerce-Button:focus, .mc4wp-form-fields input[type=submit]:focus, .mc4wp-form-fields button:focus {
    outline: none;
}

div.wpcf7 span.ajax-loader {
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: 17px !important;
    margin-left: 10px !important;
}

.wpcf7-form {
    display: block;
    margin-top: -5px;
    margin-bottom: -5px;
}

    .wpcf7-form-control-wrap > *, .wpcf7-form button, .wpcf7-form input[type="submit"] {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.c-form__row {
    margin: 10px 0 0 0;
}

.woocommerce-form-row {
    margin: 10px 0 0 0;
}

.woocommerce-form-track-order {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .woocommerce-form-track-order > :not(:first-child) {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin-right: 10px;
        min-width: 30%;
    }

    .woocommerce-form-track-order > :first-child {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

    .woocommerce-form-track-order > .clear {
        display: none;
    }

.c-form__row--inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-form__row--inline-center {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}

    .c-form__row--inline-center .ajax-loader {
        top: 0;
        right: 0;
    }

    .c-form__row--inline-center > *:not(:first-child) {
        margin-left: 10px;
    }

.wpcf7-not-valid-tip {
    color: #D1333C;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.015em;
    margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 15px 0;
    padding: 11px 25px 13px 25px;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.015em;
    border-color: var(--accent-color) !important;
}

@media (min-width:1190px) {
}

@media (max-width:1189px) {
}

.c-header-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1200;
    visibility: hidden;
    overflow: auto;
    opacity: 0;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
}

    .c-header-search.disabled {
        display: none !important;
        pointer-events: none;
    }

.c-header-search--active {
    opacity: 1;
    visibility: visible;
}

.c-header-search__shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.c-header-search__wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap;
}

.c-header-search__tip {
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.c-header-search__input-block {
    position: relative;
    margin-top: 54px;
}

.c-header-search__input {
    margin: 0;
    padding: 0 70px 10px 0;
    border: none;
    border-bottom: solid 1px #D0D4DA;
    background: transparent;
    display: block;
    width: 100%;
}

    .c-header-search__input.no-ajax {
        padding-right: 145px;
    }

.c-header-search__clear {
    position: absolute;
    top: 2px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

    .c-header-search__clear.active {
        opacity: 1;
        visibility: visible;
    }

    .c-header-search__clear.no-ajax {
        right: 63px;
    }

.c-header-search__clear-text {
    opacity: 0.7;
    font-size: 14px;
    vertical-align: middle;
}

.c-header-search__clear-svg {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 20px;
    overflow: hidden;
    margin-right: 7px;
    color: currentColor;
    vertical-align: middle;
}

.c-header-search__submit {
    position: absolute;
    color: #fff;
    width: 35px;
    height: 35px;
    right: 0;
    top: 0;
    border-radius: 4px;
    padding: 9px;
}

.c-header-search__view-all, .c-header-search__no-results {
    margin-top: 35px;
    text-align: center;
}

.c-header-search__no-results {
}

.c-header-search__row {
    display: -webkit-box;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    align-items: center;
}

.c-header-search__thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
}

    .c-header-search__thumb > img {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.c-header-search__col {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-header-search__short-desc {
    margin-top: 7px;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    opacity: 0.62;
}

    .c-header-search__short-desc > :first-child {
        margin-top: 0;
    }

    .c-header-search__short-desc > :last-child {
        margin-bottom: 0;
    }

.c-header-search__price {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

    .c-header-search__price del {
        opacity: 0.3;
    }

.c-header-search__title {
    font-family: var(--font-header);
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
}

@media (min-width:1190px) {
    .c-header-search__thumb {
        background-color: var(--background-color);
        width: 100px;
        height: 100px;
        margin-right: 40px;
    }

    .c-header-search__close {
        position: absolute;
        right: 49px;
        top: 37px;
        width: 19px;
        height: 19px;
        font-size: 19px;
        line-height: 1;
        cursor: pointer;
    }

    .c-header-search__form {
        align-self: center;
        padding: 85px 0 75px 0;
        width: 100%;
        max-width: 670px;
        position: relative;
    }

    .c-header-search__result {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 100%;
        max-width: 670px;
        overflow: auto;
    }

    .c-header-search__loading {
        position: absolute;
        left: -40px;
        top: 0;
    }

    .c-header-search__shadow {
        background-color: var(--shadow-color-desktop);
    }

    .c-header-search__clear:hover {
        color: var(--accent-color);
    }

    .c-header-search__link:hover .c-header-search__title {
        color: var(--accent-color);
    }
}

@media (max-width:1189px) {
    .c-header-search__thumb {
        background-color: var(--text-color-light);
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .c-header-search__wrap {
        color: white;
    }

    .c-header-search__close {
        position: absolute;
        right: 30px;
        top: 11px;
        width: 38px;
        height: 38px;
        margin-left: auto;
        text-align: center;
        font-size: 20px;
        line-height: 44px;
        cursor: pointer;
    }

    .c-header-search__form {
        margin: auto;
        max-width: 630px;
        padding: 60px 30px 30px 30px;
        position: relative;
    }

    .c-header-search__row {
        margin-bottom: 20px;
    }

    .c-header-search__result {
        margin: 0 auto;
        max-width: 475px;
        padding: 0 30px;
    }

    .c-header-search__loading {
        position: absolute;
        left: -21px;
        top: 5px;
        width: 16px;
        height: 16px;
    }

    .c-header-search__result {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        overflow: auto;
    }

    .c-header-search__shadow {
        background-color: var(--shadow-color-mobile);
    }

    .c-header-search__clear-svg {
        color: var(--text-color);
        background-color: var(--background-color);
        border-radius: 50%;
    }

    .c-header-search__short-desc {
        margin-top: 0;
        line-height: 22px;
    }

    .c-header-search__price {
        margin-top: 0;
        line-height: 22px;
    }
}

.c-header__icon {
    vertical-align: middle;
    margin-right: 8px;
}

.c-header__wishlist {
    position: relative;
}

.c-header__cart {
    position: relative;
    top: -1px;
}

.c-header__cart-sum {
    display: none;
}

.c-header__cart-count {
    position: absolute;
    left: 8px;
    top: -7px;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    max-width: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 8px;
    padding: 0 4px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.025em;
    text-align: center;
    opacity: 1;
    z-index: 1;
    background-color: white;
}

.c-header__callback-popup {
    position: fixed;
    min-width: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1200;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: var(--custom-transform-transition);
    transition: var(--custom-transform-transition);
    background-color: var(--shadow-color-desktop);
}

.c-header__callback-popup--disabled {
    display: none !important;
    pointer-events: none;
}

.c-header__callback-popup--active {
    opacity: 1;
    visibility: visible;
}

.c-header__callback-close {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.c-header__callback-bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.c-header__callback-wrap {
    position: relative;
    z-index: 2;
    padding: 65px 65px 85px 65px;
    max-width: 425px;
    overflow: auto;
    max-height: calc(100% - 50px);
    background-color: white;
    border: solid 1px var(--text-color);
    box-shadow: 0 45px 90px rgba(0,0,0,0.07);
}

.c-header__callback-wrap--wide {
    max-width: 1000px;
}

.c-header__callback-wrap--quickview {
    display: inline-block;
    max-width: 1000px;
    padding: 0;
}

.c-header__callback-wrap:not(.c-header__callback-wrap--quickview) *[type=submit] {
    width: 100%;
}

.c-header__callback-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 40px 0;
}

.c-header__logo-img--sticky {
    display: none !important;
}

.c-header--sticky .c-header__logo--sticky .c-header__logo-img--sticky {
    display: block !important;
}

.c-header--sticky .c-header__logo--sticky .c-header__logo-img:not(.c-header__logo-img--sticky) {
    display: none !important;
}

.c-header__advert_bar {
}

@media (min-width:1190px) {
    .c-header--header-type-1, .c-header--header-type-3 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .c-header--header-type-2, .c-header--header-type-4, .c-header--header-type-5 {
        position: relative;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        z-index: 99;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .c-header:not(.c-header--sticky) {
        top: 0 !important;
    }

    .c-header--sticky {
        position: fixed;
        left: 0;
        right: 0;
        -webkit-transform: translateY(calc(-100% - 60px));
        transform: translateY(calc(-100% - 60px));
        opacity: 0;
        box-shadow: 0 4px 7px rgba(0,0,0,0.06);
        background-color: white;
    }

    .c-header--active {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1;
    }

    .c-header--transition {
        -webkit-transition: opacity 0.3s linear,-webkit-transform 0.3s linear;
        transition: opacity 0.3s linear,-webkit-transform 0.3s linear;
        transition: transform 0.3s linear,opacity 0.3s linear;
        transition: transform 0.3s linear,opacity 0.3s linear,-webkit-transform 0.3s linear;
    }

    .c-header--sticky .c-header__cart-count {
        background-color: var(--text-color);
        color: white;
    }

    .c-header--header-type-1 {
        min-height: 90px;
    }

    .c-header--preview {
        pointer-events: none;
    }

    .c-header--mobile, .c-header__outer--mobile {
        display: none;
    }

    .c-header__row {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px;
        min-height: 90px;
    }

        .c-header__row:empty {
            display: none;
        }

    .c-header--header-type-4 .c-header__row, .c-header--header-type-5 .c-header__row {
        background-color: var(--header-color-bg-menu);
    }

    .c-header__col-right-wrap {
        font-size: 19px;
        line-height: 1;
        margin: -15px;
    }

        .c-header__col-right-wrap > * {
            -webkit-box-flex: 0;
            flex: 0 0 auto;
        }

    .c-header__button-link {
        padding: 15px;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: var(--opacity-transform-transition);
        transition: var(--opacity-transform-transition);
    }

    .c-header__wishlist-icon, .c-header__cart-icon {
        display: inline-block;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: var(--opacity-transform-transition);
        transition: var(--opacity-transform-transition);
    }

    .c-header__button-link:hover, .c-header__button-link:hover .c-header__cart-icon, .c-header__button-link:hover .c-header__wishlist-icon {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .c-header__col-left, .c-header__col-center, .c-header__col-right-wrap {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .c-header__col-left, .c-header__col-right {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .c-header--header-type-5 .c-header__col-center {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .c-header--header-type-5 .c-header__col-left, .c-header--header-type-5 .c-header__col-right {
        -webkit-box-flex: 1;
        flex: 1 10 50%;
        min-width: unset;
    }

    .c-header--header-type-5 .c-header__col-left {
        margin-right: 25px;
    }

    .c-header--header-type-5 .c-header__logo {
        margin-right: 0;
    }

    .c-header--header-type-5 .c-top-menu__list {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .c-header__col-center {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

    .c-header__col-right-wrap {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    .c-header__col-center {
        color: var(--header-color-light);
    }

    .c-header--header-type-1 .c-header__col-left, .c-header--header-type-3 .c-header__col-left, .c-header--header-type-1 .c-header__col-right, .c-header--header-type-3 .c-header__col-right {
        color: var(--header-color-dark);
    }

    .c-header--header-type-4 .c-header__col-left, .c-header--header-type-4 .c-header__col-right, .c-header--header-type-4 .c-header__col-center, .c-header--header-type-5 .c-header__col-left, .c-header--header-type-5 .c-header__col-right, .c-header--header-type-5 .c-header__col-center {
        color: var(--header-color-menu);
    }

    .c-header--header-type-4 .c-header__cart-count, .c-header--header-type-5 .c-header__cart-count {
        background-color: var(--header-color-menu);
        color: var(--header-color-bg-menu);
    }

    .c-header__outer--header-type-4:before, .c-header__outer--header-type-5:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 46px;
        background-color: var(--top-background-color);
    }

    .c-header__col-right {
        margin-left: 25px;
        min-width: var(--logo-size);
    }

    .c-header__logo-empty {
        display: block;
        font-size: 26px;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 10px;
        margin-right: -10px;
        text-transform: uppercase;
        position: relative;
        top: 1px;
        white-space: nowrap;
    }

    .c-header__logo {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 25px;
        line-height: 1;
        width: var(--logo-size);
    }

    .c-header__logo-img {
        width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        max-width: var(--logo-size);
        max-height: var(--logo-size);
    }

    .c-header__logo-img--mobile {
        display: none;
    }

    .c-header__cart .widget_shopping_cart_content:empty {
        display: none;
    }

    .c-header__cart .widget_shopping_cart_content {
        position: absolute;
        right: -5px;
        width: 315px;
        z-index: 1100;
        white-space: normal;
        opacity: 0;
        visibility: hidden;
        margin-top: 16px;
        font-size: 16px;
        font-weight: normal;
        background-color: white;
        color: var(--text-color);
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
        padding: 30px;
        box-shadow: 0 2px 7px rgba(0,0,0,0.07);
    }

    .c-header__cart .woocommerce-mini-cart-item {
    }

    .c-header__cart .c-product-list-widget {
        position: relative;
        max-height: calc(100vh - 350px);
        overflow: auto;
        padding-left: 30px;
        margin-left: -30px;
    }

    .c-header__cart .widget_shopping_cart_content:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: -16px;
        height: 16px;
    }

    .c-header__cart .widget_shopping_cart_content:after {
        content: '';
        display: block;
        position: absolute;
        right: 23px;
        top: -8px;
        border: solid 4px transparent;
        border-bottom-color: white;
    }

    .c-header__cart:hover .widget_shopping_cart_content {
        opacity: 1;
        visibility: visible;
    }

    .c-header__search-button {
        cursor: pointer;
    }

    .c-header__outer--header-type-2, .c-header__top-row--header-type-3, .c-header__top-row--header-type-4, .c-header__top-row--header-type-5 {
        color: var(--top-color);
        background-color: var(--top-background-color);
    }

    .c-header__outer--header-type-3 {
        height: 46px;
    }

    .c-header--header-type-2 .c-header__logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .c-header--header-type-1.c-header--sticky .c-header__col-left, .c-header--header-type-1.c-header--sticky .c-header__col-right, .c-header--header-type-1.c-header--sticky .c-header__col-center, .c-header--header-type-3.c-header--sticky .c-header__col-left, .c-header--header-type-3.c-header--sticky .c-header__col-right, .c-header--header-type-3.c-header--sticky .c-header__col-center, .c-header--header-type-2.c-header--sticky {
        background: white;
        color: var(--text-color);
    }

        .c-header--header-type-3.c-header--sticky .c-header__top-row, .c-header--header-type-4.c-header--sticky .c-header__top-row, .c-header--header-type-5.c-header--sticky .c-header__top-row, .c-header--header-type-2.c-header--sticky .c-header__top-row, .c-header--header-type-2.c-header--sticky .c-header__2-col-left, .c-header--header-type-2.c-header--sticky .c-header__2-col-center {
            display: none;
        }

        .c-header--header-type-2.c-header--sticky .c-header__2-row-2 {
            height: 0;
            min-height: 0;
            padding-bottom: 0;
            padding-top: 0;
        }

        .c-header--header-type-2.c-header--sticky .c-header__col-right-wrap {
            position: absolute;
            right: 0;
            bottom: 20px;
        }

        .c-header--header-type-2.c-header--sticky .c-soc {
            opacity: 0;
            visibility: hidden;
        }

    .c-header--header-type-2:not(.c-header--sticky) .c-header__2-search-button {
        display: none;
    }

    .c-header--header-type-2.c-header--init:not(.c-header--sticky):after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 64px;
        border-bottom: solid 1px var(--top-color-hr);
    }

    .c-header__top-row--header-type-3, .c-header__top-row--header-type-4, .c-header__top-row--header-type-5 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .c-header__top-row-list {
        list-style: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 -17px;
        padding: 15px 0 15px 0;
    }

    .c-header__top-row-item {
        margin: 0 17px;
    }

    .c-header__top-row-item--email, .c-header__top-row-item--phone, .c-header__top-row-item--address, .c-header__top-row-item--hours, .c-header__top-row-item--other {
        position: relative;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.05em;
        color: var(--top-color-light);
    }

    .c-header__top-row-item--social {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .c-header__top-row-item--other {
        color: var(--top-color);
    }

    .c-header__top-row-item a:hover {
        color: var(--top-color);
    }

    .c-header__top-row-icon {
        color: var(--top-color);
        margin-right: 5px;
        position: relative;
        top: 1px
    }

    .c-header__top-row-icon--email {
        font-size: 9px;
    }

    .c-header__top-row-icon--phone {
        font-size: 11px;
    }

    .c-header__top-row-icon--address {
        font-size: 12px;
    }

    .c-header__top-row-icon--hours {
        font-size: 10px;
    }

    .c-header__top-row-list--blocks-center {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .c-header__top-row-list--blocks-first > :first-child {
        margin-right: auto;
    }

    .c-header__top-row-list--blocks-last > :last-child {
        margin-left: auto;
    }

    .c-header__2-row-2 {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        min-height: 100px;
        padding-bottom: 30px;
        padding-top: 5px;
    }

    .c-header__2-col-left {
        -webkit-box-flex: 1;
        flex: 1 0 330px;
    }

    .c-header__2-col-center {
        -webkit-box-flex: 1;
        flex: 1 0 500px;
        text-align: center;
    }

    .c-header__2-col-right {
        -webkit-box-flex: 1;
        flex: 1 0 330px;
    }

        .c-header__2-col-right .c-header__cart-count {
            color: var(--top-background-color);
            background-color: var(--top-accent-color);
        }

    .c-header__2-row-3 {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        padding: 19px 0;
        min-height: 64px;
    }

    .c-header__2-col-soc {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin-left: 30px;
        text-align: right;
    }

    .c-header .c-soc__link {
        color: var(--top-accent-color);
    }

        .c-header .c-soc__link:hover {
            color: currentColor;
        }

    .c-header__search {
        position: relative;
    }

    .c-header__search-result {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: white;
        color: var(--text-color);
        z-index: 100;
        padding: 25px 35px 40px 25px;
        text-align: left;
        margin-top: 12px;
        max-height: calc(100vh - 200px);
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scale(1,0.5);
        transform: scale(1,0.5);
        -webkit-transition: var(--custom-transform-transition);
        transition: var(--custom-transform-transition);
    }

    .c-header__search:hover .c-header__search-result {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

    .c-header__search-form:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
        height: 12px;
        z-index: 100;
    }

    .c-header__search-result:empty {
        display: none;
    }

    .c-header__search-form {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border-bottom: solid 1px var(--top-color-input);
        padding-bottom: 11px;
    }

    .c-header__search-input {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.025em;
    }

    .c-header__search-clear {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .c-header__search-submit {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .c-header__search-clear {
        cursor: pointer;
        margin-left: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
    }

        .c-header__search-clear.active {
            opacity: 1;
            visibility: visible;
        }

    .c-header__search-clear-text {
        font-weight: 300;
        font-size: 12px;
        vertical-align: middle;
    }

    .c-header__search-clear-svg {
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 20px;
        overflow: hidden;
        margin-right: 7px;
        color: currentColor;
        vertical-align: middle;
    }

    .c-header__search-submit {
        cursor: pointer;
        font-size: 12px;
        line-height: 1;
        vertical-align: middle;
        margin-left: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .c-header__search-submit:hover, .c-header__search-clear:hover {
            color: var(--accent-color);
        }
}

@media (max-width:1189px) {
    .c-header--desktop, .c-header__outer--desktop {
        display: none;
    }

    .c-header {
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        -webkit-transition: var(--hover-transition);
        transition: var(--hover-transition);
    }

    .c-header--header-type-1, .c-header--header-type-3 {
        color: var(--header-color-mobile-tr);
    }

    .c-header__outer--header-type-2, .c-header__outer--header-type-4, .c-header__outer--header-type-5 {
        height: 60px;
    }

    .c-header--header-type-2, .c-header--header-type-4, .c-header--header-type-5 {
        height: 60px;
        color: var(--header-color-mobile);
        background-color: var(--header-color-bg-mobile);
    }

    .c-header--sticky {
        color: var(--header-color-mobile);
        background-color: var(--header-color-bg-mobile);
        box-shadow: 0 4px 7px rgba(0,0,0,0.06);
    }

    .c-header--sticky-support {
        position: fixed;
    }

    .c-header__menu .widget_shopping_cart_content {
        display: none;
    }

    .c-header__mobile_blocks {
        display: none;
    }

    .c-header__logo-empty {
        font-size: 22px;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 10px;
        margin-right: -10px;
        text-transform: uppercase;
        position: relative;
        top: 1px;
        white-space: nowrap;
    }

    .c-header__row {
        height: 60px;
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        align-items: center;
        position: relative;
    }

    .c-header__bottom-buttons {
        height: 60px;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-left: 28px;
        padding-right: 28px;
        max-width: 415px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-header__menu-button {
        width: 98px;
        height: 60px;
    }

    .c-header__menu-button-icon {
        height: 18px;
        width: 38px;
        font-size: 18px;
        line-height: 1;
    }

    .c-header__logo {
        padding-left: 30px;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        position: relative;
        height: 40px;
        width: auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .c-header__logo-img--desktop {
        display: none !important;
    }

    .c-header__logo-img {
        display: block;
        max-height: 40px;
        height: auto;
        max-width: var(--logo-size-mobile);
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .c-header__home-svg {
        width: 20px;
        height: 20px;
    }

    .c-header__cart-sum {
        display: none;
    }

    .c-header__cart {
        position: relative;
    }

    .c-header__buttons-block--1 {
        padding-right: 7px;
    }

    .c-header__buttons-block--2 {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: 50px;
        height: 60px;
    }

    .c-header__menu {
        position: fixed;
        z-index: 1200;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-width: 320px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
        color: white;
    }

    .c-header__menu--disabled {
        display: none !important;
        pointer-events: none;
    }

    .c-header__menu--active {
        opacity: 1;
        visibility: visible;
    }

    .c-header__menu-shadow {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: var(--shadow-color-mobile);
    }

    .c-header__menu-buttons {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 50px;
        padding-right: 30px;
    }

    .c-header__menu-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 20px;
    }

    .c-header__menu-back {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
        font-weight: 300;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .c-header__menu-back--active {
        opacity: 1;
        visibility: visible;
    }

    .c-header__menu-back-svg {
        font-size: 7px;
        line-height: 4px;
        vertical-align: middle;
        margin-right: 9px;
    }

    .c-header__menu-close {
        width: 38px;
        height: 38px;
        margin-left: auto;
        text-align: center;
        font-size: 20px;
        line-height: 44px;
    }

    .c-header__cart-count {
        color: var(--text-color-light);
    }

    .c-header__menu-content {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 75px;
        bottom: 100px;
        overflow: hidden;
    }

    .c-header__menu-wrap {
        display: -webkit-box;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-transition: var(--custom-transform-transition);
        transition: var(--custom-transform-transition);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .c-header__menu-wrap--page-1 {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    .c-header__menu-wrap--page-2 {
        -webkit-transform: translateX(-200vw);
        transform: translateX(-200vw);
    }

    .c-header__menu-wrap--page-3 {
        -webkit-transform: translateX(-300vw);
        transform: translateX(-300vw);
    }

    .c-header__menu-wrap--page-4 {
        -webkit-transform: translateX(-400vw);
        transform: translateX(-400vw);
    }

    .c-header__menu-wrap--page-5 {
        -webkit-transform: translateX(-500vw);
        transform: translateX(-500vw);
    }

    .c-header__menu-page {
        width: 100vw;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding: 0 30px 0 50px;
        height: 100%;
        overflow: auto;
    }

    .c-mobile-menu {
        display: none;
    }

    .c-header__top {
        text-align: center;
        margin-bottom: 35px;
        padding: 0 20px 0 0;
    }

        .c-header__top .c-soc {
            margin-top: 35px;
        }

    .c-header__top-row-list {
        list-style: none;
        margin: 27px 0 -10px 0;
        text-align: center;
        padding: 0;
    }

    .c-header__top-row-item {
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.05em;
        color: #A1A1A1;
        margin: 10px 0;
    }

    .c-header__top-row-item--other {
        color: white;
    }

    .c-header__top-row-icon {
        color: white;
        margin-right: 5px;
        position: relative;
        top: 1px
    }

    .c-header__top-row-icon--email {
        font-size: 9px;
    }

    .c-header__top-row-icon--phone {
        font-size: 11px;
    }

    .c-header__top-row-icon--address {
        font-size: 12px;
    }

    .c-header__top-row-icon--hours {
        font-size: 10px;
    }
}

@media (max-width:400px) {
    .c-header__callback-wrap {
        border-left: none;
        border-right: none;
    }
}

.c-login, .woocommerce-ResetPassword {
    position: relative;
    width: 560px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 50px 90px 45px 90px;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

    .c-login a:hover, .woocommerce-ResetPassword a:hover {
        color: var(--accent-color);
    }

.woocommerce-ResetPassword {
    font-size: 16px;
}

    .woocommerce-ResetPassword label {
        display: none;
    }

    .woocommerce-ResetPassword p {
        margin-top: 0;
        margin-bottom: 10px;
    }

        .woocommerce-ResetPassword p:last-of-type {
            margin-top: 30px;
            margin-bottom: 0;
        }

.c-login__header {
    font-weight: normal;
    font-size: 29px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.37em;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 50px;
}

.c-login__remember {
    margin-top: 23px;
}

.c-login__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-login__more-icon {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    font-size: 75%;
    line-height: 0.75;
}

.c-login__bottom {
    margin-top: 35px;
}

.c-login__form {
    display: none;
}

.c-login__form--active {
    display: block;
}

@media (max-width:500px) {
    .c-login, .woocommerce-ResetPassword {
        padding: 0;
    }
}

.c-lp-widget {
    padding: 0 !important;
    margin: 28px 0 0 0;
    list-style: none;
}

.c-lp-widget__item {
    display: -webkit-box;
    display: flex;
}

    .c-lp-widget__item:not(:last-child) {
        margin-bottom: 35px !important;
    }

.c-lp-widget__thumb {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
}

.c-lp-widget__thumb-img {
    display: block !important;
}

.c-lp-widget__content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    line-height: 1.2;
}

.c-lp-widget__title {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-color);
}

.c-lp-widget__date {
    font-weight: 300;
    font-size: 10px;
    line-height: 23px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: -6px;
    margin-top: 3px;
    color: var(--text-color-light);
}

.c-lp-widget__date-icon {
    display: none;
}

@media (min-width:1190px) {
    .c-lp-widget__title:hover {
        color: var(--accent-color)
    }
}

.c-mailchimp input[type="email"] {
    width: 400px;
}

@media (max-width:820px) {
    .c-mailchimp input[type="email"] {
        width: auto;
    }
}

@media (max-width:1189px) {
    .c-mobile-menu__list, .c-mobile-menu__submenu {
        padding: 0;
        margin: -18px 0;
        list-style: none;
    }

    .c-mobile-menu__submenu--content {
        margin-left: -50px;
        margin-right: -30px;
        color: var(--text-color);
    }

    .c-mobile-menu__item, .c-mobile-menu__subitem {
        position: relative;
        padding-bottom: 18px;
        padding-top: 18px;
        padding-right: 30px;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0.11em;
        text-transform: uppercase;
    }

        .c-mobile-menu__item > a, .c-mobile-menu__subitem > a {
            display: block;
        }

    .c-mobile-menu__item--has-children > a:first-child:after, .c-mobile-menu__subitem--has-children > a:first-child:after {
        content: var(--icon-submenu);
        font-family: "theme-icons";
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 100%;
        font-size: 7px;
    }

    .c-mobile-menu__item .c-mobile-menu__submenu, .c-mobile-menu__subitem .c-mobile-menu__submenu {
        display: none;
    }

    .c-mobile-menu__title-wrap {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        padding-bottom: 13px;
        padding-top: 13px;
    }

    .c-mobile-menu__title {
        position: relative;
        padding-left: 10px;
        margin-right: 66px;
        color: var(--accent-color);
    }

    .c-mobile-menu__title--text-only {
        padding-left: 0;
    }

    .c-mobile-menu__subitem--parent {
        color: var(--accent-color);
    }

    .c-mobile-menu__subitem--parent-div {
        padding-left: 50px;
        padding-right: 30px;
    }

    .c-mobile-menu__submenu--content .l-section--container, .l-section__container, .c-mobile-menu__submenu--content .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.c-news {
}

.c-news__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    max-width: 655px;
}

    .c-news__item:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 65%;
        z-index: 1;
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
        background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
    }

    .c-news__item > * {
        width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        z-index: 2;
    }

.c-news__title--big {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.13;
}

.c-news__title--small {
    font-size: 28px;
    line-height: 1.13;
}

.c-news__meta {
    font-size: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 5px;
}

.c-news__meta-item {
    display: inline-block;
    margin-right: 20px;
}

.c-news__meta-icon {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: text-top;
}

.c-news__button {
    margin-top: 20px;
}

.c-news__categories {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 18px;
    font-size: 18px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    position: relative;
}

.c-news__categories-item {
    display: inline;
}

@media (min-width:1190px) {
    .c-news {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: wrap;
        height: 530px;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .c-news__wrap {
        width: 100%;
    }

    .c-news__item--0 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 655px;
        height: 530px;
        padding: 50px;
        margin-right: 30px;
        border-bottom-left-radius: 25px;
    }

    .c-news__item--1, .c-news__item--2 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 455px;
        height: 250px;
        padding: 30px;
        margin-right: 30px;
    }

    .c-news__item--1 {
        border-top-right-radius: 25px;
    }

    .c-news__item--2 {
        border-bottom-right-radius: 25px;
    }

    .c-news__title--small:hover {
        text-decoration: underline;
    }
}

@media (max-width:1189px) {
    .c-news__item {
        margin-left: auto;
        margin-right: auto;
    }

    .c-news__item--0 {
        min-height: 530px;
    }

    .c-news__item--1, .c-news__item--2 {
        min-height: 250px;
    }

    .c-news__item {
        padding: 40px;
    }

        .c-news__item + .c-news__item {
            margin-top: 30px;
        }
}

.c-order {
    background-color: white;
    padding: 90px 60px;
    color: var(--text-color-light);
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
}

.c-order__result {
    text-align: center;
}

.c-order__result-ico {
    width: 90px;
    height: 90px;
    font-size: 90px;
    line-height: 1;
}

.c-order__result-message {
    margin-top: 45px;
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-color);
}

.c-order__details {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 40px 0 40px 0;
}

.c-order__details-item {
    padding: 30px 40px;
    margin-top: 1px;
    margin-right: 1px;
}

.c-order__details-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--text-color);
}

.c-order__details-value {
    display: block;
    margin-top: 20px;
}

.c-order__info {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}

    .c-order__info > p:first-child {
        margin: 0 0 20px 0;
    }

.woocommerce-pagination--without-numbers {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.woocommerce-button--previous {
    margin-right: auto;
}

.woocommerce-button--next {
    margin-left: auto;
}

.woocommerce-table, .woocommerce-orders-table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}

.woocommerce-table--order-details {
    max-width: 510px;
}

.woocommerce-table th, .woocommerce-orders-table th {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 14px;
    text-align: left;
    border-bottom: solid 1px var(--background-color-dark);
}

    .woocommerce-table th + td, .woocommerce-orders-table th + td {
        border-bottom: solid 1px var(--background-color-dark);
    }

.download-product, .woocommerce-table__product-name {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.woocommerce-table tfoot th {
    padding-bottom: 0;
}

.woocommerce-table th:last-child, .woocommerce-table td:last-child {
    text-align: right;
}

.woocommerce-table td {
    padding: 6px 0;
}

.woocommerce-orders-table td {
    padding: 7px 0;
}

.woocommerce-orders-table tr:first-child td {
    padding-top: 20px;
}

.woocommerce-table tbody tr:first-child td, .woocommerce-table tbody tr:first-child th, .woocommerce-table tfoot tr:first-child td, .woocommerce-table tfoot tr:first-child th {
    padding-top: 20px;
}

.woocommerce-table td:not(:last-child), .woocommerce-orders-table td:not(:last-child), .woocommerce-table th:not(:last-child), .woocommerce-orders-table th:not(:last-child) {
    padding-right: 20px;
}

.woocommerce-table .product-quantity {
    font-weight: normal;
}

p + .woocommerce-order-details {
    margin-top: 50px;
}

.woocommerce-order-details__title, .woocommerce-order-downloads__title, .woocommerce-column__title {
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--text-color);
}

.woocommerce-table .includes_tax, .woocommerce-table .tax_label, .woocommerce-table .shipped_via {
    font-weight: normal;
    font-size: 12px;
    margin-top: 3px;
}

.woocommerce-order-downloads {
    margin-bottom: 60px;
}

.woocommerce-order-details {
    margin-bottom: 60px;
}

.woocommerce-customer-details {
    position: relative;
    overflow: hidden;
}

.woocommerce-Addresses, .woocommerce-columns--addresses {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -35px;
    margin-right: -35px;
    font-size: 17px;
}

    .woocommerce-Address, .woocommerce-columns--addresses > * {
        width: 220px;
        margin: 30px 35px 0 35px;
    }

        .c-account address, .c-order address, .woocommerce-Address address, .woocommerce-columns--addresses address {
            font-style: normal;
            font-weight: 300;
            font-size: 13px;
            line-height: 24px;
            letter-spacing: 0.025em;
        }

.woocommerce-orders-table__cell-order-actions, .woocommerce-orders-table__header-order-actions {
    text-align: right;
}

.woocommerce-orders-table__cell .button, .woocommerce-table .button {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--text-color-light);
    text-decoration-color: var(--text-color-light);
    color: var(--text-color);
    margin: 3px;
}

.woocommerce-orders-table__cell-order-number {
    font-weight: bold;
}

.woocommerce-bacs-bank-details {
    margin-bottom: 65px;
}

.woocommerce-table .download-file, .woocommerce-orders-table__header-order-actions {
    text-align: right !important;
}

.woocommerce-orders-table__header-order-date, .woocommerce-orders-table__cell-order-date, .woocommerce-orders-table__header-order-status, .woocommerce-orders-table__cell-order-status, .download-remaining, .download-expires {
    text-align: center !important;
}

.woocommerce-orders-table__header-order-status, .woocommerce-orders-table__cell-order-status {
    text-transform: uppercase;
}

.order-again .button {
    margin-top: 20px;
}

@media (max-width:500px) {
    .c-order {
        padding: 0;
    }

    .c-order__details-item {
        width: 100%;
        padding: 15px 20px;
    }

    .c-order__details-value {
        margin-top: 5px;
    }

    .woocommerce-orders-table thead {
        display: none;
    }

    .c-account__col-content {
        min-width: 100%;
    }

    .woocommerce-orders-table, .woocommerce-orders-table tbody, .woocommerce-orders-table tfoot, .woocommerce-orders-table tr, .woocommerce-orders-table th, .woocommerce-orders-table td {
        display: block;
    }

        .woocommerce-orders-table td:not(:last-child) {
            border: none;
            padding: 0 !important;
            text-align: center !important;
        }

        .woocommerce-orders-table td:last-child {
            border: none;
            padding: 12px 0 40px 0 !important;
            text-align: center !important;
        }
}

.c-page-header {
    position: relative;
    background-position: center center;
    text-align: center;
    color: var(--background-color);
}

    .c-page-header.c-page-header--custom-bg {
        background-image: none;
    }

.c-page-header__title {
    font-weight: 300;
    font-size: 54px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0 0 0 0.2em;
    margin: 0 auto;
    white-space: normal;
}

.c-page-header__title--compact {
    font-size: 36px;
}

.c-page-header__sticky {
    font-size: 75%;
    line-height: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.c-page-header__meta {
    padding: 0;
    margin: 30px -10px 0 -10px;
}

.c-page-header__meta-item {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin: 0 10px;
}

.c-page-header__meta-icon {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.c-page-header__login-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    max-width: 780px;
    width: 100%;
}

    .c-page-header__login-info > * {
        margin: 0 20px 15px 20px;
    }

.c-page-header__logout-icon {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    font-size: 75%;
}

.c-login__register {
    margin-left: 20px;
    display: inline-block;
}

.c-page-header__login-name {
    font-weight: 700;
}

@media (min-width:1190px) {
    .c-page-header {
        padding: 94px 20px;
        min-height: 350px;
    }

    .c-page-header--header-type-2 {
        padding-top: 34px;
        padding-bottom: 54px;
        min-height: 250px;
    }

        .c-page-header--header-type-2 .c-breadcrumbs__list--top {
            top: 35px;
        }

    .c-page-header--low {
        padding-top: 76px;
        padding-bottom: 76px;
        min-height: 260px;
    }

        .c-page-header--low.c-page-header--header-type-2 {
            min-height: 250px;
        }

        .c-page-header--low .c-page-header__title {
            font-size: 36px;
        }

        .c-page-header--low .c-page-header__wrap {
            min-height: 108px;
        }

    .c-page-header--high {
        min-height: 500px;
    }

        .c-page-header--high.c-page-header--header-type-2 {
            min-height: 350px;
        }

    .c-page-header--high {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .c-page-header__wrap {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        min-height: 162px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .c-page-header__login-info {
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0 25px;
        margin: 0 auto -15px auto;
        width: 780px;
        max-width: 100%;
    }
}

@media (max-width:1189px) {
    .c-page-header {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        align-items: center;
        min-height: 200px;
    }

    .c-page-header--margin-minus {
        min-height: 275px;
        padding-bottom: 140px;
    }

    .c-page-header__wrap {
        max-width: 730px;
        margin: 0 auto;
        position: relative;
        min-height: 90px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 76px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .c-page-header__title {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0.14em;
        font-weight: normal;
        padding-left: 0.14em;
    }

    .c-page-header__spacer {
        height: 66px;
    }

    .c-page-header__login-info {
        position: relative;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding: 24px 30px 15px 30px;
        margin: 0 auto;
    }
}

.c-play {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
    border-radius: 50%;
    background-color: var(--text-color);
    z-index: 2;
    -webkit-transition: var(--hover-transition);
    transition: var(--hover-transition);
}

.c-play--disabled {
    opacity: 0.2;
}

.c-play--large {
    width: 66px;
    height: 66px;
    margin-left: -33px;
    margin-top: -33px;
}

.c-play:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid 6px transparent;
    border-left: solid 10px white;
    margin-left: -3px;
    margin-top: -6px;
    z-index: 3;
    opacity: 1;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
}

.c-play--large:after {
    border: solid 8px transparent;
    border-left: solid 13px white;
    margin-left: -5px;
    margin-top: -7px;
}

.c-play.js-loading {
    background-color: white;
}

    .c-play.js-loading:after {
        opacity: 0;
    }

a:hover .c-play:not(.c-play--disabled) {
    background-color: white;
}

    a:hover .c-play:not(.c-play--disabled):after {
        border-left-color: var(--text-color);
    }

.c-post-list {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    position: relative;
    max-width: 100%;
}

.c-post-list__thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background-color: var(--background-color-dark);
}

.c-post-list__img, .c-post-list__carousel-img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.c-post-list__carousel-list {
    display: -webkit-box !important;
    display: flex !important;
}

.c-post-list__carousel-item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.c-post-list__carousel-span {
    display: block;
    padding-bottom: 91.6666%;
    position: relative;
}

.c-post-list__wrap {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    background-color: white;
    z-index: 9;
}

.c-post-list__wrap--list {
    padding: 40px 50px;
}

.c-post-list__header {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: var(--font-header);
}

.c-post-list__meta-date {
    display: inline-block;
    background-color: var(--text-color);
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: white;
    padding: 4px 12px;
}

.c-post-list__except {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: var(--text-color-light);
    margin-top: 30px;
}

    .c-post-list__except > *:first-child {
        margin-top: 0;
        padding-top: 0;
    }

    .c-post-list__except > *:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.c-post-list__meta-category {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.04em;
    margin-top: 22px;
    color: var(--text-color-light);
}

.c-post-list__header-sticky {
    display: inline;
    font-size: 78%;
    line-height: 1;
    position: relative;
}

    .c-post-list__header-sticky:before {
        line-height: inherit !important;
    }

.c-post-list__quote-author {
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
}

.c-post-list__continue {
    margin-top: 35px;
}

.c-post-list__categories-item-link:hover {
    color: var(--text-color);
}

.c-post-list__header-link:hover {
    color: var(--accent-color);
}

.c-post-list__price {
    margin-top: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
}

    .c-post-list__price del {
        opacity: 0.3;
        margin-right: 3px;
    }

@media (min-width:1190px) {
}

@media (max-width:1189px) {
}

@media (min-width:768px) {
    .c-post-list--list {
        max-width: 860px;
    }

        .c-post-list--list.c-post-list--no-sidebar {
            margin-left: auto;
            margin-right: auto;
        }

        .c-post-list--list:not(:last-child) {
            margin-bottom: 25px;
        }

    .c-post-list--grid.c-post-list--no-sidebar {
        width: 560px;
    }

    .c-post-list--grid.c-post-list--sidebar {
        width: 410px;
    }

    .c-post-list--grid {
        margin: 30px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .c-post-list__thumb--list {
        width: 315px;
    }

        .c-post-list__thumb--list.c-post-list__thumb--gallery {
            display: -webkit-box;
            display: flex;
        }

    .c-post-list__meta-date--list.c-post-list__meta-date--no-thumb {
        margin-bottom: 30px;
    }

    .c-post-list__meta-date--list.c-post-list__meta-date--with-thumb {
        position: absolute;
        left: 15px;
        top: 37px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .c-post-list__thumb-inner--list {
        padding-bottom: 100%;
    }

    .c-post-list__thumb-inner--grid {
        padding-bottom: 56.25%;
    }

    .c-post-list__meta-date--grid {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -25px;
        font-size: 12px;
        padding: 12px 22px;
        text-indent: -0.15em;
        direction: rtl;
    }

    .c-post-list--list:not(:first-child) {
        margin-top: 40px;
    }

    .c-post-list__wrap--grid.c-post-list__wrap--no-sidebar {
        padding: 65px 65px 60px 65px;
        text-align: center;
    }

    .c-post-list__wrap--grid.c-post-list__wrap--sidebar {
        padding: 55px 35px 50px 35px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .c-post-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 360px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .c-post-list:not(:last-child) {
            margin-bottom: 25px;
        }

    .c-post-list__thumb--standard, .c-post-list__thumb--video, .c-post-list__thumb--gallery {
    }

    .c-post-list__thumb--status, .c-post-list__thumb--quote {
        padding: 50px 40px;
    }

    .c-post-list__wrap {
        text-align: center;
        padding: 5px 30px 35px 30px;
    }

    .c-post-list--page .c-post-list__wrap {
        padding-top: 35px;
    }

    .c-post-list--page.c-post-list--no-thumb:not(:first-child) {
        margin-top: 0;
    }

    .c-post-list__thumb-inner {
        padding-bottom: 56.25%;
    }

    .c-post-list__header {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2em;
    }

    .c-post-list__meta-date {
        font-size: 14px;
        line-height: 26px;
        padding: 12px 22px;
        max-width: 80%;
        position: relative;
        top: -30px;
    }

    .c-post-list--no-thumb:not(:first-child) {
        margin-top: 25px;
    }
}

@media (max-width:420px) {
    .c-post-list {
        width: 100%;
        min-width: 260px;
    }
}

.c-post-share {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    margin: -10px;
}

.c-post-share__icon {
    font-size: 16px;
    line-height: 1;
    margin: 10px;
}

.c-post-share__link:hover {
    color: var(--accent-color);
}

@media (max-width:1189px) and (min-width:630px) {
    .c-post-sidebar-wrap {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-post-sidebar {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-align: start;
        align-items: flex-start;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -60px;
    }

        .c-post-sidebar > .widget {
            -webkit-box-flex: 0;
            flex: 0 0 auto;
            width: 260px;
            margin-right: 30px;
            margin-left: 30px;
            margin-top: 60px;
        }
}

@media (max-width:959px) and (min-width:630px) {
    .c-post-sidebar-wrap {
        width: 580px;
    }
}

.c-post {
    position: relative;
}

.c-post--sidebar {
    max-width: 860px;
}

.c-post__thumb {
    position: relative;
    background-color: white;
}

.c-post__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.c-post__wrap {
    width: 100%;
    background-color: white;
    padding: 45px 50px 45px 50px;
    color: var(--text-color-light);
}

.c-post__wrap--no-thumb.c-post__wrap--no-sidebar {
    padding-top: 70px;
}

.c-post__inner {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.c-page__meta {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.04em;
}

.c-page__meta--no-sidebar {
    text-align: center;
}

.c-page__meta-item {
    display: inline-block;
}

    .c-page__meta-item:not(:last-child):after {
        content: var(--icon-romb);
        font-family: "theme-icons";
        display: inline-block;
        vertical-align: middle;
        font-size: 6px;
        line-height: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

.c-post__carousel-img, .c-post__video-img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.c-post__carousel-list {
    overflow: hidden;
    display: -webkit-box;
    display: flex;
}

    .c-post__carousel-list:not(.owl-loaded) {
        opacity: 0.1 !important;
    }

.c-post__carousel-item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.c-post__thumb-inner, .c-post__carousel-span {
    display: block;
    padding-bottom: 56.25%;
    position: relative;
}

.c-post__thumb-inner, .c-post__carousel-list {
    background: white;
}

.c-post__meta {
    font-size: 14px;
    list-style: none;
}

.c-post__meta--image {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    width: 665px;
    max-width: 80%;
    padding: 23px 35px 1px 35px;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.c-post__meta--no-image {
    padding: 0;
    margin: 0 0 0 -10px;
}

    .c-post__meta--no-image.c-post__meta--without-sidebar {
        width: 100%;
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
        left: -10px;
        position: relative;
    }

.c-post__meta-item {
    display: inline-block;
    margin: 5px 15px 0 15px;
    line-height: 1;
}

.c-post__meta-icon {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: text-top;
}

.sticky .c-post__header-sticky, .c-post__header-sticky {
    font-size: 75%;
    line-height: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.c-post__header {
    font-weight: 400;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 21px;
}

    .c-post__header + .c-post__content {
        margin-top: 50px;
    }

.c-post__bottom {
    margin-top: 39px;
    clear: both;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-post__bottom-space {
    height: 45px;
}

.c-post__bottom-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-right: 12px;
}

.c-post__share {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .c-post__share .c-post-share {
        color: var(--text-color);
    }

.c-post__tags {
    color: var(--text-color);
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    padding-right: 25px;
}

    .c-post__tags a {
        display: inline-block;
        text-transform: capitalize;
    }

        .c-page__meta a:hover, .c-post__tags a:hover {
            color: var(--accent-color);
        }

.c-post__share {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.c-post__nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    border: solid 1px white;
    padding: 35px 40px;
}

.c-post__nav-title {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.155em;
    text-transform: uppercase;
}

.c-post__nav-prev {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 50%;
    padding-right: 25px;
    display: -webkit-box;
    display: flex;
}

.c-post__nav-next {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 50%;
    padding-left: 25px;
    text-align: right;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

    .c-post__nav-prev:hover, .c-post__nav-next:hover {
        color: var(--accent-color-dark);
    }

.c-post__nav-prev-ico, .c-post__nav-next-ico {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    height: 18px;
}

.c-post__nav-prev-ico {
    margin-right: 30px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}

.c-post__nav-next-ico {
    margin-left: 30px;
}

.c-post__comments {
}

.c-post__comments-sep {
    text-align: center;
    margin-bottom: 20px;
}

.c-post__comments-sep-img {
    max-height: 100px;
}

.c-post__author {
    margin-top: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--text-color-light);
}

.c-post__author-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-right: 45px;
}

    .c-post__author-thumb > img {
        border-radius: 50%;
    }

.c-post__author-content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.c-post__author-header {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.c-post__author-title {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-color);
    margin-top: 7px;
}

    .c-post__author-title a:hover {
        color: var(--accent-color-dark);
    }

.c-post__author-desc {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-top: 5px;
}

.c-post__author-soc {
    margin-top: 20px;
    color: var(--text-color);
}

    .c-post__author-soc .c-soc__link + .c-soc__link {
        margin-left: 13px;
    }

.c-post__comments-wrap {
    margin-top: 60px;
}

.c-post__row-2 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:1190px) {
    .c-post__thumb--standard {
        width: 100%;
        height: 380px;
    }

    .c-post__author-soc .c-soc__link:hover {
        color: var(--accent-color-dark);
    }

    .c-post__wrap--no-sidebar {
        padding-bottom: 60px;
    }
}

@media (max-width:1189px) {
    .c-post--sidebar {
        margin: 0 auto;
    }

    .c-post__thumb--standard {
        width: 100%;
        height: 380px;
    }

    .c-post-list--list {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:768px) {
    .c-post__header {
        font-size: 33px;
        line-height: 36px;
    }

    .c-post__thumb--standard {
        padding-bottom: 50%;
        height: unset;
    }

    .c-post__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .c-post__nav-prev {
        width: 100%;
        padding-right: 40px;
    }

        .c-post__nav-prev + .c-post__nav-next {
            margin-top: 35px;
        }

    .c-post__nav-next {
        width: 100%;
        padding-left: 40px;
    }

    .c-post__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .c-post__tags {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .post-password-form input[type=password], .post-password-form input[type=submit] {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width:450px) {
    .c-post {
        margin-top: -60px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .c-post__wrap {
        padding: 40px 30px 40px 30px !important;
    }

    .c-post__author {
        padding-left: 30px;
        padding-right: 30px;
    }

    .c-post__author-thumb {
        margin-right: 30px;
    }

        .c-post__author-thumb > img {
            width: 100px;
            height: 100px;
        }

    .c-post__comments-row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .c-post__header + .c-post__content {
        margin-top: 30px;
    }
}

.c-posts {
    position: relative;
    padding-top: 95px;
    padding-bottom: 85px;
}

.c-posts__header {
    text-align: center;
    line-height: 1.1;
    font-size: 31px;
    text-transform: uppercase;
    margin: 0 20px 35px 20px;
    display: block;
}

.c-posts__list {
    display: -webkit-box;
    display: flex;
    margin: -25px -15px;
    flex-wrap: wrap;
}

.c-posts__item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: calc(100% / 3);
    padding: 25px 15px;
}

.c-posts__sizer {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: calc(100% / 3);
}

@media (min-width:600px) and (max-width:780px) {
    .c-posts__item {
        width: calc(100% / 2);
    }

    .c-posts__sizer {
        width: calc(100% / 2);
    }
}

@media (max-width:599px) {
    .c-posts__item {
        width: 100%;
    }

    .c-posts__sizer {
        width: 100%;
    }

    .c-posts {
        width: 370px;
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        min-width: 280px;
        padding-left: 0;
        padding-right: 0;
    }
}

.c-product-grid {
    margin-top: 40px;
}

.c-product-grid__wrap {
    margin: -20px;
}

.c-product-grid__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.c-product__products .c-product-grid__list {
    -webkit-box-pack: center;
    justify-content: center;
}

.c-product-grid__list--center {
    -webkit-box-pack: center;
    justify-content: center;
}

.c-product-grid__list--loading:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 10;
}

.c-product-grid__item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    margin: 20px;
}

.c-product-grid__item--view-more {
    background-color: white;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 30px !important;
}

    .c-product-grid__item--view-more.c-product-grid__item--normal {
        min-height: 430px;
    }

    .c-product-grid__item--view-more.c-product-grid__item--compact {
        min-height: 145px;
    }

.c-product-grid__details {
    margin-top: 1px;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: white;
    position: relative;
    padding: 26px 30px 30px 30px;
}

.c-product-grid__thumb-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    background-color: white;
    overflow: hidden;
    padding-bottom: 88.4615384%;
}

.c-product-grid__thumb {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.c-product-grid__badges {
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 2;
    width: 100%;
}

.c-product-grid__item--normal .c-badge--featured {
    margin-left: auto;
}

.c-product-grid__item--normal .c-product-grid__stock-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.c-product-grid__item--normal .c-product-grid__stock {
    display: inline-block;
    max-width: 80%;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    padding: 8px 22px 7px 22px;
    color: white;
    background-color: var(--badge-bgcolor-outofstock);
}

.c-product-grid__title-wrap {
    text-align: center;
}

.c-product-grid__item .woocommerce-loop-product__title {
    font-weight: normal;
    font-size: var(--font-size);
    line-height: 28px;
    margin: 0 0 10px 0;
    letter-spacing: var(--font-letter-spacing);
    padding-left: var(--font-letter-spacing);
    text-transform: uppercase;
    font-family: var(--font-header);
}

.woocommerce-loop-product__link:hover {
    color: var(--accent-color);
}

.c-product-grid__item--normal .star-rating {
    margin-top: 24px;
}

.c-product-grid__short-desc {
    opacity: 0.62;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.025em;
}

    .c-product-grid__short-desc ul {
        text-align: left;
    }

    .c-product-grid__short-desc > :first-child {
        margin-top: 0;
    }

    .c-product-grid__short-desc > :last-child {
        margin-bottom: 0;
    }

.c-product-grid__thumb-button-list {
    display: -webkit-inline-box;
    display: inline-flex;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.c-product-grid__thumb-button {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: white;
    border: solid 1px currentColor;
    font-size: 16px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
    cursor: pointer;
}

.c-product-grid__item:hover .c-product-grid__thumb-button {
    opacity: 1;
    visibility: visible;
}

.c-product-grid__thumb-button:not(:first-child) {
    left: -1px;
}

.c-product-grid__icon {
    position: relative;
    top: 2px;
}

.c-product-grid__icon--hover {
    display: none;
}

.c-product-grid__price-wrap {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin-top: 35px;
}

    .c-product-grid__price-wrap del {
        opacity: 0.3;
        margin-right: 3px;
    }

    .c-product-grid__price-wrap ins {
        text-decoration: none;
    }

.c-product-grid__atc {
    display: block;
    border: solid 1px currentColor;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    padding: 22px 15px 21px 15px;
    background-color: white;
    z-index: 5;
}

    .c-product-grid__atc.added {
        display: none;
    }

.c-product-grid__atc-icon {
    font-size: 9px;
    line-height: 14px;
}

    .c-product-grid__atc-icon:first-child {
        margin-right: 9px;
    }

    .c-product-grid__atc-icon:last-child {
        margin-left: 9px;
    }

.c-product-grid__item--compact {
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    background-color: white;
}

    .c-product-grid__item--compact .c-product-grid__thumb-wrap {
        width: 135px;
        min-height: 145px;
        padding: 0;
    }

    .c-product-grid__item--compact .c-product-grid__thumb {
        width: 100% !important;
        height: 145px !important;
    }

.c-product-grid__item--normal .c-product-grid__thumb {
    width: 100% !important;
    height: 100% !important;
}

.c-product-grid__thumb--contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.c-product-grid__item--compact .c-product-grid__details {
    margin-top: 0;
    padding: 20px 25px 13px 25px;
    border-left: none;
}

.c-product-grid__item--compact .c-product-grid__atc {
    padding: 15px 15px 16px 15px;
    position: absolute;
    width: 99px;
    left: 17px;
    top: 74px;
}

.c-product-grid__item--compact .c-product-grid__atc-text {
    display: none;
}

.c-product-grid__item--compact .c-product-grid__atc-icon {
    margin-right: 0;
    font-size: 15px;
}

.c-product-grid__item--compact .c-product-grid__title-wrap {
    text-align: left;
}

.c-product-grid__item--compact .woocommerce-loop-product__title {
    font-size: var(--font-size-compact);
    line-height: 20px;
    margin-bottom: 7px;
    padding-left: 0;
}

.c-product-grid__item--compact .c-product-grid__price-wrap {
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
    position: relative;
}

.c-product-grid__item--compact .c-product-grid__badges {
    -webkit-box-pack: end;
    justify-content: flex-end;
    top: -12px;
}

.c-product-grid__item--compact .c-badge {
    margin-left: 5px;
}

.c-product-grid__item--compact .c-product-grid__thumb-button-list {
    top: 25px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 17px;
}

.c-product-grid__item--compact .c-product-grid__stock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    padding: 7px 15px 8px 16px;
    color: white;
    background-color: var(--badge-bgcolor-outofstock);
}

@media (min-width:1190px) {
    .c-product-grid__thumb-button:hover .c-product-grid__icon--hover {
        display: inline-block;
    }

    .c-product-grid__thumb-button:hover .c-product-grid__icon--normal {
        display: none;
    }

    .c-product-grid__item--3-per-row {
        width: 360px;
    }

    .c-product-grid__item--4-per-row {
        width: 260px;
    }

    .c-product-grid__item--compact {
        width: 360px;
    }

        .c-product-grid__item--compact.c-product-grid__item--sidebar {
            width: 415px;
            margin: 15px;
        }

    .c-product-grid__wrap--compact.c-product-grid__wrap--sidebar {
        margin: -15px;
    }

    .c-product-grid__item:hover .c-product-grid__atc {
        opacity: 1;
        visibility: visible;
    }

    .c-product-grid__item--4-per-row .c-product-grid__atc {
        top: 230px;
    }

    .c-product-grid__item--3-per-row .c-product-grid__atc {
        top: 318px;
    }

    .c-product-grid__item--3-per-row .c-product-grid__thumb-wrap {
        padding-bottom: 88.4615384%;
    }

    .c-product-grid__item--3-per-row .c-product-grid__thumb {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .c-product-grid__item .c-product-grid__atc {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: var(--hover-transition);
        transition: var(--hover-transition);
        align-self: flex-start;
    }

    .c-product-grid__item--normal .c-product-grid__atc {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        position: absolute;
        width: 100%;
        left: 0;
    }

    .c-product-grid__atc:hover {
        color: white !important;
        background-color: var(--text-color);
        border-color: var(--text-color);
    }
}

@media (max-width:1189px) {
    .c-product-grid__list {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .c-product-grid__item--normal {
        width: 260px;
    }

    .c-product-grid__item--compact {
        width: 360px;
    }

    .c-product-grid__item--normal .c-product-grid__atc {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -1px;
        z-index: 10;
        border-color: white;
    }

    .c-product-grid__item--normal {
        padding-bottom: 60px;
    }

        .c-product-grid__item--normal .woocommerce-loop-product__title {
            font-size: var(--font-size-mobile);
            line-height: 25px;
            letter-spacing: 0.21em;
            padding-left: 0.21em;
        }

        .c-product-grid__item--normal .c-product-grid__price-wrap {
            margin-top: 20px;
        }

        .c-product-grid__item--normal .c-product-grid__thumb-wrap {
            padding-bottom: 88.4615384%;
        }

        .c-product-grid__item--normal .c-product-grid__thumb {
            width: 100% !important;
            height: 100% !important;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

    .c-product-grid__item--compact .c-product-grid__atc {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
        align-self: flex-start;
    }

    .c-product-grid__item--compact:hover .c-product-grid__atc {
        opacity: 1;
        visibility: visible;
    }

    .c-product-grid__item--compact {
        width: 100%;
        max-width: 415px;
        margin: 10px;
    }

    .c-product-grid__wrap--compact {
        margin: 0;
    }

    .c-product-grid__item--compact .c-product-grid__atc {
        padding: 15px 15px 16px 15px;
        position: absolute;
        width: 99px;
        left: 17px;
        top: 74px;
    }
}

@media (max-width:360px) {
    .c-product-grid__item--compact .c-product-grid__thumb-wrap {
        height: 125px;
        width: 90px;
    }

    .c-product-grid__item--compact .c-product-grid__thumb {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .c-product-grid__item--compact .c-product-grid__details {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c-product-grid__item--compact .c-product-grid__price-wrap del {
        position: absolute;
        right: -3px;
        top: -15px;
    }

    .c-product-grid__item--compact .c-product-grid__thumb-button {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .c-product-grid__item--compact .c-product-grid__thumb-button-list {
        top: 33px;
        left: 5px;
    }

    .c-product-grid__item--compact .c-product-grid__atc {
        left: 5px;
        padding: 10px 15px 11px 15px;
        position: absolute;
        width: 79px;
        top: 72px;
    }

    .c-product-grid__item--compact .c-product-grid__atc--icon {
        font-size: 6px;
        line-height: 12px;
    }
}

.c-product-list-widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-product-list-widget__empty {
    font-size: 15px;
}

.c-product-list-widget__item + .c-product-list-widget__item {
    margin-top: 35px;
}

.c-product-list-widget__wrap {
    display: -webkit-box;
    display: flex;
    position: relative;
}

.c-product-list-widget__thumb-col {
    width: 47px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-right: 20px;
}

.c-product-list-widget .variation {
    text-transform: none;
    display: block;
    margin: 0;
    padding: 0;
}

    .c-product-list-widget .variation * {
        display: inline;
        margin: 0;
        padding: 0;
    }

.c-product-list-widget__thumb {
    width: 47px !important;
    height: 35px !important;
    ;
    -o-object-position: center;
    ;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.c-product-list-widget__title-col {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.c-product-list-widget__title {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: normal;
    margin-top: -3px;
    color: var(--text-color);
}

.c-product-list-widget__price {
    margin-top: 7px;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

.c-product-list-widget__remove {
    color: var(--text-color-light);
    position: absolute;
    display: -webkit-box;
    display: flex;
    width: 18px;
    height: 18px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 8px;
    line-height: 1;
    left: -18px;
    top: 9px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition);
}

.c-product-list-widget__item:hover .c-product-list-widget__remove {
    opacity: 1;
    visibility: visible;
}

.c-product-list-widget__remove:hover {
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
}

.c-product-list-widget__total {
    margin-top: 28px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-product-list-widget__total-title {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-color-light);
}

.c-product-list-widget__total .tax_label {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 27px;
}

.c-product-list-widget__total .amount {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.03em;
    margin-left: 15px;
}

.c-product-list-widget__buttons {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px -5px -5px;
}

    .c-product-list-widget__buttons .button {
        display: inline-block;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        margin: 5px !important;
        font-weight: 500;
        font-size: 9px;
        line-height: 11px;
        text-align: center;
        letter-spacing: 0.24em;
        text-transform: uppercase;
        padding: 13px 11px 14px 11px;
        border: solid 1px var(--text-color);
        cursor: pointer;
    }

.c-product-list-widget__more {
    display: none;
}

@media (min-width:1190px) {
    .c-product-list-widget__title-link:hover {
        color: var(--accent-color);
    }

    .c-product-list-widget__buttons .button:hover {
        background-color: var(--text-color);
        color: white;
    }
}

@media (max-width:1189px) {
    .c-product-list-widget__remove {
        opacity: 1;
        visibility: visible;
    }
}

.c-product {
    margin-bottom: 80px;
}

.c-product__slider-item {
    display: block;
    width: 100%;
    padding-bottom: 88%;
    overflow: hidden;
    position: relative;
}

.c-product__slider:not(.owl-carousel):not(.c-product__slider--list) > *:not(:first-child) {
    display: none;
}

.c-product__slider-item img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: var(--image-background-color);
}

.c-product__slider-img--contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.c-product__loading {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
}

    .c-product__loading.js-loading {
        opacity: 1;
        visibility: visible;
    }

    .c-product__loading .h-loading {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }

.c-product__thumbs {
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
    max-width: 100%;
    position: relative;
}

    .c-product__thumbs:not(.owl-carousel) {
        overflow: hidden;
    }

.c-product__thumbs-item {
    position: relative;
}

.c-product__thumbs-img {
    display: block;
    width: 115px !important;
    height: 100px !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-product__thumbs-video {
    width: 115px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

    .c-product__thumbs-video .c-play {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

.c-product__thumbs-video-mask {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 1;
}

.c-product__slider--video {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.c-product__thumbs-item {
    position: relative;
}

    .c-product__thumbs-item.active:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        border: solid 1px var(--text-color);
    }

    .c-product__thumbs-item > * {
        display: block;
        cursor: pointer;
    }

.c-product__title {
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.c-product__short-description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    opacity: 0.6;
    margin-top: 15px;
}

    .c-product__short-description > :first-child {
        margin-top: 0;
    }

    .c-product__short-description > :last-child {
        margin-bottom: 0;
    }

.woocommerce-grouped-product-list-item__label {
    font-weight: 300;
    letter-spacing: 0.025em;
}

.c-product__gallery .c-badge--featured {
    margin-left: auto;
}

.c-product__wrap .price, .woocommerce-grouped-product-list-item__price {
    font-weight: 500;
    font-size: 21px;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-top: 43px;
    margin-bottom: 0;
}

    .c-product__wrap .price:empty {
        display: none !important;
    }

.woocommerce-grouped-product-list-item__price {
    margin-top: 0;
}

    .woocommerce-grouped-product-list-item__price > * {
        font-size: 16px;
        line-height: 1;
    }

.woocommerce-grouped-product-list-item__quantity {
    text-align: right;
}

.woocommerce-grouped-product-list-item > td {
    padding-bottom: 10px;
}

    .woocommerce-grouped-product-list-item > td:not(:first-child) {
        padding-left: 15px;
    }

.woocommerce-grouped-product-list-item .c-product__quantity {
    margin-right: 0;
}

.product-type-grouped .buttons {
    margin-top: 10px;
    text-align: right;
}

.c-product__wrap .price del {
    opacity: 0.3;
    margin-right: 3px;
}

.woocommerce-grouped-product-list-item__price del {
    opacity: 0.3;
    margin-bottom: 5px;
}

.c-product__wrap .price ins, .woocommerce-grouped-product-list-item__price ins {
    text-decoration: none;
}

.woocommerce-variation-availability {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: var(--text-color-light);
}

.woocommerce-variation-description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

    .woocommerce-variation-description > :first-child {
        margin-top: 0;
    }

    .woocommerce-variation-description > :last-child {
        margin-bottom: 0;
    }

.woocommerce-variation-add-to-cart {
    margin-top: 25px;
}

.c-product__wrap .woocommerce-product-rating {
    margin-top: 18px;
}

.c-product__wrap .woocommerce-review-link {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.015em;
    opacity: 0.6;
    margin-left: 20px;
}

.c-product__wrap .star-rating {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    margin-right: 16px;
}

.c-product__wrap .product_meta {
    margin-top: 27px;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-color-light);
}

    .c-product__wrap .product_meta > * {
        display: block;
        margin-top: 8px;
    }

    .c-product__wrap .product_meta a {
        color: var(--text-color);
    }

.c-product__wishlist-button {
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
}

.c-product__wishlist-icon {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    margin-right: 11px;
    top: 2px;
}

.c-product__wishlist-text {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.155em;
    text-transform: uppercase;
    text-align: left;
}

.c-product__atc-wrap {
    display: inline-block;
    background: white;
    padding: 30px;
    margin-top: 31px;
    max-width: 500px;
}

.product-type-grouped .c-product__atc-wrap {
    max-width: 500px;
}

.product-type-external .c-product__atc-wrap {
    width: auto;
}

.c-product__atc-wrap .c-custom-select__angle {
    font-size: 6px;
}

.c-product__atc-wrap .button {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.265em;
    text-indent: -0.265em;
    direction: rtl;
    padding: 18px 30px 18px 30px;
    background-color: var(--text-color);
    color: white;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.c-product__atc-wrap table {
    width: 100%;
}

.c-product__atc-wrap .label {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    -ms-word-wrap: normal;
    word-break: normal;
    word-wrap: normal;
}

.c-product__atc-wrap .value {
    padding-left: 15px;
    position: relative;
}

.c-product__atc-wrap td {
    padding-bottom: 15px;
}

.c-product__atc-wrap textarea {
    width: 100%;
}

.c-product__atc-wrap .c-custom-select {
    color: var(--text-color-light);
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.025em;
    background-color: var(--background-color);
    text-align: left;
}

.c-product__atc-wrap .c-custom-selectInner {
    padding: 17px 35px 18px 25px;
}

.c-product__atc-wrap .c-custom-select__angle {
    right: 20px;
}

.c-product__atc-wrap select {
    width: 100%;
    padding: 16px 35px 16px 25px;
    height: 48px !important;
    background-color: var(--background-color);
    color: var(--text-color-light);
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.025em;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-product__atc-wrap select {
    opacity: 0;
}

.c-product__atc-wrap .reset_variations {
    position: absolute;
    right: 0;
    bottom: -15px;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.155em;
    text-transform: uppercase;
}

    .c-product__atc-wrap .reset_variations:before {
        content: var(--icon-close-small);
        font-family: "theme-icons";
        font-size: 8px;
        line-height: 1;
        vertical-align: middle;
        margin-right: 6px;
        top: -1px;
        position: relative;
    }

.c-product__quantity {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: nowrap;
    margin-right: 14px;
}

    .c-product__quantity > * {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

.c-product__quantity-minus {
    -webkit-box-ordinal-group: 2;
    order: 1;
    border: solid 1px currentColor;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.c-product__quantity-value {
    -webkit-box-ordinal-group: 3;
    order: 2;
    background-color: var(--background-color);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1;
    -moz-appearance: textfield;
}

    .c-product__quantity-value::-webkit-outer-spin-button, .c-product__quantity-value::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.c-product__quantity-plus {
    -webkit-box-ordinal-group: 4;
    order: 3;
    border: solid 1px currentColor;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.c-product__tabs {
}

.c-product__tabs-wrap {
    margin: 45px 0 35px 0;
}

.c-product__tabs-list {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .c-product__thumbs.h-carousel .owl-prev, .c-product__thumbs.h-carousel .owl-next, .c-product__tabs-list.h-carousel .owl-prev, .c-product__tabs-list.h-carousel .owl-next {
        font-size: 18px !important;
    }

.c-product__thumbs.h-carousel .owl-next, .c-product__thumbs.h-carousel .owl-prev {
    width: 35px !important;
}

.c-product__tabs-list.h-carousel .owl-prev {
    left: -70px !important;
    margin-top: -47px !important;
}

.c-product__tabs-list.h-carousel .owl-next {
    right: -70px !important;
    margin-top: -47px !important;
}

.c-product__tabs-list:not(.owl-carousel) {
    overflow: hidden;
}

.c-product__tabs-list:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 1px #DEDEDE;
}

.c-product__tabs-item {
    z-index: 1;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: solid 1px transparent;
    color: var(--text-color-light);
}

.c-product__tabs-list:not(.owl-carousel) .c-product__tabs-item:not(:last-child) {
    margin-right: 46px;
}

.c-product__tabs-item.active {
    border-bottom-color: var(--text-color);
}

.c-product__tabs-list .owl-item:last-child {
    margin-right: -1px !important;
}

.c-product__tabs-header {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--text-color-light);
}

.c-product__tabs-panel {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: var(--text-color-light);
}

    .c-product__tabs-panel:not(.visible) {
        display: none;
    }

.woocommerce-Tabs-panel--description > :first-child {
    margin-top: 0;
}

.woocommerce-Tabs-panel--description > :last-child {
    margin-bottom: 0;
}

.woocommerce-product-attributes p {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce-product-attributes {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: -8px;
}

    .woocommerce-product-attributes > * {
        padding-bottom: 8px;
    }

.woocommerce-product-attributes-item__label {
    font-weight: 300;
    text-transform: uppercase;
    color: var(--text-color-light);
    text-align: left;
    padding-right: 25px;
}

    .woocommerce-product-attributes-item__label:after {
        content: ':';
    }

.woocommerce-product-attributes-item__value {
    color: var(--text-color);
}

.woocommerce-noreviews {
    display: none;
}

.c-product__products {
    margin-top: 60px;
}

.c-product__products-title {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.c-product__col-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
    position: relative;
}

.c-product__col-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
    position: relative;
}

.c-product__col-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
    position: relative;
}

.woocommerce-variation-add-to-cart, .product-type-simple .c-product__atc-wrap form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.c-product--quick-view {
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
}

    .c-product--quick-view .c-product__badges {
        top: 0;
    }

.c-product__quick-view-col-1 {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 500px;
    background-color: white;
}

.c-product__quick-view-col-2 {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 498px;
    padding: 55px 50px;
    background-color: var(--background-color);
}

.c-product--quick-view .c-product__slider-item {
    padding-bottom: 126%;
}

.c-product--quick-view .c-product__title {
    margin-top: 0;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.28em;
}

.c-product__tabs--desktop, .c-product__tabs--mobile {
    display: none;
}

.c-product__image-link--zoom {
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: url(https://parkofideas.com/luchiana/demo/wp-content/themes/luchiana/assets/img/zoom-cursor.svg) 26 26,pointer;
}

.c-product__image-zoom {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .c-product__image-zoom .zoomImg {
        -webkit-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

.c-product__share {
    margin-top: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-product__share-title {
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.155em;
    text-transform: uppercase;
    margin-right: 15px;
}

.c-product__share .c-post-share__link {
    color: var(--text-color-light);
}

    .c-product__share .c-post-share__link:hover {
        color: var(--text-color);
    }

.c-product__share .c-post-share__icon {
    margin: 7px;
}

.c-product__share .c-post-share {
    margin: -7px;
}

@media (min-width:1190px) {
    .c-product__wrap .woocommerce-review-link:hover, .c-product__wrap .product_meta a:hover {
        color: var(--accent-color);
    }

    .c-product__wrap:not(.c-product__wrap--quick-view) {
        position: relative;
        max-width: 100%;
        display: -webkit-box;
        display: flex;
        margin-top: 70px;
    }

    .c-product--layout-1 .c-product__col-1, .c-product--layout-2 .c-product__col-1 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 460px;
        margin-right: 100px;
        position: relative;
    }

    .c-product--layout-1 .c-product__col-2, .c-product--layout-2 .c-product__col-2 {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

    .c-product--layout-2 .c-product__slider--carousel {
        display: none !important;
    }

    .c-product--layout-2 .c-product__thumbs {
        display: none !important;
        ;
    }

    .c-product--layout-2 .c-product__slider-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .c-product--layout-3 .c-product__col-1, .c-product--layout-3 .c-product__col-3, .c-product--layout-4 .c-product__col-2, .c-product--layout-4 .c-product__col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 330px;
        position: relative;
    }

    .c-product--layout-3 .c-product__col-2, .c-product--layout-4 .c-product__col-1 {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: calc(100vw - 920px);
        max-width: 722px;
    }

    .c-product--layout-3 .c-product__col-2, .c-product--layout-4 .c-product__col-2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .c-product--layout-3 .c-product__col-2-center {
        width: calc(100vw - 920px);
        max-width: 722px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .c-product--layout-4 .woocommerce-Reviews {
        display: -webkit-box;
        display: flex;
    }

    .c-product--layout-4 #comments {
        -webkit-box-ordinal-group: 3;
        order: 2;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 720px;
    }

    .c-product--layout-4 #review_form_wrapper {
        -webkit-box-ordinal-group: 2;
        order: 1;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: calc(100vw - 920px);
        max-width: 722px;
        margin-right: 60px;
    }

    .c-product--layout-4 .commentlist {
        margin-top: 42px;
    }

    .c-product--layout-4 .woocommerce-Reviews-title {
        margin-top: 50px;
        display: block;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--text-color-light);
    }

        .c-product--layout-4 .woocommerce-Reviews-title span {
            color: var(--text-color);
        }

    .c-product--layout-3 .woocommerce-grouped-product-list, .c-product--layout-3 .woocommerce-grouped-product-list tbody, .c-product--layout-3 .woocommerce-grouped-product-list td, .c-product--layout-3 .woocommerce-grouped-product-list th, .c-product--layout-4 .woocommerce-grouped-product-list, .c-product--layout-4 .woocommerce-grouped-product-list tbody, .c-product--layout-4 .woocommerce-grouped-product-list td, .c-product--layout-4 .woocommerce-grouped-product-list th {
        display: block;
    }

        .c-product--layout-3 .woocommerce-grouped-product-list tr, .c-product--layout-4 .woocommerce-grouped-product-list tr {
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
        }

    .c-product--layout-3 .woocommerce-grouped-product-list-item__quantity, .c-product--layout-4 .woocommerce-grouped-product-list-item__quantity {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        padding-left: 0 !important;
    }

    .c-product--layout-3 .c-product__tabs-header:not(:first-child), .c-product--layout-4 .c-product__tabs-header:not(:first-child) {
        margin-top: 40px;
    }

    .c-product--layout-3 .c-product__atc-wrap, .c-product--layout-4 .c-product__atc-wrap {
        display: block;
        background-color: transparent;
        border: solid 1px white;
    }

    .c-product--layout-3 .woocommerce-grouped-product-list-item__quantity .c-product__quantity, .c-product--layout-4 .woocommerce-grouped-product-list-item__quantity .c-product__quantity {
        margin-bottom: 0;
    }

    .c-product--layout-3 .c-product__quantity, .c-product--layout-4 .c-product__quantity {
        display: -webkit-box;
        display: flex;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .c-product--layout-3 .c-product__quantity-value, .c-product--layout-4 .c-product__quantity-value {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 100%;
        background-color: white;
    }

    .c-product--layout-3 .c-product__atc-wrap .button, .c-product--layout-4 .c-product__atc-wrap .button {
        width: 100%;
    }

    .c-product--layout-3 .c-product__atc-wrap input[type=checkbox]:not(.h-cb) + i, .c-product--layout-4 .c-product__atc-wrap input[type=checkbox]:not(.h-cb) + i, .c-product--layout-3 .c-product__atc-wrap textarea, .c-product--layout-4 .c-product__atc-wrap textarea, .c-product--layout-3 .c-product__atc-wrap input, .c-product--layout-4 .c-product__atc-wrap input, .c-product--layout-3 .c-product__atc-wrap .c-custom-select, .c-product--layout-4 .c-product__atc-wrap .c-custom-select {
        background-color: white;
    }

    .c-product--layout-3 .comment-form-author, .c-product--layout-3 .comment-form-email, .c-product--layout-4 .comment-form-author, .c-product--layout-4 .comment-form-email {
        width: calc(50% - 5px);
    }

    .c-product--layout-3 .c-product__thumbs, .c-product--layout-4 .c-product__thumbs {
        display: none !important;
    }

    .c-product--layout-4 .woocommerce-noreviews {
        display: block;
    }

    .c-product__badges {
        position: absolute;
        left: 0;
        top: -5px;
        z-index: 2;
        width: 100%;
        pointer-events: none;
    }

    .c-product__quantity-minus:hover, .c-product__quantity-plus:hover {
        background-color: var(--text-color);
        color: white;
    }

    .c-product__atc-wrap .button:hover {
        opacity: 0.6;
    }

    .c-product__tabs--desktop {
        display: block;
    }

    .c-product--layout-3 .c-product__atc-wrap table, .c-product--layout-3 .c-product__atc-wrap thead, .c-product--layout-3 .c-product__atc-wrap tbody, .c-product--layout-3 .c-product__atc-wrap tfoot, .c-product--layout-3 .c-product__atc-wrap tr, .c-product--layout-3 .c-product__atc-wrap th, .c-product--layout-3 .c-product__atc-wrap td, .c-product--layout-4 .c-product__atc-wrap table, .c-product--layout-4 .c-product__atc-wrap thead, .c-product--layout-4 .c-product__atc-wrap tbody, .c-product--layout-4 .c-product__atc-wrap tfoot, .c-product--layout-4 .c-product__atc-wrap tr, .c-product--layout-4 .c-product__atc-wrap th, .c-product--layout-4 .c-product__atc-wrap td {
        display: block;
        padding-left: 0 !important;
        text-align: left !important;
    }

    .c-product--layout-3 .c-product__atc-wrap .label, .c-product--layout-4 .c-product__atc-wrap .label {
        display: block;
        padding-bottom: 10px;
    }

    .c-product__image-zoom-mobile {
        display: none;
    }
}

@media (max-width:1350px) {
    .c-product--layout-3 .comment-form-author, .c-product--layout-3 .comment-form-email, .c-product--layout-4 .comment-form-author, .c-product--layout-4 .comment-form-email {
        width: 100%;
    }
}

@media (max-width:1189px) {
    .c-product__wrap {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-product--layout-2 .c-product__slider--list {
        display: none;
    }

    .c-product__thumbs {
        margin-top: 15px;
    }

    .c-product__thumbs-img, .c-product__thumbs-video {
        width: 94px !important;
        height: 80px !important;
    }

    .c-product__tabs--mobile {
        display: block;
    }

    .c-product__badges {
        position: absolute;
        left: 0;
        right: 0;
        top: -5px;
        z-index: 2;
        pointer-events: none;
    }

    .c-product__slider {
        margin-top: 45px;
    }

    .c-product--quick-view .c-product__slider {
        margin-top: 0;
    }

    .c-product__title {
        margin-top: 35px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.36em;
    }

    .c-product__wrap .c-product__quantity {
        display: -webkit-box;
        display: flex;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .c-product__quantity-value {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 100%;
    }

    .c-product__atc-wrap .button {
        width: 100%;
    }

    .woocommerce-variation-add-to-cart, .product-type-simple .c-product__atc-wrap form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: stretch;
        align-items: stretch;
    }

    .c-product--layout-3 .c-product__col-2-center, .c-product--layout-4 .c-product__col-2-center {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-product--layout-3 .c-product__col-3, .c-product--layout-4 .c-product__col-3 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

        .c-product--layout-3 .c-product__col-3 > *, .c-product--layout-4 .c-product__col-3 > * {
            -webkit-box-ordinal-group: 3;
            order: 2;
        }

    .c-product--layout-3 .product_meta, .c-product--layout-4 .product_meta {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .c-product--layout-3 .c-product__tabs-header, .c-product--layout-3 .woocommerce-Reviews-title, .c-product--layout-4 .c-product__tabs-header, .c-product--layout-4 .woocommerce-Reviews-title {
        font-weight: 300;
        display: block;
        margin-top: 40px;
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.17em;
        text-transform: uppercase;
        color: var(--text-color-light);
    }

    .woocommerce-noreviews {
        display: block;
    }

    .c-product__short-description {
        font-size: 15px;
        line-height: 28px;
    }

    .c-product--quick-view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .c-product__quick-view-col-1, .c-product__quick-view-col-2 {
        width: 100%;
        max-width: 500px;
    }

    .c-product__quick-view-col-2 {
        padding: 30px;
    }

    .c-product--quick-view .c-product__title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.36em;
    }

    .c-product--quick-view .c-product__slider-item {
        padding-bottom: 88%;
    }

    .c-product__image-zoom-mobile {
        display: block;
        position: absolute;
        right: 30px;
        bottom: 25px;
        font-size: 35px;
        line-height: 1;
        z-index: 11;
    }
}

@media (max-width:820px) {
    .c-product__slider {
        margin-top: 0;
    }

    .c-product__badges {
        position: absolute;
        left: -30px;
        right: -30px;
        top: 0;
        z-index: 2;
        pointer-events: none;
    }

    .c-product--quick-view .c-product__badges {
        left: 0;
        right: 0;
    }

    .c-product__gallery {
        margin-left: -30px;
        margin-right: -30px;
    }

    .c-product--quick-view .c-product__gallery {
        margin-left: 0;
        margin-right: 0;
    }

    .c-product__tabs-list .owl-nav {
        display: none !important;
    }

    .c-product__atc-wrap table, .c-product__atc-wrap thead, .c-product__atc-wrap tbody, .c-product__atc-wrap tfoot, .c-product__atc-wrap tr, .c-product__atc-wrap th, .c-product__atc-wrap td {
        display: block;
        padding-left: 0 !important;
        text-align: left !important;
    }

    .c-product__atc-wrap .label {
        display: block;
        padding-bottom: 10px;
    }
}

.c-search-form {
    margin-bottom: 40px;
}

.c-search-form__wrap {
    display: -webkit-box;
    display: flex;
}

.c-search-form__label {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.c-search-form__button {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 2px 0 0 2px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width:1190px) {
    .c-shop-sidebar__buttons, .c-shop-sidebar__shadow {
        display: none;
    }

    .c-shop-sidebar__content--mobile {
        display: none;
    }
}

@media (max-width:1189px) {
    .c-shop-sidebar {
        position: fixed !important;
        z-index: 1200;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-width: 320px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
    }

    .c-shop-sidebar__content--mobile .widget:first-child {
        padding-top: 0;
    }

    .c-shop-sidebar--disabled {
        display: none !important;
        pointer-events: none;
    }

    .c-shop-sidebar--active {
        opacity: 1;
        visibility: visible;
    }

    .c-shop-sidebar__wrap {
        position: absolute;
        right: 0;
        top: 0;
        width: 260px;
        height: 100%;
        background-color: white;
        -webkit-transition: var(--custom-transform-transition);
        transition: var(--custom-transform-transition);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .c-shop-sidebar__wrap--active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .c-shop-sidebar__content {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 61px;
        bottom: 0;
        overflow: auto;
        background-color: var(--background-color-dark);
    }

    .c-shop-sidebar__content--desktop {
        display: none;
    }

    .c-shop-sidebar__shadow {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: var(--shadow-color-mobile);
    }

    .c-shop-sidebar__buttons {
        height: 60px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    .c-shop-sidebar__close {
        width: 38px;
        height: 38px;
        margin-left: auto;
        text-align: center;
        font-size: 20px;
        line-height: 44px;
    }
}

.c-soc {
    display: inline-block;
    position: relative;
}

.c-soc__icon {
    display: inline-block;
    vertical-align: middle;
}

.c-soc__link {
    display: inline-block;
}

    .c-soc__link + .c-soc__link {
        margin-left: 22px;
    }

.c-soc__icon--vk {
    font-size: 70%;
    line-height: inherit;
}

.c-soc--round .c-soc__link + .c-soc__link {
    margin-left: 8px;
}

.c-soc--round .c-soc__icon {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 30px;
    padding-top: 4px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 1px transparent;
}

.c-soc--round-big .c-soc__icon {
    width: 45px;
    height: 45px;
    line-height: 35px;
    padding-top: 6px;
    opacity: 0.6;
}

    .c-soc--round-big .c-soc__icon:hover {
        opacity: 1;
    }

.c-soc--round .c-soc__icon--telegram {
    padding-right: 2px;
}

.c-stock--out-of-stock {
    color: #D1333C;
}

.c-sub-categories {
    background-color: white;
    padding: 43px;
    margin-bottom: 40px;
}

.c-sub-categories__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -10px -6px;
}

.c-sub-categories__item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 250px;
    margin: 10px 6px;
}

.c-sub-categories__item-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .c-sub-categories__item-wrap > img {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

.woocommerce-loop-category__title {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.015em;
}

.c-sub-categories__item .count {
    background-color: transparent;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    opacity: 0.24;
}

@media (min-width:1190px) {
    .c-sub-categories__item a:hover {
        color: var(--accent-color);
    }
}

.c-to-top-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 80px;
    bottom: 106px;
    z-index: 1300;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear,visibility 0.2s linear,-webkit-transform 0.2s linear;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.1,0.1);
    transform: scale(0.1,0.1);
    outline: none;
    border: none;
    background-color: var(--to-top-button-color);
    color: var(--text-color);
}

.c-to-top-button--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.c-to-top-button__svg {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}

@media (min-width:1190px) {
    .c-to-top-button--active:hover {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
    }
}

@media (max-width:1189px) {
    .c-to-top-button {
        bottom: 70px;
        right: 10px;
    }

    .c-to-top-button--without-menu {
        bottom: 7px;
    }
}

@media (max-width:1190px) {
    .c-top-bar-menu__list {
        padding: 0;
        margin: 0 -20px;
        list-style: none;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .c-top-bar-menu__item {
        position: relative;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin: 0 20px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.125em;
        text-transform: uppercase;
    }

        .c-top-bar-menu__item:hover > a {
            font-size: 15px
        }

    .c-top-bar-menu__submenu {
        position: absolute;
        list-style: none;
        padding: 15px 0;
        width: 150px;
        margin: 10px 0 0 0;
        left: -25px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0.15s linear,opacity 0.15s linear;
        transition: visibility 0.15s linear,opacity 0.15s linear;
        text-transform: none;
        font-weight: normal;
        background-color: white;
        box-shadow: 0 2px 7px rgba(0,0,0,0.07);
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-align: start;
        align-items: flex-start;
    }

        .c-top-bar-menu__submenu:not(.initialized) {
            opacity: 0 !important;
            visibility: hidden !important;
        }

        .c-top-bar-menu__submenu:not(.c-top-bar-menu__submenu--inner).c-top-bar-menu__submenu--rtl {
            left: unset;
            right: -15px;
        }

        .c-top-bar-menu__submenu:not(.c-top-bar-menu__submenu--inner):before {
            content: '';
            display: block;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            height: 0px;
            background-color: var(--top-background-color);
        }

    .c-top-bar-menu__submenu--inner {
        top: -15px;
        margin-top: 0;
    }

        .c-top-bar-menu__submenu--inner:not(.c-top-bar-menu__submenu--rtl) {
            left: 100%;
        }

        .c-top-bar-menu__submenu--inner.c-top-bar-menu__submenu--rtl {
            left: unset;
            right: 100%;
        }

    .c-top-bar-menu__item:hover > .c-top-bar-menu__submenu, .c-top-bar-menu__subitem:hover > .c-top-bar-menu__submenu {
        opacity: 1;
        visibility: visible;
    }

    .c-top-bar-menu__subitem {
        width: 100%;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.015em;
        position: relative;
    }

        .c-top-bar-menu__subitem > a {
            display: block;
            padding: 10px 25px;
        }

        .c-top-bar-menu__subitem:hover > a {
            color: black;
            font-size: 14px;
            font-weight: 500
        }

    .c-top-bar-menu__item--has-children > a:after {
        content: var(--icon-select-bold);
        display: inline-block;
        vertical-align: middle;
        font-family: "theme-icons";
        font-size: 3px;
        margin-left: 5px;
        position: relative;
        top: -1px;
    }

    .c-top-bar-menu__subitem--has-children > a:after {
        content: var(--icon-select);
        position: absolute;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 20px;
        top: 10px;
        display: inline-block;
        font-family: "theme-icons";
        font-size: 5px;
        margin-left: 5px;
    }

    .c-top-bar-menu__subitem--rtl > a:after {
        right: unset;
        left: 4px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}


@media (min-width:1190px) {
    .c-top-bar-menu__list {
        padding: 0;
        margin: 0 -20px;
        list-style: none;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .c-top-bar-menu__item {
        position: relative;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin: 0 20px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.125em;
        text-transform: uppercase;
    }

        .c-top-bar-menu__item:hover > a {
            font-size: 15px
        }

    .c-top-bar-menu__submenu {
        position: absolute;
        list-style: none;
        padding: 15px 0;
        width: 210px;
        margin: 10px 0 0 0;
        left: -25px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0.15s linear,opacity 0.15s linear;
        transition: visibility 0.15s linear,opacity 0.15s linear;
        text-transform: none;
        font-weight: normal;
        background-color:white;
        box-shadow: 0 2px 7px rgba(0,0,0,0.07);
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-align: start;
        align-items: flex-start;
    }

        .c-top-bar-menu__submenu:not(.initialized) {
            opacity: 0 !important;
            visibility: hidden !important;
          
        }

        .c-top-bar-menu__submenu:not(.c-top-bar-menu__submenu--inner).c-top-bar-menu__submenu--rtl {
            left: unset;
            right: -25px;
        }

        .c-top-bar-menu__submenu:not(.c-top-bar-menu__submenu--inner):before {
            content: '';
            display: block;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            height: 0px;
            background-color: var(--top-background-color);
        }

    .c-top-bar-menu__submenu--inner {
        top: -15px;
        margin-top: 0;
    }

        .c-top-bar-menu__submenu--inner:not(.c-top-bar-menu__submenu--rtl) {
            left: 100%;
        }

        .c-top-bar-menu__submenu--inner.c-top-bar-menu__submenu--rtl {
            left: unset;
            right: 100%;
        }

    .c-top-bar-menu__item:hover > .c-top-bar-menu__submenu, .c-top-bar-menu__subitem:hover > .c-top-bar-menu__submenu {
        opacity: 1;
        visibility: visible;
    }

    .c-top-bar-menu__subitem {
        width: 100%;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.015em;
        position: relative;
    }

        .c-top-bar-menu__subitem > a {
            display: block;
            padding: 10px 25px;
        }

        .c-top-bar-menu__subitem:hover > a {
            color: black;
            font-size: 14px;
            font-weight:500
        }

    .c-top-bar-menu__item--has-children > a:after {
        content: var(--icon-select-bold);
        display: inline-block;
        vertical-align: middle;
        font-family: "theme-icons";
        font-size: 3px;
        margin-left: 5px;
        position: relative;
        top: -1px;
    }

    .c-top-bar-menu__subitem--has-children > a:after {
        content: var(--icon-select);
        position: absolute;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 20px;
        top: 10px;
        display: inline-block;
        font-family: "theme-icons";
        font-size: 5px;
        margin-left: 5px;
    }

    .c-top-bar-menu__subitem--rtl > a:after {
        right: unset;
        left: 4px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (min-width:1190px) {
    .c-top-menu {
        align-self: stretch;
        position: relative;
    }

    .c-top-menu__list {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: -15px -22.5px;
        height: 100%;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .c-top-menu__item {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        position: relative;
        margin: 15px 22.5px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
    }

    .c-header--header-type-1 .c-top-menu__item:not(.c-top-menu__item--has-children):after, .c-header--header-type-3 .c-top-menu__item:not(.c-top-menu__item--has-children):after, .c-header--header-type-4 .c-top-menu__item:not(.c-top-menu__item--has-children):after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0.13em;
        bottom: -15px;
        height: 2px;
        background-color: currentColor;
        opacity: 0;
        visibility: hidden;
    }

    .c-top-menu__item:hover:after {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .c-header--header-type-2 .c-top-menu__item:hover {
        color: var(--accent-color);
    }

    .c-top-menu__item > a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 100%;
    }

    .c-top-menu__subitem--expand > a {
        font-weight: 500;
        font-size: 17px;
        line-height: 1;
        letter-spacing: 0.09em;
        margin-top: 20px;
    }

    .c-top-menu__item > .c-top-menu__submenu, .c-top-menu__subitem--collapse > .c-top-menu__submenu {
        position: absolute;
        list-style: none;
        padding: 30px 0;
        width: 290px;
        margin: 15px 0 0 0;
        left: -40px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0.15s linear,opacity 0.15s linear;
        transition: visibility 0.15s linear,opacity 0.15s linear;
        text-transform: none;
        font-weight: normal;
        background-color: #ffffff;
        box-shadow: 0 2px 7px rgba(0,0,0,0.07);
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .c-top-menu__item > .c-top-menu__submenu--expand {
        padding-top: 10px;
    }

    .c-top-menu__submenu--content {
        padding: 0 !important;
        color: var(--text-color);
    }

        .c-top-menu__submenu--content > * {
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            width: 100%;
        }

        .c-top-menu__submenu--content h5, .c-top-menu__submenu--content .widget-title {
            font-weight: 500;
            font-size: 17px;
            line-height: 1;
            letter-spacing: 0.09em;
            text-transform: uppercase;
            margin-bottom: 24px;
        }

    .c-top-menu__subitem--expand > .c-top-menu__submenu {
        list-style: none;
        margin: 4px 0 4px 0;
        padding: 0;
    }

    .c-top-menu__item > .c-top-menu__submenu--columns-1 {
        width: 290px;
    }

    .c-top-menu__item > .c-top-menu__submenu--columns-2 {
        width: 580px;
    }

    .c-top-menu__item > .c-top-menu__submenu--columns-3 {
        width: 870px;
    }

    .c-top-menu__item > .c-top-menu__submenu--columns-4 {
        width: 1160px;
    }

    .c-top-menu__submenu:not(.c-top-menu__submenu--inner):before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: -15px;
        height: 15px;
    }

    .c-top-menu__item--has-children.initialized:after {
        content: '';
        display: block;
        position: absolute;
        left: 2px;
        top: calc(100% + 7px);
        border: solid 4px transparent;
        border-bottom-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0.15s linear,opacity 0.15s linear;
        transition: visibility 0.15s linear,opacity 0.15s linear;
    }

    .c-top-menu__subitem--collapse > .c-top-menu__submenu--inner {
        top: -30px;
        margin-top: 0;
    }

        .c-top-menu__subitem--collapse > .c-top-menu__submenu--inner:not(.c-top-menu__submenu--rtl) {
            left: 100%;
        }

        .c-top-menu__subitem--collapse > .c-top-menu__submenu--inner.c-top-menu__submenu--rtl {
            left: unset;
            right: 100%;
        }

    .c-top-menu__subitem {
        width: 290px;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        position: relative;
        color: var(--text-color);
    }

        .c-top-menu__subitem > a {
            display: block;
            padding: 10px 50px 10px 40px;
        }

    .c-top-menu__subitem--collapse:hover > .c-top-menu__submenu {
        opacity: 1;
        visibility: visible;
    }

    .c-top-menu__item:hover > .c-top-menu__submenu {
        opacity: 1;
        visibility: visible;
    }

    .c-top-menu__more-svg {
        position: absolute;
        top: 13px;
        font-size: 8px;
        line-height: 1;
        fill: currentColor;
    }

        .c-top-menu__more-svg:not(.c-top-menu__more-svg--rtl) {
            right: 37px;
        }

        .c-top-menu__more-svg.c-top-menu__more-svg--rtl {
            left: 17px;
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .c-top-menu__subitem--has-children:hover > .c-top-menu__more-svg, .c-top-menu__subitem--has-children:hover > a, .c-top-menu__submenu a:hover {
        color: var(--accent-color);
    }

    .c-top-menu__icon {
        display: inline-block;
        margin-right: 7px;
        opacity: 0.6;
    }

    @media (max-width:1339px) {
        .c-top-menu__list {
            margin-left: -15px;
            margin-right: -15px;
        }

            .c-top-menu__list .c-top-menu__item {
                font-size: 12px;
                margin-left: 15px;
                margin-right: 15px;
            }
    }
}

.c-wishlist {
    color: var(--text-color-light);
}

.c-wishlist__button-wrap .button {
    display: inline-block;
    margin-left: auto;
    background-color: transparent;
    padding: 10px 20px !important;
    font-size: 11px !important;
}

.c-wishlist__btn-icon--hover {
    display: none;
}

.c-wishlist__btn--added .c-wishlist__btn-icon {
    color: var(--accent-color);
}

.c-wishlist__btn:not(.c-wishlist__btn--added) .c-wishlist__btn-text-remove {
    display: none;
}

.c-wishlist__btn.c-wishlist__btn--added .c-wishlist__btn-text-add {
    display: none;
}

.c-wishlist__share {
    padding-top: 30px;
    border-top: solid 1px var(--text-color-extra-light);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.c-wishlist__share-title {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-right: 12px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.c-wishlist__share-link {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.025em;
}

.c-wishlist__share-col-1 {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.c-wishlist__share-col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-bottom: 15px;
    margin-left: 40px;
}

@media (min-width:1190px) {
    .c-wishlist__btn:hover .c-wishlist__btn-icon--hover {
        display: inline-block;
    }

    .c-wishlist__btn:hover .c-wishlist__btn-icon-normal {
        display: none;
    }
}

@media (max-width:767px) {
    .c-wishlist__table, .c-wishlist__table tbody, .c-wishlist__table tfoot, .c-wishlist__table tr, .c-wishlist__table th, .c-wishlist__table td {
        display: block;
    }

        .c-wishlist__table td {
            text-align: center !important;
            padding: 0 !important;
        }

        .c-wishlist__table tr {
            margin-bottom: 40px;
        }

        .c-wishlist__table thead {
            display: none;
        }

    .c-wishlist__button-wrap .button {
        margin-right: auto;
        margin-top: 12px;
    }

    .c-wishlist__table .c-cart__shop-td--product-thumbnail {
        display: block;
        width: 66px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .c-wishlist__table .c-cart__thumbnail-link {
        display: block;
    }

    .c-wishlist__table .c-cart__shop-remove-icon {
        left: -18px;
    }

    .c-wishlist__table .c-cart__shop-td--product-name {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .c-wishlist__share {
        display: block;
        text-align: center;
    }

    .c-wishlist__share-col-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .c-wishlist__share-col-2 {
        margin-left: 0;
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .c-wishlist__share-title {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.comment-respond {
    margin-top: 50px;
}

.commentlist {
    list-style: none !important;
    padding: 0;
    margin: 30px 0 -25px 0;
}

    .commentlist .comment-body, .commentlist .comment_container {
        position: relative;
        padding: 0 0 25px 80px;
    }

        .commentlist .comment-body.no-avatar, .commentlist .comment_container.no-avatar {
            padding-left: 0;
        }

    .commentlist .comment.depth-1:not(:last-child), .commentlist .review.depth-1:not(:last-child) {
        margin-bottom: 25px;
        border-bottom: solid 1px #DEDEDE;
    }

    .commentlist .comment-body + .comment-respond {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .commentlist .trackback .comment-body:before, .commentlist .pingback .comment-body:before {
        display: none;
    }

    .commentlist .avatar {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        z-index: 1;
        border-radius: 50%;
    }

    .commentlist .children {
        position: relative;
        list-style: none !important;
        padding: 0;
        margin: 0 0 0 50px !important;
        ;
    }

    .commentlist .meta, .commentlist .comment-meta {
        margin: 0;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

        .commentlist .meta > *, .commentlist .comment-meta > * {
            margin-bottom: 10px;
        }

    .commentlist .author-name {
        display: inline-block;
        position: relative;
        z-index: 2;
    }

    .woocommerce-review__verified, .woocommerce-review__published-date, .commentlist .comment-metadata {
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 25px;
        color: var(--text-color);
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

.woocommerce-review__verified {
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.woocommerce-review__author, .commentlist .comment-author {
    display: inline-block;
    line-height: 14px;
    margin-right: 25px;
}

.commentlist .comment-author {
    margin-top: -2px;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

    .woocommerce-review__author, .commentlist .comment-author strong {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        font-weight: 600;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--text-color);
    }

.woocommerce-review__dash {
    display: none;
}

.comment-meta {
    margin-bottom: 10px;
}

.logged-in-as {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

    .logged-in-as a:last-child {
        color: var(--text-color);
        text-transform: uppercase;
        font-weight: 400;
        display: inline-block;
    }

    .logged-in-as a:hover {
        color: var(--accent-color);
    }

.commentlist .buttons {
    margin-top: 10px;
    text-align: right;
}

    .commentlist .buttons a {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: var(--text-color);
    }

.commentlist a:hover {
    color: var(--accent-color-dark);
}

.commentlist .buttons i {
    font-size: 11px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}

.commentlist .star-rating {
    float: right;
}

.commentlist .description, .commentlist .comment-content {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
}

    .commentlist .description > *:first-child {
        margin-top: 0;
        padding-top: 0;
    }

    .commentlist .description > *:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.commentlist .comment-text {
    padding-top: 12px;
}

.c-post__comments .author-img img {
    margin-bottom: 12px;
}

.commentlist .reply-svg {
    vertical-align: middle;
    width: 17px;
    height: 15px;
    margin-right: 7px;
}

.comment-edit-link {
    display: inline-block;
    margin-left: 25px;
}

.comment-form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: white;
    padding: 40px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

    .comment-form > * {
        width: 100%;
    }

.comments-title, .comment-reply-title {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--text-color-light);
}

.comment-reply-title {
    margin-bottom: 30px;
}

#cancel-comment-reply-link {
    margin-left: 25px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-color);
}

    #cancel-comment-reply-link:hover {
        color: var(--accent-color-dark);
    }

    #cancel-comment-reply-link:before {
        content: var(--icon-close-small);
        font-family: theme-icons;
        font-size: 10px;
        line-height: 1;
        vertical-align: middle;
        display: inline-block;
        margin-right: 6px;
        position: relative;
        top: -1px;
    }

.comment-notes {
    display: none;
}

.comment-form-rating {
    padding: 12px 25px 14px 25px;
    background-color: var(--background-color);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

    .comment-form-rating .stars {
        margin: 0 0 0 20px;
        height: 14px;
        line-height: 14px;
        white-space: nowrap;
    }

.comment-form label:not([for="rating"]):not([for="wp-comment-cookies-consent"]) {
    display: none;
}

.comment-form-comment textarea {
    display: block;
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    margin: 10px 0 0 0;
}

.comment-form-cookies-consent {
    margin: 20px 0 0 0;
}

.comment-form .form-submit {
    clear: both;
    padding: 32px 0 0 0;
    margin: 0;
}

.woocommerce-Reviews {
}

.woocommerce-Reviews-title {
    display: none;
}

@media (min-width:1190px) {
    .c-post__comments .comment-form-author, .c-post__comments .comment-form-email, .c-post__comments .comment-form-url {
        width: calc(33.3333% - 6px);
    }
}

@media (max-width:1189px) {
    #review_form .comment-respond {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .commentlist .children {
        margin-left: 0 !important;
    }
}

@media (max-width:450px) {
    #review_form .comment-respond {
        margin-top: 40px;
    }

    .commentlist .comment-body, .commentlist .comment_container {
        padding-left: 0;
    }

    .commentlist .meta, .commentlist .comment-meta {
        padding-left: 80px;
        min-height: 50px;
        margin-bottom: 20px;
    }

    .commentlist .comment-body.no-avatar .meta, .commentlist .comment_container.no-avatar .meta, .commentlist .comment-body.no-avatar .comment-meta, .commentlist .comment_container.no-avatar .comment-meta {
        padding-left: 0;
    }
}

@media (max-width:359px) {
    .commentlist .meta, .commentlist .comment-meta {
        padding-left: 0;
        min-height: unset;
    }

    .commentlist .review, .commentlist .comment {
        padding-left: 0;
    }

    .commentlist .comment-body, .commentlist .comment_container, .commentlist .review {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

        .commentlist .comment-body:before {
            left: 20px;
            top: 20px;
        }

    .commentlist .avatar {
        position: relative;
        left: unset;
        top: unset;
    }

    .commentlist .children:before {
        left: -20px;
        width: 10px;
        height: 30px;
    }

    .comment-form {
        padding: 20px;
    }
}

.page-numbers__wrap, .woocommerce-pagination {
    position: relative;
    margin-top: 57.5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.woocommerce-pagination {
    overflow: hidden;
}

ul.page-numbers, ul.post-page-numbers {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.025em;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-post__page-links {
    -webkit-box-align: center;
    align-items: center;
    clear: both;
    margin-top: 45px;
}

ul.page-numbers li, ul.post-page-numbers li {
    display: block;
    position: relative;
    margin: 2.5px;
}

a.page-numbers, a.post-page-numbers, span.page-numbers, span.post-page-numbers {
    display: block;
    width: 50px;
    height: 50px;
    border: solid 1px currentColor;
}

    a.page-numbers:hover, a.post-page-numbers:hover, span.page-numbers:not(.dots), span.post-page-numbers:not(.dots) {
        color: white;
        background-color: var(--text-color);
        border-color: var(--text-color);
    }

.page-numbers__prev-ico, .page-numbers__next-ico {
    font-size: 10px;
    line-height: 50px;
}

.select2-container {
    z-index: 50 !important;
}

.select2-results, .select2-search--dropdown {
    background-color: white;
}

.select2-selection--single, .select2-selection--multiple {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color);
    border: solid 1px var(--background-color) !important;
    padding: 9px 25px 10px 25px;
    background-color: var(--background-color) !important;
    border-radius: 0 !important;
    height: auto !important;
    min-height: 49px;
    min-width: 0;
    margin: 0 !important;
}

.select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-selection--multiple {
    padding: 3px 25px 4px 25px;
}

.select2-container--open .select2-selection--multiple, .select2-container--open .select2-selection--single, .select2-dropdown {
    border-color: var(--text-color-extra-light);
    background-color: var(--background-color-light);
    outline: none;
}

.select2-results__option, .select2-container, .select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    outline: none;
}

.select2-selection__arrow {
    right: 10px !important;
    top: 50% !important;
    margin-top: -11px !important;
}

.select2-search__field {
    padding: 9px 20px 10px 20px !important;
    border-color: var(--background-color) !important;
}

.select2-search--inline .select2-search__field {
    padding: 0 !important;
}

.select2-dropdown {
    border-color: var(--background-color) !important;
    border-radius: 0 !important;
}

.select2-results__option {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: var(--text-color);
}

.select2-results__option--highlighted[aria-selected], .select2-results__option--highlighted[data-selected] {
    background-color: var(--text-color) !important;
}

.select2-selection__arrow b {
    border: none !important;
    font-size: 6px !important;
    line-height: 1 !important;
    margin-top: -4px !important;
}

    .select2-selection__arrow b:after {
        content: var(--icon-select);
        font-family: "theme-icons";
    }

.star-rating {
    position: relative;
    display: inline-block;
    line-height: 10px;
    width: 67px;
    height: 10px;
    overflow: hidden;
}

    .star-rating:before, .star-rating span:before {
        height: 100%;
        background-repeat: repeat-x;
        background-size: auto 100%;
    }

    .star-rating:before, .star-rating span:before {
        position: absolute;
        top: 0;
        left: 0;
    }

    .star-rating:before {
        content: "";
        width: 100%;
        opacity: 0.2;
    }

    .star-rating span:before {
        content: "";
        width: 100%;
    }

    .star-rating > span {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
    }

.comment-form-rating .stars a {
    height: 14px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    display: inline-block;
    width: 14px;
    text-indent: 100%;
    overflow: hidden;
    opacity: 0.2;
}

.comment-form-rating .stars:hover a {
    opacity: 1;
}

.comment-form-rating .stars.selected a, .comment-form-rating .stars a.active {
    opacity: 1;
}

    .comment-form-rating .stars:not(.selected) a:hover ~ a, .comment-form-rating .stars.selected a.active ~ a {
        opacity: 0.2;
    }

.star-rating:before, .star-rating span:before, .comment-form-rating .stars a {
    background-image: var(--star-rating-image) !important;
}

.c-sidebar {
    position: relative;
}

.widget {
    position: relative;
    background-color: white;
    margin-bottom: 1px;
    padding: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.015em;
}

    .widget a:hover {
        color: var(--accent-color);
    }

.c-sidebar .widget-title {
    margin: 0 0 20px 0;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.c-sidebar .rss-widget-icon {
    display: none;
}

.c-sidebar .widget ul.sub-menu, .c-sidebar .widget ul.children {
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-top: 15px;
}

.widget_archive ul ul, .widget_categories ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul {
    counter-reset: submenu;
}

    .widget_archive ul ul > li > a::before, .widget_categories ul ul > li > a::before, .widget_meta ul ul > li > a::before, .widget_nav_menu ul ul > li > a::before, .widget_pages ul ul > li > a::before, .widget_recent_comments ul ul > li > a::before, .widget_recent_entries ul ul > li > a::before, .widget_rss ul ul > li > a::before {
        content: var(--icon-depth) counters(submenu,var(--icon-depth),none);
        counter-increment: submenu;
        color: var(--text-color-extra-light);
        font-family: "theme-icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-size: 75%;
    }

.c-sidebar .widget li {
    position: relative;
}

    .c-sidebar .widget li:not(:last-child) {
        margin-bottom: 20px;
    }

    .c-sidebar .widget li a:empty {
        display: none;
    }

.c-sidebar .widget_pages ul:not(.children):not(.sub-menu) > li:before, .c-sidebar .widget_archive ul:not(.children):not(.sub-menu) > li:before, .c-sidebar .widget_meta ul:not(.children):not(.sub-menu) > li:before, .c-sidebar .widget_categories ul:not(.children):not(.sub-menu) > li:before, .c-sidebar .widget_nav_menu ul:not(.children):not(.sub-menu) > li:before {
    content: var(--icon-submenu);
    display: inline-block;
    font-family: "theme-icons";
    font-size: 9px;
    margin-right: 8px;
    line-height: 1;
    position: relative;
    top: -1px;
}

.c-sidebar .wp-calendar-nav {
    margin-top: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-sidebar ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.c-sidebar .widget_pages ul, .c-sidebar .widget_categories ul, .c-sidebar .widget_archive ul, .c-sidebar .widget_nav_menu ul, .c-sidebar .widget_meta ul, .c-sidebar .widget_product_categories ul {
    line-height: 1.2;
    margin: 20px 0 -5px 0;
}

.c-sidebar .widget_recent_comments ul {
    margin: 20px 0 -5px 0;
}

    .c-sidebar .widget_pages li:not(:first-child):after, .c-sidebar .widget_pages ul ul li:first-child:after, .c-sidebar .widget_categories li:not(:first-child):after, .c-sidebar .widget_categories ul ul li:first-child:after, .c-sidebar .widget_archive li:not(:first-child):after, .c-sidebar .widget_archive ul ul li:first-child:after, .c-sidebar .widget_nav_menu li:not(:first-child):after, .c-sidebar .widget_nav_menu ul ul li:first-child:after, .c-sidebar .widget_meta li:not(:first-child):after, .c-sidebar .widget_meta ul ul li:first-child:after, .c-sidebar .widget_recent_comments li:not(:first-child):after, .c-sidebar .widget_recent_comments ul ul li:first-child:after, .c-sidebar .widget_product_categories li:not(:first-child):after, .c-sidebar .widget_product_categories ul ul li:first-child:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: -10px;
        border-bottom: solid 1px transparent;
    }

.c-sidebar .widget li.cat-parent:not(:last-child), .c-sidebar .widget li.page_item_has_children:not(:last-child) {
    margin-bottom: 15px;
}

.c-sidebar .widget ul.children li:not(:last-child), .c-sidebar .widget ul.sub-menu li:not(:last-child) {
    margin-bottom: 7px;
}

.c-sidebar .widget ul.children ul.children, .c-sidebar .widget ul.sub-menu ul.sub-menu {
    margin-left: 0;
    margin-top: 7px;
}

.widget li.current-cat > a, .widget li.current_page_item > a, .widget li a[aria-current], .widget li.current-cat > a + .count, .widget li.current_page_item > a + .count, .widget li a[aria-current] + .count {
    font-weight: 500;
}

.widget_recent_comments ul {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.025em;
}

.widget_recent_comments .recentcomments .comment-author-link {
    text-transform: capitalize;
    font-weight: 500;
    display: block;
}

.widget_rss ul li .rsswidget {
    font-weight: 500;
}

.widget_rss ul li .rss-date {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    opacity: 0.6;
    font-size: 12px;
}

    .widget_rss ul li .rss-date:before {
        content: var(--icon-calendar);
        font-family: "theme-icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 10px;
        speak: none;
        margin-right: 6px;
        display: inline-block;
        position: relative;
        top: 1px;
    }

.widget_rss ul li cite {
    text-align: right;
    position: relative;
    display: block;
    font-style: normal;
    font-size: 85%;
    font-weight: 500;
}

.widget_recent_comments .recentcomments .comment-author-link:before {
    content: var(--icon-user);
    font-family: "theme-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    speak: none;
    margin-right: 4px;
    display: inline-block;
}

.widget[style*="display:none"] + .widget {
    margin-top: 0;
}

.widget .textwidget img {
    max-width: 100%;
    height: auto !important;
}

.widget select {
    max-width: 100%;
}

.widget .c-button {
    padding: 8px 12px;
    font-size: 15px;
    cursor: pointer;
}

.widget .c-form__input {
    padding: 7px 12px;
    font-size: 15px;
}

.widget .c-custom-select {
    font-size: 14px;
    line-height: 1;
    padding: 9px 20px 10px 20px;
    border: solid 1px var(--text-color-extra-light);
}

.widget .c-custom-select__angle {
    right: 9px;
}

.widget select {
    width: 100%;
}

    .widget select:not(.hasCustomSelect) {
        opacity: 0;
    }

.widget_calendar table {
    width: 100%;
    border-spacing: 0;
}

.widget_calendar #today {
    background-color: var(--text-color);
    color: white;
}

.widget_calendar caption {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    text-align: left;
}

.widget_calendar th {
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    border-top: solid 1px var(--text-color);
    border-bottom: solid 1px var(--text-color);
    background-color: var(--background-color);
}

.widget_calendar td {
    text-align: center;
    padding: 4px 0;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    z-index: 1;
}

.widget_calendar tbody tr:first-child td {
    padding-top: 10px;
}

.widget_calendar #prev {
    padding-top: 15px;
    text-align: left;
    padding-left: 7px;
}

.widget_calendar #next {
    padding-top: 15px;
    text-align: right;
    padding-right: 7px;
}

.widget_calendar td:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: solid 1px var(--text-color-extra-light);
    opacity: 0.3;
}

.widget_calendar tbody a {
    text-decoration: underline;
    text-underline-position: under;
}

.wp-calendar-nav {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.woocommerce-widget-layered-nav-list {
    list-style: none;
    padding-left: 34px !important;
}

.woocommerce-widget-layered-nav-list__item {
    position: relative;
    margin-bottom: 3px;
}

    .woocommerce-widget-layered-nav-list__item:before {
        content: '';
        position: absolute;
        left: -34px;
        top: 2px;
        width: 20px;
        height: 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-family: "theme-icons";
        font-size: 9px;
        line-height: 1;
        background-color: var(--background-color);
    }

    .woocommerce-widget-layered-nav-list__item.chosen:before {
        content: var(--icon-check);
    }

    .widget_layered_nav_filters a, .woocommerce-widget-layered-nav-list__item a {
        display: inline-block;
        margin-left: -34px;
        padding-left: 34px;
        position: relative;
        z-index: 10;
    }

.widget_layered_nav_filters ul {
    list-style: none;
}

.widget_layered_nav_filters li {
    position: relative;
}

    .widget_layered_nav_filters li.chosen:before {
        content: var(--icon-close-small);
        color: var(--text-color-light);
        position: absolute;
        display: block;
        font-family: "theme-icons";
        width: 8px;
        height: 8px;
        font-size: 8px;
        line-height: 1;
        left: -18px;
        top: 8px;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out;
    }

    .widget_layered_nav_filters li.chosen:hover:before {
        -webkit-transform: scale(2,2);
        transform: scale(2,2);
    }

.widget_price_filter .price_slider, .c-filter-price__slider {
    position: relative;
    height: 2px;
    margin: 23px 8px 0 8px;
}

.widget_price_filter .button {
    margin-right: 0;
}

.widget_price_filter .price_slider:before, .c-filter-price__slider:before {
    content: '';
    display: block;
    position: absolute;
    left: -6px;
    right: -6px;
    top: 0;
    height: 1px;
    background: var(--background-color);
}

.c-filter-price__label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 27px;
}

    .c-filter-price__label > * {
        line-height: 45px;
        text-align: center;
        padding: 0 10px;
        width: 120px;
        border: solid 1px transparent;
        border-radius: 2px;
    }

.widget .c-search-form {
    margin-bottom: 0;
}

.widget_price_filter .ui-slider-range, .c-filter-price__slider .ui-slider-range {
    height: 1px;
    position: absolute;
    background-color: var(--text-color);
}

.widget_price_filter .ui-slider-handle, .c-filter-price__slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    display: block;
    top: -5px;
    position: absolute;
    border-radius: 50%;
    margin-left: -6px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-color: var(--text-color);
}

.widget_price_filter .price_slider_amount, .c-filter-price__slider .price_slider_amount {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.widget_price_filter .button {
    margin-top: 10px;
}

.widget_price_filter .price_label {
    margin-top: 19px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

.widget_price_filter .ui-slider-handle:focus {
    outline: none;
}

.widget_price_filter input {
    opacity: 0;
    visibility: hidden;
}

.widget .tagcloud {
    margin-top: -5px;
}

.widget .tag-cloud-link {
    font-weight: 300;
    font-size: 13px !important;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color);
}

    .widget .tag-cloud-link:not(:last-child):after {
        content: '';
        display: inline-block;
        width: 2px;
        height: 2px;
        background-color: currentColor;
        border-radius: 50%;
        vertical-align: middle;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 2px;
    }

.widget img {
    max-width: 100%;
    height: auto;
}

.woocommerce-product-search {
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 100%;
}

    .woocommerce-product-search input[type="search"] {
        width: 100%;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding-right: 5px !important;
    }

    .widget .c-search-form__button, .woocommerce-product-search button {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 45px;
        height: 45px;
        outline: none;
        border: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background-color: var(--background-color);
        color: var(--text-color);
        font-size: 13px;
        line-height: 1;
        margin: 0;
        padding-left: 14px;
    }

        .widget .c-search-form__button:hover, .woocommerce-product-search button:hover {
            background-color: var(--text-color);
            color: white;
        }

.widget input[type=text]:not(.h-cb), .widget input[type=tel]:not(.h-cb), .widget input[type=password]:not(.h-cb), .widget input[type=number]:not(.h-cb), .widget input[type=search]:not(.h-cb), .widget input[type=url]:not(.h-cb), .widget input[type=email]:not(.h-cb) {
    padding: 9px 20px 10px 20px;
}

.widget_recent_reviews .product-title {
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 2px;
    color: var(--text-color);
}

.widget_recent_reviews .reviewer {
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

.widget_recent_reviews .star-rating {
    margin-right: 8px;
}

.c-sidebar .widget_recent_reviews li:not(:last-child) {
    margin-bottom: 30px;
}

.woocommerce-notices-wrapper {
    position: relative;
    width: 100%;
    clear: both;
    min-width: 320px;
}

.woocommerce-notice-close {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    z-index: 1;
    opacity: 0.3;
}

.woocommerce-notice-close-svg {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
}

.woocommerce-notice-success-svg {
    width: 22px;
    height: 22px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    color: #6FBA54;
    display: block;
    position: absolute;
}

.woocommerce-notice-info-svg {
    width: 22px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    color: #FE8128;
    display: block;
    position: absolute;
}

.woocommerce-notice-error-svg {
    width: 22px;
    height: 22px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    color: #D1333C;
    display: block;
    position: absolute;
}

.woocommerce-notice .button {
    float: right;
    margin-left: 20px;
}

.woocommerce-notice a {
    text-decoration: underline;
}

.woocommerce-NoticeGroup:not(:empty) + .c-cart__wrap {
    margin-top: 45px;
}

.woocommerce > .woocommerce-notice {
    display: none;
}

.woocommerce-notices-wrapper {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.woocommerce-store-notice {
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    margin: 0;
}

.woocommerce-store-notice--bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1101;
    box-shadow: 0 -4px 22px 2.4px rgba(0,0,0,0.12);
}

.woocommerce-store-notice__dismiss-link {
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 12px;
    text-decoration: none;
    margin-left: 10px;
}

.woocommerce-notice {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    letter-spacing: 0.015em;
    background-color: white;
}

.woocommerce-form-login-toggle {
    display: none;
}

@media (min-width:1190px) {
    .c-page-header--category + .woocommerce-notices-wrapper, #main-header + .woocommerce-notices-wrapper:not(.woocommerce-notices-wrapper--ajax) {
        margin-top: 15px;
    }

    .woocommerce-notices-wrapper {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .woocommerce-notices-wrapper--transition {
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear,-webkit-transform 0.2s linear;
    }

    .woocommerce-notice {
        position: relative;
        border-radius: 4px;
        margin-top: 12px;
        padding: 14px 60px 14px 60px;
    }

    .woocommerce-notices-wrapper--ajax {
        position: fixed;
        visibility: visible;
        top: 15px;
        right: 30px;
        width: 425px;
        margin: 0;
        z-index: 1200;
    }

        .woocommerce-notices-wrapper--ajax .woocommerce-notice {
            border-radius: 0;
            margin: 0;
            font-size: 14px;
            line-height: 17px;
            font-weight: 300;
            letter-spacing: 0.015em;
            padding: 25px 25px 25px 54px;
            box-shadow: 0 4px 22px 2.4px rgba(0,0,0,0.12);
        }

    .woocommerce-notice-success-svg, .woocommerce-notice-info-svg, .woocommerce-notice-error-svg {
        left: 16px;
        top: 16px;
    }

    .woocommerce-notices-wrapper--ajax .woocommerce-notice-success-svg, .woocommerce-notices-wrapper--ajax .woocommerce-notice-info-svg, .woocommerce-notices-wrapper--ajax .woocommerce-notice-error-svg {
        left: 22px;
        top: 24px;
    }

    .woocommerce-notice-close {
        right: 18px;
        top: 18px;
    }

    .woocommerce-notices-wrapper--ajax .woocommerce-notice-close {
        right: 18px;
        top: 26px;
    }
}

@media (max-width:1189px) {
    .woocommerce-notices-wrapper {
        position: fixed;
        top: 60px;
        left: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        z-index: 1000;
    }

    .woocommerce-notices-wrapper--ajax {
        visibility: visible;
    }

    .woocommerce-notice {
        position: relative;
        padding: 18px 30px 18px 50px;
        box-shadow: 0 3px 4px rgba(0,0,0,0.08);
    }

    .woocommerce-notice-success-svg, .woocommerce-notice-info-svg, .woocommerce-notice-error-svg {
        left: 16px;
        top: 16px;
    }

    .woocommerce-notice-close {
        right: 18px;
        top: 18px;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px,0px,0px);
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-dot {
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
}

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        -webkit-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

        .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
            max-height: 0;
        }

    .owl-carousel .owl-item img.owl-lazy {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease,-webkit-transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

.c-ip-accordion__list {
    margin: -10px 0;
}

.c-ip-accordion__item {
    margin: 10px 0;
    background-color: white;
}

.c-ip-accordion__header {
    display: block;
    padding: 40px 100px 40px 50px;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    position: relative;
}

.c-ip-accordion__arrow {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -8px;
    transform-origin: center center;
    transform: rotate(90deg);
    transition: transform 0.3s linear;
    font-size: 15px;
    line-height: 1;
    width: 8px;
    height: 15px;
}

.c-ip-accordion__content {
    padding: 0 50px 40px 50px;
    display: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: var(--text-color-light);
}

.c-ip-accordion__item--active .c-ip-accordion__arrow {
    transform: rotate(-90deg);
}

@media (max-width:767px) {
    .c-ip-accordion__header {
        padding: 20px 50px 20px 25px;
        font-size: 18px;
    }

    .c-ip-accordion__arrow {
        position: absolute;
        right: 25px;
    }

    .c-ip-accordion__content {
        padding: 0 25px 20px 25px;
    }
}

.c-ip-banners__list {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.c-ip-banners__item {
    width: calc(100% / 3);
    flex: 0 0 auto;
    position: relative;
    padding: 70px 55px;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.c-ip-banners__item--center {
    justify-content: center;
}

.c-ip-banners__item--right {
    justify-content: flex-end;
}

.c-ip-banners__svg, .c-ip-banners__image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    object-position: center;
    object-fit: cover;
    z-index: 1;
    transition: var(--opacity-transition);
}

.c-ip-banners__wrap {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    align-items: flex-start;
}

.c-ip-banners__wrap--middle {
    justify-content: center;
}

.c-ip-banners__wrap--center {
    align-items: center;
    text-align: center;
}

.c-ip-banners__wrap--right {
    align-items: flex-end;
    text-align: right;
}

.c-ip-banners__wrap > * {
    flex: 0 0 auto;
}

.c-ip-banners__space {
    flex: 1 1 auto !important;
}

.c-ip-banners__subheader {
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.125;
    letter-spacing: 0.725em;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.c-ip-banners__header {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.185;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.c-ip-banners__button {
    display: inline-block;
    margin-top: 32px;
}

.c-ip-banners__link {
    display: flex;
}

.c-ip-banners__list--1 {
    justify-content: center;
}

.c-ip-banners__item--animation {
    position: absolute;
    top: 0;
    z-index: 10;
}

@media (min-width:1190px) {
    .c-ip-banners__button.c-button--default:hover {
        opacity: 0.65;
    }

    .c-ip-banners__list--2 {
        justify-content: center;
    }

    .c-ip-banners__link:hover .c-ip-banners__image, .c-ip-banners__link:hover .c-ip-banners__svg {
        opacity: 0.6;
    }
}

@media (max-width:1189px) {
    .c-ip-banners__item {
        width: 50%;
    }
}

@media (max-width:767px) {
    .c-ip-banners__item {
        width: 100%;
    }
}

@media (max-width:1339px) {
    .c-ip-banners__item {
        padding: 36px 30px 44px 30px;
    }

    .c-ip-banners__subheader {
        font-size: 13px;
        letter-spacing: 0.555em;
        margin-bottom: 20px;
    }

    .c-ip-banners__header-size {
        display: block;
        font-size: 73.68%;
    }
}

.c-ip-button__icon {
    display: inline-block;
    vertical-align: middle;
}

.c-ip-button__icon--left {
    margin-right: 8px;
}

.c-ip-button__icon--right {
    margin-left: 8px;
}

.elementor-align-justify.elementor-widget-ideapark-button .c-ip-button {
    width: 100%;
}

.c-ip-countdown {
    display: flex;
    justify-content: center;
}

.c-ip-countdown__wrap {
    display: inline-flex;
    margin: 0 -10px;
}

.c-ip-countdown__item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px;
}

.c-ip-countdown__digits {
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.14em;
}

.c-ip-countdown__separator {
    font-size: 6px;
    height: 6px;
    margin-bottom: 4px;
}

.c-ip-countdown__title {
    font-weight: normal;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (max-width:1169px) {
    .c-ip-countdown__item {
        width: 57px;
    }

    .c-ip-countdown__wrap {
        margin: 0 -5px;
    }
}

@media (max-width:400px) {
    .c-ip-countdown__item {
        width: unset;
    }
}

.c-ip-heading {
}

.c-ip-heading--large {
    font-weight: 300;
    font-size: 58px;
    line-height: 1.172;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

    .c-ip-heading--large.c-ip-heading--center {
        text-indent: 0.07em;
    }

    .c-ip-heading--large.c-ip-heading--right {
        direction: rtl;
        text-indent: -0.07em;
    }

.c-ip-heading--medium {
    font-weight: normal;
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

    .c-ip-heading--medium.c-ip-heading--center {
        text-indent: 0.07em;
    }

    .c-ip-heading--medium.c-ip-heading--right {
        text-indent: -0.07em;
        direction: rtl;
    }

.c-ip-heading--small {
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.8em;
    text-transform: uppercase;
}

    .c-ip-heading--small.c-ip-heading--center {
        text-indent: 0.4em;
    }

    .c-ip-heading--small.c-ip-heading--right {
        text-indent: -0.4em;
        direction: rtl;
    }

.c-ip-heading--default {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: var(--text-color-light);
}

.c-ip-heading__inner {
    position: relative;
    display: inline-block;
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

.c-ip-heading--bullet-before:before, .c-ip-heading--bullet-after:after {
    content: var(--icon-romb);
    display: block;
    font-family: "theme-icons";
    vertical-align: middle;
    font-size: 6px;
    height: 6px;
    line-height: 1;
    letter-spacing: 0;
    text-indent: 0;
    color: currentColor;
}

.c-ip-heading--small.c-ip-heading--bullet-before:before {
    margin-bottom: 6px;
}

.c-ip-heading--small.c-ip-heading--bullet-after:after {
    margin-top: 6px;
}

.c-ip-heading--small {
    margin-bottom: 10px;
}

    .c-ip-heading--small:not(.c-ip-heading--bullet-before) {
        margin-top: 10px;
    }

.c-ip-heading--medium.c-ip-heading--bullet-before:before, .c-ip-heading--large.c-ip-heading--bullet-before:before {
    margin-bottom: 6px;
}

.c-ip-heading--medium.c-ip-heading--bullet-after:after, .c-ip-heading--large.c-ip-heading--bullet-after:after {
    margin-top: 6px;
}

.c-ip-heading--block-align-left .c-ip-heading__inner {
    display: block;
    margin-right: auto;
}

.c-ip-heading--block-align-center .c-ip-heading__inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.c-ip-heading--block-align-right .c-ip-heading__inner {
    display: block;
    margin-left: auto;
}

@media (min-width:1190px) {
    .c-ip-heading--small.c-ip-heading--bullet-before:before {
        margin-bottom: 10px;
    }

    .c-ip-heading--small.c-ip-heading--bullet-after:after {
        margin-top: 10px;
    }

    .c-ip-heading--small.c-ip-heading--bullet-after {
        margin-bottom: 4px;
    }

    .c-ip-heading--large.c-ip-heading--left .c-ip-heading__inner {
        margin-left: -6px;
    }

    .c-ip-heading--medium.c-ip-heading--left .c-ip-heading__inner {
        margin-left: -3px;
    }
}

@media (max-width:1189px) {
    .c-ip-heading--small {
        margin-bottom: 8px;
    }

        .c-ip-heading--small:not(.c-ip-heading--bullet-before) {
            margin-top: 8px;
        }

    .c-ip-heading--center, .c-ip-heading--tablet-center {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c-ip-heading--large {
        font-size: 45px;
    }

    .c-ip-heading--medium {
        font-size: 28px;
    }

    .c-ip-heading--small {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.67em;
    }

        .c-ip-heading--small.c-ip-heading--center {
            text-indent: 0.34em;
        }

        .c-ip-heading--small.c-ip-heading--right {
            text-indent: -0.34em;
            direction: rtl;
        }

    .c-ip-heading:not(.c-ip-heading--default) br {
        content: ""
    }

        .c-ip-heading:not(.c-ip-heading--default) br:after {
            content: "\00a0"
        }
}

@media (max-width:767px) {
    .c-ip-heading--mobile-center {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c-ip-icon-list-1 {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}

.c-ip-icon-list-1__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: -25px -45px;
    list-style: none;
}

.c-ip-icon-list-1__item {
    display: block;
    text-align: center;
    flex: 0 0 310px;
    width: 360px;
    margin: 25px 45px;
    position: relative;
    transition: background-color 0.3s ease-out;
}

.c-ip-icon-list-1__icon {
    font-size: 40px;
    line-height: 1;
    height: 40px;
    margin-bottom: 35px;
}

.c-ip-icon-list-1 svg {
    width: auto;
    height: 40px;
    fill: currentColor;
    stroke: none;
    margin-bottom: 35px;
}

.c-ip-icon-list-1__title {
    display: block;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.14em;
    padding-left: 0.14em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.c-ip-icon-list-1__romb {
    display: block;
    font-size: 6px;
    line-height: 1;
    height: 6px;
    margin-bottom: 14px;
}

.c-ip-icon-list-1__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: var(--text-color-light);
}

.c-ip-icon-list-1__button {
    margin-top: 35px;
}

@media (min-width:1190px) {
}

@media (max-width:1189px) {
}

.c-ip-image-list-1 {
    position: relative;
}

.c-ip-image-list-1--nav {
    padding: 0 50px;
}

.c-ip-image-list-1__wrap {
    position: relative;
    margin-bottom: -20px;
}

.c-ip-image-list-1__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 -40px 0 0;
}

    .c-ip-image-list-1__list.owl-carousel, .c-ip-image-list-1__list.owl-carousel .c-ip-image-list-1__item {
        margin-right: 0;
    }

.c-ip-image-list-1__list--carousel {
    flex-wrap: nowrap;
}

.c-ip-image-list-1__item {
    flex: 0 0 auto;
    width: 160px;
    margin: 0 40px 20px 0;
    text-align: center;
    font-size: 19px;
    line-height: 0;
}

.c-ip-image-list-1__thumb {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    transition: var(--opacity-transform-transition);
    transform-origin: center;
}

.c-ip-image-list-1__image {
    display: block;
    flex: 0 0 auto;
    width: 90px !important;
    height: 90px !important;
    ;
    object-fit: cover;
    object-position: center;
}

.c-ip-image-list-1__svg {
    flex: 0 0 auto;
    fill: currentColor;
}

.c-ip-image-list-1__title {
    position: relative;
    font-family: var(--font-header);
    font-weight: normal;
    line-height: 1.26;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 25px;
    padding-left: 0.2em;
}

@media (min-width:1190px) {
    .c-ip-image-list-1__item:hover a .c-ip-image-list-1__thumb {
        transform: scale(1.15);
    }
}

@media (max-width:767px) {
    .c-ip-image-list-1__title {
        font-size: 85%;
    }

    .c-ip-image-list-1__thumb {
        margin-bottom: -5px;
    }

    .c-ip-image-list-1__item {
        margin-right: 10px;
    }
}

@media (max-width:414px) {
    .c-ip-image-list-1__item--carousel {
        margin-left: auto !important;
        margin-right: auto !important;
        ;
        max-width: 100%;
    }
}

.c-ip-image-list-2 {
    position: relative;
}

.c-ip-image-list-2--nav {
    padding: 0 30px;
}

.c-ip-image-list-2__wrap {
    position: relative;
}

.c-ip-image-list-2__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -15px;
}

    .c-ip-image-list-2__list.owl-carousel, .c-ip-image-list-2__list.owl-carousel .c-ip-image-list-2__item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.c-ip-image-list-2__list--carousel {
    flex-wrap: nowrap;
}

.c-ip-image-list-2__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.c-ip-image-list-2__thumb {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: var(--opacity-transform-transition);
    transform-origin: center;
}

.c-ip-image-list-2__image {
    display: block;
    flex: 0 0 auto;
    width: 100%;
}

.c-ip-image-list-2__svg {
    flex: 0 0 auto;
    fill: currentColor;
}

.c-ip-image-list-2 .h-carousel--small.h-carousel .owl-prev {
    margin-top: -9px !important;
    left: -40px !important;
}

.c-ip-image-list-2 .h-carousel--small.h-carousel .owl-next {
    margin-top: -9px !important;
    right: -40px !important;
}

@media (min-width:1190px) {
    .c-ip-image-list-2__item:hover a .c-ip-image-list-2__thumb {
        transform: scale(1.15);
        opacity: 1 !important;
    }
}

@media (max-width:1189px) {
    .c-ip-image-list-2__item a .c-ip-image-list-2__thumb {
        opacity: 1 !important;
    }
}

.c-ip-inline-menu {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.13em;
    align-items: center;
    text-transform: uppercase;
}

.c-ip-inline-menu__item {
    flex: 0 0 auto;
}

.c-ip-inline-menu__separator {
    flex: 0 0 auto;
}

.c-ip-inline-menu__separator--dot {
    font-size: 2px;
}

@media (min-width:1190px) {
}

@media (max-width:767px) {
    .c-ip-inline-menu__separator {
        display: none !important;
    }
}

@media (max-width:414px) {
    .c-ip-inline-menu {
        flex-direction: column;
    }
}

.c-ip-instagram {
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}

.c-ip-instagram__wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.c-ip-instagram__item {
    flex: 0 0 auto;
    width: 16.6666%;
    display: block;
    position: relative;
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--left-2 {
    transform: translateY(26%);
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--left-1 {
    transform: translateY(-37%);
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--right-1 {
    transform: translateY(39%);
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--right-2 {
    transform: translateY(-17.5%);
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--right-3 {
    transform: translateY(15.7%);
}

.c-ip-instagram__item_wrap {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    background-color: var(--background-color-dark);
}

.c-ip-instagram__item img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.2s ease-out;
}

.c-ip-instagram__info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform-origin: center;
    transition: var(--hover-transition);
}

.c-ip-instagram__logo {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
}

.c-ip-instagram__insta {
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.67em;
    padding-left: 0.67em;
    text-transform: uppercase;
    margin-top: 16px;
}

.c-ip-instagram__title {
    margin-top: 12px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    vertical-align: middle;
}

@media (min-width:1190px) {
    .c-ip-instagram {
    }

    .c-ip-instagram--layout-1 .c-ip-instagram__info {
        width: 315px;
        height: 315px;
    }

    .c-ip-instagram--layout-2 .c-ip-instagram__info {
        width: 315px;
        height: 200px;
    }

    .c-ip-instagram__info:hover {
        color: var(--accent-color-dark);
    }
}

@media (max-width:1189px) {
    .c-ip-instagram {
    }

    .c-ip-instagram--layout-1 .c-ip-instagram__info {
        width: 230px;
        height: 230px;
    }

    .c-ip-instagram--layout-2 .c-ip-instagram__info {
        width: 230px;
        height: 145px;
    }

    .c-ip-instagram--layout-2 .c-ip-instagram__insta, .c-ip-instagram--layout-2 .c-ip-instagram__title {
        margin-top: 8px;
    }

    .c-ip-instagram__insta {
        font-size: 14px;
    }

    .c-ip-instagram__title {
        margin-top: 17px;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.2em;
    }
}

@media (max-width:900px) {
    .c-ip-instagram__item--left-3, .c-ip-instagram__item--right-3 {
        display: none;
    }

    .c-ip-instagram__item {
        width: 25%;
    }
}

@media (max-width:600px) {
    .c-ip-instagram__item--left-2 {
        display: none;
    }

    .c-ip-instagram__item {
        width: 33.33333%;
    }
}

@media (max-width:430px) {
    .c-ip-instagram--layout-2 .c-ip-instagram__item--right-2 {
        display: none;
    }

    .c-ip-instagram__item {
        width: 50%;
    }
}

@media (max-width:414px) {
    .c-ip-instagram--layout-1 .c-ip-instagram__item--left-2 {
        display: none;
    }

    .c-ip-instagram--layout-1 .c-ip-instagram__item {
        width: 33.33333%;
    }

    .c-ip-instagram--layout-1 .c-ip-instagram__item--left-1 {
        transform: translateY(37%);
    }

    .c-ip-instagram--layout-1 .c-ip-instagram__item--right-1 {
        transform: translateY(75%);
    }

    .c-ip-instagram--layout-1 .c-ip-instagram__item--right-2 {
        transform: translateY(10%);
    }
}

@media (min-width:1190px) {
    .c-ip-mega-menu {
        margin: -10px 0;
    }

    .c-ip-mega-menu__title {
        font-weight: 500;
        font-size: 17px;
        line-height: 1;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        padding: 10px 0;
    }

    .c-ip-mega-menu__title-link {
        display: block;
    }

    .c-ip-mega-menu__list {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        position: relative;
    }

    .c-ip-mega-menu__title + .c-ip-mega-menu__list {
        margin-top: 4px;
    }

    .c-ip-mega-menu__item-link {
        display: block;
        padding: 10px 0;
    }
}

@media (max-width:1189px) {
    .c-ip-mega-menu {
        color: white;
    }

    .c-ip-mega-menu__list {
        margin: 0;
        padding: 0 30px 0 50px;
        list-style: none;
    }

    .c-ip-mega-menu__title-link {
        color: var(--accent-color);
    }

    .c-ip-mega-menu__title, .c-ip-mega-menu__item {
        position: relative;
        padding-bottom: 18px;
        padding-top: 18px;
        padding-right: 30px;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0.11em;
        text-transform: uppercase;
    }

    .c-ip-mega-menu__title {
        padding-left: 50px;
        font-size: 20px;
    }

        .c-ip-mega-menu__title:not(.c-ip-mega-menu__title--linked) {
            opacity: 0.6;
        }
}

.c-ip-news-carousel {
    margin: -30px auto 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.c-ip-news-carousel__wrap {
    margin: 0 -20px -25px -20px;
}

.c-ip-news-carousel__list {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.c-ip-news-carousel__list--1 {
    max-width: 600px;
}

.c-ip-news-carousel__list:not(.owl-carousel) {
    overflow: hidden;
}

.c-ip-news-carousel__list--dots {
    margin-bottom: 60px;
}

.c-ip-news-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
}

.c-ip-news-carousel__list--dots .owl-dots {
    margin-top: 20px;
}

@media (max-width:1420px) {
    .c-ip-news-carousel__list {
        max-width: 600px;
    }
}

@media (max-width:767px) {
    .c-ip-news-carousel__list {
        max-width: 400px;
    }

        .c-ip-news-carousel__list .c-post-list {
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .c-ip-news-carousel__list--dots {
        margin-bottom: 45px;
    }

        .c-ip-news-carousel__list--dots .owl-dots {
            margin-top: 10px;
        }

    .c-ip-news-carousel .c-post-list {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width:460px) {
    .c-ip-news-carousel .owl-nav {
        display: none;
    }
}

@media (max-width:420px) {
    .c-ip-news-carousel__list {
    }

    .c-ip-news-carousel__wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .c-ip-news-carousel__list {
        max-width: calc(100vw - 20px);
        ;
    }

    .c-ip-news-carousel .c-post-list {
        max-width: calc(100vw - 60px);
    }
}

.c-ip-news-grid {
    position: relative;
    overflow: hidden;
}

.c-ip-news-grid__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.c-ip-news-grid__meta-category {
    flex: 0 0 auto;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--text-color-light);
    margin-top: 16px;
}

.c-ip-news-grid__continue {
    display: inline-block;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-top: 15px;
    color: var(--accent-color);
}

@media (min-width:521px) {
    .c-ip-news-grid__list {
        margin: -20px;
    }

    .c-ip-news-grid__item {
        flex: 0 0 auto;
        margin: 20px;
        width: 560px;
        max-width: 100%;
        display: flex;
        background-color: white;
    }

    .c-ip-news-grid__thumb {
        flex: 0 0 auto;
        width: 190px;
        min-height: 190px;
        position: relative;
        background-color: var(--background-color-dark);
    }

    .c-ip-news-grid__img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }

    .c-ip-news-grid__wrap {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 45px;
    }

    .c-ip-news-grid__meta-date {
        display: inline-block;
        position: absolute;
        right: -10px;
        top: 25px;
        background-color: var(--text-color);
        color: white;
        font-weight: normal;
        font-size: 11px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        padding: 0 8px 0 11px;
        z-index: 1;
    }

    .c-ip-news-grid__header {
        flex: 1 1 auto;
        font-weight: normal;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

        .c-ip-news-grid__header:hover {
            color: var(--accent-color);
        }

    .c-ip-news-grid__categories-item-link:hover {
        color: var(--text-color);
    }

    .c-ip-news-grid__continue:hover {
        color: var(--text-color);
    }
}

@media (max-width:520px) {
    .c-ip-news-grid__list {
        margin: -10px;
    }

    .c-ip-news-grid__item {
        flex: 0 0 auto;
        margin: 10px;
        width: 100%;
        background-color: white;
    }

    .c-ip-news-grid__thumb {
        width: 100%;
        position: relative;
    }

    .c-ip-news-grid__img {
        display: block;
        width: 100% !important;
        height: 190px !important;
        object-fit: cover;
        object-position: center;
    }

    .c-ip-news-grid__meta-date {
        display: inline-block;
        position: absolute;
        left: 30px;
        bottom: -13px;
        background-color: var(--text-color);
        color: white;
        font-weight: normal;
        font-size: 11px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        padding: 0 8px 0 11px;
        z-index: 1;
    }

    .c-ip-news-grid__wrap {
        padding: 33px 30px 25px 30px;
    }

    .c-ip-news-grid__header {
        font-weight: normal;
        font-size: 19px;
        line-height: 28px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .c-ip-news-grid__meta-category {
        margin-top: 21px;
    }

    .c-ip-news-grid__item--no-thumb {
        margin-top: 22px;
    }
}

.c-ip-portfolio {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--text-color);
}

.c-ip-product-tabs {
}

.c-ip-product-tabs__wrap {
    margin: 0 50px 45px 50px;
    text-align: center;
}

.c-ip-product-tabs__menu {
    display: inline-flex !important;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .c-ip-product-tabs__menu:not(.owl-carousel) {
        overflow: hidden;
    }

    .c-ip-product-tabs__menu:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: solid 1px currentColor;
        opacity: 0.1;
    }

.c-ip-product-tabs__menu-item {
    z-index: 1;
    position: relative;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 29px;
    border-bottom: solid 1px transparent;
    color: var(--text-color-light);
}

.c-ip-product-tabs__menu:not(.owl-carousel) .c-ip-product-tabs__menu-item:not(:last-child) {
    margin-right: 60px;
}

.c-ip-product-tabs__menu-item.active {
    color: var(--text-color);
    border-bottom-color: var(--text-color);
}

.c-ip-product-tabs__menu .owl-item:last-child {
    margin-right: -1px !important;
}

.c-ip-product-tabs__item {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: var(--text-color);
    opacity: 0;
    transition: opacity 0.3s linear;
}

    .c-ip-product-tabs__item.active {
        opacity: 1;
    }

    .c-ip-product-tabs__item:not(.visible) {
        display: none;
    }

.c-ip-product-tabs__list--grid {
    justify-content: center;
}

.c-ip-product-tabs__button-wrap {
    text-align: center;
    margin-top: 57px;
}

@media (max-width:768px) {
    .c-ip-product-tabs__wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100vw - 90px);
    }

    .c-ip-product-tabs__menu-item {
        font-weight: 300;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.06em;
        padding-bottom: 25px;
    }

    .c-ip-product-tabs__menu:not(.owl-carousel) .c-ip-product-tabs__menu-item:not(:last-child) {
        margin-right: 46px;
    }
}

.c-ip-reviews {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.c-ip-reviews--2.c-ip-reviews--dots, .c-ip-reviews--3.c-ip-reviews--dots {
    padding-bottom: 70px;
}

.c-ip-reviews .owl-dots:not(.disabled) {
    margin-top: 60px;
}

.c-ip-reviews__list {
    display: flex;
    position: relative;
    margin: 0 auto;
}

    .c-ip-reviews__list:not(.owl-carousel) {
        overflow: hidden;
    }

.c-ip-reviews__wrap {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.c-ip-reviews__item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: var(--opacity-transition);
}

.c-ip-reviews__list--1:not(.owl-carousel) .c-ip-reviews__item:not(:first-child) {
    opacity: 0;
    visibility: hidden;
}

.c-ip-reviews__list--2:not(.owl-carousel) .c-ip-reviews__item, .c-ip-reviews__list--3:not(.owl-carousel) .c-ip-reviews__item {
    opacity: 0;
    visibility: hidden;
}

.c-ip-reviews__name {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.015em;
    margin-top: 25px;
}

.c-ip-reviews__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
}

.c-ip-reviews__svg > svg, .c-ip-reviews__image {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    height: 45px !important;
    ;
    width: 45px !important;
    overflow: hidden !important;
    ;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 50% !important;
    ;
    -moz-border-radius: 50% !important;
    ;
    border-radius: 50% !important;
    fill: currentColor;
}

.c-ip-reviews__list--1 .owl-dots {
    position: relative;
}

.c-ip-reviews__list--2 .owl-dots, .c-ip-reviews__list--3 .owl-dots {
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:820px) {
    .c-ip-reviews__list {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c-ip-slider {
    max-width: 100%;
    position: relative;
}

.c-ip-slider--full .owl-dots:not(.disabled) {
    margin-top: 60px;
}

.c-ip-slider__list {
}

    .c-ip-slider__list:not(.owl-carousel) .c-ip-slider__item:not(:first-child) {
        display: none;
    }

.c-ip-slider__circle {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    display: block;
    pointer-events: none;
}

.c-ip-slider__dot {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.c-ip-slider__item--full {
    width: 100%;
    min-height: 900px;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 100px 30px 200px;
}

.c-ip-slider__item--boxed {
    width: 100%;
    max-height: 700px;
    height: 100vh;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 100px;
}

.c-ip-slider--header-type-2:not(.c-ip-slider--fixed-height) .c-ip-slider__item--full {
    min-height: 700px;
    height: calc(100vh - 210px);
}

.c-ip-slider--header-type-3:not(.c-ip-slider--fixed-height) .c-ip-slider__item--full {
    min-height: 850px;
    height: calc(100vh - 46px);
}

.c-ip-slider--header-type-4:not(.c-ip-slider--fixed-height) .c-ip-slider__wrap--full, .c-ip-slider--header-type-5:not(.c-ip-slider--fixed-height) .c-ip-slider__wrap--full, .c-ip-slider--header-type-2:not(.c-ip-slider--fixed-height) .c-ip-slider__wrap--full {
    padding-bottom: 90px;
}

.c-ip-slider--header-type-4:not(.c-ip-slider--fixed-height) .c-ip-slider__item--full, .c-ip-slider--header-type-5:not(.c-ip-slider--fixed-height) .c-ip-slider__item--full {
    min-height: 750px;
    height: calc(100vh - 136px);
}

.c-ip-slider__description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.025em;
    margin-bottom: 36px;
    padding-right: 150px;
}

.h-rtl .c-ip-slider__description {
    padding-right: 0;
    padding-left: 150px;
}

.c-ip-slider__button {
}

.c-ip-slider__image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.c-ip-slider__wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}

.c-ip-slider__scroll--full {
    position: absolute;
    z-index: 3;
    stroke: currentColor;
}

.c-ip-slider--boxed .h-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

@media (min-width:1921px) {
    .c-ip-slider__item--full {
        height: 85vh;
    }
}

@media (max-width:1920px) {
    .c-ip-slider__item--full {
        max-height: 1280px;
    }
}

@media (max-width:1536px) {
    .c-ip-slider__item--full {
        max-height: 960px;
    }
}

@media (min-width:768px) {
    .c-ip-slider__image--mobile {
        display: none !important;
    }

    .c-ip-slider--full .h-carousel .owl-dots {
        left: 200px;
        bottom: 170px;
    }

    .c-ip-slider--header-type-3 .c-ip-slider__list--full.h-carousel .owl-dots {
        bottom: 150px;
    }

    .c-ip-slider--header-type-2 .c-ip-slider__list--full.h-carousel .owl-dots {
        bottom: 117px;
    }

    .c-ip-slider__scroll--full {
        left: 200px;
        bottom: 70px;
    }

    .c-ip-slider--header-type-2 .c-ip-slider__scroll--full {
        bottom: 43px;
    }

    .c-ip-slider--full .h-carousel .owl-prev, .c-ip-slider--full .h-carousel .owl-next {
        font-size: 40px !important;
        width: 120px;
    }

    .c-ip-slider__text-above--full {
        font-family: var(--font-header);
        font-weight: normal;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.82em;
        margin-right: -0.82em;
        text-transform: uppercase;
        margin-bottom: 29px;
        padding-right: 150px;
    }

    .c-ip-slider__text-above--boxed {
        font-family: var(--font-header);
        font-weight: normal;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.8em;
        margin-right: -0.8em;
        text-transform: uppercase;
        margin-bottom: 25px;
        padding-right: 150px;
    }

    .c-ip-slider__title--full {
        font-weight: 300;
        font-size: 88px;
        line-height: 1.02;
        letter-spacing: 0.2em;
        margin-right: -0.2em;
        margin-bottom: 30px;
        text-transform: uppercase;
        position: relative;
        margin-left: -0.09em;
    }

    .c-ip-slider__title--boxed {
        font-weight: 300;
        font-size: 58px;
        line-height: 1.17;
        letter-spacing: 0.14em;
        margin-right: -0.14em;
        text-transform: uppercase;
        margin-bottom: 30px;
        position: relative;
        margin-left: -0.09em;
    }

    .c-ip-slider--header-type-2 .c-ip-slider__item--boxed {
        height: calc(100vh - 210px);
    }

    .c-ip-slider--header-type-3 .c-ip-slider__item--boxed {
        height: calc(100vh - 46px);
    }

    @media (max-height:900px) {
        .c-ip-slider--full:not(.c-ip-slider--fixed-height) .c-ip-slider__item {
            min-height: 700px;
        }

        .c-ip-slider--full:not(.c-ip-slider--fixed-height) .h-carousel .owl-dots {
            bottom: 117px;
        }

        .c-ip-slider--full:not(.c-ip-slider--fixed-height) .c-ip-slider__scroll {
            bottom: 43px;
        }

        .c-ip-slider--full:not(.c-ip-slider--fixed-height) .c-ip-slider__wrap {
            padding-bottom: 90px;
        }
    }

    .c-ip-slider--fixed-height .h-carousel .owl-dots {
        bottom: 40px;
    }
}

@media (min-width:0) {
    .c-ip-slider__item--align-left {
        justify-content: flex-start;
        text-align: left;
    }

    .c-ip-slider--full .c-ip-slider__item--align-left {
        padding-left: 200px;
        padding-right: 100px;
    }

    .c-ip-slider__item--align-left .c-ip-slider__text-above, .c-ip-slider__item--align-left .c-ip-slider__description {
        padding-right: 150px;
        padding-left: 0;
    }

    .c-ip-slider--align-left.c-ip-slider--boxed .h-carousel .owl-dots, .c-ip-slider--align-left.c-ip-slider--boxed .c-ip-slider__scroll {
        left: 100px;
        transform: unset;
    }

    .c-ip-slider--align-left.c-ip-slider--full .h-carousel .owl-dots, .c-ip-slider--align-left.c-ip-slider--full .c-ip-slider__scroll {
        left: 200px;
        transform: unset;
    }

    .c-ip-slider__item--align-center {
        justify-content: center;
        text-align: center;
    }

    .c-ip-slider--full .c-ip-slider__item--align-center {
        padding-left: 100px;
    }

    .c-ip-slider__item--align-center .c-ip-slider__text-above, .c-ip-slider__item--align-center .c-ip-slider__description {
        padding-left: 75px;
        padding-right: 75px;
    }

    .c-ip-slider--align-center .h-carousel .owl-dots, .c-ip-slider--align-center .c-ip-slider__scroll {
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }

    .c-ip-slider__item--align-right {
        justify-content: flex-end;
        text-align: right;
    }

    .c-ip-slider--full .c-ip-slider__item--align-right {
        padding-left: 100px;
        padding-right: 200px;
    }

    .c-ip-slider__item--align-right .c-ip-slider__text-above, .c-ip-slider__item--align-right .c-ip-slider__description {
        padding-right: 0;
        padding-left: 150px;
    }

    .c-ip-slider--align-right.c-ip-slider--boxed .h-carousel .owl-dots, .c-ip-slider--align-right.c-ip-slider--boxed .c-ip-slider__scroll {
        right: 100px;
        left: unset;
        transform: unset;
    }

    .c-ip-slider--align-right.c-ip-slider--full .h-carousel .owl-dots, .c-ip-slider--align-right.c-ip-slider--full .c-ip-slider__scroll {
        right: 200px;
        left: unset;
        transform: unset;
    }
}

@media (max-width:1189px) {
    .c-ip-slider__title--full {
        font-size: 65px;
    }

    .c-ip-slider__item--align-tablet-left {
        justify-content: flex-start;
        text-align: left;
    }

    .c-ip-slider--full .c-ip-slider__item--align-tablet-left {
        padding-left: 200px;
        padding-right: 100px;
    }

    .c-ip-slider__item--align-tablet-left .c-ip-slider__text-above, .c-ip-slider__item--align-tablet-left .c-ip-slider__description {
        padding-right: 150px;
        padding-left: 0;
    }

    .c-ip-slider--align-tablet-left.c-ip-slider--boxed .h-carousel .owl-dots, .c-ip-slider--align-tablet-left.c-ip-slider--boxed .c-ip-slider__scroll {
        left: 100px;
        transform: unset;
    }

    .c-ip-slider--align-tablet-left.c-ip-slider--full .h-carousel .owl-dots, .c-ip-slider--align-tablet-left.c-ip-slider--full .c-ip-slider__scroll {
        left: 200px;
        transform: unset;
    }

    .c-ip-slider__item--align-tablet-center {
        justify-content: center;
        text-align: center;
    }

    .c-ip-slider--full .c-ip-slider__item--align-tablet-center {
        padding-left: 100px;
        padding-right: 100px;
    }

    .c-ip-slider__item--align-tablet-center .c-ip-slider__text-above, .c-ip-slider__item--align-tablet-center .c-ip-slider__description {
        padding-left: 75px;
        padding-right: 75px;
    }

    .c-ip-slider--align-tablet-center.c-ip-slider--boxed .h-carousel .owl-dots, .c-ip-slider--align-tablet-center.c-ip-slider--boxed .c-ip-slider__scroll, .c-ip-slider--align-tablet-center.c-ip-slider--full .h-carousel .owl-dots, .c-ip-slider--align-tablet-center.c-ip-slider--full .c-ip-slider__scroll {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .c-ip-slider__item--align-tablet-right {
        justify-content: flex-end;
        text-align: right;
    }

    .c-ip-slider--full .c-ip-slider__item--align-tablet-right {
        padding-left: 100px;
        padding-right: 200px;
    }

    .c-ip-slider__item--align-tablet-right .c-ip-slider__text-above, .c-ip-slider__item--align-tablet-right .c-ip-slider__description {
        padding-right: 0;
        padding-left: 150px;
    }

    .c-ip-slider--align-tablet-right.c-ip-slider--boxed .h-carousel .owl-dots, .c-ip-slider--align-tablet-right.c-ip-slider--boxed .c-ip-slider__scroll {
        right: 100px;
        left: unset;
        transform: unset;
    }

    .c-ip-slider--align-tablet-right.c-ip-slider--full .h-carousel .owl-dots, .c-ip-slider--align-tablet-right.c-ip-slider--full .c-ip-slider__scroll {
        right: 200px;
        left: unset;
        transform: unset;
    }
}

@media (max-width:767px) {
    .c-ip-slider__image--desktop {
        display: none !important;
    }

    .c-ip-slider--boxed {
        padding-left: 0;
        padding-right: 0;
    }

    .c-ip-slider__item {
        padding: 65px 30px !important;
    }

    .c-ip-slider__item--full {
        min-height: 640px;
    }

    .c-ip-slider__item--boxed:not([class*="--align-"]) {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
        max-height: 650px;
    }

    .c-ip-slider__text-above--full {
        font-family: var(--font-header);
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.82em;
        margin-right: -0.82em;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-right: 100px;
    }

    .c-ip-slider__text-above--boxed {
        font-family: var(--font-header);
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.82em;
        margin-right: -0.82em;
        text-transform: uppercase;
        margin-bottom: 20px;
        align-items: stretch;
    }

    .c-ip-slider__title--full {
        font-weight: 300;
        font-size: 42px;
        line-height: 1.02;
        letter-spacing: 0.2em;
        margin-right: -0.2em;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 20px;
        margin-left: -0.08em;
    }

    .c-ip-slider__title--boxed {
        font-weight: 300;
        font-size: 36px;
        letter-spacing: 0.15em;
        margin-right: -0.15em;
        text-transform: uppercase;
        margin-bottom: 30px;
        position: relative;
        margin-left: -0.07em;
    }

    .c-ip-slider__description {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 25px;
        padding-right: 100px;
    }

    .c-ip-slider--boxed .h-carousel .owl-dots {
        right: unset !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 40px !important;
    }

    .c-ip-slider--full .h-carousel .owl-dots {
        right: unset !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 62px !important;
    }

    .c-ip-slider__scroll--full {
        left: 30px !important;
        bottom: 57px !important;
        ;
    }

    .c-ip-slider__list--dots .c-ip-slider__item {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }

    .c-ip-slider__description--boxed {
        padding-right: 0;
    }

    .c-ip-slider__button {
        max-width: 320px;
    }

    .c-ip-slider__button--boxed {
        width: 100%;
    }

    .c-ip-slider__item--align-left .c-ip-slider__text-above, .c-ip-slider__item--align-left .c-ip-slider__description {
        padding-right: 100px;
        padding-left: 0;
    }

    .c-ip-slider__item--align-tablet-left .c-ip-slider__text-above, .c-ip-slider__item--align-tablet-left .c-ip-slider__description {
        padding-right: 100px;
        padding-left: 0;
    }

    .c-ip-slider__item--align-mobile-left {
        justify-content: flex-start;
        text-align: left;
    }

        .c-ip-slider__item--align-mobile-left .c-ip-slider__text-above, .c-ip-slider__item--align-mobile-left .c-ip-slider__description {
            padding-right: 100px;
            padding-left: 0;
        }

        .c-ip-slider__item--align-mobile-left .c-ip-slider__button {
            width: unset;
        }

    .c-ip-slider__item--align-center .c-ip-slider__description, .c-ip-slider__item--align-center .c-ip-slider__text-above {
        padding-left: 0;
        padding-right: 0;
    }

    .c-ip-slider__item--align-tablet-center .c-ip-slider__description, .c-ip-slider__item--align-tablet-center .c-ip-slider__text-above {
        padding-left: 0;
        padding-right: 0;
    }

    .c-ip-slider__item--align-mobile-center {
        justify-content: center;
        text-align: center;
    }

        .c-ip-slider__item--align-mobile-center .c-ip-slider__description, .c-ip-slider__item--align-mobile-center .c-ip-slider__text-above {
            padding-left: 0;
            padding-right: 0;
        }

        .c-ip-slider__item--align-mobile-center .c-ip-slider__button {
            width: 100%;
        }

    .c-ip-slider__item--align-right .c-ip-slider__description, .c-ip-slider__item--align-right .c-ip-slider__text-above {
        padding-left: 100px;
        padding-right: 0;
    }

    .c-ip-slider__item--align-tablet-right .c-ip-slider__description, .c-ip-slider__item--align-tablet-right .c-ip-slider__text-above {
        padding-left: 100px;
        padding-right: 0;
    }

    .c-ip-slider__item--align-mobile-right {
        justify-content: flex-end;
        text-align: right;
    }

        .c-ip-slider__item--align-mobile-right .c-ip-slider__description, .c-ip-slider__item--align-mobile-right .c-ip-slider__text-above {
            padding-left: 100px;
            padding-right: 0;
        }

        .c-ip-slider__item--align-mobile-right .c-ip-slider__button {
            width: unset;
        }

    .c-ip-slider__item--v-align-start {
        align-items: flex-start !important;
    }

    .c-ip-slider__item--v-align-middle {
        align-items: center !important;
    }

    .c-ip-slider__item--v-align-end {
        align-items: flex-end !important;
    }
}

.c-ip-social {
    display: inline-flex;
    align-items: center;
}

.c-ip-social__icon {
    display: block;
    line-height: 1;
}

    .c-ip-social__icon:before {
        line-height: inherit !important;
    }

.c-ip-social__icon--vk {
    font-size: 70%;
    line-height: inherit;
}

.c-ip-social__icon--telegram {
    padding-right: 2px;
}

.c-ip-tabs {
}

.c-ip-tabs__wrap {
    margin: 45px 50px 45px 50px;
    text-align: center;
}

.c-ip-tabs__menu {
    display: inline-flex !important;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .c-ip-tabs__menu:not(.owl-carousel) {
        overflow: hidden;
    }

    .c-ip-tabs__menu:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: solid 1px #DEDEDE;
    }

.c-ip-tabs__menu-item {
    z-index: 1;
    position: relative;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: solid 1px transparent;
    color: var(--text-color-light);
}

.c-ip-tabs__menu:not(.owl-carousel) .c-ip-tabs__menu-item:not(:last-child) {
    margin-right: 46px;
}

.c-ip-tabs__menu-item.active {
    border-bottom-color: var(--text-color);
}

.c-ip-tabs__menu .owl-item:last-child {
    margin-right: -1px !important;
}

.c-ip-tabs__item {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: var(--text-color-light);
    opacity: 0;
    transition: opacity 0.3s linear;
}

    .c-ip-tabs__item.active {
        opacity: 1;
    }

    .c-ip-tabs__item:not(.visible) {
        display: none;
    }

@media (max-width:1189px) {
    .c-ip-tabs__content .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width:768px) {
    .c-ip-tabs__wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.c-ip-team {
    width: 100%;
    overflow: hidden;
}

.c-ip-team__list {
    margin: -20px -40px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

.c-ip-team__item {
    position: relative;
    flex: 0 0 auto;
    width: 500px;
    margin: 20px 40px;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.c-ip-team__thumb-wrap {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    height: 475px;
    overflow: hidden;
}

.c-ip-team__image, .c-ip-team__svg {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}

.c-ip-team__image {
    width: 100% !important;
    height: 100% !important;
}

.c-ip-team__content {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    padding: 45px 50px 40px 50px;
}

.c-ip-team__name {
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.7em;
    text-transform: uppercase;
    padding-left: 0.7em;
}

.c-ip-team__separator {
    display: inline-block;
    font-size: 6px;
    height: 6px;
    line-height: 1;
    margin-top: 14px;
}

.c-ip-team__occupation {
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.4em;
    padding-left: 0.4em;
    text-transform: uppercase;
}

.c-ip-team__icon {
    position: absolute;
    left: -22px;
    top: 2px;
}

.c-ip-team__description {
    margin-top: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.025em;
    opacity: 0.6;
}

.c-ip-team__soc {
    margin: 35px -14px -14px -14px;
    font-size: 16px;
    line-height: 1;
}

.c-ip-team__soc-link {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 14px 14px 14px;
}

.c-ip-team__soc-icon {
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
}

.c-ip-team__soc-icon--vk {
    font-size: 70%;
    line-height: inherit;
}

.c-ip-team__soc-icon--whatsapp {
    font-size: 120%;
}

.c-ip-team__soc-icon--telegram {
    padding-right: 2px;
}

.c-ip-team__bottom-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 32px -20px -5px -20px;
}

.c-ip-team__bottom-col {
    flex: 0 0 auto;
    margin: 5px 20px;
}

.c-ip-team__bottom-text {
    opacity: 0.6;
}

.c-ip-team__bottom-icon {
    display: inline-block;
    margin-right: 10px;
}

.c-ip-team__bottom-icon--phone {
    font-size: 12px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.c-ip-team__bottom-icon--email {
    font-size: 10px;
    opacity: 1;
    position: relative;
    top: 1px;
}

@media (min-width:1190px) {
    .c-ip-team a:hover {
        color: var(--accent-color);
    }
}

@media (max-width:1189px) {
    .c-ip-team__list {
        margin: -15px -30px;
    }

    .c-ip-team__item {
        width: 315px;
        margin: 15px 30px;
    }

    .c-ip-team__thumb-wrap {
        height: 300px;
    }

    .c-ip-team__content {
        padding: 35px 30px 30px 30px;
    }
}

.c-ip-video-carousel {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.c-ip-video-carousel__wrap {
    margin: 0 -20px;
}

.c-ip-video-carousel__list {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.c-ip-video-carousel__list--1 {
    max-width: 300px;
}

.c-ip-video-carousel__list--2 {
    max-width: 600px;
}

.c-ip-video-carousel__list--3 {
    max-width: 900px;
}

.c-ip-video-carousel__list:not(.owl-carousel) {
    overflow: hidden;
}

.c-ip-video-carousel__list--dots {
    margin-bottom: 60px;
}

.c-ip-video-carousel__item {
    position: relative;
    flex: 0 0 auto;
    width: 260px;
    margin: 0 20px;
}

.c-ip-video-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
}

.c-ip-video-carousel__list--dots .owl-dots {
    margin-top: 20px;
}

.c-ip-video-carousel__thumb {
    background-color: var(--background-color-light);
    position: relative;
    padding-bottom: 56.5385%;
}

.c-ip-video-carousel__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    object-position: center;
    object-fit: cover;
}

.c-ip-video-carousel__title {
    font-family: var(--font-header);
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-top: 20px;
}

.c-ip-video-carousel .owl-prev, .c-ip-video-carousel .owl-next {
    top: 73px;
}

.c-ip-video-carousel .owl-prev {
    left: -72px !important;
}

.c-ip-video-carousel .owl-next {
    right: -72px !important;
}

@media (max-width:1420px) and (min-width:1121px) {
    .c-ip-video-carousel__list {
        max-width: 900px !important;
    }
}

@media (max-width:1120px) and (min-width:821px) {
    .c-ip-video-carousel__list {
        max-width: 600px !important;
    }
}

@media (max-width:820px) {
    .c-ip-video-carousel__list {
        max-width: 300px !important;
    }
}

.c-ip-video {
    line-height: 1;
}

    .c-ip-video a:focus {
        outline: none;
    }

.c-ip-video__play {
    position: relative;
    display: inline-flex;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

    .c-ip-video__play:hover {
        background-color: white !important;
    }

.c-ip-woocommerce-carousel {
    margin-top: -10px;
}

.c-ip-woocommerce-carousel__wrap {
    padding-top: 10px;
}

.c-ip-woocommerce-carousel__list {
    display: flex;
    position: relative !important;
    margin: 0 auto;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
}

    .c-ip-woocommerce-carousel__list:not(.owl-carousel) {
        overflow: hidden;
    }

.c-product-grid__list--4-per-row.c-ip-woocommerce-carousel__list--1 {
    width: 300px !important;
}

.c-product-grid__list--4-per-row.c-ip-woocommerce-carousel__list--2 {
    width: 600px !important;
}

.c-product-grid__list--4-per-row.c-ip-woocommerce-carousel__list--3 {
    width: 900px !important;
}

.c-product-grid__list--4-per-row.c-ip-woocommerce-carousel__list {
    max-width: 1200px;
}

.c-product-grid__list--3-per-row.c-ip-woocommerce-carousel__list--1, .c-product-grid__list--compact.c-ip-woocommerce-carousel__list--1 {
    width: 400px !important;
}

.c-product-grid__list--3-per-row.c-ip-woocommerce-carousel__list--2, .c-product-grid__list--compact.c-ip-woocommerce-carousel__list--2 {
    width: 800px !important;
}

.c-product-grid__list--3-per-row.c-ip-woocommerce-carousel__list--3, .c-product-grid__list--compact.c-ip-woocommerce-carousel__list--3 {
    width: 1200px !important;
}

.c-product-grid__list--3-per-row.c-ip-woocommerce-carousel__list, .c-product-grid__list--compact.c-ip-woocommerce-carousel__list {
    max-width: 1600px;
}

.c-ip-woocommerce-carousel__list--dots {
    margin-bottom: 60px;
}

.c-ip-woocommerce-carousel__list .owl-dots {
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:1420px) and (min-width:1121px) {
    .c-ip-woocommerce-carousel__list--4-per-row {
        max-width: 900px !important;
    }
}

@media (max-width:1120px) and (min-width:821px) {
    .c-ip-woocommerce-carousel__list--4-per-row {
        max-width: 600px !important;
    }
}

@media (max-width:820px) and (min-width:421px) {
    .c-ip-woocommerce-carousel__list--4-per-row {
        max-width: 300px !important;
    }
}

@media (max-width:1420px) and (min-width:1190px) {
    .c-ip-woocommerce-carousel__list--3-per-row {
        max-width: 800px !important;
    }
}

@media (max-width:1189px) and (min-width:1121px) {
    .c-ip-woocommerce-carousel__list--3-per-row {
        max-width: 900px !important;
    }
}

@media (max-width:1120px) and (min-width:821px) {
    .c-ip-woocommerce-carousel__list--3-per-row {
        max-width: 600px !important;
    }
}

@media (max-width:820px) and (min-width:421px) {
    .c-ip-woocommerce-carousel__list--3-per-row {
        max-width: 300px !important;
    }
}

@media (max-width:1420px) and (min-width:1190px) {
    .c-ip-woocommerce-carousel__list--compact {
        max-width: 800px !important;
    }
}

@media (max-width:1189px) and (min-width:1100px) {
    .c-product-grid__list--compact.c-ip-woocommerce-carousel__list--2 {
        width: 900px !important;
    }

    .c-ip-woocommerce-carousel__list--compact {
        max-width: 870px !important;
    }
}

@media (max-width:1189px) and (min-width:470px) {
    .c-product-grid__list--compact.c-ip-woocommerce-carousel__list--1 {
        width: 430px !important;
    }
}

@media (max-width:1099px) and (min-width:500px) {
    .c-ip-woocommerce-carousel__list--compact {
        max-width: 435px !important;
    }
}

@media (max-width:499px) {
    .c-ip-woocommerce-carousel__list--compact {
        max-width: calc(100vw - 60px) !important;
    }

        .c-ip-woocommerce-carousel__list--compact .c-product-grid__item--compact {
            max-width: calc(100vw - 80px) !important;
        }
}

@media (max-width:820px) {
    .c-ip-woocommerce-carousel__list .owl-dots {
        margin-top: 15px;
    }

    .c-ip-woocommerce-carousel__list--dots {
        margin-bottom: 45px;
    }

    .c-ip-woocommerce-carousel {
        overflow: hidden;
    }
}

@media (max-width:420px) {
    .c-ip-woocommerce-carousel__list--3-per-row, .c-ip-woocommerce-carousel__list--4-per-row {
        max-width: 300px !important;
    }
}

@media (max-width:359px) {
    .c-ip-woocommerce-carousel__list--compact {
        max-width: 300px !important;
        min-width: 300px !important;
    }

        .c-ip-woocommerce-carousel__list--compact .c-product-grid__item--compact {
            max-width: unset !important;
            width: 260px;
            margin: 20px;
        }
}

.c-ip-woocommerce-grid {
    margin-top: -10px;
    color: var(--text-color);
}

.c-ip-woocommerce-grid__wrap {
    padding-top: 10px;
}

.c-mobile-menu__submenu--content .c-ip-woocommerce-grid__wrap {
    overflow: hidden;
}

.c-ip-woocommerce-grid__list {
    display: flex;
}
