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;
    letter-spacing: 0.025em;
    text-overflow: ellipsis;
    color: var(--text-color-light);
}

::-moz-placeholder {
    font-style: normal !important;
    font-weight: 300;
    font-size: 13px;
    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: 1;
    text-overflow: ellipsis;
    color: var(--text-color-light);
}

::-ms-input-placeholder {
    font-style: normal !important;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.025em;
    text-overflow: ellipsis;
    color: var(--text-color-light);
}

::placeholder {
    font-style: normal !important;
    font-weight: 300;
    font-size: 13px;
    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),
input[type=date]:not(.h-cb),
textarea:not(.h-cb):not(.editor-post-title__input),
.wpcf7-form .c-custom-selectInner,
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;
}

select:not(.h-cb) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: var(--select-image);
    background-position: right 20px top 50%;
}

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,
input[type=date]: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%;
    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,
div[class*="-text-editor"]>*:first-child,
div[class*="-text-editor"] .elementor-widget-container>*:first-child {
    margin-top: 0 !important;
}

.entry-content>*:last-child,
div[class*="-text-editor"]>*:last-child,
div[class*="-text-editor"] .elementor-widget-container>*:last-child {
    margin-bottom: 0 !important;
}

.entry-content iframe,
div[class*="-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,
div[class*="-text-editor"] p {
    margin-bottom: 1em;
    margin-top: 1em;
}

.entry-content .wp-block-group.has-background,
div[class*="-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,
    div[class*="-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,
div[class*="-text-editor"] ul:not([class]) ul,
div[class*="-text-editor"] ol:not([class]) ol,
div[class*="-text-editor"] ul:not([class]) ol,
div[class*="-text-editor"] ol:not([class]) ul {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.entry-content ul:not([class]),
div[class*="-text-editor"] ul:not([class]) {
    list-style: none;
}

.entry-content ol:not([class]),
div[class*="-text-editor"] ol:not([class]) {
    list-style: decimal;
}

.entry-content ul:not([class]),
.entry-content ol:not([class]),
div[class*="-text-editor"] ul:not([class]),
div[class*="-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,
div[class*="-text-editor"] ul:not([class]) li,
div[class*="-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,
div[class*="-text-editor"] ul:not([class]) ul,
div[class*="-text-editor"] ol:not([class]) ol,
div[class*="-text-editor"] ul:not([class]) ol,
div[class*="-text-editor"] ol:not([class]) ul {
    margin-bottom: 0;
}

.entry-content ul.children,
.entry-content ol.children,
div[class*="-text-editor"] ul.children,
div[class*="-text-editor"] ol.children {
    margin-bottom: 0;
}

.entry-content ul.is-grid,
.entry-content ol.is-grid,
div[class*="-text-editor"] ul.is-grid,
div[class*="-text-editor"] ol.is-grid {
    margin-right: -25px;
}

.entry-content ul.is-grid>li,
.entry-content ol.is-grid>li,
div[class*="-text-editor"] ul.is-grid>li,
div[class*="-text-editor"] ol.is-grid>li {
    padding-right: 25px;
}

.entry-content ul:not([class])>li,
div[class*="-text-editor"] ul:not([class])>li {
    position: relative;
}

.entry-content ul:not([class])>li:before,
div[class*="-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,
div[class*="-text-editor"] dt {
    font-weight: bold;
}

.entry-content dd,
div[class*="-text-editor"] dd {
    margin: 0 1.5em 1.5em;
}

.entry-content b,
.entry-content strong,
div[class*="-text-editor"] b,
div[class*="-text-editor"] strong {
    font-weight: 500;
}

.entry-content dfn,
.entry-content cite,
div[class*="-text-editor"] dfn,
div[class*="-text-editor"] cite {
    font-style: italic;
}

.entry-content cite,
div[class*="-text-editor"] cite {
    font-size: 14px;
    font-weight: normal;
}

.wp-block-quote.is-large cite {
    font-size: 16px;
}

.entry-content address,
div[class*="-text-editor"] address {
    margin: 0 0 1.5em;
}

.entry-content pre,
div[class*="-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,
div[class*="-text-editor"] code,
div[class*="-text-editor"] kbd,
div[class*="-text-editor"] tt,
div[class*="-text-editor"] var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content abbr,
.entry-content acronym,
div[class*="-text-editor"] abbr,
div[class*="-text-editor"] acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.entry-content mark,
.entry-content ins,
div[class*="-text-editor"] mark,
div[class*="-text-editor"] ins {
    background: #fff9c0;
    text-decoration: none;
}

.entry-content sup,
.entry-content sub,
div[class*="-text-editor"] sup,
div[class*="-text-editor"] sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.entry-content sup,
div[class*="-text-editor"] sup {
    bottom: 1ex;
}

.entry-content sub,
div[class*="-text-editor"] sub {
    top: .5ex;
}

.entry-content small,
div[class*="-text-editor"] small {
    font-size: 75%;
}

.entry-content big,
div[class*="-text-editor"] big {
    font-size: 125%;
}

.comment-content {
    position: relative;
    overflow: hidden;
}

.entry-content table,
.comment-content table,
div[class*="-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,
div[class*="-text-editor"] tr th,
div[class*="-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,
div[class*="-text-editor"] .is-style-stripes {
    border: none;
}

.entry-content tr td,
.comment-content tr td,
div[class*="-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,
div[class*="-text-editor"] tr.odd td {
    background-color: var(--background-color);
}

.entry-content textarea,
div[class*="-text-editor"] textarea {
    width: 100%;
}

.entry-content a:not([class]),
div[class*="-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]),
div[class*="-text-editor"] .has-large-font-size a:not([class]) {
    text-underline-position: auto;
}

.entry-content .wp-block-button,
div[class*="-text-editor"] .wp-block-button {
    margin-bottom: 20px;
}

.entry-content .has-large-font-size,
div[class*="-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),
div[class*="-text-editor"] input[type=submit]:not(.h-cb),
.entry-content .wp-block-button__link,
div[class*="-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,
div[class*="-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,
div[class*="-text-editor"] .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.entry-content .is-style-outline .wp-block-button__link,
div[class*="-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,
div[class*="-text-editor"] input[type=submit]:not(.h-cb):hover,
.entry-content .wp-block-button__link:hover,
div[class*="-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,
div[class*="-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,
div[class*="-text-editor"] .post-tags a,
div[class*="-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,
div[class*="-text-editor"] h1,
div[class*="-text-editor"] h2,
div[class*="-text-editor"] h3,
div[class*="-text-editor"] h4,
div[class*="-text-editor"] h5,
div[class*="-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,
div[class*="-text-editor"] h1 {
    font-weight: 300;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 0.2em;
}

.entry-content h2,
div[class*="-text-editor"] h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.22em;
}

.entry-content h3,
div[class*="-text-editor"] h3 {
    font-weight: 300;
    font-size: 34px;
    line-height: 35px;
    letter-spacing: 0.225em;
}

.entry-content h4,
div[class*="-text-editor"] h4 {
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.23em;
}

.entry-content h5,
div[class*="-text-editor"] h5 {
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.24em;
}

.entry-content h6,
div[class*="-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,
div[class*="-text-editor"] blockquote,
div[class*="-text-editor"] .wp-block-quote,
div[class*="-text-editor"] .wp-block-column blockquote,
div[class*="-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: var(--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,
div[class*="-text-editor"] blockquote:before,
div[class*="-text-editor"] .wp-block-quote:before,
.entry-content .wp-block-column blockquote:before,
.entry-content .wp-block-column .wp-block-quote:before,
div[class*="-text-editor"] .wp-block-column blockquote:before,
div[class*="-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,
div[class*="-text-editor"] .wp-block-quote.is-style-large p,
div[class*="-text-editor"] .wp-block-quote.is-large p {
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
}

.entry-content blockquote cite,
div[class*="-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,
div[class*="-text-editor"] blockquote cite br {
    display: none;
}

.entry-content blockquote cite:before,
div[class*="-text-editor"] blockquote cite:before {
    content: '--- ';
}

.entry-content blockquote p:last-child,
div[class*="-text-editor"] blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content blockquote p:first-child,
div[class*="-text-editor"] blockquote p:first-child {
    margin-top: 0;
}

.entry-content .wp-caption,
div[class*="-text-editor"] .wp-caption {
    max-width: 100%;
}

.entry-content img,
div[class*="-text-editor"] img {
    display: inline-block;
    max-width: 100% !important;
    height: auto;
}

.entry-content img,
div[class*="-text-editor"] img {}

.entry-content .wp-block-embed__wrapper,
div[class*="-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,
div[class*="-text-editor"] figure:not(.gallery-item):not(.wp-block-gallery),
div[class*="-text-editor"] .wp-caption,
div[class*="-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),
div[class*="-text-editor"] .wp-block-image figcaption,
div[class*="-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,
div[class*="-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,
div[class*="-text-editor"] .gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}

.entry-content .gallery-columns-2 .gallery-item,
div[class*="-text-editor"] .gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
}

.entry-content .gallery-columns-3 .gallery-item,
div[class*="-text-editor"] .gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 3);
}

.entry-content .gallery-columns-4 .gallery-item,
div[class*="-text-editor"] .gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
}

.entry-content .gallery-columns-5 .gallery-item,
div[class*="-text-editor"] .gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
}

.entry-content .gallery-columns-6 .gallery-item,
div[class*="-text-editor"] .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 6);
}

.entry-content .gallery-columns-7 .gallery-item,
div[class*="-text-editor"] .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 7);
}

.entry-content .gallery-columns-8 .gallery-item,
div[class*="-text-editor"] .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 8);
}

.entry-content .gallery-columns-9 .gallery-item,
div[class*="-text-editor"] .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 9);
}

.entry-content .gallery-item,
div[class*="-text-editor"] .gallery-item {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
}

.entry-content .gallery-item img,
div[class*="-text-editor"] .gallery-item img {
    max-width: 100%;
    height: auto;
}

.entry-content .gallery-caption,
div[class*="-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,
div[class*="-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;
}

.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,
    div[class*="-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,
    div[class*="-text-editor"] .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 20px;
    }

    .entry-content .has-drop-cap:not(:focus)::first-letter,
    div[class*="-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,
    div[class*="-text-editor"] h1,
    div[class*="-text-editor"] h2,
    div[class*="-text-editor"] h3,
    div[class*="-text-editor"] h4,
    div[class*="-text-editor"] h5,
    div[class*="-text-editor"] h6 {
        margin: 40px 0 20px 0;
    }

    .entry-content h1,
    div[class*="-text-editor"] h1 {
        font-size: 33px;
        line-height: 36px;
        letter-spacing: 0.16em;
    }

    .entry-content h2,
    div[class*="-text-editor"] h2 {
        font-size: 28px;
        line-height: 31px;
        letter-spacing: 0.18em;
    }

    .entry-content h3,
    div[class*="-text-editor"] h3 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.19em;
    }

    .entry-content h4,
    div[class*="-text-editor"] h4 {
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2em;
    }

    .entry-content h5,
    div[class*="-text-editor"] h5 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.26em;
    }

    .entry-content h6,
    div[class*="-text-editor"] h6 {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.28em;
    }

    .entry-content blockquote,
    .entry-content .wp-block-quote,
    div[class*="-text-editor"] blockquote,
    div[class*="-text-editor"] .wp-block-quote,
    div[class*="-text-editor"] .wp-block-column blockquote,
    div[class*="-text-editor"] .wp-block-column .wp-block-quote {
        font-size: 18px;
        line-height: 36px;
    }

    .h-ltr .entry-content blockquote,
    .h-ltr div[class*="-text-editor"] blockquote {
        padding-right: 0 !important;
    }

    .entry-content tr th,
    .entry-content thead th,
    .comment-content tr th,
    .comment-content thead th,
    div[class*="-text-editor"] tr th,
    div[class*="-text-editor"] thead th,
    .entry-content tr td,
    .comment-content tr td,
    div[class*="-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;
}

.h-carousel__prev,
.h-carousel__next {
    display: inline-block;
}

.h-footer-edit {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 2px #71d7f7;
    opacity: 0;
}

.h-footer-edit:hover {
    opacity: 1;
}

.h-footer-edit i {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 26px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #10bcf2;
    fill: white;
}

.h-footer-edit svg {
    display: block;
    width: auto;
    height: 11px;
}

@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,
    .h-carousel--round-white .owl-prev,
    .h-carousel--round-white .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-white .owl-prev,
    .h-carousel--round-white .owl-next {
        background-color: white;
    }

    .h-carousel--round.h-carousel--inner .owl-prev,
    .h-carousel--round-light.h-carousel--inner .owl-prev,
    .h-carousel--round-white.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,
    .h-carousel--round-white.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,
    .h-carousel--round-white.h-carousel--border .owl-prev {
        left: -35px;
    }

    .h-carousel--round.h-carousel--border .owl-next,
    .h-carousel--round-light.h-carousel--border .owl-next,
    .h-carousel--round-white.h-carousel--border .owl-next {
        right: -35px;
    }

    .h-carousel--round .owl-nav i,
    .h-carousel--round-light .owl-nav i,
    .h-carousel--round-white .owl-nav i {
        height: 18px;
        width: 10px;
    }

    .h-carousel--round .h-carousel__next,
    .h-carousel--round-light .h-carousel__next,
    .h-carousel--round-white .h-carousel__next {
        position: relative;
        left: 2px;
    }

    .h-carousel--round .h-carousel__prev,
    .h-carousel--round-light .h-carousel__prev,
    .h-carousel--round-white .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,
    .h-carousel--round-white .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-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-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-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--33 {
    margin: -10px -7.5px;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.h-inline-form--33>* {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: calc(100% / 3 - 20px);
    margin: 10px 7.5px !important;
}

.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(--text-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;
}

.h-booking-form {
    width: 435px !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 auto !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.h-booking-form .c-ip-heading--center {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width:800px) {
    .h-fix-video-pos {
        background-position: 70% 50% !important;
    }

    .h-fix-video-pos .elementor-background-video-embed {
        left: 30%;
    }
}

@media (max-width:500px) {
    .h-fix-video-pos .elementor-background-video-embed {
        left: 0;
    }
}

@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--round-white .owl-prev:not(.disabled):hover,
    .h-carousel--round-white .owl-next:not(.disabled):hover {
        background-color: rgba(255, 255, 255, 0.5) !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);
    }

    .h-grayscale:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .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;
    }
}

@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(--text-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(--text-color) !important;
    }

    .h-carousel--default-dots .owl-dot+.owl-dot {
        margin-left: 20px;
    }

    .h-carousel.h-carousel--round-white .owl-prev,
    .h-carousel.h-carousel--round-white .owl-next {
        color: white !important;
    }

    .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-inline-form--33 {
        margin: -10px 0;
    }

    .h-inline-form--33>* {
        width: 100%;
        margin: 10px 0 !important;
    }

    .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-height: auto;
    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: 1300px;
        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: 1500px;
        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;
    }

    @media (min-width:768px) {
        .l-section--white.l-section--checkout {
            background-color: var(--background-color);
        }
    }

    .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;
}

body.woo-variation-swatches [data-wvstooltip]:before,
body.woo-variation-swatches .wvs-has-image-tooltip:before {
    font-size: 13px;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
    border-radius: 0 !important;
    width: auto !important;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    padding: 0 5px;
}

body.woo-variation-swatches.wvs-show-label .variations td {
    padding-left: 0;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item,
body.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item {
    box-shadow: 0 0 0 1px transparent;
    margin-right: 5px;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 3px;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus {
    box-shadow: none;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
body.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:focus {
    box-shadow: 0 0 0 1px var(--text-color);
}

body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item:not(.radio-variable-item),
body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    border-radius: 0;
    box-shadow: 0 0 0 1px var(--text-color-tr);
}

body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item.color-variable-item,
body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item.image-variable-item {
    box-shadow: none;
}

body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item.color-variable-item:hover,
body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches:not(.wvs-style-rounded) .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 1px var(--text-color);
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after {
    box-shadow: none;
    border: solid 1px var(--text-color-tr);
}

.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;
    -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: relative;
    text-align: center;
        top: 20px;
       
        list-style: none;
        padding: 0 25px;
    }
/*
        .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__image {
    max-width: 100%;
    height: auto;
}

.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 .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;
}

.h-ltr .c-cart__shop-td {
    padding-right: 25px;
}

.h-ltr .c-cart__shop-td:last-child {
    padding-right: 0;
    text-align: right;
}

.h-ltr .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;
}

.h-ltr .c-cart__shop-td--product-thumbnail {
    padding-right: 15px;
    padding-left: 0;
}

.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-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 {
    z-index: 20 !important;
    width: auto !important;
    height: auto !important;
    left: -40px !important;
    top: -46px !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;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.c-cart__payment-methods-box input[type=radio]:not(.h-cb),
.c-cart__payment-methods-box input[type=checkbox]:not(.h-cb):not(#stripe_cc_save_source_key) {
    opacity: 1 !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.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;
}

.h-ltr .c-cart__shipping-methods-wrap input[type=radio]:not(.h-cb)+i,
.h-ltr .c-cart__payment-methods-wrap input[type=radio]:not(.h-cb)+i {
    margin-right: 14px;
}

.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:1024px) {
    .h-ltr .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;
    }

    .c-cart a:not(.c-button):hover {
        color: var(--text-color);
    }

    .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;
    }
}

@media (min-width:768px) {
    .h-ltr .c-cart__col-2 {
        margin-left: 60px;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .h-ltr .c-cart__col-2 {
        margin-left: 30px;
    }

    .c-cart__col-2 {
        width: 339px;
    }
}

@media (max-width:1023px) {
    .c-cart__shop-td--actions {
        border: none;
    }

    .c-cart__shop-table,
    .c-cart__shop-thead,
    .c-cart__shop-tbody {
        display: block;
        width: 100%;
    }

    .c-cart__shop-thead>tr {
        display: -webkit-box;
        display: flex;
    }

    .c-cart__shop-td {
        padding: 0 !important;
    }

    .c-cart__shop-th--product-name {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

    .c-cart__shop-th--product-quantity {
        display: none;
    }

    .c-cart__shop-td--product-thumbnail {
        position: absolute;
        left: 0;
        top: 5px;
        height: 100%;
        width: 66px !important;
    }

    .c-cart__shop-remove-icon {
        width: 9px;
        height: 9px;
        font-size: 9px;
        line-height: 1;
        left: 50%;
        right: unset;
        top: unset;
        bottom: 41px;
        margin-top: 0;
        margin-left: -4.5px;
    }

    .c-cart__shop-td--product-name {
        margin-bottom: 22px;
    }

    .c-cart__shop-td--product-quantity {
        -webkit-box-flex: 0 !important;
        flex: 0 0 auto !important;
        width: unset !important;
        text-align: left;
    }

    .c-cart__shop-td--product-subtotal {
        width: unset !important;
    }

    .c-cart__shop-tr:not(.c-cart__shop-tr--space):not(.c-cart__shop-tr--actions) {
        position: relative;
        display: -webkit-box;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding-left: 86px;
        -webkit-box-align: center;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: solid 1px var(--text-color-extra-light);
    }

    .c-cart__shop-tr--space {
        display: block;
        height: 25px;
    }

    .c-cart__shop-tr--actions {
        display: block;
    }

    .c-cart__shop-tr>* {
        display: block;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 100%;
    }

    .c-cart__shop-remove-icon {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:767px) {
    .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__collaterals {
        padding: 0;
    }

    .blockUI.blockOverlay {
        background-color: white !important;
        z-index: 95 !important;
    }

    .woocommerce-cart-form .blockUI.blockOverlay {
        background-color: var(--background-color) !important;
    }

    .c-cart__customer-details {
        padding: 0;
    }

    .c-cart__shop-update {
        display: block;
    }
}

@media (max-width:359px) {

    .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 {
    -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: 25px;
    cursor: pointer;
}

.c-catalog-ordering__filter-ico {
    font-size: 10px;
    line-height: 1;
    margin-left: 9px;
    vertical-align: middle;
}

@media (min-width:1190px) {
    .c-catalog-ordering__filter-show-button {
        display: none;
    }

    .c-catalog-ordering--desktop-filter .c-catalog-ordering__filter-show-button {
        display: inline-block;
    }

    .c-catalog-ordering__filter-show-button:hover {
        color: white;
        background-color: var(--text-color);
        border-color: var(--text-color);
        opacity: 1;
    }
}

@media (max-width:767px) {
    .c-catalog-ordering__filter-show-button {
        margin-left: 5px;
        margin-bottom: 20px;
        margin-top: -3px;
    }

    .c-catalog-ordering {
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .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-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);
}

.wpcf7-form label {
    padding-bottom: 0;
}

.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 select,
.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,
.c-sidebar .wc-block-product-search .wc-block-product-search__button,
.c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.c-sidebar .wp-block-button__link,
.c-sidebar .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    width: 100%;
}

.wpcf7-form select {
    height: 50px !important;
}

.c-product-list-widget__buttons .button:active,
.widget .button:active,
.woocommerce-notice .button:active,
.woocommerce-store-notice__dismiss-link: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,
.woocommerce-form-login .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,
.woocommerce-form-login .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;
    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-store-notice__dismiss-link,
.woocommerce-widget-layered-nav-dropdown__submit,
.wp-block-search .wp-block-search__button,
.c-sidebar .wc-block-product-search .wc-block-product-search__button,
.c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.c-sidebar .wp-block-button__link,
.c-sidebar .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    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;
    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;
    border-radius: 0;
}

.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;
}

.c-button--outline,
.comment-form .submit,
.woocommerce-button,
.woocommerce-Button,
.woocommerce-address-fields .button,
.woocommerce-form-login .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: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 {
    display: block;
}

.wpcf7-form-control-wrap+br {
    display: none;
}

.wpcf7-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-form .c-custom-select__angle {
    right: 20px;
}

.wpcf7-form-control-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wpcf7-form button,
.wpcf7-form input[type="submit"] {
    margin-top: 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) {

    .widget .button:hover,
    .woocommerce-notice .button:hover,
    .woocommerce-widget-layered-nav-dropdown__submit:hover,
    .wp-block-search .wp-block-search__button:hover,
    .c-sidebar .wc-block-product-search .wc-block-product-search__button:hover,
    .c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
    .c-sidebar .wp-block-button__link:hover,
    .c-sidebar .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link:hover {
        background-color: var(--text-color);
        color: white;
    }

    .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,
    .woocommerce-form-login .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,
    .woocommerce-form-login .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);
    }
}

@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;
    margin-bottom: 35px;
    text-align: center;
}

.c-header-search__no-results {}

.c-header-search__row {
    display: -webkit-box;
    display: flex;
    margin-bottom: 25px;
}

.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: var(--mobile-menu-color);
    }

    .c-header-search__wrap .c-button--outline {
        color: var(--mobile-menu-color) !important;
        border-color: var(--mobile-menu-color);
    }

    .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;
    right: 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;
    color: var(--text-color);
    white-space: nowrap;
}

.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;
}

@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);
        color: var(--sticky-menu-color);
        background-color: var(--sticky-menu-bg-color);
    }

    .c-header--sticky .c-header__col-left,
    .c-header--sticky .c-header__col-right,
    .c-header--sticky .c-header__col-center {
        color: var(--sticky-menu-color) !important;
    }

    .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,
    .c-header--sticky.c-header--header-type-4 .c-header__cart-count,
    .c-header--sticky.c-header--header-type-5 .c-header__cart-count {
        background-color: var(--sticky-menu-color);
        color: var(--sticky-menu-bg-color);
    }

    .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--sticky.c-header--header-type-4 .c-header__row,
    .c-header--sticky.c-header--header-type-5 .c-header__row {
        background-color: var(--sticky-menu-bg-color);
    }

    .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);
        cursor: pointer;
    }

    .c-header__search-button,
    .c-header__auth-button {
        position: relative;
    }

    .c-header__button-link--search,
    .c-header__button-link--account {
        display: inline-block;
    }

    .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.c-header__outer--top-row:before,
    .c-header__outer--header-type-5.c-header__outer--top-row: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__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.c-header__outer--top-row {
        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 {
        color: var(--sticky-menu-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;
        font-size: 18px;
    }

    .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;
        padding: 0 !important;
    }

    .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;
        display: inline-block;
        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__callback-close:hover,
    .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.c-header--init {
        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 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        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--header-type-mobile-2 .c-header__logo {
        padding-left: 0;
        overflow: hidden;
    }

    .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__col-mobile-buttons {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 21px;
        line-height: 1;
        margin: 0 13px;
        padding-top: 5px;
    }

    .c-header__col-mobile-buttons--1 {
        font-size: 24px;
        margin: 0 19px 0 31px;
    }

    .c-header__col-mobile-buttons--1 {
        padding-top: 3px;
    }

    .c-header__col-mobile-buttons>* {
        margin-left: 8px;
        margin-right: 8px;
    }

    .c-header--buttons-1 .c-header__menu-button {
        width: 98px;
    }

    .c-header--buttons-1 .c-header__logo {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .c-header--buttons-2 .c-header__menu-button,
    .c-header--buttons-3 .c-header__menu-button,
    .c-header--buttons-4 .c-header__menu-button {
        width: 80px;
    }

    .c-header--header-type-1 .c-header__col-mobile-buttons .c-header__cart-count,
    .c-header--header-type-3 .c-header__col-mobile-buttons .c-header__cart-count {
        background-color: var(--header-color-mobile-tr);
        color: var(--header-color-mobile-tr-neg);
    }

    .c-header--header-type-2 .c-header__col-mobile-buttons .c-header__cart-count,
    .c-header--header-type-4 .c-header__col-mobile-buttons .c-header__cart-count,
    .c-header--header-type-5 .c-header__col-mobile-buttons .c-header__cart-count {
        color: var(--header-color-bg-mobile);
        background-color: var(--header-color-mobile);
    }

    .c-header--header-type-1.c-header--sticky .c-header__col-mobile-buttons .c-header__cart-count,
    .c-header--header-type-3.c-header--sticky .c-header__col-mobile-buttons .c-header__cart-count {
        background-color: var(--header-color-mobile);
        color: var(--header-color-bg-mobile);
    }

    .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;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: 415px;
        min-width: 320px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
        color: var(--mobile-menu-color);
        box-shadow: -5px 0 90px rgba(0, 0, 0, 0.15);
    }

    .h-ltr .c-header__menu--header-type-mobile-1 {
        right: 0;
    }

    .h-ltr .c-header__menu--header-type-mobile-2 {
        left: 0;
    }

    .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(--mobile-menu-bg-color);
        background-color: var(--mobile-menu-color);
        right: -5px;
    }

    .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(max(-100vw, -415px));
        transform: translateX(max(-100vw, -415px));
    }

    .c-header__menu-wrap--page-2 {
        -webkit-transform: translateX(max(-200vw, -830px));
        transform: translateX(max(-200vw, -830px));
    }

    .c-header__menu-wrap--page-3 {
        -webkit-transform: translateX(max(-300vw, -1245px));
        transform: translateX(max(-300vw, -1245px));
    }

    .c-header__menu-wrap--page-4 {
        -webkit-transform: translateX(max(-400vw, -1660px));
        transform: translateX(max(-400vw, -1660px));
    }

    .c-header__menu-wrap--page-5 {
        -webkit-transform: translateX(max(-500vw, -2075px));
        transform: translateX(max(-500vw, -2075px));
    }

    .c-header__menu-page {
        width: 100vw;
        max-width: 415px;
        min-width: 320px;
        -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: var(--mobile-menu-color);
    }

    .c-header__top-row-icon {
        color: var(--mobile-menu-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;
    }
}

@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);
}

.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 (min-width:1190px) {

    .c-login a:hover,
    .woocommerce-ResetPassword a:hover {
        color: var(--accent-color);
    }
}

@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-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 .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__cell-order-actions,
.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__sub-cat {
    opacity: 1;
    visibility: visible;
    -webkit-transform: var(--hover-transition);
    transform: var(--hover-transition);
}

.c-page-header__sub-cat-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: -20px 0 0 0;
    max-width: 100%;
}

.c-page-header__sub-cat-list:not(.owl-carousel) {
    overflow: hidden;
}

.c-page-header__sub-cat-list.owl-carousel,
.c-page-header__sub-cat-list.owl-carousel .c-page-header__sub-cat-item {
    margin-right: 0;
}

.c-page-header__sub-cat-item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 160px;
    margin: 0;
    text-align: center;
    padding: 0 10px;
    line-height: 0;
    padding-top: 20px;
}

.c-page-header__sub-cat-item img {
    display: inline-block !important;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 90px !important;
    height: 90px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.c-page-header__sub-cat-item .woocommerce-loop-category__title {
    position: relative;
    font-family: var(--font-header);
    font-weight: 500;
    font-size: var(--subcat-font-size);
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 22px;
    padding-left: 0.2em;
}

.c-page-header__sub-cat-item .count {
    display: none;
}

@media (min-width:1190px) {
    .c-page-header__sub-cat {
        width: 1080px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        clear: both;
        min-width: 320px;
        padding-left: 60px;
        padding-right: 60px;
        margin-top: 40px;
        -webkit-transition: var(--hover-transition);
        transition: var(--hover-transition);
    }

    .c-page-header__sub-cat-list--carousel {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .c-page-header__sub-cat-item:hover a img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .c-page-header__sub-cat .owl-prev,
    .c-page-header__sub-cat .owl-next {
        width: 50px !important;
        height: 50px !important;
        top: 40px !important;
        margin-top: 0 !important;
    }

    .c-page-header__sub-cat .owl-prev {
        left: -60px !important;
    }

    .c-page-header__sub-cat .owl-next {
        right: -60px !important;
    }
}

@media (max-width:1189px) {
    .c-page-header__sub-cat {
        width: 100%;
        position: relative;
        clear: both;
        min-width: 320px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .c-page-header__sub-cat-item .woocommerce-loop-category__title {
        font-size: calc(var(--subcat-font-size) * 15 / 16);
        letter-spacing: 0.15em;
    }
}

@media (max-width:767px) {
    .c-page-header__sub-cat-item {
        width: 150px;
    }
}

@media (max-width:414px) {
    .c-page-header__sub-cat-item {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100%;
    }

    .c-page-header__sub-cat:not(.c-page-header__sub-cat--init) {
        opacity: 0;
        visibility: hidden;
    }
}

.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;
}

.c-page-header--sub-cat .c-breadcrumbs__list {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
}

@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--sub-cat {
        padding-bottom: 40px;
    }

    .c-page-header--default.c-page-header--sub-cat {
        padding-bottom: 60px;
    }

    .c-page-header--low.c-page-header--sub-cat.c-page-header--header-type-2,
    .c-page-header--low.c-page-header--sub-cat.c-page-header--header-type-4,
    .c-page-header--low.c-page-header--sub-cat.c-page-header--header-type-5 {
        padding-top: 30px;
    }

    .c-page-header--default.c-page-header--sub-cat.c-page-header--header-type-2,
    .c-page-header--default.c-page-header--sub-cat.c-page-header--header-type-4,
    .c-page-header--default.c-page-header--sub-cat.c-page-header--header-type-5 {
        padding-top: 50px;
    }

    .c-page-header--narrow {
        min-height: unset;
        padding-top: 37px;
        padding-bottom: 53px;
    }

    .c-page-header--narrow.c-page-header--header-type-1,
    .c-page-header--narrow.c-page-header--header-type-3 {
        padding-top: 127px;
    }

    .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:not(.c-page-header--sub-cat) .c-page-header__wrap {
        min-height: 108px;
    }

    .c-page-header--high {
        min-height: 500px;
    }

    .c-page-header--high:not(.c-page-header--sub-cat).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--high.c-page-header--sub-cat {
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: 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--sub-cat .c-page-header__wrap {
        min-height: 0;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .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--narrow {
        min-height: 130px;
    }

    .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: 68px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .c-page-header--sub-cat .c-page-header__wrap {
        min-height: 0;
        margin-bottom: 15px;
    }

    .c-page-header--header-type-2.c-page-header--sub-cat .c-page-header__wrap,
    .c-page-header--header-type-4.c-page-header--sub-cat .c-page-header__wrap,
    .c-page-header--header-type-5.c-page-header--sub-cat .c-page-header__wrap {
        margin-top: 40px;
    }

    .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-page-header--sub-cat .c-breadcrumbs__list {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.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;
}

@media (min-width:1190px) {
    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__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) {
    .c-post-list__categories-item-link:hover {
        color: var(--text-color);
    }

    .c-post-list__header-link:hover {
        color: var(--accent-color);
    }
}

@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;
    }

    .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;
}

@media (min-width:1190px) {
    .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-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-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-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;
    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-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;
    }

    .c-page__meta a:hover,
    .c-post__tags a:hover {
        color: var(--accent-color);
    }

    .c-post__nav-prev:hover,
    .c-post__nav-next:hover {
        color: var(--accent-color-dark);
    }

    .c-post__author-title a:hover {
        color: var(--accent-color-dark);
    }
}

@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: 20px;
    }

    .c-post__author-thumb>img {
        width: 80px;
        height: 80px;
    }

    .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--2-per-row {
    min-height: 220px;
}

.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: 2px;
/*    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: 1.4;
    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);
}

.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;
    color: var(--text-color);
}

.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;
    right: 0;
/*
    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: 1;
    visibility: visible;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
    cursor: pointer;
}

.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 #e6e3e3;
/*    border: solid 1px currentColor;*/
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    padding: 15px;
/*    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 {
    position: absolute;
    width: 99px;
    left: 17px;
    top: 74px;
    height: 51px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
    align-self: flex-start;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.24em;
    text-indent: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 5px 0 5px;
}

.c-product-grid__item--compact:hover .c-product-grid__atc {
    opacity: 1;
    visibility: visible;
}

.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);
}

.c-product-grid__brands {
    margin-top: -12px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 11.5px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color);
}

.c-product-grid__item--compact .c-product-grid__price-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-product-grid__item--compact .c-product-grid__price-wrap>.price {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-left: 10px;
}

.c-product-grid__item--compact .c-product-grid__brands {
    margin-top: 3px;
    margin-bottom: 0;
}

.c-product-grid__cat-desc:empty {
    display: none;
}

.c-product-grid__cat-desc .term-description>:first-child,
.c-product-grid__cat-desc .page-description>:first-child {
    margin-top: 0;
}

.c-product-grid__cat-desc .term-description>:last-child,
.c-product-grid__cat-desc .page-description>:last-child {
    margin-bottom: 0;
}

.c-product-grid__cat-desc--above {
    margin-bottom: 40px;
}

.c-product-grid__cat-desc--below {
    margin-top: 0;
    margin-bottom: 70px;
}

@media (min-width:1190px) {
    .c-product-grid__item:hover .c-product-grid__thumb-button {
        opacity: 1;
        visibility: visible;
    }

    .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: 48px;
    }

    .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: 1;
/*        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: relative;
/*        position: absolute;*/
        width: 100%;
        left: 0;
        visibility: visible;
    }

    .c-product-grid__atc:hover {
        color: white !important;
        background-color: var(--text-color);
        border-color: var(--text-color);
    }

    .c-product-grid__brand:hover,
    .woocommerce-loop-product__link:hover {
        color: var(--accent-color);
    }

    .c-product-grid__item--always .c-product-grid__atc {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -1px;
        z-index: 10;
        border-color: white;
        top: unset;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .c-product-grid__item--always:not(:hover) .c-product-grid__atc {
        pointer-events: none;
    }

    .c-product-grid__item--always {
        padding-bottom: 60px;
    }
}

@media (max-width:1189px) {
    .c-product-grid__item:hover .c-product-grid__thumb-button {
        opacity: 1;
        visibility: visible;
    }

    .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 {
        width: 100%;
        max-width: 415px;
        margin: 10px;
    }

    .c-product-grid__wrap--compact {
        margin: 0;
    }

    .c-product-grid__item--compact .c-product-grid__atc {
        position: absolute;
        width: 99px;
        left: 17px;
        top: 74px;
    }
}

@media (max-width:619px) and (min-width:360px) {
    .c-product-grid__wrap--2-per-row {
        margin: -17.5px -20px;
    }

    .c-product-grid__item--2-per-row {
        width: 150px;
        margin: 17.5px 10px;
        padding-bottom: 0;
    }

    .c-product-grid__item--2-per-row .c-product-grid__stock {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        font-size: 10px;
        padding: 7px 15px 8px 16px;
        max-width: unset;
    }

    .c-product-grid__item--2-per-row .c-product-grid__details {
        background-color: transparent;
        padding: 17px 0 0 0;
    }

    .c-product-grid__item--2-per-row .woocommerce-loop-product__title {
        font-size: var(--font-size-mobile-2-per-row);
        line-height: 20px;
        letter-spacing: 0.23em;
    }

    .c-product-grid__item--2-per-row .c-product-grid__short-desc {
        font-size: 12px;
        text-align: center;
    }

    .c-product-grid__item--2-per-row .c-product-grid__thumb-button-list {
        top: 16px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 25px;
        z-index: 5;
    }

    .c-product-grid__item--2-per-row .c-product-grid__price-wrap {
        margin-top: 7px;
    }

    .c-product-grid__item--2-per-row .c-product-grid__atc {
        padding: 0 5px 0 5px;
        width: 99px;
        left: 25px;
        top: 65px;
        height: 51px;
        border-color: currentColor;
        bottom: unset;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0.24em;
        text-indent: 0;
        opacity: 0;
        visibility: hidden;
    }

    .c-product-grid__item--2-per-row:hover .c-product-grid__atc {
        opacity: 1;
        visibility: visible;
    }

    .c-product-grid__item--2-per-row .c-product-grid__atc-icon {
        margin-right: 0 !important;
        margin-left: 0 !important;
        font-size: 15px;
    }

    .c-product-grid__item--2-per-row .c-product-grid__atc-text {
        display: none;
    }

    .c-product-grid__item--2-per-row .c-product-grid__price-wrap {
        font-size: 14px;
    }

    .c-product-grid__item--2-per-row .c-product-grid__brands {
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .c-product-grid__item--2-per-row .c-badge {
        margin-left: 0 !important;
        margin-right: 5px !important;
    }

    .c-product-grid__item--2-per-row .star-rating {
        margin-top: 18px;
    }
}

@media (max-width:415px) {
    .c-product-grid__item--compact .c-product-grid__price-wrap {
        display: block;
        text-align: right;
    }
}

@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__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;
        position: absolute;
        width: 79px !important;
        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__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;
    }

    .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);
    }
}

@media (max-width:1189px) {
    .c-product-list-widget__remove {
        opacity: 1;
        visibility: visible;
    }
}

.c-product-search-form .c-search-form__input,
.c-product-search-form .c-search-form__input[type=search]:not(.h-cb):focus {
    background-color: white !important;
}

.c-product {
    margin-bottom: 80px;
}

.c-product__rev-counter {
    display: inline-block;
}

.c-product__slider-item {
    display: block;
    width: 100%;
/*    padding-bottom: 88%;*/
    padding-bottom: 100%;
    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;*/
    height: 115px !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.2em;
    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: 20px;
    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-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: capitalize;
/*    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;
    margin-top: 31px;
    max-width: 500px;
}

.c-product__atc-wrap:empty {
    display: none;
}

.c-product__atc-wrap--hide-stock .in-stock {
    display: none !important;
}

.c-product__atc-wrap .stock {
    margin: 0 0 25px 0;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: var(--text-color-light);
}

.c-product__atc-wrap .out-of-stock {
    margin-bottom: 0;
}

.c-product__atc-wrap .woocommerce-variation-availability .stock {
    margin-top: 20px;
}

.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;
    padding: 18px 50px 18px 50px;
    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 .button.disabled {
    opacity: 0.2;
}

.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 select:not(.h-cb) {
    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;
    width: 100%;
    padding: 16px 35px 16px 25px;
    height: 48px !important;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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 !important;
}

.c-product__quantity-minus {
    -webkit-box-ordinal-group: 2;
    order: 1;
    border: solid 1px #ccc;
    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: 5px !important;
    padding-right: 5px !important;
    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 #ccc;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.c-product__tabs {}

.c-product__tabs--wide {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}

.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 .woocommerce-variation-add-to-cart,
.c-product--quick-view .c-product__atc-wrap form {
    flex-wrap: nowrap;
}

.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("../../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 .c-product__slider-img,
.c-product__image-zoom .zoomImg {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.c-product__image-zoom.zooming .c-product__slider-img {
    opacity: 0;
}

.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__icon {
    margin: 7px;
}

.c-product__share .c-post-share {
    margin: -7px;
}

.c-product__brand-logo-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -10px -20px -20px -20px;
}

.c-product__brand-logo {
    width: 136px;
    height: 76px;
    margin: 20px;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition);
}

.c-product__brand-logo-svg,
.c-product__brand-logo-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
}

@media (min-width:1190px) {

    .c-product--layout-1 .woocommerce-variation-add-to-cart .button,
    .c-product--layout-1.product-type-simple .c-product__atc-wrap .button,
    .c-product--layout-2 .woocommerce-variation-add-to-cart .button,
    .c-product--layout-2.product-type-simple .c-product__atc-wrap .button {
        max-width: calc(100% - 164px);
    }

    .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: 700px;
        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 .js-sticky-sidebar {
        position: absolute;
    }

    .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;
    }

    @media (max-width:1249px) {
        .c-product--layout-3 .c-product__col-2-center {
            width: calc(100vw - 840px);
        }
    }

    .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 select:not(.h-cb),
    .c-product--layout-4 .c-product__atc-wrap select:not(.h-cb) {
        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 .variations,
    .c-product--layout-3 .variations thead,
    .c-product--layout-3 .variations tbody,
    .c-product--layout-3 .variations tfoot,
    .c-product--layout-3 .variations tr,
    .c-product--layout-3 .variations th,
    .c-product--layout-3 .variations td,
    .c-product--layout-4 .variations,
    .c-product--layout-4 .variations thead,
    .c-product--layout-4 .variations tbody,
    .c-product--layout-4 .variations tfoot,
    .c-product--layout-4 .variations tr,
    .c-product--layout-4 .variations th,
    .c-product--layout-4 .variations td,
    .c-product--layout-3 .group_table,
    .c-product--layout-3 .group_table thead,
    .c-product--layout-3 .group_table tbody,
    .c-product--layout-3 .group_table tfoot,
    .c-product--layout-3 .group_table tr,
    .c-product--layout-3 .group_table th,
    .c-product--layout-3 .group_table td,
    .c-product--layout-4 .group_table,
    .c-product--layout-4 .group_table thead,
    .c-product--layout-4 .group_table tbody,
    .c-product--layout-4 .group_table tfoot,
    .c-product--layout-4 .group_table tr,
    .c-product--layout-4 .group_table th,
    .c-product--layout-4 .group_table 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;
    }

    .c-product__share .c-post-share__link:hover {
        color: var(--text-color);
    }

    .c-product__brand-logo:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@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;
    }

    .h-ltr .c-product--quick-view .c-product__gallery .c-badge--featured {
        margin-left: 5px;
    }

    .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;
    }

    .c-product__tabs--wide {
        margin-top: 45px;
    }
}

@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 .variations,
    .c-product__atc-wrap .variations thead,
    .c-product__atc-wrap .variations tbody,
    .c-product__atc-wrap .variations tfoot,
    .c-product__atc-wrap .variations tr,
    .c-product__atc-wrap .variations th,
    .c-product__atc-wrap .variations td,
    .c-product__atc-wrap .group_table,
    .c-product__atc-wrap .group_table thead,
    .c-product__atc-wrap .group_table tbody,
    .c-product__atc-wrap .group_table tfoot,
    .c-product__atc-wrap .group_table tr,
    .c-product__atc-wrap .group_table th,
    .c-product__atc-wrap .group_table td,
    .c-product__atc-wrap .extra-options,
    .c-product__atc-wrap .extra-options thead,
    .c-product__atc-wrap .extra-options tbody,
    .c-product__atc-wrap .extra-options tfoot,
    .c-product__atc-wrap .extra-options tr,
    .c-product__atc-wrap .extra-options th,
    .c-product__atc-wrap .extra-options td,
    .c-product__atc-wrap .thwepo-extra-options,
    .c-product__atc-wrap .thwepo-extra-options thead,
    .c-product__atc-wrap .thwepo-extra-options tbody,
    .c-product__atc-wrap .thwepo-extra-options tfoot,
    .c-product__atc-wrap .thwepo-extra-options tr,
    .c-product__atc-wrap .thwepo-extra-options th,
    .c-product__atc-wrap .thwepo-extra-options td {
        display: block;
        padding-left: 0 !important;
        text-align: var(--text-align-left) !important;
    }

    .c-product__atc-wrap .extra-options td,
    .c-product__atc-wrap .thwepo-extra-options td {
        display: block !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;
    }

    .c-shop-sidebar--desktop-filter {
        position: fixed !important;
        z-index: 1200;
        right: 0;
        top: 0;
        width: 260px;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: var(--opacity-transition);
        transition: var(--opacity-transition);
    }

    .c-shop-sidebar__content--desktop-filter .widget:first-child {
        padding-top: 0;
    }

    .c-shop-sidebar--desktop-filter.c-shop-sidebar--disabled {
        display: none !important;
        pointer-events: none;
    }

    .c-shop-sidebar--desktop-filter.c-shop-sidebar--active {
        opacity: 1;
        visibility: visible;
    }

    .c-shop-sidebar--desktop-filter .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%);
        box-shadow: -5px 0 90px rgba(0, 0, 0, 0.15);
    }

    .c-shop-sidebar--desktop-filter .c-shop-sidebar__wrap--active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .c-shop-sidebar__content--desktop-filter {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 61px;
        bottom: 0;
        overflow: auto;
        background-color: white;
    }

    .c-shop-sidebar--desktop-filter .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--desktop-filter .c-shop-sidebar__close {
        width: 38px;
        height: 38px;
        text-align: center;
        font-size: 20px;
        line-height: 44px;
        cursor: pointer;
    }
}

@media (max-width:1189px) {
    .c-shop-sidebar {
        position: fixed !important;
        z-index: 1200;
        right: 0;
        top: 0;
        width: 260px;
        height: 100%;
        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%);
        box-shadow: -5px 0 90px rgba(0, 0, 0, 0.15);
    }

    .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: white;
    }

    .c-shop-sidebar__shadow {}

    .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-shop-sidebar__content--desktop,
    .c-shop-sidebar__content--desktop-filter {
        display: none;
    }
}

.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--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 .c-soc__icon--telegram {
    padding-right: 2px;
}

@media (min-width:1190px) {
    .c-soc--round-big .c-soc__icon:hover {
        opacity: 1;
    }
}

.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 1 auto;
    width: 250px;
    max-width: 100%;
    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;
}

.c-sub-categories .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;
    display: inline-block;
}

@media (min-width:1190px) {
    .c-sub-categories__item a:hover {
        color: var(--accent-color);
    }
}

@media (max-width:359px) {
    .c-sub-categories {
        padding: 25px;
    }
}

.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);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.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 (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 {
        color: var(--top-accent-color);
    }

    .c-top-bar-menu__submenu {
        position: absolute;
        list-style: none;
        padding: 15px 0;
        width: 210px;
        margin: 15px 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: var(--top-background-color);
        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: -10px;
        right: -10px;
        top: -15px;
        height: 15px;
        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: var(--top-accent-color);
    }

    .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;
        color: var(--top-menu-submenu-color);
        background-color: var(--top-menu-submenu-bg-color);
        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__submenu:not(.initialized) {
        opacity: 0 !important;
        visibility: hidden !important;
    }
*/

    .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__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>.c-top-menu__submenu--columns-4 {
        width: 1160px;
    }

    .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: var(--top-menu-submenu-bg-color);
        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[href="#"],
    .c-top-menu__subitem>a:not([href]) {
        pointer-events: none;
    }

    .c-top-menu__subitem>a[href="#"]:hover,
    .c-top-menu__subitem>a:not([href]):hover {
        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(--top_menu_submenu_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: 13px;
            margin-left: 15px;
            margin-right: 15px;
        }
    }
}

.c-wishlist {
    color: var(--text-color-light);
}

.c-wishlist__shop-table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}

.c-wishlist__shop-tr {
    position: relative;
}

.c-wishlist__shop-tr--border td,
.c-wishlist__shop-tr--border th {
    border-bottom: solid 1px var(--text-color-extra-light);
}

.c-wishlist__shop-th,
.c-wishlist__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-wishlist__totals-th--product-total {
    text-align: right;
}

.c-wishlist__shop-thead .c-wishlist__shop-th {
    font-size: 13px;
    border-color: var(--text-color-extra-light);
}

.c-wishlist__totals-th {
    padding-top: 20px;
    padding-bottom: 9px;
}

.c-wishlist__shop-td--product-subtotal .amount {
    display: block;
}

.c-wishlist__shop-th--product-total,
.c-wishlist__shop-td--product-total,
.c-wishlist__shop-td--right {
    text-align: right;
}

.c-wishlist__shop-td--product-quantity {
    text-align: center;
}

.c-wishlist__shop-td--left {
    text-align: left;
}

.c-wishlist__button-wrap .button {
    display: inline-block;
    margin-left: auto;
    background-color: transparent;
    padding: 10px 20px !important;
    font-size: 11px !important;
}

.c-wishlist__shop-td {
    padding: 13px 0;
}

.h-ltr .c-wishlist__shop-td {
    padding-right: 25px;
}

.h-ltr .c-wishlist__shop-td:last-child {
    padding-right: 0;
    text-align: right;
}

.h-ltr .c-wishlist__shop-th:last-child {
    padding-right: 0;
    text-align: right;
}

.c-wishlist__shop-td-space {
    padding: 10px;
}

.c-wishlist__shop-td .variation {
    display: inline-block !important;
    margin-right: 11px;
}

.c-wishlist__shop-td--product-thumbnail {
    position: relative;
    width: 70px;
}

.h-ltr .c-wishlist__shop-td--product-thumbnail {
    padding-right: 15px;
    padding-left: 0;
}

.c-wishlist__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-wishlist__shop-td--product-normal {
    width: unset;
}

.c-wishlist__shop-td--product-name>a {
    display: block;
}

.c-wishlist__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-wishlist__shop-td--product-price del {
    opacity: 0.3;
    margin-right: 3px;
}

.c-wishlist__shop-td--product-price ins {
    text-decoration: none;
}

.c-wishlist__shop-th--product-price,
.c-wishlist__shop-td--product-price,
.c-wishlist__shop-th--product-stock,
.c-wishlist__shop-td--product-stock {
    text-align: center;
    padding-right: 25px;
}

.c-wishlist__shop-td--product-stock {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.c-wishlist__shop-th--product-quantity {
    text-align: center;
    padding-right: 25px;
}

.c-wishlist__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-wishlist__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;
}

.c-wishlist__shop-remove-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}

.c-wishlist__shop-variation {
    display: block;
    font-size: 14px;
}

.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;
}

.c-wishlist__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-wishlist__shop-remove-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}

@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;
    }

    .c-wishlist__button-wrap .button:hover {
        background-color: var(--text-color);
    }

    .c-wishlist__shop-remove-icon:hover {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
    }

    .c-wishlist__shop-tr:hover .c-wishlist__shop-remove-icon {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:1189px) {
    .c-wishlist__shop-remove-icon {
        opacity: 1;
        visibility: visible;
    }
}

@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-wishlist__shop-td--product-thumbnail {
        display: block;
        width: 66px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .c-wishlist__table .c-wishlist__thumbnail-link {
        display: block;
    }

    .h-ltr .c-wishlist__table .c-wishlist__shop-remove-icon {
        left: -18px;
    }

    .c-wishlist__table .c-wishlist__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;
}

.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 .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: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;
}

.comments-navigation {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.265em;
    text-transform: uppercase;
    margin-top: 30px;
    display: -webkit-box;
    display: flex;
}

.h-ltr .comments-navigation .nav-previous {
    padding-right: 10px;
}

.h-ltr .comments-navigation .nav-next {
    padding-left: 10px;
}

.h-ltr .comments-navigation .nav-next {
    margin-left: auto;
}

.comments-navigation .nav-previous .meta-nav {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.comments-navigation .nav-next .meta-nav {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.comments-navigation a {
    display: inline-block;
    padding: 11px 25px;
    border: solid 1px currentColor;
}

@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);
    }

    .logged-in-as a:hover {
        color: var(--accent-color);
    }

    .commentlist a:hover {
        color: var(--accent-color-dark);
    }

    #cancel-comment-reply-link:hover {
        color: var(--accent-color-dark);
    }

    .comments-navigation a:hover {
        color: var(--accent-color);
    }
}

