@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'Roslindale';
    src: url('webfonts/RoslindaleVariable-VF-Testing.woff2') format('woff2'),
        url('webfonts/roslindale.woff') format('woff'),
        url('webfonts/RoslindaleVariable-VF-Testing.ttf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* CSS Variables for easy usage */
:root {
    --font-family-obviously: 'Montserrat', sans-serif;
    --font-family-roslindale: 'Roslindale', serif;
    --font-family-bebas: 'Bebas Neue', sans-serif;
}

/* === End font setup ============================================== */

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-blue: #0070d2;
    --color-green: #004c00;
    --color-primary: #00a1e0;
    --color-red: #f10303;
    --color-success: var(--color-green);
    --color-danger: var(--color-red);
    --color-light-blue: #6d91f9;
    --color-grey1: #f9f9f9;
    --color-grey2: #eee;
    --color-grey3: #ccc;
    --color-grey4: #999;
    --color-grey5: #666;
    --color-grey6: #444;
    --color-grey7: #222;
    --color-grey8: #333;
    --color-grey-transparent-1: rgba(0, 0, 0, 0.65);
    --color-grey-transparent-2: rgba(0, 0, 0, 0.25);
    --color-light-gray: var(--color-grey1);
    --color-slightly-darker-gray: var(--color-grey4);
    --color-dark-gray: var(--color-grey6);
    --color-darker-gray: var(--color-grey7);
    --color-horizontal-rule-grey: var(--color-grey3);
    --color-product-number-grey: var(--color-grey3);
    --color-horizontal-border-grey: var(--color-grey4);
    --color-menu-link: var(--color-grey6);
    --color-close-menu-bg: var(--color-grey2);
    --color-link-color: var(--color-dark-gray);
    --color-hr-border-color: var(--color-grey3);
    --skin-background-color-1: var(--color-gray1);
    --skin-border-color-1: var(--color-white);
    --skin-main-text-color-1: var(--color-gray7);
    --skin-main-text-color-2: var(--color-gray7);
    --skin-menu-color-1: #444;
    --skin-menu-color-1-invert: var(--color-white);
    --skin-menu-color-2: #222;
    --skin-link-color-1: #444;
    --skin-link-color-2: var(--color-blue);
    --skin-primary-color-1: var(--color-primary);
    --skin-primary-color-2: var(--color-primary);
    --skin-primary-color-invert-1: var(--color-white);
    --skin-selectbox-background-color-1: var(--color-white);
    --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
    --skin-banner-background-color-1: #444;
    --skin-banner-background-color-2: #222;
    --skin-banner-text-color-1: var(--color-white);
    --skin-heading-color-1: var(--color-primary);
    --skin-heading-color-1-invert: var(--color-white);
    --skin-price-1: var(--color-gray7);
    --skin-header-font: 'Dosis';
    --skin-body-font: var(--font-family-sans-serif)
}

:root {
    --blue: #0070d2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f10303;
    --orange: #ff5346;
    --yellow: #ff9e10;
    --green: #004c00;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ff0064;
    --secondary: #6c757d;
    --success: #008827;
    --info: #17a2b8;
    --warning: #ff9e10;
    --danger: #c00;
    --light: #fff;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 544px;
    --breakpoint-md: 769px;
    --breakpoint-lg: 991.98px;
    --breakpoint-xl: 1314px;
    --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
}

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

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

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

body {
    margin: 0;
    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;
    color: #212529;
    text-align: left;
    background-color: #f9f9f9
}

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

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

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

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #444;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #1e1e1e;
    text-decoration: underline
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

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
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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

small,
.small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

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

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

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

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

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

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f9f9f9;
    border: 1px solid #dee2e6;
    border-radius: .1875rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .1875rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-xl {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1314px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1267px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

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

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

.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,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 544px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 769px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 991.98px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1314px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ccc
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc
}

.table tbody+tbody {
    border-top: 2px solid #ccc
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #ccc
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ccc
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #ffb8d4
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #ff7aae
}

.table-hover .table-primary:hover {
    background-color: #ff9fc5
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ff9fc5
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #b8dec3
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #7ac18f
}

.table-hover .table-success:hover {
    background-color: #a7d6b4
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #a7d6b4
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffe4bc
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffcd83
}

.table-hover .table-warning:hover {
    background-color: #ffdaa3
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffdaa3
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f1b8b8
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #e47a7a
}

.table-hover .table-danger:hover {
    background-color: #eda3a3
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #eda3a3
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fff
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fff
}

.table-hover .table-light:hover {
    background-color: #f2f2f2
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #f2f2f2
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #ccc
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 543.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 768.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.96px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1313.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .1875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff80b2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .1875rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #008827
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 8px 8px;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #008827;
    border-radius: 10px
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #008827;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #008827;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, 0.25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #008827;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #008827;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #008827
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #008827
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #008827
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #00bb36;
    background-color: #00bb36
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #008827
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #008827
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #008827;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #c00
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 8px 8px;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #c00;
    border-radius: 10px
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #c00;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c00' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, 0.25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #c00;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c00' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #c00
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #c00
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #c00
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: red;
    background-color: red
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #c00
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #c00
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #c00;
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, 0.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 544px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #ff0064;
    border-color: #ff0064
}

.btn-primary:hover {
    color: #fff;
    background-color: #d90055;
    border-color: #cc0050
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #d90055;
    border-color: #cc0050;
    box-shadow: 0 0 0 .2rem rgba(255, 38, 123, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ff0064;
    border-color: #ff0064
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc0050;
    border-color: #bf004b
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 38, 123, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #008827;
    border-color: #008827
}

.btn-success:hover {
    color: #fff;
    background-color: #00621c;
    border-color: #005518
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #00621c;
    border-color: #005518;
    box-shadow: 0 0 0 .2rem rgba(38, 154, 71, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #008827;
    border-color: #008827
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005518;
    border-color: #004815
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 154, 71, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ff9e10;
    border-color: #ff9e10
}

.btn-warning:hover {
    color: #212529;
    background-color: #e98a00;
    border-color: #dc8300
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e98a00;
    border-color: #dc8300;
    box-shadow: 0 0 0 .2rem rgba(222, 140, 20, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ff9e10;
    border-color: #ff9e10
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #dc8300;
    border-color: #cf7b00
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 140, 20, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-danger:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #900
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #a60000;
    border-color: #900;
    box-shadow: 0 0 0 .2rem rgba(212, 38, 38, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #900;
    border-color: #8c0000
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(212, 38, 38, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #ff0064;
    border-color: #ff0064
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff0064;
    border-color: #ff0064
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ff0064;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff0064;
    border-color: #ff0064
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #008827;
    border-color: #008827
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #008827;
    border-color: #008827
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #008827;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #008827;
    border-color: #008827
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ff9e10;
    border-color: #ff9e10
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ff9e10;
    border-color: #ff9e10
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 158, 16, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ff9e10;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff9e10;
    border-color: #ff9e10
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 158, 16, 0.5)
}

.btn-outline-danger {
    color: #c00;
    border-color: #c00
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #c00;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, 0.5)
}

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #444;
    text-decoration: none
}

.btn-link:hover {
    color: #1e1e1e;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .1875rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 544px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 769px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 991.98px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1314px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff0064
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .1875rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff0064;
    background-color: #ff0064
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ff80b2
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ffb3d1;
    border-color: #ffb3d1
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .1875rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ff0064;
    background-color: #ff0064
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 100, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(255, 0, 100, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 100, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 100, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .1875rem;
    -webkit-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ff80b2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ff80b2;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .1875rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .1875rem .1875rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ff0064;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ffb3d1
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff0064;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ffb3d1
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ff0064;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ffb3d1
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f9f9f9;
    border-color: #dee2e6 #dee2e6 #f9f9f9
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .1875rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff0064
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .1875rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 543.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 544px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 768.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 769px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.96px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 991.98px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1313.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1314px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .1875rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.1875rem - 1px) calc(.1875rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.1875rem - 1px) calc(.1875rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.1875rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px)
}

.card-deck .card {
    margin-bottom: 7.5px
}

@media (min-width: 544px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 7.5px;
        margin-bottom: 0;
        margin-left: 7.5px
    }
}

.card-group>.card {
    margin-bottom: 7.5px
}

@media (min-width: 544px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 544px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: .1875rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .1875rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #444;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #1e1e1e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff0064;
    border-color: #ff0064
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

.badge {
    display: inline-block;
    padding: 15px .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 35px
}

.badge-primary {
    color: #fff;
    background-color: #ff0064
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #cc0050
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 100, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #008827
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #005518
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ff9e10
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #dc8300
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 158, 16, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #c00
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #900
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #fff
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .1875rem
}

@media (min-width: 544px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .1875rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #850034;
    background-color: #ffcce0;
    border-color: #ffb8d4
}

.alert-primary hr {
    border-top-color: #ff9fc5
}

.alert-primary .alert-link {
    color: #520020
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #004714;
    background-color: #cce7d4;
    border-color: #b8dec3
}

.alert-success hr {
    border-top-color: #a7d6b4
}

.alert-success .alert-link {
    color: #001406
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #855208;
    background-color: #ffeccf;
    border-color: #ffe4bc
}

.alert-warning hr {
    border-top-color: #ffdaa3
}

.alert-warning .alert-link {
    color: #553405
}

.alert-danger {
    color: #6a0000;
    background-color: #f5cccc;
    border-color: #f1b8b8
}

.alert-danger hr {
    border-top-color: #eda3a3
}

.alert-danger .alert-link {
    color: #370000
}

.alert-light {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-light hr {
    border-top-color: #f2f2f2
}

.alert-light .alert-link {
    color: #6c6c6c
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .1875rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff0064;
    transition: width 0.6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .1875rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff0064;
    border-color: #ff0064
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .1875rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .1875rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 544px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 769px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 991.98px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1314px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #850034;
    background-color: #ffb8d4
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #850034;
    background-color: #ff9fc5
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #850034;
    border-color: #850034
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #004714;
    background-color: #b8dec3
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #004714;
    background-color: #a7d6b4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004714;
    border-color: #004714
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #855208;
    background-color: #ffe4bc
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #855208;
    background-color: #ffdaa3
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #855208;
    border-color: #855208
}

.list-group-item-danger {
    color: #6a0000;
    background-color: #f1b8b8
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #6a0000;
    background-color: #eda3a3
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6a0000;
    border-color: #6a0000
}

.list-group-item-light {
    color: #858585;
    background-color: #fff
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

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

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

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

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@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: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

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

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

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

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

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

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

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

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

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .1875rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

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

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

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

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

    .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: 991.98px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #fff
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #fff
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fff
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #fff
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 10px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .1875rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .1875rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .1875rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .1875rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !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: #ff0064 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
    background-color: transparent !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: #ff0064 !important
}

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

.border-success {
    border-color: #008827 !important
}

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

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

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

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

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

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

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

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

.rounded-top {
    border-top-left-radius: .1875rem !important;
    border-top-right-radius: .1875rem !important
}

.rounded-right {
    border-top-right-radius: .1875rem !important;
    border-bottom-right-radius: .1875rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important
}

.rounded-left {
    border-top-left-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important
}

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

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

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

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

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

.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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 544px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

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

@media (min-width: 769px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

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

@media (min-width: 991.98px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

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

@media (min-width: 1314px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1314px) {
    .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;
    -ms-user-select: all !important;
    user-select: all !important
}

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

.user-select-none {
    -webkit-user-select: none !important;
    -ms-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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

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

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

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

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

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 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: 544px) {
    .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: 769px) {
    .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: 991.98px) {
    .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: 1314px) {
    .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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.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: 544px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 769px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width: 991.98px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width: 1314px) {
    .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: #ff0064 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #b30046 !important
}

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

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #008827 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #003c11 !important
}

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

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ff9e10 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #c37400 !important
}

.text-danger {
    color: #c00 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: maroon !important
}

.text-light {
    color: #fff !important
}

a.text-light:hover,
a.text-light:focus {
    color: #d9d9d9 !important
}

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

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 991.98px !important
    }

    .container {
        min-width: 991.98px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #ccc
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #ccc
    }
}

.pull-left-xs {
    float: left
}

.pull-right-xs {
    float: right
}

@media (min-width: 544px) and (max-width: 768.98px) {
    .pull-left-sm {
        float: left
    }

    .pull-right-sm {
        float: right
    }
}

@media (min-width: 769px) and (max-width: 991.96px) {
    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }
}

@media (min-width: 991.98px) and (max-width: 1313.98px) {
    .pull-left-lg {
        float: left
    }

    .pull-right-lg {
        float: right
    }
}

@media (min-width: 1314px) {
    .pull-left-xl {
        float: left
    }

    .pull-right-xl {
        float: right
    }
}

@media (max-width: 543.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (max-width: 768.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (max-width: 991.96px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (max-width: 1313.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.row.equal-height>[class^="col"] {
    display: -ms-flexbox;
    display: flex
}

.modal-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0
}

input[placeholder] {
    text-overflow: ellipsis
}

header~#maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
    color: var(--skin-link-color-2)
}

.hide-order-discount {
    display: none
}

.hide-shipping-discount {
    display: none
}

.order-discount {
    color: #008827
}

.shipping-discount {
    color: #008827
}

.error-messaging {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.error-hero {
    background-image: url("../images/storelocator.jpg");
    margin-bottom: 0.625em
}

.error-message {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem
}

.error.continue-shopping {
    margin-bottom: 6.25em
}

.error-unassigned-category {
    color: #f10303
}

.skip {
    position: absolute;
    left: 0;
    top: -4.2em;
    overflow: hidden;
    padding: 1em 1.5em;
    background: #fff;
    transition: all 0.2s ease-in-out
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 10000000;
    background: #fff;
    transition: all 0.2s ease-in-out
}

.card-header-custom {
    font-size: 1.5rem;
    margin-bottom: 0
}

@media (max-width: 543.98px) {
    .menu-toggleable-left.navbar-toggleable-xs {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-xs.in {
        min-width: 50%;
        left: 0
    }
}

@media (max-width: 768.98px) {
    .menu-toggleable-left.navbar-toggleable-sm {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-sm.in {
        min-width: 50%;
        left: 0
    }
}

@media (max-width: 991.96px) {
    .menu-toggleable-left.navbar-toggleable-md {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-md.in {
        min-width: 50%;
        left: 0
    }
}

@media (max-width: 1313.98px) {
    .menu-toggleable-left.navbar-toggleable-lg {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-lg.in {
        min-width: 50%;
        left: 0
    }
}

.menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%
}

.menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 50%;
    left: 0
}

.navbar.bg-inverse {
    background-color: transparent !important;
    padding: 0
}

@media (min-width: 769px) {
    .navbar.bg-inverse .navbar-nav .nav-item+.nav-item {
        margin-left: 0
    }

    .navbar.bg-inverse .navbar-nav .nav-link {
        padding: 0.8rem;
        white-space: nowrap
    }
}

.navbar-expand-md .navbar-nav.nav-center {
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-expand-md .navbar-nav.nav-spaced {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.navbar-expand-md .navbar-nav.nav-right {
    -ms-flex-pack: end;
    justify-content: end
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
    background-color: #fff;
    color: #444
}

@media (min-width: 769px) {
    .nav-item>.nav-link {
        color: #fff
    }
}

@media (max-width: 768.98px) {
    .main-menu.menu-toggleable-left {
        background-color: #fff;
        z-index: 4
    }
}

.menu-toggleable-left .close-menu {
    padding: 15px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width: 769px) {
    .menu-toggleable-left .close-menu {
        display: none
    }
}

.menu-toggleable-left .menu-group {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.menu-toggleable-left li>.close-menu {
    margin-right: 0;
    margin-top: -0.6rem;
    margin-left: 0
}

@media (max-width: 768.98px) {
    .menu-toggleable-left .bg-inverse {
        background-color: white !important;
        color: #222
    }
}

@media (max-width: 543.98px) {
    .menu-toggleable-left.in {
        right: 0;
        margin-right: 1.25em
    }
}

@media (max-width: 768.98px) {
    .menu-toggleable-left.in .nav-item+.nav-item {
        border-top: 1px solid #eee
    }

    .menu-toggleable-left.in .dropdown {
        display: block;
        position: static
    }

    .menu-toggleable-left.in .dropdown-toggle {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .dropdown-toggle::after {
        border-top: 0.3em solid transparent;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
        position: absolute;
        right: 0.3em;
        margin-top: 0.55em
    }

    .menu-toggleable-left.in .nav-item .nav-link {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .show>.dropdown-menu {
        left: 0
    }

    .menu-toggleable-left.in .dropdown-menu {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0 none;
        transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
        display: block
    }
}

.multilevel-dropdown .dropdown-menu {
    top: 90%;
    border: 0;
    border-radius: 0
}

@media (min-width: 769px) {
    .multilevel-dropdown .dropdown-menu {
        box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4)
    }
}

.multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em
}

@media (min-width: 769px) {
    .multilevel-dropdown .dropdown-menu>.dropdown>.dropdown-menu {
        top: -0.65em;
        left: 99%
    }
}

.multilevel-dropdown .navbar>.close-menu>.back {
    display: none
}

.multilevel-dropdown .close-menu .back .caret-left {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-left: 0.3 solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin-bottom: 0.125em
}

.multilevel-dropdown .dropdown-item {
    padding: 0 0 0 1em
}

.multilevel-dropdown .dropdown-item .dropdown-link {
    display: block;
    padding: 0.425em 5em 0.425em 0
}

.multilevel-dropdown .dropdown-item+.dropdown-item {
    border-top: 1px solid #eee
}

.multilevel-dropdown .dropdown-item.top-category {
    font-weight: bold
}

.multilevel-dropdown .dropdown-item.top-category>.nav-link {
    padding-left: 0
}

.header {
    position: relative
}

.navbar-header {
    height: 4.375em
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
    display: inline-block;
    margin: 1.125em 0 0 0.5em
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
    line-height: 2.25em;
    height: auto
}

.navbar-header .navbar-toggler {
    font-size: 1.6em;
    width: auto
}

.navbar-header .user {
    position: relative
}

.navbar-header .user .popover {
    position: absolute;
    display: none;
    padding: 1em;
    top: 85%;
    left: 0
}

.navbar-header .user .popover a {
    white-space: nowrap;
    margin-bottom: 0.5em
}

.navbar-header .user .popover::before {
    left: 1.5rem
}

.navbar-header .user .popover::after {
    left: 1.5rem
}

.navbar-header .user .popover.show {
    display: block
}

.brand {
    position: absolute;
    left: 50%;
    display: block;
    text-align: center
}

.brand img {
    width: 100%;
    object-fit: contain;
}

@media (min-width: 991.98px) {
    .brand {
        width: 14.125em;
        margin-left: -7.0625em;
        padding-top: 0.5em
    }
}

@media (max-width: 991.96px) {
    .brand {
        width: 4em;
        margin-left: -2em;
        padding-top: 0.8em
    }
}

.main-menu {
    background-color: #444
}

.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.header-banner {
    background-color: #222;
    text-align: center;
    color: #fff
}

.header-banner .close-button {
    width: 2.125em
}

.header-banner .close-button .close {
    opacity: 1;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: var(--skin-primary-color-1)
}

.header-banner .content {
    margin-right: 1.5em;
    padding-top: .3125em;
    padding-bottom: .3125em
}

.minicart {
    margin-top: 0.1875em;
    vertical-align: top
}

.minicart .minicart-icon {
    font-size: 18px
}

.minicart a.minicart-link:hover {
    text-decoration: none
}

.minicart .minicart-quantity {
    background-color: var(--skin-primary-color-1);
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    line-height: normal;
    display: inline-block;
    text-align: center;
    font-size: 0.8125em;
    position: relative;
    top: -0.9375em;
    left: -0.9375em;
    color: #fff
}

a.normal {
    color: var(--skin-primary-color-1);
    text-decoration: underline
}

.slide-up {
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
    max-height: 100px;
    overflow: hidden
}

.slide-up.hide {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1)
}

.dropdown-country-selector {
    margin-top: -0.0625em
}

.cookie-warning-messaging.cookie-warning {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    display: none
}

.valid-cookie-warning {
    background-color: var(--skin-link-color-1);
    color: #fff;
    white-space: nowrap
}

.valid-cookie-warning p {
    margin-top: 0;
    margin-bottom: 0.2em;
    padding-right: 2em
}

.hero {
    height: 25vw;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.hero h1.page-title {
    top: 50%;
    margin: -1em 0 0
}

@media (min-width: 544px) {
    .slant-down::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 0;
        border-left-width: 90vw;
        border-bottom: 4vw solid #f9f9f9
    }
}

@media (min-width: 544px) {
    .slant-up::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left-width: 0;
        border-right-width: 90vw;
        border-top: 4vw solid #f9f9f9
    }
}

h1.page-title {
    position: relative;
    color: white;
    padding: 0.3125em 0.625em 0.3125em calc($grid-gutter-width / 2);
    background-color: var(--skin-primary-color-1);
    display: inline-block;
    margin: 0.9375em 0;
    font-size: 1.5rem
}

@media (min-width: 544px) {
    h1.page-title {
        font-size: 2rem
    }
}

@media (min-width: 769px) {
    h1.page-title {
        font-size: 3rem
    }
}

h1.page-title::before {
    content: "";
    background-color: var(--skin-primary-color-1);
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 1314px) {
    h1.page-title::before {
        width: calc((100vw - 1267px) / 2);
        left: calc((100vw - 1267px) / 2 * -1)
    }
}

@media (min-width: 991.98px) and (max-width: 1313.98px) {
    h1.page-title::before {
        width: calc((100vw -) / 2);
        left: calc((100vw -) / 2 * -1)
    }
}

@media (min-width: 769px) and (max-width: 991.96px) {
    h1.page-title::before {
        width: calc((100vw -) / 2);
        left: calc((100vw -) / 2 * -1)
    }
}

@media (min-width: 1314px) {
    h1.page-title {
        left: calc((100% - 1267px) / 2)
    }
}

@media (min-width: 991.98px) and (max-width: 1313.98px) {
    h1.page-title {
        left: calc((100% -) / 2)
    }
}

@media (min-width: 769px) and (max-width: 991.96px) {
    h1.page-title {
        left: calc((100% -) / 2)
    }
}

@media (max-width: 768.98px) {
    h1.page-title {
        left: 0
    }
}

.notify {
    position: fixed;
    top: 0
}

.swatch-circle-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: 0.2
}

.swatch-filter-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter / 2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: 0.2
}

.swatch-circle-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: 0.2
}

.swatch-filter-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter / 2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: 0.2
}

.swatch-circle-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: 0.2
}

.swatch-filter-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: 0.2
}

.swatch-circle-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: 0.2
}

.swatch-filter-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter / 2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: 0.2
}

.swatch-circle-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: 0.2
}

.swatch-filter-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    background-color: #004c00;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: 0.2
}

.swatch-circle-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: 0.2
}

.swatch-filter-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: 0.2
}

.swatch-circle-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: 0.2
}

.swatch-filter-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter / 2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: 0.2
}

.swatch-circle-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: 0.2
}

.swatch-filter-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter / 2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: 0.2
}

.swatch-circle-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: 0.2
}

.swatch-filter-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: 0.2
}

.swatch-circle-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: 0.2
}

.swatch-filter-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter / 2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: 0.2
}

.swatch-circle-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: 0.2
}

.swatch-filter-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter / 2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: 0.2
}

.swatch-circle-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: 0.2
}

.swatch-filter-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter / 2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: 0.2
}

.swatch-circle-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: 0.2
}

.swatch-filter-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg)
}

.attribute {
    margin-top: 0.938em
}

.attribute label {
    display: block
}

.swatch a {
    text-decoration: none
}

@media (max-width: 543.98px) {
    .primary-images {
        margin: 0;
        padding: 0
    }
}

.prices-add-to-cart-actions {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 50;
    padding-right: 0;
    padding-left: 0;
    left: 0
}

@media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
    }
}

@media (min-width: 544px) {
    .prices-add-to-cart-actions {
        position: static;
        padding: 0 0.9375em
    }
}

.prices-add-to-cart-actions .price {
    text-align: center
}

.prices {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center
}

.cart-and-ipay {
    text-align: center
}

@media (max-width: 543.98px) {
    .cart-and-ipay {
        padding-bottom: 26px
    }

    .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block
    }
}

.add-to-cart-messages {
    transform: translate(-50%, -50%);
    position: fixed;
    top: 15%;
    left: 50%
}

.add-to-basket-alert {
    animation: fade 5s linear forwards;
    box-shadow: 1px 1px 5px grey;
    padding: 1em
}

@keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.add-to-basket-alert.show {
    display: block
}

.simple-quantity {
    margin-top: 1em
}

.main-attributes {
    margin-top: 1em
}

.size-chart {
    margin-top: 1.071em
}

div.availability {
    margin-top: 1.071em
}

.bundle-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc
}

.bundle-item:last-child {
    border-bottom: none
}

.container.product-detail {
    margin-top: 2em;
    margin-bottom: 2em
}

@media (max-width: 543.98px) {
    .container.product-detail {
        margin-top: 0;
        margin-bottom: 0
    }
}

.product-option:not(:first-child) {
    margin-top: 1.071em
}

.swatch-circle-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: 0.2
}

.swatch-filter-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter / 2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: 0.2
}

.swatch-circle-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: 0.2
}

.swatch-filter-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter / 2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: 0.2
}

.swatch-circle-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: 0.2
}

.swatch-filter-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: 0.2
}

.swatch-circle-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: 0.2
}

.swatch-filter-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter / 2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: 0.2
}

.swatch-circle-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: 0.2
}

.swatch-filter-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    background-color: #004c00;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: 0.2
}

.swatch-circle-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: 0.2
}

.swatch-filter-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: 0.2
}

.swatch-circle-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: 0.2
}

.swatch-filter-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter / 2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: 0.2
}

.swatch-circle-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: 0.2
}

.swatch-filter-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter / 2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: 0.2
}

.swatch-circle-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: 0.2
}

.swatch-filter-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: 0.2
}

.swatch-circle-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: 0.2
}

.swatch-filter-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter / 2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: 0.2
}

.swatch-circle-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: 0.2
}

.swatch-filter-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter / 2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: 0.2
}

.swatch-circle-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: 0.2
}

.swatch-filter-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter / 2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: 0.2
}

.swatch-circle-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: 0.2
}

.swatch-filter-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg)
}

.attribute {
    margin-top: 0.938em
}

.attribute label {
    display: block
}

.swatch a {
    text-decoration: none
}

@media (max-width: 543.98px) {
    .primary-images {
        margin: 0;
        padding: 0
    }
}

.prices-add-to-cart-actions {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 50;
    padding-right: 0;
    padding-left: 0;
    left: 0
}

@media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
    }
}

@media (min-width: 544px) {
    .prices-add-to-cart-actions {
        position: static;
        padding: 0 0.9375em
    }
}

.prices-add-to-cart-actions .price {
    text-align: center
}

.prices {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center
}

.cart-and-ipay {
    text-align: center
}

@media (max-width: 543.98px) {
    .cart-and-ipay {
        padding-bottom: 26px
    }

    .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block
    }
}

.add-to-cart-messages {
    transform: translate(-50%, -50%);
    position: fixed;
    top: 15%;
    left: 50%
}

.add-to-basket-alert {
    animation: fade 5s linear forwards;
    box-shadow: 1px 1px 5px grey;
    padding: 1em
}

@keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.add-to-basket-alert.show {
    display: block
}

.simple-quantity {
    margin-top: 1em
}

.main-attributes {
    margin-top: 1em
}

.size-chart {
    margin-top: 1.071em
}

div.availability {
    margin-top: 1.071em
}

.bundle-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc
}

.bundle-item:last-child {
    border-bottom: none
}

.container.product-detail {
    margin-top: 2em;
    margin-bottom: 2em
}

@media (max-width: 543.98px) {
    .container.product-detail {
        margin-top: 0;
        margin-bottom: 0
    }
}

.product-option:not(:first-child) {
    margin-top: 1.071em
}

.quick-view-dialog,
.choose-bonus-product-dialog {
    max-width: 56.25em
}

.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em
}

.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
    background-color: #eee
}

.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem
}

.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
    color: var(--skin-primary-color-1)
}

.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
    font-size: 2rem;
    line-height: 1.5rem
}

.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
    font-size: 1em
}

.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
    font-size: 1.875em
}

.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative
}

.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute
}

.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em
}

.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em
}

.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
    cursor: not-allowed
}

.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
    background-color: #495057
}

.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
    text-align: right
}

.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
    margin-top: 0.938em
}

.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
    max-height: 28.125em;
    overflow-y: auto
}

.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
    font-size: 1.25em
}

.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
    background-color: #fff;
    border: none;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem
}

.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
    font-size: 1.6em
}

.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
    font-size: 1.5rem
}

.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
    text-align: left;
    color: #f10303
}

@media (max-width: 768.98px) {

    .quick-view-dialog .bonus-summary,
    .choose-bonus-product-dialog .bonus-summary {
        font-size: 0.625em
    }
}

@media (max-width: 768.98px) {

    .quick-view-dialog .bonus-summary .bonus-product-name,
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
        padding: 0
    }
}

.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
    margin-right: 0.125em
}

.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
    border: none;
    padding: 0;
    background: none
}

.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
    display: block;
    margin-bottom: 0.5rem
}

.product-tile {
    border: 0;
    margin-bottom: 0
}

@media (max-width: 991.96px) {
    .product-tile {
        min-height: 23.4375em
    }
}

@media (max-width: 768.98px) {
    .product-tile {
        min-height: 19.6875em
    }
}

@media (max-width: 543.98px) {
    .product-tile {
        min-height: 13.4375em
    }
}

.product-tile .tile-body {
    padding: 0.625em 0 1.875em
}

.product-tile .tile-body .color-swatches {
    min-height: 2.25em
}

.product-tile .tile-body .color-swatches .product-tile-color-label {
    cursor: pointer;
    font-size: 1em
}

@media (max-width: 991.96px) {
    .product-tile .tile-body .color-swatches .product-tile-color-label {
        font-size: 0.9375em
    }
}

@media (max-width: 768.98px) {
    .product-tile .tile-body .color-swatches .product-tile-color-label {
        font-size: 0.8125em
    }
}

.product-tile .tile-body .price {
    font-size: 1.125em;
    margin-bottom: 0
}

@media (max-width: 991.96px) {
    .product-tile .tile-body .price {
        font-size: 1.0625em
    }
}

@media (max-width: 768.98px) {
    .product-tile .tile-body .price {
        font-size: 1em
    }
}

.product-tile .tile-body .price .tiered {
    font-size: 0.875em
}

.product-tile .tile-body .price .tiered .value {
    font-weight: bold
}

.product-tile .tile-body .coming-soon-tile {
    text-align: center
}

.product-tile .tile-body .pdp-link {
    line-height: 1.2
}

.product-tile .tile-body .pdp-link a {
    font-size: 1em;
    text-decoration: none
}

@media (max-width: 991.96px) {
    .product-tile .tile-body .pdp-link a {
        font-size: 0.9375em
    }
}

@media (max-width: 768.98px) {
    .product-tile .tile-body .pdp-link a {
        font-size: 0.8125em
    }
}

.product-tile .tile-body .ratings {
    font-size: 0.9em
}

.product-tile .image-container {
    position: relative;
    overflow: auto
}

.product-tile .image-container .quickview {
    position: absolute;
    bottom: 1rem;
    right: 1rem
}

.product-tile .image-container .quickview i.fa-expand {
    color: rgba(0, 0, 0, 0.7)
}

.product-tile .image-container .quickview i.fa-circle {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}

.product-tile .image-container a {
    display: block
}

.product-tile .image-container a .tile-image {
    width: 100%
}

.product-tile .swatches a {
    text-decoration: none
}

.product-tile .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.8em;
    height: 1.8em;
    background: #fff;
    border-radius: calc($diameter / 2);
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative
}

.product-tile .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute
}

.product-tile .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em
}

.product-tile .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em
}

#chooseBonusProductModal .modal-footer .container {
    margin-left: 0;
    width: 100%;
    margin-right: 0
}

#chooseBonusProductModal .select-cbp-container {
    margin-top: auto;
    margin-bottom: auto
}

#chooseBonusProductModal .product-name-wrapper {
    width: 100%
}

#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
    margin-top: 0.938em
}

#chooseBonusProductModal .bonus-quantity-select {
    min-width: 5em
}

#chooseBonusProductModal .select-bonus-product {
    margin-top: 1em
}

#chooseBonusProductModal .selected-pid {
    border: 1px solid #ccc
}

#chooseBonusProductModal .selected-pid .bonus-product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#chooseBonusProductModal .bonus-product-price {
    text-align: center;
    margin-top: 1em
}

.form-nav .nav-tabs .nav-link {
    color: #333
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    color: #333
}

.nav-tabs .nav-link.active {
    background-color: transparent
}

@media (min-width: 991.98px) {
    .form-nav .nav-item>.nav-link {
        color: #333
    }
}

.container .breadcrumb {
    border-radius: 0;
    border-bottom: 1px solid #ccc
}

.item-attributes {
    vertical-align: top;
    padding-left: 0
}

.line-item-attributes,
.line-item-option {
    font-size: 0.813rem;
    margin: 0
}

.line-item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #222;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.313em
}

.line-item-pricing-info {
    margin-bottom: 0
}

.line-item-pricing-info+.price {
    font-size: 1em;
    font-weight: bolder
}

.line-item-pricing-info+.unit-price .price {
    font-size: 1em;
    font-weight: bolder
}

.line-item-price-quantity-info {
    margin-top: 0.625em;
    border-top: 1px solid #ccc
}

.line-item-total-text {
    font-size: 0.813em
}

.pricing {
    font-size: 1em;
    font-weight: bolder
}

.item-image {
    height: 5.625em;
    width: 5.625em;
    margin-right: 0.938em;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-image img.product-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 5.625em
}

.non-adjusted-price {
    display: none
}

.line-item-promo {
    color: #008827;
    font-size: 0.813em
}

.line-item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bundled-line-item+.bundled-line-item {
    margin-top: 0.625em
}

.bundle-includes {
    font-size: 0.813em;
    margin-bottom: 0.625em
}

.line-item-divider {
    margin: 0.625em -1.225em 0.625em -1.325em
}

.line-dotted {
    border-top: 0.063em dashed #ccc
}

.line-item-availability {
    font-size: 0.813rem
}

.product-line-item-details {
    overflow-y: auto
}

.minicart {
    position: relative
}

.minicart h1 {
    font-size: 1rem
}

.minicart .cart {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    background-color: #f9f9f9
}

.minicart .remove-btn {
    color: #999;
    float: right;
    background-color: white;
    border: none;
    font-size: 1.625em;
    margin-top: -0.313em;
    padding: 0
}

.minicart .product-summary {
    margin-right: -0.938em;
    max-height: 21.875em;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.938em
}

.minicart .card-body {
    padding: 0.625em
}

.minicart .quantity-label {
    font-size: 0.813em
}

.minicart .quantity {
    width: 100%
}

.minicart .popover {
    top: 100%;
    left: auto;
    right: 0;
    min-width: 23.44rem;
    max-width: 23.44rem;
    min-height: 22.7rem;
    display: none
}

.minicart .popover::before {
    left: auto;
    right: 15px
}

.minicart .popover::after {
    left: auto;
    right: 16px
}

.minicart .popover.show {
    display: block
}

.minicart .minicart-footer {
    border-top: 1px solid #ccc
}

.minicart .estimated-total {
    margin-top: 0.625em
}

.minicart .sub-total-label {
    font-size: 1em;
    font-weight: 600
}

.minicart .sub-total {
    font-size: 1em;
    font-weight: 600
}

.minicart .line-item-divider {
    margin: 0.625em -0.625em 0.625em -1.325em
}

.minicart .line-item-name {
    width: 90%
}

@media (min-width: 544px) and (max-width: 768.98px) {
    .hide-link-med {
        display: none
    }
}

@media (min-width: 769px) {
    .hide-no-link {
        display: none
    }
}

@media (max-width: 543.98px) {
    .hide-no-link {
        display: none
    }
}

.info-icon {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding: 0;
    background: inherit
}

.info-icon .icon {
    border-radius: 1.25rem;
    background-color: var(--skin-primary-color-1);
    width: 1.5625rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.info-icon .tooltip {
    position: absolute;
    bottom: 100%;
    padding: 0.312rem;
    border-radius: .1875rem;
    background-color: #444;
    color: #fff;
    font-size: 0.928rem;
    min-width: 20rem;
    max-width: 15rem;
    transform: translate(-50%, calc(-1 * $arrow-height / 2));
    left: 50%;
    margin-left: 4px;
    animation: fade-in 0.5s linear forwards
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.info-icon .tooltip::before {
    content: " ";
    position: absolute;
    display: block;
    height: 1.25em;
    left: 0;
    bottom: -1.25em;
    width: 100%
}

.info-icon .tooltip::after {
    border-left: solid transparent calc($arrow-height / 2);
    border-right: solid transparent calc($arrow-height / 2);
    border-top: solid #444 calc($arrow-height / 2);
    bottom: calc(-1 * $arrow-height / 2);
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

footer {
    padding-top: 0
}

.home-email-signup {
    background-color: #444
}

.home-email-signup>.container {
    padding-top: 0.625em;
    padding-bottom: 0.625em
}

.home-email-signup .email-description {
    padding-top: 0.375em;
    color: #fff
}

.pull-left-xs {
    float: left
}

.pull-right-xs {
    float: right
}

@media (min-width: 544px) and (max-width: 768.98px) {
    .pull-left-sm {
        float: left
    }

    .pull-right-sm {
        float: right
    }
}

@media (min-width: 769px) and (max-width: 991.96px) {
    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }
}

@media (min-width: 991.98px) and (max-width: 1313.98px) {
    .pull-left-lg {
        float: left
    }

    .pull-right-lg {
        float: right
    }
}

@media (min-width: 1314px) {
    .pull-left-xl {
        float: left
    }

    .pull-right-xl {
        float: right
    }
}

@media (max-width: 543.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (max-width: 768.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (max-width: 991.96px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (max-width: 1313.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.row.equal-height>[class^="col"] {
    display: -ms-flexbox;
    display: flex
}

.swatch-circle-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: 0.2
}

.swatch-filter-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter / 2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: 0.2
}

.swatch-circle-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: 0.2
}

.swatch-filter-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter / 2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: 0.2
}

.swatch-circle-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: 0.2
}

.swatch-filter-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: 0.2
}

.swatch-circle-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: 0.2
}

.swatch-filter-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter / 2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: 0.2
}

.swatch-circle-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: 0.2
}

.swatch-filter-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    background-color: #004c00;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: 0.2
}

.swatch-circle-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: 0.2
}

.swatch-filter-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: 0.2
}

.swatch-circle-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: 0.2
}

.swatch-filter-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter / 2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: 0.2
}

.swatch-circle-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: 0.2
}

.swatch-filter-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter / 2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: 0.2
}

.swatch-circle-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: 0.2
}

.swatch-filter-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: 0.2
}

.swatch-circle-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: 0.2
}

.swatch-filter-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter / 2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: 0.2
}

.swatch-circle-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: 0.2
}

.swatch-filter-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter / 2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: 0.2
}

.swatch-circle-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: 0.2
}

.swatch-filter-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter / 2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: 0.2
}

.swatch-circle-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: 0.2
}

.swatch-filter-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg)
}

.product-detail .attributes .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative
}

.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute
}

.product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em
}

.product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
    cursor: not-allowed
}

.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057
}

label.color~a:hover {
    text-decoration: none
}

.description-and-detail {
    margin-top: 2em
}

@media (max-width: 543.98px) {
    .description-and-detail {
        margin-top: 0
    }

    .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif
    }

    .description-and-detail>div:last-child {
        margin-bottom: 1em
    }
}

@media (min-width: 544px) {
    .description-and-detail .description {
        margin-bottom: 2em
    }
}

@media (max-width: 543.98px) {
    .description-and-detail .content {
        margin-top: 1em
    }
}

.social-container {
    padding-top: 0.9375em;
    text-align: center
}

.social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444
}

@media (max-width: 991.96px) {
    .social-container .social-icons {
        font-size: 1.5625em
    }
}

.social-container .social-icons i,
.social-container .social-icons a {
    color: #444;
    padding-right: 0.2em
}

label.availability {
    padding-right: 0.3125em
}

@media (min-width: 544px) {
    .product-number-rating {
        border-bottom: 1px solid #ccc
    }
}

@media (min-width: 769px) {
    .product-number-rating {
        border-top: 1px solid #ccc
    }
}

@media (min-width: 544px) and (max-width: 768.98px) {
    .product-name {
        border-bottom: 1px solid #ccc
    }
}

@media (min-width: 544px) {
    .product-number-rating .ratings {
        margin-top: 0.625em
    }
}

@media (max-width: 543.98px) {
    .product-number-rating .ratings {
        background-color: #fff;
        margin-top: -1.875em;
        margin-right: -0.9375em;
        padding: 0.1875em
    }
}

.product-number {
    color: #ccc;
    font-size: 0.875em;
    padding-bottom: 0.938em;
    padding-top: 0.938em
}

.promotions {
    font-weight: normal;
    text-align: center;
    height: 85%
}

.promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00
}

@media (min-width: 544px) {
    .promotions div.collapsible-xl button.callout {
        font-size: 1.375em
    }
}

.promotions div.collapsible-xl button.callout::after {
    color: #000
}

.product-breadcrumb .breadcrumb {
    border-bottom: none;
    margin-left: -1rem;
    margin-bottom: 0
}

@media (max-width: 991.96px) {
    .product-breadcrumb .breadcrumb {
        border-top: 1px solid #ccc
    }
}

.price {
    font-size: 1.5rem
}

.product-options {
    margin-top: 1.25em
}

.size-chart .size-chart-collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0, 1)
}

.size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out
}

.color-attribute {
    border: none;
    padding: 0;
    background: none
}

.non-input-label {
    display: block;
    margin-bottom: 0.5rem
}

@media (min-width: 769px) {
    .attributes {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media (max-width: 543.98px) {
    .product-grid {
        padding-top: 0.938em
    }

    .product-grid .col-6 {
        padding-left: 5px;
        padding-right: 5px
    }
}

.product-detail .swatch-square {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative;
    border-radius: 22px
}

.product-detail .swatch-square.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute
}

.product-detail .swatch-square.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em
}

.product-detail .swatch-square i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em
}

.multicolor-swatch {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.multicolor-swatch.one .multi-swatch-item {
    width: 100%;
    height: 100%
}

.multicolor-swatch.two .multi-swatch-item:nth-child(1) {
    width: 50%;
    height: 100%
}

.multicolor-swatch.two .multi-swatch-item:nth-child(2) {
    width: 50%;
    height: 100%
}

.multicolor-swatch.three .multi-swatch-item:nth-child(1) {
    width: 50%;
    height: 50%
}

.multicolor-swatch.three .multi-swatch-item:nth-child(2) {
    width: 50%;
    height: 50%
}

.multicolor-swatch.three .multi-swatch-item:nth-child(3) {
    width: 100%;
    height: 50%
}

.multicolor-swatch.four .multi-swatch-item:nth-child(1) {
    width: 50%;
    height: 50%
}

.multicolor-swatch.four .multi-swatch-item:nth-child(2) {
    width: 50%;
    height: 50%
}

.multicolor-swatch.four .multi-swatch-item:nth-child(3) {
    width: 50%;
    height: 50%
}

.multicolor-swatch.four .multi-swatch-item:nth-child(4) {
    width: 50%;
    height: 50%
}

div.quantity {
    float: none !important;
    padding: 0;
    width: 25%
}

.product-detail .multi-swatch-item {
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px
}

#backinstock-block {
    margin-top: 25px
}

.swatch-circle-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: 0.2
}

.swatch-filter-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter / 2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: 0.2
}

.swatch-circle-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: 0.2
}

.swatch-filter-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter / 2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: 0.2
}

.swatch-circle-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: 0.2
}

.swatch-filter-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: 0.2
}

.swatch-circle-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: 0.2
}

.swatch-filter-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter / 2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: 0.2
}

.swatch-circle-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: 0.2
}

.swatch-filter-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    background-color: #004c00;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: 0.2
}

.swatch-circle-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: 0.2
}

.swatch-filter-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: 0.2
}

.swatch-circle-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: 0.2
}

.swatch-filter-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter / 2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: 0.2
}

.swatch-circle-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: 0.2
}

.swatch-filter-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter / 2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: 0.2
}

.swatch-circle-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: 0.2
}

.swatch-filter-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: 0.2
}

.swatch-circle-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: 0.2
}

.swatch-filter-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter / 2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: 0.2
}

.swatch-circle-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: 0.2
}

.swatch-filter-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter / 2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: 0.2
}

.swatch-circle-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: 0.2
}

.swatch-filter-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter / 2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: 0.2
}

.swatch-circle-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: 0.2
}

.swatch-filter-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg)
}

.color-swatchs-palette a {
    display: inline-block
}

.color-swatch-groupName {
    font-weight: 400;
    color: #757575;
    line-height: 1.5rem;
    margin-bottom: -1px;
    margin-left: -15px
}

.color-dropdown-swatch-groupName {
    font-weight: 400;
    color: #757575;
    line-height: 1.5rem;
    margin-bottom: -17px;
    margin-left: 1px
}

.hidden {
    display: none
}

body,
html {
    overflow-x: hidden
}

ul {
    padding-left: 0;
    list-style: none
}

.carousel .icon-prev,
.carousel .icon-next {
    background-color: #fff;
    font-size: 1.875em;
    height: 3rem;
    padding-top: 0.24em;
    width: 3rem
}

.carousel .icon-prev::before,
.carousel .icon-next::before {
    color: black;
    font-family: 'FontAwesome'
}

.carousel .icon-prev::before {
    content: '\F104'
}

.carousel .icon-next::before {
    content: '\F105'
}

.carousel .carousel-control-prev {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.carousel .carousel-control-next {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    width: 3rem
}

.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
    outline: auto black
}

.nav-tabs {
    border-bottom: 1px solid #ccc
}

.nav-tabs .nav-link {
    font-size: 1.1rem;
    color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.active {
    border-bottom: 0.188em solid var(--skin-primary-color-1)
}

.card {
    margin-bottom: 1em
}

.card-header h4 {
    margin-bottom: 0
}

.modal .modal-body {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

dt {
    color: #495057;
    font-weight: normal
}

.custom-checkbox .custom-control-label::before {
    border: 1px solid black;
    background: #f9f9f9;
    background: linear-gradient(#f9f9f9, #ccc)
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-label::before {
    border: 1px solid black;
    background: #ccc;
    background: linear-gradient(#ccc, #666)
}

.form-control.is-invalid {
    background-image: none
}

.container {
    padding-left: 7.5px;
    padding-right: 7.5px
}

@media (max-width: 991.96px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.tooltip .arrow::before {
    top: -1px
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"] {
    top: 10px !important
}

.tooltip-inner {
    border: 1px solid #cdcdcd;
    font-family: var(--skin-body-font);
    font-size: 11px;
    line-height: 20px
}

.modal-content {
    border-radius: 20px
}

.modal-dialog {
    max-width: 650px
}

@media (max-width: 991.96px) {
    .modal-dialog {
        margin: 0 20px
    }
}

.modal-header {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 25px 22px 0;
    border-bottom: none
}

@media (max-width: 991.96px) {
    .modal-header {
        padding: 15px 15px 21px 0
    }
}

.modal-body {
    max-height: -webkit-fit-content;
    max-height: fit-content;
    padding: 0 65px 0 61px
}

@media (max-width: 991.96px) {
    .modal-body {
        padding: 0 30px
    }
}

.modal-footer {
    padding: 26px 0;
    border-top: none
}

@media (max-width: 991.96px) {
    .modal-footer {
        padding: 28px 0
    }
}

.modal .close {
    background-image: url("../images/common/close.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0
}

.modal .close,
.modal .close:not(:disabled):not(.disabled):hover,
.modal .close:not(:disabled):not(.disabled):focus {
    opacity: 1
}

@media (max-width: 991.96px) {
    .modal .close {
        background-image: url("../images/common/close-mobile.svg");
        width: 20px;
        height: 20px
    }
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #000;
    border-width: 3px
}

.shape-clover-1 {
    -webkit-mask-image: url("../webImages/clover-1.svg");
    mask-image: url("../webImages/clover-1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-clover-1.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-clover-1.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-clover-1.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-clover-1.shape-light-pink {
    background-color: #fccad9
}

.shape-clover-1.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-clover-1.shape-warm-white {
    background-color: #fcead8
}

.shape-clover-1.shape-yellow {
    background-color: #ff9e10
}

.shape-clover-1.shape-green {
    background-color: #004c00
}

.shape-clover-1.shape-navy {
    background-color: #250070
}

.shape-clover-1.shape-light-blue {
    background-color: #6d91f9
}

.shape-clover-1.shape-orange {
    background-color: #ff5346
}

.shape-clover-1.shape-maroon {
    background-color: #8c0144
}

.shape-clover-1.shape-white {
    background-color: #fff
}

.shape-clover-1.shape-red {
    background-color: #f10303
}

.shape-clover-1.shape-black {
    background-color: #000
}

.shape-clover-2 {
    -webkit-mask-image: url("../webImages/shapes/clover-2.svg");
    mask-image: url("../webImages/shapes/clover-2.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-clover-2.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-clover-2.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-clover-2.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-clover-2.shape-light-pink {
    background-color: #fccad9
}

.shape-clover-2.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-clover-2.shape-warm-white {
    background-color: #fcead8
}

.shape-clover-2.shape-yellow {
    background-color: #ff9e10
}

.shape-clover-2.shape-green {
    background-color: #004c00
}

.shape-clover-2.shape-navy {
    background-color: #250070
}

.shape-clover-2.shape-light-blue {
    background-color: #6d91f9
}

.shape-clover-2.shape-orange {
    background-color: #ff5346
}

.shape-clover-2.shape-maroon {
    background-color: #8c0144
}

.shape-clover-2.shape-white {
    background-color: #fff
}

.shape-clover-2.shape-red {
    background-color: #f10303
}

.shape-clover-2.shape-black {
    background-color: #000
}

.shape-flower-1 {
    -webkit-mask-image: url("../webImages/flower-1.svg");
    mask-image: url("../webImages/flower-1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-flower-1.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-flower-1.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-flower-1.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-flower-1.shape-light-pink {
    background-color: #fccad9
}

.shape-flower-1.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-flower-1.shape-warm-white {
    background-color: #fcead8
}

.shape-flower-1.shape-yellow {
    background-color: #ff9e10
}

.shape-flower-1.shape-green {
    background-color: #004c00
}

.shape-flower-1.shape-navy {
    background-color: #250070
}

.shape-flower-1.shape-light-blue {
    background-color: #6d91f9
}

.shape-flower-1.shape-orange {
    background-color: #ff5346
}

.shape-flower-1.shape-maroon {
    background-color: #8c0144
}

.shape-flower-1.shape-white {
    background-color: #fff
}

.shape-flower-1.shape-red {
    background-color: #f10303
}

.shape-flower-1.shape-black {
    background-color: #000
}

.shape-flower-2 {
    -webkit-mask-image: url("../webImages/flower-2.svg");
    mask-image: url("../webImages/flower-2.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-flower-2.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-flower-2.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-flower-2.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-flower-2.shape-light-pink {
    background-color: #fccad9
}

.shape-flower-2.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-flower-2.shape-warm-white {
    background-color: #fcead8
}

.shape-flower-2.shape-yellow {
    background-color: #ff9e10
}

.shape-flower-2.shape-green {
    background-color: #004c00
}

.shape-flower-2.shape-navy {
    background-color: #250070
}

.shape-flower-2.shape-light-blue {
    background-color: #6d91f9
}

.shape-flower-2.shape-orange {
    background-color: #ff5346
}

.shape-flower-2.shape-maroon {
    background-color: #8c0144
}

.shape-flower-2.shape-white {
    background-color: #fff
}

.shape-flower-2.shape-red {
    background-color: #f10303
}

.shape-flower-2.shape-black {
    background-color: #000
}

.shape-heart-1 {
    -webkit-mask-image: url("../webImages/shapes/heart-1.svg");
    mask-image: url("../webImages/shapes/heart-1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-heart-1.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-heart-1.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-heart-1.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-heart-1.shape-light-pink {
    background-color: #fccad9
}

.shape-heart-1.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-heart-1.shape-warm-white {
    background-color: #fcead8
}

.shape-heart-1.shape-yellow {
    background-color: #ff9e10
}

.shape-heart-1.shape-green {
    background-color: #004c00
}

.shape-heart-1.shape-navy {
    background-color: #250070
}

.shape-heart-1.shape-light-blue {
    background-color: #6d91f9
}

.shape-heart-1.shape-orange {
    background-color: #ff5346
}

.shape-heart-1.shape-maroon {
    background-color: #8c0144
}

.shape-heart-1.shape-white {
    background-color: #fff
}

.shape-heart-1.shape-red {
    background-color: #f10303
}

.shape-heart-1.shape-black {
    background-color: #000
}

.shape-heart-2 {
    -webkit-mask-image: url("../images/common/shapes/heart-2.svg");
    mask-image: url("../images/common/shapes/heart-2.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-heart-2.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-heart-2.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-heart-2.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-heart-2.shape-light-pink {
    background-color: #fccad9
}

.shape-heart-2.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-heart-2.shape-warm-white {
    background-color: #fcead8
}

.shape-heart-2.shape-yellow {
    background-color: #ff9e10
}

.shape-heart-2.shape-green {
    background-color: #004c00
}

.shape-heart-2.shape-navy {
    background-color: #250070
}

.shape-heart-2.shape-light-blue {
    background-color: #6d91f9
}

.shape-heart-2.shape-orange {
    background-color: #ff5346
}

.shape-heart-2.shape-maroon {
    background-color: #8c0144
}

.shape-heart-2.shape-white {
    background-color: #fff
}

.shape-heart-2.shape-red {
    background-color: #f10303
}

.shape-heart-2.shape-black {
    background-color: #000
}

.shape-ovals {
    -webkit-mask-image: url("../webImages/ovals.svg");
    mask-image: url("../webImages/ovals.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-ovals.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-ovals.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-ovals.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-ovals.shape-light-pink {
    background-color: #fccad9
}

.shape-ovals.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-ovals.shape-warm-white {
    background-color: #fcead8
}

.shape-ovals.shape-yellow {
    background-color: #ff9e10
}

.shape-ovals.shape-green {
    background-color: #004c00
}

.shape-ovals.shape-navy {
    background-color: #250070
}

.shape-ovals.shape-light-blue {
    background-color: #6d91f9
}

.shape-ovals.shape-orange {
    background-color: #ff5346
}

.shape-ovals.shape-maroon {
    background-color: #8c0144
}

.shape-ovals.shape-white {
    background-color: #fff
}

.shape-ovals.shape-red {
    background-color: #f10303
}

.shape-ovals.shape-black {
    background-color: #000
}

.shape-spark-1 {
    -webkit-mask-image: url("../webImages/spark-1.svg");
    mask-image: url("../webImages/spark-1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-spark-1.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-spark-1.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-spark-1.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-spark-1.shape-light-pink {
    background-color: #fccad9
}

.shape-spark-1.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-spark-1.shape-warm-white {
    background-color: #fcead8
}

.shape-spark-1.shape-yellow {
    background-color: #ff9e10
}

.shape-spark-1.shape-green {
    background-color: #004c00
}

.shape-spark-1.shape-navy {
    background-color: #250070
}

.shape-spark-1.shape-light-blue {
    background-color: #6d91f9
}

.shape-spark-1.shape-orange {
    background-color: #ff5346
}

.shape-spark-1.shape-maroon {
    background-color: #8c0144
}

.shape-spark-1.shape-white {
    background-color: #fff
}

.shape-spark-1.shape-red {
    background-color: #f10303
}

.shape-spark-1.shape-black {
    background-color: #000
}

.shape-spark-2 {
    -webkit-mask-image: url("../webImages/spark-2.svg");
    mask-image: url("../webImages/spark-2.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-spark-2.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-spark-2.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-spark-2.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-spark-2.shape-light-pink {
    background-color: #fccad9
}

.shape-spark-2.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-spark-2.shape-warm-white {
    background-color: #fcead8
}

.shape-spark-2.shape-yellow {
    background-color: #ff9e10
}

.shape-spark-2.shape-green {
    background-color: #004c00
}

.shape-spark-2.shape-navy {
    background-color: #250070
}

.shape-spark-2.shape-light-blue {
    background-color: #6d91f9
}

.shape-spark-2.shape-orange {
    background-color: #ff5346
}

.shape-spark-2.shape-maroon {
    background-color: #8c0144
}

.shape-spark-2.shape-white {
    background-color: #fff
}

.shape-spark-2.shape-red {
    background-color: #f10303
}

.shape-spark-2.shape-black {
    background-color: #000
}

.shape-spark-3 {
    -webkit-mask-image: url("../images/common/shapes/spark-3.svg");
    mask-image: url("../images/common/shapes/spark-3.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-spark-3.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-spark-3.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-spark-3.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-spark-3.shape-light-pink {
    background-color: #fccad9
}

.shape-spark-3.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-spark-3.shape-warm-white {
    background-color: #fcead8
}

.shape-spark-3.shape-yellow {
    background-color: #ff9e10
}

.shape-spark-3.shape-green {
    background-color: #004c00
}

.shape-spark-3.shape-navy {
    background-color: #250070
}

.shape-spark-3.shape-light-blue {
    background-color: #6d91f9
}

.shape-spark-3.shape-orange {
    background-color: #ff5346
}

.shape-spark-3.shape-maroon {
    background-color: #8c0144
}

.shape-spark-3.shape-white {
    background-color: #fff
}

.shape-spark-3.shape-red {
    background-color: #f10303
}

.shape-spark-3.shape-black {
    background-color: #000
}

.shape-star {
    -webkit-mask-image: url("../images/common/shapes/star.svg");
    mask-image: url("../images/common/shapes/star.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    background-color: #fff
}

.shape-star.shape-benefit-pink {
    background-color: var(--bg-color-benefit-pink)
}

.shape-star.shape-medium-pink {
    background-color: var(--bg-color-medium-pink)
}

.shape-star.shape-secondary-medium-pink {
    background-color: #fc91dc
}

.shape-star.shape-light-pink {
    background-color: #fccad9
}

.shape-star.shape-secondary-light-pink {
    background-color: #fccad9
}

.shape-star.shape-warm-white {
    background-color: #fcead8
}

.shape-star.shape-yellow {
    background-color: #ff9e10
}

.shape-star.shape-green {
    background-color: #004c00
}

.shape-star.shape-navy {
    background-color: #250070
}

.shape-star.shape-light-blue {
    background-color: #6d91f9
}

.shape-star.shape-orange {
    background-color: #ff5346
}

.shape-star.shape-maroon {
    background-color: #8c0144
}

.shape-star.shape-white {
    background-color: #fff
}

.shape-star.shape-red {
    background-color: #f10303
}

.shape-star.shape-black {
    background-color: #000
}

.shape-fit {
    -webkit-mask-size: contain;
    mask-size: contain
}

@media (max-width: 769px) {
    .banner-nav {
        display: none !important
    }
}

header {
    transition: all .5 ease-in
}

@media (min-width: 769px) {
    header .header {
        min-height: 99px
    }
}

header>nav {
    background-color: white
}

header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 100;
    border-top: 0
}

header.sticky>nav {
    background-color: white
}

@media (max-width: 543.98px) {
    header.sticky {
        top: 0px
    }
}

@media (min-width: 769px) {
    ul.nav.navbar-nav .dropdown-item:active {
        background-color: transparent
    }

    ul.nav.navbar-nav li.banner-nav.dropdown-item.dropdown {
        -ms-flex-order: 1;
        order: 1
    }

    ul.nav.navbar-nav .nav-item {
        position: static
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
        max-height: 400px;
        overflow-y: scroll
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-link {
        white-space: normal;
        color: black
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .banner-nav img {
        width: 100%
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .banner-nav .cat-links {
        margin-top: 20px;
        list-style: none;
        padding-left: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu>ul {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        -ms-flex: 1;
        flex: 1
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item {
        border-top: none
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item .dropdown-toggle:after {
        display: none
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.dropdown-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
        box-shadow: none
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.dropdown-menu>ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.dropdown-menu>ul .dropdown-item {
        padding-left: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
        box-shadow: none
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-menu>ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-menu>ul .dropdown-item {
        padding-left: 0
    }
}

.animation-badge {
    animation: badge-animation 0.5s cubic-bezier(0.88, 0.44, 0.83, 0.67)
}

@keyframes badge-animation {
    0% {
        transform: scale(0.2)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.slide-in-right {
    animation: slide-in-right 0.6s ease-in
}

@keyframes slide-in-right {
    0% {
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-fwd {
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

.fade-in-up {
    animation: fade-in-up 1s ease-in-out both
}

.fade-in-down {
    animation: fade-in-down 1s ease-in-out both
}

.fade-in {
    animation: fade-in 1s linear forwards
}

@keyframes fade-in-fwd {
    0% {
        transform: translateZ(-80px);
        opacity: 0
    }

    100% {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fade-in-up {
    0% {
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-down {
    0% {
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.2
    }
}

@keyframes reduce {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

.title-with-animation {
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: var(--skin-body-font-expanded);
    font-size: 150px;
    font-style: normal;
    font-weight: 500;
    line-height: 150px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    background-image: radial-gradient(circle farthest-corner at center center, black 0%, black 50%, transparent 50.1%);
    background-position: 50% 50%;
    background-size: 0% 0%;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    transition: background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98)
}

@media (max-width: 991.96px) {
    .title-with-animation {
        font-size: 45px;
        line-height: 100%;
        letter-spacing: 0.50px;
        margin-bottom: 61px;
        -webkit-text-stroke-width: 1px
    }
}

.title-with-animation.on-animate {
    animation: outline-to-solid 8s ease forwards
}

.title-with-animation.color-pink {
    background-image: radial-gradient(circle farthest-corner at center center, var(--color-benefit-pink) 0%, var(--color-benefit-pink) 50%, transparent 50.1%)
}

.title-with-animation.color-pink.on-animate {
    -webkit-text-stroke-color: var(--color-benefit-pink)
}

@keyframes outline-to-solid {
    0% {
        background-size: 0% 0%
    }

    10% {
        background-size: 0% 100%
    }

    100% {
        background-size: 1000% 1000%
    }
}

header .main-menu {
    background-color: #fff
}

@media (min-width: 769px) {
    header .header {
        min-height: 72px
    }
}

@media (min-width: 991.98px) {
    header .header {
        max-width: 1267px
    }
}

@media (max-width: 991.96px) {
    nav .header {
        height: 50px
    }

    nav .header-wrapper {
        height: 100%
    }
}

@media (min-width: 769px) {
    .nav.navbar-nav {
        gap: 0 36px
    }
}

.navbar.bg-inverse .navbar-nav .nav-link {
    padding: 13px 20px
}

@media (min-width: 769px) {
    .navbar.bg-inverse .navbar-nav .nav-link {
        padding: 0 0 12px;
        min-width: 30px
    }
}

@media (max-width: 768.98px) {
    .menu__primary-pd-category:last-of-type .nav-link {
        padding: 13px 20px 29px !important
    }
}

.navbar .navbar-nav .nav-item a {
    font-family: var(--skin-body-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px
}

@media (min-width: 769px) {
    .navbar .navbar-nav .nav-item a:hover {
        font-weight: 560;
        font-family: var(--skin-body-font-bold);
        color: #000
    }
}

@media (max-width: 991.96px) {
    .navbar .menu__primary-category-basic .dropdown-menu .dropdown-item.dropdownPCIS .dropdown-link.dropdown-toggle.level2 {
        font-family: var(--font-family-bebas);
        font-size: 16px
    }

    .navbar .menu__primary-category-basic .dropdown-menu .dropdown-item a {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 14px
    }

    .navbar .menu__primary-category-basic.show .dropdown-menu .dropdown-item:not(.dropdownPCIS) {
        font-family: var(--font-family-bebas);
        font-size: 16px
    }
}

@media (max-width: 768.98px) {

    .menu-toggleable-left.navbar-toggleable-sm .nav-item>.dropdown-menu,
    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory .dropdown-menu .dropdown-menu {
        display: block;
        overflow: hidden;
        max-height: 0
    }

    nav {
        position: relative
    }

    .menu-toggleable-left.navbar-toggleable-sm {
        display: none
    }

    .main-menu {
        height: calc(100vh - 50px);
        overflow-y: scroll
    }

    .navbar-header .navbar-toggler {
        outline: none;
        border: none;
        padding: 0;
        line-height: 1.5
    }
}

@media (max-width: 768.98px) and (max-width: 991.96px) {
    .navbar-header .navbar-toggler {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 768.98px) {
    .navbar-header .navbar-toggler .svg-icon .close-icon {
        display: none
    }

    .navbar-header .navbar-toggler.close-button img {
        display: none
    }

    .navbar-header .navbar-toggler.close-button .svg-icon .menu-icon {
        display: none
    }

    .navbar-header .navbar-toggler.close-button .svg-icon .close-icon {
        display: block
    }

    .menu-toggleable-left.navbar-toggleable-sm.in {
        display: block
    }

    .menu-toggleable-left.navbar-toggleable-sm.in .dropdown-menu {
        height: auto;
        position: static
    }

    .menu-toggleable-left.navbar-toggleable-sm .dropdown-menu {
        height: auto;
        top: auto
    }

    .menu-toggleable-left {
        border-top: 1px solid #cdcdcd
    }
}

@media (max-width: 768.98px) and (max-width: 991.96px) {
    .menu-toggleable-left .promoTile::after {
        border-bottom: 1px solid #cdcdcd;
        content: "";
        display: block;
        margin: 30px 0 7px
    }

    .menu-toggleable-left .nav-item.dropdownPCIS.menu__primary-pd-category:not(.show) .promoTile::after {
        display: none
    }
}

@media (max-width: 768.98px) {

    .menu-toggleable-left .nav-item>.dropdown-menu,
    .menu-toggleable-left .dropdown-item>.dropdown-menu {
        overflow-y: hidden;
        transition: all 0.5s ease-in-out;
        padding-top: 0;
        padding-bottom: 0
    }

    .menu-toggleable-left .nav-item>.dropdown-menu .dropdownPCIS .display-column,
    .menu-toggleable-left .dropdown-item>.dropdown-menu .dropdownPCIS .display-column {
        padding: 25px 1.25rem 10px
    }

    .menu-toggleable-left .nav-item>.dropdown-menu .dropdownPCIS.subcategory-column:has(>.experience-commerce_assets-navigationCategory) .experience-commerce_assets-navigationContentLink,
    .menu-toggleable-left .dropdown-item>.dropdown-menu .dropdownPCIS.subcategory-column:has(>.experience-commerce_assets-navigationCategory) .experience-commerce_assets-navigationContentLink {
        padding-top: 10px;
        margin-bottom: 20px
    }

    .menu-toggleable-left .nav-item>.dropdown-menu ul[class*="experience-commerce_layouts-navigationMenu"]>.dropdown-item.dropdownPCIS,
    .menu-toggleable-left .dropdown-item>.dropdown-menu ul[class*="experience-commerce_layouts-navigationMenu"]>.dropdown-item.dropdownPCIS {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .menu-toggleable-left .nav-item>.dropdown-menu .dropdown-item,
    .menu-toggleable-left .dropdown-item>.dropdown-menu .dropdown-item {
        padding-left: 1.25rem
    }

    .menu-toggleable-left .nav-item>.dropdown-menu .dropdown-item:not(.display-column),
    .menu-toggleable-left .dropdown-item>.dropdown-menu .dropdown-item:not(.display-column) {
        margin-bottom: 20px
    }

    .menu-toggleable-left .nav-item>.dropdown-menu .dropdown-item:has(>.dropdown-menu),
    .menu-toggleable-left .dropdown-item>.dropdown-menu .dropdown-item:has(>.dropdown-menu) {
        margin-bottom: 0
    }

    .menu-toggleable-left .nav-item>.dropdown-menu .dropdown-item:not(:first-child):has(>.dropdown-menu),
    .menu-toggleable-left .dropdown-item>.dropdown-menu .dropdown-item:not(:first-child):has(>.dropdown-menu) {
        padding-top: 10px
    }

    .menu-toggleable-left .nav-item:active,
    .menu-toggleable-left .dropdown-item:active {
        background-color: transparent
    }

    .menu-toggleable-left.in {
        z-index: 160
    }

    .menu-toggleable-left.in .dropdown-link.level2+.dropdown-menu .dropdown-item a {
        font-family: var(--skin-body-font);
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        padding: 0
    }

    .menu-toggleable-left.in .nav-item+.nav-item {
        border-top: none
    }

    .menu-toggleable-left.navbar-toggleable-sm {
        left: -100%;
        width: 100%;
        margin-right: 0;
        display: block;
        position: absolute;
        top: 50px;
        transition: left 0.8s ease-in-out;
        height: 93vh
    }

    .menu-toggleable-left.navbar-toggleable-sm>.row {
        margin: 0
    }

    .menu-toggleable-left.navbar-toggleable-sm .nav-item,
    .menu-toggleable-left.navbar-toggleable-sm .dropdown-item {
        position: relative;
        margin-bottom: 0
    }

    .menu-toggleable-left.navbar-toggleable-sm .nav-item .svg-icon,
    .menu-toggleable-left.navbar-toggleable-sm .dropdown-item .svg-icon {
        display: inline-block;
        position: absolute;
        right: 20px;
        transition: transform 0.1s ease-in-out
    }

    .menu-toggleable-left.navbar-toggleable-sm .nav-item.show .nav-link .svg-icon,
    .menu-toggleable-left.navbar-toggleable-sm .dropdown-item.show .nav-link .svg-icon {
        transform: rotate(180deg)
    }

    .menu-toggleable-left.navbar-toggleable-sm .nav-item a,
    .menu-toggleable-left.navbar-toggleable-sm .dropdown-item a {
        font-size: 24px;
        font-family: var(--skin-header-font);
        font-style: normal;
        font-weight: 900;
        line-height: 24px;
        text-transform: capitalize;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-toggleable-left.navbar-toggleable-sm .nav-item a:hover,
    .menu-toggleable-left.navbar-toggleable-sm .dropdown-item a:hover {
        text-decoration: none;
        color: #000 !important
    }

    .menu-toggleable-left.navbar-toggleable-sm .nav-item.show .dropdown-menu {
        transition: max-height 1.3s ease-in-out;
        scroll-behavior: smooth
    }

    .menu-toggleable-left.navbar-toggleable-sm .nav-item:not(.show) .dropdown-menu {
        transition: max-height 1.3s ease-in-out;
        scroll-behavior: smooth
    }

    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory>.dropdown-link.level2 {
        display: none
    }
}

@media (max-width: 768.98px) and (max-width: 991.96px) {
    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory>.dropdown-link.level2+.dropdown-menu {
        padding: 0;
        margin-top: 17px
    }
}

@media (max-width: 768.98px) {
    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory>.dropdown-link.level2+.dropdown-menu .dropdown-toggle.level3 {
        font-family: var(--font-family-bebas);
        font-size: 16px;
        display: inline;
        position: relative;
        font-weight: 470;
        line-height: 16px;
        text-transform: uppercase
    }

    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory>.dropdown-link.level2+.dropdown-menu .dropdown-toggle.level3::after {
        content: "+";
        display: inherit;
        border: none;
        margin: auto;
        font-size: 22px;
        right: -18px
    }

    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory>.dropdown-link.level2+.dropdown-menu .dropdown-toggle.level3[aria-expanded="true"]::after {
        animation: expand-level3 0.6s ease forwards
    }

    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory>.dropdown-link.level2+.dropdown-menu .dropdown-toggle.level3+.dropdown-menu {
        margin-top: 20px
    }

    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory>.dropdown-link.level2+.dropdown-menu .dropdown-toggle.level3+.dropdown-menu .level3__dropdown-toggle {
        margin-bottom: 0
    }

    .menu-toggleable-left.navbar-toggleable-sm .experience-commerce_assets-navigationCategory>.dropdown-link.level2+.dropdown-menu .dropdown-toggle.level3+.dropdown-menu .dropdown-item {
        padding-left: 0
    }

    .menu-toggleable-left.navbar-toggleable-sm .dropdown-toggle::after {
        display: none
    }

    .menu-toggleable-left.navbar-toggleable-sm.in {
        left: 0
    }

    .multilevel-dropdown .dropdown-item+.dropdown-item {
        border-top: none
    }

    nav.navbar {
        margin-top: 20px;
        min-height: calc(100vh - 50px);
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 768.98px) and (max-width: 991.96px) {
    nav.navbar {
        margin-top: 33px
    }
}

@media (max-width: 768.98px) {
    nav.navbar .mobile-header {
        background-color: #fcead8;
        padding: 30px 20px;
        gap: 20px;
        width: 100%;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    nav.navbar .mobile-header>* {
        display: -ms-flexbox;
        display: flex
    }

    nav.navbar .menu-group {
        padding: 0
    }

    .menu-toggleable-left.in .nav.navbar-nav>.nav-item {
        animation: menu-categories 0.5s ease-in-out both, mobile-header-dropdown 0.8s ease both
    }

    .menu-toggleable-left.in .nav.navbar-nav>.nav-item .menuitem {
        animation: mobile-header-dropdown 0.8s ease both
    }

    .menu-toggleable-left.in .mobile-header {
        animation: mobile-header 0.5s ease-in-out both
    }
}

@media (min-width: 769px) and (max-width: 1313.98px) {
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu {
        padding: 40px 7.5px 2.5rem
    }
}

@media (min-width: 1314px) {
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu {
        padding: 40px 20px 2.5rem
    }
}

@media (min-width: 769px) and (max-width: 1313.98px) {
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu>ul {
        padding: 0 7.5px
    }
}

@media (min-width: 1314px) {
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu>ul {
        padding: 0 7.5px
    }
}

@media (min-width: 769px) {
    ul.nav.navbar-nav .nav-item {
        margin-bottom: 0
    }

    ul.nav.navbar-nav .nav-item .dropdown-link.dropdown-toggle.level2 {
        font-family: var(--skin-header-font);
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        font-size: 35px;
        font-style: normal;
        font-weight: 900;
        text-transform: capitalize
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        border-top: 1px solid #cdcdcd;
        opacity: 1;
        box-shadow: none;
        transition: all ease-in 1s
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu>ul {
        margin-right: auto;
        margin-left: auto;
        max-width: 1267px
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu>ul.experience-commerce_layouts-navigationMenu5c {
        gap: 17px
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu>ul .experience-commerce_assets-promoTile .promoTile {
        height: unset
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item {
        border-top: none;
        color: #000;
        padding-left: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item.subcategory-column:has(>.experience-commerce_assets-navigationContentLink) .experience-commerce_assets-navigationCategory {
        margin-bottom: 6px
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item.display-column {
        margin-top: 20px
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item .dropdown-toggle::after {
        display: none
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item .promoTile figure .promoTile-footer>span {
        font-family: var(--font-family-bebas);
        font-size: 18px;
        font-style: normal;
        font-weight: 470;
        line-height: 24px;
        text-transform: uppercase
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item .promoTile figure .promoTile-body {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 12px;
        font-style: normal;
        font-weight: 540;
        line-height: 25px
    }
}

@media (min-width: 769px) and (max-width: 991.96px) {
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item .promoTile figure picture {
        min-width: 100%
    }
}

@media (min-width: 769px) {
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-menu {
        margin-top: 0;
        padding: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-menu .dropdown-item,
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-menu .dropdown-link.level3 {
        font-size: 14px;
        font-weight: 540;
        line-height: 25px
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-menu>ul .dropdown-item:has(.dropdown-menu) {
        margin-bottom: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-menu>ul .dropdown-item:has(.dropdown-menu):not(:first-child) {
        margin-top: 6px
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-link {
        color: #000
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-link.level2 {
        font-weight: 900;
        font-size: 35px;
        line-height: 44px;
        font-family: var(--font-family-roslindale);
        padding: 0 0 20px
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-link.level3 {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 14px;
        font-style: normal;
        font-weight: 540;
        line-height: 25px;
        padding-bottom: 0;
        padding-top: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-link.level3.dropdown-toggle {
        font-size: 18px;
        font-family: var(--font-family-bebas);
        font-weight: 470;
        line-height: 24px;
        margin-bottom: 20px
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item>.experience-commerce_assets-navigationCategory .dropdown-link.level4 {
        font-size: 14px;
        padding: 0
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item .nav-link.dropdown-toggle:hover {
        font-weight: bold
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .dropdown-item .experience-commerce_assets-navigationContentLink .dropdown-link {
        color: #000;
        font-family: var(--font-family-bebas); font-weight:100;
        font-size: 20px;
        font-weight: 470;
        line-height: 24px;
        text-transform: uppercase
    }
}

@media (min-width: 769px) and (min-width: 769px) {

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu4c .experience-commerce_assets-promoTile .promoTile,
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu5c .experience-commerce_assets-promoTile .promoTile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu4c .experience-commerce_assets-promoTile .promoTile .promoTile-heading,
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu4c .experience-commerce_assets-promoTile .promoTile .promoTile-body,
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu5c .experience-commerce_assets-promoTile .promoTile .promoTile-heading,
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu5c .experience-commerce_assets-promoTile .promoTile .promoTile-body {
        text-align: center
    }
}

@media (min-width: 769px) and (min-width: 769px) and (max-width: 1313.98px) {

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu4c .experience-commerce_assets-promoTile .promoTile img,
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu5c .experience-commerce_assets-promoTile .promoTile img {
        max-width: 300px;
        max-height: 347px;
        height: unset
    }
}

@media (min-width: 769px) and (min-width: 991.98px) {

    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu4c .experience-commerce_assets-promoTile .promoTile img,
    ul.nav.navbar-nav .nav-item.show>.dropdown-menu .experience-commerce_layouts-navigationMenu5c .experience-commerce_assets-promoTile .promoTile img {
        width: 100%;
        height: 400px
    }
}

@media (min-width: 769px) {
    ul.nav.navbar-nav .nav-item.show>.dropdown-toggle {
        font-weight: bold
    }

    .dropdown-item .dropdown-link.dropdown-toggle.level3 {
        font-family: var(--font-family-bebas) !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 470;
        line-height: 24px;
        text-transform: uppercase
    }

    .menu-toggleable-left.navbar-toggleable-sm .dropdown-toggle .svg-icon {
        display: none;
        position: absolute
    }

    .menu-toggleable-left.navbar-toggleable-sm .dropdown-toggle::after {
        display: none
    }
}

.nav-item.dropdownPCIS .svg-icon {
    height: 12px;
    width: 10px
}

@media (min-width: 544px) {

    .nav-item.dropdownPCIS.menu__primary-pd-category,
    .nav-item.dropdownPCIS.menu__primary-category-basic {
        display: -ms-flexbox;
        display: flex
    }
}

.nav-item .nav-item-container {
    position: relative
}

.nav-item .dropdown-toggle-button {
    background: transparent;
    display: none
}

@media (min-width: 544px) {
    .nav-item .dropdown-toggle-button {
        display: block;
        opacity: 0
    }

    .nav-item .dropdown-toggle-button:focus-visible {
        opacity: 1
    }
}

@media (min-width: 769px) {
    .nav-item .dropdown-toggle-button {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-margin-end: -1.5rem;
        margin-inline-end: -1.5rem;
        height: 100%
    }
}

.mobile-header__bottom-section a .svg-icon {
    margin-right: 10px
}

.mobile-header__bottom-section .mobile-sing-out-link {
    font-size: 12px;
    line-height: 25px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-family: var(--skin-body-font-medium);
    position: absolute;
    text-align: right;
    padding-right: 20px;
    right: 0
}

@media (max-width: 991.96px) {
    .mobile-header__bottom-section {
        height: 200px
    }
}

@keyframes menu-categories {
    0% {
        opacity: 0;
        margin-left: -2rem;
        max-width: 100vw
    }

    100% {
        opacity: 1;
        margin-left: 0;
        max-width: 100vw
    }
}

@keyframes mobile-header {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes expand-level3 {
    0% {
        content: "+"
    }

    50% {
        opacity: 0
    }

    100% {
        content: "\2212";
        opacity: 1
    }
}

@keyframes mobile-header-dropdown {
    0% {
        height: 0;
        transform: translateY(100%)
    }

    100% {
        height: 100%;
        transform: translateY(0%)
    }
}

@keyframes fade-in-menu {
    0% {
        opacity: 0;
        height: 200px;
        min-height: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        height: 400px;
        min-height: -webkit-max-content;
        min-height: max-content;
        transform: translateY(0)
    }
}

.menu__primary-pd-category.show .dropdown-menu.show {
    animation: fade-in-menu 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation-delay: 0.2s
}

@keyframes fade-in-top {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.sign-in-modal {
    padding-right: 0
}

@media (max-width: 991.96px) {
    .sign-in-modal.show {
        background-color: rgba(0, 0, 0, 0.5)
    }
}

.sign-in-modal .sign-in__close {
    width: 17.314px;
    height: 17.314px;
    position: absolute;
    right: 21.69px;
    top: 21px
}

.sign-in-modal .modal-dialog-centered {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.sign-in-modal .modal-content {
    width: 625px;
    height: -webkit-max-content;
    height: max-content;
    min-height: 501px;
    border-radius: 20px;
    padding: 73px 30px 53px 29px
}

@media (max-width: 991.96px) {
    .sign-in-modal .modal-content {
        width: 90%;
        height: -webkit-max-content;
        height: max-content;
        padding: 62px 20px 44px 20px
    }
}

.sign-in-modal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px 10px 0px
}

.sign-in-modal .sign-in-modal__title {
    font-family: var(--skin-header-font);
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    font-size: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #000;
    font-weight: 900;
    line-height: 36px;
    padding: 0px;
    margin-bottom: 25px
}

.sign-in-modal .form-group {
    margin-bottom: 0px
}

.sign-in-modal .form-group:first-of-type {
    margin-bottom: 30px
}

@media (max-width: 991.96px) {
    .sign-in-modal .form-group:first-of-type {
        margin-bottom: 15px
    }
}

.sign-in-modal .sign-in__input {
    font-family: var(--font-family-bebas);
    font-style: normal;
    font-weight: 470;
    font-display: swap;
    text-transform: uppercase;
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    line-height: 38.5px;
    text-transform: unset;
    padding-bottom: 0px
}

@media (max-width: 991.96px) {
    .sign-in-modal .sign-in__input {
        font-family: var(--font-family-bebas);
        font-style: normal;
        font-weight: 470;
        font-display: swap;
        text-transform: uppercase;
        font-size: 12px;
        text-transform: unset
    }
}

.sign-in-modal .sign-in__input.is-invalid {
    border: 1px solid #f10303
}

.sign-in-modal .sign-in__form-label {
    color: #313131;
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    left: 33px;
    height: 25px
}

.sign-in-modal .sign-in__form-label::after {
    content: "*"
}

@media (max-width: 991.96px) {
    .sign-in-modal .sign-in__form-label {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 9px
    }
}

.sign-in-modal .form-group:has(#login-form-password) {
    position: relative
}

.sign-in-modal .form-group:has(#login-form-password) .sign-in__form-label {
    left: 25.5px
}

.sign-in-modal .sign-in__forgot-password {
    margin-bottom: 36px;
    margin-top: 5px;
    padding-left: 25px
}

.sign-in-modal .sign-in__forgot-password a {
    color: #000;
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-top: 7px
}

@media (max-width: 991.96px) {
    .sign-in-modal .sign-in__forgot-password {
        margin-bottom: 17px
    }

    .sign-in-modal .sign-in__forgot-password a {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 10px
    }
}

.sign-in-modal .sign-in__create-account p {
    font-size: 12px;
    margin-right: 4px;
    font-family: var(--skin-body-font)
}

.sign-in-modal .sign-in__create-account a {
    color: #000;
    font-family: var(--skin-body-font-bold);
    font-weight: 560;
    line-height: 25px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-size: 12px;
    cursor: pointer
}

@media (max-width: 991.96px) {
    .sign-in-modal .sign-in__create-account p {
        font-size: 11px;
        margin-right: 3px;
        font-family: var(--skin-body-font)
    }

    .sign-in-modal .sign-in__create-account a {
        font-family: var(--skin-body-font-bold);
        font-size: 11px;
        font-weight: 560;
        text-decoration: underline
    }
}

.sign-in-modal .sign-in__error {
    color: #f10303
}

.sign-in-modal .btn-primary.sign-in__button {
    background-color: var(--bg-color-benefit-pink);
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media (max-width: 991.96px) {
    .sign-in-modal .btn-primary.sign-in__button {
        margin-bottom: 26px
    }
}

.sign-in-modal .form-control-label {
    color: #000
}

.sign-in-modal .sign-in__error {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    font-weight: 540;
    line-height: 25px;
    color: #f10303
}

@media (max-width: 991.96px) {
    .sign-in-modal .sign-in__error {
        font-size: 11px;
        line-height: 20px
    }
}

.sign-in-modal input.is-invalid.sign-in__input {
    border: 1px solid #f10303;
    border-color: #f10303
}

.sign-in-modal .overlay {
    border-radius: 20px
}

.sign-in-modal #login-form-password {
    letter-spacing: 1.5px
}

.sign-in-modal input:-webkit-autofill,
.sign-in-modal input:-webkit-autofill:hover,
.sign-in-modal input:-webkit-autofill:focus,
.sign-in-modal input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset
}

.sign-in-modal input:auto-fill {
    background-color: white
}

.sign-in-modal input:-webkit-autofill {
    background-color: white
}

#requestPasswordResetModal.show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#requestPasswordResetModal.show .modal-header .close {
    transform: translateX(60px)
}

#requestPasswordResetModal.show .modal-header .close span {
    display: none
}

.forgot-password-modal {
    padding-right: 0
}

@media (max-width: 991.96px) {
    .forgot-password-modal.show {
        background-color: rgba(0, 0, 0, 0.5)
    }
}

.forgot-password-modal .forgot-password__close {
    width: 17.314px;
    height: 17.314px;
    position: absolute;
    right: 21.69px;
    top: 21px
}

.forgot-password-modal .modal-content {
    width: 625px;
    height: -webkit-max-content;
    height: max-content;
    border-radius: 20px;
    padding: 17px 30px 34px 29px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .modal-content {
        width: 90%;
        height: -webkit-max-content;
        height: max-content;
        padding: 13px 15px 48px 20px
    }
}

.forgot-password-modal .user-message {
    margin-left: 6px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-family: var(--skin-body-font);
    font-weight: 500;
    font-size: 12px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .user-message {
        font-size: 10px
    }
}

.forgot-password-modal .forgot-password__modal-return {
    color: #000;
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0
}

.forgot-password-modal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 10px 0
}

.forgot-password-modal .request-password-modal__title {
    font-family: var(--skin-header-font);
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    font-size: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #000;
    font-weight: 900;
    line-height: 36px;
    padding: 0;
    margin: 0;
    margin-top: 31px;
    margin-bottom: 25px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .request-password-modal__title {
        margin-top: 27px
    }
}

.forgot-password-modal .form-group {
    margin-bottom: 0
}

.forgot-password-modal .form-group {
    margin-bottom: 30px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .form-group {
        margin-bottom: 20px
    }
}

.forgot-password-modal .forgot-password__input {
    font-family: var(--font-family-bebas);
    font-style: normal;
    font-weight: 470;
    font-display: swap;
    text-transform: uppercase;
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    line-height: 38.5px;
    text-transform: unset;
    padding: 15px 24px 0
}

@media (max-width: 991.96px) {
    .forgot-password-modal .forgot-password__input {
        font-family: var(--font-family-bebas);
        font-style: normal;
        font-weight: 470;
        font-display: swap;
        text-transform: uppercase;
        font-size: 12px;
        text-transform: unset
    }
}

.forgot-password-modal .forgot-password__form-label {
    color: #313131;
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    left: 24px;
    height: 25px
}

.forgot-password-modal .forgot-password__form-label::after {
    content: "*"
}

@media (max-width: 991.96px) {
    .forgot-password-modal .forgot-password__form-label {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 9px
    }
}

.forgot-password-modal .sign-in__error {
    color: #f10303
}

.forgot-password-modal .forgot-password__button {
    background-color: var(--color-benefit-pink);
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    height: 56px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    font-size: 16px;
    margin-top: 30px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .forgot-password__button {
        margin-bottom: 26px;
        font-size: 14px;
        height: 46px
    }
}

.forgot-password-modal .form-control-label {
    color: #000
}

.forgot-password-modal .forgot-password__help-msg span {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 25px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .forgot-password__help-msg span {
        font-size: 11px
    }
}

.forgot-password-modal .forgot-password__help-msg .forgot-password__help-msg-link {
    text-decoration: underline;
    font-family: var(--skin-body-font-bold);
    font-weight: 500
}

.forgot-password-modal .sign-in__error {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    font-weight: 540;
    line-height: 25px;
    color: #f10303
}

@media (max-width: 991.96px) {
    .forgot-password-modal .sign-in__error {
        font-size: 11px;
        line-height: 20px
    }
}

.forgot-password-modal input.is-invalid.sign-in__input,
.forgot-password-modal input.invalid {
    border: 1px solid #f10303;
    border-color: #f10303
}

.forgot-password-modal .forgot-password-modal .form-control-label {
    margin-top: 5px
}

.forgot-password-modal .overlay {
    border-radius: 20px
}

.forgot-password-modal .invalid-feedback {
    line-height: 16px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .invalid-feedback {
        font-size: 11px
    }
}

.forgot-password-modal .email-reset-error-message {
    color: #f10303;
    padding: 0 0 0 24px;
    font-size: 12px;
    line-height: 25px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .email-reset-error-message {
        font-size: 11px
    }
}

.forgot-password-modal .reset-password__success-message p {
    padding-left: 24px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 25px
}

@media (max-width: 991.96px) {
    .forgot-password-modal .reset-password__success-message p {
        font-size: 11px
    }
}

header.sticky {
    z-index: 160
}

@media (min-width: 769px) {
    header.sticky {
        border-bottom: 2px solid #cdcdcd
    }
}

header.sticky #topheaderbanner {
    display: none
}

.header {
    margin: auto
}

@media (max-width: 991.96px) {
    .header.container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.navbar-header {
    height: 68px;
    padding-top: 0
}

.navbar-header:not(.brand),
.navbar-header .logo-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.navbar-header:not(.brand) {
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 991.98px) {
    .navbar-header:not(.brand) {
        max-width: 1252px
    }
}

.navbar-header .logo-home {
    height: 100%
}

@media (max-width: 991.96px) {
    .navbar-header .logo-home {
        padding: 10px 0
    }
}

.header-filler {
    display: none
}

@media (max-width: 991.96px) {

    .navbar-header .left-side-header,
    .navbar-header .right-side-header {
        padding-top: 1em
    }
}

.navbar-header .left-side-header a .svg-icon {
    margin-right: 8px
}

@media (min-width: 769px) {
    .navbar-header .left-side-header a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.navbar-header .store-locator,
.navbar-header .appointment,
.navbar-header .heart {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.navbar-header .store-locator:hover,
.navbar-header .appointment:hover,
.navbar-header .heart:hover {
    text-decoration: none
}

.navbar-header .store-locator:not(:last-child),
.navbar-header .appointment:not(:last-child),
.navbar-header .heart:not(:last-child) {
    margin-right: 20px
}

.navbar-header .right-side-header .search-bar:focus .search-icon {
    outline: auto
}

.navbar-header .right-side-header .account-button:focus .account-icon {
    outline: auto
}

.navbar-header .right-side-header .search-icon,
.navbar-header .right-side-header .account-icon {
    margin-right: 30px
}

.navbar-header svg.account-icon {
    stroke: #000
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
    margin: 0
}

@media (max-width: 991.96px) {
    .navbar-header .minicart {
        height: 50px
    }

    .navbar-header .minicart-total {
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-header .minicart-total.hide-no-link {
        display: none
    }
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
    line-height: unset
}

.navbar-header .search-bar {
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: none
}

@media (max-width: 991.96px) {
    .navbar-header .search-bar {
        display: -ms-flexbox;
        display: flex
    }
}

.navbar-header .search .search-icon {
    background-image: url("../images/common/search.svg");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    background-position: center;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-48%);
    right: 5px
}

.navbar-header .account-button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0
}

.navbar-header .account-button:focus {
    border: none;
    outline: none
}

.navbar-header .account-button:focus-visible {
    border: none;
    outline: none
}

.navbar-header .minicart .minicart-quantity {
    border-radius: 100%;
    background-color: var(--bg-color-benefit-pink);
    color: #000;
    width: 14px;
    height: 14px;
    font-weight: 470;
    left: 14px;
    bottom: -9px;
    font-family: var(--font-family-bebas);
    font-style: normal;
    font-weight: 470;
    font-display: swap;
    text-transform: uppercase;
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 10px
}

@media (max-width: 991.96px) {
    .navbar-header .minicart .minicart-quantity {
        bottom: 0;
        top: 26px;
        right: 0;
        position: absolute
    }
}

.navbar-header .store-locator span,
.navbar-header .appointment span,
.navbar-header .heart span,
.navbar-header .user span,
.navbar-header .search-bar span,
.navbar-header .account-button span {
    transition: 0.2s ease-in-out
}

.navbar-header .store-locator:hover .svg-icon,
.navbar-header .appointment:hover .svg-icon,
.navbar-header .heart:hover .svg-icon,
.navbar-header .user:hover .svg-icon,
.navbar-header .search-bar:hover .svg-icon,
.navbar-header .account-button:hover .svg-icon {
    fill: var(--color-benefit-pink);
    color: var(--color-benefit-pink)
}

.navbar-header .store-locator:hover span,
.navbar-header .appointment:hover span,
.navbar-header .heart:hover span,
.navbar-header .user:hover span,
.navbar-header .search-bar:hover span,
.navbar-header .account-button:hover span {
    font-weight: 500
}

.navbar-header .store-locator:hover .svg-icon,
.navbar-header .search-bar:hover .svg-icon {
    transform: rotateZ(25deg)
}

.navbar-header .appointment:hover .svg-icon,
.navbar-header .user:hover .svg-icon {
    transform: rotateZ(-25deg)
}

.navbar-header .user:hover .svg-icon {
    stroke: var(--color-benefit-pink)
}

.navbar-header .user:hover .account-button {
    stroke: var(--color-benefit-pink)
}

.navbar-header .heart:hover .svg-icon {
    transform: scale(1.1)
}

.navbar-header .svg-icon,
.navbar-header .minicart-quantity {
    transition: 0.2s ease-in-out
}

.navbar-header .minicart:hover .minicart-icon {
    transform: rotateZ(25deg);
    fill: var(--color-benefit-pink)
}

.navbar-header .minicart:hover .minicart-quantity {
    transform: translateY(3px)
}

.navbar-header a:hover {
    text-decoration: none
}

@media (max-width: 991.96px) {
    .header>.row {
        margin-right: 0;
        margin-left: 0
    }

    .header>.row>* {
        padding-right: 0;
        padding-left: 0
    }

    .header .navbar-header .right-side-header {
        padding-top: 0;
        line-height: 2.7em
    }

    .header .navbar-header .right-side-header .search-icon {
        margin-right: 15px
    }

    .navbar-header {
        height: 50px
    }

    .brand {
        padding-top: 0;
        display: -ms-flexbox;
        display: flex;
        width: 90px;
        left: 50%;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        transform: translateX(-50%)
    }

    .brand img {
        width: 90px;
        height: auto
    }
}

@media (min-width: 769px) {
    .header__logged-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__logged-wrapper a,
.header__logged-wrapper svg {
    color: var(--color-benefit-pink)
}

.header__logged-wrapper svg.account-icon {
    fill: var(--color-benefit-pink);
    stroke: var(--color-benefit-pink);
    margin: 0;
    filter: brightness(0) saturate(100%) invert(14%) sepia(95%) saturate(6303%) hue-rotate(332deg) brightness(106%) contrast(105%)
}

.header__logged-wrapper .header__logged-name,
.header__logged-wrapper .header__logged__user {
    color: var(--color-benefit-pink);
    font-family: var(--skin-body-font-bold);
    font-size: 10px;
    font-weight: 560;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 769px) {
    .right-side-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.navbar-header .pull-right .right-side-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (max-width: 991.96px) {
    .navbar-header .pull-right .right-side-header {
        -ms-flex-align: center;
        align-items: center
    }
}

.navbar-header .pull-right .right-side-header .nav-item.header__logged-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.navbar-header .pull-right .right-side-header .nav-item.header__logged-wrapper .account-icon {
    margin-right: 0
}

.mobile-header__account-link .account-icon {
    fill: var(--color-benefit-pink);
    stroke: var(--color-benefit-pink);
    color: var(--color-benefit-pink)
}

.mobile-header__account-link .user-message {
    color: var(--color-benefit-pink);
    font-family: var(--skin-body-font-bold);
    font-size: 12px;
    font-weight: 560
}

.mobile-header__account-link .header__logged-name,
.mobile-header__account-link .header__logged__user {
    color: var(--color-benefit-pink);
    font-family: var(--skin-body-font-bold);
    font-size: 12px;
    font-weight: 560;
    line-height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-header__account-link svg.account-icon {
    filter: brightness(0) saturate(100%) invert(14%) sepia(95%) saturate(6303%) hue-rotate(332deg) brightness(106%) contrast(105%)
}

.header__logged__user {
    text-transform: capitalize
}

.account-button:hover .svg-icon {
    fill: var(--color-benefit-pink)
}

.account-button:hover span {
    font-weight: 500
}

.highContrast .header__logged-wrapper .header__logged-name,
.highContrast .header__logged-wrapper .header__logged__user {
    color: #000
}

.experience-commerce_assets-promoTile .promoTile img {
    width: 100%;
    height: 400px;
    border-radius: 20px
}

.experience-commerce_assets-promoTile .promoTile:hover .promoTile-footer a .promoTile-heading {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2.5px;
    transition: text-underline-offset 2s ease
}

.experience-commerce_assets-promoTile .promoTile .promoTile-heading,
.experience-commerce_assets-promoTile .promoTile .promoTile-body {
    text-align: center;
    color: #000
}

.experience-commerce_assets-promoTile .promoTile .promoTile-footer .promoTile-heading {
    font-size: 22px;
    display: block;
    font-family: var(--font-family-bebas) !important;
    font-weight: 470;
    margin-top: 20px;
    line-height: 24px
}

@media (max-width: 768.98px) {
    .experience-commerce_assets-promoTile .promoTile .promoTile-footer .promoTile-heading {
        margin-top: 16px;
        font-size: 16px;
        font-weight: 470
    }
}

.experience-commerce_assets-promoTile .promoTile .promoTile-footer a {
    font-weight: 540;
    line-height: 25px;
    font-family: var(--skin-body-font);
    text-decoration: none
}

@media (max-width: 991.96px) {
    .experience-commerce_assets-promoTile .promoTile .promoTile-footer a {
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.experience-commerce_assets-promoTile .promoTile .promoTile-body {
    font-family: var(--skin-body-font);
    font-weight: 540;
    margin-top: 10px;
    font-size: 12px
}

@media (max-width: 768.98px) {
    .experience-commerce_assets-promoTile .promoTile .promoTile-body {
        line-height: 18px
    }
}

.experience-commerce_assets-promoTile .promoTile .dropdown-item.dropdownPCIS:hover a .promoTile-heading {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2.5px;
    transition: text-underline-offset 2s ease
}

.experience-commerce_assets-promoTile .promoTile .dropdown-item.dropdownPCIS:hover .experience-commerce_assets-promoTile img {
    transform: scale(1.1);
    transition: transform 1s ease-in
}

@media (max-width: 768.98px) {
    .experience-commerce_assets-promoTile .promoTile img {
        border-radius: 10px;
        height: 250px
    }

    .experience-commerce_assets-promoTile .promoTile .promoTile-heading {
        font-size: 16px
    }

    .experience-commerce_assets-promoTile .promoTile .promoTile-heading,
    .experience-commerce_assets-promoTile .promoTile .promoTile-body {
        text-align: left
    }
}

@media (min-width: 769px) and (max-width: 1313.98px) {
    .experience-commerce_layouts-navigationMenuOneThirdTwoThirds2c .experience-commerce_assets-promoTile .promoTile img {
        max-width: 100%;
        width: 100%;
        max-height: 273px;
        height: 273px
    }
}

@media (min-width: 991.98px) {
    .experience-commerce_layouts-navigationMenuOneThirdTwoThirds2c .experience-commerce_assets-promoTile .promoTile img {
        width: 464px;
        height: 380px;
        max-height: 380px
    }
}

.menu-promo-tile-height-adjustment {
    min-height: -webkit-max-content;
    min-height: max-content;
    height: -webkit-max-content !important;
    height: max-content !important;
    max-height: -webkit-max-content;
    max-height: max-content;
    transition: all 0.8s ease-in
}

.experience-commerce_layouts-navigationContentMenu .content-menu {
    display: -ms-grid;
    display: grid;
    gap: 17px
}

@media (max-width: 768.98px) {
    .experience-commerce_layouts-navigationContentMenu .content-menu {
        gap: 0px
    }
}

.experience-commerce_layouts-navigationContentMenu .content-menu.c-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

.experience-commerce_layouts-navigationContentMenu .content-menu.c-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.experience-commerce_layouts-navigationContentMenu .content-menu.c-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width: 768.98px) {

    .experience-commerce_layouts-navigationContentMenu .content-menu.c-2,
    .experience-commerce_layouts-navigationContentMenu .content-menu.c-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

ul.nav.navbar-nav .nav-item>.dropdown-menu>.experience-commerce_layouts-navigationMenuOneThirdTwoThirds2c {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    width: 100%
}

ul.nav.navbar-nav .nav-item>.dropdown-menu>.experience-commerce_layouts-navigationMenuOneThirdTwoThirds2c {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    gap: 16px
}

@media (max-width: 768.98px) {
    ul.nav.navbar-nav .nav-item>.dropdown-menu>.experience-commerce_layouts-navigationMenuOneThirdTwoThirds2c {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0
    }
}

@media (min-width: 769px) {
    ul.nav.navbar-nav .nav-item>.dropdown-menu>.experience-commerce_layouts-navigationMenuOneThirdTwoThirds2c {
        display: -ms-grid !important;
        display: grid !important
    }
}

.experience-commerce_assets-navigationContentLink .dropdown-link,
.dropdown-item .experience-commerce_assets-navigationContentLink .dropdown-link {
    padding: 0
}

@media (max-width: 991.96px) {
    .menu-toggleable-left.in .experience-commerce_assets-navigationContentLink .dropdown-link {
        font-family: var(--font-family-bebas);
        font-size: 16px;
        padding: 0 1.25rem;
        text-transform: uppercase;
        font-weight: 470;
        line-height: 16px
    }
}

@media (max-width: 543.98px) {
    .collapsible-xs .title {
        line-height: 2.5rem
    }

    .collapsible-xs .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-xs .title::after {
        float: right;
        content: "\F078";
        font-family: "FontAwesome"
    }

    .collapsible-xs .content,
    .collapsible-xs .card-body {
        display: none
    }

    .collapsible-xs.active .title::after {
        content: "\F077";
        margin-top: -0.125em
    }

    .collapsible-xs.active .content,
    .collapsible-xs.active .card-body {
        display: block
    }
}

.container div.collapsible-xs button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xs button.title:hover {
    text-decoration: none
}

@media (max-width: 768.98px) {
    .collapsible-sm .title {
        line-height: 2.5rem
    }

    .collapsible-sm .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-sm .title::after {
        float: right;
        content: "\F078";
        font-family: "FontAwesome"
    }

    .collapsible-sm .content,
    .collapsible-sm .card-body {
        display: none
    }

    .collapsible-sm.active .title::after {
        content: "\F077";
        margin-top: -0.125em
    }

    .collapsible-sm.active .content,
    .collapsible-sm.active .card-body {
        display: block
    }
}

.container div.collapsible-sm button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-sm button.title:hover {
    text-decoration: none
}

@media (max-width: 991.96px) {
    .collapsible-md .title {
        line-height: 2.5rem
    }

    .collapsible-md .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-md .title::after {
        float: right;
        content: "\F078";
        font-family: "FontAwesome"
    }

    .collapsible-md .content,
    .collapsible-md .card-body {
        display: none
    }

    .collapsible-md.active .title::after {
        content: "\F077";
        margin-top: -0.125em
    }

    .collapsible-md.active .content,
    .collapsible-md.active .card-body {
        display: block
    }
}

.container div.collapsible-md button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-md button.title:hover {
    text-decoration: none
}

@media (max-width: 1313.98px) {
    .collapsible-lg .title {
        line-height: 2.5rem
    }

    .collapsible-lg .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-lg .title::after {
        float: right;
        content: "\F078";
        font-family: "FontAwesome"
    }

    .collapsible-lg .content,
    .collapsible-lg .card-body {
        display: none
    }

    .collapsible-lg.active .title::after {
        content: "\F077";
        margin-top: -0.125em
    }

    .collapsible-lg.active .content,
    .collapsible-lg.active .card-body {
        display: block
    }
}

.container div.collapsible-lg button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-lg button.title:hover {
    text-decoration: none
}

.collapsible-xl .title {
    line-height: 2.5rem
}

.collapsible-xl .title::after {
    display: block;
    clear: both;
    content: ""
}

.collapsible-xl .title::after {
    float: right;
    content: "\F078";
    font-family: "FontAwesome"
}

.collapsible-xl .content,
.collapsible-xl .card-body {
    display: none
}

.collapsible-xl.active .title::after {
    content: "\F077";
    margin-top: -0.125em
}

.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
    display: block
}

.container div.collapsible-xl button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xl button.title:hover {
    text-decoration: none
}

.page[data-action="Account-Show"] footer button.btn-primary.newsletter-submit {
    padding: 10px 40px
}

@media (max-width: 991.96px) {
    .page[data-action="Account-Show"] footer button.btn-primary.newsletter-submit {
        padding: 2px 28px
    }
}

footer {
    padding: 0;
    position: relative;
    overflow: hidden;
}

footer .content {
    font-size: 0.875em
}

footer .img-form-design-footer {
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -khtml-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s
}

@media only screen and (max-width: 376px) {
    footer .img-form-design-footer {
        background-size: contain
    }
}

footer .img-form-design-footer.form-1 {
    width: 92px;
    height: 147px;
    left: 0;
    bottom: 300px;
    background-image: url("../webImages/shapes/img-form-footer-1.svg");
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -khtml-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s
}

@media (max-width: 768.98px) {
    footer .img-form-design-footer.form-1 {
        width: 76px;
        height: 105px;
        bottom: 320px;
        background-image: url("../webImages/shapes/img-form-footer-1-mobile.svg");
        background-position: left top
    }
}

@media (max-width: 543.98px) {
    footer .img-form-design-footer.form-1 {
        width: 20.5vw;
        height: 28vw
    }
}

footer .img-form-design-footer.form-2 {
    width: 196px;
    height: 216px;
    left: 22px;
    bottom: 165px;
    background-image: url("../webImages/shapes/img-form-footer-2-mobile.svg");
    transition: all 0.8s linear 0s;
    -webkit-transition: all 0.8s linear 0s;
    -khtml-transition: all 0.8s linear 0s;
    -o-transition: all 0.8s linear 0s;
    background-size: 100%
}

@media (max-width: 768.98px) {
    footer .img-form-design-footer.form-2 {
        width: 147px;
        height: 161px;
        left: 37px;
        bottom: 215px;
        background-image: url("../webImages/shapes/img-form-footer-2-mobile.svg")
    }
}

@media (max-width: 543.98px) {
    footer .img-form-design-footer.form-2 {
        width: 37.9vw;
        height: 41.4vw
    }
}

footer .img-form-design-footer.form-3 {
    width: 230px;
    height: 161px;
    left: 208px;
    bottom: 110px;
    background-image: url("../webImages/shapes/img-form-footer-3-mobile.svg");
    background-size: 280px
}

@media (max-width: 768.98px) {
    footer .img-form-design-footer.form-3 {
        width: 151px;
        height: 107px;
        bottom: 215px;
        left: initial;
        right: 44px;
        background-image: url("../webImages/shapes/img-form-footer-3-mobile.svg");
        background-size: 24vw
    }
}

@media (max-width: 543.98px) {
    footer .img-form-design-footer.form-3 {
        width: 40.3vw;
        height: 28.7vw;
        background-size: 50vw
    }
}

footer .img-form-design-footer.form-4 {
    width: 137px;
    height: 189px;
    right: 0;
    bottom: 210px;
    background-image: url("../webImages/shapes/img-form-footer-4.svg");
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -khtml-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s
}

@media (max-width: 768.98px) {
    footer .img-form-design-footer.form-4 {
        width: 19.4vw;
        height: 39vw;
        bottom: 250px;
        right: -9px;
        background-image: url("../webImages/shapes/img-form-footer-4-mobile.svg");
        background-position: center right
    }
}

footer .img-form-design-footer.form-5 {
    width: 178px;
    height: 128px;
    right: 89px;
    bottom: 115px;
    background-image: url("../webImages/shapes/img-form-footer-5.svg");
    transition: all 0.8s linear 0s;
    -webkit-transition: all 0.8s linear 0s;
    -khtml-transition: all 0.8s linear 0s;
    -o-transition: all 0.8s linear 0s
}

@media (max-width: 768.98px) {
    footer .img-form-design-footer.form-5 {
        width: 132px;
        height: 95px;
        bottom: 320px;
        right: 43px;
        background-image: url("../webImages/shapes/img-form-footer-5-mobile.svg")
    }
}

@media (max-width: 543.98px) {
    footer .img-form-design-footer.form-5 {
        width: 35.4vw;
        height: 25.4vw
    }
}

footer .img-form-design-footer.form-6 {
    width: 149.659px;
    height: 149.659px;
    right: 259px;
    bottom: 108px;
    background-image: url("../webImages/shapes/img-form-footer-6.svg")
}

@media (max-width: 543.98px) {
    footer .img-form-design-footer.form-6 {
        display: none
    }
}

footer.animation-footer-on .img-form-design-footer.form-1 {
    bottom: 148px
}

@media (max-width: 768.98px) {
    footer.animation-footer-on .img-form-design-footer.form-1 {
        bottom: 213px
    }
}

@media (max-width: 543.98px) {
    footer.animation-footer-on .img-form-design-footer.form-1 {
        bottom: 194px
    }
}

@media (max-width: 376px) {
    footer.animation-footer-on .img-form-design-footer.form-1 {
        bottom: 189px
    }
}

footer.animation-footer-on .img-form-design-footer.form-2 {
    bottom: -7px
}

@media (max-width: 768.98px) {
    footer.animation-footer-on .img-form-design-footer.form-2 {
        bottom: 90px
    }
}

@media (max-width: 543.98px) {
    footer.animation-footer-on .img-form-design-footer.form-2 {
        bottom: 89px
    }
}

@media only screen and (max-width: 376px) {
    footer.animation-footer-on .img-form-design-footer.form-2 {
        bottom: 83px
    }
}

footer.animation-footer-on .img-form-design-footer.form-3 {
    bottom: 0
}

@media (max-width: 768.98px) {
    footer.animation-footer-on .img-form-design-footer.form-3 {
        bottom: 100px
    }
}

@media (max-width: 543.98px) {
    footer.animation-footer-on .img-form-design-footer.form-3 {
        bottom: 100px
    }
}

@media only screen and (max-width: 376px) {
    footer.animation-footer-on .img-form-design-footer.form-3 {
        bottom: 100px
    }
}

footer.animation-footer-on .img-form-design-footer.form-4 {
    bottom: 116px
}

@media (max-width: 768.98px) {
    footer.animation-footer-on .img-form-design-footer.form-4 {
        bottom: 47px
    }
}

@media (max-width: 543.98px) {
    footer.animation-footer-on .img-form-design-footer.form-4 {
        bottom: 123px
    }
}

@media only screen and (max-width: 376px) {
    footer.animation-footer-on .img-form-design-footer.form-4 {
        bottom: 120px
    }
}

footer.animation-footer-on .img-form-design-footer.form-5 {
    bottom: 30px
}

@media (max-width: 768.98px) {
    footer.animation-footer-on .img-form-design-footer.form-5 {
        bottom: 209px
    }
}

@media (max-width: 543.98px) {
    footer.animation-footer-on .img-form-design-footer.form-5 {
        bottom: 208px
    }
}

@media only screen and (max-width: 376px) {
    footer.animation-footer-on .img-form-design-footer.form-5 {
        bottom: 206px
    }
}

footer.animation-footer-on .img-form-design-footer.form-6 {
    bottom: -32px
}

@media (max-width: 768.98px) {
    footer.animation-footer-on .img-form-design-footer.form-6 {
        display: none
    }
}

footer.animation-footer-off .bloc-logo-footer span {
    display: none
}

footer.animation-footer-off .img-form-design-footer.form-1 {
    bottom: 172px
}

@media (max-width: 768.98px) {
    footer.animation-footer-off .img-form-design-footer.form-1 {
        bottom: 250px
    }
}

footer.animation-footer-off .img-form-design-footer.form-2 {
    bottom: 5px
}

@media (max-width: 768.98px) {
    footer.animation-footer-off .img-form-design-footer.form-2 {
        bottom: 144px
    }
}

footer.animation-footer-off .img-form-design-footer.form-3 {
    bottom: 15px
}

@media (max-width: 768.98px) {
    footer.animation-footer-off .img-form-design-footer.form-3 {
        bottom: 160px
    }
}

footer.animation-footer-off .img-form-design-footer.form-4 {
    bottom: 122px
}

@media (max-width: 768.98px) {
    footer.animation-footer-off .img-form-design-footer.form-4 {
        bottom: 185px
    }
}

footer.animation-footer-off .img-form-design-footer.form-5 {
    bottom: 43px
}

@media (max-width: 768.98px) {
    footer.animation-footer-off .img-form-design-footer.form-5 {
        bottom: 267px
    }
}

footer.animation-footer-off .img-form-design-footer.form-6 {
    bottom: 41px
}

@media (max-width: 768.98px) {
    footer.animation-footer-off .img-form-design-footer.form-6 {
        display: none
    }
}

footer .footer-section-top {
    background-color: #fcead8;
    padding: 85px 0 154px;
    position: relative;
    height: 780px
}

@media (max-width: 991.96px) {
    footer .footer-section-top {
        padding: 42px 0 210px;
        height: 961px
    }
}

@media (max-width: 991.96px) {
    footer .footer-section-top.auto-height {
        height: auto
    }
}

footer .footer-section-top .footer-logo {
    text-align: center;
    width: 100%;
    margin-bottom: 72px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-logo {
        margin-bottom: 16px
    }
}

footer .footer-section-top .footer-logo .bloc-logo-footer {
    display: table;
    margin: auto;
    position: relative
}

@media (min-width: 769px) {
    footer .footer-section-top .footer-logo .bloc-logo-footer {
        max-width: 265px
    }
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-logo .bloc-logo-footer {
        min-width: 172px;
        max-width: 172px;
        height: 55px
    }
}

footer .footer-section-top .footer-logo .bloc-logo-footer span {
    position: absolute;
    right: 95px;
    top: 25px;
    width: 18px;
    height: 0;
    background: #000;
    display: block;
    border-radius: 47px 47px 0 0;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-logo .bloc-logo-footer span {
        right: 61px;
        top: 16px;
        width: 13px
    }
}

footer .footer-section-top .footer-logo .bloc-logo-footer span.animate {
    height: 12px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-logo .bloc-logo-footer span.animate {
        height: 8px
    }
}

footer .footer-section-top .footer-logo .bloc-logo-footer svg {
    width: 265px;
    height: 85px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-logo .bloc-logo-footer svg {
        width: 172px;
        height: 55px
    }
}

footer .footer-section-top h2 {
    color: #000;
    font-family: var(--font-family-bebas);
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 470
}

@media (max-width: 991.96px) {
    footer .footer-section-top h2 {
        display: none
    }
}

footer .footer-section-top span {
    color: #000;
    font-family: var(--font-family-bebas) !important;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 470;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991.96px) {
    footer .footer-section-top span {
        display: none
    }
}

@media (max-width: 991.96px) {
    footer .footer-section-top .input-group-btn {
        display: -ms-flexbox;
        display: flex
    }
}

footer .footer-section-top ul {
    text-align: center
}

footer .footer-section-top .collapsible-md button {
    font-family: var(--font-family-bebas);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0
}

@media (max-width: 991.96px) {
    footer .footer-section-top .collapsible-md button {
        font-size: 18px;
        height: 47px;
        line-height: 47px;
        font-weight: 470;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer-section-top .collapsible-md button:focus {
    box-shadow: none
}

footer .footer-section-top .collapsible-md button::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M12 1.90476L10.125 -8.19589e-08L6 4.19048L1.875 -4.42578e-07L-8.32598e-08 1.90476L6 8L12 1.90476Z' fill='black'/%3E%3C/svg%3E");
    position: absolute;
    right: 20px;
    top: 18px;
    line-height: 1
}

footer .footer-section-top .collapsible-md.active button::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M12 1.90476L10.125 -8.19589e-08L6 4.19048L1.875 -4.42578e-07L-8.32598e-08 1.90476L6 8L12 1.90476Z' fill='black'/%3E%3C/svg%3E");
    margin: 0;
    transform: rotate(180deg);
    top: 22px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .btn {
        padding: 0;
        height: 47px;
        line-height: 47px;
        font-size: 18px;
        font-weight: 470;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer-section-top .footer-stores a {
    color: #000;
    font-family: var(--font-family-bebas) !important;
    font-size: 24px;
    line-height: 24px;
    font-weight: 470;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 33px;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-stores a {
        font-size: 18px;
        padding: 10px;
        height: 47px;
        line-height: 47px;
        font-weight: 470;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer-section-top .footer-stores a img {
    height: 18px;
    top: 1px;
    margin-right: 10px;
    position: relative
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-stores a img {
        height: 17px
    }
}

footer .footer-section-top .footer-stores a svg {
    margin-right: 13px;
    vertical-align: bottom
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-stores a svg {
        margin-right: 5px
    }
}

@media (min-width: 769px) {
    footer .footer-section-top .footer-stores a:first-child {
        margin-bottom: 39px
    }
}

footer .footer-section-top .footer-stores .menu-footer__locate-store {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-stores .menu-footer__locate-store--icon {
        line-height: 12px
    }
}

footer .footer-section-top .footer-stores .social-icon img {
    width: 100%;
    height: 100%
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-social h2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        height: 47px;
        line-height: 47px;
        font-size: 18px;
        font-weight: 470;
        margin: 0;
        padding-bottom: 10px;
        margin-bottom: 15px
    }
}

footer .footer-section-top .footer-social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    gap: 35.24px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-social ul {
        margin-bottom: 0;
        gap: 22px
    }
}

footer .footer-section-top .footer-social ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-section-top .footer-social ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-section-top .footer-social ul li .btn-circle {
    width: 45.52px;
    height: 45.52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-social ul li .btn-circle {
        height: 33px;
        width: 33px
    }
}

footer .footer-section-top .footer-social ul li .btn-circle .social-icon {
    width: 100%;
    height: 100%;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.2s ease-in-out
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer-social ul li .btn-circle .social-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        transform: translate(0.5px, 0)
    }
}

footer .footer-section-top .footer-social ul li .btn-circle .social-icon.icon-contrast {
    display: none
}

footer .footer-section-top .footer-social ul li .btn-circle .social-icon img {
    width: 100%;
    height: 100%
}

footer .footer-section-top .footer-social ul li .btn-circle .social-icon i {
    font-size: 24px;
    color: #fff;
}

footer .footer-section-top .footer-social ul li .btn-circle:focus {
    outline: none
}

footer .footer-section-top .footer-social ul li .btn-circle:focus .social-icon {
    outline: 3px solid #000
}

footer .footer-section-top .footer-social ul li .btn-circle:hover .social-icon {
    transform: rotate(25deg);
    outline: none
}

footer .footer-section-top ul.menu-footer.content {
    margin-bottom: 0
}

@media (min-width: 769px) {
    footer .footer-section-top ul.menu-footer.content li {
        height: 25px
    }

    footer .footer-section-top ul.menu-footer.content li a {
        font-size: 14px;
        line-height: 25px;
        height: 25px
    }

    footer .footer-section-top ul.menu-footer.content li:not(:last-of-type) {
        margin-bottom: 15px
    }

    footer .footer-section-top ul.menu-footer.content li:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width: 769px) {
    footer .footer-section-top .footer__menu__wrapper {
        margin-bottom: 45px
    }
}

footer .footer-section-top .footer__newsletter-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

footer .footer-section-top .footer__newsletter-container .footer__subscription__title {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 470
}

@media (min-width: 769px) {
    footer .footer-section-top .footer__newsletter-container .footer__subscription__title {
        padding-right: 16.5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
        font-size: 20px
    }
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer__newsletter-container .footer__subscription__title {
        margin-bottom: 9px;
        margin-top: 0;
        width: 100%;
        font-size: 18px
    }
}

footer .footer-section-top .footer__newsletter-container .newsletter-submit {
    font-size: 16px
}

@media (min-width: 769px) {
    footer .footer-section-top .footer__newsletter-container .newsletter-submit {
        padding: 15px 40px;
        top: 0;
        right: 9px
    }
}

footer .footer-section-top .footer__newsletter-container .newsletter-submit:focus {
    outline: auto
}

footer .footer-section-top .footer__newsletter-container .form-control__error {
    border: 1px solid #f10303
}

@media (min-width: 769px) {
    footer .footer-section-top .footer__newsletter-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 991.96px) {
    footer .footer-section-top .footer__newsletter-container {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 36px
    }

    footer .footer-section-top .footer__newsletter-container .newsletter-submit {
        font-size: 12px;
        padding: 10px 28px;
        letter-spacing: 0.3px;
        font-weight: 470;
        height: 45px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer-section-top .home-email-signup {
    background-color: transparent;
    font-weight: 540
}

footer .footer-section-top .home-email-signup .container {
    padding-top: 0
}

footer .footer-section-top .home-email-signup .content-asset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup .footer__newsletter-content {
        padding: 0
    }

    footer .footer-section-top .home-email-signup .footer__newsletter-content .footer__newsletter-content__form {
        padding: 0
    }
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup form .col-md-8 {
        -ms-flex-flow: column;
        flex-flow: column
    }
}

footer .footer-section-top .home-email-signup form .email-signup-input-groups {
    gap: 16px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup form .email-signup-input-groups {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}

footer .footer-section-top .home-email-signup form .email-signup-input-groups .form-control:disabled,
footer .footer-section-top .home-email-signup form .email-signup-input-groups .form-control[readonly] {
    background-color: #fff
}

footer .footer-section-top .home-email-signup form h4 {
    font-family: var(--font-family-bebas);
    font-size: 20px;
    font-weight: 470;
    text-transform: uppercase;
    line-height: 38.5px;
    text-align: center;
    white-space: nowrap
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup form h4 {
        margin: 36px 0 14px;
        line-height: 47px;
        height: 47px;
        font-size: 18px;
        font-weight: 470
    }
}

footer .footer-section-top .home-email-signup form .footer__subscription__title__span {
    font-family: var(--font-family-bebas);
    font-size: 26px;
    font-weight: 470;
    text-transform: uppercase;
    line-height: 38.5px;
    text-align: center;
    white-space: nowrap
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup form .footer__subscription__title__span {
        margin: 36px 0 14px;
        line-height: 47px;
        height: 47px;
        font-size: 18px;
        font-weight: 470
    }
}

footer .footer-section-top .home-email-signup form .form-control {
    height: 61px;
    border-radius: 30px !important;
    padding: 0 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #565656;
    border: 1px solid dimgray;
    font-weight: 540
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup form .form-control {
        height: 44px;
        padding: 10px 22px;
        font-size: 11px;
        font-weight: 540;
        line-height: 30px
    }
}

footer .footer-section-top .home-email-signup form button {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    color: #000;
    top: 5px;
    font-weight: 470;
    box-shadow: none;
    letter-spacing: 0.3;
    font-size: 16px;
    font-family: var(--font-family-bebas) !important;
}

footer .footer-section-top .home-email-signup form button:hover {
    background-color: transparent;
    color: #000;
    scale: 1
}

footer .footer-section-top .home-email-signup form button:active {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup form button {
        top: -1px;
        font-size: 12px
    }
}

footer .footer-section-top .home-email-signup form .form-check {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex
}

footer .footer-section-top .home-email-signup form .form-check .checkcontainer {
    height: -webkit-fit-content;
    height: fit-content;
    margin-top: 21px;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 7px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup form .form-check .checkcontainer {
        top: 4px;
        margin-top: 13px
    }
}

footer .footer-section-top .home-email-signup form .form-check .checkcontainer input[type="checkbox"]+span {
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #696969;
    top: initial
}

footer .footer-section-top .home-email-signup form .form-check .checkcontainer input[type="checkbox"]+span::before {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

footer .footer-section-top .home-email-signup form .form-check .checkcontainer.disabled .checksquare {
    background-color: #000;
    opacity: 0.5;
    cursor: not-allowed
}

footer .footer-section-top .home-email-signup form .form-check .checkcontainer:has(>#newsletter-checkbox:focus) .checksquare {
    outline: auto
}

footer .footer-section-top .home-email-signup form .form-check p {
    font-weight: 540
}

footer .footer-section-top .home-email-signup form p {
    font-family: var(--skin-body-font);
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 0 10px;
    margin-top: 21px;
    width: 707px
}

footer .footer-section-top .home-email-signup form p a {
    text-decoration: underline
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup form p {
        font-size: 9px;
        line-height: 16px;
        width: 299px;
        margin-top: 13px
    }
}

footer .footer-section-top .home-email-signup .alert-danger {
    max-width: 100%;
    background-color: transparent;
    border: none;
    color: #f10303;
    font-size: 12px;
    text-align: center;
    line-height: 25px
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup .alert-danger {
        font-size: 11px
    }
}

footer .footer-section-top .home-email-signup .success-message {
    color: black;
    font-family: var(--font-family-bebas);
    font-size: 20px;
    text-align: center;
    max-width: 100%;
    background-color: transparent;
    border: none;
    text-transform: uppercase
}

@media (max-width: 991.96px) {
    footer .footer-section-top .home-email-signup .success-message {
        font-size: 14px;
        width: 100%
    }
}

footer .footer-section-top .home-email-signup .newsletter__alert-text {
    padding: 0;
    text-align: left;
    margin: 0;
    line-height: 25px;
    padding-left: 20px
}

footer .footer-section-top .home-email-signup .sign-up-footer {
    color: #313131;
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 9px;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    padding: 0 22px;
    height: 18px
}

footer .footer-section-top .home-email-signup .sign-up-footer::after {
    content: "*"
}

@media (min-width: 769px) {
    footer .footer-section-top .home-email-signup .sign-up-footer {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 10px;
        line-height: 25px;
        padding: 0 34px;
        height: 25px
    }
}

footer .footer-section-bottom {
    background-color: #fff4eb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    height: 30px
}

@media (max-width: 991.96px) {
    footer .footer-section-bottom {
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 12px 20px 28px;
        height: 126px
    }
}

footer .footer-section-bottom .footer-copyright p {
    font-family: var(--skin-body-font);
    font-size: 10px;
    font-weight: 540;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 30px
}

@media (max-width: 991.96px) {
    footer .footer-section-bottom .footer-copyright p {
        width: 299px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 8px
    }
}

@media (max-width: 991.96px) {
    footer .footer-section-bottom .footer-copyright .footer-copyright__year {
        font-size: 10px
    }

    footer .footer-section-bottom .footer-copyright p:not(.footer-copyright__year) {
        font-size: 8px
    }
}

footer .footer-section-bottom .footer-policies {
    margin: 0 auto;
    width: 100%
}

footer .footer-section-bottom .footer-policies ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

footer .footer-section-bottom .footer-policies ul li {
    font-size: 10px;
    text-decoration: underline;
    margin: 0 9px
}

@media (max-width: 991.96px) {
    footer .footer-section-bottom .footer-policies ul {
        gap: 0 25px
    }

    footer .footer-section-bottom .footer-policies ul li {
        margin: 0;
        height: 30px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .footer-section-bottom .footer-policies ul li:last-of-type {
        width: 100%
    }
}

footer .newsletter__privacy-text {
    text-align: left
}

@media (max-width: 991.96px) {
    footer .newsletter__privacy-text {
        width: 299px;
        text-align: center
    }
}

footer .footer-privacy-statement {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.highContrast footer .footer-section-top .footer-social ul li .btn-circle .social-icon {
    display: none
}

.highContrast footer .footer-section-top .footer-social ul li .btn-circle .social-icon.icon-contrast {
    display: -ms-flexbox;
    display: flex
}

html[dir="rtl"] footer .footer-section-top .home-email-signup .input-group {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

html[dir="rtl"] footer .footer-section-top .home-email-signup form button {
    right: auto;
    left: 0
}

html[dir="rtl"] footer .footer-section-top .footer__newsletter-container .newsletter-submit {
    font-size: 13px
}

@media (min-width: 769px) {
    html[dir="rtl"] .footer-privacy-statement {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding-left: 45.5px
    }
}

html.modal-open {
    overflow: hidden
}

.bf-modal {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    inset: 0;
    animation: forwards modal-fade-in 1ms linear;
    z-index: 2500
}

.bf-modal.modal-up-to-down {
    animation-duration: 0.3s
}

.bf-modal.modal-up-to-down .bf-modal-dialog {
    animation: forwards modal-dialog-up-to-down 0.3s ease-out
}

.bf-modal.modal-down-to-up {
    animation-duration: 0.3s
}

.bf-modal.modal-down-to-up .bf-modal-dialog {
    animation: forwards modal-dialog-down-to-up 0.3s ease-out
}

.bf-modal.modal-left-to-right {
    animation-duration: 0.3s
}

.bf-modal.modal-left-to-right .bf-modal-dialog {
    animation: forwards modal-dialog-left-to-right 0.3s ease-out
}

.bf-modal.modal-right-to-left {
    animation-duration: 0.3s
}

.bf-modal.modal-right-to-left .bf-modal-dialog {
    animation: forwards modal-dialog-right-to-left 0.3s ease-out
}

.bf-modal-address-suggestion {
    width: 100%
}

.bf-modal-dialog {
    position: absolute;
    bottom: 0;
    height: -webkit-min-content;
    height: min-content;
    background-color: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    width: 100%
}

@media (min-width: 769px) {
    .bf-modal-dialog {
        inset: 0;
        width: 590px;
        border-radius: 1.25rem;
        padding: 2rem
    }
}

@media (min-width: 991.98px) {
    .bf-modal-dialog {
        width: 648px
    }
}

@media (min-width: 1314px) {
    .bf-modal-dialog {
        width: 692px
    }
}

.bf-modal.modal-fade-out {
    animation: forwards modal-fade-out 1ms linear
}

.bf-modal.modal-fade-out.modal-up-to-down {
    animation-duration: 0.3s
}

.bf-modal.modal-fade-out.modal-up-to-down .bf-modal-dialog {
    animation-name: modal-dialog-up-to-down-fade-out
}

.bf-modal.modal-fade-out.modal-down-to-up {
    animation-duration: 0.3s
}

.bf-modal.modal-fade-out.modal-down-to-up .bf-modal-dialog {
    animation-name: modal-dialog-down-to-up-fade-out
}

.bf-modal.modal-fade-out.modal-left-to-right {
    animation-duration: 0.3s
}

.bf-modal.modal-fade-out.modal-left-to-right .bf-modal-dialog {
    animation-name: modal-dialog-left-to-right-fade-out
}

.bf-modal.modal-fade-out.modal-right-to-left {
    animation-duration: 0.3s
}

.bf-modal.modal-fade-out.modal-right-to-left .bf-modal-dialog {
    animation-name: modal-dialog-right-to-left-fade-out
}

.bf-modal:not(.active) {
    display: none
}

.bf-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -ms-flex-direction: column;
    flex-direction: column
}

.bf-modal-content p {
    margin: 0
}

.bf-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 1.40956rem;
    position: relative
}

.bf-modal-title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin: 0
}

@media (min-width: 769px) {
    .bf-modal-title {
        font-size: 1.875rem;
        line-height: 2.0625rem
    }
}

@media (min-width: 991.98px) {
    .bf-modal-title {
        font-size: 2.1875rem;
        line-height: 2.375rem
    }
}

@media (min-width: 1314px) {
    .bf-modal-title {
        font-size: 2.1875rem;
        line-height: 2.75rem
    }
}

.bf-modal-description {
    font-size: .75rem
}

@media (min-width: 991.98px) {
    .bf-modal-description {
        font-size: .875rem
    }
}

.bf-modal-close {
    position: absolute;
    top: -1.125rem;
    inset-inline-end: 0;
    width: .75rem;
    height: .75rem;
    background-color: transparent;
    background-image: url("../images/common/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: none
}

.bf-modal-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1rem
}

@keyframes modal-fade-in {
    0% {
        background-color: rgba(0, 0, 0, 0)
    }

    100% {
        background-color: rgba(0, 0, 0, 0.5)
    }
}

@keyframes modal-dialog-down-to-up {
    0% {
        opacity: 0;
        transform: translateY(-3.125rem)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes modal-dialog-up-to-down {
    0% {
        opacity: 0;
        transform: translateY(3.125rem)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes modal-dialog-left-to-right {
    0% {
        opacity: 0;
        transform: translateX(-3.125rem)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes modal-dialog-right-to-left {
    0% {
        opacity: 0;
        transform: translateX(-3.125rem)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes modal-fade-out {
    0% {
        background-color: rgba(0, 0, 0, 0.5)
    }

    100% {
        background-color: rgba(0, 0, 0, 0)
    }
}

@keyframes modal-dialog-down-to-up-fade-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-3.125rem)
    }
}

@keyframes modal-dialog-up-to-down-fade-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(3.125rem)
    }
}

@keyframes modal-dialog-left-to-right-fade-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-3.125rem)
    }
}

@keyframes modal-dialog-right-to-left-fade-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-3.125rem)
    }
}

.bf-collapse.collapse-disabled .bf-collapse-trigger {
    cursor: auto
}

.bf-collapse:not(.collapse-disabled) .bf-collapse-container:not(.open) {
    display: none
}

.bf-collapse-trigger {
    cursor: pointer
}

.card.bf-collapse {
    transition: all 0.2s ease
}















.swatch-circle-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: 0.2
}

.swatch-filter-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter / 2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: 0.2
}

.swatch-circle-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: 0.2
}

.swatch-filter-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter / 2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: 0.2
}

.swatch-circle-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: 0.2
}

.swatch-filter-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: 0.2
}

.swatch-circle-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: 0.2
}

.swatch-filter-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter / 2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: 0.2
}

.swatch-circle-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: 0.2
}

.swatch-filter-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    background-color: #004c00;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: 0.2
}

.swatch-circle-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: 0.2
}

.swatch-filter-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: 0.2
}

.swatch-circle-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: 0.2
}

.swatch-filter-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter / 2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: 0.2
}

.swatch-circle-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: 0.2
}

.swatch-filter-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter / 2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: 0.2
}

.swatch-circle-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: 0.2
}

.swatch-filter-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: 0.2
}

.swatch-circle-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: 0.2
}

.swatch-filter-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter / 2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: 0.2
}

.swatch-circle-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: 0.2
}

.swatch-filter-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter / 2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: 0.2
}

.swatch-circle-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: 0.2
}

.swatch-filter-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter / 2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: 0.2
}

.swatch-circle-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: 0.2
}

.swatch-filter-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg)
}

.attribute {
    margin-top: 0.938em
}

.attribute label {
    display: block
}

.swatch a {
    text-decoration: none
}

@media (max-width: 543.98px) {
    .primary-images {
        margin: 0;
        padding: 0
    }
}

.prices-add-to-cart-actions {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 50;
    padding-right: 0;
    padding-left: 0;
    left: 0
}

@media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
    }
}

@media (min-width: 544px) {
    .prices-add-to-cart-actions {
        position: static;
        padding: 0 0.9375em
    }
}

.prices-add-to-cart-actions .price {
    text-align: center
}

.prices {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center
}

.cart-and-ipay {
    text-align: center
}

@media (max-width: 543.98px) {
    .cart-and-ipay {
        padding-bottom: 26px
    }

    .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block
    }
}

.add-to-cart-messages {
    transform: translate(-50%, -50%);
    position: fixed;
    top: 15%;
    left: 50%
}

.add-to-basket-alert {
    animation: fade 5s linear forwards;
    box-shadow: 1px 1px 5px grey;
    padding: 1em
}

@keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.add-to-basket-alert.show {
    display: block
}

.simple-quantity {
    margin-top: 1em
}

.main-attributes {
    margin-top: 1em
}

.size-chart {
    margin-top: 1.071em
}

div.availability {
    margin-top: 1.071em
}

.bundle-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc
}

.bundle-item:last-child {
    border-bottom: none
}

.container.product-detail {
    margin-top: 2em;
    margin-bottom: 2em
}

@media (max-width: 543.98px) {
    .container.product-detail {
        margin-top: 0;
        margin-bottom: 0
    }
}

.product-option:not(:first-child) {
    margin-top: 1.071em
}

.quick-view-dialog,
.choose-bonus-product-dialog {
    max-width: 56.25em
}

.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em
}

.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
    background-color: #eee
}

.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem
}

.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
    color: var(--skin-primary-color-1)
}

.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
    font-size: 2rem;
    line-height: 1.5rem
}

.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
    font-size: 1em
}

.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
    font-size: 1.875em
}

.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative
}

.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute
}

.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em
}

.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em
}

.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
    cursor: not-allowed
}

.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
    background-color: #495057
}

.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
    text-align: right
}

.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
    margin-top: 0.938em
}

.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
    max-height: 28.125em;
    overflow-y: auto
}

.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
    font-size: 1.25em
}

.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
    background-color: #fff;
    border: none;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem
}

.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
    font-size: 1.6em
}

.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
    font-size: 1.5rem
}

.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
    text-align: left;
    color: #f10303
}

@media (max-width: 768.98px) {

    .quick-view-dialog .bonus-summary,
    .choose-bonus-product-dialog .bonus-summary {
        font-size: 0.625em
    }
}

@media (max-width: 768.98px) {

    .quick-view-dialog .bonus-summary .bonus-product-name,
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
        padding: 0
    }
}

.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
    margin-right: 0.125em
}

.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
    border: none;
    padding: 0;
    background: none
}

.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
    display: block;
    margin-bottom: 0.5rem
}

.quick-view-dialog,
.choose-bonus-product-dialog {
    max-width: 1267px
}

@media (max-width: 991.96px) {

    .quick-view-dialog,
    .choose-bonus-product-dialog {
        margin: 0
    }
}

.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
    background-color: #fcead8
}

@media (max-width: 991.96px) {

    .quick-view-dialog .modal-content,
    .choose-bonus-product-dialog .modal-content {
        border-radius: 0;
        border: none
    }
}

.quick-view-dialog h1,
.choose-bonus-product-dialog h1 {
    line-height: 42px;
    font-size: 35px
}

.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
    max-height: -webkit-fit-content;
    max-height: fit-content;
    padding: 0 70px 0 60px
}

@media (max-width: 991.96px) {

    .quick-view-dialog .modal-body,
    .choose-bonus-product-dialog .modal-body {
        padding: 0 20px
    }
}

.quick-view-dialog .modal-header,
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-header,
.choose-bonus-product-dialog .modal-footer {
    background-color: transparent;
    border: none
}

.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
    padding: 30px 38px 22px 0
}

@media (max-width: 991.96px) {

    .quick-view-dialog .modal-header,
    .choose-bonus-product-dialog .modal-header {
        padding: 20px
    }
}

.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
    padding: 70px 0 0
}

@media (max-width: 991.96px) {

    .quick-view-dialog .modal-footer,
    .choose-bonus-product-dialog .modal-footer {
        padding: 43px 0
    }
}

.quick-view-dialog .full-pdp-link,
.choose-bonus-product-dialog .full-pdp-link {
    font-family: var(--font-family-bebas)
}

.quick-view-dialog .full-pdp-link-container,
.choose-bonus-product-dialog .full-pdp-link-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.quick-view-dialog hr,
.choose-bonus-product-dialog hr {
    border-top: 1px solid #313131
}

.quick-view-dialog .size-button,
.choose-bonus-product-dialog .size-button {
    background-color: #fff
}

.quick-view-dialog .product-right-section,
.choose-bonus-product-dialog .product-right-section {
    padding-left: 45px;
    overflow-y: clip
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-right-section,
    .choose-bonus-product-dialog .product-right-section {
        padding: 20px 0 0;
        overflow-y: inherit
    }
}

.quick-view-dialog .product-right-section .product-name,
.choose-bonus-product-dialog .product-right-section .product-name {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 10px
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-right-section .product-name,
    .choose-bonus-product-dialog .product-right-section .product-name {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 3px
    }
}

.quick-view-dialog .product-right-section .product-description,
.choose-bonus-product-dialog .product-right-section .product-description {
    margin-bottom: 10px;
    font-family: var(--skin-body-font-medium);
    font-weight: 550
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-right-section .product-description,
    .choose-bonus-product-dialog .product-right-section .product-description {
        margin-bottom: 11px
    }
}

.quick-view-dialog .product-right-section .product-number-rating,
.choose-bonus-product-dialog .product-right-section .product-number-rating {
    border: none;
    margin-bottom: 20px
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-right-section .product-number-rating,
    .choose-bonus-product-dialog .product-right-section .product-number-rating {
        margin-bottom: 24px
    }

    .quick-view-dialog .product-right-section .product-number-rating .ratings,
    .choose-bonus-product-dialog .product-right-section .product-number-rating .ratings {
        padding: 0;
        margin: 0;
        background-color: #fcead8
    }
}

.quick-view-dialog .product-right-section .product-number-rating .ratings,
.choose-bonus-product-dialog .product-right-section .product-number-rating .ratings {
    margin-top: 0;
    float: left
}

.quick-view-dialog .product-right-section .product-number-rating .reviews,
.choose-bonus-product-dialog .product-right-section .product-number-rating .reviews {
    gap: 10px
}

.quick-view-dialog .product-right-section .product-number-rating .reviews-count,
.choose-bonus-product-dialog .product-right-section .product-number-rating .reviews-count {
    font-size: 10px
}

.quick-view-dialog .product-right-section .product-number-rating .reviews a,
.choose-bonus-product-dialog .product-right-section .product-number-rating .reviews a {
    display: -ms-flexbox;
    display: flex
}

.quick-view-dialog .product-right-section .product-number-rating .reviews .ratings,
.choose-bonus-product-dialog .product-right-section .product-number-rating .reviews .ratings {
    gap: 4px
}

.quick-view-dialog .product-right-section .product-number-rating .reviews .ratings .heart-icon,
.choose-bonus-product-dialog .product-right-section .product-number-rating .reviews .ratings .heart-icon {
    width: 12.5px;
    height: 14px
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-right-section .product-number-rating .reviews,
    .choose-bonus-product-dialog .product-right-section .product-number-rating .reviews {
        gap: 7.5px
    }

    .quick-view-dialog .product-right-section .product-number-rating .reviews .ratings,
    .choose-bonus-product-dialog .product-right-section .product-number-rating .reviews .ratings {
        gap: 2px;
        background-color: #fcead8
    }

    .quick-view-dialog .product-right-section .product-number-rating .reviews .ratings .heart-icon,
    .choose-bonus-product-dialog .product-right-section .product-number-rating .reviews .ratings .heart-icon {
        width: 10px;
        height: 11px
    }
}

.quick-view-dialog .product-right-section .product-prices,
.choose-bonus-product-dialog .product-right-section .product-prices {
    margin-bottom: 10px
}

@media (max-width: 768.98px) {

    .quick-view-dialog .product-right-section .product-prices,
    .choose-bonus-product-dialog .product-right-section .product-prices {
        margin-bottom: 12px
    }

    .quick-view-dialog .product-right-section .product-prices .price,
    .choose-bonus-product-dialog .product-right-section .product-prices .price {
        font-size: 16px
    }
}

.quick-view-dialog .strike-through,
.choose-bonus-product-dialog .strike-through {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.quick-view-dialog .sticker,
.choose-bonus-product-dialog .sticker {
    position: absolute;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.quick-view-dialog .sticker div[class*='shape-spark-'],
.choose-bonus-product-dialog .sticker div[class*='shape-spark-'] {
    width: 100%;
    height: 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.quick-view-dialog .sticker h5,
.choose-bonus-product-dialog .sticker h5 {
    color: #000;
    font-family: var(--font-family-bebas);
    text-transform: uppercase;
    margin: 0
}

@media (max-width: 991.96px) {

    .quick-view-dialog .sticker h5,
    .choose-bonus-product-dialog .sticker h5 {
        font-size: 10px
    }
}

.quick-view-dialog .sticker,
.choose-bonus-product-dialog .sticker {
    top: 27.64px;
    left: 26px;
    width: 76px;
    height: 86.32px
}

.quick-view-dialog .sticker h5,
.choose-bonus-product-dialog .sticker h5 {
    font-size: 18px;
    line-height: 20px
}

.quick-view-dialog .highlight-label,
.choose-bonus-product-dialog .highlight-label {
    font-size: 12px
}

.quick-view-dialog .main-image img,
.choose-bonus-product-dialog .main-image img {
    border-radius: 20px;
    width: 100%
}

.quick-view-dialog .product-rating,
.choose-bonus-product-dialog .product-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 7px 0
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-rating,
    .choose-bonus-product-dialog .product-rating {
        margin-bottom: 15px;
        padding: 8.5px 0
    }
}

.quick-view-dialog .product-rating__count,
.choose-bonus-product-dialog .product-rating__count {
    font-size: 10px;
    text-decoration: underline;
    margin-left: 10px
}

.quick-view-dialog .product-klarna,
.choose-bonus-product-dialog .product-klarna {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline
}

.quick-view-dialog .product-klarna .klarna-icon .svg-icon,
.choose-bonus-product-dialog .product-klarna .klarna-icon .svg-icon {
    width: 56px;
    height: 12px;
    margin-right: 5px
}

.quick-view-dialog .product-klarna .klarna-icon::after,
.choose-bonus-product-dialog .product-klarna .klarna-icon::after {
    content: '';
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url("../../images/common/info.svg") no-repeat
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-klarna .klarna-icon,
    .choose-bonus-product-dialog .product-klarna .klarna-icon {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.quick-view-dialog .product-klarna p,
.choose-bonus-product-dialog .product-klarna p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    padding-right: 20px
}

@media (max-width: 768.98px) {

    .quick-view-dialog .product-klarna p,
    .choose-bonus-product-dialog .product-klarna p {
        font-size: 10px;
        max-width: 196px;
        padding-right: 0px
    }
}

.quick-view-dialog .product-shades,
.choose-bonus-product-dialog .product-shades {
    margin-right: -7.5px;
    margin-left: -7.5px;
    padding: 16px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px
}

.quick-view-dialog .product-shades__header,
.choose-bonus-product-dialog .product-shades__header {
    margin-bottom: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.quick-view-dialog .product-shades__header .product-virtual-try-on button,
.choose-bonus-product-dialog .product-shades__header .product-virtual-try-on button {
    font-family: var(--font-family-bebas);
    color: #000;
    text-transform: uppercase;
    font-size: 12px
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-shades__header .product-virtual-try-on button,
    .choose-bonus-product-dialog .product-shades__header .product-virtual-try-on button {
        font-size: 10px
    }
}

.quick-view-dialog .product-shades__header .selected-shade-name,
.choose-bonus-product-dialog .product-shades__header .selected-shade-name {
    font-weight: 600
}

.quick-view-dialog .product-shades__header span,
.choose-bonus-product-dialog .product-shades__header span {
    font-size: 12px
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-shades__header span,
    .choose-bonus-product-dialog .product-shades__header span {
        font-size: 11px
    }
}

.quick-view-dialog .product-shades__header a,
.choose-bonus-product-dialog .product-shades__header a {
    background-color: #fccad9;
    padding: 7px 12px;
    font-size: 12px;
    font-family: var(--skin-body-font-medium);
    font-weight: 600;
    font-stretch: condensed;
    text-transform: uppercase
}

.quick-view-dialog .product-shades .attribute,
.choose-bonus-product-dialog .product-shades .attribute {
    display: none
}

.quick-view-dialog .product-sizes,
.choose-bonus-product-dialog .product-sizes {
    margin-bottom: 30px
}

@media (max-width: 991.96px) {

    .quick-view-dialog .product-sizes,
    .choose-bonus-product-dialog .product-sizes {
        margin-bottom: 20px
    }
}

.quick-view-dialog .cart-and-ipay,
.choose-bonus-product-dialog .cart-and-ipay {
    padding-bottom: 0
}

.quick-view-dialog .cart-and-ipay .btn-primary:focus,
.choose-bonus-product-dialog .cart-and-ipay .btn-primary:focus {
    box-shadow: none
}

@media (max-width: 991.96px) {

    .quick-view-dialog .cart-and-ipay,
    .choose-bonus-product-dialog .cart-and-ipay {
        margin: 20px 0
    }

    .quick-view-dialog .cart-and-ipay-full-link-container,
    .choose-bonus-product-dialog .cart-and-ipay-full-link-container {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        background: #fff
    }
}

.quick-view-dialog .cart-and-ipay__text,
.choose-bonus-product-dialog .cart-and-ipay__text {
    display: none
}

.quick-view-dialog .cart-and-ipay .cart-and-ipay__btn,
.choose-bonus-product-dialog .cart-and-ipay .cart-and-ipay__btn {
    width: 100%;
    margin: 0px
}

@media (max-width: 991.96px) {

    .quick-view-dialog .cart-and-ipay .cart-and-ipay__btn,
    .choose-bonus-product-dialog .cart-and-ipay .cart-and-ipay__btn {
        margin-bottom: 7px
    }
}

.quick-view-dialog .main-image,
.choose-bonus-product-dialog .main-image {
    position: relative
}

.quick-view-dialog .main-image .highlight-label,
.choose-bonus-product-dialog .main-image .highlight-label {
    position: absolute;
    right: 20px;
    left: auto;
    top: 10px;
    text-align: right;
    z-index: 1
}

.quick-view-dialog .browTryOn__container,
.choose-bonus-product-dialog .browTryOn__container {
    display: none
}

.quick-view-dialog .fade-in-top,
.choose-bonus-product-dialog .fade-in-top {
    animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

@keyframes fade-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.quick-view-dialog .fade-out-top,
.choose-bonus-product-dialog .fade-out-top {
    animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes fade-out-top {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-50px);
        opacity: 0
    }
}

.quick-view-dialog .klarna-container klarna-placement::part(osm-container),
.choose-bonus-product-dialog .klarna-container klarna-placement::part(osm-container) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: transparent
}

@media (max-width: 991.96px) {

    .quick-view-dialog .klarna-container klarna-placement::part(osm-container),
    .choose-bonus-product-dialog .klarna-container klarna-placement::part(osm-container) {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 10px !important
    }
}

.quick-view-dialog .klarna-container klarna-placement::part(osm-container) .text,
.choose-bonus-product-dialog .klarna-container klarna-placement::part(osm-container) .text {
    width: 90%
}

.product-tile .pdp-link.product-tile__product-name {
    font-family: var(--font-family-bebas);
    color: #000;
    font-size: 18px;
    font-weight: 470;
    text-transform: uppercase
}

@media (max-width: 991.96px) {
    .product-tile .pdp-link.product-tile__product-name {
        font-size: 16px
    }
}

.product-tile .short-description {
    max-height: 3rem;
    overflow: hidden;
    font-family: var(--skin-body-font);
    font-size: 12px
}

.product-tile .short-description .product-tile__short-description-text {
    display: block;
    color: black;
    font-size: 12px;
    font-weight: 540;
    line-height: 20px
}

.product-tile .short-description .product-tile__short-description-text p,
.product-tile .short-description .product-tile__short-description-text span,
.product-tile .short-description .product-tile__short-description-text div {
    display: block;
    color: black;
    font-size: 12px;
    font-weight: 540;
    line-height: 20px;
    margin: 0
}

@media (max-width: 991.96px) {

    .product-tile .short-description .product-tile__short-description-text p,
    .product-tile .short-description .product-tile__short-description-text span,
    .product-tile .short-description .product-tile__short-description-text div {
        font-size: 9px;
        line-height: 16px
    }
}

@media (max-width: 991.96px) {
    .product-tile .short-description .product-tile__short-description-text {
        font-size: 9px;
        line-height: 16px
    }
}

.product-tile .tile-body-footer {
    margin-top: auto;
    padding-top: 6px
}

@media (max-width: 991.96px) {
    .product-tile .tile-body-footer {
        padding-top: 14px
    }

    .product-tile .tile-body-footer .add-to-cart-global:focus,
    .product-tile .tile-body-footer .add-to-cart-global:active {
        box-shadow: none
    }

    .product-tile .tile-body-footer .add-to-cart-global:focus a,
    .product-tile .tile-body-footer .add-to-cart-global:active a {
        background-color: transparent;
        border-color: transparent
    }
}

.product-tile .tile-body-footer .price.tile__price-range .range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px
}

.product-tile .tile-body {
    padding: 32px 20px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 991.96px) {
    .product-tile .tile-body {
        padding: 16px 20px 18px 15px
    }
}

.product-tile .tile-body .pdp-link {
    margin-bottom: 4px;
    font-family: var(--font-family-bebas); font-weight:100;
    font-style: normal;
    font-weight: 470;
    font-display: swap;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

@media (max-width: 991.96px) {
    .product-tile .tile-body .pdp-link {
        margin-bottom: 6px;
        font-family: var(--font-family-bebas);
        font-style: normal;
        font-weight: 470;
        font-display: swap;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px
    }

    .product-tile .tile-body .pdp-link .link {
        font-family: var(--font-family-bebas);
        font-style: normal;
        font-weight: 470;
        font-display: swap;
        text-transform: uppercase;
        font-size: 12px
    }
}

.product-tile .tile-body .product-tile__power-reviews {
    padding-bottom: 7px
}

.product-tile .tile-body .product-tile__power-reviews .pr-category-snippet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.product-tile .tile-body .product-tile__power-reviews .pr-category-snippet .pr-snippet-rating-decimal {
    display: none
}

.product-tile .tile-body .product-tile__power-reviews .pr-category-snippet__total {
    font-family: var(--skin-body-font);
    font-size: 10px;
    text-transform: uppercase
}

.product-tile .tile-body .pr-snippet.pr-category-snippet {
    margin: 0
}

.product-tile .tile-body .pr-category-snippet {
    margin: 0;
    height: 27px
}

@media (max-width: 991.96px) {
    .product-tile .tile-body .pr-category-snippet {
        height: 24px
    }
}

.product-tile .tile-body .pr-category-snippet .pr-category-snippet {
    margin: 0
}

.product-tile .tile__add-to-cart-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product-tile .cart-and-ipay {
    border: none;
    padding: 0 25px;
    border-radius: 20px
}

.product-tile .cart-and-ipay .no-padding {
    padding: 0
}

.product-tile .quickview {
    background-color: #fccad9
}

.product-tile .cart-and-ipay {
    margin: auto;
    background-color: #000;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product-tile .cart-and-ipay .add-to-cart-global {
    opacity: 1;
    padding: 0 35px;
    height: 40px;
    font-size: 16px !important;
    font-weight: 470;
    text-transform: uppercase;
    line-height: 38.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: var(--font-family-bebas)
}

.product-tile .cart-and-ipay .add-to-cart-global:hover {
    scale: 1
}

@media (max-width: 991.96px) {
    .product-tile .cart-and-ipay .add-to-cart-global {
        padding: 0 20px
    }

    .product-tile .cart-and-ipay .add-to-cart-global:focus,
    .product-tile .cart-and-ipay .add-to-cart-global:active {
        box-shadow: none
    }

    .product-tile .cart-and-ipay .add-to-cart-global:focus a,
    .product-tile .cart-and-ipay .add-to-cart-global:active a {
        background-color: transparent;
        border-color: transparent
    }
}

@media (max-width: 991.96px) {
    .product-tile .cart-and-ipay {
        width: -webkit-fit-content;
        width: fit-content;
        margin: 0
    }
}

@media (max-width: 991.96px) {
    .product-tile .cart-and-ipay .price .strike-through.list {
        color: #fff
    }

    .product-tile .cart-and-ipay .price .strike-through.list span {
        color: #fff
    }
}

.product-tile .image-container {
    border-radius: 20px 20px 0 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    overflow: hidden;
    height: 454.39px
}

.product-tile .image-container__product-link {
    position: relative;
    height: 100%
}

.product-tile .image-container .sticker {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 1;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
    line-height: 20px;
    word-wrap: break-word
}

@media (max-width: 991.96px) {
    .product-tile .image-container .sticker {
        top: 10px;
        left: 10px
    }
}

.product-tile .image-container .sticker div[class*="shape-spark-"] {
    width: 100%;
    height: 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    font-weight: 470
}

.product-tile .image-container .sticker h5 {
    color: #000;
    font-family: var(--font-family-bebas); font-weight:100;
    font-weight: 470;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 0;
    max-width: 42px
}

.product-tile .image-container .headline {
    position: relative
}

.product-tile .image-container .headline .highlight-label {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    width: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    text-align: end;
    white-space: inherit;
    z-index: 1
}

.product-tile .image-container .quickview,
.product-tile .image-container .cart-and-ipay {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    transition: opacity 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: scale 0.5s
}

.product-tile .image-container .quickview:hover,
.product-tile .image-container .cart-and-ipay:hover {
    scale: 1.05
}

.product-tile .image-container .quickview:focus,
.product-tile .image-container .cart-and-ipay:focus {
    opacity: 1
}

.product-tile .image-container .cart-and-ipay:focus-within {
    opacity: 1
}

.product-tile .image-container:hover {
    opacity: 1
}

.product-tile .image-container:hover .quickview,
.product-tile .image-container:hover .cart-and-ipay {
    visibility: visible;
    opacity: 1
}

.product-tile .image-container .price,
.product-tile .image-container .separator {
    display: none
}

.product-tile .image-container .cart-and-ipay .btn-primary {
    font-size: 12px
}

@media (max-width: 991.96px) {
    .product-tile .image-container {
        height: 436.48px
    }

    .product-tile .image-container .quickview,
    .product-tile .image-container .cart-and-ipay {
        display: none
    }
}

.product-tile .tile-body-footer .quickview,
.product-tile .tile-body-footer .cart-and-ipay {
    display: none
}

@media (max-width: 991.96px) {

    .product-tile .tile-body-footer .quickview,
    .product-tile .tile-body-footer .cart-and-ipay {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none
    }
}

.product-tile .tile-body-footer .quickview,
.product-tile .tile-body-footer .cart-and-ipay .add-to-cart-global {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.96px) {

    .product-tile .tile-body-footer .quickview,
    .product-tile .tile-body-footer .cart-and-ipay .add-to-cart-global {
        width: -webkit-fit-content;
        width: fit-content;
        margin: auto
    }
}

.product-tile .tile-body-footer .cart-and-ipay .price,
.product-tile .tile-body-footer .cart-and-ipay .separator,
.product-tile .tile-body-footer .quickview .price,
.product-tile .tile-body-footer .quickview .separator {
    display: inline-block
}

@media (max-width: 991.96px) {
    .product-tile .tile-body-footer .quickview {
        margin: 0
    }
}

.product-tile .tile-body-footer .price {
    font-size: 12px
}

@media (max-width: 991.96px) {
    .product-tile .tile-body-footer .price {
        font-family: var(--font-family-bebas)
    }
}

.product-tile .tile-body-footer .attribute-sizes {
    font-size: 10px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.96px) {
    .product-tile .tile-body-footer .attribute-sizes {
        line-height: 13px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: end
    }
}

.product-tile .secondary-tile-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out
}

.product-tile .secondary-tile-image:hover {
    opacity: 1
}

.product-tile .tile-body-footer .product-tile__footer__wrapper .quickview.product-tile__quickview-btn {
    display: none
}

@media (max-width: 991.96px) {
    .product-tile .tile-body-footer .product-tile__footer__wrapper .quickview.product-tile__quickview-btn {
        display: -ms-flexbox;
        display: flex
    }
}

.product-tile .image-container .quickview {
    font-size: 16px;
    font-family: var(--font-family-bebas); font-weight:100;
    transition: scale 0.5s
}

.product-tile .image-container .quickview:hover {
    text-decoration: none;
    scale: 1.05
}

.product-tile .quickview {
    min-width: -webkit-max-content;
    min-width: max-content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product-tile .tile-body-footer .product-tile__footer__wrapper .quickview {
    font-size: 12px
}

@media (max-width: 991.96px) {

    .product-tile .tile-body-footer .product-tile__footer__wrapper .quickview,
    .product-tile .tile-body-footer .product-tile__footer__wrapper .quickview .price,
    .product-tile .tile-body-footer .product-tile__footer__wrapper .quickview .sales {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: var(--font-family-bebas)
    }

    .product-tile .tile-body-footer .product-tile__footer__wrapper .quickview .price span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .product-tile .tile-body-footer .product-tile__footer__wrapper .quickview .price span del {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 4px
    }

    .product-tile .tile-body-footer .product-tile__footer__wrapper .quickview .price .strike-through.list {
        margin-right: 0;
        padding-right: 0
    }

    .product-tile .tile-body-footer .product-tile__footer__wrapper .quickview .price .sales {
        padding-right: 2px
    }
}

.product-tile .tile__price-default .price__default__strike-wrapper+.sales .value {
    color: var(--color-benefit-pink)
}

@media (max-width: 991.96px) {
    .product-tile .pdp-link.product-tile__product-name .link {
        font-size: 16px
    }
}

.product-tile .pricing__wrapper {
    gap: 6px
}

.product-tile .price .strike-through.list {
    margin-right: 0
}

.product-tile .price__default__strike-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product-tile .price__default__strike-wrapper .price {
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .product-tile .pr-rating-stars .pr-star-v4 {
    width: 12.5px;
    height: 14px
}

@media (max-width: 991.96px) {
    .page #maincontent .product-tile .pr-rating-stars .pr-star-v4 {
        width: 11px;
        height: 12px
    }
}

.page #maincontent .product-tile .pr-rating-stars .pr-star-v4:last-child {
    margin-right: 0
}

.page #maincontent .product-tile .p-w-r {
    margin-bottom: 4px
}

.page #maincontent .product-tile .p-w-r .pr-category-snippet {
    gap: 6px
}

.page #maincontent .product-tile .p-w-r .pr-category-snippet__total {
    font-size: 10px;
    line-height: 20px;
    font-family: var(--skin-body-font);
    padding-left: 6px
}

.page #maincontent .product-tile .p-w-r .pr-category-snippet,
.page #maincontent .product-tile .p-w-r .pr-category-snippet__rating {
    display: -ms-flexbox;
    display: flex
}

.page #maincontent .product-tile .p-w-r .pr-category-snippet__rating {
    -ms-flex-align: center;
    align-items: center
}

.page #maincontent .product-tile .p-w-r .pr-rating-stars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.quickview.product-tile__quickview-btn {
    height: 40px;
    border-radius: 20px;
    padding: 0 35px;
    line-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.96px) {
    .quickview.product-tile__quickview-btn {
        padding: 0 25px
    }
}

@media (max-width: 991.96px) {
    .quickview.product-tile__quickview-btn .price .strike-through.list {
        color: #000
    }

    .quickview.product-tile__quickview-btn .price .strike-through.list span {
        color: #000
    }
}

.page #maincontent .search-results .product-tile .p-w-r .pr-category-snippet__total {
    padding-top: 3px
}

@media (max-width: 991.96px) {
    .page #maincontent .search-results .product-tile .p-w-r .pr-category-snippet__total {
        padding-top: 0;
        padding-left: 0
    }
}

.swatch-circle-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: 0.2
}

.swatch-filter-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter / 2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: 0.2
}

.swatch-circle-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: 0.2
}

.swatch-filter-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter / 2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: 0.2
}

.swatch-circle-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: 0.2
}

.swatch-filter-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: 0.2
}

.swatch-circle-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: 0.2
}

.swatch-filter-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter / 2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: 0.2
}

.swatch-circle-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: 0.2
}

.swatch-filter-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    background-color: #004c00;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: 0.2
}

.swatch-circle-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: 0.2
}

.swatch-filter-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: 0.2
}

.swatch-circle-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: 0.2
}

.swatch-filter-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter / 2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: 0.2
}

.swatch-circle-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: 0.2
}

.swatch-filter-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter / 2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: 0.2
}

.swatch-circle-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: 0.2
}

.swatch-filter-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: 0.2
}

.swatch-circle-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: 0.2
}

.swatch-filter-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter / 2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: 0.2
}

.swatch-circle-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: 0.2
}

.swatch-filter-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter / 2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: 0.2
}

.swatch-circle-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: 0.2
}

.swatch-filter-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter / 2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: 0.2
}

.swatch-circle-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: 0.2
}

.swatch-filter-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg)
}

.color-swatchs-palette a {
    display: inline-block
}

.color-swatch-groupName {
    font-weight: 400;
    color: #757575;
    line-height: 1.5rem;
    margin-bottom: -1px;
    margin-left: -15px
}

.color-dropdown-swatch-groupName {
    font-weight: 400;
    color: #757575;
    line-height: 1.5rem;
    margin-bottom: -17px;
    margin-left: 1px
}

.color-swatchs-palette .color-attribute {
    outline: none;
    position: relative
}

.color-swatchs-palette .color-attribute:focus-visible::after {
    position: absolute;
    content: "";
    inset: 0;
    display: block;
    outline: 2px solid #000;
    outline-offset: 2px
}

.color-swatchs-palette .color-attribute:has(.selected) {
    border-radius: 100%;
    border: 1px solid #000
}

.color-swatchs-palette .color-attribute .circle {
    margin: 5px;
    width: 38px;
    height: 38px
}

@media (max-width: 991.96px) {
    .color-swatchs-palette .color-attribute .circle {
        width: 28px;
        height: 28px
    }
}

.color-swatchs-palette .color-attribute .circle:hover {
    border: unset
}

.color-swatchs-palette .color-attribute .circle:hover::before {
    content: none
}

.color-swatchs-palette .color-attribute .circle.unselectable {
    position: relative;
    opacity: 0.6
}

.color-swatchs-palette .color-attribute .circle.unselectable::after {
    content: "";
    border-bottom: 1px solid #000;
    width: inherit;
    outline: 1px solid #fff;
    display: block;
    position: absolute;
    bottom: 50%;
    transform: rotate(-45deg)
}

.bf-card {
    border-radius: 1.25rem;
    background-color: #fff;
    padding-top: 1.125rem;
    width: 100%
}

.bf-card__header,
.bf-card__body,
.bf-card__footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.bf-card .bf-card__header {
    background-color: #fff
}

.bf-card .bf-card__body {
    background-color: #fff
}

.bf-card .bf-card__footer {
    background-color: var(--bg-color-medium-pink);
    border-radius: 0 0 1.25rem 1.25rem;
    padding-top: .875rem;
    padding-bottom: 1.5rem
}

.bf-d__flex {
    display: -ms-flexbox;
    display: flex
}

.bf-d__grid {
    display: -ms-grid;
    display: grid
}

.bf-d__inline {
    display: inline
}

.bf-d__block {
    display: block
}

.bf-d__inline-block {
    display: inline-block
}

.bf-d__none {
    display: none
}

@media (min-width: 544px) {
    .bf-d__sm--flex {
        display: -ms-flexbox;
        display: flex
    }

    .bf-d__sm--grid {
        display: -ms-grid;
        display: grid
    }

    .bf-d__sm--inline {
        display: inline
    }

    .bf-d__sm--block {
        display: block
    }

    .bf-d__sm--inline-block {
        display: inline-block
    }

    .bf-d__sm--none {
        display: none
    }
}

@media (min-width: 769px) {
    .bf-d__md--flex {
        display: -ms-flexbox;
        display: flex
    }

    .bf-d__md--grid {
        display: -ms-grid;
        display: grid
    }

    .bf-d__md--inline {
        display: inline
    }

    .bf-d__md--block {
        display: block
    }

    .bf-d__md--inline-block {
        display: inline-block
    }

    .bf-d__md--none {
        display: none
    }
}

@media (min-width: 991.98px) {
    .bf-d__lg--flex {
        display: -ms-flexbox;
        display: flex
    }

    .bf-d__lg--grid {
        display: -ms-grid;
        display: grid
    }

    .bf-d__lg--inline {
        display: inline
    }

    .bf-d__lg--block {
        display: block
    }

    .bf-d__lg--inline-block {
        display: inline-block
    }

    .bf-d__lg--none {
        display: none
    }
}

@media (min-width: 1314px) {
    .bf-d__xl--flex {
        display: -ms-flexbox;
        display: flex
    }

    .bf-d__xl--grid {
        display: -ms-grid;
        display: grid
    }

    .bf-d__xl--inline {
        display: inline
    }

    .bf-d__xl--block {
        display: block
    }

    .bf-d__xl--inline-block {
        display: inline-block
    }

    .bf-d__xl--none {
        display: none
    }
}

.bf-position__relative {
    position: relative
}

.bf-position__absolute {
    position: absolute
}

.bf-position__fixed {
    position: fixed
}

.bf-position__sticky {
    position: -webkit-sticky;
    position: sticky
}

.bf-position__static {
    position: static
}

@media (min-width: 544px) {
    .bf-position__sm--relative {
        position: relative
    }

    .bf-position__sm--absolute {
        position: absolute
    }

    .bf-position__sm--fixed {
        position: fixed
    }

    .bf-position__sm--sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .bf-position__sm--static {
        position: static
    }
}

@media (min-width: 769px) {
    .bf-position__md--relative {
        position: relative
    }

    .bf-position__md--absolute {
        position: absolute
    }

    .bf-position__md--fixed {
        position: fixed
    }

    .bf-position__md--sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .bf-position__md--static {
        position: static
    }
}

@media (min-width: 991.98px) {
    .bf-position__lg--relative {
        position: relative
    }

    .bf-position__lg--absolute {
        position: absolute
    }

    .bf-position__lg--fixed {
        position: fixed
    }

    .bf-position__lg--sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .bf-position__lg--static {
        position: static
    }
}

@media (min-width: 1314px) {
    .bf-position__xl--relative {
        position: relative
    }

    .bf-position__xl--absolute {
        position: absolute
    }

    .bf-position__xl--fixed {
        position: fixed
    }

    .bf-position__xl--sticky {
        position: -webkit-sticky;
        position: sticky
    }

    .bf-position__xl--static {
        position: static
    }
}

.bf-position__absolute--center {
    position: absolute;
    inset: 0;
    margin: auto
}

.bf-m__auto {
    margin: auto
}

.bf-mx__auto {
    margin-left: auto;
    margin-right: auto
}

.bf-my__auto {
    margin-top: auto;
    margin-bottom: auto
}

.bf-p__auto {
    padding: auto
}

.bf-px__auto {
    padding-left: auto;
    padding-right: auto
}

.bf-py__auto {
    padding-top: auto;
    padding-bottom: auto
}

@media (min-width: 544px) {
    .bf-m__sm--auto {
        margin: auto
    }

    .bf-mx__sm--auto {
        margin-left: auto;
        margin-right: auto
    }

    .bf-my__sm--auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width: 544px) {
    .bf-p__sm--auto {
        padding: auto
    }

    .bf-px__sm--auto {
        padding-left: auto;
        padding-right: auto
    }

    .bf-py__sm--auto {
        padding-top: auto;
        padding-bottom: auto
    }
}

@media (min-width: 769px) {
    .bf-m__md--auto {
        margin: auto
    }

    .bf-mx__md--auto {
        margin-left: auto;
        margin-right: auto
    }

    .bf-my__md--auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width: 769px) {
    .bf-p__md--auto {
        padding: auto
    }

    .bf-px__md--auto {
        padding-left: auto;
        padding-right: auto
    }

    .bf-py__md--auto {
        padding-top: auto;
        padding-bottom: auto
    }
}

@media (min-width: 991.98px) {
    .bf-m__lg--auto {
        margin: auto
    }

    .bf-mx__lg--auto {
        margin-left: auto;
        margin-right: auto
    }

    .bf-my__lg--auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width: 991.98px) {
    .bf-p__lg--auto {
        padding: auto
    }

    .bf-px__lg--auto {
        padding-left: auto;
        padding-right: auto
    }

    .bf-py__lg--auto {
        padding-top: auto;
        padding-bottom: auto
    }
}

@media (min-width: 1314px) {
    .bf-m__xl--auto {
        margin: auto
    }

    .bf-mx__xl--auto {
        margin-left: auto;
        margin-right: auto
    }

    .bf-my__xl--auto {
        margin-top: auto;
        margin-bottom: auto
    }
}

@media (min-width: 1314px) {
    .bf-p__xl--auto {
        padding: auto
    }

    .bf-px__xl--auto {
        padding-left: auto;
        padding-right: auto
    }

    .bf-py__xl--auto {
        padding-top: auto;
        padding-bottom: auto
    }
}

.price {
    color: #222
}

.price .strike-through {
    text-decoration: line-through;
    color: #999;
    margin-right: 0.938rem
}

.price .starting,
.price .range,
.price .sales {
    font-weight: bold
}

.price .tiered {
    color: #222
}

.price .tiered table {
    border-top: 1px solid #ccc;
    margin: 0 auto
}

.price .tiered table tr:nth-child(odd) {
    background-color: #eee
}

.price .tiered td,
.price .tiered span.price {
    font-size: 0.875rem;
    font-weight: bold
}

.price .tiered td {
    padding: 0.313rem
}

.price .tiered td.quantity {
    font-weight: normal;
    text-align: right
}

.price .tiered td.value {
    text-align: left
}

.price .tiered .table-header {
    font-size: 1.125rem;
    padding: 0.313rem
}

.price .tiered .column-header {
    font-size: 1rem;
    padding: 0.313rem;
    font-weight: normal
}

.price .tiered .column-header.quantity {
    text-align: right
}

.price {
    font-family: var(--font-family-bebas)
}

.price .strike-through:not(.non-adjusted-price) {
    color: #000
}

.price:has(>.strike-through:not(.non-adjusted-price)) .pricing {
    color: var(--color-benefit-pink)
}

.price__default__strike-wrapper+.sales {
    color: var(--color-benefit-pink)
}

.highContrast .price .strike-through+.pricing {
    color: #000
}

.highContrast .price__default__strike-wrapper+.sales {
    color: #000
}

.highContrast .price__default__strike-wrapper+.sales .value {
    color: #000 !important
}

.align-items-start .price .strike-through:not(.non-adjusted-price) {
    padding-top: 3px
}

.product-variations-selections {
    margin-bottom: 20px
}

.product-variations-selections .custom-dropdown {
    width: 100%;
    position: relative
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger span.selected:after {
    background: transparent;
    border: none
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 99;
    background: #fff;
    left: 0;
    top: 40px;
    max-height: 300px;
    overflow-y: scroll;
    box-shadow: 0px 0px 1px 1px #afafaf;
    padding: 3px 11px
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu .custom-dropdown-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 21px 0
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu.show {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger {
    cursor: pointer;
    font-size: 11px;
    border-radius: 70px;
    height: 46px;
    padding: 10px 15px;
    border: 1px solid #000;
    background-image: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger::after {
    content: "+"
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger.single-shade::after {
    content: ""
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger.single-shade {
    cursor: initial
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger.single-shade button {
    cursor: initial
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger .custom-dropdown-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: black
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu {
    font-size: 11px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #000;
    overflow-y: hidden;
    padding: 10px 15px;
    top: 0
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu .dropdown-container {
    overflow-y: scroll;
    margin: 0
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu .dropdown-container .color-attribute:last-child {
    margin: 0
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu .dropdown-item-selected {
    margin-bottom: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: black
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu .shades-dropdown-selected-shade-color .color-attribute::after {
    content: "-"
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu .shades-dropdown-selected-shade-color.dropdown-item-selected {
    margin-bottom: 0
}

.product-variations-selections .custom-dropdown .custom-dropdown-menu .shades-dropdown-selected-shade-color .color-attribute {
    margin: 0
}

.product-variations-selections .custom-dropdown .custom-dropdown-trigger::after,
.product-variations-selections .custom-dropdown .shades-dropdown-selected-shade-color .color-attribute::after {
    position: absolute;
    right: 20px;
    font-size: 18px;
    font-weight: bold
}

.product-variations-selections .custom-dropdown .custom-dropdown-item,
.product-variations-selections .custom-dropdown .dropdown-item-selected {
    gap: 10px;
    width: 100%;
    color: black
}

.product-variations-selections .custom-dropdown .custom-dropdown-item .swatch-square,
.product-variations-selections .custom-dropdown .dropdown-item-selected .swatch-square {
    width: 22px;
    height: 22px;
    margin: 0;
    border-radius: 100%
}

.product-variations-selections .custom-dropdown .dropdown-item-selected span {
    font-weight: bold
}

.attribute {
    margin-top: 0.938em
}

.attribute label {
    display: block
}

.swatch a {
    text-decoration: none
}

@media (max-width: 543.98px) {
    .primary-images {
        margin: 0;
        padding: 0
    }
}

.prices-add-to-cart-actions {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 50;
    padding-right: 0;
    padding-left: 0;
    left: 0
}

@media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
    }
}

@media (min-width: 544px) {
    .prices-add-to-cart-actions {
        position: static;
        padding: 0 0.9375em
    }
}

.prices-add-to-cart-actions .price {
    text-align: center
}

.prices {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center
}

.cart-and-ipay {
    text-align: center
}

@media (max-width: 543.98px) {
    .cart-and-ipay {
        padding-bottom: 26px
    }

    .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block
    }
}

.add-to-cart-messages {
    transform: translate(-50%, -50%);
    position: fixed;
    top: 15%;
    left: 50%
}

.add-to-basket-alert {
    animation: fade 5s linear forwards;
    box-shadow: 1px 1px 5px grey;
    padding: 1em
}

@keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.add-to-basket-alert.show {
    display: block
}

.simple-quantity {
    margin-top: 1em
}

.main-attributes {
    margin-top: 1em
}

.size-chart {
    margin-top: 1.071em
}

div.availability {
    margin-top: 1.071em
}

.bundle-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc
}

.bundle-item:last-child {
    border-bottom: none
}

.container.product-detail {
    margin-top: 2em;
    margin-bottom: 2em
}

@media (max-width: 543.98px) {
    .container.product-detail {
        margin-top: 0;
        margin-bottom: 0
    }
}

.product-option:not(:first-child) {
    margin-top: 1.071em
}

.reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 7.5px
}

.reviews .ratings {
    text-align: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px
}

.reviews .ratings .heart-icon {
    background-image: url("../../images/common/reviews/heart-fill.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px
}

.reviews .reviews-count {
    text-decoration: underline
}

.veil {
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000
}

.spinner {
    width: 80px;
    height: 80px;
    text-align: center;
    animation: sk-rotate 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc($spinner-size / 2 * -1);
    margin-left: calc($spinner-size / 2 * -1)
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.veil {
    z-index: 120
}

.item-attributes {
    vertical-align: top;
    padding-left: 0
}

.line-item-attributes,
.line-item-option {
    font-size: 0.813rem;
    margin: 0
}

.line-item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #222;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.313em
}

.line-item-pricing-info {
    margin-bottom: 0
}

.line-item-pricing-info+.price {
    font-size: 1em;
    font-weight: bolder
}

.line-item-pricing-info+.unit-price .price {
    font-size: 1em;
    font-weight: bolder
}

.line-item-price-quantity-info {
    margin-top: 0.625em;
    border-top: 1px solid #ccc
}

.line-item-total-text {
    font-size: 0.813em
}

.pricing {
    font-size: 1em;
    font-weight: bolder
}

.non-adjusted-price {
    display: none
}

.line-item-promo {
    color: #008827;
    font-size: 0.813em
}

.line-item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bundled-line-item+.bundled-line-item {
    margin-top: 0.625em
}

.bundle-includes {
    font-size: 0.813em;
    margin-bottom: 0.625em
}

.line-item-divider {
    margin: 0.625em -1.225em 0.625em -1.325em
}

.line-dotted {
    border-top: 0.063em dashed #ccc
}

.line-item-availability {
    font-size: 0.813rem
}

.product-line-item-details {
    overflow-y: auto
}

.minicart__samples {
    background-color: #fcead8;
    padding: 29px 0 33px 26px;
    border-top: 1px solid #cdcdcd;
    min-width: 100px
}

.minicart__samples .minicart__sample__name {
    max-width: 150px
}

.minicart__samples__top-section {
    padding-right: 30px
}

@media (max-width: 991.96px) {
    .minicart__samples {
        padding: 12px 0 31px 38px
    }
}

@media (max-width: 768.98px) {
    .minicart__samples {
        padding: 12px 0 31px 20px
    }
}

.minicart__samples .swiper-slide {
    height: auto
}

.minicart__samples .swiper-slide:last-of-type {
    padding-right: 28px
}

.minicart__samples .minicart__samples__title {
    text-transform: uppercase;
    font-size: 16px;
    text-align: start;
    font-family: var(--font-family-bebas);
    color: black;
    font-style: normal;
    font-weight: 470;
    line-height: 38.5px;
    margin-bottom: 13px;
    height: 25px
}

@media (max-width: 991.96px) {
    .minicart__samples .minicart__samples__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 9px
    }
}

.minicart__samples .minicart__sample-slide .minicart__sample__img-wraper {
    background-color: #fff;
    width: 168px;
    height: 157px;
    border-radius: 10px;
    margin-bottom: 12px
}

@media (max-width: 991.96px) {
    .minicart__samples .minicart__sample-slide .minicart__sample__img-wraper {
        width: 136.54px;
        height: 127.6px
    }
}

.minicart__samples .minicart__sample-slide .minicart__sample__img-wraper .minicart-sample__picture {
    width: auto
}

.minicart__samples .minicart__sample-slide .minicart__sample__img {
    width: 104px;
    height: 115px
}

@media (max-width: 991.96px) {
    .minicart__samples .minicart__sample-slide .minicart__sample__img {
        transform: scale(0.8)
    }
}

.minicart__samples .minicart__sample-slide .minicart__sample__name {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 10px;
    -ms-flex: 1;
    flex: 1;
    font-weight: 540
}

@media (max-width: 991.96px) {
    .minicart__samples .minicart__sample-slide .minicart__sample__name {
        font-size: 8px;
        line-height: 13.5px
    }
}

.minicart__samples .minicart__sample-slide .minicart__sample__btn {
    background-color: #fccad9;
    color: black;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    font-family: var(--font-family-bebas);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 470;
    line-height: 38.5px
}

.minicart__samples .minicart__sample-slide .minicart__sample__btn[disabled] {
    opacity: 0.5
}

.minicart__samples .minicart__sample-swiper-slide {
    height: auto
}

.minicart__samples .swiper-pagination,
.minicart__samples .swiper-pagination-minicart {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px;
    color: black
}

.minicart__samples .swiper-pagination span,
.minicart__samples .swiper-pagination-minicart span {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px
}

.upsell__carousel {
    background-color: #fcead8;
    height: auto;
    padding: 29px 0 33px 26px;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    min-width: 100px
}

.upsell__carousel__name {
    max-width: 150px
}

.upsell__carousel__top-section {
    padding-right: 30px
}

@media (max-width: 991.96px) {
    .upsell__carousel {
        padding: 12px 0 31px 38px
    }
}

@media (max-width: 768.98px) {
    .upsell__carousel {
        padding: 12px 0 31px 20px
    }
}

.upsell__carousel .upsell__carousel__title {
    text-transform: uppercase;
    font-size: 22px;
    text-align: start;
    font-family: var(--font-family-bebas); font-weight:100;
    line-height: 38.5px;
    font-weight: 470;
    height: 25px
}

@media (max-width: 991.96px) {
    .upsell__carousel .upsell__carousel__title {
        font-size: 14px;
        line-height: 16px
    }
}

.upsell__carousel .upsell-slide .upsell__carousel__img-wraper {
    background-color: #fff;
    width: 168px;
    height: 157px;
    border-radius: 10px;
    margin-bottom: 12px
}

@media (max-width: 991.96px) {
    .upsell__carousel .upsell-slide .upsell__carousel__img-wraper {
        width: 136.54px;
        height: 127.6px
    }
}

.upsell__carousel .upsell-slide .upsell__carousel__img {
    width: 104px;
    height: 115px
}

@media (max-width: 991.96px) {
    .upsell__carousel .upsell-slide .upsell__carousel__img {
        transform: scale(0.8)
    }
}

.upsell__carousel .upsell-slide .upsell__carousel__name {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 991.96px) {
    .upsell__carousel .upsell-slide .upsell__carousel__name {
        font-size: 8px
    }
}

.upsell__carousel .upsell-swiper-slide {
    height: auto
}

.upsell__carousel .upsell-controls {
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 80px;
    font-size: 10px
}

.upsell__carousel .upsell-controls .swiper-button-prev,
.upsell__carousel .upsell-controls .swiper-button-next,
.upsell__carousel .upsell-controls .swiper-pagination {
    position: static
}

.upsell__carousel .upsell-controls .swiper-pagination,
.upsell__carousel .upsell-controls .swiper-pagination-fraction,
.upsell__carousel .upsell-controls .swiper-pagination-upsell {
    transform: none;
    width: auto;
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px
}

.upsell__carousel .upsell-controls .swiper-pagination span,
.upsell__carousel .upsell-controls .swiper-pagination-fraction span,
.upsell__carousel .upsell-controls .swiper-pagination-upsell span {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px
}

.upsell__carousel .upsell-controls .swiper-button-prev,
.upsell__carousel .upsell-controls .swiper-button-next {
    background-color: transparent;
    border: none;
    height: auto;
    margin: auto;
    width: auto
}

.upsell__carousel .upsell-controls .swiper-button-prev::after,
.upsell__carousel .upsell-controls .swiper-button-next::after {
    background: none;
    border-bottom: 1px solid #000;
    width: 10px;
    height: 10px;
    content: "" !important;
}

.upsell__carousel .upsell-controls .swiper-button-prev.swiper-button-lock,
.upsell__carousel .upsell-controls .swiper-button-next.swiper-button-lock {
    display: -ms-flexbox;
    display: flex
}

.upsell__carousel .upsell-controls .swiper-button-prev::after {
    transform: rotate(45deg);
    border-left: 1px solid #000
}

.upsell__carousel .upsell-controls .swiper-button-next::after {
    transform: rotate(-45deg);
    border-right: 1px solid #000
}

@media (max-width: 991.96px) {
    .upsell__carousel .upsell-controls {
        -ms-flex: auto;
        flex: auto;
        max-width: -webkit-fit-content;
        max-width: fit-content
    }

    .upsell__carousel .upsell-controls {
        display: none
    }
}

.upsell__carousel .cart-and-ipay {
    padding-bottom: 0;
    margin-top: auto
}

.upsell__carousel .cart-and-ipay .btn-primary:focus {
    box-shadow: none
}

@media (max-width: 991.96px) {
    .upsell__carousel .cart-and-ipay {
        margin: auto 0 20px
    }

    .upsell__carousel .cart-and-ipay-full-link-container {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        background: #fff
    }
}

.upsell__carousel .cart-and-ipay .minicart__sample__btn:focus {
    outline: none
}

.upsell__carousel .cart-and-ipay .product-price .sales {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.upsell__carousel .cart-and-ipay .product-price .sales .value {
    font-size: 16px !important;
    font-family: var(--font-family-bebas) !important;
    line-height: normal;
    font-weight: 100;
}

@media (max-width: 991.96px) {
    .upsell__carousel .cart-and-ipay .product-price .sales .value {
        font-size: 10px
    }
}

.upsell__carousel .product-price .strike-through {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3px;
    font-family: var(--font-family-bebas)
}

.upsell__carousel .product-price .strike-through .value {
    font-size: 12px;
    font-family: var(--font-family-bebas)
}

@media (max-width: 991.96px) {
    .upsell__carousel .product-price .strike-through .value {
        font-size: 10px
    }
}

.upsell__carousel .product-price .strike-through .sr-only {
    font-size: 12px;
    font-family: var(--font-family-bebas)
}

@media (max-width: 991.96px) {
    .upsell__carousel .product-price .strike-through .sr-only {
        font-size: 10px
    }
}

.upsell__carousel .cart-and-ipay__text {
    display: none
}

.upsell__carousel .cart-and-ipay .cart-and-ipay__btn {
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0
}

@media (max-width: 991.96px) {
    .upsell__carousel .cart-and-ipay .cart-and-ipay__btn {
        height: 46px;
        margin-bottom: 7px;
        padding: 6px
    }
}

.minicart {
    position: relative
}

.minicart .minicart__close-btn.close {
    top: 27px;
    right: 31px;
    padding: 0;
    margin: 0;
    color: black;
    border: none;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.96px) {
    .minicart .minicart__close-btn.close {
        top: 24px;
        right: 20px;
        width: 21.66px;
        height: 21.66px
    }
}

.minicart .minicart__close-btn.close .minicart__close__content {
    width: 32px;
    height: 32px;
    color: black
}

@media (max-width: 991.96px) {
    .minicart .minicart__close-btn.close .minicart__close__content {
        width: 100%;
        height: 100%
    }
}

.minicart .minicart__close-btn.close span {
    font-size: 30px
}

.minicart .cart.minicart__container {
    background-color: #f9f9f9;
    position: fixed;
    height: 100dvh;
    right: 0;
    top: 0;
    width: 604px;
    padding-top: 0;
    transition: transform 400ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2010
}

@media (max-width: 991.96px) {
    .minicart .cart.minicart__container {
        width: 100%
    }
}

.minicart .minicart__header {
    padding: 24px 0 0;
    color: black;
    width: 100%;
    -ms-flex: 0 0 129px;
    flex: 0 0 129px;
    z-index: 2;
    background-color: white
}

@media (max-width: 991.96px) {
    .minicart .minicart__header {
        -ms-flex: 0 0 98px;
        flex: 0 0 98px;
        padding-top: 16px
    }
}

.minicart .minicart__header .minicart__title-wrapper {
    height: 100%;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: 100%
}

.minicart .minicart__header .minicart__header__title {
    font-family: var(--skin-header-font);
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    font-size: 25px;
    font-weight: 900;
    line-height: 42px;
    margin: 0;
    text-align: center;
    margin-bottom: 4px;
    text-transform: capitalize
}

@media (max-width: 991.96px) {
    .minicart .minicart__header .minicart__header__title {
        font-family: var(--skin-header-font);
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        font-size: 18px;
        font-size: 18px;
        line-height: 37.5px;
        margin-bottom: 14px
    }
}

.minicart .minicart__header h2.minicart__header__msg {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 22px;
    font-weight: 540;
    text-align: center
}

@media (max-width: 991.96px) {
    .minicart .minicart__header h2.minicart__header__msg {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 17px
    }
}

.minicart .minicart__header p.minicart__delays-msg {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    line-height: 8px;
    margin: 0;
    margin-bottom: 2px
}

@media (max-width: 991.96px) {
    .minicart .minicart__header p.minicart__delays-msg {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 10px;
        margin-bottom: 5px
    }
}

.minicart .minicart__header .remove-product-modal .modal-content .modal-title {
    margin-bottom: 5px
}

.minicart .minicart__header .remove-product-modal .modal-content .product-to-remove {
    line-height: 32px
}

.minicart .minicart__header .remove-product-modal .modal-content .modal-footer {
    padding: 28px 30px
}

.minicart .minicart__header .remove-product-modal .modal-content .modal-footer .btn {
    height: 50px
}

.minicart .minicart__progress-bar {
    height: 12px
}

@media (max-width: 991.96px) {
    .minicart .minicart__progress-bar {
        height: 9px
    }
}

.minicart .progress.minicart__progress-bar {
    border-radius: none;
    background-color: #cdcdcd
}

.minicart .minicart__sub-total {
    margin: 0;
    font-size: 12px;
    font-family: var(--skin-body-font)
}

.minicart .remove-btn {
    color: #999;
    float: right;
    background-color: white;
    border: none;
    font-size: 1.625em;
    margin-top: -0.313em;
    padding: 0
}

.minicart .product-summary {
    max-height: -webkit-max-content;
    max-height: max-content
}

.minicart .product-summary.minicart__main-content {
    background-color: white;
    padding-top: 6px;
    padding-right: 0;
    width: 100vw;
    border: none;
    overflow-y: auto;
    overflow-x: hidden
}

.minicart .product-summary.minicart__main-content .minicart__product-card-container {
    height: auto
}

.minicart .product-summary.minicart__main-content .minicart__product-card-container .minicart__card__left {
    width: 100%
}

.minicart .product-summary.minicart__main-content .minicart__product-card-container .minicart__card__left .minicart__card__img {
    width: 86px;
    height: 86px;
    margin-right: 18px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-container .minicart__card__left .minicart__card__img {
        width: 62px;
        height: 62px
    }
}

.minicart .product-summary.minicart__main-content .minicart__product-card-container .minicart__card__product-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-container .minicart__card__product-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.minicart .product-summary.minicart__main-content .minicart__product-card-container .minicart__card__right {
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-container .minicart__card__right {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 768.98px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-container .minicart__card__right {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.minicart .product-summary.minicart__main-content .minicart__product-card-container::after {
    content: "";
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 1px;
    background-color: #cdcdcd
}

.minicart .product-summary.minicart__main-content .last-card::after {
    background-color: rgba(0, 0, 0, 0)
}

.minicart .product-summary.minicart__main-content .card {
    border: none
}

.minicart .product-summary.minicart__main-content .inner-bottom-bar {
    width: 80%;
    height: 1px;
    margin: 0 auto;
    border-bottom: 1px solid #969696
}

.minicart .product-summary.minicart__main-content .product__line-item h5.item__product-name {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 1px;
    font-family: var(--font-family-bebas); font-weight:100;
    text-transform: uppercase;
    /* white-space: break-spaces; */
    max-width: 260px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item h5.item__product-name {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width: 768.98px) {
    .minicart .product-summary.minicart__main-content .product__line-item h5.item__product-name {
        max-width: 190px
    }
}

.minicart .product-summary.minicart__main-content .product__line-item h6.item__product-att:first-child {
    font-size: 9px;
    line-height: 25px;
    color: black;
    font-family: var(--skin-body-font);
    font-weight: 540
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item h6.item__product-att:first-child {
        font-size: 8px
    }
}

.minicart .product-summary.minicart__main-content .product__line-item .item__product-att:nth-child(2) {
    line-height: 25px;
    font-family: var(--skin-body-font);
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item .item__product-att:nth-child(2) {
        font-size: 8px;
        line-height: 25px
    }
}

.minicart .product-summary.minicart__main-content .product__line-item .item__product-att:nth-child(3) {
    font-size: 10px;
    font-family: var(--skin-body-font)
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item .item__product-att:nth-child(3) {
        font-size: 8px
    }
}

.minicart .product-summary.minicart__main-content .product__line-item .item__product-att:last-of-type {
    margin-top: 8px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item .item__product-att:last-of-type {
        margin-top: 0
    }
}

.minicart .product-summary.minicart__main-content .product__line-item .item__product-size {
    font-size: 9px;
    font-family: var(--skin-body-font)
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item .item__product-size {
        font-size: 8px
    }
}

.minicart .product-summary.minicart__main-content .product__line-item .product-image {
    height: 86px;
    width: 86px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item .product-image {
        height: 62px;
        width: 62px
    }
}

.minicart .product-summary.minicart__main-content .product__line-item .minicart__promo {
    color: var(--color-benefit-pink);
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    padding-top: 8px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item .minicart__promo {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 9px;
        margin-top: 13px
    }
}

.minicart .product-summary.minicart__main-content .product__line-item .minicart__promo .minicart__promo__text {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    line-height: 25px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .product__line-item .minicart__promo .minicart__promo__text {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 9px;
        line-height: 20px
    }
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__promo-desktop {
        display: none
    }
}

.minicart .product-summary.minicart__main-content .minicart__quantity-remove-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 20px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__quantity-remove-container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__quantity-remove-container {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        padding-left: 81px
    }

    .minicart .product-summary.minicart__main-content .minicart__quantity-remove-container .minicart__price {
        position: absolute;
        right: 0;
        top: 20px;
        font-family: var(--font-family-bebas)
    }
}

.minicart .product-summary.minicart__main-content .minicart__remove {
    text-transform: lowercase;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
    font-size: 12px;
    font-weight: 540;
    line-height: 25px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__remove {
        font-size: 10px;
        line-height: 25px
    }
}

.minicart .product-summary.minicart__main-content .minicart__product-card-basic .card-body {
    padding: 0.625em
}

@media (max-width: 768.98px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-basic {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .minicart .product-summary.minicart__main-content .minicart__product-card-basic .minicart__card__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .minicart .product-summary.minicart__main-content .minicart__product-card-basic .line-item-quantity {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .minicart .product-summary.minicart__main-content .minicart__product-card-basic .line-item-quantity .minicart__quantity-remove-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    .minicart .product-summary.minicart__main-content .minicart__product-card-basic .line-item-quantity .minicart__quantity-remove-container .remove-btn.remove-product.minicart__remove {
        margin-top: 0;
        position: relative
    }

    .minicart .product-summary.minicart__main-content .minicart__product-card-basic .line-item-unit-price {
        position: absolute;
        right: 20px;
        top: 15px;
        font-family: var(--font-family-bebas)
    }
}

@media (max-width: 768.98px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-basic .line-item-pricing-info {
        margin-top: 5px
    }
}

.minicart .product-summary.minicart__main-content .minicart__product-card-basic .product-line-item-details {
    width: 100%
}

.minicart .product-summary.minicart__main-content .minicart__product-card-basic .minicart__remove {
    margin-top: 8px;
    color: #3f3f3f;
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    font-style: normal;
    font-weight: 540;
    line-height: 25px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-basic .minicart__remove {
        font-size: 8px;
        margin-top: 28px;
        position: absolute
    }
}

.minicart .product-summary.minicart__main-content .minicart__samples .swiper-slide {
    width: auto
}

@media (min-width: 544px) and (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__samples .swiper-slide {
        min-width: 150px
    }
}

.minicart .product-summary.minicart__main-content .minicart__sample-slide .minicart__sample__img-wraper {
    width: 100%;
    max-width: 168px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__sample-slide .minicart__sample__img-wraper {
        width: 100%;
        height: 127.6px
    }
}

@media (max-width: 768.98px) {
    .minicart .product-summary.minicart__main-content .minicart__sample-slide .minicart__sample__img-wraper {
        max-width: 137px
    }
}

.minicart .product-summary.minicart__main-content .item__product-name__sample-label {
    margin-bottom: 0;
    font-family: var(--font-family-bebas);
    text-transform: uppercase;
    line-height: 20px;
    color: var(--color-benefit-pink);
    position: absolute;
    right: 20px;
    top: 34px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .item__product-name__sample-label {
        top: 26px
    }
}

.minicart .product-summary.minicart__main-content .minicard__card-sample-container {
    padding: 27px
}

.minicart .product-summary.minicart__main-content .minicart__product-card-sample .minicart__remove {
    background-color: transparent;
    font-size: 12px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #3f3f3f
}

@media (max-width: 768.98px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-sample .minicart__remove {
        margin-top: 0
    }
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__product-card-sample .minicart__remove {
        font-size: 8px;
        margin-top: 10px;
        position: relative;
        right: 8px
    }
}

.minicart .product-summary.minicart__main-content .minicart__product-card-sample .minicart__remove .item-image {
    margin-right: 16px
}

@media (min-width: 769px) {
    .minicart .product-summary.minicart__main-content {
        width: 100%;
        display: -ms-flexbox;
        display: flex
    }
}

.minicart .product-summary.minicart__main-content .upsell__carousel .swiper-slide {
    width: auto
}

.minicart .product-summary.minicart__main-content .upsell__carousel .upsell-slide .upsell__carousel__img-wraper {
    max-width: 168px;
    width: 100%
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .upsell__carousel .upsell-slide .upsell__carousel__img-wraper {
        width: 100%;
        height: 127.6px
    }
}

@media (max-width: 768.98px) {
    .minicart .product-summary.minicart__main-content .upsell__carousel .upsell-slide .upsell__carousel__img-wraper {
        max-width: 137px
    }
}

.minicart .product-summary.minicart__main-content .upsell__carousel .upsell__carousel__title {
    text-transform: uppercase;
    font-size: 16px;
    text-align: start;
    font-family: var(--font-family-bebas);
    line-height: 38.5px;
    font-weight: 470;
    height: 25px;
    margin-bottom: 13px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .upsell__carousel .upsell__carousel__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 9px
    }
}

.minicart .product-summary.minicart__main-content .upsell__carousel .swiper-button-prev,
.minicart .product-summary.minicart__main-content .upsell__carousel .swiper-button-next,
.minicart .product-summary.minicart__main-content .minicart__samples .swiper-button-prev,
.minicart .product-summary.minicart__main-content .minicart__samples .swiper-button-next {
    z-index: 1
}

.minicart .product-summary.minicart__main-content .minicart__price {
    font-size: 16px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.minicart .product-summary.minicart__main-content .minicart__price .price {
    font-family: var(--font-family-bebas)
}

.minicart .product-summary.minicart__main-content .minicart__price .price .strike-through {
    margin-right: 0
}

.minicart .product-summary.minicart__main-content .minicart__price .line-item-pricing-info {
    font-family: var(--font-family-bebas);
    font-size: 16px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__price .line-item-pricing-info {
        font-size: 12px
    }
}

.minicart .product-summary.minicart__main-content .minicart__price .price {
    font-family: var(--font-family-bebas);
    font-size: 16px;
    line-height: 16px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__price .price {
        font-size: 12px;
        line-height: 16px
    }
}

.minicart .product-summary.minicart__main-content .minicart__price .price .pricing {
    white-space: nowrap;
    font-family: var(--font-family-bebas); font-weight:100;
    font-size: 18px;
    line-height: 18px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__price .price .pricing {
        font-size: 12px;
        line-height: 16px
    }
}

.minicart .product-summary.minicart__main-content .minicart__price .price .strike-through {
    white-space: nowrap;
    margin-right: 0;
    font-family: var(--font-family-bebas);
    font-size: 16px;
    line-height: 16px
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content .minicart__price .price .strike-through {
        font-size: 12px;
        line-height: 16px
    }
}

.minicart .product-summary.minicart__main-content.minicart__main-with-discount {
    -ms-flex: 1 1 51dvh;
    flex: 1 1 51dvh
}

@media (max-width: 991.96px) {
    .minicart .product-summary.minicart__main-content.minicart__main-with-discount {
        -ms-flex: 1 1 72.41dvh;
        flex: 1 1 72.41dvh
    }
}

.minicart .minicart__promo-mobile .minicart__promo {
    color: var(--color-benefit-pink)
}

@media (max-width: 991.96px) {
    .minicart .minicart__promo-mobile .minicart__promo {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 9px;
        padding-top: 13px
    }
}

@media (max-width: 991.96px) {
    .minicart .minicart__promo-mobile .minicart__promo .minicart__promo__text {
        font-family: var(--skin-body-font);
        font-style: normal;
        font-weight: 540;
        font-display: swap;
        font-size: 9px;
        line-height: 20px
    }
}

@media (min-width: 769px) {
    .minicart .minicart__promo-mobile {
        display: none
    }
}

@media (max-width: 991.96px) {
    .minicart .minicart__promo-mobile {
        width: 100%;
        padding-left: 81px
    }
}

.minicart .price .total-price .free-price {
    display: none
}

@media (max-width: 991.96px) {
    .minicart .minicart__main-content::-webkit-scrollbar {
        display: none
    }
}

.minicart .minicart__main-content::-webkit-scrollbar-thumb {
    background: rgba(205, 205, 205, 0.8);
    border-radius: 20px
}

.minicart .minicart__main-content::-webkit-scrollbar-track {
    background: transparent
}

.minicart .card-body.minicart__product-card-container {
    padding-left: 25px;
    padding-right: 25px
}

@media (max-width: 991.96px) {
    .minicart .card-body.minicart__product-card-container {
        padding: 20px
    }
}

.minicart .quantity-select {
    overflow: hidden;
    border: none;
    font-size: 14px;
    text-align: center;
    font-family: var(--font-family-bebas); font-weight:100;
    background-color: transparent;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.96px) {
    .minicart .quantity-select {
        padding: 0;
        font-size: 12px
    }
}

@media (min-width: 991.98px) {
    .minicart .quantity-select {
        width: 76%
    }
}

.minicart input[type=number] {
    text-align: center
}

.minicart input[type="number"]::-webkit-inner-spin-button,
.minicart input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.minicart .minicart__quantity-selector {
    cursor: pointer;
    border-radius: 70px;
    border: 1px solid #cdcdcd;
    font-family: var(--skin-body-font);
    font-size: 16px;
    height: 35px;
    width: 79px
}

@media (max-width: 991.96px) {
    .minicart .minicart__quantity-selector {
        width: 102px
    }
}

.minicart .minicart__quantity-selector .quantity-button {
    width: 10px
}

.minicart .minicart__quantity-selector .quantity-button:focus-visible {
    outline: auto
}

.minicart .minicart__quantity-selector .quantity-selector__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--font-family-bebas) !important;
}

.minicart .minicart__quantity-selector .quantity-selector__btn.quantity-button {
    border: none;
    padding: 0;
    margin: 0;
    color: #000;
    width: 30px;
    font-size: 18px
}

@media (max-width: 991.96px) {
    .minicart .minicart__quantity-selector .quantity-selector__btn.quantity-button {
        font-size: 16px
    }
}

.minicart .quantity-button {
    display: inline-block;
    background-color: transparent;
    font-size: 24px;
    border: none;
    outline: none;
    font-family: var(--font-family-bebas); font-weight:100;
    width: 30px
}

.minicart .quantity-label {
    font-size: 0.813em
}

.minicart .quantity {
    width: 100%
}

.minicart .minicart__swiper {
    width: 100%
}

.minicart .minicart__footer {
    width: 100%;
    padding: 20px 25px 21px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid #cdcdcd;
    background-color: white;
    z-index: 1;
    margin-top: auto
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer {
        padding: 19px 17px
    }
}

.minicart .minicart__footer .minicart__footer__subtotal {
    text-transform: uppercase
}

.minicart .minicart__footer .minicart__footer__subtotal p {
    font-family: var(--font-family-bebas) !important;
    font-size: 18px;
    font-weight: 470;
    margin-bottom: 2px
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer .minicart__footer__subtotal p {
        font-size: 14px;
        line-height: 16px
    }
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer .minicart__footer__subtotal {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer .minicart__footer__subtotal__text {
        margin-bottom: 0
    }
}

.minicart .minicart__footer .minicart__footer__item {
    margin-top: 5px
}

.minicart .minicart__footer .minicart__footer__item .minicart__footer__text {
    margin-bottom: 0
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer .minicart__footer__item {
        margin-bottom: 0
    }
}

.minicart .minicart__footer .minicart__footer__text {
    font-size: 12px;
    font-weight: 540;
    color: #3f3f3f;
    line-height: 25px;
    margin-bottom: 15.5px
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer .minicart__footer__text {
        font-size: 10px;
        margin-bottom: 10px
    }
}

.minicart .minicart__footer .minicart__footer_discount {
    color: var(--color-benefit-pink)
}

.minicart .minicart__footer .content-asset {
    width: 100%
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer .checkout-button-wrapper {
        min-width: 100%;
        width: 100%
    }
}

.minicart .minicart__footer .checkout-button-wrapper .checkout-button-wrapper__btn {
    width: 550px;
    min-width: 550px;
    max-width: 550px;
    font-family: var(--font-family-bebas) !important;
    font-size: 18px;
    line-height: normal;
}

button.upsell__carousel__btn {
    font-family: var(--font-family-bebas) !important;
    font-size: 18px;
    line-height: normal;
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer .checkout-button-wrapper .checkout-button-wrapper__btn {
        min-width: 100%;
        width: 100%
    }
}

@media (max-width: 768.98px) {
    .minicart .minicart__footer .checkout-button-wrapper .checkout-button-wrapper__btn {
        width: 100%;
        width: 341px;
        max-width: 341px;
        height: 46px
    }
}

.minicart .minicart-footer {
    bottom: 0;
    margin: 0;
    padding: 12.5px 30px 25px 34px;
    position: absolute;
    width: 100%
}

.minicart .minicart-footer .coupons-and-promos .minicart__footer__item {
    margin-top: 0
}

.minicart .minicart__footer.minicart__footer-with-discount {
    height: auto
}

@media (max-width: 991.96px) {
    .minicart .minicart__footer.minicart__footer-with-discount {
        height: auto
    }

    .minicart .minicart__footer.minicart__footer-with-discount .minicart__footer__discount-wrapper {
        margin-bottom: 8px;
        margin-top: 0
    }
}

.minicart .estimated-total {
    margin-top: 0.625em
}

.minicart .line-item-divider {
    margin: 0.625em -0.625em 0.625em -1.325em
}

@media (min-width: 544px) and (max-width: 768.98px) {
    .hide-link-med {
        display: none
    }
}

@media (min-width: 769px) {
    .hide-no-link {
        display: none
    }
}

@media (max-width: 543.98px) {
    .hide-no-link {
        display: none
    }
}

.minicart__samples__top-section {
    padding-right: 30px
}

.sample-controls {
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 80px
}

.sample-controls .swiper-button-prev,
.sample-controls .swiper-button-next,
.sample-controls .swiper-pagination {
    position: static
}

.sample-controls .swiper-button-prev,
.sample-controls .swiper-button-next {
    background-color: transparent;
    border: none;
    height: auto;
    margin: auto;
    width: auto
}

.sample-controls .swiper-button-prev::after,
.sample-controls .swiper-button-next::after {
    background: none;
    border-bottom: 1px solid #000;
    width: 10px;
    height: 10px
}

.sample-controls .swiper-button-prev.swiper-button-lock,
.sample-controls .swiper-button-next.swiper-button-lock {
    display: -ms-flexbox;
    display: flex
}

.sample-controls .swiper-button-prev::after {
    transform: rotate(45deg);
    border-left: 1px solid #000
}

.sample-controls .swiper-button-next::after {
    transform: rotate(-45deg);
    border-right: 1px solid #000
}

.sample-controls .swiper-pagination {
    transform: none;
    width: auto
}

.upsell-controls span,
.sample-controls span {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px
}

@media (max-width: 991.96px) {
    .sample-controls {
        -ms-flex: auto;
        flex: auto;
        max-width: -webkit-fit-content;
        max-width: fit-content
    }

    .sample-controls {
        display: none
    }
}

.minicart .popover {
    background-color: transparent;
    border: none
}

.minicart .popover.show {
    z-index: 2010
}

.minicart__empty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-top: 90px
}

.minicart__empty h3.minicart__empty-msg {
    height: 40px;
    font-family: var(--font-family-bebas);
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px
}

.minicart__empty h3.minicart__empty-msg span {
    color: var(--color-benefit-pink)
}

@media (max-width: 991.96px) {
    .minicart__empty h3.minicart__empty-msg {
        font-size: 18px
    }
}

.minicart__empty h4.minicart__empty-msg {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 12px;
    font-size: 12px;
    line-height: 25px;
    height: 40px;
    margin-bottom: 23px
}

@media (max-width: 991.96px) {
    .minicart__empty h4.minicart__empty-msg {
        font-size: 11px;
        line-height: 20px;
        max-width: 280px;
        height: auto
    }
}

.minicart__empty .minicart__links {
    margin-bottom: 72px
}

.minicart__empty a.minicart__empty__link {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    text-transform: capitalize;
    font-family: var(--skin-body-font)
}

@media (max-width: 991.96px) {
    .minicart__empty a.minicart__empty__link {
        font-size: 12px;
        line-height: 25px
    }
}

.minicart__empty a.minicart__empty__link:not(:last-of-type) {
    padding-right: 26px
}

@media (max-width: 991.96px) {
    .minicart__empty a.minicart__empty__link:not(:last-of-type) {
        padding-right: 20px
    }
}

@media (max-width: 991.96px) {
    .minicart__empty {
        margin-top: 72px
    }

    .minicart__empty h1 {
        font-size: 18px
    }

    .minicart__empty h2 {
        font-size: 11px
    }

    .minicart__empty .minicart__links {
        margin-bottom: 96px
    }
}

@media (min-width: 769px) {
    .remove-line-item.minicart__product-card-remove {
        width: 100%;
        display: -ms-flexbox;
        display: flex
    }
}

.modal-backdrop.show {
    z-index: 155
}

.highContrast .minicart .minicart__footer .minicart__footer_discount {
    color: #000
}

.quantity-selector-aria-live-region {
    width: 0;
    opacity: 0;
    pointer-events: none
}

.hidden {
    display: none
}

body,
html {
    overflow-x: hidden
}

ul {
    padding-left: 0;
    list-style: none
}

body {
    overflow-x: visible
}

body.animations-disabled *:not(.multi-step-progress-bar) *,
body.animations-disabled *:not(.multi-step-progress-bar) *::before,
body.animations-disabled *:not(.multi-step-progress-bar) *::after,
body.animations-disabled *:not(.spinner) *,
body.animations-disabled *:not(.spinner) *::before,
body.animations-disabled *:not(.spinner) *::after {
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important
}

body.animations-disabled *.tabbedServices .layout-shape {
    animation-delay: 1ms !important
}

@media (max-width: 991.96px) {

    body:has(.js-sign-in-modal.show) .modal-backdrop.show,
    body:has(.js-forgot-password-modal.show) .modal-backdrop.show {
        opacity: 0
    }
}

html {
    scroll-behavior: smooth
}

html[dir="rtl"] body {
    text-align: right
}

html[dir="rtl"] body .experience-component {
    direction: initial
}

.page {
    overflow: hidden
}

.page:has(.navbar .nav-item.show) #maincontent::after {
    content: '';
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 155
}

.page:has(.navbar .nav-item.show) header:not(.sticky) {
    z-index: 160;
    position: relative
}

._m-sidemenu {
    z-index: 2000
}

._m-sidemenu--close {
    float: right;
    cursor: pointer
}

._m-sidemenu--shown ._m-sidemenu-panel {
    transform: translateX(0)
}

._m-sidemenu--shown ._m-sidemenu-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    opacity: 1;
    transition: opacity 500ms 200ms ease
}

._m-sidemenu-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 400ms ease-in-out;
    z-index: 2002;
    width: 604px
}

@media (max-width: 991.96px) {
    ._m-sidemenu-panel {
        width: 100vw;
        transform: translateX(604px)
    }
}

@media (max-width: 991.96px) {
    ._m-sidemenu-panel-full {
        width: 100vw
    }
}

._m-sidemenu-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 0;
    overflow: auto
}

._m-sidemenu-overlay {
    z-index: 2001;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 1000ms ease-out
}

.text-progressive-animation {
    animation: move-text 0.75s forwards;
    opacity: 0;
    bottom: -5px;
    position: relative
}

.text-progressive-animation--evolve {
    overflow: hidden;
    animation-name: evolve-text;
    color: var(--color-benefit-pink)
}

@keyframes move-text {
    0% {
        bottom: -0.2em;
        opacity: 1
    }

    50% {
        bottom: 0.2em
    }

    100% {
        bottom: 0;
        opacity: 1
    }
}

@keyframes evolve-text {
    0% {
        opacity: 1;
        bottom: -1em
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}



:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-button-prev,
.swiper-button-next {
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    width: 67px;
    height: 67px;
    background-color: #fff
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    font-size: 20px;
    color: #000;
    font-family: "FontAwesome";
}

.swiper-button-prev::after {
    content: "\f053";
}

.swiper-button-next::after {
    content: "\f054";
}

@media (max-width: 991.96px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none
    }
}

/* .swiper-button-prev::after {
    background-image: url("../images/common/left_arrow.svg")
}

.swiper-button-next::after {
    background-image: url("../images/common/right_arrow.svg")
} */

.swiper.swiper-animated-slides .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.2)
}

.swiper.swiper-animated-slides .swiper-pagination-bullet-active::before {
    background-color: #000;
    animation: swiper-pagination-slide-progress cubic-bezier(0.3, 0, 0.3, 1) forwards;
    animation-duration: var(--animation-time, 0)
}

.swiper-pagination .swiper-pagination-bullet {
    width: 87px;
    height: 2px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2)
}

.swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
    background-color: #000
}

.swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

@media (max-width: 991.96px) {
    .swiper-pagination .swiper-pagination-bullet {
        width: 55px
    }
}

.swiper.swiper-paused .swiper-control .play {
    display: inline
}

.swiper.swiper-paused .swiper-control .pause {
    display: none
}

.swiper.swiper-paused .swiper-pagination .swiper-pagination-bullet-active::before {
    animation-play-state: paused
}

.swiper .swiper-pagination {
    right: auto;
    left: 50%;
    bottom: 20px
}

.swiper .swiper-pagination.swiper-pagination-fraction {
    bottom: -57px;
    font-size: 12px
}

.swiper .swiper-control {
    left: calc(50% - 50px);
    bottom: 10px;
    right: auto;
    z-index: 1;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none
}

.swiper .swiper-control:focus-visible {
    outline: auto !important
}

.swiper .swiper-control .play,
.swiper .swiper-control .pause {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.swiper .swiper-control .play {
    display: none
}

@media (max-width: 991.96px) {
    .swiper .swiper-control {
        left: calc(50% - 120px)
    }

    .swiper .swiper-control .play,
    .swiper .swiper-control .pause {
        width: 24px;
        height: 24px
    }
}

.swiper .swiper-pagination,
.swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    transform: translateX(-50%)
}

@keyframes swiper-pagination-slide-progress {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.klarna-container {
    padding: 18px 0
}

.klarna-container klarna-placement::part(osm-container) {
    font-family: var(--skin-body-font);
    padding: 0;
    border: none;
    text-align: left
}

.klarna-container klarna-placement::part(osm-cta) {
    font-family: var(--skin-body-font-medium)
}

@media (max-width: 991.96px) {
    .klarna-container klarna-placement::part(osm-message) {
        font-size: 10px
    }

    .klarna-container klarna-placement::part(osm-logo) {
        right: 0;
        bottom: 0;
        font-size: 14px
    }

    .klarna-container klarna-placement::part(osm-cta) {
        font-family: var(--skin-body-font);
        font-size: 10px
    }
}

.highContrast klarna-placement::part(osm-cta) {
    color: #000
}

.animation-badge {
    animation: badge-animation 0.5s cubic-bezier(0.88, 0.44, 0.83, 0.67)
}

@keyframes badge-animation {
    0% {
        transform: scale(0.2)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.slide-in-right {
    animation: slide-in-right 0.6s ease-in
}

@keyframes slide-in-right {
    0% {
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-fwd {
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

.fade-in-up {
    animation: fade-in-up 1s ease-in-out both
}

.fade-in-down {
    animation: fade-in-down 1s ease-in-out both
}

.fade-in {
    animation: fade-in 1s linear forwards
}

@keyframes fade-in-fwd {
    0% {
        transform: translateZ(-80px);
        opacity: 0
    }

    100% {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fade-in-up {
    0% {
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-down {
    0% {
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.2
    }
}

@keyframes reduce {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

.title-with-animation {
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: var(--skin-body-font-expanded);
    font-size: 150px;
    font-style: normal;
    font-weight: 500;
    line-height: 150px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    background-image: radial-gradient(circle farthest-corner at center center, black 0%, black 50%, transparent 50.1%);
    background-position: 50% 50%;
    background-size: 0% 0%;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    transition: background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98)
}

@media (max-width: 991.96px) {
    .title-with-animation {
        font-size: 45px;
        line-height: 100%;
        letter-spacing: 0.50px;
        margin-bottom: 61px;
        -webkit-text-stroke-width: 1px
    }
}

.title-with-animation.on-animate {
    animation: outline-to-solid 8s ease forwards
}

.title-with-animation.color-pink {
    background-image: radial-gradient(circle farthest-corner at center center, var(--color-benefit-pink) 0%, var(--color-benefit-pink) 50%, transparent 50.1%)
}

.title-with-animation.color-pink.on-animate {
    -webkit-text-stroke-color: var(--color-benefit-pink)
}

@keyframes outline-to-solid {
    0% {
        background-size: 0% 0%
    }

    10% {
        background-size: 0% 100%
    }

    100% {
        background-size: 1000% 1000%
    }
}

.experience-component .h1 {
    font-size: 3.4375rem !important
}

@media (min-width: 544px) {
    .experience-component .h1 {
        font-size: 4.6875rem !important
    }
}

.experience-component .h2 {
    font-size: 2.1875rem !important
}

@media (min-width: 544px) {
    .experience-component .h2 {
        font-size: 3.4375rem !important
    }
}

.experience-component .h3 {
    font-size: 1.875rem !important
}

@media (min-width: 544px) {
    .experience-component .h3 {
        font-size: 2.8125rem !important
    }
}

.experience-component .h4 {
    font-size: 1.5625rem !important
}

@media (min-width: 544px) {
    .experience-component .h4 {
        font-size: 2.1875rem !important
    }
}









































































































.swatch-circle-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: 0.2
}

.swatch-filter-beige {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter / 2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: 0.2
}

.swatch-circle-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: 0.2
}

.swatch-filter-black {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter / 2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: 0.2
}

.swatch-circle-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: 0.2
}

.swatch-filter-blue {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter / 2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: 0.2
}

.swatch-circle-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: 0.2
}

.swatch-filter-brown {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter / 2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: 0.2
}

.swatch-circle-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: 0.2
}

.swatch-filter-green {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #004c00;
    border-radius: calc($diameter / 2);
    background-color: #004c00;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: 0.2
}

.swatch-circle-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: 0.2
}

.swatch-filter-grey {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter / 2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: 0.2
}

.swatch-circle-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: 0.2
}

.swatch-filter-navy {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter / 2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: 0.2
}

.swatch-circle-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: 0.2
}

.swatch-filter-orange {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter / 2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: 0.2
}

.swatch-circle-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: 0.2
}

.swatch-filter-pink {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter / 2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: 0.2
}

.swatch-circle-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: 0.2
}

.swatch-filter-purple {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter / 2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: 0.2
}

.swatch-circle-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: 0.2
}

.swatch-filter-red {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter / 2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: 0.2
}

.swatch-circle-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: 0.2
}

.swatch-filter-white {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter / 2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: 0.2
}

.swatch-circle-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: 0.2
}

.swatch-filter-yellow {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter / 2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: 0.2
}

.swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg)
}

.site-search {
    position: relative;
    height: 2.5em
}

@media (min-width: 544px) {
    .site-search {
        margin-right: 0.5em
    }
}

@media (min-width: 1314px) {
    .site-search {
        width: 20em
    }
}

@media (min-width: 769px) and (max-width: 991.96px) {
    .site-search {
        width: 14.0625em
    }
}

@media (min-width: 544px) and (max-width: 768.98px) {
    .site-search {
        width: 12.5em
    }
}

.site-search .fa-close,
.site-search .fa-search {
    position: absolute;
    border: none;
    top: 0.5625em;
    right: 0.5625em;
    padding: 0;
    background-color: transparent
}

.site-search .reset-button {
    position: absolute;
    border: none;
    top: 0.5625em;
    right: 2em;
    padding: 0;
    background-color: transparent
}

.site-search input {
    padding-right: 2rem;
    height: 100%
}

@media (max-width: 543.98px) {
    .header-search .site-search {
        display: none
    }
}

.suggestions-wrapper {
    position: relative
}

.suggestions {
    display: block;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 21.875rem;
    z-index: 3
}

@media (max-width: 543.98px) {
    .suggestions {
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        width: 100%
    }
}

.suggestions .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter / 2);
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative;
    margin-right: 0.85em
}

.suggestions .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute
}

.suggestions .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em
}

.suggestions .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em
}

.suggestions .header {
    color: #999;
    font-size: 0.875em;
    padding-top: 0.625em
}

.suggestions .header:not(:first-child) {
    border-top: 1px solid #ccc
}

.suggestions .items {
    padding: 0.313em 0
}

.suggestions .items .list {
    padding: 0;
    list-style-type: none
}

.suggestions .items .link {
    text-decoration: none
}

.suggestions .items .link:hover .name {
    text-decoration: underline
}

.suggestions .item {
    padding-bottom: 0.625em
}

.suggestions .item .name {
    margin-top: 0.313em
}

.suggestions .item .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 543.98px) {
    .suggestions .item {
        padding-bottom: 0.938em
    }
}

.suggestions .category-parent {
    color: #999;
    font-size: 0.875em
}

.suggestions .selected {
    background-color: #eee
}

.suggestions .container {
    list-style-type: none
}

.more-below {
    -moz-border-radius: 1.25em;
    background: #ccc;
    border: 0.063em solid rgba(0, 0, 0, 0.1);
    border-radius: 1.25em;
    bottom: 1.875em;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    display: none;
    height: 2.5em;
    position: fixed;
    right: 1.875em;
    width: 2.5em
}

.more-below i.fa-long-arrow-down {
    border-radius: 50%;
    color: #fff;
    display: table-caption;
    height: 0.75em;
    font-size: 1.5rem;
    left: 0.57em;
    line-height: 0.8em;
    position: absolute;
    top: 0.4em;
    width: 0.8em
}

.suggestions {
    width: auto;
    border: none;
    background-color: transparent;
    position: static;
    overflow-y: auto;
    overflow-x: hidden
}

.site-search {
    width: auto;
    height: auto;
    margin-right: 0
}

.site-search form {
    position: relative;
    margin-top: 40px
}

.site-search form::after {
    position: absolute;
    content: "";
    width: 100%;
    margin-left: auto;
    background-color: #fcead8;
    height: calc(100% - 2px);
    inset: 0;
    animation: reduce 2s linear forwards
}

.site-search input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 24px;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: var(--skin-header-font);
    padding-left: 0;
    margin-bottom: 20px;
    position: relative
}

@media (max-width: 991.96px) {
    .site-search input {
        margin-bottom: 30px;
        line-height: 30px
    }
}

.site-search input::-webkit-input-placeholder {
    color: #000
}

.site-search input:-ms-input-placeholder {
    color: #000
}

.site-search input::placeholder {
    color: #000
}

.site-search input:focus {
    background-color: transparent;
    color: #000
}

.site-search .reset-button {
    text-decoration: underline;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    color: #000
}

.site-search .reset-button:focus,
.site-search .reset-button:focus-visible {
    outline: none
}

.site-search .reset-button:active {
    outline: auto;
    outline-color: #000
}

.site-search .button-hidden {
    opacity: 0;
    pointer-events: none
}

@media (min-width: 769px) {
    .site-search input {
        font-size: 55px;
        margin-bottom: 30px
    }

    .site-search form {
        margin-top: 0
    }
}

header .search .search-overlay {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
    background-color: #fcead8
}

header .search .search-overlay .form-control.search-field {
    height: -webkit-fit-content;
    height: fit-content;
    padding: 0
}

@media (min-width: 769px) {
    header .search .search-overlay .form-control.search-field {
        line-height: 53px;
        padding: 18px 0 6px 0
    }

    header .search .search-overlay .suggestions {
        right: initial;
        background-color: transparent;
        border: none;
        height: -webkit-fit-content;
        height: fit-content;
        overflow: hidden
    }

    header .search .search-overlay .suggestions .not-found {
        white-space: nowrap;
        font-size: 16px;
        margin-bottom: 30px
    }

    header .search .search-overlay .suggestions .container li {
        margin-bottom: 0;
        padding: 0
    }

    header .search .search-overlay .suggestions .container .item {
        padding: 0
    }

    header .search .search-overlay .suggestions .container .item .row {
        line-height: 1
    }

    header .search .search-overlay .suggestions .container .item .name {
        margin-top: 0
    }

    header .search .search-overlay .suggestions .suggested-search .product-suggested-title {
        margin-left: 8.5px
    }

    header .search .search-overlay .suggestions .suggested-search .suggested-search__title {
        margin-bottom: 30px
    }

    header .search .search-overlay .suggestions .suggested-search .more-results {
        margin-top: 30px;
        margin-bottom: 0;
        text-align: left;
        font-family: var(--skin-body-font-medium)
    }
}

header .search .search-overlay .suggested-search>.container {
    padding: 0
}

header .search .search-overlay .suggested-search .product-card {
    padding-left: 8.5px;
    padding-right: 8.5px
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggested-search .product-card {
        padding: 0 5px
    }
}

header .search .search-overlay .suggested-search .suggested-search__title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--font-family-bebas) !important;
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggested-search .product-suggested-title {
        margin-top: 30px;
        margin-bottom: 20px
    }
}

header .search .search-overlay .suggested-search .more-results {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
    display: block;
    text-decoration: underline;
    line-height: 25px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0
}

header .search .search-overlay .suggested-search .more-results.hidden {
    display: none !important
}

header .search .search-overlay .suggested-search ul {
    margin-bottom: 0
}

@media (min-width: 769px) {
    header .search .search-overlay .suggested-search .col-search-suggestions {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    header .search .search-overlay .suggested-search .col-product-suggestions {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media (max-width: 991.96px) {
    header .search .search-overlay {
        padding-right: 0 !important
    }

    header .search .search-overlay .suggestions {
        background-color: transparent;
        border: none;
        position: relative
    }

    header .search .search-overlay .suggestions .suggested-search__title {
        line-height: 30px
    }

    header .search .search-overlay .suggestions .not-found {
        margin-bottom: 20px;
        font-size: 14px
    }

    header .search .search-overlay .suggestions .container .items {
        padding: 0;
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    header .search .search-overlay .suggestions .container .items .item {
        padding: 0 0 0 0
    }

    header .search .search-overlay .suggestions .container .items .item .name {
        white-space: initial
    }

    header .search .search-overlay .suggestions .container .items .item .row {
        margin-bottom: 14px
    }

    header .search .search-overlay .suggestions .container .items .item span {
        font-size: 14px;
        line-height: 25px
    }

    header .search .search-overlay .suggestions .container .items .item span.sales {
        line-height: 20px
    }

    header .search .search-overlay .modal-dialog {
        overflow-y: auto;
        overflow-x: hidden
    }
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile {
    background-color: #fff;
    border-radius: 20px
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-body {
    width: 100%;
    margin-bottom: 20px
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-body {
        margin-bottom: 25px
    }
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile img {
    width: 100%;
    height: 260px;
    border-radius: 20px 20px 0 0
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile img {
        height: 165px;
        border-radius: 10px 10px 0 0
    }
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer>.price {
    margin-bottom: 14px
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer {
        padding: 0 10px
    }
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .tile-name {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 6px
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .tile-name {
        margin-bottom: 2px
    }
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .tile-name .name {
    white-space: wrap;
    font-family: var(--font-family-bebas);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -moz-box;
    text-overflow: ellipsis;
    box-orient: vertical
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .tile-name .name {
        font-size: 12px;
        line-height: 16px
    }
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price {
    font-family: var(--skin-body-font);
    font-size: 12px;
    line-height: 25px
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price .price__default__strike-wrapper {
    text-decoration: none
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price {
        margin-bottom: 0
    }

    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price del span,
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price .sales span {
        font-size: 10px;
        line-height: 20px;
        font-weight: 540
    }
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price .strike-through {
    color: #000;
    margin-right: 6px;
    font-weight: 540
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price .sales span {
    color: #000
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price .range {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price .price__default__strike-wrapper+.sales span {
    color: var(--color-benefit-pink)
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer>.price {
        margin-bottom: 12px
    }
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .item.tile-item .suggested-tile {
        border-radius: 10px
    }
}

header .search .search-overlay .suggestions .not-found {
    display: block;
    line-height: 25px
}

header .search .search-overlay .suggestions .items {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px
}

header .search .search-overlay .suggestions .items.suggested-products {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0
}

header .search .search-overlay .suggestions .items .item {
    padding-left: 0;
    margin: 0;
    display: inline-block
}

header .search .search-overlay .suggestions .items .item:nth-child(6) {
    display: none
}

header .search .search-overlay .suggestions .items .item:nth-child(6).show {
    display: inline-block
}

header .search .search-overlay .suggestions .items .item:nth-child(6)~li {
    display: none
}

header .search .search-overlay .suggestions .items .item:nth-child(6)~li.show {
    display: inline-block
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggestions .items .item.tile-item {
        margin-bottom: 16px
    }
}

header .search .search-overlay .suggestions .items a {
    font-size: 14px;
    line-height: 25px
}

header .search .search-overlay.show .fade-in-down {
    opacity: 0;
    animation: fade-in-down 1s ease-in-out 1s both
}

header .search .search-overlay.show .fade-in-up {
    opacity: 0;
    animation: fade-in-up 1s ease-in-out 1s both
}

header .search .search-overlay.show .shape-spark-2 {
    animation: content-fade-spark-2 1s ease-in-out 1.5s forwards
}

@media (max-width: 991.96px) {
    header .search .search-overlay.show .shape-spark-2 {
        animation-name: content-fade-spark-2-mobile
    }
}

header .search .search-overlay.show .shape-heart-1 {
    animation: content-fade-heart-1 1s ease-in-out 1.5s forwards
}

@media (max-width: 991.96px) {
    header .search .search-overlay.show .shape-heart-1 {
        animation-name: content-fade-heart-1-mobile
    }
}

header .search .search-overlay.show .shape-clover-2 {
    animation: content-fade-clover-2 1s ease-in-out 1.5s forwards
}

@media (max-width: 991.96px) {
    header .search .search-overlay.show .shape-clover-2 {
        animation-name: content-fade-clover-2-mobile
    }
}

header .search .search-overlay.show .circle-dots {
    animation: content-rotate-circle 100s linear infinite;
    animation-delay: 2.5s
}

@media (max-width: 991.96px) {
    header .search .search-overlay.show .circle-dots {
        animation-delay: 0s
    }
}

@keyframes content-fade-spark-2 {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(33deg)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(33deg)
    }
}

@keyframes content-fade-spark-2-mobile {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(14deg)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(14deg)
    }
}

@keyframes content-fade-heart-1 {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(12deg)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(12deg)
    }
}

@keyframes content-fade-heart-1-mobile {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(158deg)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(158deg)
    }
}

@keyframes content-fade-clover-2 {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(28deg)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(28deg)
    }
}

@keyframes content-fade-clover-2-mobile {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(71deg)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(71deg)
    }
}

@keyframes content-rotate-circle {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

header .search .search-overlay .modal-dialog {
    max-width: unset;
    height: 100%;
    margin: 0
}

@media (max-width: 991.96px) {

    header .search .search-overlay .modal-dialog>.shape,
    header .search .search-overlay .modal-dialog>.circle-dots {
        display: none
    }
}

header .search .search-overlay .modal-content {
    height: inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    overflow-y: auto
}

@media (max-width: 991.96px) {
    header .search .search-overlay .modal-content {
        overflow-x: hidden;
        border-radius: 0
    }
}

header .search .search-overlay .modal-content .container {
    z-index: 1
}

header .search .search-overlay .modal-content .dots-circle-wraper {
    position: absolute;
    width: 500px;
    height: 500px;
    right: 0;
    top: 64%;
    overflow: hidden;
    right: -13%
}

header .search .search-overlay .modal-content .dots-circle {
    background-color: #ff9e10;
    height: 100%;
    width: 100%;
    right: initial;
    top: initial
}

header .search .search-overlay .modal-content .dots-circle.rotate-animation {
    animation: rotation 40s linear 2s infinite
}

@media (min-width: 769px) {

    header .search .search-overlay .modal-content .shape,
    header .search .search-overlay .modal-content .circle-dots {
        display: none
    }
}

header .search .search-overlay .modal-header {
    padding: 20px 0 0 0
}

header .search .search-overlay .modal-header .close .svg-icon {
    display: none
}

header .search .search-overlay .modal-body {
    padding: 0 0 0 0
}

header .search .search-overlay .suggested-products .suggested-products__title {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--font-family-bebas)
}

header .search .search-overlay .suggested-products-listing {
    margin: 0 -8.5px 88px -8.5px
}

@media (min-width: 769px) {
    header .search .search-overlay .suggested-products-listing .product-card {
        display: none
    }

    header .search .search-overlay .suggested-products-listing .product-card:nth-child(1),
    header .search .search-overlay .suggested-products-listing .product-card:nth-child(2),
    header .search .search-overlay .suggested-products-listing .product-card:nth-child(3) {
        display: block
    }
}

@media (min-width: 769px) {
    header .search .search-overlay .suggested-products-listing .product-card {
        display: none
    }

    header .search .search-overlay .suggested-products-listing .product-card:nth-child(1),
    header .search .search-overlay .suggested-products-listing .product-card:nth-child(2),
    header .search .search-overlay .suggested-products-listing .product-card:nth-child(3) {
        display: block
    }
}

@media (max-width: 991.96px) {
    header .search .search-overlay .suggested-products-listing {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 9px
    }
}

header .search .search-overlay .circle-dots,
header .search .search-overlay .shape {
    position: absolute;
    opacity: 0;
    z-index: 100
}

header .search .search-overlay .shape-spark-2 {
    width: 131px;
    height: 131px;
    left: -54px;
    bottom: 84px
}

@media (max-width: 991.96px) {
    header .search .search-overlay .shape-spark-2 {
        width: 48.93px;
        height: 48.94px;
        top: 30px;
        left: -25px
    }
}

header .search .search-overlay .shape-heart-1 {
    width: 122.737px;
    height: 80px;
    left: -4px;
    bottom: 0
}

@media (max-width: 991.96px) {
    header .search .search-overlay .shape-heart-1 {
        width: 50.46px;
        height: 33.11px;
        top: -6px;
        left: -7px
    }
}

header .search .search-overlay .shape-clover-2 {
    width: 121px;
    height: 121px;
    left: 113px;
    bottom: -34px
}

@media (max-width: 991.96px) {
    header .search .search-overlay .shape-clover-2 {
        width: 49.83px;
        height: 49.83px;
        top: -24px;
        left: 41px
    }
}

header .search .search-overlay .circle-dots {
    background-image: url("../webImages/shapes/circles-pattern.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 940px;
    height: 940px;
    right: -303px;
    top: 300px;
    opacity: 0.2;
    z-index: -1
}

@media (max-width: 991.96px) {
    header .search .search-overlay .circle-dots {
        width: 506px;
        height: 506px;
        top: 165px;
        right: -368px
    }
}

@media (min-width: 769px) {
    header .search .search-overlay {
        top: var(--header-height, 105px)
    }

    header .search .search-overlay.show {
        height: 83vh
    }
}

@media (min-width: 769px) and (min-height: 650px) {
    header .search .search-overlay.show {
        height: 700px
    }
}

@media (min-width: 769px) {
    header .search .search-overlay .dots-circle {
        width: 100%;
        height: 100%
    }

    header .search .search-overlay .modal-header .close {
        background-image: none
    }

    header .search .search-overlay .modal-header .close .svg-icon {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        right: 0
    }
}

header .search .search-overlay .veil .underlay {
    background-color: transparent
}

@keyframes fadeOutviewport {
    0% {
        top: 0
    }

    100% {
        top: -82px
    }
}

@keyframes opacityUp {

    0%,
    100% {
        opacity: 0
    }
}

@keyframes fadeDownBounce {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    70% {
        opacity: 1
    }

    85% {
        transform: translateY(2px)
    }

    100% {
        transform: translateY(0)
    }
}

header .fade-in-down-bounce {
    opacity: 1;
    animation: opacityUp 1s linear, fadeDownBounce 0.5s ease 1s;
    display: inline-block
}

@keyframes fadeUpBounce {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    70% {
        opacity: 1
    }

    85% {
        transform: translateY(-2px)
    }

    100% {
        transform: translateY(0)
    }
}

header .fade-in-up-bounce {
    opacity: 1;
    animation: opacityUp 1s linear, fadeUpBounce 0.5s ease 1s
}

.search-overlay-modal-backdrop {
    background-color: transparent
}

@media (min-width: 769px) {
    .search-overlay-modal-backdrop {
        top: 109px
    }
}

.search-overlay-modal-backdrop::after {
    content: "";
    display: block;
    position: fixed;
    width: 100vw;
    background-color: #000;
    height: 50vh;
    bottom: 0;
    left: 0
}

.highContrast .search-overlay .suggestions .item.tile-item .suggested-tile .tile .tile-footer .price .sales span {
    color: #000 !important
}

.page #maincontent .ui-accordion-content .p-w-r .form-control {
    font-size: 16px
}

.page #maincontent .ui-accordion-content .p-w-r .form-control .pr-review-snapshot-block-container.pr-review-snapshot-simple {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 40px 0
}

.page #maincontent .power-reviews__container {
    background-color: #fff
}

.page #maincontent .power-reviews__container .pr-pdp-components {
    margin: 0 auto;
    max-width: 1050px
}

.page #maincontent .power-reviews__container .p-w-r {
    -webkit-font-smoothing: subpixel-antialiased !important;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.page #maincontent .ui-accordion-content .p-w-r .pr-btn {
    text-align: center
}

.page #maincontent .p-w-r h1,
.page #maincontent .p-w-r h2 {
    color: black;
    font-family: var(--skin-body-font-bold)
}

.page #maincontent .p-w-r a {
    color: #fa3468;
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-snippet-review-count {
    font-family: var(--skin-body-font-medium);
    margin: 10px 0;
    color: black
}

.page #maincontent .p-w-r input,
.page #maincontent .p-w-r textarea,
.page #maincontent .p-w-r input::-webkit-input-placeholder,
.page #maincontent .p-w-r textarea::-webkit-input-placeholder {
    font-family: var(--skin-body-font)
}

.page #maincontent .p-w-r input,
.page #maincontent .p-w-r textarea,
.page #maincontent .p-w-r input:-ms-input-placeholder,
.page #maincontent .p-w-r textarea:-ms-input-placeholder {
    font-family: var(--skin-body-font)
}

.page #maincontent .p-w-r input,
.page #maincontent .p-w-r textarea,
.page #maincontent .p-w-r input::placeholder,
.page #maincontent .p-w-r textarea::placeholder {
    font-family: var(--skin-body-font)
}

.page #maincontent .reviewsnippet #pr-reviewdisplay {
    background-color: white
}

.page #maincontent .reviewsnippet #pr-reviewdisplay .p-w-r {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    position: relative
}

.page #maincontent .reviewsnippet {
    width: 1050px;
    margin-bottom: 50px
}

@media (max-width: 991.96px) {
    .page #maincontent .reviewsnippet {
        width: auto
    }
}

.page #maincontent .p-w-r .pr-btn {
    border-bottom-width: 1px;
    height: auto
}

.page #maincontent .p-w-r .pr-btn.active {
    background-color: #c8f2ee;
    color: #444;
    height: auto;
    width: 100%
}

.page #maincontent .p-w-r .pr-accessible-btn:hover {
    background: none;
    border: none
}

.page #maincontent .p-w-r select {
    visibility: visible
}

.page #maincontent .p-w-r :focus,
.page #maincontent .p-w-r a:focus {
    outline: 5px auto #000;
    box-shadow: 0 0 5px #000
}

.page #maincontent.high-contrast .p-w-r a {
    color: #b11030
}

.page #maincontent .pr-thumbs-icon.pr-thumbs-icon-up,
.page #maincontent .pr-thumbs-icon.pr-thumbs-icon-down {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='7.008'%20viewBox='0%200%2011%207.008'%3E%3Cpath%20fill='%23fa3468'%20d='M9.625%200L5.5%204.206%201.375%200%200%201.402l4.125%204.205%201.375%201.4L11%201.403'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    width: 14px;
    height: 14px;
    transform: translate(0, 6px)
}

.page #maincontent .pr-thumbs-icon svg {
    display: none
}

.page #maincontent .pr-thumbs-icon.pr-thumbs-icon-up {
    transform: rotate(180deg) translate(4px, 4px)
}

.page #maincontent .pr-helpful-btn {
    border-width: 0
}

.page #maincontent .pr-helpful-btn.pr-helpful-yes {
    border-right: 1px solid #ccc;
    border-right-width: 1px
}

.page #maincontent .pr-helpful-active,
.page #maincontent .pr-helpful-btn:active {
    background: transparent !important;
    font-weight: bold
}

.page #maincontent .pr-helpful-btn[title~="Already"] span,
.page #maincontent .pr-helpful-btn[aria-label~="already"] span {
    opacity: 0.4
}

.page #maincontent .pr-helpful-btn.pr-helpful-active span {
    opacity: 1
}

.page #maincontent .pr-media-modal .button__close .pr-cross-icon svg {
    height: 36px
}

.page #maincontent .pr-media-modal .button__close .pr-cross-icon__line {
    stroke: #fa3468
}

.page #maincontent .pr-media-modal .pr-cross-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.page #maincontent .pr-media-modal .pr-cross-icon::before {
    border: none
}

.page #maincontent .pr-media-modal .pr-cross-icon__circle {
    stroke: none
}

.page #maincontent .pr-flag-review-btn.pr-flag-review-btn-submit {
    background-color: #fa3468
}

.page #maincontent .pr-flag-review-btn-submit:hover {
    color: white
}

.page #maincontent .pr-flag-review-btn-cancel,
.page #maincontent .pr-flag-review-btn-cancel:hover {
    background-color: transparent;
    color: #fa3468;
    font-weight: bold
}

.page #maincontent .pr-flag-review-btn-submit:focus {
    border-color: #fa3468
}

.page #maincontent .pr-media-card-content-text-readreview {
    color: #fa3468
}

.page #maincontent .power-reviews__container form input[type="radio"] {
    opacity: 1
}

.page #maincontent .p-w-r .pr-accessible-btn:focus {
    box-shadow: 0 0 0 3px #fa3468
}

.page #maincontent .ui-accordion-content #pr-image-display {
    display: none
}

.page #maincontent .pr-ellipsis-icon {
    background-color: #fa3468
}

.page #maincontent.high-contrast .pr-ellipsis-icon {
    background-color: #b11030
}

.page #maincontent .pr-rid-btn-container:hover .pr-ellipsis-icon {
    background-color: white
}

.page #maincontent .pr-rid-btn-text {
    color: #fa3468
}

.page #maincontent.high-contrast .pr-rid-btn-text {
    color: #b11030
}

.page #maincontent .pr-ellipsis-icon__circle__inner {
    stroke: #fa3468
}

.page #maincontent.high-contrast .pr-ellipsis-icon__circle__inner {
    stroke: #b11030
}

.page #maincontent .pr-rid-btn-container:hover .pr-ellipsis-icon__circle__inner {
    fill: #fa3468;
    stroke: #fa3468
}

.page #maincontent.high-contrast .pr-rid-btn-container:hover .pr-ellipsis-icon__circle__inner {
    fill: #b11030;
    stroke: #b11030
}

.page #maincontent .ui-accordion-content .pr-review-snapshot-snippets-headline,
.page #maincontent .pr-review-snapshot-snippets-headline {
    display: block
}

.page #maincontent .ui-accordion-content .pr-review-snapshot-snippets,
.page #maincontent .ui-accordion-content .pr-snippet-read-and-write,
.page #maincontent .pr-snippet-read-and-write {
    text-align: center
}

.page #maincontent .ui-accordion-content .pr-rd-review-header-contents {
    display: none
}

.page #maincontent .ui-accordion-content .pr-rd-search-container {
    width: 100%
}

.page #maincontent .ui-accordion-content .pr-rd-search-reviews-input {
    width: auto
}

.page #maincontent .ui-accordion-content .pr-rd-sort-group {
    float: right
}

.page #maincontent .ui-accordion-content .pr-rd-main-header-search-sort .pr-rd-main-header-search,
.page #maincontent .ui-accordion-content .pr-rd-main-header-search-sort .pr-rd-main-header-sorts-w-search {
    width: 100%
}

.page #maincontent .pr-review-snapshot-header {
    display: none
}

.page #maincontent .pr-review-snapshot-block-recommend {
    display: none
}

.page #maincontent .pr-review-snapshot-block {
    border: none
}

.page #maincontent .pr-rd-no-reviews a::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='auto'%20viewBox='0%200%2020.016%2020.016'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%2336BCAD'%20d='M2.93%202.93c3.91-3.907%2010.246-3.907%2014.154%200s3.908%2010.246%200%2014.154-10.244%203.908-14.153%200C-.976%2013.176-.976%206.84%202.93%202.93z'/%3E%3Cpath%20fill='%23FFF'%20d='M14.016%209.015h-3v-3c0-.552-.448-1-1-1s-1%20.448-1%201v3h-3c-.552%200-1%20.448-1%201%200%20.553.448%201%201%201h3v3c0%20.553.448%201%201%201%20.553%200%201-.447%201-1v-3h3c.553%200%201-.447%201-1%200-.552-.448-1-1-1z'/%3E%3C/svg%3E");
    margin-right: 2px
}

.page #maincontent .pr-review-snapshot-block a.pr-snippet-write-review-link {
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
    background-image: none;
    background-color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 70px;
    color: #fff;
    border: none;
    font-family: var(--font-family-bebas);
    font-style: normal;
    font-weight: 470;
    font-display: swap;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
    font-variant-ligatures: common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 64px;
    margin-bottom: 0;
    height: 64px;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -ms-user-select: none;
    user-select: none;
    width: 287px;
    font-weight: 470;
    transition: color 0.15s ease-in, background-color 0.15s ease-in, scale 0.5s ease-in
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-review-snapshot-block a.pr-snippet-write-review-link {
        width: 224px
    }
}

.page #maincontent .pr-review-snapshot-block a.pr-snippet-write-review-link:focus {
    background-color: #fa3468;
    outline-offset: 0
}

.page header~#maincontent .power-reviews__container .pr-snippet-read-and-write a:not(.btn-primary):not(.btn-outline-primary) {
    color: #fff
}

.page #maincontent .pr-review-snapshot-block a.pr-snippet-write-review-link:hover {
    color: #fff;
    scale: 1.05
}

.page #maincontent .pr-rd-no-reviews .pr-snippet-write-review-link {
    background-color: #e9f8f6;
    border: 1px dashed #20c3b0;
    border-radius: 6px;
    display: inline-block;
    color: #20c3b0;
    text-transform: uppercase;
    text-decoration: none;
    margin: 30px auto;
    padding: 32px 10px;
    width: 100%
}

.page #maincontent.high-contrast a.pr-snippet-write-review-link {
    background-color: #2a2a2a;
    color: white
}

.page #maincontent.high-contrast a.pr-snippet-write-review-link:hover {
    background-color: #545454;
    color: white
}

.page #maincontent p.pr-histogram-label {
    color: #fa3468;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-histogram-count {
    font-family: var(--skin-body-font)
}

.page #maincontent.high-contrast .pr-histogram-label {
    color: #b11030
}

.page #maincontent .pr-histogram-count {
    font-size: 14px;
    font-weight: normal;
    text-align: left
}

.page #maincontent .pr-ratings-histogram-barValue {
    background: #fa3468;
    height: 12px
}

.page #maincontent.high-contrast .pr-ratings-histogram-barValue {
    background: #b11030
}

.page #maincontent .pr-ratings-histogram-bar {
    background-color: #ececec;
    height: 12px
}

.page #maincontent .pr-histogram-label {
    visibility: hidden;
    position: relative;
    text-align: right;
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-histogram-5Stars .pr-histogram-label::after {
    visibility: visible;
    content: "5 " url("../webImages/heart-fill-reviews.svg");
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-histogram-4Stars .pr-histogram-label::after {
    visibility: visible;
    content: "4 " url("../webImages/heart-fill-reviews.svg");
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-histogram-3Stars .pr-histogram-label::after {
    visibility: visible;
    content: "3 " url("../webImages/heart-fill-reviews.svg");
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-histogram-2Stars .pr-histogram-label::after {
    visibility: visible;
    content: "2 " url("../webImages/heart-fill-reviews.svg");
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-histogram-1Stars .pr-histogram-label::after {
    visibility: visible;
    content: "1 " url("../webImages/heart-fill-reviews.svg");
    font-family: var(--skin-body-font-medium)
}

.page #maincontent.high-contrast .pr-histogram-5Stars .pr-histogram-label::after {
    visibility: visible;
    content: "5 " url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='9'%20height='8'%20viewBox='0%200%209%208'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23B11030'%20d='M4.5%201.4s0-.1.1-.1C5%20.4%205.8%200%206.7%200c.9%200%201.6.4%202%201.2.3.6.4%201.3.2%201.9-.2.8-.6%201.4-1.1%202-.5.6-1.1%201.1-1.8%201.6L4.5%207.9c0%20.1%200%20.1-.1%200-.8-.6-1.6-1.3-2.4-2C1.4%205.3.8%204.7.4%204%20.2%203.4%200%202.9%200%202.3%200%201.1.9.1%202%200c1-.1%201.8.2%202.4%201.1%200%200%200%20.1.1.1v.2z'/%3E%3C/svg%3E")
}

.page #maincontent.high-contrast .pr-histogram-4Stars .pr-histogram-label::after {
    visibility: visible;
    content: "4 " url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='9'%20height='8'%20viewBox='0%200%209%208'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23B11030'%20d='M4.5%201.4s0-.1.1-.1C5%20.4%205.8%200%206.7%200c.9%200%201.6.4%202%201.2.3.6.4%201.3.2%201.9-.2.8-.6%201.4-1.1%202-.5.6-1.1%201.1-1.8%201.6L4.5%207.9c0%20.1%200%20.1-.1%200-.8-.6-1.6-1.3-2.4-2C1.4%205.3.8%204.7.4%204%20.2%203.4%200%202.9%200%202.3%200%201.1.9.1%202%200c1-.1%201.8.2%202.4%201.1%200%200%200%20.1.1.1v.2z'/%3E%3C/svg%3E")
}

.page #maincontent.high-contrast .pr-histogram-3Stars .pr-histogram-label::after {
    visibility: visible;
    content: "3 " url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='9'%20height='8'%20viewBox='0%200%209%208'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23B11030'%20d='M4.5%201.4s0-.1.1-.1C5%20.4%205.8%200%206.7%200c.9%200%201.6.4%202%201.2.3.6.4%201.3.2%201.9-.2.8-.6%201.4-1.1%202-.5.6-1.1%201.1-1.8%201.6L4.5%207.9c0%20.1%200%20.1-.1%200-.8-.6-1.6-1.3-2.4-2C1.4%205.3.8%204.7.4%204%20.2%203.4%200%202.9%200%202.3%200%201.1.9.1%202%200c1-.1%201.8.2%202.4%201.1%200%200%200%20.1.1.1v.2z'/%3E%3C/svg%3E")
}

.page #maincontent.high-contrast .pr-histogram-2Stars .pr-histogram-label::after {
    visibility: visible;
    content: "2 " url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='9'%20height='8'%20viewBox='0%200%209%208'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23B11030'%20d='M4.5%201.4s0-.1.1-.1C5%20.4%205.8%200%206.7%200c.9%200%201.6.4%202%201.2.3.6.4%201.3.2%201.9-.2.8-.6%201.4-1.1%202-.5.6-1.1%201.1-1.8%201.6L4.5%207.9c0%20.1%200%20.1-.1%200-.8-.6-1.6-1.3-2.4-2C1.4%205.3.8%204.7.4%204%20.2%203.4%200%202.9%200%202.3%200%201.1.9.1%202%200c1-.1%201.8.2%202.4%201.1%200%200%200%20.1.1.1v.2z'/%3E%3C/svg%3E")
}

.page #maincontent.high-contrast .pr-histogram-1Stars .pr-histogram-label::after {
    visibility: visible;
    content: "1 " url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='9'%20height='8'%20viewBox='0%200%209%208'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%23B11030'%20d='M4.5%201.4s0-.1.1-.1C5%20.4%205.8%200%206.7%200c.9%200%201.6.4%202%201.2.3.6.4%201.3.2%201.9-.2.8-.6%201.4-1.1%202-.5.6-1.1%201.1-1.8%201.6L4.5%207.9c0%20.1%200%20.1-.1%200-.8-.6-1.6-1.3-2.4-2C1.4%205.3.8%204.7.4%204%20.2%203.4%200%202.9%200%202.3%200%201.1.9.1%202%200c1-.1%201.8.2%202.4%201.1%200%200%200%20.1.1.1v.2z'/%3E%3C/svg%3E")
}

.page #maincontent .pr-review-snapshot-faceoff {
    border: 1px solid #b4e0e1;
    border-radius: 6px;
    background-color: #e9f8f6
}

.page #maincontent .pr-faceoff-title {
    color: #444;
    letter-spacing: 1px
}

.page #maincontent p.pr-faceoff-review {
    color: #888
}

.page #maincontent .pr-review-snapshot-faceoff .pr-snippet-rating-decimal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b4e0e1
}

.page #maincontent .pr-faceoff-img {
    border-right: 1px solid #b4e0e1
}

.page #maincontent .pr-faceoff-img-txt {
    border: 1px solid #b4e0e1;
    background: #fff;
    color: #444
}

.page #maincontent .pr-faceoff-readcomplete:focus,
.page #maincontent .pr-faceoff-readcomplete:hover,
.page #maincontent .pr-faceoff-readcomplete {
    color: #fa3468;
    font-family: var(--skin-body-font)
}

.page #maincontent.high-contrast .pr-faceoff-readcomplete {
    color: #b11030
}

.page #maincontent .pr-rd-review-header-contents {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    gap: 15px;
    padding: 15px;
    width: 100%
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-rd-review-header-contents {
        margin-top: 20px
    }
}

.page #maincontent .pr-rd-review-header-contents span {
    font-family: var(--skin-body-font-bold)
}

.page #maincontent .pr-rd-review-header-contents .pr-multiselect-item-label {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-rd-review-header-sorts {
    padding: 0;
    text-align: left
}

.page #maincontent .pr-rd-review-total {
    font-family: var(--skin-body-font-medium);
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    font-display: swap;
    font-size: 16px;
    margin-top: 20px
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-rd-review-total {
        font-family: var(--skin-body-font-medium);
        font-style: normal;
        font-stretch: normal;
        font-weight: 500;
        font-display: swap;
        font-size: 14px
    }
}

.page #maincontent .pr-rd-main-header-search-sort .pr-rd-main-header-search,
.page #maincontent .pr-rd-main-header-search-sort .pr-rd-main-header-sorts-w-search {
    width: 50%
}

.page #maincontent .pr-rd-main-header-search-sort .pr-rd-main-header-search {
    padding-right: 5px
}

.page #maincontent .pr-rd-main-header-search-sort .pr-rd-main-header-sorts-w-search {
    padding-left: 5px
}

.page #maincontent .pr-multiselect-button,
.page #maincontent .pr-rd-main-header-with-filters .pr-rd-sort {
    -webkit-appearance: none;
    appearance: none;
    color: #444;
    padding: 9px 15px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='7.008'%20viewBox='0%200%2011%207.008'%3E%3Cpath%20fill='%23fa3468'%20d='M9.625%200L5.5%204.206%201.375%200%200%201.402l4.125%204.205%201.375%201.4L11%201.403'/%3E%3C/svg%3E") 93% no-repeat;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 1px #d4d4d4;
    font-weight: bold;
    font-family: var(--skin-body-font-bold)
}

.page #maincontent .pr-caret-icon {
    display: none
}

.page #maincontent span.pr-multiselect-count {
    background: #fa3468;
    color: white
}

.page #maincontent .pr-rd-search-reviews-input {
    width: 230px
}

.page #maincontent .pr-rd-search-container {
    width: auto;
    float: right
}

.page #maincontent .pr-rd-search-reviews-icon-button {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.page #maincontent .pr-rd-search-reviews-input input {
    border: 2px solid #fa3468;
    border-radius: 6px
}

.page #maincontent.high-contrast .pr-rd-search-reviews-input input {
    border: 2px solid #b11030
}

.page #maincontent .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button {
    border: 0;
    background-color: #fa3468
}

.page #maincontent.high-contrast .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button {
    border: 0;
    background-color: #b11030
}

.page #maincontent .pr-rd-search-reviews-input input:active+button span svg path,
.page #maincontent .pr-rd-search-reviews-input input:focus+button span svg path {
    fill: white
}

.page #maincontent .pr-rd-search-reviews-clear-button .pr-cross-icon__line {
    stroke: #fa3468
}

.page #maincontent .pr-rd-search-reviews-clear-button:active,
.page #maincontent .pr-rd-search-reviews-clear-button:focus {
    border: 0
}

.page #maincontent .pr-rd-no-results-msg {
    font-size: 16px
}

.page #maincontent .pr-rd-main-header-search-sort {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 40px !important
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-rd-main-header-search-sort {
        height: 140px
    }
}

.page #maincontent .pr-rd-main-header-search-sort option,
.page #maincontent .pr-rd-main-header-search-sort input,
.page #maincontent .pr-rd-main-header-search-sort select {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-rd-main-header-search-sort .pr-rd-sort-group,
.page #maincontent .pr-rd-main-header-search-sort .pr-rd-search-reviews-input,
.page #maincontent .pr-rd-main-header-search-sort input,
.page #maincontent .pr-rd-main-header-search-sort .pr-rd-search-reviews-icon-button {
    height: 40px !important
}

@media (min-width: 769px) {
    .page #maincontent .pr-rd-main-header-search-sort .pr-rd-search-reviews-input {
        margin-right: 20px
    }
}

.page #maincontent .pr-rd-main-header-search-sort .pr-rd-main-header-search {
    padding: 0
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-rd-main-header-search-sort .pr-rd-main-header-search {
        margin-bottom: 5px
    }
}

.page #maincontent .pr-rd-reviewer-details.pr-rd-inner-side-content-block {
    font-family: var(--skin-body-font)
}

.page #maincontent .ui-accordion-content .pr-rd-description-text {
    padding: 20px 0
}

@media (max-width: 991.96px) {
    .page #maincontent .ui-accordion-content .pr-rd-description-text {
        font-size: 12px
    }
}

.page #maincontent .pr-review {
    border-top: 1px solid #d1d1d1
}

@media (min-width: 769px) {
    .page #maincontent .pr-review {
        padding-top: 40px
    }
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-review {
        padding-top: 20px
    }
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-review .pr-rd-description.pr-rd-content-block .pr-rd-side-content-block .pr-rd-reviewer-details .pr-rd-details {
        font-size: 12px
    }

    .page #maincontent .pr-review .pr-rd-description.pr-rd-content-block .pr-rd-side-content-block .pr-rd-reviewer-details .pr-rd-details span {
        font-size: 12px
    }

    .page #maincontent .pr-review .pr-rd-description.pr-rd-content-block .pr-rd-description-text {
        font-size: 12px
    }
}

.page #maincontent .pr-review:first-of-type {
    border-top: 0
}

.page #maincontent .pr-rd-display-desktop .pr-rd-description .pr-rd-side-content-block {
    top: -50px
}

.page #maincontent .pr-rd-reviewer-details .pr-rd-author-nickname .pr-rd-bold,
.page #maincontent #maincontent .pr-rd-reviewer-details .pr-rd-author-submission-date .pr-rd-bold {
    display: none
}

.page #maincontent .pr-rd-details.pr-rd-author-location .pr-rd-bold {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-rd-reviewer-details span:not(.pr-rd-bold) {
    font-weight: bold;
    color: #000;
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-rd-reviewer-details .pr-rd-details {
    margin-bottom: 10px;
    color: black
}

.page #maincontent .pr-rd-reviewer-details .pr-rd-author-nickname span {
    color: #fa3468;
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-rd-reviewer-details .pr-rd-author-nickname .pr-rd-bold {
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-review-filter-section button,
.page #maincontent .pr-review-filter-section span {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-review-filter-section .pr-review-filter-clear-all {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-filter-btn__child,
.page #maincontent .pr-review-filter-clear-all {
    font-family: var(--skin-body-font)
}

.page #maincontent #maincontent.high-contrast .pr-rd-author-nickname span {
    color: #b11030
}

.page #maincontent .pr-rd-reviewer-type {
    display: none
}

.page #maincontent .pr-review-display .pr-rd-def-list dt {
    min-width: 135px;
    padding-bottom: 10px
}

.page #maincontent .pr-review .pr-rd-review-headline {
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
    font-family: var(--skin-header-font)
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-review .pr-rd-review-headline {
        margin-top: 5px
    }
}

.page #maincontent .pr-review .pr-rd-description-text {
    color: #777;
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-accordion,
.page .pr-rd-bottomline {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-accordion-btn {
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-rd-reviewer-details .pr-rd-author-submission-date {
    font-family: var(--skin-body-font-medium);
    color: #000
}

.page #maincontent .pr-rd-reviewer-details .pr-rd-author-submission-date .pr-rd-bold {
    display: none
}

.page #maincontent .pr-rd-reviewer-details .pr-rd-author-nickname {
    font-family: var(--skin-body-font-medium)
}

.page #maincontent .pr-rd-reviewer-details .pr-rd-details span span:not(.pr-rd-bold) {
    font-family: var(--skin-body-font-medium)
}

.page .pr-rd-main-footer {
    border-bottom: none
}

.page .pr-rd-main-footer span,
.page .pr-rd-main-footer a {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-rd-footer .pr-rd-helpful-text {
    font-family: var(--skin-body-font-medium);
    font-size: 12px
}

.page #maincontent .pr-rd-footer button {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-review .pr-rd-star-rating {
    width: 100%
}

.page #maincontent .pr-review .pr-rd-review-headline {
    margin-right: 0;
    margin-left: 0
}

.page #maincontent .pr-review .pr-star-v4 {
    width: 13px;
    height: 13px;
    margin-right: 5px
}

.page #maincontent .pr-review .pr-accordion-content .pr-rd-content-block {
    width: 100%
}

.page #maincontent .pr-review .pr-accordion-btn span {
    color: #fa3468;
    padding: 0;
    border-bottom: 1px dotted #fa3468;
    font-weight: 600;
    font-size: 11px !important;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom-color: #b11030
}

.page #maincontent .pr-review .pr-accordion-btn span:hover {
    text-decoration: none
}

.page #maincontent .pr-review .pr-rd-bottomline {
    font-size: 14px
}

.page #maincontent .pr-review .pr-rd-bottomline span {
    font-size: 14px
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-review .pr-rd-bottomline {
        font-size: 12px
    }

    .page #maincontent .pr-review .pr-rd-bottomline span {
        font-size: 12px
    }
}

.page #maincontent .pr-review .pr-rd-helpful-text {
    color: #fa3468
}

.page #maincontent .pr-review .pr-rd-flag-review-container a {
    font-size: 12px;
    text-decoration: underline
}

.page #maincontent .pr-review .pr-rd-flag-review-container button {
    font-size: 12px
}

.page #maincontent.high-contrast .pr-review .pr-rd-helpful-text {
    color: #b11030
}

.page #maincontent.high-contrast .pr-review .pr-rd-helpful-text {
    color: #b11030
}

.page #maincontent .pr-rd-main-footer .pr-rd-content-block {
    width: 100%
}

.page #maincontent .pr-rd-pagination-btn {
    color: #fa3468
}

.page #maincontent.high-contrast .pr-rd-pagination-btn {
    color: #b11030
}

.page #maincontent .ui-accordion-content .pr-qa-display-questionlist {
    border-left: 0
}

.page #maincontent .ui-accordion-content #pr-question-form-link .pr-cross-icon {
    display: none
}

.page #maincontent .ui-accordion-content #pr-question-form-link .pr-qa-display-link {
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
    background-image: none;
    background-color: #fa3468;
    color: #fff;
    border: none;
    font-size: 26px;
    font-family: var(--skin-body-font);
    letter-spacing: 0;
    font-variant-ligatures: common-ligatures;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 64px;
    margin-bottom: 0;
    height: 64px;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -ms-user-select: none;
    user-select: none;
    transition-duration: 0.15s;
    transition-property: color, background-color;
    transition-timing-function: ease-in
}

.page #maincontent .ui-accordion-content #pr-question-form-link .pr-qa-display-link:hover {
    color: #fff;
    background-color: #333
}

.page #maincontent.high-contrast .ui-accordion-content #pr-question-form-link .pr-qa-display-link {
    background-color: #2a2a2a;
    color: white
}

.page #maincontent .pr-qa-display .pr-qa-display-headline h1 abbr {
    display: none
}

.page #maincontent .pr-qa-sort-headline,
.page #maincontent .pr-qa-sort-group label {
    display: none
}

.page #maincontent .pr-qa-display-ask-question {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    padding-left: 0
}

.page #maincontent #pr-question-form-link {
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
    background-image: none;
    background-color: #fa3468;
    color: #fff;
    border: none;
    font-size: 26px;
    font-family: var(--skin-body-font);
    letter-spacing: 0;
    font-variant-ligatures: common-ligatures;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 64px;
    margin-bottom: 0;
    height: 64px;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -ms-user-select: none;
    user-select: none;
    transition-duration: 0.15s;
    transition-property: color, background-color;
    transition-timing-function: ease-in
}

.page #maincontent #pr-question-form-link:hover {
    color: #fff;
    background-color: #333
}

.page #maincontent.high-contrast #pr-question-form-link {
    background-color: #2a2a2a;
    color: white
}

.page #maincontent .pr-qa-display-search {
    background: #fdf3ea
}

.page #maincontent .pr-qa-search-btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.page #maincontent .pr-qa-display-searchbar input {
    border: none
}

.page #maincontent.high-contrast .pr-qa-display-searchbar input {
    border: 2px solid #b11030
}

.page #maincontent .pr-qa-display-searchbar .pr-qa-search-btn {
    border: 0;
    background-color: #fa3468
}

.page #maincontent.high-contrast .pr-qa-display-searchbar .pr-qa-search-btn {
    background-color: #b11030
}

.page #maincontent .pr-qa-display-searchbar input:active+button span svg path,
.page #maincontent .pr-rd-search-reviews-input input:focus+button span svg path {
    fill: white
}

.page #maincontent .pr-qa-display-search-no-results h2 {
    font-family: var(--font-family-bebas)
}

.page #maincontent .pr-qa-sort {
    -webkit-appearance: none;
    appearance: none;
    color: #444;
    padding: 9px 15px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='7.008'%20viewBox='0%200%2011%207.008'%3E%3Cpath%20fill='%23fa3468'%20d='M9.625%200L5.5%204.206%201.375%200%200%201.402l4.125%204.205%201.375%201.4L11%201.403'/%3E%3C/svg%3E") 93% no-repeat;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 1px #d4d4d4;
    font-weight: bold;
    height: 36px
}

.page #maincontent .pr-qa-display .pr-qa-sort-group::after {
    display: none
}

.page #maincontent .pr-qa-display .pr-qa-display-sort {
    border-bottom: 1px solid #d1d1d1
}

.page #maincontent .pr-qa-display-item-icon {
    background-color: transparent;
    color: #30c2b1;
    font-size: 24px;
    font-weight: 500
}

.page #maincontent .pr-qa-display-item-text {
    font-size: 26px
}

.page #maincontent .pr-qa-display-answer-link-container .pr-cross-icon__circle,
.page #maincontent .pr-qa-display-answer-link-container .pr-cross-icon__line {
    stroke: #fa3468
}

.page #maincontent .pr-qa-display-answer-link-container .pr-qa-display-text {
    color: #fa3468;
    font-weight: bold;
    border-bottom: 1px dotted #fa3468
}

.page #maincontent .pr-qa-display-answer-link-container .pr-badging-icon {
    stroke: #30c2b1
}

.page #maincontent .pr-qa-display-answer-link-container .pr-btn-answer:hover circle {
    fill: white
}

.page #maincontent .pr-qa-display-answer-link-container .pr-btn-answer:focus .pr-qa-display-text {
    background-image: none
}

.page #maincontent.high-contrast .pr-qa-display-answer-link-container .pr-cross-icon__circle,
.page #maincontent.high-contrast .pr-qa-display-answer-link-container .pr-cross-icon__line {
    stroke: #b11030
}

.page #maincontent.high-contrast .pr-qa-display-answer-link-container .pr-qa-display-text {
    color: #b11030
}

.page #maincontent .pr-qa-display-answer {
    border-top: 1px dotted #d1d1d1
}

.page #maincontent .pr-qa-display-item-details .pr-subscript {
    color: #fa3468;
    font-size: 14px
}

.page #maincontent.high-contrast .pr-qa-display-item-details .pr-subscript {
    color: #b11030
}

.page #maincontent .pr-qa-display-item-details time {
    display: block;
    margin-left: 0;
    font-size: 12px
}

.page #maincontent .pr-qa-display-answer-icon {
    display: none
}

.page #maincontent .pr-qa-display-answer-details {
    padding: 30px 0 0 20px
}

.page #maincontent .pr-qa-display-answer-by-container-expert {
    border-left: 0;
    padding-left: 0
}

.page #maincontent .pr-btn-show-more .pr-qa-display-text {
    color: #fa3468
}

.page #maincontent.high-contrast .pr-btn-show-more .pr-qa-display-text {
    color: #b11030
}

.page #maincontent .pr-btn-show-more .pr-caret-icon {
    display: initial
}

.page #maincontent .pr-btn-show-more .pr-caret-icon polyline {
    stroke: #fa3468
}

.page #maincontent.high-contrast .pr-btn-show-more .pr-caret-icon polyline {
    stroke: #b11030
}

.page #maincontent .pr-qa-display .pr-caret-icon__line {
    stroke: #fa3468
}

.page #maincontent.high-contrast .pr-qa-display .pr-caret-icon__line {
    stroke: #b11030
}

.page #maincontent.switch-orientation .p-w-r,
.page #maincontent.switch-orientation .p-w-r h2,
.page #maincontent.switch-orientation fieldset,
.page #maincontent.switch-orientation h5 {
    text-align: right
}

.page #maincontent.switch-orientation .p-w-r .pr-rating-stars {
    direction: rtl
}

.page #maincontent.switch-orientation .pr-star-v4-25-filled,
.page #maincontent.switch-orientation .pr-star-v4-50-filled,
.page #maincontent.switch-orientation .pr-star-v4-75-filled {
    transform: scaleX(-1)
}

.page #maincontent.switch-orientation .rating-review-box .p-w-r,
.page #maincontent.switch-orientation .rating-review-box .pr-snippet-stars-container {
    margin-right: 0
}

.page #maincontent.switch-orientation .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
    float: right
}

.page #maincontent.switch-orientation .pr-rd-no-reviews a::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='auto'%20viewBox='0%200%2020.016%2020.016'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%2336BCAD'%20d='M2.93%202.93c3.91-3.907%2010.246-3.907%2014.154%200s3.908%2010.246%200%2014.154-10.244%203.908-14.153%200C-.976%2013.176-.976%206.84%202.93%202.93z'/%3E%3Cpath%20fill='%23FFF'%20d='M14.016%209.015h-3v-3c0-.552-.448-1-1-1s-1%20.448-1%201v3h-3c-.552%200-1%20.448-1%201%200%20.553.448%201%201%201h3v3c0%20.553.448%201%201%201%20.553%200%201-.447%201-1v-3h3c.553%200%201-.447%201-1%200-.552-.448-1-1-1z'/%3E%3C/svg%3E");
    margin-right: 0;
    margin-left: 2px
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-left {
    float: right
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-image-container {
    margin: 0 0 10px
}

.page #maincontent.switch-orientation .pr-rid-btn-container {
    left: 0
}

.page #maincontent.switch-orientation .p-w-r .pr-rd-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 984px) {
    .page #maincontent.switch-orientation .p-w-r .pr-rd-images {
        display: block
    }
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-star-rating,
.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-headline,
.page #maincontent.switch-orientation .p-w-r .pr-review-display .pr-rating-stars {
    float: right
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-content-block,
.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-header {
    margin-right: 25%
}

.page #maincontent.switch-orientation .p-w-r .pr-rd-side-content-block .pr-rd-author-submission-date {
    left: 10%;
    right: auto
}

.page #maincontent .p-w-r .pr-rd-side-content-block .pr-rd-author-location .pr-rd-bold,
.page #maincontent .p-w-r .pr-rd-side-content-block .pr-rd-demographic .pr-rd-bold {
    font-weight: 100
}

.page #maincontent.switch-orientation .p-w-r .pr-accordion .pr-accordion-btn {
    padding: 0 0 30px
}

.page #maincontent.switch-orientation .pr-snippet-review-count {
    text-align: center
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-position {
    margin-right: 0;
    margin-left: 15px;
    float: right
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-to-top {
    float: right
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display .pr-rd-badging-text {
    padding-right: 5px;
    padding-left: 0
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-helpful-action {
    margin-left: 15px;
    margin-right: 0
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display .pr-rd-helpful-text {
    margin-right: 0;
    margin-left: 15px
}

@media (max-width: 991.96px) {
    .page #maincontent.switch-orientation .p-w-r .pr-review-display .pr-rd-helpful-text {
        font-size: 12px
    }
}

.page #maincontent.switch-orientation .p-w-r .pr-helpful-yes {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    border-right: 1px solid #ccc
}

.page #maincontent.switch-orientation .p-w-r .pr-helpful-no {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display footer {
    text-align: right
}

.page #maincontent.switch-orientation .pr-histogram-label {
    text-align: left
}

.page #maincontent.switch-orientation .pr-histogram-count {
    text-align: right
}

.page #maincontent.switch-orientation .pr-histogram-cross {
    text-align: right
}

.page #maincontent.switch-orientation .pr-faceoff-label {
    text-align: right
}

.page #maincontent.switch-orientation .pr-rating-stars,
.page #maincontent.switch-orientation .pr-snippet-rating-decimal {
    float: right
}

.page #maincontent.switch-orientation .pr-snippet-rating-decimal {
    margin-right: 2px;
    margin-left: 0
}

.page #maincontent.switch-orientation .pr-multiselect-button,
.page #maincontent.switch-orientation .pr-rd-sort {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='7.008'%20viewBox='0%200%2011%207.008'%3E%3Cpath%20fill='%23fa3468'%20d='M9.625%200L5.5%204.206%201.375%200%200%201.402l4.125%204.205%201.375%201.4L11%201.403'/%3E%3C/svg%3E") 7% no-repeat
}

.page #maincontent.switch-orientation .pr-rd-search-container input {
    direction: rtl;
    padding: 5px 5px 5px 40px
}

.page #maincontent.switch-orientation .pr-rd-search-reviews-icon-button {
    right: auto;
    left: 0;
    border-radius: 6px 0 0 6px
}

.page #maincontent.switch-orientation .ui-accordion-content .pr-rd-sort-group {
    float: left
}

.page #maincontent.switch-orientation .pr-war .pr-header-title {
    margin-left: 8px;
    margin-right: 0
}

.page #maincontent.switch-orientation .pr-war .pr-header-required {
    display: block;
    width: 100%;
    text-align: left
}

.page #maincontent.switch-orientation .pr-war .btn-group-radio-horizontal-linked .pr-btn+.pr-btn {
    border-left: 1px solid #ccc;
    border-right: 0
}

.page #maincontent.switch-orientation .pr-war .pr-btn-add-tag a {
    text-align: center
}

.page #maincontent.switch-orientation .pr-war .input-add-tag-field {
    border-radius: 0 4px 4px 0
}

.page #maincontent.switch-orientation .pr-war .pr-btn-add-tag-submit {
    border-left: 1px solid #ccc;
    border-right: 0;
    border-radius: 4px 0 0 4px
}

.page #maincontent.switch-orientation .pr-war .pr-cb-tag-container {
    float: right
}

.page #maincontent.switch-orientation .pr-war .pr-cb-tag-container .pr-label-control span {
    margin-right: 0;
    margin-left: 20px
}

@media (min-width: 480px) {
    .page #maincontent.switch-orientation .pr-war .tag-group .pr-cb-tag-container:nth-child(odd) {
        margin-right: 0;
        margin-left: 2%
    }
}

.page #maincontent.switch-orientation .pr-war .pr-btn-fileinput svg {
    margin-right: 0;
    margin-left: 10px
}

.page #maincontent.switch-orientation .pr-war .form-group,
.page #maincontent.switch-orientation .pr-war .form-group input,
.page #maincontent.switch-orientation .pr-war .form-group textarea,
.page #maincontent.switch-orientation .pr-war .pr-bottomline-form-group .btn-group-radio-vertical .pr-btn {
    text-align: right
}

.page #maincontent.switch-orientation .pr-war .pr-media-input-display-thumbnail {
    margin-right: 0;
    margin-left: 10px
}

.page #maincontent.switch-orientation .pr-war .pr-media-input-display-captionGroup-buttons-remove {
    margin-right: 0;
    margin-left: 10px
}

.page #maincontent.switch-orientation .pr-war .pr-checkbox input[type="checkbox"] {
    margin-right: 0
}

.page #maincontent.switch-orientation .pr-war .pr-checkbox span {
    margin-right: 8px
}

.page #maincontent.switch-orientation .thank-you-page h1,
.page #maincontent.switch-orientation .thank-you-page h3,
.page #maincontent.switch-orientation .thank-you-page h4,
.page #maincontent.switch-orientation .thank-you-page a,
.page #maincontent.switch-orientation .thank-you-page .pr-row {
    text-align: right
}

.page #maincontent.switch-orientation .pr-review .pr-helpful-btn.pr-helpful-yes {
    border-right: 0;
    border-right-width: 0;
    border-left: 1px solid #ccc;
    border-left-width: 1px
}

.page #maincontent.switch-orientation .pr-helpful-count {
    padding-right: 3px;
    font-size: 12px
}

.page #maincontent.switch-orientation .pr-rd-subratings.pr-rd-content-block {
    margin-right: 0
}

.page #maincontent.switch-orientation .pr-review-display .pr-rd-def-list dt {
    padding-right: 0;
    padding-left: 15px
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display.pr-rd-display-desktop .pr-accordion-content .pr-rd-subratings.pr-rd-content-block {
    margin-right: 0
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display .pr-flag-review-input[type="radio"] {
    margin-left: 18px !important
}

.page #maincontent.switch-orientation .p-w-r .pr-review-display .pr-flagging-radio {
    margin-right: 0
}

.page #maincontent.switch-orientation .ui-accordion-content .pr-war .btn-group-radio-horizontal-linked .pr-btn+.pr-btn {
    border-right: 1px solid #ccc
}

@media (max-width: 767px) {
    .page #maincontent .rating-review-box .pr-snippet-stars-reco-stars .pr-snippet {
        text-align: center
    }
}

.page #maincontent .pr-root {
    display: inline-block;
    vertical-align: middle
}

.page #maincontent .header-reviews-and-questions .pr-snippet-rating-decimal {
    display: inline-block;
    border: none;
    color: #444;
    font-size: 11px;
    font-weight: 700
}

.page #maincontent .pr-snippet-stars {
    background: transparent
}

.page #maincontent .pr-star-v4 {
    background-size: contain;
    background-repeat: no-repeat
}

.page #maincontent .pr-star-v4-100-filled {
    background-image: url("../webImages/heart-fill.svg")
}

.page #maincontent.high-contrast .pr-star-v4-100-filled {
    background-image: url("../webImages/heart-fill-100.svg")
}

.page #maincontent .pr-star-v4-75-filled {
    background-image: url("../webImages/heart-fill-75.svg")
}

.page #maincontent .pr-star-v4-50-filled {
    background-image: url("../webImages/heart-fill-50.svg")
}

.page #maincontent .pr-star-v4-25-filled {
    background-image: url("../webImages/heart-fill-25.svg")
}

.page #maincontent .pr-star-v4-0-filled {
    background-image: url("../webImages/heart-fill-0.svg")
}

.page #maincontent .pr-snippet-read-and-write {
    margin: 0
}

.page #maincontent .pr-snippet-stars-reco-inline a.pr-snippet-review-count,
.page #maincontent .pr-snippet-stars-reco-inline a.pr-snippet-write-review-link {
    font-family: var(--skin-body-font);
    font-style: normal;
    font-weight: 540;
    font-display: swap;
    font-size: 10px;
    padding: 0;
    font-weight: 540;
    line-height: 25px;
    font-size: 10px !important;
    letter-spacing: 0.5px;
    text-decoration: underline;
    text-transform: lowercase
}

.page #maincontent .pr-snippet-stars-reco-inline a.pr-snippet-review-count:hover,
.page #maincontent .pr-snippet-stars-reco-inline a.pr-snippet-write-review-link:hover {
    text-decoration: none
}

.page #maincontent a.pr-snippet-review-count,
.page #maincontent a.pr-snippet-write-review-link {
    border-bottom-color: #b11030
}

.page #maincontent .pr-snippet-rating-decimal {
    display: none
}

.page #maincontent .pr-snippet-stars-reco-reco {
    display: none
}

.page #maincontent .rating-review-box .pr-snippet-stars-container {
    display: -ms-flexbox;
    display: flex
}

.page #maincontent .rating-review-box .pr-star-v4 {
    width: 14px;
    height: 14px;
    margin-right: 3px
}

.page #maincontent .rating-review-box .pr-snippet-stars-container {
    margin-right: 7px
}

.page #maincontent .rating-review-box .p-w-r {
    margin-left: 0
}

@media (min-width: 984px) {
    .page #maincontent .rating-review-box {
        margin-bottom: 7px
    }
}

.page #maincontent .pr-category-snippet .pr-star-v4 {
    width: 11px;
    height: 11px;
    margin-right: 3px
}

.page #maincontent .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
    display: none
}

.page #maincontent a.pr-snippet-review-count+.pr-snippet-write-review-link {
    display: none
}

.page #maincontent .ui-accordion-content #pr-war-form .form-control {
    font-size: 16px
}

.page #maincontent .ui-accordion-content .modal__body {
    padding: 25px
}

.page #maincontent .ui-accordion-content .pr-file-input-btn-group {
    -ms-flex-align: start;
    align-items: flex-start
}

.page #maincontent .ui-accordion-content .pr-btn-fileinput {
    padding: 15px 0
}

.page #maincontent .pr-header-title {
    font-size: 14px;
    font-family: var(--font-family-bebas);
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px
}

.page #maincontent .pr-header {
    border-bottom: 1px dotted #d1d1d1
}

.page #maincontent .pr-header-table {
    margin: 0
}

.page #maincontent .pr-header-table .table-cell {
    padding: 0
}

.page #maincontent .pr-header-product-img,
.page #maincontent .pr-header-product-img img {
    display: none
}

.page #maincontent .pr-header-product-name {
    color: #fa3468;
    font-size: 12px;
    font-weight: bold
}

.page #maincontent .pr-header-required {
    float: right
}

.page #maincontent .pr-header-required span {
    color: #444;
    font-style: italic;
    font-size: 12px
}

.page #maincontent .pr-control-label span,
.page #maincontent .pr-file-input-label {
    font-size: 12px
}

.page #maincontent .pr-control-label span span,
.page #maincontent .pr-required-indicator {
    color: #444 !important
}

.page #maincontent .pr-helper-text {
    font-size: 12px
}

.page #maincontent .pr-textarea,
.page #maincontent .pr-textinput {
    border-radius: 4px
}

.page #maincontent .pr-has-error .pr-control-label span {
    color: #d00
}

.page #maincontent .pr-subscript,
.page #maincontent .pr-waq-legal-text,
.page #maincontent .pr-waq-legal-text span {
    color: #888;
    font-size: 10px;
    line-height: 14px
}

.page #maincontent .pr-submit div[type="submit"] {
    float: right !important;
    border-radius: 6px;
    cursor: pointer;
    background-color: #333;
    border: none;
    color: white;
    font-size: 26px;
    font-family: var(--skin-body-font);
    letter-spacing: 0;
    font-variant-ligatures: common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: normal;
    padding: 15px 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -ms-user-select: none;
    user-select: none;
    transition-duration: 0.15s;
    transition-property: color, background-color;
    transition-timing-function: ease-in
}

.page #maincontent .pr-submit div[type="submit"]:hover {
    color: #fff;
    background-color: #757a79
}

.page #maincontent .p-w-r .pr-loading-indicator {
    margin: 10% auto;
    border: none;
    font-size: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0);
    position: relative;
    text-indent: -9999em;
    animation: benefit-loader 1.1s infinite ease;
    transform: translateZ(0)
}

.page #maincontent #pr-question-form-content .pr-header-title+a {
    display: none
}

.page #maincontent .pr-qa-display-thankyou-headline {
    width: 100%;
    padding: 40px 0;
    background-color: #e9f8f6;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    font-size: 18px;
    font-weight: normal;
    text-align: center
}

.page #maincontent .pr-question-submitted {
    padding: 0
}

.page #maincontent .pr-war .pr-table-cell {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 10px
}

.page #maincontent .pr-war .pr-btn {
    font-family: var(--skin-body-font)
}

.page #maincontent .pr-war .tag-container .pr-btn-add-tag a {
    width: 100%;
    background-color: white;
    color: #39c5b5;
    font-size: 10px;
    border-top: 1px;
    border-color: #a8e1db;
    border-radius: 4px;
    border-width: 1px;
    border-style: dashed
}

.page #maincontent .pr-war #pr-userspecifiedattributes .pr-btn-add-tag a::before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='auto'%20viewBox='0%200%2020.016%2020.016'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='%2336BCAD'%20d='M2.93%202.93c3.91-3.907%2010.246-3.907%2014.154%200s3.908%2010.246%200%2014.154-10.244%203.908-14.153%200C-.976%2013.176-.976%206.84%202.93%202.93z'/%3E%3Cpath%20fill='%23FFF'%20d='M14.016%209.015h-3v-3c0-.552-.448-1-1-1s-1%20.448-1%201v3h-3c-.552%200-1%20.448-1%201%200%20.553.448%201%201%201h3v3c0%20.553.448%201%201%201%20.553%200%201-.447%201-1v-3h3c.553%200%201-.447%201-1%200-.552-.448-1-1-1z'/%3E%3C/svg%3E")
}

.page #maincontent .pr-war #pr-userspecifiedattributes .pr-btn-add-tag a::after {
    content: ""
}

.page #maincontent .pr-war .input-add-tag-field {
    border-radius: 4px 0 0 4px
}

.page #maincontent .pr-war .pr-btn-add-tag-submit {
    background-color: #444;
    color: white;
    border-color: #444;
    border-radius: 0 4px 4px 0
}

@media (min-width: 480px) {
    .page #maincontent .pr-war .pr-cb-tag-container {
        width: auto
    }
}

.page #maincontent .pr-war .pr-cb-tag-container .pr-label-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 8px;
    background-color: #ddf5f2;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold
}

.page #maincontent .pr-war .pr-cb-tag-container .pr-label-control::after {
    content: "\2715";
    color: #39c5b5
}

.page #maincontent .pr-war .pr-cb-tag-container .pr-label-control span {
    margin-right: 20px;
    color: #39c5b5
}

.page #maincontent .pr-war .pr-clear-all-radios {
    padding: 2px 8px;
    background-color: #ddf5f2;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #39c5b5
}

.page #maincontent .pr-war .pr-file-input-label {
    min-width: 80px
}

.page #maincontent .pr-war .pr-btn-fileinput {
    background-color: #fa3468;
    color: white;
    font-family: var(--skin-body-font);
    font-size: 10px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
    transition-duration: 0.15s;
    transition-property: color, background-color;
    transition-timing-function: ease-in
}

.page #maincontent .pr-war .pr-btn-fileinput svg {
    height: 15px;
    width: auto
}

.page #maincontent .pr-war .pr-btn-fileinput svg circle {
    fill: white
}

.page #maincontent .pr-war .pr-btn-fileinput svg g path {
    fill: white;
    stroke: #fa3468
}

.page #maincontent .pr-war .pr-btn-fileinput svg g polygon {
    fill: #fa3468
}

.page #maincontent .pr-war .pr-btn-fileinput:hover {
    background-color: #333
}

.page #maincontent .pr-war .pr-btn-fileinput:hover svg g path {
    stroke: #333
}

.page #maincontent .pr-war .pr-btn-fileinput:hover svg g polygon {
    fill: #333
}

.page #maincontent .pr-war .pr-subscript {
    margin-bottom: 20px
}

.page #maincontent .thank-you-page .pr-rating-number,
.page #maincontent .thank-you-page .pr-rating-date {
    display: none
}

.page #maincontent .thank-you-page h1 {
    font-family: var(--skin-header-font);
    letter-spacing: 0;
    font-variant-ligatures: common-ligatures;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.page #maincontent .thank-you-page .pr-text,
.page #maincontent .thank-you-page span,
.page #maincontent .thank-you-page h3 {
    color: #888
}

.page #maincontent .thank-you-page h3 {
    font-size: 14px;
    font-weight: 100
}

.page #maincontent .thank-you-page b {
    font-weight: bold
}

.page #maincontent .thank-you-page .header {
    border-bottom: 1px dotted #d1d1d1
}

.page #maincontent .thank-you-page .header h5 a {
    display: none
}

.page #maincontent .thank-you-page .pr-text:first-child {
    margin-top: 5px;
    margin-bottom: 20px
}

.page #maincontent .thank-you-page .pr-text b,
.page #maincontent .thank-you-page .pr-text span {
    font-size: 12px
}

.page #maincontent .thank-you-page .pr-star-v4 {
    width: 13px;
    height: 13px;
    margin-right: 6px
}

.page #maincontent .thank-you-page .pr-rating-stars {
    margin-top: 20px;
    margin-bottom: 10px
}

.page #maincontent .thank-you-page .pr-row img {
    padding: 20px 0 10px
}

.page #maincontent .thank-you-page .pr-row .text {
    color: #888;
    font-size: 10px
}

.page #maincontent.high-contrast .modal__body {
    background: white
}

.page #maincontent.high-contrast .pr-rd-reviewer-details .pr-rd-author-submission-date time,
.page #maincontent.high-contrast .pr-rd-reviewer-details .pr-rd-details span,
.page #maincontent.high-contrast .pr-review-snapshot-faceoff .pr-faceoff-review,
.page #maincontent.high-contrast .pr-review .pr-rd-description-text,
.page #maincontent.high-contrast .pr-review .pr-rd-def-list dd,
.page #maincontent.high-contrast .pr-rd-search-reviews-input input::-webkit-input-placeholder,
.page #maincontent.high-contrast .pr-helper-text,
.page #maincontent.high-contrast #reviews-and-questions .product-review-links .selected,
.page #maincontent.high-contrast .pr-war .tag-container .pr-btn-add-tag a {
    color: #2a2a2a
}

.page #maincontent.high-contrast .pr-rd-reviewer-details .pr-rd-author-submission-date time,
.page #maincontent.high-contrast .pr-rd-reviewer-details .pr-rd-details span,
.page #maincontent.high-contrast .pr-review-snapshot-faceoff .pr-faceoff-review,
.page #maincontent.high-contrast .pr-review .pr-rd-description-text,
.page #maincontent.high-contrast .pr-review .pr-rd-def-list dd,
.page #maincontent.high-contrast .pr-rd-search-reviews-input input:-ms-input-placeholder,
.page #maincontent.high-contrast .pr-helper-text,
.page #maincontent.high-contrast #reviews-and-questions .product-review-links .selected,
.page #maincontent.high-contrast .pr-war .tag-container .pr-btn-add-tag a {
    color: #2a2a2a
}

.page #maincontent.high-contrast .pr-rd-reviewer-details .pr-rd-author-submission-date time,
.page #maincontent.high-contrast .pr-rd-reviewer-details .pr-rd-details span,
.page #maincontent.high-contrast .pr-review-snapshot-faceoff .pr-faceoff-review,
.page #maincontent.high-contrast .pr-review .pr-rd-description-text,
.page #maincontent.high-contrast .pr-review .pr-rd-def-list dd,
.page #maincontent.high-contrast .pr-rd-search-reviews-input input::placeholder,
.page #maincontent.high-contrast .pr-helper-text,
.page #maincontent.high-contrast #reviews-and-questions .product-review-links .selected,
.page #maincontent.high-contrast .pr-war .tag-container .pr-btn-add-tag a {
    color: #2a2a2a
}

.page #maincontent.high-contrast .pr-media-card-content-text-readreview,
.page #maincontent.high-contrast .pr-flag-review-btn-cancel,
.page #maincontent.high-contrast .pr-review .pr-accordion-btn span {
    color: #b11030
}

.page #maincontent.high-contrast .pr-flag-review-btn.pr-flag-review-btn-submit {
    background: #b11030
}

.page #maincontent.high-contrast .pr-flag-review-btn-submit:focus {
    color: white
}

.page #maincontent .pr-thumbs-icon.pr-thumbs-icon-up {
    transform: rotate(180deg) translate(4px, 4px) !important
}

.page .pr-userspecifiedattributes-form-group .input-group.input-add-tag {
    min-height: 0
}

.page .p-w-r .pr-media-modal .overlay--dark {
    opacity: 1;
    pointer-events: auto
}

.page #maincontent .product-right-section .pr-snippet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.page #maincontent .pr-reviewdisplay .pr-snippet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page #maincontent #pr-questiondisplay,
.page #maincontent #pr-image-display {
    display: none
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-review-snapshot-block a.pr-snippet-write-review-link {
        height: 46.29px !important;
        max-width: 224px;
        margin: auto
    }
}

@media (max-width: 991.96px) {
    .page #maincontent .pr-review-snapshot-block a.pr-snippet-write-review-link .pr-review-snapshot-block .pr-snippet {
        height: 46.29px !important;
        max-width: 224px;
        margin: auto
    }
}

@media (max-width: 991.96px) {
    .page #maincontent .p-w-r .pr-review-snapshot.pr-snapshot-mobile .pr-review-snapshot-simple .pr-review-snapshot-snippets {
        text-align: center
    }
}

@media (max-width: 991.96px) {

    .page #maincontent .p-w-r .pr-read-review .pr-rd-main-header-with-filters .pr-rd-main-header-search-sort,
    .page #maincontent .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-main-header-search-sort {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page #maincontent .p-w-r .pr-read-review .pr-rd-main-header-with-filters .pr-rd-main-header-search-sort .pr-rd-search-container,
    .page #maincontent .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-main-header-search-sort .pr-rd-search-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.page .product-tile .product-grid .p-w-r .pr-snippet div,
.page .product-tile .product-grid .p-w-r .pr-snippet span {
    vertical-align: auto
}

.page .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
    font-size: 48px;
    margin-bottom: 10px;
    text-align: center
}

.page .pr-rd-main-header {
    padding: 0
}

@media (max-width: 991.96px) {
    .page .pr-rd-main-header {
        margin-bottom: 0;
        border-top: 1px solid #d1d1d1
    }

    .page .pr-rd-main-header .pr-review {
        border-top: 2px dotted #d1d1d1 !important;
        padding-top: 20px;
        font-family: var(--skin-body-font-bold);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768.98px) {
    .p-w-r .pr-multiselect .pr-multiselect-button {
        width: 100% !important
    }
}

@media (max-width: 991.96px) {

    #maincontent .pr-multiselect.pr-multiselect-button-age,
    #maincontent .pr-multiselect.pr-multiselect-button-skintone,
    #maincontent .pr-multiselect.pr-multiselect-button-eyecolor {
        width: 100% !important
    }
}

#maincontent .p-w-r .pr-read-review span,
#maincontent .p-w-r .pr-read-review time,
#maincontent .p-w-r .pr-review-display span,
#maincontent .p-w-r .pr-review-display time {
    color: black
}

#maincontent .pr-helpful-voting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

#maincontent .pr-helpful-voting button {
    font-size: 12px
}

#maincontent .pr-helpful-voting span.pr-helpful-count {
    font-size: 12px
}

#maincontent .pr-helpful-voting .pr-helpful-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#maincontent .pr-rd-main-footer {
    border-bottom: none
}

#maincontent .pr-rd-main-footer .pr-rd-content-block {
    border-top: 1px solid #d1d1d1;
    padding: 10px
}

#maincontent .pr-rd-main-footer .pr-rd-content-block .pr-rd-inner-content-block {
    font-size: 12px
}

#maincontent .pr-rd-main-footer .pr-rd-content-block .pr-rd-inner-content-block span {
    font-size: 12px
}

#maincontent .pr-rd-main-footer .pr-rd-pagination {
    border-bottom: none;
    border-top: none
}

#maincontent .pr-rd-main-footer .pr-rd-pagination a.pr-rd-pagination-btn--next span {
    display: none
}

#maincontent .p-w-r .pr-read-review .pr-rd-helpful-action-btn-group button span {
    font-size: 12px
}

#maincontent .p-w-r input:focus+label.pr-star-v4,
#maincontent .p-w-r input:focus+label.pr-star-v4-0-filled,
#maincontent .p-w-r input:focus+label.pr-star-v4-100-filled {
    background-color: transparent;
    outline: 3px solid #000
}

.highContrast .page #maincontent .pr-review .pr-accordion-btn span {
    color: #000
}

.highContrast .page #maincontent .pr-review .pr-rd-helpful-text {
    color: #000
}

.highContrast .page #maincontent .pr-review .pr-rd-description-text {
    color: #000
}

.highContrast .page #maincontent .pr-review .pr-rd-image-container figcaption {
    color: #000
}

.highContrast .page #maincontent .pr-rd-reviewer-details .pr-rd-author-nickname span {
    color: #000
}

.highContrast .page #maincontent .p-w-r .pr-rd-flag-review-btn {
    color: #000
}

.error-page-title {
    font-family: var(--skin-body-font-expanded);
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    font-size: 95px;
    font-weight: 500;
    line-height: 88.5px;
    letter-spacing: 0;
    margin-bottom: 52px;
    text-align: center;
    text-transform: uppercase;
    background-image: radial-gradient(circle, #000 50%, transparent 50%);
    background-position: center center;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: 185% 400%;
    animation: outline-to-solid 8s ease forwards;
    animation-delay: 3s;
    padding: 1.875rem 0
}

@media (max-width: 991.96px) {
    .error-page-title {
        font-size: 50px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: 1px
    }
}

.error-page-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bg-color-medium-pink);
    background-image: url("../../images/error-page-shapes.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 689px
}

@media (max-width: 991.96px) {
    .error-page-container {
        background-image: url("../../images/error-page-shapes-mobile.svg");
        min-height: 600px;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain
    }
}

.error-page-container .not-found-page__cta-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.error-page-container .btn-primary {
    width: 154px;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    white-space: nowrap
}

@media (max-width: 991.96px) {
    .error-page-container .btn-primary {
        min-width: 126px
    }
}

.error-page-code {
    font-family: var(--font-family-bebas);
    font-style: normal;
    font-weight: 470;
    font-display: swap;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 27px;
    text-transform: uppercase
}

@media (max-width: 991.96px) {
    .error-page-code {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px
    }
}

@keyframes outline-to-solid {
    0% {
        background-size: 0% 0%
    }

    10% {
        background-size: 0% 100%
    }

    100% {
        background-size: 1000% 1000%;
        -webkit-text-stroke-width: 0
    }
}

.pore-analysis-tool-modal .close,
.virtual-try-on-modal .close,
.brow-try-on-modal .close {
    background-image: url(../../images/common/close-white.svg);
    background-size: contain;
    width: 32px;
    height: 32px
}

@media (max-width: 991.96px) {

    .pore-analysis-tool-modal .close,
    .virtual-try-on-modal .close,
    .brow-try-on-modal .close {
        background-image: url(../../images/common/close-mobile.svg);
        width: 20px;
        height: 20px;
        right: 10px;
        top: 5px;
        position: relative
    }
}

.pore-analysis-tool-modal .modal-content,
.virtual-try-on-modal .modal-content,
.brow-try-on-modal .modal-content {
    border-radius: 0
}

.pore-analysis-tool-modal .modal-dialog,
.virtual-try-on-modal .modal-dialog,
.brow-try-on-modal .modal-dialog {
    height: 100%;
    width: 100%
}

.pore-analysis-tool-modal .modal-header,
.virtual-try-on-modal .modal-header,
.brow-try-on-modal .modal-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    width: -webkit-fit-content;
    width: fit-content;
    right: 0
}

.pore-analysis-tool-modal .modal-header,
.pore-analysis-tool-modal .modal-body,
.virtual-try-on-modal .modal-header,
.virtual-try-on-modal .modal-body,
.brow-try-on-modal .modal-header,
.brow-try-on-modal .modal-body {
    padding: 0
}

.pore-analysis-tool-modal .modal-footer,
.virtual-try-on-modal .modal-footer,
.brow-try-on-modal .modal-footer {
    display: none
}

@media (max-width: 991.96px) {

    .pore-analysis-tool-modal .modal-content,
    .virtual-try-on-modal .modal-content,
    .brow-try-on-modal .modal-content {
        border: none
    }

    .pore-analysis-tool-modal .modal-dialog,
    .virtual-try-on-modal .modal-dialog,
    .brow-try-on-modal .modal-dialog {
        margin: 0;
        max-height: none
    }
}

.pore-analysis-tool-modal .modal-content,
.virtual-try-on-modal .modal-content,
.brow-try-on-modal .modal-content {
    background-color: transparent;
    border: none
}

.pore-analysis-tool-modal #YMK-module-iframe,
.virtual-try-on-modal #YMK-module-iframe,
.brow-try-on-modal #YMK-module-iframe {
    background-color: transparent !important
}

.pore-analysis-tool-modal .close {
    display: none
}

.pore-analysis-tool-modal .modal-dialog {
    max-width: -webkit-fit-content;
    max-width: fit-content
}

.virtual-try-on-modal .close {
    background-image: url(../../images/common/close-mobile.svg);
    background-color: #fff
}

.virtual-try-on-modal .modal-dialog {
    max-height: 640px;
    max-width: 480px
}

.virtual-try-on-modal .modal-content {
    height: 640px
}

.brow-try-on-modal .modal-dialog {
    max-height: 700px;
    max-width: 1028px
}

@media (max-width: 991.96px) {
    .brow-try-on-modal .modal-dialog {
        height: unset;
        max-height: unset
    }
}

.brow-try-on-modal .modal-content {
    max-height: 700px;
    height: 100%
}

@media (max-width: 991.96px) {
    .brow-try-on-modal .modal-content {
        height: unset;
        max-height: unset
    }
}

#bx_bnv_iframe {
    z-index: 10000
}

html.booxi-modal-open {
    overflow: visible
}

.ticker-breaker {
    white-space: nowrap
}

@media (max-width: 991.96px) {
    .ticker-breaker {
        top: 40%;
        transform: translateY(-40%)
    }
}

.ticker-breaker.small-outline {
    font-size: 75px;
    line-height: 75px;
    top: 40%;
    transform: translateY(-40%)
}

@media (max-width: 991.96px) {
    .ticker-breaker.small-outline {
        font-size: 35px;
        line-height: 35px
    }
}

.ticker-breaker__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ticker-breaker__container--small-outline {
    height: 150px;
    padding: 27px 0px 48px 0px;
    -ms-flex-align: center;
    align-items: center
}

.ticker-breaker__container--small-outline h2.ticker-breaker {
    -webkit-text-stroke-width: 1;
    font-size: 75px;
    font-style: normal;
    font-weight: 590;
    line-height: 100%;
    letter-spacing: -0.75px;
    text-transform: uppercase
}

@media (max-width: 991.96px) {
    .ticker-breaker__container--small-outline {
        height: 75px;
        display: -ms-flexbox;
        display: flex;
        padding: 14px 0px 26px 0px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center
    }

    .ticker-breaker__container--small-outline h2.ticker-breaker {
        font-size: 35px;
        font-style: normal;
        line-height: 100%;
        letter-spacing: -0.35px;
        text-transform: uppercase
    }
}

.ticker-breaker__container--medium-outline {
    height: 200px;
    padding: 7px 0px 43px 0px;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 34px
}

.ticker-breaker__container--medium-outline h2.ticker-breaker {
    font-size: 150px;
    font-style: normal;
    font-weight: 590;
    line-height: 150px;
    letter-spacing: -1.5px;
    text-transform: uppercase
}

@media (max-width: 991.96px) {
    .ticker-breaker__container--medium-outline {
        height: 95px;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 0px 28px 0px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center
    }

    .ticker-breaker__container--medium-outline h2.ticker-breaker {
        font-size: 55px;
        font-style: normal;
        line-height: 100%;
        letter-spacing: -0.55px;
        text-transform: uppercase
    }
}

.ticker-breaker__container--large-outline {
    height: 300px;
    padding-bottom: 68px;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 43px
}

.ticker-breaker__container--large-outline h2.ticker-breaker {
    font-size: 250px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -2.5px;
    text-transform: uppercase
}

@media (max-width: 991.96px) {
    .ticker-breaker__container--large-outline {
        height: 125px;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0px 35px 0px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center
    }

    .ticker-breaker__container--large-outline h2.ticker-breaker {
        font-size: 75px;
        font-style: normal;
        font-weight: 590;
        line-height: 100%;
        letter-spacing: -0.75px;
        text-transform: uppercase
    }
}

.cross-sell-carousel-container {
    background: #fcead8;
    background-image: url("../webImages/shapes/circular-dot-patterns.png");
    background-repeat: no-repeat;
    background-position: right 22%;
    background-size: 29%
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container {
        background-position: right 20%;
        background-size: 43%;
        padding-bottom: 32px
    }
}

.cross-sell-carousel-container .cross-sell-carousel-wrapper {
    margin: 0 auto
}

.cross-sell-carousel-container .cross-sell-carousel-wrapper .swiper.swiper-initialized.swiper-horizontal {
    height: -webkit-max-content;
    height: max-content
}

.cross-sell-carousel-container .cross-sell-carousel-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 44px
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .cross-sell-carousel-header {
        padding-top: 50px
    }
}

.cross-sell-carousel-container .cross-sell-carousel-header .cross-sell-carrousel__subtitle,
.cross-sell-carousel-container .cross-sell-carousel-header .cross-sell-carrousel__title {
    text-align: center
}

.cross-sell-carousel-container .cross-sell-carousel-header .cross-sell-carrousel__subtitle {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: var(--font-family-bebas)
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .cross-sell-carousel-header .cross-sell-carrousel__subtitle {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 1rem
    }
}

.cross-sell-carousel-container .cross-sell-carousel-header .cross-sell-carrousel__title {
    margin-bottom: 43px;
    line-height: 4.6875rem;
    font-size: 4.6875rem
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .cross-sell-carousel-header .cross-sell-carrousel__title {
        margin-bottom: 20px;
        line-height: 38px;
        font-size: 35px;
        width: 351px;
        padding: 0 25px;
        text-transform: capitalize
    }
}

.cross-sell-carousel-container .product-tile__power-reviews {
    height: 20px
}

.cross-sell-carousel-container .swiper {
    padding-right: 0
}

.cross-sell-carousel-container .swiper .swiper-wrapper {
    opacity: 0
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper {
        margin-bottom: 24px
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide {
    max-width: 411px;
    height: 610px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide {
        border-radius: 10px;
        max-width: 261px;
        height: auto
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product {
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    margin: 0;
    height: 100%;
    min-height: 100%
}

@media (max-width: 1313.98px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile {
        width: 275.72px;
        max-width: 275.72px
    }
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile {
        border-radius: 10px;
        min-height: 100%;
        height: 100%;
        width: 241.66px;
        max-width: 241.66px
    }
}

@media (max-width: 543.98px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile {
        width: 257.55px;
        max-width: 257.55px
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container {
    overflow: initial;
    height: 433.98px
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container {
        height: 288.25px
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .tile-image {
    border-radius: 20px 20px 0 0;
    max-height: 434px
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .tile-image {
        max-height: 288.26px;
        border-radius: 10px 10px 0 0
    }
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .tile__img-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: end;
        align-items: flex-end;
        max-height: 288.269px
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .tile__img-wrapper .tile-image {
        max-height: 288.269px;
        object-fit: contain
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .tile__img-wrapper .tile-image.secondary-tile-image {
        object-fit: cover;
        max-height: 288.269px
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .tile__img-wrapper img {
        width: 100%;
        height: 100%
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .cart-and-ipay {
    padding-bottom: 0;
    width: auto
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .cart-and-ipay .no-padding {
    padding: 0;
    height: 100%
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .cart-and-ipay .no-padding .add-to-cart-global {
    width: 100%;
    height: 40px
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container .cart-and-ipay .no-padding .add-to-cart-global {
        height: 32.51px
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .sticker h5.tile__badge__text {
    line-height: 13px
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .sticker h5.tile__badge__text {
        line-height: 14px
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .image-container__product-link {
    height: auto
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -ms-flex-pack: end;
    justify-content: end
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body {
        padding: 15px 10px
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .pdp-link,
.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .sales,
.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .value {
    font-family: var(--font-family-bebas); font-weight:100;
    font-weight: 560;
    line-height: 25px;
    font-size: 12px
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .pdp-link {
    margin-top: 7px
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .pdp-link {
        line-height: 16px;
        margin: 0
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .reviews {
    margin-bottom: 4px
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .reviews .reviews-count {
    text-decoration: none;
    font-size: 10px;
    font-weight: 540;
    line-height: 20px
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .reviews .heart-icon {
    width: 12.5px;
    height: 14px
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .pdp-link .link {
    font-weight: 470;
    line-height: 24px;
    font-size: 18px
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .pr-category-snippet {
    margin: 0
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .pr-category-snippet .pr-category-snippet {
    margin: 0
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .pdp-link .link {
        font-size: 12px;
        line-height: 16px
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .reviews .reviews-count {
        text-decoration: none
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .reviews .heart-icon {
        width: 11px;
        height: 12px
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .cart-and-ipay {
        padding-bottom: 0
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .cart-and-ipay .no-padding {
        padding: 0;
        height: 100%
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .cart-and-ipay .no-padding .add-to-cart-global {
        width: 100%
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .attribute-sizes__wrapper {
        padding-right: 0
    }

    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .attribute-sizes__wrapper .attribute-sizes {
        text-align: end
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .short-description {
    max-height: unset;
    overflow: unset;
    font-size: 12px
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .short-description .product-tile__short-description-text {
    line-height: 20px
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body .short-description .product-tile__short-description-text {
        font-size: 9px;
        line-height: 16px
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body-footer {
    margin-top: 0
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body-footer:has(.cart-and-ipay) .attribute-sizes {
        white-space: nowrap
    }
}

.cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body-footer .attribute-sizes {
    font-size: 10px;
    font-weight: 540;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-wrapper .swiper-slide .product .product-tile .tile-body-footer .attribute-sizes {
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 10px;
        max-width: 64px;
        line-height: 13px
    }
}

.cross-sell-carousel-container .swiper .product-tile__footer__wrapper {
    padding: 0
}

.cross-sell-carousel-container .swiper .swiper-pagination {
    margin-top: 57px;
    padding-bottom: 57px;
    position: static;
    transform: unset
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-pagination {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        width: auto;
        top: 0;
        transform: none;
        margin-top: 0;
        padding-bottom: 0
    }
}

.cross-sell-carousel-container .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 87px;
    height: 2px;
    border-radius: 0;
    background-color: black;
    margin-bottom: 0
}

@media (max-width: 991.96px) {
    .cross-sell-carousel-container .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 13px
    }
}

.cross-sell-carousel-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important
}

.cross-sell-carousel-container .swiper .swiper-button-next,
.cross-sell-carousel-container .swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 43.5%
}

.cross-sell-carousel-container .swiper .swiper-button-prev {
    left: 5%;
    transform: translateX(-50%)
}

.cross-sell-carousel-container .swiper .swiper-button-next {
    left: 95%;
    transform: translateX(-50%)
}

.cross-sell-carousel-container .swiper .swiper-button-prev.swiper-button-disabled,
.cross-sell-carousel-container .swiper .swiper-button-next.swiper-button-disabled {
    pointer-events: inherit
}

.cross-sell-carousel-container .swiper-button-next,
.cross-sell-carousel-container .swiper-button-prev {
    opacity: 1;
    transition: 0.5s ease-in-out
}

.cross-sell-carousel-container .swiper-button-disabled {
    opacity: 0.4 !important
}

@media (min-width: 769px) {
    .cross-sell-carousel-container .cross-sell-carousel-swiper-center .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        transform: translate3d(0, 0, 0) !important
    }

    .cross-sell-carousel-container .cross-sell-carousel-swiper-center .swiper-pagination {
        visibility: hidden
    }
}

.cross-sell-carousel-container .price__default__strike-wrapper {
    display: none
}

@media (min-width: 769px) {
    .cross-sell-carousel-container .price__default__strike-wrapper {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1314px) {
    .cross-sell-carousel-container-with-padding .cross-sell-carousel-wrapper .swiper.swiper-initialized.swiper-horizontal {
        padding-left: 87px
    }
}

@media (min-width: 769px) {
    .cross-sell-carousel-container-with-padding {
        padding-left: 60px
    }
}

@media (min-width: 1314px) {
    .cross-sell-carousel-container:not(.cross-sell-carousel-container-with-padding) .cross-sell-carousel-wrapper .swiper.swiper-initialized.swiper-horizontal {
        padding-left: 7.5px
    }
}

@media (max-width: 543.98px) {
    #find-a-store .experience-commerce_assets-contentEmbedder {
        min-height: 784px;
        overflow: auto
    }
}

@media (max-width: 543.98px) {
    #locator_iframe17147 {
        overflow: auto !important
    }
}

#locator_loading17147 {
    position: fixed
}

@media (max-width: 768.98px) {
    .findation-mobile {
        min-height: 100vh !important
    }
}

@supports (-webkit-touch-callout: none) {
    .findation-mobile {
        position: fixed !important
    }
}

.no-scroll {
    overflow: hidden
}

.sign-in-modal .password-validation,
.order-confirm-create-account .password-validation,
#maincontent .account__section-container .password-validation,
.card .card-body .password-validation {
    gap: 3px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10px;
    padding: 0 24px;
    margin: 12px 0 25px
}

@media (max-width: 991.96px) {

    .sign-in-modal .password-validation,
    .order-confirm-create-account .password-validation,
    #maincontent .account__section-container .password-validation,
    .card .card-body .password-validation {
        font-size: 9px;
        padding: 0 18px;
        margin: 11px 0 30px
    }
}

.sign-in-modal .password-validation-rules,
.order-confirm-create-account .password-validation-rules,
#maincontent .account__section-container .password-validation-rules,
.card .card-body .password-validation-rules {
    opacity: 0.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -ms-flex: 0 0 calc(33.333% - 10.67px);
    flex: 0 0 calc(33.333% - 10.67px)
}

@media (max-width: 991.96px) {

    .sign-in-modal .password-validation-rules,
    .order-confirm-create-account .password-validation-rules,
    #maincontent .account__section-container .password-validation-rules,
    .card .card-body .password-validation-rules {
        -ms-flex: 0 0 calc(50% - 10.67px);
        flex: 0 0 calc(50% - 10.67px)
    }
}

.sign-in-modal .password-validation-rules::before,
.order-confirm-create-account .password-validation-rules::before,
#maincontent .account__section-container .password-validation-rules::before,
.card .card-body .password-validation-rules::before {
    content: '';
    background-image: url("../images/password-validation-error.svg");
    width: 11px;
    height: 11px;
    display: inherit
}

.sign-in-modal .password-validation-rules.valid,
.order-confirm-create-account .password-validation-rules.valid,
#maincontent .account__section-container .password-validation-rules.valid,
.card .card-body .password-validation-rules.valid {
    opacity: 1
}

.sign-in-modal .password-validation-rules.valid::before,
.order-confirm-create-account .password-validation-rules.valid::before,
#maincontent .account__section-container .password-validation-rules.valid::before,
.card .card-body .password-validation-rules.valid::before {
    background-image: url("../images/password-validation-success.svg")
}

.sign-in-modal .show-password,
.order-confirm-create-account .show-password,
#maincontent .account__section-container .show-password,
.card .card-body .show-password {
    background-image: url("../images/hide-password-icon.svg");
    position: absolute;
    right: 20px;
    top: 18px;
    width: 28px;
    height: 19.368px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 28.00 / 19.37;
    cursor: pointer
}

@media (max-width: 991.96px) {

    .sign-in-modal .show-password,
    .order-confirm-create-account .show-password,
    #maincontent .account__section-container .show-password,
    .card .card-body .show-password {
        right: 16px;
        top: 14px
    }
}

.sign-in-modal .show-password.show,
.order-confirm-create-account .show-password.show,
#maincontent .account__section-container .show-password.show,
.card .card-body .show-password.show {
    background-image: url("../images/show-password-icon.svg")
}

html:has(.maintenance-page),
body:has(.maintenance-page) {
    height: 100%
}

.maintenance-page {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto
}

.maintenance-page nav .navbar-header .logo-home {
    -ms-flex-pack: center;
    justify-content: center
}

.maintenance-page nav .brand img {
    width: 120px
}

@media (max-width: 991.96px) {
    .maintenance-page nav .brand {
        width: 120px
    }
}

.maintenance-page nav .header,
.maintenance-page nav .navbar-header {
    height: 75px
}

.body-maintenance-text {
    font-family: var(--skin-body-font-expanded);
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    font-size: 95px;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: 0;
    margin-bottom: 52px;
    text-align: center;
    text-transform: uppercase;
    background-image: radial-gradient(circle, #000 50%, transparent 50%);
    background-position: center center;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: 185% 400%;
    animation: outline-to-solid 8s ease forwards;
    animation-delay: 3s;
    padding: 1.875rem 0
}

@media (max-width: 991.96px) {
    .body-maintenance-text {
        font-size: 50px;
        font-weight: 500;
        line-height: 55px;
        letter-spacing: 1px
    }
}

.heading-maintenance-text {
    font-family: var(--font-family-bebas);
    font-style: normal;
    font-weight: 470;
    font-display: swap;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 991.96px) {
    .heading-maintenance-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px
    }
}

.maintenance-page-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bg-color-medium-pink);
    background-image: url("../../images/error-page-shapes.svg");
    background-repeat: no-repeat;
    background-position: center bottom
}

@media (max-width: 991.96px) {
    .maintenance-page-container {
        background-image: url("../../images/error-page-shapes-mobile.svg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain
    }
}

.maintenance-page-container .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0;
    min-height: 563px
}

@media (max-width: 991.96px) {
    .maintenance-page-container .container {
        margin: 30px auto;
        min-height: 540px
    }
}

.maintenance-footer {
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.maintenance-footer .footer-section-bottom {
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center
}