@charset "UTF-8";

/*
    Theme Name: molfar commics
    Version: 1.0.0
*/

.BlackStyle, .WhiteStyle {
    display: none !important;
}
@media (max-width: 1199px) {
    html[lang] {
        margin: 0 !important;
    }
    #wpadminbar {
        display: none;
    }
}
a {
    color: #BE1521;
}
html:root {
    --border-width: 0.5rem;
}
@media (max-width: 576px) {
    html:root {
        --border-width: 0.18rem;
    }
}
html[data-style="styleThemeBlack"]:root {
    --style-1-color-1: #BE1521;
    --style-1-color-2: #141A2A;
    --style-1-color-3: #fff;
    --style-1-color-4: #C4C2C2;
    --style-1-color-5: #C3C2C2;
    --style-1-color-6: #524F4F;
    --style-1-color-7: #000;
    --style-1-color-8: #28324F;
    --style-1-color-9: #C4C2C2;
    --style-1-color-10: #56B280;
    --style-1-color-11: rgba(254,254,254,0.5);
    --style-1-color-12: rgba(215,215,215,0.1);
    --headerWrap-border-color: #BE1521;
    --btn-style-1-color-1: #ffffff;
    --btn-style-1-color-2: #ffffff;
    --btn-style-1-color-3: #141A2B;
    --breadcrumb-color: #C4C2C2;
    --filter-color-1: #C4C2C2;
    --filter-color-2: #ffffff;
    --border-table-color-1: #ffffff;
    --boxFilter-mob-title: #C4C2C2;
    --input-text-color: #616161;
    --input-border-color: #000;
    --comments-color-1: #C3C2C2;
    --comments-color-2: #ffffff;
    --scrollbar-track: #141A2A;
    --scrollbar-thumb: #BE1521;
}
html[data-style="styleThemeBlack"] .WhiteStyle {
    display: inline-block !important;
}
html[data-style="styleThemeWhite"]:root {
    --style-1-color-1: #BE1521;
    --style-1-color-2: #ffffff;
    --style-1-color-3: #000001;
    --style-1-color-4: #524F4F;
    --style-1-color-5: #524F4F;
    --style-1-color-6: #F5F5F5;
    --style-1-color-7: #fff;
    --style-1-color-8: #C4C2C2;
    --style-1-color-9: #524F4F;
    --style-1-color-10: #BE1521;
    --style-1-color-11: #524F4F;
    --style-1-color-12: #000001;
    --headerWrap-border-color: #000001;
    --btn-style-1-color-1: #000000;
    --btn-style-1-color-2: #000000;
    --btn-style-1-color-3: #ffffff;
    --breadcrumb-color: #000001;
    --filter-color-1: #524F4F;
    --filter-color-2: #000000;
    --border-table-color-1: #000000;
    --boxFilter-mob-title: #000000;
    --input-text-color: #524F4F;
    --input-border-color: #898989;
    --comments-color-1: #524F4F;
    --comments-color-2: #000000;
    --scrollbar-track: #fff;
    --scrollbar-thumb: #141A2A;
}
html[data-style="styleThemeWhite"] .BlackStyle {
    display: inline-block !important;
}
html[data-style="styleThemeWhite"] .icon.white {
    filter: brightness(0%);
}
html[data-style="styleThemeWhite"] .form.style-1 button {
    filter: brightness(0%);
}
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 0px;
}
.lozad {
    opacity: 0;
}
.lozad.fade {
    opacity: 1;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0;
}
.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0;
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0;
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0;
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
.d-inline {
    display: inline;
}
.d-inline-block {
    display: inline-block;
}
.d-block {
    display: block;
}
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}
.d-none {
    display: none;
}
.flex-fill {
    flex: 1 1 auto;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
.flex-grow-0 {
    flex-grow: 0;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-shrink-1 {
    flex-shrink: 1;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.justify-content-start {
    justify-content: flex-start;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
.align-items-start {
    align-items: flex-start;
}
.align-items-end {
    align-items: flex-end;
}
.align-items-center {
    align-items: center;
}
.align-items-baseline {
    align-items: baseline;
}
.align-items-stretch {
    align-items: stretch;
}
.align-content-start {
    align-content: flex-start;
}
.align-content-end {
    align-content: flex-end;
}
.align-content-center {
    align-content: center;
}
.align-content-between {
    align-content: space-between;
}
.align-content-around {
    align-content: space-around;
}
.align-content-stretch {
    align-content: stretch;
}
.align-self-auto {
    align-self: auto;
}
.align-self-start {
    align-self: flex-start;
}
.align-self-end {
    align-self: flex-end;
}
.align-self-center {
    align-self: center;
}
.align-self-baseline {
    align-self: baseline;
}
.align-self-stretch {
    align-self: stretch;
}
.order-first {
    order: -1;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-last {
    order: 6;
}
@media (min-width: 576px) {
    .d-sm-inline {
        display: inline;
    }
    .d-sm-inline-block {
        display: inline-block;
    }
    .d-sm-block {
        display: block;
    }
    .d-sm-flex {
        display: flex;
    }
    .d-sm-inline-flex {
        display: inline-flex;
    }
    .d-sm-none {
        display: none;
    }
    .flex-sm-fill {
        flex: 1 1 auto;
    }
    .flex-sm-row {
        flex-direction: row;
    }
    .flex-sm-column {
        flex-direction: column;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse;
    }
    .flex-sm-grow-0 {
        flex-grow: 0;
    }
    .flex-sm-grow-1 {
        flex-grow: 1;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1;
    }
    .flex-sm-wrap {
        flex-wrap: wrap;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .justify-content-sm-start {
        justify-content: flex-start;
    }
    .justify-content-sm-end {
        justify-content: flex-end;
    }
    .justify-content-sm-center {
        justify-content: center;
    }
    .justify-content-sm-between {
        justify-content: space-between;
    }
    .justify-content-sm-around {
        justify-content: space-around;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly;
    }
    .align-items-sm-start {
        align-items: flex-start;
    }
    .align-items-sm-end {
        align-items: flex-end;
    }
    .align-items-sm-center {
        align-items: center;
    }
    .align-items-sm-baseline {
        align-items: baseline;
    }
    .align-items-sm-stretch {
        align-items: stretch;
    }
    .align-content-sm-start {
        align-content: flex-start;
    }
    .align-content-sm-end {
        align-content: flex-end;
    }
    .align-content-sm-center {
        align-content: center;
    }
    .align-content-sm-between {
        align-content: space-between;
    }
    .align-content-sm-around {
        align-content: space-around;
    }
    .align-content-sm-stretch {
        align-content: stretch;
    }
    .align-self-sm-auto {
        align-self: auto;
    }
    .align-self-sm-start {
        align-self: flex-start;
    }
    .align-self-sm-end {
        align-self: flex-end;
    }
    .align-self-sm-center {
        align-self: center;
    }
    .align-self-sm-baseline {
        align-self: baseline;
    }
    .align-self-sm-stretch {
        align-self: stretch;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-last {
        order: 6;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline;
    }
    .d-md-inline-block {
        display: inline-block;
    }
    .d-md-block {
        display: block;
    }
    .d-md-flex {
        display: flex;
    }
    .d-md-inline-flex {
        display: inline-flex;
    }
    .d-md-none {
        display: none;
    }
    .flex-md-fill {
        flex: 1 1 auto;
    }
    .flex-md-row {
        flex-direction: row;
    }
    .flex-md-column {
        flex-direction: column;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse;
    }
    .flex-md-grow-0 {
        flex-grow: 0;
    }
    .flex-md-grow-1 {
        flex-grow: 1;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1;
    }
    .flex-md-wrap {
        flex-wrap: wrap;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .justify-content-md-start {
        justify-content: flex-start;
    }
    .justify-content-md-end {
        justify-content: flex-end;
    }
    .justify-content-md-center {
        justify-content: center;
    }
    .justify-content-md-between {
        justify-content: space-between;
    }
    .justify-content-md-around {
        justify-content: space-around;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly;
    }
    .align-items-md-start {
        align-items: flex-start;
    }
    .align-items-md-end {
        align-items: flex-end;
    }
    .align-items-md-center {
        align-items: center;
    }
    .align-items-md-baseline {
        align-items: baseline;
    }
    .align-items-md-stretch {
        align-items: stretch;
    }
    .align-content-md-start {
        align-content: flex-start;
    }
    .align-content-md-end {
        align-content: flex-end;
    }
    .align-content-md-center {
        align-content: center;
    }
    .align-content-md-between {
        align-content: space-between;
    }
    .align-content-md-around {
        align-content: space-around;
    }
    .align-content-md-stretch {
        align-content: stretch;
    }
    .align-self-md-auto {
        align-self: auto;
    }
    .align-self-md-start {
        align-self: flex-start;
    }
    .align-self-md-end {
        align-self: flex-end;
    }
    .align-self-md-center {
        align-self: center;
    }
    .align-self-md-baseline {
        align-self: baseline;
    }
    .align-self-md-stretch {
        align-self: stretch;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-last {
        order: 6;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline;
    }
    .d-lg-inline-block {
        display: inline-block;
    }
    .d-lg-block {
        display: block;
    }
    .d-lg-flex {
        display: flex;
    }
    .d-lg-inline-flex {
        display: inline-flex;
    }
    .d-lg-none {
        display: none;
    }
    .flex-lg-fill {
        flex: 1 1 auto;
    }
    .flex-lg-row {
        flex-direction: row;
    }
    .flex-lg-column {
        flex-direction: column;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse;
    }
    .flex-lg-grow-0 {
        flex-grow: 0;
    }
    .flex-lg-grow-1 {
        flex-grow: 1;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1;
    }
    .flex-lg-wrap {
        flex-wrap: wrap;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .justify-content-lg-start {
        justify-content: flex-start;
    }
    .justify-content-lg-end {
        justify-content: flex-end;
    }
    .justify-content-lg-center {
        justify-content: center;
    }
    .justify-content-lg-between {
        justify-content: space-between;
    }
    .justify-content-lg-around {
        justify-content: space-around;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly;
    }
    .align-items-lg-start {
        align-items: flex-start;
    }
    .align-items-lg-end {
        align-items: flex-end;
    }
    .align-items-lg-center {
        align-items: center;
    }
    .align-items-lg-baseline {
        align-items: baseline;
    }
    .align-items-lg-stretch {
        align-items: stretch;
    }
    .align-content-lg-start {
        align-content: flex-start;
    }
    .align-content-lg-end {
        align-content: flex-end;
    }
    .align-content-lg-center {
        align-content: center;
    }
    .align-content-lg-between {
        align-content: space-between;
    }
    .align-content-lg-around {
        align-content: space-around;
    }
    .align-content-lg-stretch {
        align-content: stretch;
    }
    .align-self-lg-auto {
        align-self: auto;
    }
    .align-self-lg-start {
        align-self: flex-start;
    }
    .align-self-lg-end {
        align-self: flex-end;
    }
    .align-self-lg-center {
        align-self: center;
    }
    .align-self-lg-baseline {
        align-self: baseline;
    }
    .align-self-lg-stretch {
        align-self: stretch;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-last {
        order: 6;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline;
    }
    .d-xl-inline-block {
        display: inline-block;
    }
    .d-xl-block {
        display: block;
    }
    .d-xl-flex {
        display: flex;
    }
    .d-xl-inline-flex {
        display: inline-flex;
    }
    .d-xl-none {
        display: none;
    }
    .flex-xl-fill {
        flex: 1 1 auto;
    }
    .flex-xl-row {
        flex-direction: row;
    }
    .flex-xl-column {
        flex-direction: column;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse;
    }
    .flex-xl-grow-0 {
        flex-grow: 0;
    }
    .flex-xl-grow-1 {
        flex-grow: 1;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1;
    }
    .flex-xl-wrap {
        flex-wrap: wrap;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .justify-content-xl-start {
        justify-content: flex-start;
    }
    .justify-content-xl-end {
        justify-content: flex-end;
    }
    .justify-content-xl-center {
        justify-content: center;
    }
    .justify-content-xl-between {
        justify-content: space-between;
    }
    .justify-content-xl-around {
        justify-content: space-around;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly;
    }
    .align-items-xl-start {
        align-items: flex-start;
    }
    .align-items-xl-end {
        align-items: flex-end;
    }
    .align-items-xl-center {
        align-items: center;
    }
    .align-items-xl-baseline {
        align-items: baseline;
    }
    .align-items-xl-stretch {
        align-items: stretch;
    }
    .align-content-xl-start {
        align-content: flex-start;
    }
    .align-content-xl-end {
        align-content: flex-end;
    }
    .align-content-xl-center {
        align-content: center;
    }
    .align-content-xl-between {
        align-content: space-between;
    }
    .align-content-xl-around {
        align-content: space-around;
    }
    .align-content-xl-stretch {
        align-content: stretch;
    }
    .align-self-xl-auto {
        align-self: auto;
    }
    .align-self-xl-start {
        align-self: flex-start;
    }
    .align-self-xl-end {
        align-self: flex-end;
    }
    .align-self-xl-center {
        align-self: center;
    }
    .align-self-xl-baseline {
        align-self: baseline;
    }
    .align-self-xl-stretch {
        align-self: stretch;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-last {
        order: 6;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline;
    }
    .d-xxl-inline-block {
        display: inline-block;
    }
    .d-xxl-block {
        display: block;
    }
    .d-xxl-flex {
        display: flex;
    }
    .d-xxl-inline-flex {
        display: inline-flex;
    }
    .d-xxl-none {
        display: none;
    }
    .flex-xxl-fill {
        flex: 1 1 auto;
    }
    .flex-xxl-row {
        flex-direction: row;
    }
    .flex-xxl-column {
        flex-direction: column;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .justify-content-xxl-start {
        justify-content: flex-start;
    }
    .justify-content-xxl-end {
        justify-content: flex-end;
    }
    .justify-content-xxl-center {
        justify-content: center;
    }
    .justify-content-xxl-between {
        justify-content: space-between;
    }
    .justify-content-xxl-around {
        justify-content: space-around;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly;
    }
    .align-items-xxl-start {
        align-items: flex-start;
    }
    .align-items-xxl-end {
        align-items: flex-end;
    }
    .align-items-xxl-center {
        align-items: center;
    }
    .align-items-xxl-baseline {
        align-items: baseline;
    }
    .align-items-xxl-stretch {
        align-items: stretch;
    }
    .align-content-xxl-start {
        align-content: flex-start;
    }
    .align-content-xxl-end {
        align-content: flex-end;
    }
    .align-content-xxl-center {
        align-content: center;
    }
    .align-content-xxl-between {
        align-content: space-between;
    }
    .align-content-xxl-around {
        align-content: space-around;
    }
    .align-content-xxl-stretch {
        align-content: stretch;
    }
    .align-self-xxl-auto {
        align-self: auto;
    }
    .align-self-xxl-start {
        align-self: flex-start;
    }
    .align-self-xxl-end {
        align-self: flex-end;
    }
    .align-self-xxl-center {
        align-self: center;
    }
    .align-self-xxl-baseline {
        align-self: baseline;
    }
    .align-self-xxl-stretch {
        align-self: stretch;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-last {
        order: 6;
    }
}
body {
    font-family: 'Montserrat';
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
}
body {
    background-color: var(--style-1-color-2);
    color: var(--style-1-color-3);
}
.ovh {
    overflow: hidden;
}
img {
    max-width: 100%;
}
.pos {
    position: relative;
}
.z-in-1 {
    z-index: 1;
}
.z-in-2 {
    z-index: 2;
}
.h100 {
    height: 100%;
}
.w100 {
    width: 100%;
}
.ul-clear {
    margin: 0;
    padding: 0;
}
.ul-clear li::marker {
    font-size: 0;
}
.p-0 {
    padding: 0;
}
.m-0 {
    margin: 0;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left !important;
}
.body {
    overflow: hidden;
}
html {
    font-size: 62.5%;
    --bs-gutter-x: 1.6rem;
}
@media (min-width: 576px) {
    html {
        font-size: 35%;
    }
}
@media (min-width: 992px) {
    html {
        font-size: 55%;
    }
}
@media (min-width: 1400px) {
    html {
        font-size: 62.5%;
    }
}
.anim, .minicart-wrapper, .minicart-shadow, .sbi_photo, .sbi_photo:before, .sbi_photo:after, .btn, a, .icon, .icon:after, .icon:before, .WrapBoxMenuTop, .WrapHeader, .headerWrap, .arrow:after {
    transition: all 0.5s ease;
}
button {
    cursor: pointer;
}
.WrapIcon .icon {
    width: 3.6rem;
    height: 3.8rem;
    display: inline-block;
    border: none;
    margin-right: 2.6rem;
    background-color: rgba(0,0,0,0);
    position: relative;
}
.WrapIcon .icon:last-child {
    margin-right: 0;
}
@media (max-width: 576px) {
    .WrapIcon .icon {
        width: 2.4rem;
        height: 2.6rem;
    }
}
@media (max-width: 576px) {
    .WrapIcon .icon {
        margin-right: 1.9rem;
    }
}
.WrapIcon .icon:before, .WrapIcon .icon:after {
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.WrapIcon .icon.BlackStyle {
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 2.6rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.BlackStyle {
        margin-right: 1.9rem;
    }
}
.WrapIcon .icon.BlackStyle:before {
    background-image: url("img/black.png");
    background-size: cover;
}
@media (max-width: 576px) {
    .WrapIcon .icon.BlackStyle:before {
        background-size: 3rem auto;
    }
}
.WrapIcon .icon.WhiteStyle {
    width: 4.5rem;
    height: 4.5rem;
}
.WrapIcon .icon.WhiteStyle:before {
    background-image: url("img/white.png");
    background-size: cover;
}
@media (max-width: 576px) {
    .WrapIcon .icon.WhiteStyle:before {
        background-size: 3rem auto;
    }
    .WrapIcon .icon.WhiteStyle {
        width: 4.5rem;
        height: 3.5rem;
    }
}
.WrapIcon .icon.basket:before {
    background-image: url("img/basket.svg");
    background-size: 3.2rem 3.2rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.basket:before {
        background-size: 2.4rem auto;
    }
}
.WrapIcon .icon.btnMenu:after {
    z-index: 2;
    opacity: 0;
    background-image: url("img/plus.svg");
    transform: rotate(45deg);
    background-size: 3.2rem 3.2rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.btnMenu:after {
        background-size: 2.4rem auto;
    }
}
.WrapIcon .icon.btnMenu:before {
    background-image: url("img/btnMenu.svg");
    background-size: 3.6rem 2.4rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.btnMenu:before {
        background-size: 2.4rem auto;
    }
}
.WrapIcon .icon.btnMenu.active:before {
    opacity: 0;
}
.WrapIcon .icon.btnMenu.active:after {
    opacity: 1;
}

.WrapIcon .icon.twitter:before {
    background-image: url("img/twitter.svg");
    background-size: 3.2rem 3.2rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.twitter:before {
        background-size: 2.4rem auto;
    }
}

.WrapIcon .icon.instagram:before {
    background-image: url("img/inst.svg");
    background-size: 3.2rem 3.2rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.instagram:before {
        background-size: 2.4rem auto;
    }
}


.WrapIcon .icon.tiktok:before {
    background-image: url("img/tiktok.svg");
    background-size: 3.2rem 3.2rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.tiktok:before {
        background-size: 2.4rem auto;
    }
}


.WrapIcon .icon.facebook:before {
    background-image: url("img/f.svg");
    background-size: 3.2rem 3.2rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.facebook:before {
        background-size: 2.4rem auto;
    }
}
.WrapIcon .icon.email:before {
    background-image: url("img/email.svg");
    background-size: 3.2rem 3.2rem;
}
@media (max-width: 576px) {
    .WrapIcon .icon.email:before {
        background-size: 2.4rem auto;
    }
}
.ttu {
    text-transform: uppercase;
}
.title.style-1 {
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.title.style-2 {
    font-weight: 800;
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .title.style-2 {
        font-size: 2rem;
    }
}
.title.style-3 {
    font-weight: 800;
    font-size: 4.8rem;
    margin-bottom: 5rem;
    color: #BE1521;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .title.style-3 {
        font-size: 2.4rem;
    }
}
.title.style-4 {
    font-weight: 700;
    font-size: 1.8rem;
    text-decoration: none;
    color: var(--style-1-color-3);
}
@media (max-width: 575px) {
    .title.style-4 {
        font-size: 1.3rem;
    }
}
.title.style-5 {
    font-weight: 800;
    font-size: 6.4rem;
    text-decoration: none;
    margin-top: 3rem;
    margin-bottom: 4rem;
    color: var(--style-1-color-3);
    line-height: 1;
}
@media (max-width: 575px) {
    .title.style-5 {
        font-size: 2.4rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
}
.title.style-6 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    color: var(--style-1-color-3);
}
@media (max-width: 575px) {
    .title.style-6 {
        font-size: 1.2rem;
    }
}
.title.style-7 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    color: var(--style-1-color-3);
}
@media (max-width: 575px) {
    .title.style-7 {
        font-size: 1.6rem;
    }
}
.title.style-8 {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--style-1-color-9);
}
.title.style-9 {
    font-weight: 800;
    font-size: 4.8rem;
    margin-bottom: 5rem;
    color: var(--style-1-color-3);
}
@media (max-width: 575px) {
    .title.style-9 {
        font-size: 2.4rem;
    }
}
.select2-container {
    z-index: 2;
}
.subtitle {
    color: var(--style-1-color-11);
    margin-top: 0;
}
[data-style="styleThemeWhite"] .btn.style-1:after, [data-style="styleThemeWhite"] .btn.style-2:after {
    filter: brightness(0%);
}
[data-style="styleThemeWhite"] .btn.style-1:hover:after, [data-style="styleThemeWhite"] .btn.style-1.added:after, [data-style="styleThemeWhite"] .btn.style-2:hover:after, [data-style="styleThemeWhite"] .btn.style-2.added:after {
    filter: brightness(100%);
}
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
.btn.link {
    color: var(--style-1-color-5);
    font-size: 1.6rem;
    font-weight: 800;
    text-decoration: underline;
}
.btn.link:hover {
    color: #BE1521;
}
.btn.w-auto {
    width: auto !important;
}
.btn.w100 {
    max-width: 100% !important;
    width: 100% !important;
}
.btn.arrow:after {
    margin-left: 1.5rem;
    content: '';
    display: inline-block;
    background-image: url(img/arrow.svg);
    width: 4rem;
    height: 1.6rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
}
.btn.buy:after {
    content: '';
    display: inline-block;
    background-image: url(img/buy.svg);
    width: 2.2rem;
    height: 2.4rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 575px) {
    .btn.buy:after {
        width: 1.3rem;
        height: 1.5rem;
    }
}
.btn.style-1 {
    padding: 2rem;
    font-weight: 700;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: var(--btn-style-1-color-1);
    border: 0.4rem solid var(--btn-style-1-color-2);
    max-width: 43.5rem;
    width: 100%;
    background-color: var(--btn-style-1-color-3);
}
.btn.style-1:hover, .btn.style-1.added {
    color: var(--btn-style-1-color-3);
    border: 0.4rem solid var(--btn-style-1-color-2);
    background-color: var(--btn-style-1-color-2);
}
.btn.style-1:hover:after, .btn.style-1.added:after {
    filter: brightness(0%);
}
@media (max-width: 575px) {
    .btn.style-1 {
        border-width: 0.2rem;
        font-size: 1.8rem;
    }
}
.btn.style-2 {
    padding: 0.7rem;
    font-weight: 700;
    font-size: 0rem;
    text-transform: uppercase;
    color: var(--btn-style-1-color-1);
    border: 0.3rem solid var(--btn-style-1-color-2);
    background-color: var(--btn-style-1-color-3);
}
@media (max-width: 575px) {
    .btn.style-2 {
        padding: 0.5rem;
    }
}
.btn.style-2:hover, .btn.style-2.added {
    color: var(--btn-style-1-color-3);
    border: 0.3rem solid var(--btn-style-1-color-2);
    background-color: var(--btn-style-1-color-2);
}
.btn.style-2:hover:after, .btn.style-2.added:after {
    filter: brightness(0%);
}
@media (max-width: 575px) {
    .btn.style-2:hover, .btn.style-2.added {
        border-width: 0.2rem;
    }
}
.btn.style-3 {
    font-size: 1.6rem;
    font-weight: 800;
    text-decoration: underline;
    color: var(--style-1-color-10);
}
.btn.style-4 {
    padding: 2rem 1.5rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--btn-style-1-color-1);
    border: 0.4rem solid var(--btn-style-1-color-2);
    width: 100%;
    background-color: var(--btn-style-1-color-3);
    display: inline-flex;
    justify-content: space-between;
}
.btn.style-4.arrow:after {
    width: 14rem;
}
.btn.style-4:hover, .btn.style-4.added {
    color: var(--btn-style-1-color-3);
    border: 0.4rem solid var(--btn-style-1-color-2);
    background-color: var(--btn-style-1-color-2);
}
.btn.style-4:hover:after, .btn.style-4.added:after {
    filter: brightness(0%);
}
@media (max-width: 575px) {
    .btn.style-4 {
        border-width: 0.2rem;
        font-size: 1.2rem;
    }
    .btn.style-4:hover {
        border-width: 0.2rem;
    }
}
.btn.style-5 {
    padding: 0.6rem 2.5rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--btn-style-1-color-1);
    border: 0.2rem solid var(--btn-style-1-color-2);
    width: 100%;
    background-color: var(--btn-style-1-color-3);
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    margin: 0;
}
.btn.style-5.arrow:after {
    width: 14rem;
}
.btn.style-5:hover, .btn.style-5.added {
    color: var(--btn-style-1-color-3);
    border: 0.2rem solid var(--btn-style-1-color-2);
    background-color: var(--btn-style-1-color-2);
}
.btn.style-5:hover:after, .btn.style-5.added:after {
    filter: brightness(0%);
}
@media (max-width: 575px) {
    .btn.style-5 {
        border-width: 0.2rem;
        font-size: 1.2rem;
    }
}
.is-active .btn {
    border-color: #BE1521;
    color: #BE1521;
}
.is-active .arrow:after {
    background-image: url(img/arrowActive.svg);
}
.place-order .WrapBtn .btn {
    margin-top: 1.2rem;
    margin-bottom: 2.5rem;
}
.section {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
@media (max-width: 575px) {
    .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.pageGlobal {
    padding-top: calc(22rem);
}
@media (max-width: 575px) {
    .pageGlobal {
        padding-top: calc(12.1rem);
    }
}
.added_to_cart.wc-forward {
    display: none;
}
.box-input-min .box-input input {
    font-size: 3.2rem;
    width: 5rem;
}
.box-input-min .box-input span.plus, .box-input-min .box-input span.minus {
    width: 4.2rem;
    height: 2.5rem;
}
.box-input-min .box-input span.plus:before, .box-input-min .box-input span.plus:after, .box-input-min .box-input span.minus:before, .box-input-min .box-input span.minus:after {
    height: 1.8px;
    width: 1.6rem;
}
@media (max-width: 575px) {
    .box-input {
        justify-content: center;
    }
}
.box-input input {
    background-color: rgba(0,0,0,0);
    border: none;
    font-weight: 500;
    font-size: 4.8rem;
    color: var(--style-1-color-3);
    width: 7.4rem;
    text-align: center;
}
@media (max-width: 575px) {
    .box-input input {
        font-size: 3.2rem;
        width: 4rem;
    }
}
.box-input input::-webkit-outer-spin-button, .box-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.box-input input[type='number'] {
    -moz-appearance: textfield;
}
.box-input span {
    width: 5.6rem;
    display: block;
    height: 3.3rem;
    border: 0.3rem solid var(--style-1-color-3);
    transition: all 0.5s ease;
    cursor: pointer;
}
@media (max-width: 575px) {
    .box-input span {
        width: 4.2rem;
        height: 2.5rem;
    }
}
.box-input span:hover {
    background-color: var(--style-1-color-3);
}
.box-input span:hover:before, .box-input span:hover:after {
    background-color: var(--style-1-color-7) !important;
}
.box-input span.plus, .box-input span.minus {
    position: relative;
}
.box-input span.plus:before, .box-input span.plus:after, .box-input span.minus:before, .box-input span.minus:after {
    height: 2px;
    width: 2rem;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background-color: var(--style-1-color-3);
    transition: all 0.5s ease;
}
.box-input span.plus:before {
    transform: rotate(90deg);
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-message {
    margin: 4rem 0;
    padding: 2rem;
    background-color: #217520;
    color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-NoticeGroup .woocommerce-message a {
    color: #FBB11C;
    font-weight: 700;
}
.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-NoticeGroup .woocommerce-error {
    margin: 4rem 0;
    padding: 2rem;
    background-color: #BE1521;
    color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-error ::marker, .woocommerce-NoticeGroup .woocommerce-error ::marker {
    font-size: 0;
}
.woocommerce-notices-wrapper .woocommerce-error a, .woocommerce-NoticeGroup .woocommerce-error a {
    color: #FBB11C;
    font-weight: 700;
}
.page-template-page-account .woocommerce-notices-wrapper {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-template-page-account .woocommerce-notices-wrapper .woocommerce-error, .page-template-page-account .woocommerce-NoticeGroup .woocommerce-error {
    margin: 0;
}
.headerWrap {
    z-index: 20;
    border: var(--border-width) solid var(--headerWrap-border-color);
    background-color: var(--style-1-color-2);
    padding: 4rem 6rem;
}
@media (max-width: 576px) {
    .headerWrap {
        padding: 1.6rem 2.4rem;
    }
}
.headerWrap img {
    width: 17.5rem;
    height: 7.4rem;
}
@media (max-width: 576px) {
    .headerWrap img {
        width: 6.6rem;
        height: 3.6rem;
    }
}
.btnMenu {
    cursor: pointer;
}
.WrapBoxMenuTop {
    position: fixed;
    top: -100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--style-1-color-2);
}
.WrapBoxMenuTop img {
    width: 30.6rem;
    height: 38.2rem;
}
@media (max-width: 575px) {
    .WrapBoxMenuTop img {
        width: 11.2rem;
        height: 11.4rem;
    }
}
.WrapBoxMenuTop .col-right .WrapImgMenu, .WrapBoxMenuTop .col-left {
    padding-top: 22rem;
}
@media (max-width: 575px) {
    .WrapBoxMenuTop .col-right .WrapImgMenu, .WrapBoxMenuTop .col-left {
        padding-top: 12rem;
    }
}
@media (max-width: 575px) {
    .WrapBoxMenuTop .col-right .WrapImgMenu {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }
}
.open-menuTop .WrapBoxMenuTop {
    top: 0;
}
@media (min-width: 576px) {
    .WrapImgMenu {
        left: 50%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        background-position: center center;
        background-size: cover;
        background-image: url(/wp-content/uploads/2023/02/bigcomics01.jpg);
    }
}
.WrapBasket {
    display: inline-block;
    margin-right: 2.6rem;
    position: relative;
}
.WrapBasket .basket {
    margin-right: 0;
}
.WrapBasket span {
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    background: #BE1521;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    z-index: 1;
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    line-height: 1;
}
.WrapLogReg {
    margin-right: 2.6rem;
    display: inline-flex;
    align-items: center;
}
.WrapLogReg span {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-top: -0.3rem;
}
.WrapLogReg a {
    text-decoration: none;
    color: var(--style-1-color-3);
    font-weight: 500;
    font-size: 1.8rem;
}
@media (max-width: 575px) {
    .WrapLogReg a {
        font-size: 1.4rem;
    }
}
.WrapLogReg a:hover {
    color: #BE1521;
}
.WrapNav ul {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
@media (max-width: 575px) {
    .WrapNav ul {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
.WrapNav ul li {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
@media (max-width: 575px) {
    .WrapNav ul li {
        text-align: center;
        margin-top: 2.3rem;
        margin-bottom: 2.3rem;
    }
}
.WrapNav ul a {
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--style-1-color-4);
}
.WrapNav ul a[aria-current="page"] {
    color: #BE1521;
}
@media (max-width: 575px) {
    .WrapNav ul a {
        font-size: 1.8rem;
    }
}
.WrapIconMedia {
    position: relative;
}
.WrapIconMedia a {
    z-index: 1;
    display: inline-block;
}
.WrapIconMedia:not(.Lite) {
    padding: 3rem 5rem;
}
@media (max-width: 575px) {
    .WrapIconMedia:not(.Lite) {
        text-align: center;
        padding: 2rem 0rem;
    }
}
.WrapIconMedia:not(.Lite):before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    right: -100px;
    background: #BE1521;
    content: '';
    display: block;
    z-index: 0;
}
.WrapHeader {
    z-index: 20;
    left: 0;
    right: 0;
    position: fixed;
    top: 5rem;
}
.WrapHeader {
    top: 0 !important;
}
@media (max-width: 576px) {
    .WrapHeader {
        top: 3.8rem;
    }
    .WrapHeader .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.WrapHeader.scroll {
    top: 0rem;
}
@media (max-width: 576px) {
    .WrapHeader.scroll {
        top: 1.5rem;
        top: 0rem;
    }
}
.WrapHeader.scroll .headerWrap {
    padding: 1.6rem 2.4rem;
}
@media (max-width: 576px) {
    .WrapHeader.scroll .headerWrap {
        /*padding: 1.6rem 2.4rem;*/
        padding: 1rem 1.5rem;
    }
}
.WrapFooter {
    margin-top: 10rem;
}
@media (max-width: 575px) {
    .WrapFooter {
        margin-top: 5rem;
    }
    .WrapFooter .form {
        margin-bottom: 3rem;
    }
}
.WrapFooter .title {
    margin-bottom: 3rem;
}
@media (max-width: 575px) {
    .WrapFooter .title {
        margin-bottom: 1.5rem;
    }
}
.WrapFooter .WrapIconMedia {
    margin-top: 5rem;
}
@media (max-width: 575px) {
    .WrapFooter .WrapIconMedia {
        margin-top: 2rem;
    }
}
.WrapFooter .WrapIconMedia a {
    margin-right: 2rem;
}
@media (max-width: 575px) {
    .WrapFooter .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.WrapFooterBorder {
    border: 3px solid var(--style-1-color-3);
    border-bottom: none;
    padding: 7rem;
}
@media (max-width: 575px) {
    .WrapFooterBorder {
        padding: 2rem 2rem 7rem;
    }
	.WrapFooter .WrapIconMedia a {
		margin-right: 2.5rem;
    	margin-bottom: 1.5rem;
	}
}
.WrapFooterBorder ul li {
    margin-bottom: 1.5rem;
    display: block;
}
@media (max-width: 575px) {
    .WrapFooterBorder ul li {
        margin-bottom: 1rem;
    }
}
.WrapFooterBorder ul a {
    color: var(--style-1-color-3);
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration: none !important;
}
@media (max-width: 575px) {
    .WrapFooterBorder ul a {
        font-size: 1.2rem;
    }
}
.WrapFooterBorder ul a[aria-current="page"], .WrapFooterBorder ul a:hover {
    color: #BE1521;
}
@media (min-width: 1200px) {
    .admin-bar .WrapFooter {
        padding-bottom: 32px;
    }
}
.wrapForm {
    max-width: 45rem;
    padding-right: 2rem;
}
@media (max-width: 575px) {
    .wrapForm {
        max-width: 28rem;
    }
}
.products {
    margin-left: -2rem;
    margin-right: -2rem;
}
.products .product {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 7rem;
}
@media (max-width: 575px) {
    .products .product {
        margin-bottom: 3.5rem;
    }
}
.getProduct {
    padding-bottom: 3rem;
}
@media (max-width: 575px) {
    .getProduct {
        padding-bottom: 0rem;
    }
}
@media (max-width: 575px) {
    .WrapMainProducts .products {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.onsale {
    display: none;
}
.product .WrapProductDate {
    margin-top: auto;
    max-width: 14rem;
}
.product .wrapImage {
    position: relative;
}
.product .wrapImage:before, .product .wrapImage .onsale {
    position: absolute;
    display: inline-block;
    padding: 1rem;
    font-size: 1.4rem;
    z-index: 2;
}
@media (max-width: 567px) {
    .product .wrapImage:before, .product .wrapImage .onsale {
        padding: 0.5rem;
        font-size: 1rem;
    }
}
.product .wrapImage .onsale {
    bottom: 0;
    left: 0;
    background: #BE1521;
    color: #fff;
}
.product.outofstock .wrapImage:before {
    /*content: 'Нема в наявності';*/
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
}
.product.onbackorder .wrapImage:before {
    /*content: 'Передзамовлення';*/
    top: 0;
    left: 0;
    background: green;
    color: #fff;
}
.product.onbackorder .onsale {
    display: none;
}
@media (max-width: 575px) {
    .product .wrapTitle {
        margin-top: 0.8rem;
        margin-bottom: 1rem;
    }
}
.product .wrapImage {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: var(--style-1-color-6);*/
    background: #fff;
    padding: 1.6rem 2.1rem;
    border: 0.3rem solid var(--style-1-color-3);
}
@media (max-width: 575px) {
    .product .wrapImage {
        padding: 1rem 1.4rem;
        border: 0.2rem solid var(--style-1-color-3);
    }
}
.product .wrapImage img {
    height: auto !important;
}
@media (max-width: 575px) {
    .product.style-list .wrapImage {
        max-width: 12.4rem;
    }
}
.product.style-list .priceBtn {
    font-size: 0;
}
.product .price {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
    font-weight: 700;
    font-size: 2rem;
}
@media (max-width: 575px) {
    .product .price {
        flex-direction: row;
        align-items: center;
    }
    .product .price del {
        font-size: 1rem;
        margin-right: 0.5rem;
    }
    .product .price ins {
        font-size: 1.4rem;
    }
}
.product .price, .product .priceBtn {
    color: var(--style-1-color-5);
}
.product .price del, .product .price ins, .product .priceBtn del, .product .priceBtn ins {
    text-decoration: none;
}
.product .price del span, .product .priceBtn del span {
    position: relative;
    display: inline-block;
}
.product .price del span:before, .product .priceBtn del span:before {
    height: 0.3rem;
    left: -1rem;
    right: -1rem;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--style-1-color-5);
}
@media (max-width: 575px) {
    .product .price del span:before, .product .priceBtn del span:before {
        left: 0rem;
        right: 0rem;
        height: 0.1rem;
    }
}
.product .price ins, .product .priceBtn ins {
    color: #BE1521;
}
@media (max-width: 575px) {
    .product .price, .product .priceBtn {
        font-weight: 500;
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
}
.product .btn:not(.ajax_add_to_cart):after {
    display: inline-block;
    background-image: url(img/arrow.svg);
    background-size: auto 100%;
    background-position: center right;
    width: 5rem;
    height: 2rem;
}
.product .Wrap {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (max-width: 575px) {
    .product .Wrap {
        max-width: 12.4rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }
}
.product.style-grid .wrapImage {
    padding: 0rem;
    border: 0.5rem solid var(--style-1-color-3);
}
@media (max-width: 575px) {
    .product.style-grid .wrapImage {
        border: 0.3rem solid var(--style-1-color-3);
    }
}
.product.style-grid .priceBtn del {
    padding-left: 2rem;
}
.product.style-grid .WrapPriceBtn {
    margin-top: auto;
    position: relative;
}
.product.style-grid .wrapTitle {
    padding-top: 1.5rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}
.product.style-grid .btn:hover span, .product.style-grid .btn.added span {
    opacity: 0;
}
.product.style-grid .priceBtn {
    margin: 0;
    font-size: 2.2rem;
    position: absolute;
    background-color: var(--style-1-color-2);
    top: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
@media (max-width: 575px) {
    .product.style-grid .priceBtn {
        font-size: 1.4rem;
        flex-direction: row-reverse;
        align-items: center;
    }
    .product.style-grid .priceBtn ins {
        font-size: 1.4rem;
    }
    .product.style-grid .priceBtn del {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 0.5rem;
    }
}



.banner {
    height: 100vh;
}
@media (max-width: 575px) {
    .banner {
        margin-bottom: 5rem;
    }
}
.banner .WrapImg {
    height: calc(83vh);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 3px solid #000000;
}
@media (max-width: 575px) {
    .banner .WrapImg {
        height: calc(91vh);
    }
}
.banner .WrapBtn {
    margin-bottom: 4rem;
    position: relative;
}
@media (max-width: 575px) {
    .banner .WrapBtn {
        margin-bottom: 2rem;
    }
    .banner .WrapBtn .btn {
        font-size: 1.2rem;
        padding: 2rem 0.5rem;
    }
}
.banner .wrapTitle {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(83vh);
    padding-top: 20rem;
}
@media (max-width: 575px) {
    .banner .wrapTitle {
        height: calc(90vh);
        padding-top: 12rem;
    }
}
.title-style-banner {
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    font-family: 'Avenir';
    font-size: 14rem;
    letter-spacing: -0.06em;
    color: #BE1521;
}
.title-style-banner span {
    line-height: 1;
    -webkit-text-stroke: 4.5px var(--style-1-color-2);
}
@media (max-width: 575px) {
    .title-style-banner span {
        text-align: center;
        display: block;
    }
}
@media (max-width: 575px) {
    .title-style-banner {
        display: inline-block;
    }
}
@media (max-width: 575px) {
    .title-style-banner {
        font-size: 6rem;
    }
}
.title-style-banner.t1:before {
    content: '';
    display: block;
    position: absolute;
    width: 11.8rem;
    height: 18.3rem;
    background-size: cover;
}
@media (max-width: 575px) {
    .title-style-banner.t1:before {
        width: calc(3.9333333333333rem);
        height: calc(6.1rem);
    }
}
.title-style-banner.t2:after {
    content: '';
    display: block;
    position: absolute;
    width: 11.8rem;
    height: 18.3rem;
    background-size: cover;
}
@media (max-width: 575px) {
    .title-style-banner.t2:after {
        width: calc(3.9333333333333rem);
        height: calc(6.1rem);
    }
}
.title-style-banner:before {
    top: 60%;
    right: 96%;
    background-size: cover;
}
@media (max-width: 575px) {
    .title-style-banner:before {
        top: 84%;
        right: 72%;
    }
}
.title-style-banner:after {
    bottom: 50%;
    left: 94%;
    background-size: cover;
}
@media (max-width: 575px) {
    .title-style-banner:after {
        bottom: 79%;
        bottom: 100%;
        left: 61%;
    }
}
html[data-style="styleThemeBlack"] .title-style-banner:before, html[data-style="styleThemeBlack"] .title-style-banner:after {
    /*background-image: url(img/bannerTitleBlack.png);*/
}
html[data-style="styleThemeWhite"] .title-style-banner:before, html[data-style="styleThemeWhite"] .title-style-banner:after {
    /*background-image: url(img/bannerTitleWhite.png);*/
}
@media (max-width: 575px) {
    .custom-category .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.custom-category .row {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
.custom-category .row > * {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
@media (max-width: 575px) {
    .custom-category .row > *:last-child .Wrap {
        margin-bottom: 0;
    }
}
.custom-category .Wrap {
    display: block;
    padding-top: 65%;
    position: relative;
    margin-bottom: 4rem;
}
.custom-category .fon {
    background-size: cover;
    background-repeat: no-repeat;
    border: 0.5rem solid #000;
    backdrop-filter: blur(5.5px);
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.custom-category .wrapBnt {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.BlockInstagram .Wrap {
    margin-top: 5rem;
}
.BlockInstagram .title {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
    .BlockInstagram .title {
        margin-top: 0;
    }
    .BlockInstagram .btn {
        width: 100% !important;
    }
}
.BlockInstagram #sbi_images {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    width: calc(103%) !important;
}
@media (max-width: 575px) {
    .BlockInstagram #sbi_images {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
        width: calc(102%) !important;
    }
}
.BlockInstagram #sb_instagram #sbi_images .sbi_item {
    padding: 1.5rem !important;
}
@media (max-width: 575px) {
    .BlockInstagram #sb_instagram #sbi_images .sbi_item {
        padding: 1rem !important;
    }
}
.BlockInstagram .sbi_photo_wrap {
    border: 0.4rem solid #000;
}
.BlockInstagram .sbi_photo {
    position: relative;
}
.BlockInstagram .sbi_photo:hover:before, .BlockInstagram .sbi_photo:hover:after {
    opacity: 1;
}
.BlockInstagram .sbi_photo:before, .BlockInstagram .sbi_photo:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.BlockInstagram .sbi_photo:before {
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
.BlockInstagram .sbi_photo:after {
    z-index: 2;
    background-image: url(img/inst.svg);
    background-size: 3.2rem 3.2rem;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 575px) {
    .related .products {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}
.metaProduct {
    line-height: 1;
    max-width: 37rem;
}
.metaProduct .price {
    margin: 0;
    flex-direction: row-reverse;
}
.metaProduct del {
    margin-left: 2rem;
}
.metaProduct strong.title {
    margin: 0;
    line-height: 1;
}
.metaProduct .row {
    margin-bottom: 3rem;
}
@media (max-width: 575px) {
    .metaProduct .row {
        margin-bottom: 2.5rem;
    }
}
.metaProduct .instock {
    color: #217520;
}
.metaProduct .outofstock {
    color: #BE1521;
}
.summary {
    padding-left: 7rem;
}
@media (max-width: 1199px) {
    .summary {
        padding-left: 2rem;
    }
}
@media (max-width: 575px) {
    .summary {
        padding-left: 0;
    }
}
.summary .cart {
    margin-top: auto;
    margin-bottom: 2.5rem;
}
.summary .quantity {
    margin-bottom: 6rem;
    margin-top: 2rem;
}
@media (max-width: 575px) {
    .summary .quantity {
        margin-bottom: 3rem;
        margin-top: 2.5rem;
    }
}
.single-product .product_title {
    margin-top: 0;
    margin-bottom: 6rem;
}
.single-product figure {
    max-width: 450px;
    margin-bottom: 2.5rem;
}
.single-product figure img {
    height: auto;
}
@media (max-width: 575px) {
    .single-product .woocommerce-product-gallery {
        margin-left: calc(-1 * var(--bs-gutter-x,0.75rem));
        margin-right: calc(-1 * var(--bs-gutter-x,0.75rem));
    }
}
.single-product [data-thumb] a {
    display: block;
    border: 0.5rem solid var(--style-1-color-3);
}
@media (max-width: 575px) {
    .single-product [data-thumb] a {
        border: 0.3rem solid var(--style-1-color-3);
    }
}
.single-product .swiper-button-next, .single-product .swiper-button-prev {
    width: 7.6rem;
    height: 5rem;
    background: var(--style-1-color-3);
    border: 0.4rem solid var(--style-1-color-7);
    top: calc(93%);
}
.single-product .swiper-button-next:after, .single-product .swiper-button-prev:after {
    font-size: 1.4rem;
    color: var(--style-1-color-7);
}
.single-product .swiper-button-next {
    right: 5rem;
}
.single-product .swiper-button-prev {
    left: 5rem;
}
.dDesc {
    background-color: #217520;
    padding: 1rem 2rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
    color: #fff;
}

.dDesc a {
    color: #fff;
    text-decoration: underline;
}


.WrapListAttr span {
    display: inline-block;
}
.WrapListAttr span:before {
    content: ', ';
}
.WrapListAttr span:first-child:before {
    display: none;
}
.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}

.minicart-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 42rem;
    top: 0;
    bottom: 0;
    right: -42rem;
    z-index: 120;
    position: fixed;
    background-color: var(--style-1-color-2);
}
.minicart-wrapper img {
    max-width: 100%;
    height: auto;
}
.minicart-wrapper .woocommerce-mini-cart {
    padding: 0;
    margin: 0;
}
.minicart-wrapper .woocommerce-mini-cart ::marker {
    display: none;
}
.minicart-wrapper .title {
    margin-bottom: 1rem;
}
.minicart-shadow {
    display: none;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.openMiniCart .minicart-wrapper {
    right: 0;
}
.openMiniCart .minicart-shadow {
    display: block;
}
.pageCart {
    padding-bottom: 5rem;
}
@media (max-width: 575px) {
    .pageCart {
        padding-bottom: 2.5rem;
    }
}
.pageCart .title {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
    .pageCart .title {
        margin-top: 3.5rem;
        margin-bottom: 1rem;
    }
}
.pageCart .coupon, .pageCart .cart-discount {
    display: none;
}
.woocommerce-cart-form {
    margin-top: 6.5rem;
}
@media (max-width: 575px) {
    .woocommerce-cart-form {
        margin-top: 3.5rem;
    }
}
@media (max-width: 1199px) {
    .woocommerce-cart-form {
        margin-left: calc(-1 * var(--bs-gutter-x,0.75rem));
        margin-right: calc(-1 * var(--bs-gutter-x,0.75rem));
    }
}
.woocommerce-cart-form table {
    width: 100%;
}
.woocommerce-cart-form .product-price {
    min-width: 14rem;
}
.woocommerce-cart-form .product-subtotal {
    min-width: 14rem;
}
@media (max-width: 1199px) {
    .woocommerce-cart-form .product-subtotal {
        min-width: 12rem;
    }
}
.woocommerce-cart-form .product-quantity {
    min-width: 24rem;
}
@media (max-width: 1199px) {
    .woocommerce-cart-form .product-quantity {
        min-width: 15rem;
    }
}
@media (max-width: 575px) {
    .woocommerce-cart-form .product-quantity {
        padding-right: 2rem;
    }
}
.woocommerce-cart-form .cart_item {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
@media (max-width: 575px) {
    .woocommerce-cart-form .cart_item {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
}
.woocommerce-cart-form .WrapTableTitle {
    height: 9.2rem;
    border: 0.3rem solid var(--style-1-color-3);
}
@media (max-width: 575px) {
    .woocommerce-cart-form .WrapTableTitle {
        height: 5.7rem;
        border: 0.2rem solid var(--style-1-color-3);
    }
}
.woocommerce-cart-form .WrapTableTitle .pad {
    padding: 2rem;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--style-1-color-4);
}
@media (max-width: 575px) {
    .woocommerce-cart-form .WrapTableTitle .pad {
        font-size: 1.6rem;
    }
}
.cart-collaterals {
    border-top: 0.3rem solid var(--style-1-color-3);
    display: flex;
    justify-content: flex-end;
}
.cart-collaterals .cart-subtotal {
    font-size: 2rem;
}
.cart-collaterals .cart-subtotal th, .cart-collaterals .cart-subtotal td {
    text-align: left;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    letter-spacing: -0.972973px;
}
.cart-collaterals .cart-subtotal th {
    font-weight: 400;
    padding-right: 3rem;
}
.cart-collaterals .cart-subtotal td {
    font-weight: 700;
}
.cart-collaterals .cart_totals {
    max-width: 50rem;
    width: 100%;
}
.cart-collaterals .cart_totals h2 {
    display: none;
}
.cart-collaterals .woocommerce-shipping-totals, .cart-collaterals .order-total {
    display: none;
}
.WrapTableAttr .product-name {
    max-width: 26rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
    .WrapTableAttr .product-name {
        min-height: 9rem;
    }
}
.WrapTableAttr .product-subtotal {
    padding-right: 1rem;
}
.WrapTableAttr .product-remove a {
    color: #BE1521;
}
@media (max-width: 575px) {
    .WrapTableAttr .product-remove a {
        font-size: 1.2rem;
    }
}
.WrapTableAttr .product-thumbnail {
    margin-right: 4.2rem;
}
@media (max-width: 575px) {
    .WrapTableAttr .product-thumbnail {
        margin-right: 0;
    }
}
.WrapTableAttr .product-thumbnail a {
    border: 0.3rem solid var(--style-1-color-3);
    display: block;
}
@media (max-width: 575px) {
    .WrapTableAttr .product-thumbnail a {
        border: 0.2rem solid var(--style-1-color-3);
    }
}
.WrapTableAttr .product-thumbnail img {
    max-width: 20rem;
    height: auto !important;
}
@media (max-width: 575px) {
    .WrapTableAttr .product-thumbnail img {
        max-width: 12rem;
    }
}
.WrapTableAttr .product-subtotal, .WrapTableAttr .product-quantity, .WrapTableAttr .product-price {
    padding-top: 5rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 575px) {
    .WrapTableAttr .product-subtotal, .WrapTableAttr .product-quantity, .WrapTableAttr .product-price {
        padding-top: 0rem;
    }
}
@media (max-width: 575px) {
    .WrapTableAttr .product-subtotal {
        padding-right: 0;
    }
    .WrapTableAttr .product-subtotal .WrapBoxItem {
        height: auto;
    }
    .WrapTableAttr .box-input-min {
        margin-top: auto;
    }
    .WrapTableAttr .box-input-min .title {
        text-align: right;
        margin-bottom: 1.4rem;
        color: #C4C2C2;
        text-transform: capitalize;
    }
}
.WrapTableAttr .WrapBoxItem {
    height: 6rem;
    display: flex;
    align-items: center;
}
.WrapTableAttr .box-input {
    height: 6rem;
}
@media (max-width: 575px) {
    .WrapTableAttr .box-input {
        height: 3rem;
    }
}
[name="update_cart"] {
    display: none;
}
.pageCheckout .woocommerce-form-login-toggle {
    margin-top: 2rem;
}
.pageCheckout .woocommerce-form-login-toggle + form p:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.pageCheckout .woocommerce-form-coupon-toggle {
    display: none;
}
.pageCheckout .wc_payment_methods {
    background: var(--style-1-color-8);
    padding: 3rem 3.5rem;
    list-style-type: none;
}
.pageCheckout .wc_payment_methods ::marker {
    font-size: 0;
}
@media (max-width: 575px) {
    .pageCheckout #payment .WrapBtn {
        text-align: center;
    }
}
.pageCheckout #payment li label {
    display: inline-flex;
    align-items: center;
}
.pageCheckout .WrapCheckout + #order_review .shop_table {
    display: none;
}
.pageCheckout .woocommerce-cart-form {
    margin-top: 0;
}
.pageCheckout .WrapCart {
    background: var(--style-1-color-8);
    padding: 6rem 6.5rem;
}
@media (max-width: 767px) {
    .pageCheckout .WrapCart {
        padding: 4rem 3.5rem;
    }
}
@media (max-width: 575px) {
    .pageCheckout .WrapCart {
        padding: 3rem 1.5rem 1.5rem;
    }
    .pageCheckout .WrapCart .WrapCart_item {
        display: none !important;
    }
    .pageCheckout .WrapCart .shop_table {
        max-width: 100% !important;
    }
    .pageCheckout .WrapCart .checkout_coupon {
        margin-top: 0 !important;
    }
}
.pageCheckout .WrapCart .cart-subtotal {
    border-top: 0.3rem solid var(--style-1-color-3);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.pageCheckout .WrapCart .order-total, .pageCheckout .WrapCart .woocommerce-shipping-totals {
    padding-bottom: 1.5rem;
}
.pageCheckout .WrapCart .cart-discount {
    padding-bottom: 1.5rem;
}
.pageCheckout .WrapCart .cart-discount .woocommerce-remove-coupon {
    border: none;
    color: var(--style-1-color-3);
    text-decoration: none;
}
.pageCheckout .WrapCart #shipping_method {
    padding: 0;
    margin: 0;
}
.pageCheckout .WrapCart #shipping_method ::marker {
    font-size: 0;
}
.pageCheckout .WrapCart .checkout_coupon {
    margin-bottom: 2.8rem;
}
.pageCheckout .WrapCart .checkout_coupon input, .pageCheckout .WrapCart .checkout_coupon button {
    width: 100%;
    background: #FFFFFF;
    border: 0.2rem solid #000000;
    height: 4rem;
}
.pageCheckout .WrapCart .checkout_coupon input {
    padding: 0 1.7rem;
}
.pageCheckout .WrapCart .checkout_coupon button {
    width: 11.6rem;
    font-size: 1.6rem;
}
.pageCheckout .WrapCart .checkout_coupon button:hover {
    color: #FFFFFF;
    background: #000000;
    border: 0.2rem solid #000000;
}
.pageCheckout .WrapCart .WrapTableTitle, .pageCheckout .WrapCart .product-remove {
    display: none;
}
.pageCheckout .WrapCart .product-name {
    margin-bottom: 3rem;
    font-weight: 800;
}
.pageCheckout .WrapCart .WrapCart_item {
    padding-top: 4rem;
    border-top: 0.3rem solid var(--style-1-color-3);
    border-bottom: 0.3rem solid var(--style-1-color-3);
}
.pageCheckout .WrapCart .shop_table {
    max-width: 41rem;
}
.pageCheckout .WrapCart .product-total {
    font-weight: 500;
    font-size: 2.4rem;
}
.pageCheckout .WrapCart .product-thumbnail {
    position: relative;
}
.pageCheckout .WrapCart .WrapImg {
    display: inline-block;
    position: relative;
}
.pageCheckout .WrapCart a {
    display: inline-block;
    border: 0.3rem solid var(--style-1-color-3);
}
@media (max-width: 575px) {
    .pageCheckout .WrapCart a {
        border: 0.2rem solid var(--style-1-color-3);
    }
}
.pageCheckout .WrapCart .quantity {
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    color: #fff;
    border-radius: 50%;
    background: #BE1521;
    font-weight: 500;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -0.8rem;
    top: -0.8rem;
}
.pageCheckout .WrapCart .product-thumbnail a {
    height: 13rem;
    overflow: hidden;
}
.pageCheckout .WrapCart .product-thumbnail a img {
    max-width: 16rem;
    height: auto;
}
.pageCheckout .WrapCart .cart_item {
    margin-top: 0;
    margin-bottom: 4rem;
}
.pageCheckout .WrapCart .onlyCheckout {
    display: block !important;
}
.pageCheckout .WrapCart .custom-col-2, .pageCheckout .WrapCart .custom-col-3, .pageCheckout .WrapCart .custom-col-4 {
    display: none;
}
.wc_payment_methods img {
    background: #fff;
    margin: 0.5rem 1.5rem;
    padding: 0;
    height: 27px;
}
body .WrapCheckout .select2-container, body .WrapCheckout .ui-widget.ui-datepicker {
    z-index: 2 !important;
}
.woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details {
    display: none;
}
.woocommerce-order {
    min-height: 30rem;
    padding: 2rem;
    background: var(--style-1-color-8);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.WrapAccount {
    margin-top: 15rem;
    margin-bottom: 15rem;
}
@media (max-width: 575px) {
    .WrapAccount {
        margin-top: 3.5rem;
        margin-bottom: 4rem;
    }
}
.WrapAccount .title {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
    .WrapAccount .title {
        font-size: 1.8rem !important;
    }
}
.WrapAccount .woocommerce-MyAccount-navigation-link .btn {
    margin-bottom: 2rem;
    font-size: 1.6rem !important;
}
@media (max-width: 575px) {
    .WrapAccount .woocommerce-MyAccount-navigation-link .btn {
        padding: 1.4rem 1.5rem;
    }
}
@media (max-width: 575px) {
    .WrapAccount .woocommerce-MyAccount-navigation-link--customer-logout {
        margin-bottom: 4rem;
    }
}
.WrapAccount .woocommerce-MyAccount-navigation-link--customer-logout a {
    border-color: rgba(0,0,0,0);
}
.WrapAccount .woocommerce-MyAccount-navigation {
    max-width: 35rem;
}
.woocommerce-table__product-table {
    width: 24.4rem;
}
.woocommerce-order-details__title {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 800;
}
@media (max-width: 575px) {
    .woocommerce-order-details__title {
        font-size: 1.8rem !important;
    }
}
.woocommerce-table {
    max-width: 70rem;
}
.woocommerce-MyAccount-content h2 {
    margin-top: 0;
}
.woocommerce-MyAccount-content .mark {
    color: #BE1521;
}
.woocommerce-MyAccount-content > p {
    display: none;
}
.woocommerce-MyAccount-content p {
    padding: 0 !important;
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-top: 5rem;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address {
    max-width: 70rem;
    padding: 2rem 5rem 3.5rem;
    color: var(--style-1-color-5);
    border: 0.2rem solid var(--btn-style-1-color-2);
}
@media (max-width: 575px) {
    .woocommerce-MyAccount-content .woocommerce-customer-details address {
        border-right: none;
        border-left: none;
        padding: 2.5rem 1.8rem 2.5rem;
    }
}
.woocommerce-MyAccount-content .woocommerce-customer-details address p {
    margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    margin-top: 0;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
    font-style: normal !important;
    line-height: 4rem;
}
.woocommerce-MyAccount-content .woocommerce-Address address .WrapBtn {
    margin-top: 5rem;
}
.woocommerce-MyAccount-content .woocommerce-column__title {
    font-weight: 800;
    font-size: 2rem;
    color: var(--style-1-color-3);
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .woocommerce-MyAccount-content .woocommerce-column__title {
        font-size: 1.8rem !important;
    }
}
@media (max-width: 575px) {
    .woocommerce-MyAccount-content .woocommerce-order-details {
        margin-top: 6rem;
    }
}
@media (max-width: 575px) {
    .woocommerce-MyAccount-content .woocommerce-order-details thead {
        display: none;
    }
}
.woocommerce-MyAccount-content .woocommerce-order-details thead th {
    padding-top: 1.8rem !important;
}
@media (max-width: 575px) {
    .woocommerce-MyAccount-content .woocommerce-order-details tbody tr:first-child td {
        padding-top: 2.5rem;
    }
}
.woocommerce-MyAccount-content .woocommerce-order-details tfoot tr:last-child th, .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr:last-child td {
    padding-bottom: 2.8rem;
}
.woocommerce-MyAccount-content .woocommerce-order-details tfoot tr th, .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-order-details th {
    color: var(--style-1-color-9);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
}
@media (max-width: 575px) {
    .woocommerce-MyAccount-content .woocommerce-order-details th {
        font-size: 1.6rem;
    }
}
.woocommerce-MyAccount-content .woocommerce-order-details table {
    border: 0.2rem solid var(--btn-style-1-color-2);
}
@media (max-width: 575px) {
    .woocommerce-MyAccount-content .woocommerce-order-details table {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}
.woocommerce-MyAccount-content .woocommerce-order-details table th, .woocommerce-MyAccount-content .woocommerce-order-details table td {
    padding: 0.5rem 5rem;
    text-align: left;
}
@media (max-width: 575px) {
    .woocommerce-MyAccount-content .woocommerce-order-details table th, .woocommerce-MyAccount-content .woocommerce-order-details table td {
        padding: 0.5rem 1rem;
    }
}
.woocommerce-MyAccount-content .woocommerce-order-details table a {
    color: #BE1521;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.8rem;
}
.woocommerce-orders-table {
    border: 0.2rem solid var(--btn-style-1-color-2);
}
@media (max-width: 567px) {
    .woocommerce-orders-table {
        border-left: none;
        border-right: none;
    }
}
.woocommerce-orders-table .woocommerce-orders-table__header-order-total {
    display: none;
}
@media (max-width: 567px) {
    .woocommerce-orders-table .WrapOrderTitle {
        display: none;
    }
}
.woocommerce-orders-table .WrapOrderTitle span {
    padding: 1.8rem 2rem;
    height: 100%;
    display: block;
}
.woocommerce-orders-table .WrapOrderTitle, .woocommerce-orders-table .woocommerce-orders-table__row {
    border-bottom: 0.2rem solid var(--btn-style-1-color-2);
}
.woocommerce-orders-table .WrapOrderDesc {
    overflow: hidden;
}
.woocommerce-orders-table .WrapOrderDesc > div > div > div {
    padding: 1.8rem 2rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.woocommerce-orders-table .WrapOrderDesc a:not(.btn) {
    color: #BE1521;
    text-decoration: none;
}
.woocommerce-orders-table .WrapOrderDesc .mobileTitle {
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--style-1-color-4);
}
@media (max-width: 575px) {
    .woocommerce-orders-table .WrapOrderDesc [data-title] > div {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .woocommerce-orders-table .WrapOrderDesc [data-title] > div > *:first-child {
        margin-right: auto;
    }
}
.woocommerce-orders-table .order-date {
    width: 13rem;
    text-align: left;
}
.woocommerce-orders-table .order-status {
    width: 16rem;
    text-align: left;
}
.woocommerce-orders-table .order-ship-to {
    width: 8rem;
    text-align: center;
}
.woocommerce-orders-table .order-actions {
    width: 19rem;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .order-actions {
    display: block;
}
[data-title="Загалом"], .WrapOrderTitle .Wrap-order-total, body .woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}
.woocommerce-account:not(.logged-in) {
    height: 100vh;
}
@media (min-width: 576px) {
    .woocommerce-account:not(.logged-in):before {
        content: '';
        top: 0;
        bottom: 0;
        left: 65%;
        position: absolute;
        z-index: 0;
        right: 0;
        display: block;
        background-image: url(/wp-content/uploads/2023/02/bigmanga01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border: 0.4rem solid #BE1521;
    }
}
.woocommerce-account:not(.logged-in) .pageGlobal {
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce-account:not(.logged-in) footer {
    display: none;
}
.woocommerce-account:not(.logged-in) .u-columns.col2-set {
    margin-top: 28rem;
}
@media (max-width: 575px) {
    .woocommerce-account:not(.logged-in) .u-columns.col2-set {
        margin-top: 18rem;
    }
}
.woocommerce-account:not(.logged-in) .u-column1, .woocommerce-account:not(.logged-in) .u-column2 {
    max-width: 38rem;
}
@media (max-width: 575px) {
    .woocommerce-account:not(.logged-in) .u-column1, .woocommerce-account:not(.logged-in) .u-column2 {
        max-width: 100%;
    }
}
.woocommerce-account:not(.logged-in) .title {
    line-height: 1;
}
@media (max-width: 575px) {
    .woocommerce-account:not(.logged-in) .title {
        font-size: 3.2rem;
    }
    .woocommerce-account:not(.logged-in) .title br {
        display: none;
    }
}
.woocommerce-account:not(.logged-in) .lost_password a {
    color: #BE1521;
}
.page404 {
    height: 100vh;
}
.liteEditor .container {
    padding-top: 3rem;
}
.liteEditor .container a {
    color: #BE1521;
}
.woocommerce-breadcrumb {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: 800;
    font-size: 1.5rem;
    color: #BE1521;
}
.woocommerce-breadcrumb a {
    color: var(--breadcrumb-color);
    text-decoration: none;
}
.WrapFilter {
    padding-top: calc(13.4rem);
}
@media (max-width: 767px) {
    .WrapFilter {
        padding-top: 1.5rem;
    }
}
.bapf_sfilter {
    border-bottom: 0.3rem solid var(--style-1-color-3);
}
.bapf_head {
    overflow: hidden;
}
.bapf_head .bapf_hascolarr {
    margin-bottom: 1.7rem;
    margin-top: 1.7rem;
    padding-left: 1rem;
    padding-right: 3.5rem;
    cursor: pointer;
}
.bapf_sfilter {
    margin: 0;
}
.bapf_colaps_smb:before, .bapf_colaps_smb:after {
    content: '';
    display: block;
    width: 1.6rem;
    height: 0.13rem;
    background: var(--style-1-color-3);
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
}
.bapf_colaps_smb:after {
    transform: rotate(90deg);
}
.bapf_colaps_smb.fa-chevron-up:after {
    transform: rotate(0deg);
}
.bapf_body {
    padding-top: 1.5rem;
    padding-bottom: 4.5rem;
}
.bapf_body ul {
    padding-left: 1rem;
}
.bapf_slidr_all {
    padding-left: 2rem;
    padding-right: 2rem;
}
.bapf_slidr_all .bapf_from, .bapf_slidr_all .bapf_to {
    margin-bottom: 2rem;
}
.bapf_reset {
    width: 100%;
}
body .menu-catalog li {
    margin-bottom: 0.5rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
body .menu-catalog li ul {
    padding-left: 4.6rem !important;
}
body .menu-catalog a {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--filter-color-1);
}
body .menu-catalog a[aria-current="page"] {
    font-weight: 700;
}
body .menu-catalog a[aria-current="page"], body .menu-catalog a:hover {
    color: var(--filter-color-2);
}
body .bapf_hide_mobile {
    display: block !important;
}
.boxFilter {
    padding-right: 2.5rem;
}

.boxFilter .btn {
    justify-content: center !important;
}
@media (max-width: 767px) {
    .boxFilter {
        padding-right: 0rem !important;
    }
    .boxFilter .btn {
        padding: 1.5rem 1.5rem !important;
    }
    .boxFilter .title {
        margin-bottom: 3.5rem;
        font-weight: 800;
        padding-left: 2rem;
        padding-right: 2rem;
        color: var(--boxFilter-mob-title);
    }
    .boxFilter .title:after {
        margin-left: 1rem;
        margin-right: 1rem;
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid var(--boxFilter-mob-title);
    }
    .boxFilter a {
        font-size: 1.4rem;
    }
    .boxFilter .Wrap {
        overflow: auto;
        transition: all 0.5s ease;
        background-color: var(--style-1-color-2);
        position: fixed;
        left: -250px;
        top: 0;
        bottom: 0;
        width: 250px;
        z-index: 100;
    }
    .boxFilter .Wrap .menu-catalog {
        padding-left: 2rem;
    }
    .boxFilter .Wrap .sub-menu {
        padding-left: 2.5rem !important;
        margin-left: 0;
    }
    .boxFilter .Wrap ul {
        padding: 0.5rem;
        margin: 0;
    }
    .boxFilter .Wrap.active {
        left: 0;
    }
    .boxFilter .Wrap + .shadow {
        display: none;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        cursor: pointer;
    }
    .boxFilter .Wrap.active + .shadow {
        display: block;
    }
}



.border-table {
    border: 0.5rem solid var(--border-table-color-1);
    border-right: none;
}
.border-table .row {
    margin: 0;
}
.border-table .row > div {
    padding: 0;
}
.border-table .Wrap {
    max-width: 100%;
}

.border-table.style-2 {
    margin-top: 2rem;
}

@media (max-width: 575px) {
    .border-table {
        border: 0.3rem solid var(--border-table-color-1);
    }
}
.border-table .WrapDesc {
    border-right: 0.5rem solid var(--border-table-color-1);
    padding: 4.5rem 4rem;
    font-size: 1.8rem;
}
@media (max-width: 1199px) {
    .border-table .WrapDesc {
        padding: 1.5rem;
    }
}
@media (max-width: 575px) {
    .border-table .WrapDesc {
        border: none;
        border-bottom: 0.3rem solid var(--border-table-color-1);
    }
}
.border-table .WrapDesc .title {
    margin-bottom: 5.2rem;
}
@media (max-width: 575px) {
    .border-table .WrapDesc .title {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 575px) {
    .border-table .WrapDesc .desc {
        font-size: 1.5rem;
    }
}
.border-table .WrapAttr .Wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0.5rem solid var(--border-table-color-1);
}
@media (max-width: 575px) {
    .border-table .WrapAttr .Wrap {
        border-bottom: 0.3rem solid var(--border-table-color-1);
    }
}
.border-table .WrapAttr .Wrap.WrapAttrLast {
    min-height: 5.2rem;
    padding: 0.5rem 4rem;
    border-right: 0.5rem solid var(--border-table-color-1);
}
@media (max-width: 1199px) {
    .border-table .WrapAttr .Wrap.WrapAttrLast {
        padding: 0.5rem 2rem;
    }
}
@media (max-width: 575px) {
    .border-table .WrapAttr .Wrap.WrapAttrLast {
        border-right: 0.3rem solid var(--border-table-color-1);
        border-right: none;
    }
    .border-table .WrapAttr .Wrap.WrapAttrLast:first-child {
        border-right: 0.3rem solid var(--border-table-color-1);
    }
}
.border-table .WrapAttr .Wrap strong {
    margin: 0;
    margin-right: 2rem;
    text-transform: uppercase;
}
.border-table .WrapAttr .Wrap span {
    font-size: 1.8rem;
}
.border-table .WrapAttr .Wrap:last-child {
    border-bottom: none;
}



.form.style-1 {
    position: relative;
}
.form.style-1 .thanks {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--style-1-color-2);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    display: flex;
    align-items: center;
}
.form.style-1.send .thanks.send {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}
.form.style-1.error .thanks.error {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}
.form.style-1 input {
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 0.2rem solid var(--style-1-color-3);
    height: 4rem;
    width: 100%;
    color: #C3C2C2;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .form.style-1 input {
        font-size: 1.4rem;
        height: 3.8rem;
    }
}
.form.style-1 input::placeholder {
    color: var(--style-1-color-5);
}
.form.style-1 .wrap-input {
    margin-bottom: 1rem;
    position: relative;
}
.form.style-1 button {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 9.4rem;
    height: 4rem;
    background-color: rgba(0,0,0,0);
    background-image: url(img/arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
}
@media (max-width: 575px) {
    .form.style-1 button {
        width: 6.2rem;
        height: 3.8rem;
    }
}
.FormStyle.style-1 em {
    margin-bottom: 0.5rem;
    font-style: normal;
    font-size: 1.2rem;
}
.FormStyle.style-1 .row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}
.FormStyle.style-1 .row > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.FormStyle.style-1 p {
    margin: 0;
}
.FormStyle.style-1 label {
    display: none;
}
.FormStyle.style-1.onLabel label {
    display: block !important;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.FormStyle.style-1.onLabel label abbr {
    text-decoration: none;
}
.FormStyle.style-1 .form-row {
    margin-bottom: 1.2rem;
    display: block;
}
.wc-ukrposhta-up-fields label {
    /*margin-bottom: 0.2rem;*/
    display: none;
}
.FormStyle.style-1 input:not([type="checkbox"]), .FormStyle.style-1 select, .FormStyle.style-1 textarea, .input-text {
    display: block;
    height: 4rem;
    width: 100%;
    border: 0.5px solid var(--input-border-color);
    background-color: #fff;
    padding: 0 1.7rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: var(--input-text-color);
}
.FormStyle.style-1 textarea {
    height: 9rem;
}
.FormStyle.style-1 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
    font-size: 1.4rem;
}
.FormStyle.style-1 .select2-container--default .select2-selection--single {
    border: 0.5px solid var(--input-border-color);
    background-color: #fff;
    height: 4rem;
}
.FormStyle.style-1 .select2-selection__arrow {
    width: 4rem;
    height: 4rem;
}
.FormStyle.style-1 .select2-selection__arrow:before {
    content: '';
    z-index: 1;
    top: 0.6rem;
    bottom: 0.6rem;
    position: absolute;
    background-color: rgba(137,137,137,0.5);
    width: 0.25px;
}
.FormStyle.style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4rem;
}
.FormStyle.style-1 .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.4rem;
}
.FormStyle.style-1 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.7rem;
}
.FormStyle.style-2 label {
    margin-bottom: 0.8rem;
}
.FormStyle.style-2 input:not([type="checkbox"]) {
    background: rgba(255,255,255,0.1);
    border: 1px solid var(--style-1-color-12);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.06);
    border-radius: 0.8rem;
}
.FormStyle.style-2 p.woocommerce-form-row {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
}
.FormStyle.style-2 .btn {
    justify-content: center;
}
.FormStyle.style-2 .infoRegLink {
    margin-top: 2.4rem;
    text-align: center;
    font-size: 1.6rem;
}
.FormStyle.style-2 .infoRegLink a {
    color: #FEFEFE;
    font-weight: 600;
}
html.styleThemeWhite body .infoRegLink {
    font-size: 1.6rem;
    color: #524F4F;
}
html.styleThemeWhite body .infoRegLink a {
    font-weight: 600;
    color: #000001 !important;
}
.woocommerce-additional-fields h3, .woocommerce-additional-fields label {
    display: none;
}
.woocommerce-additional-fields span {
    display: block;
}
.woocommerce-additional-fields p {
    margin: 0;
}
.woocommerce-additional-fields textarea {
    display: block;
    height: 4rem;
    width: 100%;
    border: 0.5px solid var(--input-border-color);
    background-color: #fff;
    padding: 0 1.7rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: var(--input-text-color);
    height: 9rem;
    padding-top: 2rem;
}
.select2-results__options li {
    color: var(--input-text-color);
}
#billing_country_field {
    display: none;
}
[name="checkout"] #order_review table {
    display: none;
}
.password-input input + * {
    margin-top: 2rem;
}
.comments_template {
    background-color: var(--style-1-color-8);
}
.comments_template #wpdcom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 100% !important;
}
.comments_template #wpdcom .wpd-sbs-toggle {
    color: var(--comments-color-1) !important;
}
.comments_template #wpdcom .wpd-comment-header {
    color: var(--comments-color-1) !important;
}
.comments_template #wpdcom .wpd-thread-filter .wpdf-sorting {
    color: var(--comments-color-1) !important;
}
.comments_template #wpdcom .wpd-comment-text {
    color: var(--comments-color-2) !important;
}
.comments_template #wpdcom .wpd-comment-footer .wpd-reply-button {
    color: var(--comments-color-1) !important;
}
.comments_template #wpdcom .wpd-comment .wpd-reply-to {
    color: var(--comments-color-1) !important;
}
.comments_template #wpdcom .wpd-auth .wpd-login {
    color: var(--comments-color-1) !important;
}
.comments_template #wpdcom .wpd-auth .wpd-login a {
    color: #BE1521;
}
.comments_template #comments {
    width: 100%;
}
.comments_template .wpd-form-head {
    display: none !important;
}


.bapf_sfilter .fa-search {

}
.fa-search:before {
    content: "\f002";
    color: var(--headerWrap-border-color);
    font-size: 1.5rem;
}

body .bapf_srch.bapf_button_icon .bapf_input {
    border-radius: 0.8rem;
    //border: 1px solid var(--headerWrap-border-color);
    text-decoration: none !important;
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    padding: 1rem;
    height: 4rem;
}

body .bapf_srch .bapf_current_suggest {
    border-radius: 0.8rem;

}


body .bapf_srch .bapf_current_suggest a {
    font-weight: 400;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none !important;
}

body .bapf_sfilter.bapf_srch.bapf_button_icon {
    padding-left: 1rem;
    padding-right: 1rem;
}

.wpd-field-group-title {
    color: #fff;
}
#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating {
    display: flex;
    justify-content: space-between;
}

#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating .clearfix {
    display: none;
}

#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating {
   height: auto !important;
}

.WrapMainProducts .dDesc {
    margin: -1.5rem 0 1rem;
    padding: 1rem;
    font-size: 1.5rem;
}
.WrapMainProducts .dDesc p {
    margin: 0.5rem 0 0.5rem;
}

.wpd-custom-field.wpd-cf-rating {
    max-width: 26rem;
}
.star-rating {
    background: var(--headerWrap-border-color);
    padding: 0.5rem;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    margin-top:  0.5rem;
}
[data-style="styleThemeWhite"] .star-rating {
    color: #fff;
}

@media (max-width: 575px) {
    .star-rating {
        font-size: 1.2rem;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single {
    height: 4rem;
}

#shipping_method input {
    display: none;
}

#shipping_method label {
    margin-bottom: 1rem;
    display: block;
    cursor: pointer;
}

.WrapCart  #shipping_method [type="radio"] + label {
    position: relative;
    padding-left: 3rem;
}
.WrapCart  #shipping_method [type="radio"] + label:before,
.WrapCart #shipping_method [type="radio"] + label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.WrapCart  #shipping_method [type="radio"] + label:before {
    width: 2rem;
    height: 2rem;
    border: 0.2rem solid var(--style-1-color-3);
}
.WrapCart  #shipping_method [type="radio"] + label:after {
    width: 1rem;
    height: 1rem;
    left: 0.5rem;
}

.WrapCart [checked="checked"] + label:before {

}
.WrapCart [checked="checked"] + label:after {
    background: #fff;
}


@media (min-width: 576px) {
    .banner .wrapTitle {
        height: 100vh !important;
    }
    .banner .wrapTitle > * {
        height: 100%;
    }
    .banner .WrapImg {
        height: calc(100vh) !important;
    }
}
@media (max-width: 576px) {
    .banner .Wrap-fon > * {
        height: 50%;
    }

    .banner .WrapImg {
        height: calc(50vh) !important;
    }
    .banner .wrapTitle, .banner  .wrapTitle > .row.w100 {
        height: 100vh !important;
    }
    .banner  .wrapTitle > .row.w100 > * {
        height: calc(50vh) !important;
    }
    .banner .wrapTitle {
        padding-top: 0 !important;
    }
}

.title-style-banner span {
    display: inline !important;
}


.how_mach_bonus {
    padding: 1rem;
    display: block;
    background: red;
    text-align: center;
    margin: 1rem;
    color: #fff;
    position: absolute;
    top: 100%;
    margin: 10px 0 0;
}

.woocommerce-cart-notice {
    background: var(--style-1-color-8);
    padding: 3rem 2rem;
    margin-bottom: 2rem;
}
#computy-bonus-message-cart {
    background: var(--style-1-color-8);
    padding: 3rem 2rem;
}
.remove_points_form {
    margin-top: 1rem;
}


.computy_skidka_container .button {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 1.5rem;
}
.remove_points, .computy_skidka_container .button {
    background: #FFFFFF;
    border: 0.2rem solid #000000;
    height: 4rem;
    /*width: 11.6rem;*/
    font-size: 1.6rem;
    transition: all 0.5s ease;
}

.remove_points:hover, .computy_skidka_container .button:hover {
    color: #FFFFFF;
    cursor: pointer;
    background: #000000;
    border: 0.2rem solid #000000;
}

.computy_skidka_container p {
    margin: 0;
}
.fee {
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 0.3rem solid var(--style-1-color-3);
}
.fee div:first-child {
    /*border-bottom: 0.3rem solid var(--style-1-color-3);*/
    /*padding-bottom: 1rem;*/
    color: var(--style-1-color-9);
}
.fee div:last-child {

}
.fee div {
    margin-bottom: 1.5rem;
}
#bfw_remove_cart_point {
    border: none;
}

.wrapImage-parent{
    position: relative;
}

.wrapImage-parent .e-purchase-wrap{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1rem 1rem 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: .5rem;
    width: 100%;
    justify-content: flex-end;
}

.wrapImage-parent .e-purchase-wrap a{
    color: #000001;
    flex-direction: row-reverse;
    gap: 0;
}

@media (max-width: 576px) {
    .wrapImage-parent .e-purchase-wrap a span{
        padding-right: 5.5rem;
    }
}

@media (max-width: 476px) {
    .wrapImage-parent .e-purchase-wrap a span{
        background-color: var(--style-1-color-3);
        color: var(--style-1-color-2);
    }
}

.wrapImage-parent .e-purchase-wrap a span{
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}

.wrapImage-parent .e-purchase{
    justify-content: end;
    transition: all .3s linear;
}


.wrapImage-parent .e-purchase-wrap a:hover > span{
    opacity: 1;
}

.wrapImage-parent .e-purchase-wrap img{
    position: relative;
    z-index: 2;
}

.e-purchase-wrap .wrapImage{
    display: none;
}
.e-purchase a{
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: var(--style-1-color-5);
}

.e-purchase + .e-purchase{
    margin-top: 1rem;
}

.wrapImage-parent .e-purchase + .e-purchase{
    margin-top: 0;
}

@media (max-width: 575px) {
    .products .product .product-image{
        width: max-content;
    }
    .wrapImage-parent .e-purchase-wrap a span{
        font-size: 1.2rem;
    }
}

.e-purchase img{
    width: 3rem;
    height: 3rem;
    object-fit: cover;
}

.e-purchase.single img{
    border: .2rem solid var(--btn-style-1-color-2);
    padding: 0.5rem;
}

.page-product .e-purchase img{
    width: 2rem;
    height: 2rem;
}

.page-product .e-purchase-wrap{
    padding: 0 1rem 1rem 0;
}

@media (max-width: 476px) {
    .page-product .e-purchase img{
        width: 1.5rem;
        height: 1.5rem;
    }
    .e-purchase-wrap  img{
        width: 2rem;
        height: 2rem;
    }
}

@media (max-width: 440px) {
    .page-product .e-purchase-wrap,
    .wrapImage-parent .e-purchase-wrap{
        padding: 0 .5rem .5rem 0;
    }
    .page-product .e-purchase img{
        width: 2rem;
        height: 2rem;
    }
    /*.e-purchase-wrap  img{*/
    /*    width: 1.8rem;*/
    /*    height: 1.8rem;*/
    /*}*/
}

[cl-document] {
	display: none !important;
}


.cl-widget-f3593v3593 {
	display: none !important;
}

.single-person .list_person {
    display: block !important;
}

.single-person .pageGlobal figure {
    border: 2rem solid #fff;
    display: flex;
}
[data-style="styleThemeWhite"] .single-person .pageGlobal figure {
    border: 2rem solid #C4C2C2;
}

.menu-alphabet {
    margin-bottom: 3rem;
    font-size: 2rem;
}

.btn-alphabet {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--style-1-color-3);
    border: 1px solid var(--style-1-color-3);
    margin-top: calc(var(--bs-gutter-x)* .5);
}

.btn-alphabet:not([btn-step="0"]) {
    cursor: pointer;
}
.btn-alphabet[btn-step="0"] {
    opacity: .5;
}
.btn-alphabet:not([btn-step="0"]):hover, .btn-alphabet.active {
    color: var(--style-1-color-2);
    background: var(--style-1-color-3);
}
.persons-posts-wrapper, .menu-alphabet, .menu-alphabet * {
    transition: all 0.5s ease;
}
.loading {
    opacity: 0.5;
}

.persons-post-item {
    margin-bottom: 2rem;
}

.persons-title-1 {
    /*margin-bottom: 2rem !important;*/
}

.persons-title-2 {
    margin-bottom: 2rem !important;
    margin-top: 5rem;
    color: var(--style-1-color-3) !important;
}


.wpd-rating {
    display: none !important;
}

.term-description {
    margin-top: 6rem;
}


/* monocheckout-wrapper */

.monocheckout-wrapper a {
	width: 100% !important;
	text-align: center;
	background: #000;
	position: relative;
}

.monocheckout-wrapper a:before {
	content:'Оформити швидко через';
	position: absolute;
	left: 0;
	right: calc(50% + 10px);
	top:0;
	bottom: 0;
	z-index: 1;
	background: #000;
	align-items: center;
    justify-content: flex-end;
	display: flex;
	color: #fff;
	font-size: 12px;
}




@media(max-width: 576px) {
	.summary .quantity.box-input .input-text {
		padding: 0;
	}
	.monocheckout-wrapper a {
		overflow: hidden;
	}
	.monocheckout-wrapper a:before {
		    right: calc(50% - 10px);
	}
	
	.monocheckout-wrapper img {
		position: relative;
		left: 20px;
	}
}