@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;
    }

    .comments-navigation {
        display: block;
    }

    .comments-navigation .nav-next {
        margin-top: 15px;
    }

    .comments-navigation .nav-next,
    .comments-navigation .nav-previous {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@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;
}

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;
}

@media (min-width:1190px) {

    a.page-numbers:hover,
    a.post-page-numbers:hover {
        color: white;
        background-color: var(--text-color);
        border-color: var(--text-color);
    }
}

.select2-container {
    z-index: 50 !important;
}

body.filter-open>.select2-container {
    z-index: 1201 !important;
}

.select2-results,
.select2-search--dropdown {
    background-color: white;
}

body.admin-bar>.select2-container--open {
    margin-top: 32px;
}

@media (max-width:782px) {
    body.admin-bar>.select2-container--open {
        margin-top: 46px;
    }
}

.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) !important;
    background-color: var(--background-color-light) !important;
    ;
    border-radius: 0 !important;
    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-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";
}

.c-sidebar .wc-block-grid__product-rating .star-rating,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.star-rating {
    position: relative;
    display: inline-block;
    line-height: 10px;
    width: 67px;
    height: 10px;
    overflow: hidden;
}

.c-sidebar .wc-block-grid__product-rating .star-rating:before,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,
.star-rating:before,
.star-rating span:before {
    height: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.h-ltr .wc-block-product-search__field {
    padding-right: 5px !important;
}

.c-sidebar .wc-block-grid__product-rating .star-rating:before,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,
.star-rating:before {
    content: "";
    width: 100%;
    opacity: 0.2;
}

.c-sidebar .wc-block-grid__product-rating .star-rating span,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.star-rating span:before {
    content: "";
    width: 100%;
}

.c-sidebar .wc-block-grid__product-rating .star-rating span,
.c-sidebar .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.star-rating>span {
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    padding-top: 0;
}

.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.selected a,
.comment-form-rating .stars a.active {
    opacity: 1;
}

.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;
}

