:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

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

abbr[data-original-title], abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: initial;
    color: #007bff;
    text-decoration: none
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: initial
}

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

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

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

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

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid #0000001a;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small, small {
    font-size: .875em;
    font-weight: 400
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: .875em
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

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

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

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

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

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

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

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

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

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

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

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.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-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.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-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .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-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .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-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .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-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .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-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .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-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .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-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .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-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

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

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #0003;
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.align-baseline {
    vertical-align: initial !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: initial !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem #00000026 !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: #0000;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: #00000080 !important
}

.text-white-50 {
    color: #ffffff80 !important
}

.text-hide {
    background-color: initial;
    border: 0;
    color: #0000;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.buy_animate {
    height: 100px;
    opacity: 0;
    position: fixed;
    right: calc(50% - 50px);
    top: calc(50% - 50px);
    visibility: hidden;
    width: 100px;
    z-index: 9999999
}

.add_cart_animate {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 99999 !important
}

.add_cart_animate > .section-header-notice {
    position: unset !important
}

.add_cart_animate_has_quicknav {
    position: fixed !important;
    top: 0 !important;
    width: calc(100% - 100px) !important;
    z-index: 99999 !important
}

.buy_animate_action {
    animation: buy_animation .7s linear forwards
}

@keyframes buy_animation {
    0% {
        opacity: 1;
        right: calc(50% - 50px);
        top: calc(50% - 50px);
        transform: scale(1);
        visibility: visible;
        z-index: 9999
    }
    to {
        opacity: 0;
        right: 0;
        top: 0;
        transform: scale(.2)
    }
}

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

ol, ul {
    list-style: none
}

a, a:hover {
    color: #000;
    text-decoration: none
}

button, button:focus {
    outline: none
}

body {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: #2f2f2f;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    word-break: break-word
}

.mb-20 {
    margin-bottom: 20px !important
}

.contour {
    display: flex
}

.left, .right {
    flex: 1
}

.hover-boder {
    position: relative
}

.hover-boder:after {
    border-bottom: 2px solid #5c5c5c;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s, opacity .3s;
    width: 100%
}

img.lazyload:not([src]) {
    display: block;
    visibility: hidden
}

.product_single_add .product_single_add_button {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: shakeMe;
    animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #d34a4a;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 18px;
    opacity: 1;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateZ(0);
    width: 100%
}

.product_single_add .product_single_add_button img {
    margin: -4px 0 0 6px
}

button {
    background-color: initial;
    border: none
}

.container {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 30px;
    width: 100%
}

.container--wide {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

.container--full {
    max-width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.container--normal {
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px
}

.container--narrower {
    max-width: 1200px;
    padding-left: 56px;
    padding-right: 56px
}

@media screen and (max-width: 1199px) {
    .container--narrower {
        max-width: 1480px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .container--full {
        padding-left: 0;
        padding-right: 0
    }

    .container--normal, .container--wide {
        padding-left: 15px;
        padding-right: 15px
    }

    .container--xs-full {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0
    }

    .container--xs-normal {
        padding-left: 15px;
        padding-right: 15px
    }
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.col-lg-1-5, .col-md-1-5, .col-sm-1-5, .col-xs-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.col-xs-1-5 {
    flex: 0 0 20%;
    max-width: 20%
}

.vogue-am {
    transition: all .2s linear
}

.vogue-am:hover {
    box-shadow: 0 15px 30px #0000001a;
    transform: translate3d(0, -2px, 0)
}

.overlap {
    box-shadow: 10px 10px 0 #0000001a
}

.vogue-mobile-text h5 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0
}

.vogue-mobile-text p {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.vogue-mobile-text a {
    border-radius: unset;
    margin: 10px 0
}

img {
    max-width: 100%
}

.blend-5 .item {
    background: gray;
    float: left;
    width: 25%
}

.blend-5 .item .product_item {
    margin-bottom: 0 !important
}

.blend-5 .item .product_details {
    min-height: 200px !important
}

.blend-5 .item:nth-child(5n+1) {
    width: 50%
}

.vogue-home-btn {
    background-color: #f3f2fd;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    outline: none;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none
}

.vogue-home-title {
    color: #222;
    font-size: 24px !important;
    font-weight: 700;
    letter-spacing: 1px !important;
    margin-bottom: 34px
}

.p-1-2d5 {
    padding: 0 2.5px
}

.p-1-5 {
    padding: 0 5px
}

.p-1-7d5 {
    padding: 0 7.5px
}

.p-1-10 {
    padding: 0 10px
}

.p-0-30 {
    padding: 0 30px
}

.p-0-24 {
    padding: 0 24px
}

.tinymce-content {
    text-align: left
}

.tinymce-content * {
    color: revert;
    font-size: revert;
    font-style: revert;
    font-weight: revert;
    line-height: revert;
    list-style-type: revert;
    margin: revert;
    max-width: 100%;
    padding: revert;
    text-align: revert;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    white-space: revert !important
}

.tinymce-content p:empty {
    height: 16px
}

.tinymce-content img, .tinymce-content video {
    height: auto !important;
    max-width: 100%
}

.tinymce-content img.lazyload.lazyload-placeholder, .tinymce-content img.lazyloading.lazyload-placeholder, .tinymce-content video.lazyload.lazyload-placeholder, .tinymce-content video.lazyloading.lazyload-placeholder {
    height: 300px !important
}

@media (max-width: 767px) {
    .overlap {
        box-shadow: 7px 7px 0 #0000001a
    }

    .vogue-am {
        padding: 0 !important
    }

    .vogue-am:hover {
        box-shadow: unset
    }

    .vogue-collections, .vogue-hotsales, .vogue-swiper, .vogue-video {
        margin-top: 15px
    }

    .vogue-collections, .vogue-hotsales, .vogue-swiper:first-of-type, .vogue-video {
        margin-top: 0 !important
    }

    .vogue-home-title {
        font-size: 18px !important;
        margin-bottom: 25px !important
    }

    #header .icon-menu {
        padding: 8px
    }

    #header .search {
        margin: 0
    }

    #header .search a {
        padding: 11px
    }

    #header .cart .main_button {
        left: 26px
    }

    #header .cart a {
        padding: 11px
    }
}

@media (min-width: 768px) {
    .p-md-0-80 {
        padding: 0 80px
    }

    .p-sm-0-30 {
        padding: 0 30px
    }

    .p-sm-1-5 {
        padding: 0 5px
    }

    .p-sm-1-2d5 {
        padding: 0 2.5px
    }

    .p-sm-1-7d5 {
        padding: 0 7.5px
    }

    .p-sm-1-10 {
        padding: 0 10px
    }

    .col-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .p-md-1-5 {
        padding: 0 5px
    }

    .p-md-1-2d5 {
        padding: 0 2.5px
    }

    .p-md-1-7d5 {
        padding: 0 7.5px
    }

    .p-md-1-10 {
        padding: 0 10px
    }

    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%
    }
}

@media (min-width: 1200px) {
    .p-lg-1-5 {
        padding: 0 5px
    }

    .p-lg-1-2d5 {
        padding: 0 2.5px
    }

    .p-lg-1-7d5 {
        padding: 0 7.5px
    }

    .p-lg-1-10 {
        padding: 0 10px
    }

    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.home-btn {
    --btn-bg-color: #000;
    --btn-color: #fff;
    border: 1px solid var(--btn-bg-color);
    color: var(--btn-color);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-width: 50%;
    outline: none;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    white-space: nowrap;
    z-index: 0
}

.home-btn:before {
    background-color: var(--btn-bg-color);
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% + 2px);
    left: -1px;
    position: absolute;
    right: 0;
    top: -1px;
    transform: scale(1);
    transform-origin: left center;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    width: calc(100% + 2px);
    z-index: -1
}

.home-btn:hover {
    background-color: unset;
    color: var(--btn-bg-color)
}

.home-btn:hover:before {
    transform: scaleX(0);
    transform-origin: right center
}

.home-btn--primary {
    border-color: var(--main-btn-bg);
    color: var(--main-btn-tx)
}

.home-btn--primary:before {
    background-color: var(--main-btn-bg)
}

.home-btn--primary:hover {
    color: var(--main-btn-bg)
}

.home-btn.loading {
    border-color: #ccc;
    color: #222;
    cursor: auto;
    overflow: hidden;
    position: relative
}

.home-btn.loading:before {
    background-color: #00000035;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.home-btn.loading:after {
    animation: spin 1s linear infinite;
    border: 2px solid #fff;
    border-radius: 50vh;
    border-top-color: #0000;
    content: "";
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
    z-index: 2
}

.home-btn.loading:hover {
    color: #222
}

.home-btn.loading:hover, .home-btn.loading:hover:before {
    transform: unset !important
}

.home-btn.disabled {
    background-color: #f6f6f6;
    border-color: #717171;
    color: #717171;
    cursor: not-allowed
}

.home-btn.disabled:before {
    background-color: #f6f6f6;
    transform: unset
}

.home-btn.disabled::hover {
    color: #717171
}