@media (min-width:1190px) {
    .comment-form-rating .stars:hover a {
        opacity: 1;
    }

    .comment-form-rating .stars:not(.selected) a:hover~a {
        opacity: 0.2;
    }
}

.c-sidebar {
    position: relative;
}

.c-sidebar__wrap {
    margin-top: -30px;
}

.c-sidebar .wc-block-featured-product,
.c-sidebar .wc-block-featured-category {
    background-color: var(--background-color);
}

.c-sidebar .wc-block-featured-category.has-background-dim:before,
.c-sidebar .wc-block-featured-product.has-background-dim:before {
    opacity: 0.6;
    background-color: var(--text-color);
}

.c-sidebar .wp-block-quote {
    margin: 0;
}

.c-sidebar .wc-block-grid__product .wc-block-grid__product-add-to-cart {
    margin-bottom: 0;
}

.c-sidebar .widget>ul:first-child {
    margin-top: 0;
}

.wc-block-components-sort-select__label {
    display: none;
}

.c-sidebar .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
    font-size: 9px;
    letter-spacing: 5px !important;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.c-sidebar .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
    letter-spacing: 5px !important;
}

.c-sidebar .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    color: var(--star-rating-color);
}

.c-sidebar .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
    opacity: 0.2;
    color: var(--star-rating-color);
}

.c-sidebar .wc-block-featured-product>*,
.c-sidebar .wc-block-featured-category>* {
    padding-left: 30px;
    padding-right: 30px;
}

.c-sidebar .wc-block-featured-category__wrapper>*,
.c-sidebar .wc-block-featured-product__wrapper>* {
    padding-left: 0;
    padding-right: 0;
}

.c-sidebar .wc-block-featured-category__description,
.c-sidebar .wc-block-featured-product__description,
.c-sidebar .wc-block-review-list-item__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.025em;
}

.wc-block-components-review-list-item__text__read_more {
    text-decoration: underline;
    text-underline-position: under;
}

.c-sidebar .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars,
.c-sidebar .wc-block-components-review-list-item__rating {
    width: 100%;
}

.c-sidebar .wc-block-components-review-list-item__info {
    margin-bottom: 10px;
}

.c-sidebar .wc-block-review-list-item__product,
.c-sidebar .wc-block-review-list-item__rating+.wc-block-review-list-item__author {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: normal;
    margin-bottom: 10px;
    color: var(--text-color);
    margin-left: 0;
    margin-right: 0;
}

.c-sidebar .wc-block-review-list-item__product+.wc-block-review-list-item__author,
.c-sidebar .wc-block-components-review-list-item__published-date {
    display: block;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-color-light);
}

.wc-block-components-review-list-item__published-date:before {
    display: none !important;
}