@media screen and (max-width: 767px) {
    .home-btn {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.button--loading {
    border-color: #ccc;
    color: #222;
    cursor: auto;
    overflow: hidden;
    position: relative
}

.button--loading:before {
    background-color: #00000035;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.button--loading:after {
    animation: spin 1s linear infinite;
    border: 2px solid #fff;
    border-radius: 50vh;
    border-top-color: #0000;
    content: "";
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
    z-index: 2
}

.button--loading:hover {
    color: #222
}

.button--loading:hover, .button--loading:hover:before {
    transform: unset !important
}

.el-message--error, .el-message--success {
    z-index: 9001 !important
}

.container.breadcrumb-page + div .custome-page.pagesbody > header {
    margin-top: 0
}

.footer_list_item .foot-copyright-note ul, .footer_list_item .footer-customer-content ul, .footer_list_item .footer_nav_items.footer-image-text ul, .rich_text .rich_text_content ul, .vogue-imagetext--left .right-text .subtext ul, .vogue-imagetext--right .right-text .subtext ul {
    list-style: disc;
    padding: revert
}

.footer_list_item .foot-copyright-note ol ul, .footer_list_item .foot-copyright-note ul ul, .footer_list_item .footer-customer-content ol ul, .footer_list_item .footer-customer-content ul ul, .footer_list_item .footer_nav_items.footer-image-text ol ul, .footer_list_item .footer_nav_items.footer-image-text ul ul, .rich_text .rich_text_content ol ul, .rich_text .rich_text_content ul ul, .vogue-imagetext--left .right-text .subtext ol ul, .vogue-imagetext--left .right-text .subtext ul ul, .vogue-imagetext--right .right-text .subtext ol ul, .vogue-imagetext--right .right-text .subtext ul ul {
    list-style: circle
}

.footer_list_item .foot-copyright-note ol ol ul, .footer_list_item .foot-copyright-note ol ul ul, .footer_list_item .foot-copyright-note ul ol ul, .footer_list_item .foot-copyright-note ul ul ul, .footer_list_item .footer-customer-content ol ol ul, .footer_list_item .footer-customer-content ol ul ul, .footer_list_item .footer-customer-content ul ol ul, .footer_list_item .footer-customer-content ul ul ul, .footer_list_item .footer_nav_items.footer-image-text ol ol ul, .footer_list_item .footer_nav_items.footer-image-text ol ul ul, .footer_list_item .footer_nav_items.footer-image-text ul ol ul, .footer_list_item .footer_nav_items.footer-image-text ul ul ul, .rich_text .rich_text_content ol ol ul, .rich_text .rich_text_content ol ul ul, .rich_text .rich_text_content ul ol ul, .rich_text .rich_text_content ul ul ul, .vogue-imagetext--left .right-text .subtext ol ol ul, .vogue-imagetext--left .right-text .subtext ol ul ul, .vogue-imagetext--left .right-text .subtext ul ol ul, .vogue-imagetext--left .right-text .subtext ul ul ul, .vogue-imagetext--right .right-text .subtext ol ol ul, .vogue-imagetext--right .right-text .subtext ol ul ul, .vogue-imagetext--right .right-text .subtext ul ol ul, .vogue-imagetext--right .right-text .subtext ul ul ul {
    list-style: square
}

.footer_list_item .foot-copyright-note ol, .footer_list_item .footer-customer-content ol, .footer_list_item .footer_nav_items.footer-image-text ol, .rich_text .rich_text_content ol, .vogue-imagetext--left .right-text .subtext ol, .vogue-imagetext--right .right-text .subtext ol {
    list-style: decimal;
    padding: revert
}

.product-template-section .container .productDescriptionWrap .product-description.default_css ol li, .product-template-section .container .productDescriptionWrap .product-description.default_css ul li {
    list-style: unset
}

.product-template-section .container .productDescriptionWrap .product-description.default_css ol ul, .product-template-section .container .productDescriptionWrap .product-description.default_css ul ul {
    list-style: circle
}

.product-template-section .container .productDescriptionWrap .product-description.default_css ol ol ul, .product-template-section .container .productDescriptionWrap .product-description.default_css ol ul ul, .product-template-section .container .productDescriptionWrap .product-description.default_css ul ol ul, .product-template-section .container .productDescriptionWrap .product-description.default_css ul ul ul {
    list-style: square
}

.icon__arrow-right:before {
    display: inline-block;
    transform: rotate(90deg)
}

.icon__arrow-left:before {
    display: inline-block;
    transform: rotate(-90deg)
}

.header-cart__button {
    display: inline-block;
    position: relative
}

.header-cart__button i {
    font-size: 25px;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .header-cart__button {
        padding: 0 !important
    }

    .header-cart__button i {
        font-size: 18px;
        padding: 11px
    }
}

v-drawer-cart {
    display: none
}

.drawer-menu {
    text-align: left
}

.drawer-menu__menu-icon {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding-right: 15px
}

@media screen and (max-width: 767px) {
    .drawer-menu {
        font-size: 24px;
        padding: 8px
    }
}

v-drawer-menu .drawer-menu__content {
    display: none
}

.section-header.header_wide_screen .container {
    max-width: unset !important
}

.section-header {
    background-color: #fff;
    line-height: 0px
}

.section-header .site-header {
    --logoImgHeight: 71px;
    background-color: #fff;
    box-shadow: 0 1px 0 0 #e3e3e3 !important;
    position: relative;
    z-index: 1010
}

.section-header .site-header .header-scrolltext--left--wide, .section-header .site-header .header-top > .header-mega-menu {
    display: none !important
}

.section-header .site-header .header-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 54px;
    text-align: center;
    width: 100%
}

.section-header .site-header .header-top .header-logo {
    display: inline-block;
    font-size: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.section-header .site-header .header-top .header-logo a span {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis
}

.section-header .site-header .header-top .header-logo a img {
    display: block;
    height: auto
}

.section-header .site-header .header-top .header-left, .section-header .site-header .header-top .header-right {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    padding: 0
}

.section-header .site-header .header-top .header-left {
    justify-content: flex-start;
    text-align: left
}

.section-header .site-header .header-top .header-left .menu {
    cursor: pointer;
    font-weight: 600;
    line-height: 1
}

.section-header .site-header .header-top .header-left .menu span {
    font-size: 24px;
    padding-right: 15px
}

.section-header .site-header .header-top .header-left > :not(:first-child) {
    padding: 0 15px 0 0
}

.section-header .site-header .header-top .header-left > .langs_div_class {
    height: unset
}

.section-header .site-header .header-top .header-right {
    justify-content: flex-end
}

.section-header .site-header .header-top .header-right > div {
    display: inline-block
}

@media screen and (min-width: 768px) {
    .section-header .site-header .header-top .header-right > div {
        padding-right: 20px
    }
}

.section-header .site-header .header-top .header-right > div > a {
    font-size: 20px;
    font-weight: 600
}

.section-header .site-header .header-top .header-right > .langs_div_class, .section-header .site-header .header-top .header-right > .selectpricewrap {
    display: none
}

.section-header .site-header .header-top .header-right > .langs_div_class {
    height: unset
}

.section-header .site-header .text-md-center > ul > li .no-sidebar {
    height: 71px !important;
    line-height: 71px !important
}

.section-header .site-header .header-mega-menu {
    background: #fff
}

.section-header .site-header .header-mega-menu > ul {
    min-height: 38px
}

.section-header .site-header .header-mega-menu > ul > li {
    display: inline-block;
    max-width: 100%
}

.section-header .site-header .header-mega-menu > ul > li .line {
    border: 0;
    border-top: 1px solid #e3e3e3;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    width: 100%
}

.section-header .site-header .header-mega-menu > ul > li:hover > .second-menu {
    opacity: 1;
    visibility: visible
}

.section-header .site-header .header-mega-menu > ul > li .iconfont.icon-zhankai {
    display: none
}

.section-header .site-header .header-mega-menu > ul > li > a {
    display: inline-block;
    font-size: 16px;
    height: var(--logoImgHeight);
    line-height: var(--logoImgHeight);
    margin: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.section-header .site-header .header-mega-menu > ul > li .no-sidebar {
    position: relative
}

.section-header .site-header .header-mega-menu > ul > li .no-sidebar .no-sidebar-top {
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: -20px;
    width: 100%
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu {
    -ms-overflow-style: none;
    align-items: flex-start;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    font-size: 15px;
    height: auto;
    justify-content: space-evenly;
    left: 0;
    max-height: 70vh;
    opacity: 0;
    overflow: auto;
    padding: 0 calc(50% - 745px);
    position: absolute;
    scrollbar-width: none;
    transition: opacity .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 100
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu::-webkit-scrollbar {
    display: none
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu .menu-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 0 30px;
    width: 100%
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu .mega-menu {
    flex-wrap: nowrap
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li {
    margin: 30px 40px;
    text-align: left
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li .name {
    line-height: 16px;
    margin-bottom: -5px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    opacity: .4
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li > .child_class:last-child, .section-header .site-header .header-mega-menu > ul > li > .second-menu li > div:first-child a {
    margin-top: 0
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li > .second a {
    display: inline-block;
    height: 20px;
    line-height: 16px;
    margin-top: 20px;
    position: relative
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li > .second a .second_mage span {
    font-size: 16px;
    line-height: 16px
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li > .second a .menu-tag {
    opacity: 1 !important;
    position: absolute
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li .child_class {
    line-height: 18px;
    padding-left: 9px;
    text-align: left
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li .child_class a {
    display: inline-block;
    font-size: 14px;
    height: 18px;
    line-height: 16px;
    margin-top: 12px;
    position: relative
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li .child_class .menu-tag {
    position: absolute
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu li .child_class > .child_class {
    padding-left: 9px
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu .template__Img {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    width: 300px
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu .template__Img a {
    display: inline-block;
    padding-bottom: 0 !important
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu .template__Img a img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    vertical-align: unset;
    width: 300px
}

.section-header .site-header .header-mega-menu > ul > li > .second-menu .template__Img p {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.section-header ws-extension-point {
    line-height: 1
}

.section-header-notice {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.section-header-notice > a {
    display: inline-block;
    max-height: 70px;
    overflow: hidden;
    width: 100%
}

.section-header-notice > a > div {
    font-size: 13px;
    line-height: 20.8px
}

.section-header-notice .header__title {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fixed--show {
    display: none
}

.fixed .fixed--show {
    display: block
}

@media screen and (max-width: 1160px) {
    .section-header .section-header-notice > a > div {
        font-size: 12px;
        line-height: 19.8px
    }
}

@media screen and (min-width: 768px) {
    .section-header .site-header .header-top, .section-header .site-header .header-top-pc {
        min-height: 71px
    }

    .section-header .site-header .header-left > :nth-child(2) {
        padding-left: 0
    }

    .section-header .site-header .text-md-center > ul > li > a {
        height: 38px !important;
        line-height: 38px !important
    }

    .section-header .site-header.site-header--sidebar .header-scrolltext--left--wide, .section-header .site-header.site-header--sidebar .header-top > .header-mega-menu {
        display: none !important
    }

    .section-header .site-header.site-header--sidebar .header-top .header-left .menu {
        display: inline-block !important
    }

    .section-header .site-header.site-header--sidebar .header-top .header-left .menu span {
        font-size: 30px
    }

    .section-header .site-header.site-header--sidebar .header-top .header-left > .langs_div_class, .section-header .site-header.site-header--sidebar .header-top .header-left > .selectpricewrap {
        display: none
    }

    .section-header .site-header.site-header--sidebar .header-top .header-right .langs_div_class, .section-header .site-header.site-header--sidebar .header-top .header-right .selectpricewrap {
        display: inline-block
    }

    .section-header .site-header.site-header--sidebar > .header-mega-menu {
        display: none !important
    }

    .section-header .site-header.site-header--left .header-scrolltext--left--wide, .section-header .site-header.site-header--wide .header-scrolltext--left--wide {
        display: block !important
    }

    .section-header .site-header.site-header--left .header-scrolltext--left--wide .scrollText, .section-header .site-header.site-header--wide .header-scrolltext--left--wide .scrollText {
        border-bottom: 1px solid #e3e3e3;
        height: 45px;
        line-height: 45px
    }

    .section-header .site-header.site-header--left .header-top .header-left, .section-header .site-header.site-header--wide .header-top .header-left {
        display: none
    }

    .section-header .site-header.site-header--left .header-top .header-right .langs_div_class, .section-header .site-header.site-header--left .header-top .header-right .selectpricewrap, .section-header .site-header.site-header--wide .header-top .header-right .langs_div_class, .section-header .site-header.site-header--wide .header-top .header-right .selectpricewrap {
        display: inline-block
    }

    .section-header .site-header.site-header--left .header-top > .header-mega-menu, .section-header .site-header.site-header--wide .header-top > .header-mega-menu {
        align-items: center;
        display: flex !important;
        justify-content: flex-start;
        min-width: 10%
    }

    .section-header .site-header.site-header--left .header-top > .header-mega-menu > ul, .section-header .site-header.site-header--wide .header-top > .header-mega-menu > ul {
        margin: unset;
        padding-left: 0;
        width: unset
    }

    .section-header .site-header.site-header--left > .header-mega-menu, .section-header .site-header.site-header--wide > .header-mega-menu {
        display: none !important
    }

    .section-header .site-header.site-header--left .header-top .header-logo {
        align-items: center;
        display: flex;
        left: unset !important;
        position: unset !important;
        top: unset !important;
        transform: unset !important
    }

    .section-header .site-header.site-header--left .header-top > .header-mega-menu {
        flex: 1 0 auto
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-header .site-header .header-mega-menu > ul, .section-header .site-header .header-mega-menu > ul > li {
        display: inline-block
    }

    .section-header .site-header .header-mega-menu > ul > li > a {
        display: inline-block;
        height: 71px;
        line-height: 71px;
        padding: 0 15px
    }

    .section-header .site-header .header-mega-menu > ul > li .no-sidebar .no-sidebar-top {
        margin: 0 -15px
    }
}

@media screen and (max-width: 767px) {
    .xs-over-hidden {
        overflow: hidden !important
    }

    .section-header .site-header .header-top {
        max-height: 54px !important;
        padding: 0
    }

    .section-header .site-header .header-top .header-logo {
        font-size: 20px;
        max-width: 40%
    }

    .section-header .site-header .header-top .header-logo a {
        line-height: unset
    }

    .section-header .site-header .header-top .header-logo a img {
        height: 100%;
        max-height: 41px;
        object-fit: contain;
        width: 100%
    }

    .section-header .site-header .header-top .header-left {
        padding-left: unset
    }

    .section-header .site-header .header-top .header-left .selectpricewrap, .section-header .site-header .header-top .header-left .vogueLangs {
        display: none
    }

    .section-header .site-header .header-top .header-right {
        font-size: 12px
    }

    .section-header .site-header .header-top .header-right > div > a {
        font-size: 18px
    }

    .section-header .site-header .header-top .header-right > div:last-child {
        padding-right: 5px
    }

    .section-header .site-header .header-top .header-right > .cart > span {
        left: 10px
    }

    .section-header .site-header .header-top .header-right > .cart > .big_num {
        left: 1px
    }

    .section-header .site-header .header-top .header-right .search {
        margin-right: 15px
    }

    .section-header .site-header .header-top .header-right .account, .section-header .site-header .header-top .header-right .vogueLangs, .section-header .site-header .header-top .header-right > .selectpricewrap {
        display: none
    }

    .section-header .site-header .text-md-center > ul > li .no-sidebar {
        height: 38px !important;
        line-height: 38px !important
    }

    .section-header .site-header .header-mega-menu--mb_active:before {
        background-color: #0006;
        content: "";
        display: block;
        height: 100vh;
        position: absolute;
        width: 100%;
        z-index: -1
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb {
        padding: 0 !important;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 101
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul {
        height: 36px;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        white-space: nowrap
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > a {
        align-items: center;
        display: inline-flex;
        font-size: 14px;
        font-weight: 400;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
        padding: 0 10px
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > a .menu-title {
        max-width: min(100vw -50px, 100%);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > a:after {
        display: none
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li .no-sidebar .no-sidebar-top {
        position: unset !important
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li .iconfont.icon-zhankai {
        display: inline-block;
        font-size: 20px;
        height: 36px;
        margin-left: 4px;
        margin-right: -4px;
        transition: all .2s;
        vertical-align: bottom;
        width: 20px
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > .second-menu {
        box-shadow: none;
        justify-content: left;
        max-height: 0;
        overflow-y: auto;
        transition: all 0s
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > .second-menu .template__Img {
        display: none
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > .second-menu > li {
        margin: 10px 0;
        padding: 0 20px;
        white-space: normal;
        width: 100%
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > .second-menu > li .second {
        line-height: 20px;
        padding-top: 8px
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > .second-menu > li .second > a {
        padding-bottom: 0
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > .second-menu > li .child_class {
        padding-left: 16px
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul li > .second-menu > li .child_class > a {
        line-height: 20px;
        margin: 8px 0
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul .mb-show-menu--active > a {
        color: var(--main-btn-bg) !important
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul .mb-show-menu--active .iconfont.icon-zhankai {
        transform: rotate(180deg)
    }

    .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul .mb-show-menu--active + ul, .section-header .site-header .header-mega-menu.header-mega-menu--mb > ul .mb-show-menu--active > .second-menu {
        display: grid;
        max-height: 400px;
        transition: max-height 1s
    }
}

.site-header .header-top-pc .header-right > .header-logo.in-document-stream {
    display: none !important
}

.site-header .header-top-pc .header-logo.out-document-stream {
    display: block;
    left: -50%;
    position: relative;
    visibility: hidden;
    width: 0
}

.site-header .header-top-pc .wide-container {
    display: none
}

.site-header .header-top-pc.title .header-logo.in-document-stream a > span {
    line-height: 1.5;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .header_wide_screen .site-header.site-header--left, .header_wide_screen .site-header.site-header--wide {
        --header-max-width: 100vw
    }

    .site-header {
        --header-max-width: 1480px;
        --header-edge-gap: 30px;
        --header-min-height: 71px
    }

    .site-header .header-top-pc.logo {
        padding: 2.5px 0
    }

    .site-header > .header-mega-menu, .site-header > .header-mega-menu > .container, .site-header > .header-mega-menu > .header_wide_screen {
        background-color: #0000 !important
    }

    .site-header.site-header--sidebar .header-top-pc.title .header-right {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .site-header.site-header--left {
        display: flex !important;
        flex-direction: column
    }

    .site-header.site-header--left > .container {
        position: relative
    }

    .site-header.site-header--left .header-top-pc {
        display: inline-block !important
    }

    .site-header.site-header--left .header-top-pc > .header-logo.out-document-stream {
        display: none
    }

    .site-header.site-header--left .header-top-pc .header-logo.in-document-stream {
        float: left;
        height: -webkit-max-content;
        height: max-content;
        max-width: 50%;
        min-height: 71px;
        visibility: hidden
    }

    .site-header.site-header--left .header-top-pc .header-logo.out-document-stream {
        max-width: calc(50vw - var(--header-edge-gap));
        min-height: 71px;
        visibility: hidden;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .site-header.site-header--left .header-top-pc .header-logo.out-document-stream span {
        line-height: 1.5;
        overflow: hidden
    }

    .site-header.site-header--left .header-top-pc .header-right {
        float: right;
        height: -webkit-max-content;
        height: max-content;
        width: calc(120px + var(--select-price-width) + var(--select-lang-width))
    }

    .site-header.site-header--left .header-top-pc .header-right .header-logo.in-document-stream {
        display: block !important;
        height: -webkit-max-content;
        height: max-content;
        padding: 0;
        visibility: hidden;
        width: 0
    }

    .site-header.site-header--left .header-top-pc .header-mega-menu {
        --logoImgHeight: 71px;
        background: #0000;
        float: left;
        max-width: 100%;
        visibility: hidden
    }

    .site-header.site-header--left .header-top-pc .header-mega-menu > ul {
        max-width: calc(100vw - var(--header-edge-gap) * 2) !important;
        padding: 0
    }

    .site-header.site-header--left .header-top-pc .header-mega-menu > ul > li > a {
        padding: 0 !important
    }

    .site-header.site-header--left .header-top-pc.title .header-right > .header-logo.in-document-stream, .site-header.site-header--left .header-top-pc.title > .header-logo.in-document-stream {
        max-height: var(--header-min-height)
    }

    .site-header.site-header--left > .header-mega-menu {
        background-color: #0000 !important;
        display: none !important
    }

    .site-header.site-header--left > .header-mega-menu > ul {
        background-color: #0000 !important;
        max-width: calc(var(--header-max-width) - var(--header-edge-gap) * 2) !important;
        padding: 0
    }

    .site-header.site-header--left > .header-mega-menu > ul > li > a {
        padding: 0 !important
    }

    .site-header.site-header--left.menu-overflow .header-top-pc .header-left {
        display: flex !important;
        height: inherit;
        height: var(--logoImgHeight);
        position: absolute;
        width: -webkit-max-content;
        width: max-content
    }

    .site-header.site-header--left.menu-overflow .header-top-pc .header-logo.in-document-stream {
        visibility: hidden
    }

    .site-header.site-header--left.menu-overflow .header-top-pc .header-logo.out-document-stream {
        display: flex !important;
        height: auto;
        left: 50% !important;
        position: absolute !important;
        transform: translateX(-50%) !important;
        visibility: visible
    }

    .site-header.site-header--left.menu-overflow .header-top-pc .header-right .langs_div_class, .site-header.site-header--left.menu-overflow .header-top-pc .header-right > .selectpricewrap {
        visibility: hidden
    }

    .site-header.site-header--left.menu-overflow .header-top-pc .header-mega-menu {
        --logoImgHeight: 71px;
        visibility: hidden
    }

    .site-header.site-header--left.menu-overflow .header-top-pc .header-mega-menu > ul {
        padding: 0
    }

    .site-header.site-header--left.menu-overflow .header-top-pc .header-mega-menu > ul > li {
        line-height: var(--header-min-height);
        max-height: var(--header-min-height);
        vertical-align: top
    }

    .site-header.site-header--left.menu-overflow > .header-mega-menu {
        display: block !important;
        position: absolute;
        top: calc(var(--logoImgHeight) + var(--header-top-gap));
        width: 100%
    }

    .site-header.site-header--left.menu-overflow.logo {
        --logoImgHeight: unset;
        --header-top-gap: 5px
    }

    .site-header.site-header--left.menu-overflow.title {
        --header-top-gap: 0px
    }

    .site-header.site-header--left.no-menu-overflow.logo {
        --logoImgHeight: unset
    }

    .site-header.site-header--left.no-menu-overflow .header-top-pc {
        --menuHeight: var(--logoImgHeight)
    }

    .site-header.site-header--left.no-menu-overflow .header-top-pc .header-logo.in-document-stream {
        visibility: hidden
    }

    .site-header.site-header--left.no-menu-overflow .header-top-pc .header-logo.out-document-stream {
        display: flex !important;
        height: auto;
        left: 30px !important;
        position: absolute !important;
        visibility: visible
    }

    .site-header.site-header--left.no-menu-overflow .header-top-pc .header-mega-menu {
        --logoImgHeight: inherit;
        visibility: visible
    }

    .site-header.site-header--left.no-menu-overflow .header-top-pc .header-mega-menu > .container, .site-header.site-header--left.no-menu-overflow .header-top-pc .header-mega-menu > .header_wide_screen {
        background-color: #0000 !important
    }

    .site-header.site-header--left.no-menu-overflow .header-top-pc .header-mega-menu > .header_wide_screen > li > a {
        height: var(--menuHeight) !important;
        line-height: var(--menuHeight) !important
    }

    .site-header.site-header--wide > .container {
        position: relative
    }

    .site-header.site-header--wide .header-top-pc {
        display: inline-block
    }

    .site-header.site-header--wide .header-top-pc .header-logo.in-document-stream {
        visibility: hidden
    }

    .site-header.site-header--wide .header-top-pc .header-logo.out-document-stream {
        align-items: center;
        display: flex;
        left: 50%;
        line-height: 1.5;
        max-width: calc(50vw - var(--header-edge-gap));
        min-height: var(--header-min-height);
        overflow: hidden;
        position: absolute;
        visibility: visible;
        width: auto
    }

    .site-header.site-header--wide .header-top-pc .header-right {
        min-height: var(--header-min-height);
        position: absolute;
        right: var(--header-edge-gap);
        visibility: hidden
    }

    .site-header.site-header--wide .header-top-pc .header-right .header-logo.in-document-stream {
        display: block !important;
        height: -webkit-max-content;
        height: max-content;
        left: 0;
        padding: 0;
        transform: none;
        visibility: hidden;
        width: 0
    }

    .site-header.site-header--wide .header-top-pc .wide-container {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        float: right;
        min-height: var(--header-min-height)
    }

    .site-header.site-header--wide .header-top-pc .wide-container .half-wide {
        min-width: calc(var(--header-max-width) / 2 - var(--header-edge-gap))
    }

    .site-header.site-header--wide .header-top-pc .wide-container.title-logo {
        height: var(--header-min-height)
    }

    .site-header.site-header--wide .header-top-pc .wide-container.title-logo .header-logo.in-document-stream {
        display: grid;
        left: 0;
        max-width: calc(25vw - var(--header-edge-gap) / 2);
        overflow: hidden;
        position: relative;
        transform: none
    }

    .site-header.site-header--wide .header-top-pc .wide-container.title-logo .header-logo.in-document-stream > div {
        --cont-width: 0px;
        --cont-left: 50%;
        display: block;
        line-height: 1.5;
        overflow: hidden;
        visibility: hidden;
        width: -webkit-max-content;
        width: max-content;
        writing-mode: tb-rl
    }

    .site-header.site-header--wide .header-top-pc .wide-container.title-logo .header-logo.in-document-stream > div > span {
        display: block;
        width: 0;
        writing-mode: tb-rl
    }

    .site-header.site-header--wide .header-top-pc .wide-container.title-logo .header-logo.in-document-stream > div:before {
        content: attr(data-text);
        display: inline-block;
        padding-left: var(--cont-left);
        width: var(--cont-width)
    }

    .site-header.site-header--wide .header-top-pc .wide-container.image-logo {
        left: 0;
        transform: none;
        visibility: visible
    }

    .site-header.site-header--wide .header-top-pc .wide-container.image-logo .header-logo.in-document-stream {
        display: block;
        left: unset;
        position: relative;
        transform: unset
    }

    .site-header.site-header--wide .header-top-pc .wide-container.image-logo .header-logo.in-document-stream .title_font2.menu_icon_color {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        max-width: calc(min(var(--max-logo-width), 100%) / 2)
    }

    .site-header.site-header--wide .header-top-pc .wide-container.image-logo .header-logo.in-document-stream .header-logo-img {
        width: 100%
    }

    .site-header.site-header--wide .header-top-pc .header-mega-menu {
        --logoImgHeight: var(--header-min-height);
        background: #0000;
        display: block !important;
        float: left;
        max-width: 100%;
        visibility: hidden
    }

    .site-header.site-header--wide .header-top-pc .header-mega-menu > ul {
        background: #0000 !important;
        padding: 0
    }

    .site-header.site-header--wide .header-top-pc.title .header-right {
        max-height: var(--header-min-height)
    }

    .site-header.site-header--wide.menu-overflow .header-top-pc .header-left {
        display: flex !important;
        height: inherit;
        height: var(--logoImgHeight);
        position: absolute;
        width: -webkit-max-content;
        width: max-content
    }

    .site-header.site-header--wide.menu-overflow .header-top-pc .header-right {
        visibility: visible
    }

    .site-header.site-header--wide.menu-overflow .header-top-pc .header-right .langs_div_class, .site-header.site-header--wide.menu-overflow .header-top-pc .header-right > .selectpricewrap {
        visibility: hidden
    }

    .site-header.site-header--wide.menu-overflow .header-top-pc .header-right .header-logo.in-document-stream {
        position: relative
    }

    .site-header.site-header--wide.menu-overflow .header-top-pc .header-mega-menu {
        --logoImgHeight: var(--header-min-height);
        visibility: hidden
    }

    .site-header.site-header--wide.menu-overflow .header-top-pc .header-mega-menu > ul {
        padding: 0
    }

    .site-header.site-header--wide.menu-overflow .header-top-pc .header-mega-menu > ul > li {
        line-height: var(--header-min-height);
        max-height: var(--header-min-height);
        vertical-align: top
    }

    .site-header.site-header--wide.menu-overflow > .header-mega-menu {
        display: block !important;
        position: absolute;
        top: calc(var(--logoImgHeight) + var(--header-top-gap));
        width: 100%
    }

    .site-header.site-header--wide.menu-overflow.logo {
        --logoImgHeight: unset;
        --header-top-gap: 5px
    }

    .site-header.site-header--wide.menu-overflow.title {
        --header-top-gap: 0px
    }

    .site-header.site-header--wide.no-menu-overflow.logo {
        --logoImgHeight: unset
    }

    .site-header.site-header--wide.no-menu-overflow .header-top-pc {
        --menuHeight: var(--logoImgHeight)
    }

    .site-header.site-header--wide.no-menu-overflow .header-top-pc .header-mega-menu, .site-header.site-header--wide.no-menu-overflow .header-top-pc .header-right {
        visibility: visible
    }

    .site-header.site-header--wide.no-menu-overflow .header-top-pc .header-right .header-logo.in-document-stream {
        position: relative
    }

    .site-header.site-header--wide.no-menu-overflow .header-top-pc .header-mega-menu > .header_wide_screen {
        background-color: #0000 !important
    }

    .site-header.site-header--wide.no-menu-overflow .header-top-pc .header-mega-menu > .header_wide_screen > li > a {
        height: var(--menuHeight) !important;
        line-height: var(--menuHeight) !important
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .site-header--left .header-top-pc .header-logo.in-document-stream {
        max-width: 40%
    }

    .site-header.site-header--left.menu-overflow .header-top-pc .header-logo.out-document-stream {
        max-width: calc(40% - var(--header-edge-gap) * 2 * 2 / 5)
    }

    .site-header.site-header--wide .header-top-pc > .header-logo.out-document-stream {
        max-width: calc(40vw - var(--header-edge-gap) * 4 / 5)
    }

    .site-header.site-header--wide .header-top-pc .wide-container.title-logo .header-logo.in-document-stream {
        max-width: calc(20vw - var(--header-edge-gap) / 2 * 4 / 5)
    }
}

.section-foot {
    background: #fff;
    font-family: var(--text-font-family)
}

.section-foot .section-foot-bg {
    background-color: #ffefed
}

.section-foot .section-foot-bg .section-foot-main {
    padding-bottom: 66px;
    padding-top: 71px
}

.section-foot .section-foot-bg .section-foot-main .copyright div p a, .section-foot .section-foot-bg .section-foot-main .footer_nav_items p a, .section-foot .section-foot-bg .section-foot-main .footer_nav p a {
    text-decoration: underline
}

.section-foot .section-foot-bg .section-foot-main .footer-modules {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item {
    font-size: 14px;
    vertical-align: top
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.65;
    margin-bottom: 20px
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_items {
    line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_items .footer_nav_item {
    line-height: 1.5;
    list-style: none;
    margin-bottom: 12px;
    width: 100%
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_items .footer_nav_item a {
    color: #000
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_items .footer_nav_item a:hover {
    opacity: .7
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item .foot-copyright-note img, .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer-customer-content img, .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer-image-text img {
    height: auto;
    object-fit: cover
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item.footer_info .footer_nav, .section-foot .section-foot-bg .section-foot-main .footer_list_item.footer_info .footer_nav_title {
    margin-top: 0
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item.footer_info .foot_info {
    line-height: 1.5
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item.footer_info img {
    margin: 0 !important
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item.footer_info * {
    margin-top: 12px
}

.section-foot .section-foot-bg .section-foot-main .footer_list_item.footer_info a {
    display: block;
    float: left;
    margin-right: 8px;
    text-align: center;
    width: -webkit-max-content;
    width: max-content
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe .footer_nav > .footer_nav_title {
    margin-bottom: 12px
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe .subscribe-form {
    margin-top: 12px
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe .subscribe-form form {
    display: flex;
    flex-wrap: wrap
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe .subscribe-form input {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #1e0909;
    display: inline-block;
    flex: 1;
    font-weight: 400;
    padding: 0 11px
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe .subscribe-form button {
    background-color: #d34a4a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    height: 44px;
    letter-spacing: 1px;
    line-height: 22px;
    min-width: 140px;
    padding: 12px 24px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe .foot-subscribe__custom-bg .subcribe-form__finish {
    background: #d8eee5;
    padding: 8px 12px
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe .footer_subscribe_share {
    margin-top: 12px
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe .footer_subscribe_share > a {
    display: block;
    float: left;
    margin-right: 12px;
    text-align: center;
    width: -webkit-max-content;
    width: max-content
}

.section-foot .section-foot-bg .section-foot-main .footer_subscribe subscribe-form {
    display: block;
    height: 44px
}

.section-foot__menu .foot-menu h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.65;
    margin-bottom: 20px
}

.section-foot__menu .foot-menu li {
    line-height: 1.5;
    list-style: none;
    margin-bottom: 12px
}

.section-foot__menu .foot-menu li a {
    color: inherit
}

@media screen and (max-width: 767px) {
    .section-foot__menu .foot-menu h4 {
        font-size: 14px;
        margin-bottom: 0
    }

    .section-foot__menu .foot-menu li {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 12px
    }

    .section-foot__menu .foot-menu li:last-child {
        margin-bottom: 0
    }

    .section-foot__menu .foot-menu li a {
        color: inherit
    }

    .section-foot__menu .foot-menu v-foot-menu h4 {
        margin-bottom: 10px
    }

    .section-foot__menu .foot-menu v-foot-menu ul {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .section-foot .section-foot-bg .section-foot-main {
        padding: 80px 30px
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules {
        --footer-item-gap: 20px;
        --flex-gap: 40px;
        --item-num: 1;
        margin-bottom: 40px;
        row-gap: 40px
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_list_item {
        margin: 0;
        max-width: calc(100% / var(--item-num));
        padding-right: var(--footer-item-gap)
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules.footer-modules-layout-0, .section-foot .section-foot-bg .section-foot-main .footer-modules.footer-modules-layout-1 {
        --item-num: 1
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules.footer-modules-layout-2 {
        --item-num: 2
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules.footer-modules-layout-3 {
        --item-num: 3
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules.footer-modules-layout-4 {
        --item-num: 4
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules.footer-modules-layout-5 {
        --item-num: 5
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item {
        font-weight: 700;
        margin-bottom: 50px
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav_items {
        display: block !important;
        font-weight: 600
    }

    .section-foot .section-foot-bg .section-foot-main .footer_subscribe {
        flex-basis: 380px;
        max-width: unset !important
    }

    .section-foot .section-foot-bg .section-foot-main .footer-message {
        row-gap: 40px
    }
}

@media screen and (max-width: 767px) {
    .section-foot .section-foot-bg .section-foot-main {
        padding: 20px 15px
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules {
        flex-direction: column
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_list_item .footer_nav {
        margin-bottom: 20px
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_list_item .footer_nav .footer_nav_title {
        margin-bottom: 20px;
        margin-top: 0
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .section-foot__menu {
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding: 0
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .section-foot__menu .foot-menu {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .section-foot__menu .foot-menu__collapse .ui-collapse-item__header {
        margin-bottom: 20px
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .section-foot__menu .foot-menu__collapse .ui-collapse-item__content {
        padding: 0
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_info {
        padding-bottom: 20px
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe {
        padding: 0
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe:first-child {
        margin-top: 0 !important;
        padding-bottom: 20px
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe .footer_nav > * {
        margin: 0 0 12px !important
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe .footer_nav > :last-child {
        margin: 0 !important
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe .footer_nav .subscribe-form__form, .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe .footer_nav .subscribe-form__form button, .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe .footer_nav .subscribe-form__form input, .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe .subscribe_letter {
        margin-top: 0
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules .footer_subscribe .subscribe_letter .subscribe_letter_button {
        font-size: 12px
    }

    .section-foot .section-foot-bg .section-foot-main .footer_payment_icon {
        padding-bottom: 20px
    }

    .section-foot .section-foot-bg .section-foot-main .footer_payment_icon .footer_nav_title {
        margin-bottom: 10px
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item {
        border-bottom: 1px solid #f2f2f2;
        cursor: pointer;
        margin-top: 20px !important;
        max-width: 100% !important;
        width: 100% !important
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav {
        max-width: 100% !important
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_title .arrows-bottom, .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_title .arrows-top {
        border-bottom: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
        float: right;
        height: 9px;
        width: 9px
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_title .arrows-top {
        display: block
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_title .arrows-bottom {
        display: none
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_title.collapsed .arrows-top {
        display: none !important
    }

    .section-foot .section-foot-bg .section-foot-main .footer_list_item .footer_nav .footer_nav_title.collapsed .arrows-bottom {
        display: block !important
    }

    .section-foot .section-foot-bg .section-foot-main .footer-modules-layout-2 .footer_list_item .footer_nav {
        width: 100%
    }
}

[v-cloak] {
    visibility: hidden
}

.soldout {
    background: #f9f9f9 !important;
    border: none;
    border: 1px solid #717171 !important;
    color: #717171 !important
}

#app_wrap {
    min-height: 100vh
}

button {
    outline: none
}

input, input::placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

input:disabled {
    color: #999 !important;
    opacity: 1
}

.position-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.cursor-default {
    cursor: default !important
}

.default_css {
    font-size: 14px;
    line-height: 1.65;
    max-width: 100%
}

.default_css:after {
    clear: both;
    content: "";
    display: block
}

.default_css a {
    text-decoration: underline
}

.default_css iframe, .default_css img, .default_css video {
    max-width: 100% !important
}

.default_css pre {
    white-space: pre-wrap
}

.default_css dl, .default_css ol, .default_css ul {
    list-style: unset;
    list-style-position: inside;
    list-style-type: auto
}

.default_css ol {
    list-style-type: decimal
}

.default_css ul {
    list-style-type: disc
}

.default_css li {
    list-style: unset
}

.default_css .detail-iframe-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.default_css .detail-iframe-wrapper iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product_single_add_button_disabled {
    cursor: default !important;
    opacity: .6 !important
}

.el-popup-parent--hidden {
    overflow: hidden !important
}

.arrows-bottom, .arrows-left, .arrows-right, .arrows-top {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    display: inline-block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all .3s;
    width: 12px
}

.arrows-bottom {
    transform: translate(-25%, -50%) rotate(45deg)
}

.arrows-top {
    transform: translate(-25%, -65%) rotate(-135deg)
}

.arrows-left {
    transform: translate(-25%, -50%) rotate(135deg)
}

.arrows-right {
    transform: translate(-25%, -50%) rotate(-45deg)
}

.both-sides-line {
    align-items: center;
    display: flex;
    justify-content: center
}

.both-sides-line:after, .both-sides-line:before {
    background-color: #222;
    content: " ";
    flex: 1;
    height: 1px
}

.both-sides-line:after {
    margin-left: 29px
}

.both-sides-line:before {
    margin-right: 29px
}

.text-overflow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.text-overflow-2, .text-overflow-3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: normal !important
}

.text-overflow-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.text-overflow-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.scroll-down-hidden {
    opacity: 0;
    pointer-events: none
}

#app div .button_active, body div .button_active {
    color: #0000 !important;
    position: relative
}

#app div .button_active:after, body div .button_active:after {
    animation: spin 1s linear infinite;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top-color: #0000 !important;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.product_single_add_button {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: shakeMe;
    animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #d34a4a;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 18px;
    opacity: 1;
    padding: 9px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateZ(0);
    width: 100%
}

.product_single_add_button img {
    margin: -4px 0 0 6px
}

.innerBox {
    animation: changeBiger 3s linear
}

@keyframes changeBiger {
    0% {
        transform: scale(1.5)
    }
    to {
        transform: scale(1)
    }
}

.hover-boder {
    background-image: linear-gradient(var(--menu-icon-color), var(--menu-icon-color));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s, background-position 0s .3s
}

.hover-boder:hover {
    background-position: 100% 100%;
    background-size: 100% 2px
}

body.modal-open {
    overflow: hidden !important
}

#app .transition-bg-color, #app .transition-main, #app .transition-main-hollow, #app .transition-minor, .transition-bg-color, .transition-main, .transition-main-hollow, .transition-minor {
    position: relative;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 0
}

#app .transition-bg-color:before, #app .transition-main-hollow:before, #app .transition-main:before, #app .transition-minor:before, .transition-bg-color:before, .transition-main-hollow:before, .transition-main:before, .transition-minor:before {
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% + 2px);
    left: -1px;
    position: absolute;
    right: 0;
    top: -1px;
    transform-origin: left center;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    width: calc(100% + 2px);
    z-index: -1
}

#app .transition-bg-color:before, .transition-bg-color:before {
    transform: scale(1)
}

#app .transition-bg-color.active:before, #app .transition-bg-color:hover:before, .transition-bg-color.active:before, .transition-bg-color:hover:before {
    transform: scaleX(0);
    transform-origin: right center
}

#app .transition-main, .transition-main {
    background-color: unset !important;
    border: 1px solid var(--main-btn-bg) !important;
    color: var(--main-btn-tx) !important
}

#app .transition-main:before, .transition-main:before {
    background-color: var(--main-btn-bg) !important;
    transform: scale(1)
}

#app .transition-main.active, #app .transition-main:hover, .transition-main.active, .transition-main:hover {
    color: var(--main-btn-bg) !important
}

#app .transition-main.active:before, #app .transition-main:hover:before, .transition-main.active:before, .transition-main:hover:before {
    transform: scaleX(0);
    transform-origin: right center
}

#app .transition-minor, .transition-minor {
    background-color: unset !important;
    border: 1px solid var(--minor-btn-tx) !important;
    color: var(--minor-btn-tx) !important
}

#app .transition-minor:before, .transition-minor:before {
    background-color: var(--minor-btn-tx) !important;
    transform: scaleX(0);
    transform-origin: right center
}

#app .transition-minor.active, #app .transition-minor:hover, .transition-minor.active, .transition-minor:hover {
    color: #fff !important
}

#app .transition-minor.active:before, #app .transition-minor:hover:before, .transition-minor.active:before, .transition-minor:hover:before {
    transform: scale(1);
    transform-origin: left center
}

#app .transition-main-hollow, .transition-main-hollow {
    background-color: unset !important;
    border: 1px solid var(--main-btn-bg) !important;
    color: var(--main-btn-bg) !important
}

#app .transition-main-hollow:before, .transition-main-hollow:before {
    background-color: var(--main-btn-bg) !important;
    transform: scaleX(0);
    transform-origin: right center
}

#app .transition-main-hollow.active, #app .transition-main-hollow:hover, .transition-main-hollow.active, .transition-main-hollow:hover {
    color: var(--main-btn-tx) !important
}

#app .transition-main-hollow.active:before, #app .transition-main-hollow:hover:before, .transition-main-hollow.active:before, .transition-main-hollow:hover:before {
    transform: scale(1);
    transform-origin: left center
}

.pop-rhombus {
    padding: 18px 0;
    position: relative
}

.pop-rhombus:after {
    background-color: #fff;
    border-color: #e4e4e4 #e4e4e4 #0000 #0000;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 15px;
    left: 18px;
    position: absolute;
    top: -8px;
    transform: rotate(-45deg);
    width: 15px
}

.oneline {
    display: inline-block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100%
}

.PageOverlay {
    height: 100vh;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100vw;
    z-index: 100
}

.modulesOverlay, .PageOverlay {
    background: #363636;
    content: "";
    left: 0;
    top: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.modulesOverlay {
    height: 100%;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 10
}

.rotate-plus-minus {
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px
}

.rotate-plus-minus:after {
    height: 11px;
    width: 2px
}

.rotate-plus-minus:before {
    height: 2px;
    width: 11px
}

.rotate-plus-minus:after, .rotate-plus-minus:before {
    background-color: #454545;
    content: "";
    left: 50%;
    opacity: .55;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: transform .4s ease-in-out, opacity .4s ease-in-out
}

.rotate-plus-minus[aria-expanded=true]:after, .rotate-plus-minus[aria-expanded=true]:before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.rotate-plus-minus[aria-expanded=true]:before {
    opacity: 0
}

.custom-swiper-next, .custom-swiper-prev {
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 10px #36363626;
    color: #000;
    cursor: pointer;
    height: 45px;
    line-height: 0;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 37%;
    transform: scale(1.001);
    transition: background .15s ease-in-out, opacity .15s ease-in-out, transform .2s ease-in-out, color .2s ease-in-out;
    vertical-align: middle;
    width: 25px;
    z-index: 2
}

.custom-swiper-next svg, .custom-swiper-prev svg {
    stroke-width: 10px;
    stroke: currentColor;
    height: 18px;
    width: auto
}

.custom-swiper-prev {
    left: -55px;
    padding-right: 0
}

.custom-swiper-prev:hover svg {
    animation: buttonFromRightToLeft .5s ease-in-out forwards
}

.custom-swiper-next {
    padding-left: 0;
    right: -55px
}

.custom-swiper-next:hover svg {
    animation: buttonFromLeftToRight .5s ease-in-out forwards
}

.image-radius, .image-radius:before {
    border-radius: var(--image-radius);
    overflow: hidden
}

#app .button-radius, #app .button-radius:before {
    border-radius: var(--button-radius);
    overflow: hidden
}

button {
    color: #000
}

@keyframes buttonFromRightToLeft {
    0% {
        transform: translateX(0)
    }
    25% {
        opacity: 0;
        transform: translateX(-100%)
    }
    50% {
        opacity: 0;
        transform: translateX(100%)
    }
    75% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes buttonFromLeftToRight {
    0% {
        transform: translateX(0)
    }
    25% {
        opacity: 0;
        transform: translateX(100%)
    }
    50% {
        opacity: 0;
        transform: translateX(-100%)
    }
    75% {
        opacity: 1;
        transform: translateX(0)
    }
}

#app .default_css ul li {
    list-style-position: initial
}

.el-message {
    align-items: flex-start !important
}

.el-message.el-message--warning {
    background: #fffaf0;
    border-color: #f4a93a
}

.el-message.el-message--error {
    background: #fff2f0;
    border-color: #f24949
}

.el-message > .el-message__content {
    color: #333 !important;
    flex: 1;
    font-size: 14px !important;
    line-height: 21px !important;
    padding-right: 10px !important
}

.el-message > .el-message__icon {
    font-size: 18px;
    line-height: 21px
}

.el-message > .el-message__closeBtn {
    line-height: 21px;
    position: unset;
    transform: unset
}

@supports (-webkit-text-stroke:1px black) and (not (scale:none)) {
    .flex-gap {
        --flex-gap: 0px;
        margin-bottom: calc(0px - var(--flex-gap)) !important;
        margin-right: calc(0px - var(--flex-gap)) !important
    }

    .flex-gap > * {
        margin-bottom: var(--flex-gap) !important;
        margin-left: 0;
        margin-right: var(--flex-gap) !important;
        margin-top: 0
    }

    .flex-gap-x {
        --flex-gap: 0px;
        margin-right: calc(0px - var(--flex-gap)) !important
    }

    .flex-gap-x > * {
        margin-left: 0;
        margin-right: var(--flex-gap) !important
    }

    .flex-gap-y {
        --flex-gap: 0px;
        margin-bottom: calc(0px - var(--flex-gap)) !important
    }

    .flex-gap-y > * {
        margin-bottom: var(--flex-gap) !important;
        margin-top: 0
    }
}

.pagesbody {
    margin-bottom: 30px !important;
    overflow: unset !important
}

.venue_page {
    padding: 30px 0 42px !important
}

.venue_page h1 {
    font-size: 26px;
    margin: 0 0 30px;
    text-transform: uppercase
}

.vogue_page > header li {
    list-style: unset
}

.vogue_page > header p {
    margin-bottom: 1rem;
    margin-top: 0
}

.vogue_page > header h1 {
    color: #454545;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 42px;
    margin: 34px 0 50px;
    text-align: center
}

.vogue_page > header > div h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0
}

.vogue_page > header > div p {
    line-height: 22px;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .vogue_page > header h1 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 29px;
        margin-bottom: 22px;
        margin-top: 19px
    }
}

.default_page > header, .show_page > header, .showtime_page > header, .venue_page > header {
    text-align: center
}

.athena_page {
    margin-bottom: 150px !important
}

.athena_page > header {
    margin-bottom: 30px;
    margin-top: 70px
}

.athena_page > header h1 {
    color: #222a40;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .athena_page {
        margin-bottom: 80px !important
    }

    .athena_page > header {
        margin-bottom: 15px;
        margin-top: 20px;
        text-align: center
    }

    .athena_page > header h1 {
        font-size: 18px
    }
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, #00000080, #0000)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, #00000080, #0000)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: auto;
    right: 10px
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: #00000040;
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: #ffffff40
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: #00000040
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: #0000001a;
    border-radius: 10px;
    position: relative
}

.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: #00000080;
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s steps(12) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.application.size-chart .size-chart__title {
    color: #1e0909;
    font-size: 14px;
    font-weight: 700
}

.application.size-chart .size-chart__link {
    border: 1px solid #d2d2d2;
    font-size: 14px;
    font-weight: 700;
    min-height: 36px
}

.application.size-chart .size-chart__link i svg {
    height: 14px
}

.application.size-chart__bottom {
    margin-top: 20px
}

.application.sharingincentives {
    margin: 0 0 12px;
    max-width: 400px
}

.application.sharingincentives .sharingincentives__card {
    font-size: 20px
}

.application.v-reviews {
    padding-top: 40px
}

@media screen and (max-width: 767px) {
    .application.v-reviews {
        padding-top: 16px
    }
}

.guess_like .item_button {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px !important
}

.guess_like .item_button .iconfont {
    font-size: 14px;
    margin-right: 12px
}

@media screen and (max-width: 767px) {
    .guess_like .item_button {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .guess_like .item_button > span {
        line-height: 1.2
    }

    .guess_like .item_button .iconfont {
        font-size: 14px;
        margin-right: 8px
    }
}

.buyxgety-component .item_button .iconfont, .product-groups .gocart .iconfont {
    font-size: 18px;
    margin-right: 12px
}

.v-product .app-code-display .code-display__coupon-list {
    justify-content: left !important
}

.v-product .narrowerscreen .app-code-display .code-display__text td:nth-child(2) {
    border-right: none !important
}

.v-product .narrowerscreen .app-code-display .code-display__text td:nth-child(3) {
    display: none !important
}

.v-product .combine .c-imagetext .combine-item {
    width: calc(50% - 5px) !important
}

.v-product .quick-purchased .gocart {
    font-size: 14px !important;
    height: auto !important;
    line-height: 1.2 !important;
    max-width: 240px;
    min-height: 48px;
    min-width: 180px;
    padding: 12px 24px !important;
    width: auto !important
}

.v-product .quick-purchased .gocart .iconfont {
    font-size: 14px;
    margin-right: 12px
}

.v-product .quick-purchased .gocart > span {
    line-height: 1.2;
    white-space: normal
}

.v-product .quick-purchased .el-input-number__decrease, .v-product .quick-purchased .el-input-number__increase {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.v-product .quick-purchased .el-input-number__decrease i, .v-product .quick-purchased .el-input-number__increase i {
    font-size: 14px
}

.v-product .quick-purchased .el-input-number .el-input__inner {
    font-size: 14px !important
}

.v-product .quick-purchased .product-content {
    flex: 1;
    width: auto
}

.v-product .quick-purchased.pc_model_1 .gocart {
    max-width: 200px;
    min-width: 180px;
    width: auto !important
}

.v-product .quick-purchased.pc_model_1 .el-input-number {
    line-height: 30px;
    width: 94px !important
}

.v-product .quick-purchased.pc_model_1 .el-input-number__decrease, .v-product .quick-purchased.pc_model_1 .el-input-number__increase {
    height: 30px !important;
    width: 30px !important
}

.v-product .quick-purchased.pc_model_1 .el-input__inner {
    line-height: 32px !important;
    padding: 4px 34px !important
}

.v-product .quick-purchased.pc_model_2 .el-input-number {
    line-height: 44px;
    width: 136px !important
}

.v-product .quick-purchased.pc_model_2 .el-input-number__decrease, .v-product .quick-purchased.pc_model_2 .el-input-number__increase {
    height: 44px !important;
    width: 44px !important
}

.v-product .quick-purchased.pc_model_2 .el-input__inner {
    height: 44px !important;
    padding: 4px 48px !important
}

@media screen and (max-width: 767px) {
    .v-product .quick-add-cart .gocart {
        align-items: center;
        display: flex;
        height: 48px !important;
        justify-content: center;
        line-height: 1.2 !important;
        padding: 4px !important
    }

    .v-product .quick-add-cart .el-input-number__decrease i, .v-product .quick-add-cart .el-input-number__increase i {
        font-size: 14px
    }

    .v-product .quick-add-cart .mb_model_1 .gocart, .v-product .quick-add-cart .mb_model_3 .gocart {
        max-width: unset;
        min-width: unset;
        width: 100% !important
    }

    .v-product .quick-add-cart .mb_model_1 .el-input-number {
        line-height: 44px;
        width: 142px !important
    }

    .v-product .quick-add-cart .mb_model_1 .el-input-number__decrease, .v-product .quick-add-cart .mb_model_1 .el-input-number__increase {
        height: 46px !important;
        width: 46px !important
    }

    .v-product .quick-add-cart .mb_model_1 .el-input__inner {
        height: 48px !important;
        padding-left: 50px;
        padding-right: 50px
    }

    .v-product .quick-add-cart .mb_model_1 .quickButton {
        flex: 1;
        min-width: 50%
    }

    .v-product .quick-add-cart .drawerBox {
        line-height: 34px !important
    }

    .v-product .quick-add-cart .drawerBox__mb-3 .el-input-number {
        line-height: 34px;
        width: 112px !important
    }

    .v-product .quick-add-cart .drawerBox__mb-3 .el-input-number__decrease, .v-product .quick-add-cart .drawerBox__mb-3 .el-input-number__increase {
        height: 34px !important;
        width: 34px !important
    }

    .v-product .quick-add-cart .drawerBox__mb-3 .el-input__inner {
        height: 36px !important;
        padding-left: 38px;
        padding-right: 38px
    }
}

.v-product .product-groups .product_qty {
    height: 32px !important
}

.v-product .product-groups .product_qty.notBoder {
    width: 108px !important
}

.v-product .product-groups .gocart {
    font-size: 14px !important;
    height: auto !important;
    line-height: 22px !important;
    padding: 12px 24px !important
}

@media screen and (max-width: 767px) {
    .v-product .product-groups .groups-select {
        display: flex !important
    }

    .v-product .product-groups .itemProduct__num {
        margin-bottom: 0 !important
    }

    .v-product .product-groups .itemProduct__num > span {
        white-space: nowrap
    }

    .v-product .product-groups .itemProduct__select {
        flex: 1
    }

    .v-product .product-groups .itemProduct__select .product-groups-select {
        height: 100%;
        width: 100% !important
    }

    .v-product .product-groups .product_qty.notBoder {
        width: 90px !important
    }
}

.product_item .labelStyle {
    gap: 8px !important;
    justify-content: var(--card-text-align, center) !important
}

.product_item .labelStyle .labelItem {
    line-height: 0
}

.product_item .labelStyle .labelItemEllipsis > div, .product_item .labelStyle .palette-label__img {
    min-height: 26px !important;
    min-width: 26px !important
}

.product_item .custom-swiper-content .swiper_label {
    margin-left: -4px;
    margin-right: -4px
}

.product_item .custom-swiper-content .swiper_label .labelItem {
    padding-left: 4px;
    padding-right: 4px
}

.product_item .custom-swiper-content .swiper_label .labelItem > label {
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.product_item .variant_attrs_box .custom-swiper-next, .product_item .variant_attrs_box .custom-swiper-prev {
    height: 20px !important;
    margin-top: -10px !important;
    top: 50% !important;
    width: 20px !important
}

.product_item .variant_attrs_box .custom-swiper-next svg, .product_item .variant_attrs_box .custom-swiper-prev svg {
    height: 12px
}

.product_item .variant_attrs_box .custom-swiper-prev {
    left: 0
}

.product_item .variant_attrs_box .custom-swiper-next {
    right: 0
}

.guess_like .labelStyleBox {
    padding-bottom: 10px !important
}

.guess_like .labelStyle {
    gap: 0 !important;
    margin-left: -4px;
    margin-right: -4px
}

.guess_like .labelStyle .labelItem {
    padding-left: 4px;
    padding-right: 4px
}

.guess_like .labelStyle .labelItem label {
    height: 30px !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
    padding: 1px !important;
    width: 30px !important
}

.guess_like .labelStyle .labelItem label span {
    display: inline-block;
    line-height: 28px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.guess_like .labelStyle .palette-label__img {
    height: 26px;
    min-height: unset !important;
    min-width: unset !important;
    width: 26px
}

.guess_like .attribute-pupup__palette .variant_attrs_box .custom-swiper-wrap {
    line-height: 0
}

.guess_like .attribute-pupup__palette .variant_attrs_box .custom-swiper-wrap .custom-swiper .labelStyleBox .labelItem label {
    margin-bottom: 0 !important
}

.guess_like .attribute-pupup__palette .variant_attrs_box .custom-swiper-wrap .custom-swiper-next, .guess_like .attribute-pupup__palette .variant_attrs_box .custom-swiper-wrap .custom-swiper-prev {
    height: 20px !important;
    margin-top: -10px !important;
    top: calc(50% - 5px) !important;
    width: 20px !important
}

.guess_like .attribute-pupup__palette .variant_attrs_box .custom-swiper-wrap .custom-swiper-next svg, .guess_like .attribute-pupup__palette .variant_attrs_box .custom-swiper-wrap .custom-swiper-prev svg {
    height: 12px
}

.guess_like .attribute-pupup__palette .variant_attrs_box .custom-swiper-wrap .custom-swiper-prev {
    left: 0
}

.guess_like .attribute-pupup__palette .variant_attrs_box .custom-swiper-wrap .custom-swiper-next {
    right: 0
}

.attribute-pupup-mb__palette .labelStyleBox {
    padding-bottom: 10px !important;
    padding-right: 0 !important
}

.attribute-pupup-mb__palette .labelStyleBox .labelStyle .labelItem label {
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.attribute-pupup-mb__palette .variant_attrs_box .custom-swiper {
    overflow: visible !important
}

@media screen and (max-width: 767px) {
    .module-singlecommdity .labelStyle .labelItem {
        line-height: 0
    }

    .module-singlecommdity .labelStyle .palette-label__img {
        height: 36px;
        min-height: unset !important;
        min-width: unset !important;
        width: 36px
    }
}

.cart-content .guess_like .swiper-container .variant_attrs_box .custom-swiper-wrap .custom-swiper-next, .cart-content .guess_like .swiper-container .variant_attrs_box .custom-swiper-wrap .custom-swiper-prev {
    top: calc(50% - 5px) !important
}

.cart-content .guess_like .swiper-pagination-bullets {
    line-height: 22px;
    padding-bottom: 6px;
    padding-top: 8px
}

.cart-content .guess_like .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 6px;
    width: 12px
}

.cart-content .guess_like .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 24px
}

.v-product .guess_like {
    margin-bottom: 80px !important
}

.v-product .guess_like h3 {
    padding-top: 0 !important
}

.v-product .guess_like .guess_list_box {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.v-product .guess_like .guess_title {
    padding-bottom: 40px !important
}

@media screen and (max-width: 767px) {
    .v-product .guess_like .guess_title {
        gap: 20px 10px;
        padding-bottom: 20px !important
    }

    .v-product .guess_like .guess_title h3 {
        line-height: 1.5 !important;
        padding-bottom: 0 !important
    }

    .v-product .guess_like .guess-refresh {
        font-size: 14px;
        line-height: 1.5 !important
    }

    .v-product .guess_like .guess_list_box {
        margin-left: -8px !important;
        margin-right: -8px !important
    }

    .v-product .guess_like .guess_list_box .guess_list_item:first-child {
        margin-left: 0 !important
    }

    .vogue-cart-wrap .guess_like .guess_list_box {
        margin-left: -8px !important;
        margin-right: -8px !important
    }

    .vogue-cart-wrap .guess_like .guess_list_box .guess_list_item:first-child {
        margin-left: 0 !important
    }
}

.v-product .comments .commentsUl_waterfall li {
    padding: unset;
    padding-top: 16px
}

#app .media-swiper__dot-pagination {
    bottom: 10px;
    margin-top: unset;
    position: absolute
}

#app .product_single_add_button .iconfont {
    font-size: 18px;
    margin-right: 12px
}

@keyframes el-skeleton-loading {
    0% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.common-skeleton .skeleton__img {
    align-items: center;
    animation: el-skeleton-loading 1.4s ease infinite;
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    background-size: 400% 100%;
    border-radius: 0;
    display: flex;
    height: 100%;
    justify-content: center
}

.common-skeleton .skeleton__img svg {
    fill: #dcdde0;
    height: 100%;
    width: 100%
}

.common-skeleton .skeleton__text {
    animation: el-skeleton-loading 1.4s ease infinite;
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    background-size: 400% 100%;
    height: 24px
}

.common-skeleton .skeleton__text--large {
    height: 48px
}

.common-skeleton .skeleton__text--small {
    height: 18px
}

@media screen and (max-width: 767px) {
    .common-skeleton .skeleton__text {
        height: 18px
    }

    .common-skeleton .skeleton__text--large {
        height: 32px
    }

    .common-skeleton .skeleton__text--small {
        height: 16px
    }
}

.image-skeleton {
    display: flex;
    margin-left: -17.5px;
    margin-right: -17.5px
}

.image-skeleton--show-nav {
    padding-left: 30px;
    padding-right: 30px
}

.image-skeleton__item {
    flex: 1;
    padding-left: 17.5px;
    padding-right: 17.5px
}

.image-skeleton .skeleton__img, .image-skeleton .skeleton__img svg {
    max-height: 650px
}

.image-skeleton__mb-nav {
    display: none
}

@media screen and (max-width: 767px) {
    .image-skeleton {
        flex-wrap: wrap;
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .image-skeleton--show-nav {
        padding-left: 0;
        padding-right: 0
    }

    .image-skeleton--show-nav .image-skeleton__item {
        display: none
    }

    .image-skeleton--show-nav .image-skeleton__item:first-child, .image-skeleton--show-nav .image-skeleton__item:nth-child(2) {
        display: inline-block
    }

    .image-skeleton__item {
        flex: unset;
        margin-bottom: 15px;
        padding-left: 7.5px;
        padding-right: 7.5px;
        width: 50%
    }

    .image-skeleton__mb-nav {
        display: inline-block;
        height: 14px;
        margin: 0 auto;
        max-width: 40%;
        width: 300px
    }
}

.singlecommodity__skeleton .skeleton-right__img .common-skeleton {
    height: 300px
}

.sk-content__card {
    margin-bottom: 20px;
    width: 100%
}

.sk-content__card .common-skeleton {
    margin-bottom: 8px
}

.sk-content__card .common-skeleton:last-child {
    margin-bottom: 0
}

.sk-content__card .product_media {
    box-sizing: inherit;
    min-height: 100px;
    position: relative;
    width: 100%
}

.sk-content__card .product_media .product_media_img {
    padding-top: 100%;
    position: relative;
    width: 100%
}

.sk-content__card .product_media .product_media_img .img-fluid {
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    object-fit: contain !important;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.sk-content__card .product_media .product_media_img .img-cover {
    object-fit: cover !important
}

.sk-content__card .product_media .square {
    padding-top: 100% !important
}

.sk-content__card .product_media .horizon {
    padding-top: 75% !important
}

.sk-content__card .product_media .vertical {
    padding-top: 133% !important
}

.sk-content__card .product_media .vertical2 {
    padding-top: 150% !important
}

.sk-content__card .product_media .auto {
    padding-top: unset !important
}

.sk-content__card .product_media .auto .img-fluid {
    display: block;
    position: relative !important
}

.vogue-imagetext .text-bottom-left, .vogue-imagetext .text-top-left {
    text-align: left
}

.vogue-imagetext .text-bottom-right, .vogue-imagetext .text-top-right {
    text-align: right
}

.vogue-hotsales h5 {
    color: #222;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px
}

.vogue-hotsales .blend {
    display: flex
}

.vogue-hotsales .blend .blend-main {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 50%
}

.vogue-hotsales .blend .blend-main .vogue-am {
    width: 100%
}

.vogue-hotsales .blend .blend-main .blend-main-item {
    width: 50%
}

.vogue-hotsales .vogue-home-banner .swiper-button-prev {
    left: max(-25vw+25%, -60px)
}

.vogue-hotsales .vogue-home-banner .swiper-button-next {
    right: max(-25vw+25%, -60px)
}

.vogue-hotsales .container--wide .swiper-button-prev {
    left: 20px
}

.vogue-hotsales .container--wide .swiper-button-next {
    right: 20px
}

.image-components .swiper-button-next, .image-components .swiper-button-prev {
    background: #fff;
    border: 1px solid #d6d7da;
    border-radius: 50%;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    top: calc(50% - 20px);
    width: 40px !important
}

.image-components .swiper-button-next i, .image-components .swiper-button-prev i {
    color: #333;
    font-size: 24px
}

.image-components .swiper-button-next.swiper-button-black, .image-components .swiper-button-prev.swiper-button-black {
    background-image: none
}

.image-components.container .vogue-mark .swiper-button-prev {
    left: max(-25vw+25%, -60px) !important
}

.image-components.container .vogue-mark .swiper-button-next {
    right: max(-25vw+25%, -60px) !important
}

.image-components.container .vogue-mark .swiper {
    padding: 0 !important
}

.image-components.container--wide .vogue-mark .swiper-button-prev {
    left: 20px !important
}

.image-components.container--wide .vogue-mark .swiper-button-next {
    right: 20px !important
}

.image-components.container--full .vogue-mark .swiper-button-prev {
    left: 20px !important
}

.image-components.container--full .vogue-mark .swiper-button-next {
    right: 20px !important
}

.pc-page-cart .selectprices-container {
    display: flex;
    flex-direction: column
}

.pc-page-cart .selectprices-container > span {
    margin: 0
}

.cart-content__cart-item-wrapper .price_type .selectprices-container {
    display: flex;
    flex-direction: column
}

.cart-content__cart-item-wrapper .price_type .selectprices-container > span {
    margin: 0
}

.cart-content__cart-item-wrapper .price_type .product_price_cross {
    color: var(--regular-color) !important
}

#app .product-template-section .vogue_add, .add-cart-dialog__body .add-cart-dialog__detail, .product-template-section .showtime_add, .product_single_bottom .venue_add, .v-product__content .showtime_add {
    --stock-empty-bg-color: #f4f5f6;
    --stock-empty-text-color: #bbbdc3;
    --select-stock-empty-text-color: #909399;
    --normal-body-color: #333;
    --select-color: var(--main-btn-bg);
    --select-bg-opacity: 8%
}

#app .product-template-section .vogue_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty, .product-template-section .showtime_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty, .product_single_bottom .venue_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty, .v-product__content .showtime_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty {
    --stock-empty-border-color: #d6d7da;
    --stock-empty-style: linear-gradient(to bottom right, #0000 48.5%, var(--stock-empty-border-color) 49.5%, var(--stock-empty-border-color) 36.5%, #0000 51.5%);
    position: relative
}

#app .product-template-section .vogue_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span, .add-cart-dialog__body .add-cart-dialog__detail .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span, .product-template-section .showtime_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span, .product_single_bottom .venue_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span, .v-product__content .showtime_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span {
    background-color: var(--stock-empty-bg-color);
    color: var(--stock-empty-text-color);
    position: relative
}

#app .product-template-section .vogue_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span:after, .add-cart-dialog__body .add-cart-dialog__detail .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span:after, .product-template-section .showtime_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span:after, .product_single_bottom .venue_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span:after, .v-product__content .showtime_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty span:after {
    background: var(--stock-empty-style);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#app .product-template-section .vogue_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty.selected, .add-cart-dialog__body .add-cart-dialog__detail .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty.selected, .product-template-section .showtime_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty.selected, .product_single_bottom .venue_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty.selected, .v-product__content .showtime_add .add-cart-dialog__select .variant-select--label.variant-select .variant-select__label.stock-empty.selected {
    --stock-empty-border-color: var(--main-btn-bg)
}

#app .product-template-section .vogue_add .input_attrs_box .labelStyle .labelItem.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .labelStyle .labelItem.stock-empty, .product-template-section .showtime_add .input_attrs_box .labelStyle .labelItem.stock-empty, .product_single_bottom .venue_add .input_attrs_box .labelStyle .labelItem.stock-empty, .v-product__content .showtime_add .input_attrs_box .labelStyle .labelItem.stock-empty {
    --stock-empty-border-color: #d6d7da;
    --stock-empty-style: linear-gradient(to bottom right, #0000 48.5%, var(--stock-empty-border-color) 49.5%, var(--stock-empty-border-color) 36.5%, #0000 51.5%);
    position: relative
}

#app .product-template-section .vogue_add .input_attrs_box .labelStyle .labelItem.stock-empty label, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .labelStyle .labelItem.stock-empty label, .product-template-section .showtime_add .input_attrs_box .labelStyle .labelItem.stock-empty label, .product_single_bottom .venue_add .input_attrs_box .labelStyle .labelItem.stock-empty label, .v-product__content .showtime_add .input_attrs_box .labelStyle .labelItem.stock-empty label {
    background-color: var(--stock-empty-bg-color);
    color: var(--stock-empty-text-color);
    position: relative
}

#app .product-template-section .vogue_add .input_attrs_box .labelStyle .labelItem.stock-empty label:after, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .labelStyle .labelItem.stock-empty label:after, .product-template-section .showtime_add .input_attrs_box .labelStyle .labelItem.stock-empty label:after, .product_single_bottom .venue_add .input_attrs_box .labelStyle .labelItem.stock-empty label:after, .v-product__content .showtime_add .input_attrs_box .labelStyle .labelItem.stock-empty label:after {
    background: var(--stock-empty-style);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#app .product-template-section .vogue_add .input_attrs_box .labelStyle .active.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .labelStyle .active.stock-empty, .product-template-section .showtime_add .input_attrs_box .labelStyle .active.stock-empty, .product_single_bottom .venue_add .input_attrs_box .labelStyle .active.stock-empty, .v-product__content .showtime_add .input_attrs_box .labelStyle .active.stock-empty {
    --stock-empty-border-color: var(--main-btn-bg)
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__list, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .select__box .el-select-dropdown__list, .product-template-section .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__list, .product_single_bottom .venue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__list, .v-product__content .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__list {
    padding: 8px 0
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .select__box .el-select-dropdown__item, .product-template-section .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item, .product_single_bottom .venue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item, .v-product__content .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item {
    font-size: 16px;
    height: unset;
    line-height: 1.5;
    overflow: auto;
    padding: 8px 12px;
    white-space: unset
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item > .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .select__box .el-select-dropdown__item > .stock-empty--text, .product-template-section .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item > .stock-empty--text, .product_single_bottom .venue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item > .stock-empty--text, .v-product__content .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item > .stock-empty--text {
    display: none
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected, .product-template-section .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected, .product_single_bottom .venue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected, .v-product__content .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected {
    background-color: #fff0;
    color: var(--main-btn-bg) !important;
    font-weight: 600
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected:after, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected:after, .product-template-section .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected:after, .product_single_bottom .venue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected:after, .v-product__content .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected:after {
    background-color: var(--select-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: var(--select-bg-opacity);
    position: absolute;
    top: 0;
    width: 100%
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty, .product-template-section .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty, .product_single_bottom .venue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty, .v-product__content .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty {
    align-items: center;
    background-color: var(--stock-empty-bg-color);
    color: var(--stock-empty-text-color) !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-weight: 400;
    gap: 12px;
    justify-content: space-between
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty .stock-empty--text, .product-template-section .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty .stock-empty--text, .product_single_bottom .venue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty .stock-empty--text, .v-product__content .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.stock-empty .stock-empty--text {
    display: block;
    white-space: nowrap
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected.stock-empty, .product-template-section .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected.stock-empty, .product_single_bottom .venue_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected.stock-empty, .v-product__content .showtime_add .input_attrs_box .select-style-box .select__box .el-select-dropdown__item.selected.stock-empty {
    color: var(--select-stock-empty-text-color) !important
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .el-select.select input, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .el-select.select input, .product-template-section .showtime_add .input_attrs_box .select-style-box .el-select.select input, .product_single_bottom .venue_add .input_attrs_box .select-style-box .el-select.select input, .v-product__content .showtime_add .input_attrs_box .select-style-box .el-select.select input {
    color: #333
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .el-select.select.stock-empty input, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .select-value.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .el-select.select.stock-empty input, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .select-value.stock-empty, .product-template-section .showtime_add .input_attrs_box .select-style-box .el-select.select.stock-empty input, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .select-value.stock-empty, .product_single_bottom .venue_add .input_attrs_box .select-style-box .el-select.select.stock-empty input, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .select-value.stock-empty, .v-product__content .showtime_add .input_attrs_box .select-style-box .el-select.select.stock-empty input, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .select-value.stock-empty {
    color: var(--stock-empty-text-color)
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul {
    padding: 8px 0
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center {
    align-items: center;
    color: var(--normal-body-color);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 8px 12px;
    position: relative;
    text-align: inherit !important
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .stock-empty--text, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .stock-empty--text, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .stock-empty--text, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .stock-empty--text, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .stock-empty--text, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .stock-empty--text, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .stock-empty--text, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .stock-empty--text {
    display: none;
    white-space: nowrap
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .select-item, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .select-item, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .select-item, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .select-item, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .select-item, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .select-item, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .select-item, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .select-item, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .select-item, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .select-item {
    margin-bottom: 0;
    margin-right: 12px;
    margin-top: 0
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .nowarp, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .nowarp, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .nowarp, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .nowarp, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .nowarp, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .nowarp, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .nowarp, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .nowarp, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center .palette-select-list .nowarp, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center .palette-select-list .nowarp {
    margin: 0 !important;
    padding: 0
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty {
    background-color: var(--stock-empty-bg-color);
    color: var(--stock-empty-text-color) !important;
    font-weight: 400
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty .stock-empty--text, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty .stock-empty--text, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty .stock-empty--text, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty .stock-empty--text, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty .stock-empty--text, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty .stock-empty--text, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.stock-empty .stock-empty--text, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.stock-empty .stock-empty--text {
    display: block
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active {
    background-color: #fff0;
    color: var(--main-btn-bg) !important;
    font-weight: 600;
    position: relative
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active:after, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active:after, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active:after, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active:after, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active:after, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active:after, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active:after, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active:after, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active:after, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active:after {
    background-color: var(--select-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: var(--select-bg-opacity);
    position: absolute;
    top: 0;
    width: 100%
}

#app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active.stock-empty, #app .product-template-section .vogue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active.stock-empty, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active.stock-empty, .product-template-section .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active.stock-empty, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active.stock-empty, .product_single_bottom .venue_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active.stock-empty, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .mb-select ul li.text-center.active.stock-empty, .v-product__content .showtime_add .input_attrs_box .select-style-box .palette-select .md-popbox .palette-popbox ul li.text-center.active.stock-empty {
    color: var(--select-stock-empty-text-color) !important
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty {
    --stock-empty-border-color: #d6d7da;
    --stock-empty-style: linear-gradient(to bottom right, #0000 48.5%, var(--stock-empty-border-color) 49.5%, var(--stock-empty-border-color) 36.5%, #0000 51.5%);
    position: relative
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label {
    background-color: var(--stock-empty-bg-color) !important;
    border-color: var(--stock-empty-border-color) !important;
    color: var(--stock-empty-text-color) !important;
    position: relative !important
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty label:after {
    background: var(--stock-empty-style);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_block:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_block:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_block:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_block:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_block:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_block:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_block:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_block:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_block:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_block:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before {
    border: 0
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_block:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:before, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_block:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:before, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_block:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:before, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_block:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:before, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_block:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:before, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_block:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:before, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_block:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:before, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_block:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:before, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_block:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.auto_image:before, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_block:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .round.manual_image:before {
    border-radius: 50%
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_block:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:before, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_block:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:before, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_block:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:before, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_block:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:before, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_block:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:before, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_block:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:before, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_block:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:before, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_block:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:before, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_block:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.auto_image:before, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_block:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .fillet.manual_image:before {
    border-radius: 8px
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .auto_image:before, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty .manual_image:before {
    background: #99999980;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty.active, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty.active, .product-template-section .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty.active, .product_single_bottom .venue_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty.active, .v-product__content .showtime_add .variant_attrs_box .variant_select .labelStyleBox .labelStyle .labelItem.stock-empty.active {
    --stock-empty-border-color: var(--main-btn-bg)
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .select-value.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .select-value.stock-empty, .product-template-section .showtime_add .variant_attrs_box .variant_select .select-value.stock-empty, .product_single_bottom .venue_add .variant_attrs_box .variant_select .select-value.stock-empty, .v-product__content .showtime_add .variant_attrs_box .variant_select .select-value.stock-empty {
    color: var(--stock-empty-text-color)
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul {
    padding: 8px 0
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 8px 20px 8px 12px;
    position: relative;
    text-align: inherit !important
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center .stock-empty--text, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center .stock-empty--text, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center .stock-empty--text, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .stock-empty--text, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center .stock-empty--text, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .stock-empty--text, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center .stock-empty--text, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .stock-empty--text {
    display: none;
    white-space: nowrap
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .select-item, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .select-item, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .select-item, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .select-item, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .select-item, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .select-item, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .select-item, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .select-item, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .select-item, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .select-item {
    margin-bottom: 0;
    margin-right: 12px;
    margin-top: 0
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .nowarp, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .nowarp, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .nowarp, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .nowarp, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .nowarp, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .nowarp, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .nowarp, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .nowarp, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center .palette-select-list .nowarp, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center .palette-select-list .nowarp {
    margin: 0 !important;
    padding: 0
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty {
    background-color: var(--stock-empty-bg-color);
    color: var(--stock-empty-text-color) !important;
    font-weight: 400
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty .stock-empty--text, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty .stock-empty--text, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty .stock-empty--text, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty .stock-empty--text, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty .stock-empty--text, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty .stock-empty--text, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty .stock-empty--text, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.stock-empty .stock-empty--text, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.stock-empty .stock-empty--text {
    display: block
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center.active, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active {
    background-color: #fff0;
    color: var(--main-btn-bg) !important;
    font-weight: 600;
    position: relative
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active:after, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center.active:after, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active:after, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active:after, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active:after, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active:after {
    background-color: var(--select-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: var(--select-bg-opacity);
    position: absolute;
    top: 0;
    width: 100%
}

#app .product-template-section .vogue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active.stock-empty, #app .product-template-section .vogue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .mb-select ul li.text-center.active.stock-empty, .add-cart-dialog__body .add-cart-dialog__detail .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active.stock-empty, .product-template-section .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active.stock-empty, .product-template-section .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active.stock-empty, .product_single_bottom .venue_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active.stock-empty, .product_single_bottom .venue_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active.stock-empty, .v-product__content .showtime_add .variant_attrs_box .variant_select .mb-select ul li.text-center.active.stock-empty, .v-product__content .showtime_add .variant_attrs_box .variant_select .palette-popbox ul li.text-center.active.stock-empty {
    color: var(--select-stock-empty-text-color) !important
}

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('https://static.cloudfastcdn.com/fonts-ttf/Merriweather-Regular.woff2') format('woff2'), url('https://static.cloudfastcdn.com/fonts-ttf/Merriweather-Regular.woff') format('woff'), url('https://static.cloudfastcdn.com/fonts-ttf/Merriweather-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Lusitana-Regular';
    src: url('https://static.cloudfastcdn.com/fonts-ttf/Lusitana-Regular.woff2') format('woff2'), url('https://static.cloudfastcdn.com/fonts-ttf/Lusitana-Regular.woff') format('woff'), url('https://static.cloudfastcdn.com/fonts-ttf/Lusitana-Regular.ttf') format('truetype');
    font-display: swap;
}

:root {
    --title-font-family: Merriweather-Regular;
    --subtitle-font-family: Merriweather-Regular;
    --text-font-family: Lusitana-Regular;

    --price-color: rgba(208, 2, 27, 1);

    --regular-color: rgba(0, 0, 0, 1);
    --main-btn-bg: rgba(151, 124, 94, 1);
    --main-btn-tx: #FFFFFF;
    --minor-btn-tx: rgba(139, 104, 64, 1);
    --image-radius: 5px;
    --button-radius: 5px;

    --menu-icon-color: rgba(0, 0, 0, 1);

}

.title_font, .title_font2 {
    font-family: var(--title-font-family) !important;
}

.secondary_title, .el-dialog__header {
    font-family: var(--subtitle-font-family) !important;
}

.text_font, .page_text_font {
    font-family: var(--text-font-family) !important;
}

#app .regular_price_text {
    color: rgba(0, 0, 0, 1) !important;
}

#app .saveprice {
    border-color: rgba(208, 2, 27, 1) !important;
    color: rgba(208, 2, 27, 1) !important;
}

#app .saveprice_tag {
    background-color: rgba(208, 2, 27, 1) !important;
}

#app .venue_sales_label, .venue_sales_label {
    background: rgba(208, 2, 27, 1) !important;
}

#app .toptitle {
    background: !important;
    color: !important;
}

#app .v-toptitle {
    background: !important;
}

#app .toptitle a {
    color: !important;
}

#app .main_button, .main_button {
    background-color: rgba(151, 124, 94, 1) !important;
    color: #FFFFFF !important;
    border-color: transparent !important;
}

#app .main_button_boder, .main_button_boder {
    border-color: rgba(151, 124, 94, 1) !important;
}

#app .main_outline_color {
    outline-color: rgba(151, 124, 94, 1) !important;
}

#app .minor_button, .minor_button {
    background-color: transparent !important;
    color: rgba(139, 104, 64, 1) !important;
    border: 1px solid rgba(139, 104, 64, 1) !important;
}

#app .minor_button_color {
    color: rgba(139, 104, 64, 1) !important;
}

#app .main_button_bg {
    background-color: rgba(151, 124, 94, 1) !important;
}

#app .main_button_color, .main_button_color {
    color: #FFFFFF !important;
}

#app .main_button_color2, .main_button_color2, .el-select-dropdown.el-popper .el-select-dropdown__item.selected {
    color: rgba(151, 124, 94, 1) !important;
}

#app .product_card_backgorund {
    background-color: !important;
}

#app .menu_icon_color {
    color: var(--menu-icon-color) !important;
}

#app .indexswiper .menu_icon_color {
    color: !important;
}

#app .menu_background_color {
    background-color: #fff !important;
}

.f_title_case {
    text-transform: lowercase !important;
}

.f_title_case:first-letter {
    text-transform: capitalize;
}

.capitalize {
    text-transform: capitalize
}

.el-message {
    font-family: var(--text-font-family) !important;
}

.hover-boder::after {
    border-bottom-color: rgba(0, 0, 0, 1) !important;
}

.vogue-home-title {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 40px;
    margin-top: 40px;
}

.menu_icon_color {
    color: rgba(0, 0, 0, 1) !important;
}

.vogue-index-hotsales-5product_b9vk8r7l {
    background-color: unset !important;
    border: 1px solid rgba(151, 124, 94, 1) !important;
    color: #fff !important;
}

.vogue-index-hotsales-5product_b9vk8r7l::before {
    background-color: rgba(151, 124, 94, 1) !important;
}

.vogue-index-hotsales-5product_b9vk8r7l:hover {
    color: rgba(151, 124, 94, 1) !important;
}

.vogue-index-hotsales-4product_i5j5y6x9 {
    background-color: unset !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.vogue-index-hotsales-4product_i5j5y6x9::before {
    background-color: #000 !important;
}

.vogue-index-hotsales-4product_i5j5y6x9:hover {
    color: #000 !important;
}

.vogue-index-hotsales-3product_WwX47TCT {
    background-color: unset !important;
    border: 1px solid #36B1AC !important;
    color: #FFFFFF !important;
}

.vogue-index-hotsales-3product_WwX47TCT::before {
    background-color: #36B1AC !important;
}

.vogue-index-hotsales-3product_WwX47TCT:hover {
    color: #36B1AC !important;
}

.vogue-index-collections-2collection_qyw9gxnz {
    background-color: unset !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.vogue-index-collections-2collection_qyw9gxnz::before {
    background-color: #000 !important;
}

.vogue-index-collections-2collection_qyw9gxnz:hover {
    color: #000 !important;
}

.rich_text {
    margin: 0 auto 40px;
    padding: 0 30px
}

.home-title {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px
}

.vogue-swiper {
    --firstImgApt: 1920/780;
    --firstMobileImgApt: 375/500;
    position: relative
}

.vogue-swiper .swiper-wrapper {
    aspect-ratio: var(--firstImgApt);
    max-height: 780px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .vogue-swiper .swiper-wrapper {
        aspect-ratio: var(--firstMobileImgApt)
    }
}

.vogue-swiper .swiper-wrapper .swiper-slide img {
    max-height: 780px;
    object-fit: cover
}

@supports not (aspect-ratio:1/1) {
    .vogue-swiper .swiper-wrapper {
        --container-width: 100vw;
        height: calc(var(--container-width) * var(--firstImgApt))
    }

    .container--full .vogue-swiper .swiper-wrapper, .container--xs-full .vogue-swiper .swiper-wrapper {
        --container-width: 100vw
    }

    .container--wide .vogue-swiper .swiper-wrapper {
        --container-width: calc(100vw - 60px)
    }

    .container--normal .vogue-swiper .swiper-wrapper {
        --container-width: calc(clamp(100vw, 100vw, 1540px) - 60px)
    }

    @media screen and (max-width: 767px) {
        .vogue-swiper .swiper-wrapper {
            height: calc(var(--container-width) * var(--firstMobileImgApt))
        }

        .container--xs-normal .vogue-swiper .swiper-wrapper {
            --container-padding-x: calc(100vw - 30px)
        }
    }
}

.home-module-space {
    padding-bottom: 20px;
    padding-top: 40px
}

.vogue-hotsales .container--wide .swiper-button-prev {
    left: 15px
}

.vogue-hotsales .container--wide .swiper-button-next {
    right: 15px
}

#app .venue_sales_label.product_label {
    background: #00000080 !important;
    border-radius: 50%;
    height: 60px;
    left: 50%;
    padding: 0;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px
}

#app .venue_sales_label.product_label p {
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    letter-spacing: .08em;
    line-height: 18px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.vogue-imagetext .common-skeleton {
    height: 100%;
    width: 100%
}

.vogue-imagetext v-image-card {
    display: block;
    height: 100%
}

.vogue-imagetext .image-card {
    background-color: #f2f2f2
}

.vogue-imagetext--blend .blend-main v-image-card {
    height: 100%
}

.vogue-imagetext--blend .blend-main2 v-image-card {
    height: 300px
}

.vogue-imagetext--blend .blend-main2 .image-card {
    min-height: 300px
}

.vogue-imagetext--grid v-image-card {
    height: 300px
}

.vogue-imagetext--grid .image-card {
    min-height: 300px
}

@media screen and (max-width: 767px) {
    .vogue-imagetext v-image-card {
        height: 300px
    }

    .vogue-imagetext .image-card {
        min-height: 300px
    }
}

.vogue-collections .collections-image {
    min-height: 200px
}

.vogue-collections .collection-skeleton .skeleton__img {
    height: 200px
}

.vogue-collections .collection-skeleton--vertical .common-skeleton {
    height: 0;
    padding-bottom: 150%;
    position: relative
}

.vogue-collections .collection-skeleton--vertical .common-skeleton .skeleton__img {
    height: 100%;
    position: absolute
}

.vogue-collections .common-skeleton .skeleton__text {
    height: 42px;
    margin-bottom: 20px;
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .vogue-collections .collections-image {
        min-height: 150px
    }

    .vogue-collections .collection-skeleton .skeleton__img {
        height: 150px
    }

    .vogue-collections .common-skeleton .skeleton__text {
        height: 22px;
        margin-bottom: 20px;
        margin-top: 15px
    }
}

.combination-recommendation .combination-skeleton {
    background: #fafafa;
    height: 0;
    margin: 60px 0;
    padding-bottom: 50%;
    width: 50%
}

.combination-recommendation__compose {
    background: #fafafa
}

@media screen and (max-width: 767px) {
    .combination-recommendation .combination-skeleton {
        margin-top: 50px;
        padding-bottom: 100%;
        width: 100%
    }
}

.module-subscribe .subscribe_letter button, .module-subscribe .subscribe_letter input {
    height: 50px
}

.module-video .video-skeleton {
    background-color: #fafafa;
    height: 0;
    padding-bottom: 56.25%
}

.module-video .video-skeleton--video {
    height: 840px;
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    .module-video .module-video__skeleton {
        height: 560px
    }
}

.module-singlecommdity {
    display: block;
    width: 100%
}

.module-singlecommdity .singlecommodity__skeleton {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 30px;
    width: 100%
}

.module-singlecommdity .product_single_add_button {
    align-items: center;
    display: flex;
    justify-content: center
}

.module-singlecommdity .product_single_add_button .selectpricewrap {
    line-height: 22px
}

.module-singlecommdity .product_single_add_button .product_price_price {
    display: inline-block;
    line-height: 0
}

.module-singlecommdity .skeleton__left, .module-singlecommdity .skeleton__right {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%
}

.module-singlecommdity .skeleton__swiper-pagination {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px
}

.module-singlecommdity .skeleton__swiper-pagination .common-skeleton {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (max-width: 768px) {
    .module-singlecommdity .singlecommodity__skeleton {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .module-singlecommdity .skeleton__left, .module-singlecommdity .skeleton__right {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .module-singlecommdity .skeleton__right {
        margin-top: 20px
    }
}

.banner-mask {
    padding: 5% 0
}

.banner-mask, .banner-mask:after {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.banner-mask:after {
    background: #000;
    content: "";
    left: 0;
    opacity: var(--item-opacity);
    z-index: 1
}

.top-left {
    align-items: flex-start;
    margin: auto auto auto 10%;
    text-align: start
}

.top, .top-left {
    justify-content: flex-start
}

.top {
    align-items: center;
    margin: auto
}

.top-right {
    align-items: flex-end;
    justify-content: flex-start;
    margin: auto 10% auto auto;
    text-align: end
}

.center {
    align-items: center;
    margin: auto
}

.center, .left {
    justify-content: center
}

.left {
    align-items: flex-start;
    margin: auto auto auto 10%;
    text-align: start
}

.right {
    align-items: flex-end;
    justify-content: center;
    margin: auto 10% auto auto;
    text-align: end
}

.bottom-left {
    align-items: flex-start;
    margin: auto auto auto 10%;
    text-align: start
}

.bottom, .bottom-left {
    justify-content: flex-end
}

.bottom {
    align-items: center;
    margin: auto
}

.bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
    margin: auto 10% auto auto;
    text-align: end
}

.text-bottom-left, .text-top-left {
    text-align: left
}

.text-bottom-right, .text-top-right {
    text-align: right
}

.text-bottom, .text-top {
    text-align: center
}

.vogue-swiper .swiper-slide {
    overflow: hidden;
    position: relative
}

.vogue-swiper .banner-text {
    color: #fff;
    flex-direction: column;
    height: 100%;
    max-width: 50%;
    position: relative;
    width: 100%;
    z-index: 2
}

.vogue-swiper .banner-text h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px
}

.vogue-swiper .banner-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.vogue-swiper .banner-text .btn {
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 11px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.vogue-swiper .vogue-button-next, .vogue-swiper .vogue-button-prev {
    background: #fff;
    border: 1px solid #d6d7da;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: -21px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 10
}

.vogue-swiper .vogue-button-next i, .vogue-swiper .vogue-button-prev i {
    color: #333;
    font-size: 24px
}

.vogue-swiper .vogue-button-next {
    right: 20px
}

.vogue-swiper .vogue-button-prev {
    left: 20px
}

.banner-tile {
    overflow: hidden;
    position: relative
}

.banner-tile .banner-text {
    color: #fff;
    flex-direction: column;
    height: 100%;
    max-width: 50%;
    position: relative;
    width: 100%;
    z-index: 2
}

.banner-tile .banner-text h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px
}

.banner-tile .banner-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.banner-tile .banner-text .btn {
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 11px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .vogue-swiper .vogue-button-next i, .vogue-swiper .vogue-button-prev i {
        font-size: 26px
    }

    .vogue-swiper .banner-text {
        max-width: 72%
    }

    .vogue-swiper .text-float h5 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 10px
    }

    .vogue-swiper .text-float p {
        font-size: 14px;
        line-height: 16px
    }

    .banner-tile img {
        width: 100%
    }

    .banner-tile .banner-text {
        max-width: 72%
    }

    .banner-tile .banner-text h2, .banner-tile .banner-text p {
        line-height: normal
    }

    .banner-tile .banner-text h2 {
        font-size: 20px
    }

    .banner-tile .banner-text p {
        font-size: 14px
    }
}

.vogue-video {
    height: 750px;
    position: relative;
    width: 100%
}

.vogue-video .video-area {
    background: #000;
    display: none;
    height: 750px
}

.vogue-video .video, .vogue-video .video-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.vogue-video .video img {
    height: 750px;
    object-fit: cover;
    width: 100%
}

.vogue-video .video .video-text {
    color: #fff;
    font-weight: 500;
    left: 50%;
    max-width: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.vogue-video .video .video-text i {
    font-size: 60px;
    opacity: .8
}

.vogue-video .video .video-text h5 {
    font-size: 36px;
    line-height: 54px
}

.vogue-video .video .video-text p {
    font-size: 20px;
    line-height: 30px
}

.vogue-video .video .center {
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%)
}

.vogue-video .video .left {
    left: 10%;
    text-align: left;
    transform: translateY(-50%)
}

.vogue-video .video .right {
    left: auto;
    right: 10%;
    text-align: right;
    transform: translateY(-50%)
}

.vogue-video iframe {
    height: 100%;
    width: 100%
}

.vogue-video .video-shut {
    background: #fff;
    border-radius: 12.5px;
    color: #000;
    display: block;
    float: left;
    font-size: medium;
    font-weight: bolder;
    height: 25px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 25px
}

.vogue-video #shadow {
    background: #000;
    bottom: 0;
    display: none;
    filter: alpha(opacity=50);
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

@media screen and (max-width: 767px) {
    .video-area {
        background: #000 !important;
        height: 180px !important;
        width: 100% !important
    }

    .vogue-video {
        margin-top: 20px !important
    }

    .vogue-video, .vogue-video .video img {
        height: 180px !important
    }

    .vogue-video .video .video-text {
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%)
    }

    .vogue-video .video .video-text i {
        font-size: 40px
    }

    .vogue-video .video-btn {
        height: 100% !important
    }
}

.vogue-hotsales h5 {
    color: #222;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px
}

.vogue-hotsales .blend {
    display: flex
}

.vogue-hotsales .blend .blend-main {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 50%
}

.vogue-hotsales .blend .blend-main .vogue-am {
    width: 100%
}

.vogue-hotsales .blend .blend-main .blend-main-item {
    width: 50%
}

.vogue-hotsales .vogue-home-banner .swiper-button-prev {
    left: max(-25vw+25%, -60px)
}

.vogue-hotsales .vogue-home-banner .swiper-button-next {
    right: max(-25vw+25%, -60px)
}

.vogue-hotsales .container--wide .swiper-button-prev {
    left: 20px
}

.vogue-hotsales .container--wide .swiper-button-next {
    right: 20px
}

.vogue-imagetext .vogue-imagetext-header {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center
}

.vogue-imagetext .left-img {
    overflow: hidden
}

.vogue-imagetext .left-img img {
    height: 100%;
    object-fit: cover;
    transition: transform 8s cubic-bezier(.25, .46, .45, .94)
}

.vogue-imagetext .left-img:hover img {
    transform: scale(1.2)
}

.vogue-imagetext .card-effect__none img {
    transition: unset !important
}

.vogue-imagetext .card-effect__none:hover img {
    transform: unset !important
}

.vogue-imagetext .right-text {
    padding: 32px 36px
}

.vogue-imagetext .right-text h3 {
    font-size: 36px;
    margin-bottom: 12px
}

.vogue-imagetext .right-text p {
    font-size: 16px;
    line-height: inherit !important
}

.vogue-imagetext .right-text .subtext {
    margin-bottom: 49px
}

.vogue-imagetext .right-text .subtext img {
    height: auto;
    object-fit: cover
}

.vogue-imagetext .blend {
    display: flex
}

.vogue-imagetext .blend .blend-main, .vogue-imagetext .blend .blend-main2 {
    display: inline-block;
    position: relative;
    width: 50%
}

.vogue-imagetext .blend .blend-main2 .collections-image, .vogue-imagetext .blend .blend-main2 .image-card, .vogue-imagetext .blend .blend-main2 .vogue-image-card, .vogue-imagetext .blend .blend-main2 img, .vogue-imagetext .blend .blend-main .collections-image, .vogue-imagetext .blend .blend-main .image-card, .vogue-imagetext .blend .blend-main .vogue-image-card, .vogue-imagetext .blend .blend-main img {
    height: 100%
}

.vogue-imagetext .blend .blend-main2 img, .vogue-imagetext .blend .blend-main img {
    object-fit: cover
}

.vogue-imagetext .blend .blend-main2 .vogue-am, .vogue-imagetext .blend .blend-main .vogue-am {
    width: 100%
}

.vogue-imagetext .blend .blend-main2 .blend-main-item, .vogue-imagetext .blend .blend-main .blend-main-item {
    height: 50%;
    width: 100%
}

.vogue-imagetext .blend .blend-main2 .blend-main-item:first-of-type, .vogue-imagetext .blend .blend-main .blend-main-item:first-of-type {
    padding-bottom: 10px
}

.vogue-imagetext .blend .blend-main2 .blend-main-item:nth-child(2), .vogue-imagetext .blend .blend-main .blend-main-item:nth-child(2) {
    padding-top: 10px
}

.vogue-imagetext .blend .blend-main {
    margin-right: 20px
}

.vogue-imagetext .blend .blend-main2 {
    width: 50%
}

.vogue-imagetext .six-blend {
    display: flex;
    height: 600px
}

.vogue-imagetext .six-blend .blend-items, .vogue-imagetext .six-blend .blend-items2 {
    display: inline-block;
    position: relative
}

.vogue-imagetext .six-blend .gallery-image-wrapper {
    position: relative
}

.vogue-imagetext .six-blend .gallery-image-wrapper .image-card, .vogue-imagetext .six-blend .gallery-image-wrapper .image-card .vogue-image-card, .vogue-imagetext .six-blend .gallery-image-wrapper .image-card .vogue-image-card .collections-image {
    height: 100%
}

.vogue-imagetext .six-blend .gallery-image-wrapper .image-card .vogue-image-card .collections-image img {
    height: 100%;
    object-fit: cover
}

.vogue-imagetext .six-blend .blend-items {
    width: 30.5%
}

.vogue-imagetext .six-blend .blend-items2 {
    width: 69.5%
}

.vogue-imagetext .image-card, .vogue-imagetext .right-text {
    line-height: 1.5
}

.vogue-imagetext--grid .row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.vogue-imagetext--grid .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px
}

@media screen and (max-width: 1200px) {
    .vogue-imagetext .six-blend {
        height: 450px !important
    }
}

@media screen and (max-width: 960px) {
    .vogue-imagetext .six-blend {
        height: 350px !important
    }
}

@media screen and (min-width: 768px) {
    .vogue-imagetext .vogue-imagetext-header {
        margin-top: 40px
    }
}

@media screen and (max-width: 768px) {
    .vogue-imagetext .vogue-imagetext-header {
        margin-top: 27px
    }

    .vogue-imagetext .right-text {
        justify-content: start !important;
        padding: 20px 15px 0 !important
    }

    .vogue-imagetext .right-text h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 20px
    }

    .vogue-imagetext .right-text p {
        font-size: 16px;
        line-height: inherit !important
    }

    .vogue-imagetext .right-text .subtext {
        margin-bottom: 20px
    }

    .vogue-imagetext .right-text a {
        font-weight: 700;
        margin-bottom: 20px;
        padding: 8px 16px
    }

    .vogue-imagetext--grid .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

.image-components .swiper-button-next, .image-components .swiper-button-prev {
    background: #fff;
    border: 1px solid #d6d7da;
    border-radius: 50%;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    top: calc(50% - 20px);
    width: 40px !important
}

.image-components .swiper-button-next i, .image-components .swiper-button-prev i {
    color: #333;
    font-size: 24px
}

.image-components .swiper-button-next.swiper-button-black, .image-components .swiper-button-prev.swiper-button-black {
    background-image: none
}

.image-components.container .vogue-mark .swiper-button-prev {
    left: max(-25vw+25%, -60px) !important
}

.image-components.container .vogue-mark .swiper-button-next {
    right: max(-25vw+25%, -60px) !important
}

.image-components.container .vogue-mark .swiper {
    padding: 0 !important
}

.image-components.container--wide .vogue-mark .swiper-button-prev {
    left: 20px !important
}

.image-components.container--wide .vogue-mark .swiper-button-next {
    right: 20px !important
}

.image-components.container--full .vogue-mark .swiper-button-prev {
    left: 20px !important
}

.image-components.container--full .vogue-mark .swiper-button-next {
    right: 20px !important
}

.rich_text {
    margin: 0 10%;
    overflow: hidden;
    padding: 40px 10%;
    text-align: center
}

.rich_text .rich_text_header {
    font-size: 26px;
    margin-bottom: 18px
}

.rich_text hr {
    background: #222323;
    display: inline-block;
    height: 2px;
    margin: 10px 0;
    width: 50px
}

.rich_text .rich_text_content {
    font-size: 20px
}

.rich_text .rich_text_content a, .rich_text .rich_text_content a:hover {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline
}

.container--full .rich_text, .container--wide .rich_text {
    margin: 0 auto
}

@media screen and (max-width: 1023px) {
    .rich_text {
        padding: 40px 10% !important
    }
}

@media screen and (max-width: 767px) {
    .rich_text {
        margin: 0;
        padding: 40px 0 !important
    }
}

.vogue-publicity {
    font-family: var(--text-font-family);
    text-align: center
}

.vogue-publicity .pb-header {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 34px;
    margin-top: 72px;
    padding: 0 40px
}

.vogue-publicity .pb-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.vogue-publicity .pb-main > div {
    height: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    width: 100%;
    z-index: 10
}

.vogue-publicity .pb-main > div > img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.vogue-publicity .pb-main .pb-main-header {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 40px
}

.vogue-publicity .pb-main .pb-main-con {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 535px;
    padding: 15px 16px 30px
}

.vogue-publicity .pb-main .pb-main-con b, .vogue-publicity .pb-main .pb-main-con strong {
    font-weight: 700
}

.vogue-publicity .pb-main .pb-main-con img {
    height: auto;
    object-fit: cover
}

.vogue-publicity .pb-main .pb-button {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 100%
}

.vogue-publicity .pb-main .pb-button > a {
    align-items: center;
    border: 1px solid #000;
    color: #333;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 1px;
    min-height: 44px;
    min-width: 162px;
    text-align: center;
    text-transform: uppercase
}

.vogue-publicity .pb-main .pb-button :nth-child(2) {
    background: #000 !important;
    color: #fff !important;
    margin-left: 10px
}

.vogue-publicity .pb-main .pb-tips {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25
}

.vogue-publicity .pb-main .pb-tips a {
    cursor: pointer;
    text-decoration: underline
}

.vogue-publicity .pb-main .pb-tips img {
    height: auto;
    object-fit: cover
}

@media screen and (max-width: 768px) {
    .vogue-publicity .pb-header {
        margin-top: 40px
    }

    .vogue-publicity .pb-main > div {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .vogue-publicity .pb-main .pb-main-header {
        font-size: 18px;
        line-height: 30px
    }

    .vogue-publicity .pb-main .pb-main-con {
        max-width: 100%
    }

    .vogue-publicity .pb-main .pb-tips {
        margin-top: 40px
    }
}

.subscribe {
    background-color: #f5f5f5;
    margin-bottom: 40px;
    padding: 48px 24px;
    text-align: center
}

.subscribe h2 {
    color: #111;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px
}

.subscribe p {
    font-size: 15px;
    margin: 12px 0 18px
}

.subscribe .subscribe-form {
    margin: 0 auto;
    max-width: 720px
}

.subscribe .subscribe-form form {
    display: flex
}

.subscribe .subscribe-form input {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #1e0909;
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
    padding: 0 12px;
    width: 66.66%
}

.subscribe .subscribe-form button, .subscribe .subscribe-form input {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 48px;
    transition: all .3s ease-in-out
}

.subscribe .subscribe-form button {
    align-items: center;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: shakeMe;
    animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #d34a4a;
    border: none;
    border-radius: 0;
    box-sizing: inherit;
    color: #fff;
    display: flex;
    font: inherit;
    font-size: 13px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 30px;
    list-style: none;
    margin-left: -5px;
    opacity: 1;
    overflow: visible;
    padding: 9px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateZ(0);
    vertical-align: top;
    width: 33.33%
}

.subscribe .subscribe-form button span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: 6px
}

.subscribe .subscribe-form button[disabled] {
    cursor: not-allowed
}

.subscribe .subscribe-form__finish {
    color: #111;
    font-family: var(--text-font-family);
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .subscribe {
        margin: 0 18px
    }

    .subscribe .subscribe-form form {
        flex-wrap: wrap
    }

    .subscribe .subscribe-form input {
        width: 100%
    }

    .subscribe .subscribe-form button {
        margin: 12px 0 0;
        width: 100%
    }

    .container--full .subscribe {
        margin: 0
    }
}

.subscribe .subscribe-form__form .button {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 24px
}

.subscribe .subscribe-form__form .button span {
    font-size: inherit
}

@media screen and (max-width: 767px) {
    .subscribe {
        margin-left: 0;
        margin-right: 0
    }
}

.blog-collection {
    overflow: hidden
}

.blog-collection__wrapper {
    margin: -12px
}

.blog-collection__card {
    padding: 12px;
    width: var(--blog-card-width)
}

.blog-collection__button {
    margin-top: 40px;
    text-align: center
}

.blog-collection__button a {
    padding: 10px 18px
}

@media screen and (max-width: 767px) {
    .blog-collection__wrapper {
        margin: -8px 0
    }

    .blog-collection__card {
        padding: 8px 0;
        width: 100%
    }
}

.blog-collection .blog-card {
    border: 1px solid #d6d7da;
    padding: 16px
}

.blog-collection .blog-card .ellipsis-container {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-collection .blog-card__img-wrapper {
    position: relative;
    width: 32%
}

.blog-collection .blog-card__img {
    height: 0;
    width: 100%
}

.blog-collection .blog-card__img--1_1 {
    padding-bottom: 100%
}

.blog-collection .blog-card__img--3_2 {
    padding-bottom: 66.667%
}

.blog-collection .blog-card__img--4_3 {
    padding-bottom: 75%
}

.blog-collection .blog-card__img--16_9 {
    padding-bottom: 56.25%
}

.blog-collection .blog-card__img v-lazy-img {
    background-color: #f1f1f1;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.blog-collection .blog-card__img img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.blog-collection .blog-card__content-wrapper {
    flex: 1;
    margin-left: 24px
}

.blog-collection .blog-card__title {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5
}

.blog-collection .blog-card__collection-name {
    color: #909399;
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px
}

.blog-collection .blog-card__collection-name a {
    color: #909399
}

.blog-collection .blog-card__summary {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px
}

.blog-collection .blog-card__footer {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px
}

.blog-collection .blog-card__read-more {
    color: #333;
    font-weight: 600;
    margin-right: 20px;
    text-decoration: underline;
    text-transform: capitalize
}

.blog-collection .blog-card__author {
    color: #909399;
    flex: 1;
    font-weight: 400
}

.blog-collection .blog-card__author a {
    color: #909399;
    text-decoration: none
}

.blog-collection .blog-card--grid {
    height: 100%
}

.blog-collection .blog-card--grid .blog-card__img-wrapper {
    width: 100%
}

.blog-collection .blog-card--grid .blog-card__content-wrapper {
    flex: 1;
    margin-left: 0;
    margin-top: 16px
}

.blog-collection .blog-card--grid .blog-card__content {
    flex: 1
}

.blog-collection .blog-card--grid .blog-card__author {
    margin-left: 0
}

.blog-collection .blog-card--grid .blog-card__title {
    margin-top: 16px
}

.blog-collection .blog-card--grid .blog-card__footer {
    border-top: 1px solid #e2e2e4;
    padding-top: 16px
}

@media screen and (max-width: 767px) {
    .blog-collection .blog-card__img-wrapper {
        width: 100%
    }

    .blog-collection .blog-card__content-wrapper {
        margin-left: 0;
        margin-top: 12px
    }

    .blog-collection .blog-card__footer, .blog-collection .blog-card__summary, .blog-collection .blog-card__title {
        margin-top: 12px
    }

    .blog-collection .blog-card__footer {
        border-top: 1px solid #e2e2e4;
        padding-top: 12px
    }
}

.blog-collection .home-title {
    color: #222;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .blog-collection .home-title {
        font-size: 18px;
        margin-bottom: 25px
    }
}

.blog-collection__button a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 22px;
    text-decoration: none
}

body {
    background-color: #FFFFFF;
}

/**/
#appContainer {
    position: absolute;
    height: 0;
    overflow: hidden;
}