.editor-styles-wrapper .wc-block-components-review-list-item__item:last-child,
.wc-block-components-review-list-item__item:last-child {
    margin-bottom: 0;
}

.c-sidebar .wc-block-featured-category .wc-block-featured-category__title,
.c-sidebar .wc-block-featured-product .wc-block-featured-product__title {
    padding-top: 35px;
    padding-bottom: 0;
}

.c-sidebar .wc-block-featured-product,
.c-sidebar .wc-block-featured-category {
    margin: -30px;
    width: auto;
}

.wc-block-featured-product .wc-block-featured-product__description {
    padding-top: 0;
}

.wp-block-search__label {
    display: none;
}

.wp-block-search__inside-wrapper {
    position: relative;
}

.c-sidebar .wc-block-components-sort-select {
    margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button,
.c-sidebar .wc-block-product-search .wc-block-product-search__button {
    margin-left: 0;
}

.wp-block-search .wp-block-search__button.has-icon,
.c-sidebar .wc-block-product-search .wc-block-product-search__button {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 !important;
    width: 45px;
    height: 45px;
    border: none;
    background-color: var(--background-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 9px 20px 10px 20px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 8px 12px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none;
}

.wp-block-latest-comments__comment {
    line-height: inherit;
}

.wp-block-page-list__submenu-icon {
    display: none;
}

.c-sidebar .wc-block-grid__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);
}

.c-sidebar .wc-block-grid__product-price {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin: 10px 0 20px 0;
}

.c-sidebar .wc-block-grid__product-price del {
    opacity: 0.3;
    margin-right: 3px;
}

.c-sidebar .wc-block-grid__product-onsale {
    position: absolute;
    left: 0;
    top: -5px;
    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;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: inline-block;
    background-color: var(--text-color);
    border-radius: 0;
}

.wc-block-grid__product .added {
    display: none !important;
}

.wc-block-grid__product .wc-forward {
    height: 50px;
}

.wc-block-grid__product .wp-block-button__link:after {
    display: none !important;
}

.wc-block-grid__products {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.c-sidebar .wc-block-grid__product .wc-block-grid__product-rating {
    margin-top: -13px;
    margin-bottom: 20px;
}

.c-sidebar>.widget,
.c-shop-sidebar__content>.widget {
    position: relative;
    background-color: white;
    margin-bottom: 1px;
    padding: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.015em;
}

.c-sidebar .widget-title,
.c-sidebar .widget_block h2,
.c-sidebar .widget h3,
.c-sidebar .wc-block-product-search__label {
    display: block;
    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 .widget_block>h2 {
    margin-bottom: -31px;
    position: relative;
}

.c-sidebar .widget_block>h2:after {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: 0;
    border-bottom: solid 1px white;
}

.c-sidebar .rss-widget-icon {
    display: none;
}

.c-sidebar .wc-block-product-categories {
    margin-bottom: 0;
}

.c-sidebar .widget ul.sub-menu,
.c-sidebar .widget ul.children,
.c-sidebar .widget ul.submenu-container,
.wc-block-product-categories-list .wc-block-product-categories-list {
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-top: 15px;
}

.c-sidebar .widget ul.children li:not(:last-child),
.c-sidebar .widget ul.sub-menu li:not(:last-child),
.c-sidebar .widget ul.submenu-container li:not(:last-child),
.wc-block-product-categories-list .wc-block-product-categories-list li:not(:last-child) {
    margin-bottom: 7px;
}

.c-sidebar .widget ul.children ul.children,
.c-sidebar .widget ul.sub-menu ul.sub-menu,
.c-sidebar .widget ul.submenu-container ul.sub-menu,
.wc-block-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list {
    margin-left: 0;
    margin-top: 7px;
}

.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,
.wp-block-archives-list ul,
.wp-block-categories-list ul,
.wp-block-page-list 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,
.wp-block-categories-list ul>li>a:before,
.wp-block-archives-list ul>li>a:before,
.wp-block-page-list 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%;
    display: inline-block;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.c-sidebar .widget li {
    position: relative;
}

.c-sidebar .widget li:not(:last-child) {
    margin-bottom: 35px;
}

.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,
.c-sidebar .wp-block-archives-list>li:before,
.c-sidebar .wp-block-categories-list>li:before,
.c-sidebar .wp-block-page-list>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;
    padding-right: 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,
.c-sidebar ol.wp-block-latest-comments {
    margin: 20px 0 -5px 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.025em;
    padding: 0;
}

.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),
.wc-block-product-categories-list .wc-block-product-categories-list li:not(:last-child) {
    margin-bottom: 7px;
}

.c-sidebar .widget ul.children ul.children,
.c-sidebar .widget ul.sub-menu ul.sub-menu,
.wc-block-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list {
    margin-left: 0;
    margin-top: 7px;
}

.wc-block-product-categories-list .wc-block-product-categories-list {
    margin-bottom: -5px;
}

.wc-block-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list {
    margin-right: 0;
}

.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 .recentcomments .comment-author-link,
.wp-block-latest-comments__comment-author {
    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,
.wp-block-latest-comments__comment-author: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:first-child[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 select {
    width: 100%;
}

.wp-calendar-table {
    width: 100%;
    border-spacing: 0;
}

.wp-calendar-table #today {
    background-color: var(--text-color);
    color: white;
}

.wp-calendar-table 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;
}

.c-sidebar .wp-calendar-table th {
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    border-left: none;
    border-right: none;
    border-top: solid 1px var(--text-color);
    border-bottom: solid 1px var(--text-color);
    background-color: var(--background-color);
}

.c-sidebar .wp-calendar-table td {
    text-align: center;
    padding: 4px 0;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    border: none;
    z-index: 1;
}

.c-sidebar .wp-calendar-nav a {
    text-decoration: none;
}

.wp-calendar-table 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;
}

.wp-calendar-table 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;
}

.wp-calendar-table tbody a {
    text-decoration: underline;
    text-underline-position: under;
}

.wp-calendar-table caption {
    font-weight: 500;
    margin-bottom: 10px;
}

.wp-calendar-table {
    margin-bottom: 10px !important;
}

.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_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 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;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
    text-decoration: none !important;
}

@media (min-width:1190px) {
    .widget a:hover {
        color: var(--accent-color);
    }

    .widget_layered_nav_filters li.chosen:hover:before {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
    }

    .widget .c-search-form__button:hover,
    .woocommerce-product-search button:hover {
        background-color: var(--text-color);
        color: white;
    }

    .wp-block-search .wp-block-search__button.has-icon:hover,
    .c-sidebar .wc-block-product-search .wc-block-product-search__button:hover {
        background-color: var(--text-color);
    }
}

.woocommerce-form-login {
    padding: 40px 50px;
    background-color: white;
    margin-bottom: 60px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.woocommerce-form-login .clear {
    display: none;
}

.woocommerce-form-login .lost_password {
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: var(--text-color-light);
}

.woocommerce-form-login 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);
}

.woocommerce-form-login .required {
    text-decoration: none;
    color: darkred;
}

.woocommerce-form-login:first-child {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 100%;
    margin-top: 0;
}

.woocommerce-form-login .input-text,
.woocommerce-form-login .button {
    width: 100%;
}

.woocommerce-form-login .form-row-first,
.woocommerce-form-login .form-row-last,
.woocommerce-form-login .clear+.form-row {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: calc(100% / 3 - 20px);
}

.woocommerce-form-login .clear+.form-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

@media (min-width:1190px) {
    .woocommerce-form-login .lost_password:hover {
        color: var(--accent-color);
    }
}

@media (max-width:1189px) {
    .woocommerce-form-login {
        padding: 0;
        display: block;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .woocommerce-form-login>* {
        width: 100% !important;
    }
}

.woocommerce-notices-wrapper {
    position: relative;
    width: 100%;
    clear: both;
    min-width: 320px;
}

.woocommerce-notice-close {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    z-index: 1;
    right: 8px;
    top: 8px;
    color: var(--text-color);
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition);
    opacity: 0.3;
    cursor: pointer;
}

.woocommerce-notice-close-svg {
    width: 12px;
    height: 12px;
    font-size: 12px;
    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;
}

.h-ltr .woocommerce-notices-wrapper .button {
    float: right;
    margin-left: 20px;
    max-width: 50%;
}

.woocommerce-notices-wrapper a {
    text-decoration: underline;
}

.woocommerce-NoticeGroup:not(:empty)+.c-cart__wrap {
    margin-top: 45px;
}

.woocommerce>.woocommerce-notice,
.woocommerce>.woocommerce-error,
.woocommerce>.woocommerce-message {
    display: none;
}

.woocommerce-notices-wrapper {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.woocommerce-store-notice {
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    padding: 11px 15px 8px 15px;
    margin: 0;
    color: var(--store-notice-color);
    background-color: var(--store-notice-background-color);
}

.woocommerce-store-notice--bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10001;
    box-shadow: 0 -4px 22px 2.4px rgba(0, 0, 0, 0.12);
}

a.woocommerce-store-notice__dismiss-link {
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    color: var(--store-notice-color);
    border-color: var(--store-notice-color);
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.woocommerce-notice,
.woocommerce-error,
.woocommerce-message {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    letter-spacing: 0.015em;
    background-color: white;
    overflow: hidden;
}

.woocommerce-notices-wrapper .button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-form-login-toggle {
    display: none;
}

@media (min-width:1190px) {
    a.woocommerce-store-notice__dismiss-link:hover {
        background-color: var(--store-notice-color);
        color: var(--store-notice-background-color);
    }

    .woocommerce-notice-close:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
}

@media (min-width:768px) {

    .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,
    .woocommerce-error,
    .woocommerce-message {
        position: relative;
        border-radius: 4px;
        margin-top: 12px;
        padding: 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,
    .woocommerce-notices-wrapper--ajax .woocommerce-error,
    .woocommerce-notices-wrapper--ajax .woocommerce-message {
        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);
    }

    .h-ltr .woocommerce-notice-success-svg,
    .h-ltr .woocommerce-notice-info-svg,
    .h-ltr .woocommerce-notice-error-svg {
        left: 16px;
        top: 16px;
    }

    .h-ltr .woocommerce-notices-wrapper--ajax .woocommerce-notice-success-svg,
    .h-ltr .woocommerce-notices-wrapper--ajax .woocommerce-notice-info-svg,
    .h-ltr .woocommerce-notices-wrapper--ajax .woocommerce-notice-error-svg {
        left: 22px;
        top: 24px;
    }
}

@media (max-width:767px) {
    .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,
    .woocommerce-error,
    .woocommerce-message {
        position: relative;
        padding: 18px 30px 18px 50px;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    }

    .h-ltr .woocommerce-notice-success-svg,
    .h-ltr .woocommerce-notice-info-svg,
    .h-ltr .woocommerce-notice-error-svg {
        left: 16px;
        top: 16px;
    }
}

.h-wpml .wpml-ls-legacy-dropdown,
.h-wpml .wpml-ls-legacy-dropdown-click {
    width: auto;
}

.h-wpml .wpml-ls-legacy-dropdown a,
.h-wpml .wpml-ls-legacy-dropdown-click a {
    text-transform: unset;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: currentColor;
    border: none;
    background-color: transparent;
    padding: 0;
    white-space: nowrap;
}

.h-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.h-wpml .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle: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;
    border: none;
    right: unset;
}

.h-wpml .wpml-ls-legacy-dropdown a:hover,
.h-wpml .wpml-ls-legacy-dropdown a:focus,
.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.h-wpml .wpml-ls-legacy-dropdown-click a:hover,
.h-wpml .wpml-ls-legacy-dropdown-click a:focus,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    color: var(--top-accent-color);
    background: transparent;
}

.h-wpml .wpml-ls-flag+noscript+span,
.h-wpml .wpml-ls-flag+span {
    margin-left: 8px;
}

.h-wpml.h-wpml.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    position: absolute;
    list-style: none;
    padding: 0;
    width: 210px;
    margin: 15px 0 0 0;
    left: -25px;
    right: unset;
    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: var(--top-background-color);
    box-shadow: 0 2px 7px rgb(0 0 0 / 7%);
    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;
    border: 0;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -15px;
    height: 15px;
    background-color: var(--top-background-color);
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-item,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.015em;
    position: relative;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item>a,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item>a {
    display: block;
    padding: 10px 25px;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu.c-top-bar-menu__submenu--rtl,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu.c-top-bar-menu__submenu--rtl {
    left: unset;
    right: -25px;
}

.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
}

@media (min-width:1190px) {

    .h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu>:first-child,
    .h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu>:first-child {
        padding-top: 15px;
    }

    .h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu>:last-child,
    .h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu>:last-child {
        padding-bottom: 15px;
    }
}

@media (max-width:1189px) {

    .h-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
    .h-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        position: relative !important;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        width: 100% !important;
    }
}

.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("https://parkofideas.com/luchiana/demo/wp-content/uploads/luchiana/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-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%;
}

@media (min-width:1190px) {
    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

.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 .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;
}

@media (min-width:1190px) {
    .owl-theme .owl-nav [class*='owl-']:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none;
    }
}

.c-ip-accordion__wrap--layout-1 {
    margin: -10px 0
}

.c-ip-accordion__item--layout-1 {
    margin: 10px 0;
    background-color: #fff
}

.c-ip-accordion__header--layout-1 {
    display: block;
    padding: 40px 100px 40px 50px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: .14em;
    text-transform: uppercase;
    position: relative
}

.c-ip-accordion__arrow--layout-1 {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -8px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    font-size: 15px;
    line-height: 1;
    width: 8px;
    height: 15px
}

.c-ip-accordion__content--layout-1 {
    padding: 0 50px 40px;
    display: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .015em;
    text-align: justify;
    color: var(--text-color-light)
}

.c-ip-accordion__item--active .c-ip-accordion__arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-ip-accordion__wrap--layout-2 {
    margin: 0 -60px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.c-ip-accordion__list--layout-2 {
    margin: -20px 60px;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 520px;
    max-width: 100%
}

.c-ip-accordion__item--layout-2 {
    margin: 20px 0;
    position: relative;
    overflow: hidden
}

.c-ip-accordion__item--layout-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid;
    opacity: .1
}

.c-ip-accordion__list:last-child .c-ip-accordion__item--layout-2:last-child:after {
    display: none
}

.c-ip-accordion__header--layout-2 {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0 50px 0 0;
    margin-bottom: 20px
}

.c-ip-accordion__item--active .c-ip-accordion__header--layout-2 {
    opacity: .3
}

.c-ip-accordion__content--layout-2 {
    padding: 0 0 20px;
    display: none;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: .025em;
    opacity: .65
}

.c-ip-accordion__content--layout-2>:first-child {
    margin-top: 0
}

.c-ip-accordion__content--layout-2>:last-child {
    margin-bottom: 0
}

.c-ip-accordion__arrow--layout-2 {
    display: block;
    position: absolute;
    right: 3px;
    top: 8px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    font-size: 9px;
    line-height: 1;
    width: 6px;
    height: 9px
}

@media (min-width:1190px) {
    .c-ip-accordion__item:not(.c-ip-accordion__item--active) .c-ip-accordion__header--layout-2:hover {
        color: var(--accent-color)
    }

    .c-ip-accordion__item--layout-2:last-child:after {
        display: none
    }
}

@media (max-width:1189px) {
    .c-ip-accordion__wrap--layout-2 {
        -webkit-box-pack: center;
        justify-content: center
    }

    .c-ip-accordion__list--layout-2+.c-ip-accordion__list--layout-2 {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .c-ip-accordion__header--layout-1 {
        padding: 20px 50px 20px 25px;
        font-size: 18px
    }

    .c-ip-accordion__arrow--layout-1 {
        position: absolute;
        right: 25px
    }

    .c-ip-accordion__content--layout-1 {
        padding: 0 25px 20px
    }

    .c-ip-accordion__content {
        text-align: unset
    }
}

.c-ip-banners__list {
    width: 100%
}

.c-ip-banners__item,
.c-ip-banners__list {
    display: -webkit-box;
    display: flex;
    position: relative;
    overflow: hidden
}

.c-ip-banners__item {
    width: 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 70px 55px;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.c-ip-banners__item--center {
    -webkit-box-pack: center;
    justify-content: center
}

.c-ip-banners__item--right {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.c-ip-banners__image,
.c-ip-banners__svg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition)
}

.c-ip-banners__wrap {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 2;
    -webkit-box-align: start;
    align-items: flex-start
}

.c-ip-banners__wrap--middle {
    -webkit-box-pack: center;
    justify-content: center
}

.c-ip-banners__wrap--center {
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.c-ip-banners__wrap--right {
    -webkit-box-align: end;
    align-items: flex-end;
    text-align: right
}

.c-ip-banners__wrap>* {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.c-ip-banners__space {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.c-ip-banners__subheader {
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.125;
    letter-spacing: .725em;
    text-transform: uppercase;
    margin-bottom: 11px
}

.c-ip-banners__header {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.185;
    letter-spacing: .14em;
    text-transform: uppercase
}

.c-ip-banners__button {
    display: inline-block;
    margin-top: 32px
}

.c-ip-banners__link {
    display: -webkit-box;
    display: flex
}

.c-ip-banners__list--1 {
    -webkit-box-pack: center;
    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: .65
    }

    .c-ip-banners__list--2 {
        -webkit-box-pack: center;
        justify-content: center
    }

    .c-ip-banners__link:hover .c-ip-banners__image,
    .c-ip-banners__link:hover .c-ip-banners__svg {
        opacity: .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
    }

    .c-ip-banners__subheader {
        font-size: 13px;
        letter-spacing: .555em;
        margin-bottom: 20px
    }

    .c-ip-banners__header-size {
        display: block;
        font-size: 73.68%
    }
}

.c-ip-brand-list__list--alpha {
    padding: 0;
    list-style: none;
    margin: 0 -40px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

.c-ip-brand-list__list-inner {
    padding: 0;
    margin: 0;
    list-style: none
}

.c-ip-brand-list__item-parent {
    margin: 40px 40px 0;
    list-style: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.c-ip-brand-list__item-parent:first-child {
    margin-top: 0
}

.c-ip-brand-list__item--letter {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .14em;
    text-transform: uppercase
}

.c-ip-brand-list__item--alpha {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .015em;
    margin-top: 13px
}

.c-ip-brand-list__list--logos {
    margin: -25px -20px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.c-ip-brand-list__item--logos {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin: 25px 20px;
    width: 160px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    color: var(--text-color-light)
}

.c-ip-brand-list__thumb {
    width: 136px;
    height: 76px;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition)
}

.c-ip-brand-list__image,
.c-ip-brand-list__svg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.c-ip-brand-list__title--logos {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .025em;
    margin-top: 5px
}

@media (min-width:1190px) {
    .c-ip-brand-list__link--logos:hover .c-ip-brand-list__thumb {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .c-ip-brand-list__link--alpha:hover {
        color: var(--text-color-light)
    }
}

@media (max-width:1023px) {
    .c-ip-brand-list__list--alpha {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (max-width:767px) {
    .c-ip-brand-list__list--alpha {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width:400px) and (min-width:360px) {
    .c-ip-brand-list__item--alpha {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:359px) {
    .c-ip-brand-list__list--alpha {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.c-ip-countdown__wrap {
    display: -webkit-inline-box;
    display: inline-flex;
    margin: 0 -10px
}

.c-ip-countdown__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;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px
}

.c-ip-countdown__digits {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: .14em
}

.c-ip-countdown__separator {
    font-size: 6px;
    height: 6px;
    margin-bottom: 4px
}

.c-ip-countdown__title {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: .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-gift {
    width: 100%
}

.c-ip-gift__wrap {
    margin: -32px -20px -20px
}

.c-ip-gift__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto
}

.c-ip-gift__list--grid {
    -webkit-box-pack: center;
    justify-content: center
}

.c-ip-gift__list--carousel:not(.owl-carousel) {
    flex-wrap: nowrap;
    overflow: hidden
}

.c-ip-gift__list--1 {
    width: 400px !important
}

.c-ip-gift__list--2 {
    width: 800px !important
}

.c-ip-gift__list--3 {
    width: 1200px !important
}

.c-ip-gift__list--carousel {
    max-width: 1600px
}

.c-ip-gift__list--dots {
    margin-bottom: 60px
}

.c-ip-gift__item {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 360px;
    margin: 32px 20px 20px;
    background-color: #fff
}

.c-ip-gift__thumb-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    padding-bottom: 52.8%
}

.c-ip-gift__image,
.c-ip-gift__svg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center !important;
    object-position: center !important;
    z-index: 1
}

.c-ip-gift__image {
    width: 100% !important;
    height: 100% !important
}

.c-ip-gift__content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    padding: 35px 40px 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.c-ip-gift__content>* {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.c-ip-gift__space {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.c-ip-gift__title {
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-left: .2em
}

.c-ip-gift__description {
    margin-top: 25px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    letter-spacing: .025em;
    color: var(--text-color-ligth)
}

.c-ip-gift__description ul {
    list-style: none;
    margin-bottom: -8px;
    padding-left: 20px
}

.c-ip-gift__description li {
    margin-bottom: 8px
}

.c-ip-gift__description li:before {
    content: var(--icon-check);
    position: absolute;
    font-family: theme-icons;
    color: var(--accent-color);
    font-size: 7px;
    margin-left: -16px
}

.c-ip-gift__description>:first-child {
    margin-top: 0
}

.c-ip-gift__description>:last-child {
    margin-bottom: 0
}

.c-ip-gift__separator {
    display: inline-block;
    font-size: 6px;
    height: 6px;
    line-height: 1;
    margin-top: 14px
}

.c-ip-gift__discount_price {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .05em;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: var(--text-color-ligth);
    opacity: .4
}

.c-ip-gift__price {
    margin-top: 52px;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    text-align: center
}

.c-ip-gift__discount_price+.c-ip-gift__price {
    margin-top: 6px
}

.c-ip-gift__button-wrap {
    margin-top: 25px
}

.h-carousel.c-ip-gift__list.h-carousel--border .owl-prev {
    left: -15px
}

.h-carousel.c-ip-gift__list.h-carousel--border .owl-next {
    right: -15px
}

.c-ip-gift__badge {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px 10px;
    max-width: 185px;
    top: -12px;
    background-color: var(--text-color);
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    z-index: 2
}

@media (min-width:1190px) {
    .c-ip-gift a:hover {
        color: var(--accent-color)
    }
}

@media (max-width:820px) {
    .c-ip-gift__list--dots {
        margin-bottom: 45px
    }
}

@media (max-width:1639px) and (min-width:1240px) {
    .c-ip-gift__list--carousel {
        max-width: 1200px !important
    }
}

@media (max-width:1239px) and (min-width:840px) {
    .c-ip-gift__list--carousel {
        max-width: 800px !important
    }
}

@media (max-width:839px) {
    .c-ip-gift__list--carousel {
        max-width: 400px !important
    }
}

@media (max-width:480px) {
    .c-ip-gift__title {
        font-size: calc(16px + 5*(100vw - 320px)/160)
    }

    .c-ip-gift__price {
        font-size: calc(22px + 6*(100vw - 320px)/160)
    }

    .c-ip-gift__content {
        padding: 35px 30px 30px
    }

    .c-ip-gift__list--carousel {
        max-width: calc(100vw - 80px) !important;
        min-width: 260px;
        margin-left: 60px;
        margin-right: 60px
    }

    .c-ip-gift__list--carousel .c-ip-gift__item {
        width: calc(100vw - 120px) !important;
        min-width: 220px
    }
}

.c-ip-heading--large {
    font-weight: 300;
    font-size: 58px;
    line-height: 1.172;
    letter-spacing: .14em;
    text-transform: uppercase
}

.c-ip-heading--large.c-ip-heading--center {
    text-indent: .07em
}

.c-ip-heading--large.c-ip-heading--right {
    direction: rtl;
    text-indent: -.07em
}

.c-ip-heading--medium {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: .14em;
    text-transform: uppercase
}

.c-ip-heading--medium.c-ip-heading--center {
    text-indent: .07em
}

.c-ip-heading--medium.c-ip-heading--right {
    text-indent: -.07em;
    direction: rtl
}

.c-ip-heading--small {
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .8em;
    text-transform: uppercase
}

.c-ip-heading--small.c-ip-heading--center {
    text-indent: .4em
}

.c-ip-heading--small.c-ip-heading--right {
    text-indent: -.4em;
    direction: rtl
}

.c-ip-heading--default {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .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-after:after,
.c-ip-heading--bullet-before:before {
    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;
    margin-left: auto;
    margin-right: auto
}

.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--large.c-ip-heading--bullet-before:before,
.c-ip-heading--medium.c-ip-heading--bullet-before:before {
    margin-bottom: 6px
}

.c-ip-heading--large.c-ip-heading--bullet-after:after,
.c-ip-heading--medium.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
    }

    .h-ltr .c-ip-heading--large.c-ip-heading--left .c-ip-heading__inner {
        position: relative;
        left: -6px
    }

    .h-ltr .c-ip-heading--medium.c-ip-heading--left .c-ip-heading__inner {
        position: relative;
        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: .67em
    }

    .h-ltr .c-ip-heading--small.c-ip-heading--center {
        text-indent: .34em
    }

    .h-ltr .c-ip-heading--small.c-ip-heading--right {
        text-indent: -.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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    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;
    -webkit-box-flex: 0;
    flex: 0 0 310px;
    width: 360px;
    margin: 25px 45px;
    position: relative;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .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: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .14em;
    padding-left: .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: .015em;
    color: var(--text-color-light)
}

.c-ip-icon-list-1__button {
    margin-top: 35px
}

.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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: -20px -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 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 160px;
    margin: 0 40px 20px 0;
    text-align: center;
    font-size: 19px;
    line-height: 0;
    padding-top: 20px
}

.c-ip-image-list-1__thumb {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition);
    -webkit-transform-origin: center;
    transform-origin: center
}

.c-ip-image-list-1__image {
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 90px !important;
    height: 90px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.c-ip-image-list-1__svg {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    fill: currentColor
}

.c-ip-image-list-1__title {
    position: relative;
    font-family: var(--font-header);
    font-weight: 400;
    line-height: 1.26;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-top: 25px;
    padding-left: .2em
}

@media (min-width:1190px) {
    .c-ip-image-list-1__item:hover a .c-ip-image-list-1__thumb {
        -webkit-transform: scale(1.15);
        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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    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;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition);
    opacity: 0;
    visibility: hidden
}

.c-ip-image-list-2__list--carousel.init {
    opacity: 1;
    visibility: visible
}

.c-ip-image-list-2__list--carousel:not(.owl-carousel) {
    overflow: hidden
}

.c-ip-image-list-2__item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.c-ip-image-list-2__thumb {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition);
    -webkit-transform-origin: center;
    transform-origin: center
}

.c-ip-image-list-2__image {
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%
}

.c-ip-image-list-2__svg {
    -webkit-box-flex: 0;
    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 {
        opacity: 1 !important
    }
}

@media (max-width:1189px) {
    .c-ip-image-list-2__item a .c-ip-image-list-2__thumb {
        opacity: 1 !important
    }
}

@media (max-width:500px) {
    .c-ip-image-list-2__item--carousel {
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

.c-ip-inline-menu {
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .13em;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase
}

.c-ip-inline-menu__item,
.c-ip-inline-menu__separator {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.c-ip-inline-menu__separator--dot {
    font-size: 2px
}

@media (max-width:767px) {
    .c-ip-inline-menu__separator {
        display: none !important
    }
}

@media (max-width:414px) {
    .c-ip-inline-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.c-ip-instagram {
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto
}

.c-ip-instagram__wrap {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.c-ip-instagram__item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.6666%;
    display: block;
    position: relative
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--left-2 {
    -webkit-transform: translateY(26%);
    transform: translateY(26%)
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--left-1 {
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%)
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--right-1 {
    -webkit-transform: translateY(39%);
    transform: translateY(39%)
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--right-2 {
    -webkit-transform: translateY(-17.5%);
    transform: translateY(-17.5%)
}

.c-ip-instagram--layout-1 .c-ip-instagram__item--right-3 {
    -webkit-transform: translateY(15.7%);
    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;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.c-ip-instagram__info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: hsla(0, 0%, 100%, .95);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: var(--hover-transition);
    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: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: .67em;
    padding-left: .67em;
    text-transform: uppercase;
    margin-top: 16px
}

.c-ip-instagram__title {
    margin-top: 12px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .3em;
    text-transform: uppercase;
    vertical-align: middle
}

@media (min-width:1190px) {
    .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--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: .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 {
        -webkit-transform: translateY(37%);
        transform: translateY(37%)
    }

    .c-ip-instagram--layout-1 .c-ip-instagram__item--right-1 {
        -webkit-transform: translateY(75%);
        transform: translateY(75%)
    }

    .c-ip-instagram--layout-1 .c-ip-instagram__item--right-2 {
        -webkit-transform: translateY(10%);
        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: .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: .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: #fff
    }

    .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__item,
    .c-ip-mega-menu__title {
        position: relative;
        padding-bottom: 18px;
        padding-top: 18px;
        padding-right: 30px;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: .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: .6
    }
}

.c-ip-news-carousel {
    margin: -30px auto 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative
}

.c-ip-news-carousel__wrap {
    margin: 0 -20px -25px
}

.c-ip-news-carousel__list {
    display: -webkit-box;
    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%;
    -webkit-transform: translateX(-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__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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap
}

.c-ip-news-grid__meta-category {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .04em;
    color: var(--text-color-light);
    margin-top: 16px
}

.c-ip-news-grid__continue {
    display: inline-block;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .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 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin: 20px;
        width: 560px;
        max-width: 100%;
        display: -webkit-box;
        display: flex;
        background-color: #fff
    }

    .c-ip-news-grid__thumb {
        -webkit-box-flex: 0;
        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;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .c-ip-news-grid__wrap {
        -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-align: start;
        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: #fff;
        font-weight: 400;
        font-size: 11px;
        line-height: 26px;
        text-align: center;
        letter-spacing: .15em;
        text-transform: uppercase;
        padding: 0 8px 0 11px;
        z-index: 1
    }

    .c-ip-news-grid__header {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: .14em;
        text-transform: uppercase
    }

    .c-ip-news-grid__header:hover {
        color: var(--accent-color)
    }

    .c-ip-news-grid__categories-item-link:hover,
    .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 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin: 10px;
        width: 100%;
        background-color: #fff
    }

    .c-ip-news-grid__thumb {
        width: 100%;
        position: relative
    }

    .c-ip-news-grid__img {
        display: block;
        width: 100% !important;
        height: 190px !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .c-ip-news-grid__meta-date {
        display: inline-block;
        position: absolute;
        left: 30px;
        bottom: -13px;
        background-color: var(--text-color);
        color: #fff;
        font-weight: 400;
        font-size: 11px;
        line-height: 26px;
        text-align: center;
        letter-spacing: .15em;
        text-transform: uppercase;
        padding: 0 8px 0 11px;
        z-index: 1
    }

    .c-ip-news-grid__wrap {
        padding: 33px 30px 25px
    }

    .c-ip-news-grid__header {
        font-weight: 400;
        font-size: 19px;
        line-height: 28px;
        letter-spacing: .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-pricing__wrap {
    margin: -20px -60px
}

.c-ip-pricing__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.c-ip-pricing__item {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 520px;
    max-width: 100%;
    margin: 20px 60px;
    display: -webkit-box;
    display: flex
}

.c-ip-pricing__thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    position: relative
}

.c-ip-pricing__content {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.c-ip-pricing__top-row {
    display: -webkit-box;
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--text-color-extra-light)
}

.c-ip-pricing__title {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-right: 30px
}

.c-ip-pricing__price {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-right: -.14em
}

.c-ip-pricing__description {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: .025em;
    margin-top: 15px;
    color: var(--text-color-light)
}

@media (min-width:1190px) {
    .c-ip-pricing__link:hover {
        color: var(--accent-color)
    }
}

@media (min-width:600px) {
    .c-ip-pricing__price--mobile {
        display: none
    }
}

@media (max-width:1189px) {
    .c-ip-pricing__list {
        -webkit-box-pack: center;
        justify-content: center
    }
}

@media (max-width:599px) {
    .c-ip-pricing__price--desktop {
        display: none
    }

    .c-ip-pricing__price--mobile {
        margin-top: 8px
    }

    .c-ip-pricing__top-row {
        font-size: 16px
    }

    .h-ltr .c-ip-pricing__description-with-thumb {
        margin-left: -95px
    }

    .c-ip-pricing__thumb {
        margin-right: 25px
    }

    .c-ip-pricing__top-row {
        padding-top: 4px
    }
}

.c-ip-product-tabs__wrap {
    margin: 0 50px 45px;
    text-align: center
}

.c-ip-product-tabs__menu {
    display: -webkit-inline-box !important;
    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: 1px solid;
    opacity: .1
}

.c-ip-product-tabs__menu-item {
    z-index: 1;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 29px;
    border-bottom: 1px solid 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: .015em;
    color: var(--text-color);
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .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 {
    -webkit-box-pack: center;
    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: .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: -webkit-box;
    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 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: var(--opacity-transition);
    transition: var(--opacity-transition)
}

.c-ip-reviews__list--1:not(.owl-carousel) .c-ip-reviews__item:not(:first-child),
.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-size: 14px;
    margin-top: 25px
}

.c-ip-reviews__name,
.c-ip-reviews__text {
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .015em
}

.c-ip-reviews__text {
    font-size: 16px
}

.c-ip-reviews__image,
.c-ip-reviews__svg>svg {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    height: 45px !important;
    width: 45px !important;
    overflow: hidden !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    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%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:820px) {
    .c-ip-reviews__list {
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-ip-services__wrap {
    margin: -20px
}

.c-ip-services__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.c-ip-services__item {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    margin: 20px;
    width: 360px;
    max-width: 100%;
    min-height: 515px;
    display: -webkit-box;
    display: flex
}

.c-ip-services__thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px
}

.c-ip-services__image,
.c-ip-services__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-filter .3s linear;
    transition: -webkit-filter .3s linear;
    transition: filter .3s linear;
    transition: filter .3s linear, -webkit-filter .3s linear
}

.c-ip-services__space {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.c-ip-services__content {
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    min-height: 325px;
    margin: 190px 20px 0;
    padding: 35px 35px 40px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    opacity: .95;
    -webkit-transition: var(--opacity-transform-transition);
    transition: var(--opacity-transform-transition)
}

.c-ip-services__content--short {
    margin-top: 300px;
    min-height: 215px
}

.c-ip-services__title {
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 21px;
    line-height: 1.333;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer
}

.c-ip-services__description,
.c-ip-services__title {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    text-align: center
}

.c-ip-services__description {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: .025em;
    color: var(--text-color-ligth);
    margin-top: 20px
}

.c-ip-services__button-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-top: 35px
}

@media (min-width:1190px) {

    .c-ip-services__item:not(:hover) .c-ip-services__image--filter,
    .c-ip-services__item:not(:hover) .c-ip-services__svg--filter {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%)
    }

    .c-ip-services__item:hover .c-ip-services__content {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
        opacity: 1
    }

    .c-ip-services__title:hover {
        color: var(--accent-color)
    }
}

.c-ip-slider {
    max-width: 100%;
    position: relative
}

.c-ip-slider--full .owl-dots:not(.disabled) {
    margin-top: 60px
}

.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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    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-2:not(.c-ip-slider--fixed-height) .c-ip-slider__wrap--full,
.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 {
    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: .025em;
    margin-bottom: 36px;
    padding-right: 150px
}

.c-ip-slider__image {
    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;
    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%;
    -webkit-transform: translateX(-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-next,
    .c-ip-slider--full .h-carousel .owl-prev {
        font-size: 40px !important;
        width: 120px
    }

    .c-ip-slider__text-above--full {
        font-family: var(--font-header);
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: .82em;
        margin-right: -.82em;
        text-transform: uppercase;
        margin-bottom: 29px;
        padding-right: 150px
    }

    .c-ip-slider__text-above--boxed {
        font-family: var(--font-header);
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: .8em;
        margin-right: -.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: .2em;
        margin-right: -.2em;
        margin-bottom: 30px;
        text-transform: uppercase;
        position: relative;
        margin-left: -.09em
    }

    .c-ip-slider__title--boxed {
        font-weight: 300;
        font-size: 58px;
        line-height: 1.17;
        letter-spacing: .14em;
        margin-right: -.14em;
        text-transform: uppercase;
        margin-bottom: 30px;
        position: relative;
        margin-left: -.09em
    }

    .c-ip-slider--header-type-2 .c-ip-slider__item--boxed {
/*        height: calc(100vh - 210px)*/
        height: 100vh;
    }

    .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 {
        -webkit-box-pack: start;
        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__description,
    .c-ip-slider__item--align-left .c-ip-slider__text-above {
        padding-right: 150px;
        padding-left: 0
    }

    .h-ltr .c-ip-slider--align-left.c-ip-slider--boxed .c-ip-slider__scroll,
    .h-ltr .c-ip-slider--align-left.c-ip-slider--boxed .h-carousel .owl-dots {
        left: 100px;
        -webkit-transform: unset;
        transform: unset
    }

    .h-ltr .c-ip-slider--align-left.c-ip-slider--full .c-ip-slider__scroll,
    .h-ltr .c-ip-slider--align-left.c-ip-slider--full .h-carousel .owl-dots {
        left: 200px;
        -webkit-transform: unset;
        transform: unset
    }

    .c-ip-slider__item--align-center {
        -webkit-box-pack: 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__description,
    .c-ip-slider__item--align-center .c-ip-slider__text-above {
        padding-left: 75px;
        padding-right: 75px
    }

    .c-ip-slider--align-center .c-ip-slider__scroll,
    .c-ip-slider--align-center .h-carousel .owl-dots,
    .c-ip-slider__item--align-right {
        -webkit-box-pack: end;
        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__description,
    .c-ip-slider__item--align-right .c-ip-slider__text-above {
        padding-right: 0;
        padding-left: 150px
    }

    .c-ip-slider--align-right.c-ip-slider--boxed .c-ip-slider__scroll,
    .c-ip-slider--align-right.c-ip-slider--boxed .h-carousel .owl-dots {
        right: 100px;
        left: unset;
        -webkit-transform: unset;
        transform: unset
    }

    .c-ip-slider--align-right.c-ip-slider--full .c-ip-slider__scroll,
    .c-ip-slider--align-right.c-ip-slider--full .h-carousel .owl-dots {
        right: 200px;
        left: unset;
        -webkit-transform: unset;
        transform: unset
    }
}

@media (max-width:1189px) {
    .c-ip-slider__title--full {
        font-size: 65px
    }

    .c-ip-slider__item--align-tablet-left {
        -webkit-box-pack: start;
        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__description,
    .c-ip-slider__item--align-tablet-left .c-ip-slider__text-above {
        padding-right: 150px;
        padding-left: 0
    }

    .c-ip-slider--align-tablet-left.c-ip-slider--boxed .c-ip-slider__scroll,
    .c-ip-slider--align-tablet-left.c-ip-slider--boxed .h-carousel .owl-dots {
        left: 100px;
        -webkit-transform: unset;
        transform: unset
    }

    .c-ip-slider--align-tablet-left.c-ip-slider--full .c-ip-slider__scroll,
    .c-ip-slider--align-tablet-left.c-ip-slider--full .h-carousel .owl-dots {
        left: 200px;
        -webkit-transform: unset;
        transform: unset
    }

    .c-ip-slider__item--align-tablet-center {
        -webkit-box-pack: 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__description,
    .c-ip-slider__item--align-tablet-center .c-ip-slider__text-above {
        padding-left: 75px;
        padding-right: 75px
    }

    .c-ip-slider--align-tablet-center.c-ip-slider--boxed .c-ip-slider__scroll,
    .c-ip-slider--align-tablet-center.c-ip-slider--boxed .h-carousel .owl-dots,
    .c-ip-slider--align-tablet-center.c-ip-slider--full .c-ip-slider__scroll,
    .c-ip-slider--align-tablet-center.c-ip-slider--full .h-carousel .owl-dots {
        right: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .c-ip-slider__item--align-tablet-right {
        -webkit-box-pack: end;
        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__description,
    .c-ip-slider__item--align-tablet-right .c-ip-slider__text-above {
        padding-right: 0;
        padding-left: 150px
    }

    .c-ip-slider--align-tablet-right.c-ip-slider--boxed .c-ip-slider__scroll,
    .c-ip-slider--align-tablet-right.c-ip-slider--boxed .h-carousel .owl-dots {
        right: 100px;
        left: unset;
        -webkit-transform: unset;
        transform: unset
    }

    .c-ip-slider--align-tablet-right.c-ip-slider--full .c-ip-slider__scroll,
    .c-ip-slider--align-tablet-right.c-ip-slider--full .h-carousel .owl-dots {
        right: 200px;
        left: unset;
        -webkit-transform: 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-"]) {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        align-items: flex-end;
        text-align: center;
        max-height: 650px
    }

    .c-ip-slider__text-above--full {
        font-family: var(--font-header);
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .82em;
        margin-right: -.82em;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-right: 100px
    }

    .c-ip-slider__text-above--boxed {
        font-family: var(--font-header);
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .82em;
        margin-right: -.82em;
        text-transform: uppercase;
        margin-bottom: 20px;
        -webkit-box-align: stretch;
        align-items: stretch
    }

    .c-ip-slider__title--full {
        font-weight: 300;
        font-size: 42px;
        line-height: 1.02;
        letter-spacing: .2em;
        margin-right: -.2em;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 20px;
        margin-left: -.08em
    }

    .c-ip-slider__title--boxed {
        font-weight: 300;
        font-size: 36px;
        letter-spacing: .15em;
        margin-right: -.15em;
        text-transform: uppercase;
        margin-bottom: 30px;
        position: relative;
        margin-left: -.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 {
        bottom: 40px !important
    }

    .c-ip-slider--boxed .h-carousel .owl-dots,
    .c-ip-slider--full .h-carousel .owl-dots {
        right: unset !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .c-ip-slider--full .h-carousel .owl-dots {
        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__description,
    .c-ip-slider__item--align-left .c-ip-slider__text-above,
    .c-ip-slider__item--align-tablet-left .c-ip-slider__description,
    .c-ip-slider__item--align-tablet-left .c-ip-slider__text-above {
        padding-right: 100px;
        padding-left: 0
    }

    .c-ip-slider__item--align-mobile-left {
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .c-ip-slider__item--align-mobile-left .c-ip-slider__description,
    .c-ip-slider__item--align-mobile-left .c-ip-slider__text-above {
        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,
    .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 {
        -webkit-box-pack: 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,
    .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 {
        -webkit-box-pack: end;
        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 {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .c-ip-slider__item--v-align-middle {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .c-ip-slider__item--v-align-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }
}

.c-ip-social {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    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--telegram {
    padding-right: 2px
}

.c-ip-tabs__wrap {
    margin: 45px 50px;
    text-align: center
}

.c-ip-tabs__menu {
    display: -webkit-inline-box !important;
    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: 1px solid #dedede
}

.c-ip-tabs__menu-item {
    z-index: 1;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid 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 {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .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%
}

.c-ip-team__wrap--layout-1 {
    margin: -20px -40px
}

.c-ip-team__wrap--layout-2 {
    margin: -20px
}

.c-ip-team__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto
}

.c-ip-team__list--grid {
    -webkit-box-pack: center;
    justify-content: center
}

.c-ip-team__list--carousel:not(.owl-carousel) {
    flex-wrap: nowrap;
    overflow: hidden
}

.c-ip-team__list--1.c-ip-team__list--layout-1 {
    width: 580px !important
}

.c-ip-team__list--1.c-ip-team__list--layout-2 {
    width: 1160px !important
}

.c-ip-team__list--carousel.c-ip-team__list--layout-1 {
    max-width: 1740px
}

.c-ip-team__list--1.c-ip-team__list--layout-2 {
    width: 400px !important
}

.c-ip-team__list--2.c-ip-team__list--layout-2 {
    width: 800px !important
}

.c-ip-team__list--3.c-ip-team__list--layout-2 {
    width: 1200px !important
}

.c-ip-team__list--carousel.c-ip-team__list--layout-2 {
    max-width: 1600px
}

.c-ip-team__list--dots {
    margin-bottom: 60px
}

.c-ip-team__item {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.c-ip-team__item--layout-1 {
    width: 500px;
    margin: 20px 40px
}

.c-ip-team__item--layout-2 {
    width: 360px;
    margin: 20px
}

.c-ip-team__thumb-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 94%
}

.c-ip-team__image,
.c-ip-team__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto !important;
    height: auto !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center !important;
    object-position: center !important
}

.c-ip-team__svg {
    max-width: 100% !important;
    max-height: 100% !important
}

.c-ip-team__image {
    width: 100% !important;
    height: 100% !important
}

.c-ip-team__content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    padding: 45px 49px 39px;
    border: 1px solid transparent;
    border-top: none
}

.c-ip-team__name {
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.36;
    text-align: center;
    letter-spacing: .7em;
    text-transform: uppercase;
    padding-left: .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: 400;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: .4em;
    padding-left: .4em;
    text-transform: uppercase;
    margin-top: 7px;
    opacity: .5
}

.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: .025em;
    opacity: .6
}

.c-ip-team__soc {
    margin: 35px -14px -14px;
    font-size: 16px;
    line-height: 1
}

.c-ip-team__occupation+.c-ip-team__soc {
    margin-top: 42px
}

.c-ip-team__soc-link {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 14px 14px
}

.c-ip-team__soc-icon {
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle
}

.c-ip-team__soc-icon--telegram {
    padding-right: 2px
}

.c-ip-team__bottom-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 32px -20px -5px
}

.c-ip-team__bottom-col {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin: 5px 20px
}

.c-ip-team__bottom-text {
    opacity: .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
}

.h-carousel.c-ip-team__list--layout-1.h-carousel--border .owl-prev {
    left: 5px
}

.h-carousel.c-ip-team__list--layout-1.h-carousel--border .owl-next {
    right: 5px
}

.h-carousel.c-ip-team__list--layout-2.h-carousel--border .owl-prev {
    left: -15px
}

.h-carousel.c-ip-team__list--layout-2.h-carousel--border .owl-next {
    right: -15px
}

@media (min-width:1190px) {
    .c-ip-team a:hover {
        color: var(--accent-color)
    }
}

@media (max-width:1160px) {
    .c-ip-team__wrap--layout-1 {
        margin: -20px
    }

    .c-ip-team__item--layout-1 {
        width: 360px;
        margin: 20px
    }

    .h-carousel.c-ip-team__list--layout-1.h-carousel--border .owl-prev {
        left: -15px
    }

    .h-carousel.c-ip-team__list--layout-1.h-carousel--border .owl-next {
        right: -15px
    }
}

@media (max-width:1779px) and (min-width:1161px) {
    .c-ip-team__list--carousel.c-ip-team__list--layout-1 {
        max-width: 1160px !important
    }
}

@media (max-width:1160px) and (min-width:840px) {
    .c-ip-team__list--carousel.c-ip-team__list--layout-1 {
        max-width: 800px !important
    }
}

@media (max-width:820px) {
    .c-ip-team__list--dots {
        margin-bottom: 45px
    }
}

@media (max-width:1639px) and (min-width:1240px) {
    .c-ip-team__list--carousel.c-ip-team__list--layout-2 {
        max-width: 1200px !important
    }
}

@media (max-width:1239px) and (min-width:840px) {
    .c-ip-team__list--carousel.c-ip-team__list--layout-2 {
        max-width: 800px !important
    }
}

@media (max-width:839px) {
    .c-ip-team {
        overflow: hidden
    }

    .c-ip-team__list--carousel.c-ip-team__list--layout-1,
    .c-ip-team__list--carousel.c-ip-team__list--layout-2 {
        max-width: 400px !important
    }
}

@media (max-width:480px) {
    .c-ip-team__name {
        font-size: calc(14px + 5*(100vw - 320px)/160)
    }

    .c-ip-team__occupation {
        font-size: calc(11px + 2*(100vw - 320px)/160)
    }

    .c-ip-team__content {
        padding: 35px 30px 30px
    }

    .c-ip-team__list--carousel.c-ip-team__list--layout-1,
    .c-ip-team__list--carousel.c-ip-team__list--layout-2 {
        max-width: calc(100vw - 80px) !important;
        min-width: 260px;
        margin-left: 60px;
        margin-right: 60px
    }

    .c-ip-team__list--carousel .c-ip-team__item--layout-1,
    .c-ip-team__list--carousel .c-ip-team__item--layout-2 {
        width: calc(100vw - 120px) !important;
        min-width: 220px
    }
}

.c-ip-video-carousel {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative
}

.c-ip-video-carousel__wrap {
    margin: 0 -20px
}

.c-ip-video-carousel__list {
    display: -webkit-box;
    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;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 260px;
    margin: 0 20px
}

.c-ip-video-carousel .owl-dots {
    left: 50%;
    -webkit-transform: translateX(-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;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.c-ip-video-carousel__title {
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-top: 20px
}

.c-ip-video-carousel .owl-next,
.c-ip-video-carousel .owl-prev {
    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: -webkit-inline-box;
    display: inline-flex;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important
}

.c-ip-video__play:hover {
    background-color: #fff !important
}

.c-ip-woocommerce-carousel {
    margin-top: -10px
}

.c-ip-woocommerce-carousel__wrap {
    padding-top: 10px
}

.c-ip-woocommerce-carousel__list {
    display: -webkit-box;
    display: flex;
    position: relative !important;
    margin: 0 auto;
    flex-wrap: nowrap !important;
    -webkit-box-pack: start !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%;
    -webkit-transform: translateX(-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:620px) {
    .c-ip-woocommerce-carousel__list--4-per-row {
        max-width: 600px !important
    }
}

@media (max-width:619px) and (min-width:360px) {

    .c-ip-woocommerce-carousel__list--3-per-row,
    .c-ip-woocommerce-carousel__list--4-per-row {
        max-width: 300px !important
    }

    .c-product-grid__wrap--2-per-row .c-ip-woocommerce-carousel__list--3-per-row,
    .c-product-grid__wrap--2-per-row .c-ip-woocommerce-carousel__list--4-per-row {
        max-width: 340px !important
    }
}

@media (max-width:1639px) and (min-width:1421px) {
    .c-ip-woocommerce-carousel__list--3-per-row {
        max-width: 1200px !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:620px) {
    .c-ip-woocommerce-carousel__list--3-per-row {
        max-width: 600px !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:1189px) {
    .c-ip-woocommerce-carousel__list--compact .c-product-grid__item--compact {
        width: 415px
    }
}

@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 {
        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:650px) and (min-width:620px) {

    .c-ip-woocommerce-carousel__list.h-carousel.h-carousel--border .owl-prev,
    .c-ip-woocommerce-carousel__list.h-carousel.h-carousel--outside .owl-prev {
        left: -7px !important
    }

    .c-ip-woocommerce-carousel__list.h-carousel.h-carousel--border .owl-next,
    .c-ip-woocommerce-carousel__list.h-carousel.h-carousel--outside .owl-next {
        right: -7px !important
    }
}

@media (max-width:375px) and (min-width:360px) {

    .c-ip-woocommerce-carousel__list.h-carousel.h-carousel--border .owl-prev,
    .c-ip-woocommerce-carousel__list.h-carousel.h-carousel--outside .owl-prev {
        left: -7px !important
    }

    .c-ip-woocommerce-carousel__list.h-carousel.h-carousel--border .owl-next,
    .c-ip-woocommerce-carousel__list.h-carousel.h-carousel--outside .owl-next {
        right: -7px !important
    }
}

@media (max-width:360px) {

    .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: -webkit-box;
    display: flex
}

:root {
    --text-color: #000000;
    --text-color-light: rgb(97, 97, 97);
    --text-color-extra-light: rgb(222, 222, 222);
    --text-color-tr: rgba(0, 0, 0, 0.15);
    --background-color: #f3f3f3;
    --background-color-light: rgb(249, 249, 249);
    --background-color-dark: rgb(236, 236, 236);
    --accent-color: #8cc63f;
    --star-rating-color: #FFAA8F;
    --accent-color-dark: #8cc63f;
    --font-text: "Inter", sans-serif;
    --font-header: "Marcellus", sans-serif;
    --logo-size: 205px;
    --logo-size-mobile: 185px;
    --shadow-color-desktop: rgba(255, 255, 255, 0.95);
    --shadow-color-mobile: rgba(37, 32, 30, 0.95);
    --mobile-menu-color: #FFFFFF;
    --mobile-menu-bg-color: #25201E;
    --badge-bgcolor-outofstock: #000000;
    --text-align-left: left;
    --text-align-right: right;
    --custom-transform-transition: visibility 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1), transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    --opacity-transition: opacity 0.3s linear, visibility 0.3s linear;
    --opacity-transform-transition: opacity 0.3s linear, visibility 0.3s linear, transform 0.3s ease-out, box-shadow 0.3s ease-out;
    --hover-transition: opacity 0.3s linear, visibility 0.3s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
    --star-rating-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9IiNGRkFBOEYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguOTU2IDkuNzgyYy4wNS4xNTMtLjEzMi4yOC0uMjcuMTg2TDUuNSA3Ljc5OGwtMy4xOSAyLjE2OGMtLjEzNy4wOTMtLjMyLS4wMzMtLjI2OS0uMTg3bDEuMTc4LTMuNTYzTC4wNyAzLjk5Yy0uMTM1LS4wOTUtLjA2NS0uMy4xMDMtLjMwMmwzLjkxNi0uMDMyTDUuMzM1LjExNGMuMDUzLS4xNTIuMjgtLjE1Mi4zMzMgMEw2LjkxIDMuNjU4bDMuOTE2LjAzNWMuMTY4LjAwMS4yMzguMjA2LjEwMy4zMDJMNy43OCA2LjIxN2wxLjE3NSAzLjU2NXoiLz48L3N2Zz4=");
    --select-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjY0Ni42NDZBLjUuNSAwIDAgMSAxLjI4NC41OWwuMDcuMDU3TDUgNC4yOTMgOC42NDYuNjQ2QS41LjUgMCAwIDEgOS4yODQuNTlsLjA3LjA1N2EuNS41IDAgMCAxIC4wNTcuNjM4bC0uMDU3LjA3TDUgNS43MDcuNjQ2IDEuMzU0YS41LjUgMCAwIDEgMC0uNzA4eiIgZmlsbD0iIzAwMDAwMCIvPjwvc3ZnPg==");
    --icon-user: "\f13b";
    --icon-close-small: "\f10d";
    --icon-check: "\f10a";
    --icon-select: "\f111";
    --icon-select-bold: "\f146";
    --icon-romb: "\f131";
    --icon-calendar: "\f105";
    --icon-li: "\f110";
    --icon-quote: "\f12d";
    --icon-submenu: "\f125";
    --icon-depth: "\f148";
}

.c-page-header__sub-cat-item {
    --subcat-font-size: 16px;
}

.c-badge__list {
    --badge-bgcolor-featured: #8cc63f;
    --badge-bgcolor-new: #000000;
    --badge-bgcolor-sale: #000000;
}

.c-to-top-button {
    --to-top-button-color: #ffffff;
}

.c-top-menu {
    --top-menu-submenu-color: #000000;
    --top-menu-submenu-bg-color: #FFFFFF;
    --top_menu_submenu_accent_color: #8cc63f;
}

.c-product-grid__item,
.wc-block-grid__product {
    --font-size: 20px;
    --font-size-mobile: 18px;
    --font-size-mobile-2-per-row: 14px;
    --font-size-compact: 15px;
    --font-letter-spacing: 0.25em;
}

.c-header__outer {
    --top-color: #FFFFFF;
    --top-color-light: rgb(158, 158, 158);
    --top-accent-color: #8cc63f;
    --top-background-color: #000000;
    --top-color-hr: rgb(38, 38, 38);
    --top-color-input: rgb(102, 102, 102);
    --header-color-light: #FFFFFF;
    --header-color-dark: #000000;
    --header-color-menu: #000000;
    --header-color-bg-menu: #FFFFFF;
    --header-color-mobile: #000000;
    --header-color-mobile-tr: #FFFFFF;
    --header-color-mobile-tr-neg: #000000;
    --header-color-bg-mobile: #FFFFFF;
    --sticky-menu-color: #000000;
    --sticky-menu-bg-color: #FFFFFF;
}

.c-product__slider-item {
    --image-background-color: inherit;
}

.woocommerce-store-notice {
    --store-notice-color: #FFFFFF;
    --store-notice-background-color: #CF3540;
}

.c-page-header--default {
    color: #FFFFFF;
    background-color: #88BAB5;
    background-image: url("../2020/10/luchiana-1911690231.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 290px 290px;
}

.c-page-header--post {
    background-color: #d6acb1;
    background-image: url("../2020/10/luchiana-1911589804.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 290px 290px;
}

.c-page-header--wc {
    background-color: #dfc7b3;
    background-image: url("https://parkofideas.com/luchiana/demo/wp-content/uploads/2020/10/luchiana-1911948555.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 290px 290px;
}

.c-page-header--product-page {
/*
    background-color: #85b0bd;
    background-image: url("../2020/10/luchiana-1911261111.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 290px 290px;
*/
}