<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Hind+Vadodara:400,600&amp;display=swap);@import url(https://fonts.googleapis.com/css2?family=Balthazar&amp;family=Montserrat:wght@400;

500;600;700&amp;family=Roboto:wght@400;500;700;900&amp;display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&amp;display=swap);@import url(https://fonts.googleapis.com/css2?family=Balthazar&amp;family=Montserrat:wght@400;500;600;700&amp;family=Roboto:wght@400;500;700;900&amp;display=swap);@charset "UTF-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #CCB8B4;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #70A288;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1D1C22;
    --secondary: #CCB8B4;
    --success: #70A288;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #F4F4F4;
    --dark: #343a40;
    --gray-blue: #44404F;
    --green: #70A288;
    --dark-green: #203c34;
    --white: #ffffff;
    --gray: #4D5058;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --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: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    text-align: left;
    background-color: #FFFFFF;
}

[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: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    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: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

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

a:hover {
    color: black;
    text-decoration: underline;
}

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

a:not([href]):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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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: 0.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: 0.5rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.375rem;
}

h2,
.h2 {
    font-size: 1.9rem;
}

h3,
.h3 {
    font-size: 1.6625rem;
}

h4,
.h4 {
    font-size: 1.425rem;
}

h5,
.h5 {
    font-size: 1.1875rem;
}

h6,
.h6 {
    font-size: 0.95rem;
}

.lead {
    font-size: 1.1875rem;
    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 rgba(0, 0, 0, 0.1);
}

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

mark,
.mark {
    padding: 0.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: 0.5rem;
}

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

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

.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: 0.25rem;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

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

a &gt; code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.2rem;
    box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

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

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,
#product-holder .row-product-navigation-bar.sticky {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    #product-holder .row-product-navigation-bar.sticky {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    #product-holder .row-product-navigation-bar.sticky {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    #product-holder .row-product-navigation-bar.sticky {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    #product-holder .row-product-navigation-bar.sticky {
        max-width: 1350px;
    }
}

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

@media (min-width: 576px) {
    .container-sm,
    .container,
    #product-holder .row-product-navigation-bar.sticky {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container,
    #product-holder .row-product-navigation-bar.sticky {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container,
    #product-holder .row-product-navigation-bar.sticky {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container,
    #product-holder .row-product-navigation-bar.sticky {
        max-width: 1350px;
    }
}

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

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

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

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
body .header .mini-cart .mini-cart-buttons .mini-cart-buttons-row &gt; *,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

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

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

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

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

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

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-6,
    body .header .mini-cart .mini-cart-buttons .mini-cart-buttons-row &gt; * {
        flex: 0 0 50%;
        max-width: 50%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

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

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

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

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

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

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

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

.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: #000000;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
    background-color: #c0bfc1;
}

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

.table-hover .table-primary:hover {
    background-color: #b3b2b4;
}

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
    background-color: #b3b2b4;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
    background-color: #f1ebea;
}

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

.table-hover .table-secondary:hover {
    background-color: #e7dcdb;
}

.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
    background-color: #e7dcdb;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
    background-color: #d7e5de;
}

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

.table-hover .table-success:hover {
    background-color: #c8dbd1;
}

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
    background-color: #c8dbd1;
}

.table-info,
.table-info &gt; th,
.table-info &gt; 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 &gt; td,
.table-hover .table-info:hover &gt; th {
    background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
    background-color: #ffeeba;
}

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

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
    background-color: #f5c6cb;
}

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

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
    background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
    background-color: #fcfcfc;
}

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

.table-hover .table-light:hover {
    background-color: #efefef;
}

.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
    background-color: #efefef;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; 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 &gt; td,
.table-hover .table-dark:hover &gt; th {
    background-color: #b9bbbe;
}

.table-gray-blue,
.table-gray-blue &gt; th,
.table-gray-blue &gt; td {
    background-color: #cbcace;
}

.table-gray-blue th,
.table-gray-blue td,
.table-gray-blue thead th,
.table-gray-blue tbody + tbody {
    border-color: #9e9ca3;
}

.table-hover .table-gray-blue:hover {
    background-color: #bebdc2;
}

.table-hover .table-gray-blue:hover &gt; td,
.table-hover .table-gray-blue:hover &gt; th {
    background-color: #bebdc2;
}

.table-green,
.table-green &gt; th,
.table-green &gt; td {
    background-color: #d7e5de;
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
    border-color: #b5cfc1;
}

.table-hover .table-green:hover {
    background-color: #c8dbd1;
}

.table-hover .table-green:hover &gt; td,
.table-hover .table-green:hover &gt; th {
    background-color: #c8dbd1;
}

.table-dark-green,
.table-dark-green &gt; th,
.table-dark-green &gt; td {
    background-color: #c1c8c6;
}

.table-dark-green th,
.table-dark-green td,
.table-dark-green thead th,
.table-dark-green tbody + tbody {
    border-color: #8b9a95;
}

.table-hover .table-dark-green:hover {
    background-color: #b3bcba;
}

.table-hover .table-dark-green:hover &gt; td,
.table-hover .table-dark-green:hover &gt; th {
    background-color: #b3bcba;
}

.table-white,
.table-white &gt; th,
.table-white &gt; td {
    background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
    border-color: white;
}

.table-hover .table-white:hover {
    background-color: #f2f2f2;
}

.table-hover .table-white:hover &gt; td,
.table-hover .table-white:hover &gt; th {
    background-color: #f2f2f2;
}

.table-gray,
.table-gray &gt; th,
.table-gray &gt; td {
    background-color: #cdced0;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
    border-color: #a2a4a8;
}

.table-hover .table-gray:hover {
    background-color: #c0c1c4;
}

.table-hover .table-gray:hover &gt; td,
.table-hover .table-gray:hover &gt; th {
    background-color: #c0c1c4;
}

.table-active,
.table-active &gt; th,
.table-active &gt; 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 &gt; td,
.table-hover .table-active:hover &gt; th {
    background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table-dark {
    color: #ffffff;
    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: #ffffff;
    background-color: rgba(255, 255, 255, 0.075);
}

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

    .table-responsive-sm &gt; .table-bordered {
        border: 0;
    }
}

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

    .table-responsive-md &gt; .table-bordered {
        border: 0;
    }
}

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

    .table-responsive-lg &gt; .table-bordered {
        border: 0;
    }
}

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

    .table-responsive-xl &gt; .table-bordered {
        border: 0;
    }
}

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

.table-responsive &gt; .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #595668;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(29, 28, 34, 0.25);
}

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

.form-control:-ms-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;
    -moz-appearance: none;
    appearance: none;
}

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #000000;
    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 + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.83125rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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: 0.25rem;
}

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

.form-row &gt; .col,
.form-row &gt; [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: 0.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: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.83125rem;
    line-height: 1.8;
    color: #ffffff;
    background-color: rgba(112, 162, 136, 0.9);
    border-radius: 0.25rem;
}

.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: #70A288;
    padding-right: calc(1.8em + 0.75rem);
    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='%2370A288' 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(0.45em + 0.1875rem) center;
    background-size: calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #70A288;
    box-shadow: 0 0 0 0.2rem rgba(112, 162, 136, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.8em + 0.75rem);
    background-position: top calc(0.45em + 0.1875rem) right calc(0.45em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #70A288;
    padding-right: calc(0.75em + 2.3125rem);
    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") no-repeat right 0.75rem center/8px 10px, 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='%2370A288' 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") #ffffff no-repeat center right 1.75rem/calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #70A288;
    box-shadow: 0 0 0 0.2rem rgba(112, 162, 136, 0.25);
}

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

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

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

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

.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 0.2rem rgba(112, 162, 136, 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: #70A288;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #70A288;
    box-shadow: 0 0 0 0.2rem rgba(112, 162, 136, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.83125rem;
    line-height: 1.8;
    color: #ffffff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.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: #dc3545;
    padding-right: calc(1.8em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.45em + 0.1875rem) center;
    background-size: calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.8em + 0.75rem);
    background-position: top calc(0.45em + 0.1875rem) right calc(0.45em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

.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 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.95rem;
    line-height: 1.8;
    border-radius: 0.25rem;
    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: #000000;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 28, 34, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

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

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled) {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 28, 34, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary,
.lang-switcher .lang-switcher-dropdown {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-primary:hover,
.lang-switcher .lang-switcher-dropdown:hover {
    color: #ffffff;
    background-color: #0b0b0d;
    border-color: #050506;
}

.btn-primary:focus,
.lang-switcher .lang-switcher-dropdown:focus,
.btn-primary.focus,
.lang-switcher .focus.lang-switcher-dropdown {
    color: #ffffff;
    background-color: #0b0b0d;
    border-color: #050506;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.btn-primary.disabled,
.lang-switcher .disabled.lang-switcher-dropdown,
.btn-primary:disabled,
.lang-switcher .lang-switcher-dropdown:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.btn-primary:not(:disabled):not(.disabled):active,
.lang-switcher .lang-switcher-dropdown:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-primary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-primary.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .lang-switcher-dropdown:not(:disabled):not(.disabled).active,
.lang-switcher span.twitter-typeahead .lang-switcher-dropdown.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .lang-switcher .lang-switcher-dropdown.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .lang-switcher-dropdown.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-primary.dropdown-toggle,
.lang-switcher .show &gt; .dropdown-toggle.lang-switcher-dropdown {
    color: #ffffff;
    background-color: #050506;
    border-color: black;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.lang-switcher .lang-switcher-dropdown:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-primary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-primary.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .lang-switcher-dropdown:not(:disabled):not(.disabled).active:focus,
.lang-switcher span.twitter-typeahead .lang-switcher-dropdown.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .lang-switcher .lang-switcher-dropdown.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .lang-switcher-dropdown.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-primary.dropdown-toggle:focus,
.lang-switcher .show &gt; .dropdown-toggle.lang-switcher-dropdown:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.btn-secondary {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-secondary:hover {
    color: #212529;
    background-color: #bda29d;
    border-color: #b79b96;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #212529;
    background-color: #bda29d;
    border-color: #b79b96;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(178, 162, 159, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-secondary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-secondary.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #b79b96;
    border-color: #b2948e;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-secondary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-secondary.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(178, 162, 159, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-success:hover {
    color: #ffffff;
    background-color: #5d8f75;
    border-color: #58876f;
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #5d8f75;
    border-color: #58876f;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(133, 176, 154, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-success.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-success.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #58876f;
    border-color: #537f68;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-success.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-success.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(133, 176, 154, 0.5);
}

.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

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

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-info.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-info.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-info.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-info.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-warning.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-warning.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-warning.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-warning.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-danger.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-danger.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-danger.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-danger.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-light:hover {
    color: #212529;
    background-color: #e1e1e1;
    border-color: #dbdbdb;
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e1e1e1;
    border-color: #dbdbdb;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(212, 213, 214, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-light.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-light.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d4d4d4;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-light.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-light.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 213, 214, 0.5);
}

.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

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

.btn-dark:focus,
.btn-dark.focus {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-dark.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-dark.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-dark.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-dark.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-gray-blue {
    color: #ffffff;
    background-color: #44404F;
    border-color: #44404F;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-gray-blue:hover {
    color: #ffffff;
    background-color: #322f3a;
    border-color: #2c2933;
}

.btn-gray-blue:focus,
.btn-gray-blue.focus {
    color: #ffffff;
    background-color: #322f3a;
    border-color: #2c2933;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(96, 93, 105, 0.5);
}

.btn-gray-blue.disabled,
.btn-gray-blue:disabled {
    color: #ffffff;
    background-color: #44404F;
    border-color: #44404F;
}

.btn-gray-blue:not(:disabled):not(.disabled):active,
.btn-gray-blue:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-gray-blue.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-gray-blue.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-gray-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #2c2933;
    border-color: #26232c;
}

.btn-gray-blue:not(:disabled):not(.disabled):active:focus,
.btn-gray-blue:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-gray-blue.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-gray-blue.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-gray-blue.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 93, 105, 0.5);
}

.btn-green {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-green:hover {
    color: #ffffff;
    background-color: #5d8f75;
    border-color: #58876f;
}

.btn-green:focus,
.btn-green.focus {
    color: #ffffff;
    background-color: #5d8f75;
    border-color: #58876f;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(133, 176, 154, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-green.dropdown-toggle {
    color: #ffffff;
    background-color: #58876f;
    border-color: #537f68;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-green.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(133, 176, 154, 0.5);
}

.btn-dark-green {
    color: #ffffff;
    background-color: #203c34;
    border-color: #203c34;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-dark-green:hover {
    color: #ffffff;
    background-color: #13231e;
    border-color: #0e1b17;
}

.btn-dark-green:focus,
.btn-dark-green.focus {
    color: #ffffff;
    background-color: #13231e;
    border-color: #0e1b17;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(65, 89, 82, 0.5);
}

.btn-dark-green.disabled,
.btn-dark-green:disabled {
    color: #ffffff;
    background-color: #203c34;
    border-color: #203c34;
}

.btn-dark-green:not(:disabled):not(.disabled):active,
.btn-dark-green:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-dark-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-dark-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-dark-green.dropdown-toggle {
    color: #ffffff;
    background-color: #0e1b17;
    border-color: #0a1210;
}

.btn-dark-green:not(:disabled):not(.disabled):active:focus,
.btn-dark-green:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-dark-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-dark-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-dark-green.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 89, 82, 0.5);
}

.btn-white {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

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

.btn-white:focus,
.btn-white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-white.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-white.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-white.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-white.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-gray {
    color: #ffffff;
    background-color: #4D5058;
    border-color: #4D5058;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-gray:hover {
    color: #ffffff;
    background-color: #3b3d44;
    border-color: #35373d;
}

.btn-gray:focus,
.btn-gray.focus {
    color: #ffffff;
    background-color: #3b3d44;
    border-color: #35373d;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(104, 106, 113, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #ffffff;
    background-color: #4D5058;
    border-color: #4D5058;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-gray.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-gray.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #35373d;
    border-color: #2f3136;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-gray.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-gray.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-gray.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(104, 106, 113, 0.5);
}

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

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 28, 34, 0.5);
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-primary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-primary.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-primary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-primary.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(29, 28, 34, 0.5);
}

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

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 184, 180, 0.5);
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-secondary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-secondary.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-secondary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-secondary.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(204, 184, 180, 0.5);
}

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

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 162, 136, 0.5);
}

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

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-success.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-success.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-success.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-success.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(112, 162, 136, 0.5);
}

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

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

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 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,
span.twitter-typeahead .btn-outline-info.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-info.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-info.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-info.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-warning.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-warning.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-warning.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-warning.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-danger.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-danger.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-danger.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-danger.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

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

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-light.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-light.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-light.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-light.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 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,
span.twitter-typeahead .btn-outline-dark.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-dark.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-dark.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-dark.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-gray-blue {
    color: #44404F;
    border-color: #44404F;
}

.btn-outline-gray-blue:hover {
    color: #ffffff;
    background-color: #44404F;
    border-color: #44404F;
}

.btn-outline-gray-blue:focus,
.btn-outline-gray-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 64, 79, 0.5);
}

.btn-outline-gray-blue.disabled,
.btn-outline-gray-blue:disabled {
    color: #44404F;
    background-color: transparent;
}

.btn-outline-gray-blue:not(:disabled):not(.disabled):active,
.btn-outline-gray-blue:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-gray-blue.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-gray-blue.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-gray-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #44404F;
    border-color: #44404F;
}

.btn-outline-gray-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-blue:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-gray-blue.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-gray-blue.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-gray-blue.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(68, 64, 79, 0.5);
}

.btn-outline-green {
    color: #70A288;
    border-color: #70A288;
}

.btn-outline-green:hover {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
}

.btn-outline-green:focus,
.btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 162, 136, 0.5);
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #70A288;
    background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-green.dropdown-toggle {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-green.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(112, 162, 136, 0.5);
}

.btn-outline-dark-green {
    color: #203c34;
    border-color: #203c34;
}

.btn-outline-dark-green:hover {
    color: #ffffff;
    background-color: #203c34;
    border-color: #203c34;
}

.btn-outline-dark-green:focus,
.btn-outline-dark-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 60, 52, 0.5);
}

.btn-outline-dark-green.disabled,
.btn-outline-dark-green:disabled {
    color: #203c34;
    background-color: transparent;
}

.btn-outline-dark-green:not(:disabled):not(.disabled):active,
.btn-outline-dark-green:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-dark-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-dark-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-dark-green.dropdown-toggle {
    color: #ffffff;
    background-color: #203c34;
    border-color: #203c34;
}

.btn-outline-dark-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-green:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-dark-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-dark-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-dark-green.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(32, 60, 52, 0.5);
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-white.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-white.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-white.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-white.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-gray {
    color: #4D5058;
    border-color: #4D5058;
}

.btn-outline-gray:hover {
    color: #ffffff;
    background-color: #4D5058;
    border-color: #4D5058;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 80, 88, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #4D5058;
    background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
span.twitter-typeahead .btn-outline-gray.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher .btn-outline-gray.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.show &gt; .btn-outline-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #4D5058;
    border-color: #4D5058;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
span.twitter-typeahead .btn-outline-gray.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher .btn-outline-gray.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.show &gt; .btn-outline-gray.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(77, 80, 88, 0.5);
}

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

.btn-link:hover {
    color: black;
    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 &gt; .btn {
    padding: 0.5rem 1rem;
    font-size: 1.1875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm &gt; .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.83125rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
    margin-top: 0.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,
.lang-switcher,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

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

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

.dropdown-menu,
span.twitter-typeahead .tt-menu,
.lang-switcher .lang-switcher-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.95rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu,
.dropup span.twitter-typeahead .tt-menu,
span.twitter-typeahead .dropup .tt-menu,
.dropup .lang-switcher .lang-switcher-menu,
.lang-switcher .dropup .lang-switcher-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu,
.dropright span.twitter-typeahead .tt-menu,
span.twitter-typeahead .dropright .tt-menu,
.dropright .lang-switcher .lang-switcher-menu,
.lang-switcher .dropright .lang-switcher-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu,
.dropleft span.twitter-typeahead .tt-menu,
span.twitter-typeahead .dropleft .tt-menu,
.dropleft .lang-switcher .lang-switcher-menu,
.lang-switcher .dropleft .lang-switcher-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

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

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

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

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

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

.dropdown-menu[x-placement^=top],
span.twitter-typeahead [x-placement^=top].tt-menu,
.lang-switcher [x-placement^=top].lang-switcher-menu,
.dropdown-menu[x-placement^=right],
span.twitter-typeahead [x-placement^=right].tt-menu,
.lang-switcher [x-placement^=right].lang-switcher-menu,
.dropdown-menu[x-placement^=bottom],
span.twitter-typeahead [x-placement^=bottom].tt-menu,
.lang-switcher [x-placement^=bottom].lang-switcher-menu,
.dropdown-menu[x-placement^=left],
span.twitter-typeahead [x-placement^=left].tt-menu,
.lang-switcher [x-placement^=left].lang-switcher-menu {
    right: auto;
    bottom: auto;
}

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

.dropdown-item,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion,
.lang-switcher .lang-switcher-menu-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
span.twitter-typeahead .tt-suggestion:hover,
.lang-switcher .lang-switcher-menu-item:hover,
.dropdown-item:focus,
span.twitter-typeahead .tt-suggestion:focus,
.lang-switcher .lang-switcher-menu-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .tt-suggestion.tt-cursor,
.lang-switcher .dropdown-item.lang-switcher-menu-item-active,
.lang-switcher span.twitter-typeahead .lang-switcher-menu-item-active.tt-suggestion,
span.twitter-typeahead .lang-switcher .lang-switcher-menu-item-active.tt-suggestion,
.lang-switcher .active.lang-switcher-menu-item,
.lang-switcher .lang-switcher-menu-item.lang-switcher-menu-item-active,
.dropdown-item:active,
span.twitter-typeahead .tt-suggestion:active,
.lang-switcher .lang-switcher-menu-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
}

.dropdown-item.disabled,
span.twitter-typeahead .disabled.tt-suggestion,
.lang-switcher .disabled.lang-switcher-menu-item,
.dropdown-item:disabled,
span.twitter-typeahead .tt-suggestion:disabled,
.lang-switcher .lang-switcher-menu-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show,
span.twitter-typeahead .show.tt-menu,
.lang-switcher .show.lang-switcher-menu {
    display: block;
}

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

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

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

.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover {
    z-index: 1;
}

.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active,
span.twitter-typeahead .btn-group &gt; .btn.tt-suggestion.tt-cursor,
.lang-switcher .btn-group &gt; .btn.lang-switcher-menu-item-active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active,
span.twitter-typeahead .btn-group-vertical &gt; .btn.tt-suggestion.tt-cursor,
.lang-switcher .btn-group-vertical &gt; .btn.lang-switcher-menu-item-active {
    z-index: 1;
}

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

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

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

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

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.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 &gt; .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg &gt; .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
}

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

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
    width: 100%;
}

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

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

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

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
    margin-bottom: 0;
}

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

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

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

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

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

.input-group &gt; .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group &gt; .form-control:not(:last-child),
.input-group &gt; .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

.input-group &gt; .custom-file {
    display: flex;
    align-items: center;
}

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

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

.input-group-prepend,
.input-group-append {
    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: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

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

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
    padding: 0.5rem 1rem;
    font-size: 1.1875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

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

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.83125rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text,
.input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.71rem;
    padding-left: 1.5rem;
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #1D1C22;
    background-color: #1D1C22;
    box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(29, 28, 34, 0.25);
}

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

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #706d84;
    border-color: #706d84;
    box-shadow: none;
}

.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: 0.355rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

.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='%23ffffff' 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: #1D1C22;
    background-color: #1D1C22;
    box-shadow: none;
}

.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='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(29, 28, 34, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(29, 28, 34, 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='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(29, 28, 34, 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: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.355rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.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: #ffffff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(29, 28, 34, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.8em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    vertical-align: middle;
    background: #ffffff 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") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #595668;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(29, 28, 34, 0.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.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 + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.83125rem;
}

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

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

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

.custom-file-input:focus ~ .custom-file-label {
    border-color: #595668;
    box-shadow: 0 0 0 0.2rem rgba(29, 28, 34, 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.8em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(29, 28, 34, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(29, 28, 34, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(29, 28, 34, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1D1C22;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #706d84;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

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

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

.custom-range::-moz-range-thumb:active {
    background-color: #706d84;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1D1C22;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #706d84;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.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: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.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: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.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 span.twitter-typeahead .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .nav-tabs .nav-link.tt-suggestion.tt-cursor,
.nav-tabs .lang-switcher .nav-link.lang-switcher-menu-item-active,
.lang-switcher .nav-tabs .nav-link.lang-switcher-menu-item-active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #FFFFFF;
}

.nav-tabs .dropdown-menu,
.nav-tabs span.twitter-typeahead .tt-menu,
span.twitter-typeahead .nav-tabs .tt-menu,
.nav-tabs .lang-switcher .lang-switcher-menu,
.lang-switcher .nav-tabs .lang-switcher-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills span.twitter-typeahead .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .nav-pills .nav-link.tt-suggestion.tt-cursor,
.nav-pills .lang-switcher .nav-link.lang-switcher-menu-item-active,
.lang-switcher .nav-pills .nav-link.lang-switcher-menu-item-active,
.nav-pills .show &gt; .nav-link {
    color: #ffffff;
    background-color: #1D1C22;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content &gt; .tab-pane {
    display: none;
}

.tab-content &gt; .active,
span.twitter-typeahead .tab-content &gt; .tt-suggestion.tt-cursor,
.lang-switcher .tab-content &gt; .lang-switcher-menu-item-active {
    display: block;
}

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

.navbar .container,
.navbar #product-holder .row-product-navigation-bar.sticky,
#product-holder .navbar .row-product-navigation-bar.sticky,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

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

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

.navbar-nav {
    display: flex;
    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,
.navbar-nav span.twitter-typeahead .tt-menu,
span.twitter-typeahead .navbar-nav .tt-menu,
.navbar-nav .lang-switcher .lang-switcher-menu,
.lang-switcher .navbar-nav .lang-switcher-menu {
    position: static;
    float: none;
}

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.1875rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.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: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm &gt; .container,
    #product-holder .navbar-expand-sm &gt; .row-product-navigation-bar.sticky,
    .navbar-expand-sm &gt; .container-fluid,
    .navbar-expand-sm &gt; .container-sm,
    .navbar-expand-sm &gt; .container-md,
    .navbar-expand-sm &gt; .container-lg,
    .navbar-expand-sm &gt; .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

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

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

    .navbar-expand-sm .navbar-nav .dropdown-menu,
    .navbar-expand-sm .navbar-nav span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-expand-sm .navbar-nav .tt-menu,
    .navbar-expand-sm .navbar-nav .lang-switcher .lang-switcher-menu,
    .lang-switcher .navbar-expand-sm .navbar-nav .lang-switcher-menu {
        position: absolute;
    }

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

    .navbar-expand-sm &gt; .container,
    #product-holder .navbar-expand-sm &gt; .row-product-navigation-bar.sticky,
    .navbar-expand-sm &gt; .container-fluid,
    .navbar-expand-sm &gt; .container-sm,
    .navbar-expand-sm &gt; .container-md,
    .navbar-expand-sm &gt; .container-lg,
    .navbar-expand-sm &gt; .container-xl {
        flex-wrap: nowrap;
    }

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

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

@media (max-width: 767.98px) {
    .navbar-expand-md &gt; .container,
    #product-holder .navbar-expand-md &gt; .row-product-navigation-bar.sticky,
    .navbar-expand-md &gt; .container-fluid,
    .navbar-expand-md &gt; .container-sm,
    .navbar-expand-md &gt; .container-md,
    .navbar-expand-md &gt; .container-lg,
    .navbar-expand-md &gt; .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

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

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

    .navbar-expand-md .navbar-nav .dropdown-menu,
    .navbar-expand-md .navbar-nav span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-expand-md .navbar-nav .tt-menu,
    .navbar-expand-md .navbar-nav .lang-switcher .lang-switcher-menu,
    .lang-switcher .navbar-expand-md .navbar-nav .lang-switcher-menu {
        position: absolute;
    }

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

    .navbar-expand-md &gt; .container,
    #product-holder .navbar-expand-md &gt; .row-product-navigation-bar.sticky,
    .navbar-expand-md &gt; .container-fluid,
    .navbar-expand-md &gt; .container-sm,
    .navbar-expand-md &gt; .container-md,
    .navbar-expand-md &gt; .container-lg,
    .navbar-expand-md &gt; .container-xl {
        flex-wrap: nowrap;
    }

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

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

@media (max-width: 991.98px) {
    .navbar-expand-lg &gt; .container,
    #product-holder .navbar-expand-lg &gt; .row-product-navigation-bar.sticky,
    .navbar-expand-lg &gt; .container-fluid,
    .navbar-expand-lg &gt; .container-sm,
    .navbar-expand-lg &gt; .container-md,
    .navbar-expand-lg &gt; .container-lg,
    .navbar-expand-lg &gt; .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

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

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

    .navbar-expand-lg .navbar-nav .dropdown-menu,
    .navbar-expand-lg .navbar-nav span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-expand-lg .navbar-nav .tt-menu,
    .navbar-expand-lg .navbar-nav .lang-switcher .lang-switcher-menu,
    .lang-switcher .navbar-expand-lg .navbar-nav .lang-switcher-menu {
        position: absolute;
    }

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

    .navbar-expand-lg &gt; .container,
    #product-holder .navbar-expand-lg &gt; .row-product-navigation-bar.sticky,
    .navbar-expand-lg &gt; .container-fluid,
    .navbar-expand-lg &gt; .container-sm,
    .navbar-expand-lg &gt; .container-md,
    .navbar-expand-lg &gt; .container-lg,
    .navbar-expand-lg &gt; .container-xl {
        flex-wrap: nowrap;
    }

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

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

@media (max-width: 1199.98px) {
    .navbar-expand-xl &gt; .container,
    #product-holder .navbar-expand-xl &gt; .row-product-navigation-bar.sticky,
    .navbar-expand-xl &gt; .container-fluid,
    .navbar-expand-xl &gt; .container-sm,
    .navbar-expand-xl &gt; .container-md,
    .navbar-expand-xl &gt; .container-lg,
    .navbar-expand-xl &gt; .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

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

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

    .navbar-expand-xl .navbar-nav .dropdown-menu,
    .navbar-expand-xl .navbar-nav span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-expand-xl .navbar-nav .tt-menu,
    .navbar-expand-xl .navbar-nav .lang-switcher .lang-switcher-menu,
    .lang-switcher .navbar-expand-xl .navbar-nav .lang-switcher-menu {
        position: absolute;
    }

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

    .navbar-expand-xl &gt; .container,
    #product-holder .navbar-expand-xl &gt; .row-product-navigation-bar.sticky,
    .navbar-expand-xl &gt; .container-fluid,
    .navbar-expand-xl &gt; .container-sm,
    .navbar-expand-xl &gt; .container-md,
    .navbar-expand-xl &gt; .container-lg,
    .navbar-expand-xl &gt; .container-xl {
        flex-wrap: nowrap;
    }

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

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

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

.navbar-expand &gt; .container,
#product-holder .navbar-expand &gt; .row-product-navigation-bar.sticky,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-sm,
.navbar-expand &gt; .container-md,
.navbar-expand &gt; .container-lg,
.navbar-expand &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
}

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

.navbar-expand .navbar-nav .dropdown-menu,
.navbar-expand .navbar-nav span.twitter-typeahead .tt-menu,
span.twitter-typeahead .navbar-expand .navbar-nav .tt-menu,
.navbar-expand .navbar-nav .lang-switcher .lang-switcher-menu,
.lang-switcher .navbar-expand .navbar-nav .lang-switcher-menu {
    position: absolute;
}

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

.navbar-expand &gt; .container,
#product-holder .navbar-expand &gt; .row-product-navigation-bar.sticky,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-sm,
.navbar-expand &gt; .container-md,
.navbar-expand &gt; .container-lg,
.navbar-expand &gt; .container-xl {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    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 &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav span.twitter-typeahead .tt-suggestion.tt-cursor &gt; .nav-link,
span.twitter-typeahead .navbar-light .navbar-nav .tt-suggestion.tt-cursor &gt; .nav-link,
.navbar-light .navbar-nav .lang-switcher .lang-switcher-menu-item-active &gt; .nav-link,
.lang-switcher .navbar-light .navbar-nav .lang-switcher-menu-item-active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav span.twitter-typeahead .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .navbar-light .navbar-nav .nav-link.tt-suggestion.tt-cursor,
.navbar-light .navbar-nav .lang-switcher .nav-link.lang-switcher-menu-item-active,
.lang-switcher .navbar-light .navbar-nav .nav-link.lang-switcher-menu-item-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: #ffffff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #ffffff;
}

.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 &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav span.twitter-typeahead .tt-suggestion.tt-cursor &gt; .nav-link,
span.twitter-typeahead .navbar-dark .navbar-nav .tt-suggestion.tt-cursor &gt; .nav-link,
.navbar-dark .navbar-nav .lang-switcher .lang-switcher-menu-item-active &gt; .nav-link,
.lang-switcher .navbar-dark .navbar-nav .lang-switcher-menu-item-active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav span.twitter-typeahead .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .navbar-dark .navbar-nav .nav-link.tt-suggestion.tt-cursor,
.navbar-dark .navbar-nav .lang-switcher .nav-link.lang-switcher-menu-item-active,
.lang-switcher .navbar-dark .navbar-nav .nav-link.lang-switcher-menu-item-active {
    color: #ffffff;
}

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

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #ffffff;
}

.card,
#account .order-information,
#account .order-invoice,
#order-history .order-information,
#order-history .order-invoice,
#order-history-details .order-information,
#order-history-details .order-invoice,
#favorites .order-information,
#favorites .order-invoice,
#profile-details .order-information,
#profile-details .order-invoice,
#profile .order-information,
#profile .order-invoice {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card &gt; hr,
#account .order-information &gt; hr,
#account .order-invoice &gt; hr,
#order-history .order-information &gt; hr,
#order-history .order-invoice &gt; hr,
#order-history-details .order-information &gt; hr,
#order-history-details .order-invoice &gt; hr,
#favorites .order-information &gt; hr,
#favorites .order-invoice &gt; hr,
#profile-details .order-information &gt; hr,
#profile-details .order-invoice &gt; hr,
#profile .order-information &gt; hr,
#profile .order-invoice &gt; hr {
    margin-right: 0;
    margin-left: 0;
}

.card &gt; .list-group,
#account .order-information &gt; .list-group,
#account .order-invoice &gt; .list-group,
#order-history .order-information &gt; .list-group,
#order-history .order-invoice &gt; .list-group,
#order-history-details .order-information &gt; .list-group,
#order-history-details .order-invoice &gt; .list-group,
#favorites .order-information &gt; .list-group,
#favorites .order-invoice &gt; .list-group,
#profile-details .order-information &gt; .list-group,
#profile-details .order-invoice &gt; .list-group,
#profile .order-information &gt; .list-group,
#profile .order-invoice &gt; .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card &gt; .list-group:first-child,
#account .order-information &gt; .list-group:first-child,
#account .order-invoice &gt; .list-group:first-child,
#order-history .order-information &gt; .list-group:first-child,
#order-history .order-invoice &gt; .list-group:first-child,
#order-history-details .order-information &gt; .list-group:first-child,
#order-history-details .order-invoice &gt; .list-group:first-child,
#favorites .order-information &gt; .list-group:first-child,
#favorites .order-invoice &gt; .list-group:first-child,
#profile-details .order-information &gt; .list-group:first-child,
#profile-details .order-invoice &gt; .list-group:first-child,
#profile .order-information &gt; .list-group:first-child,
#profile .order-invoice &gt; .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card &gt; .list-group:last-child,
#account .order-information &gt; .list-group:last-child,
#account .order-invoice &gt; .list-group:last-child,
#order-history .order-information &gt; .list-group:last-child,
#order-history .order-invoice &gt; .list-group:last-child,
#order-history-details .order-information &gt; .list-group:last-child,
#order-history-details .order-invoice &gt; .list-group:last-child,
#favorites .order-information &gt; .list-group:last-child,
#favorites .order-invoice &gt; .list-group:last-child,
#profile-details .order-information &gt; .list-group:last-child,
#profile-details .order-invoice &gt; .list-group:last-child,
#profile .order-information &gt; .list-group:last-child,
#profile .order-invoice &gt; .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body,
#account .order-information,
#account .order-invoice,
#order-history .order-information,
#order-history .order-invoice,
#order-history-details .order-information,
#order-history-details .order-invoice,
#favorites .order-information,
#favorites .order-invoice,
#profile-details .order-information,
#profile-details .order-invoice,
#profile .order-information,
#profile .order-invoice {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.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: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card,
.card-deck #account .order-information,
#account .card-deck .order-information,
.card-deck #account .order-invoice,
#account .card-deck .order-invoice,
.card-deck #order-history .order-information,
#order-history .card-deck .order-information,
.card-deck #order-history .order-invoice,
#order-history .card-deck .order-invoice,
.card-deck #order-history-details .order-information,
#order-history-details .card-deck .order-information,
.card-deck #order-history-details .order-invoice,
#order-history-details .card-deck .order-invoice,
.card-deck #favorites .order-information,
#favorites .card-deck .order-information,
.card-deck #favorites .order-invoice,
#favorites .card-deck .order-invoice,
.card-deck #profile-details .order-information,
#profile-details .card-deck .order-information,
.card-deck #profile-details .order-invoice,
#profile-details .card-deck .order-invoice,
.card-deck #profile .order-information,
#profile .card-deck .order-information,
.card-deck #profile .order-invoice,
#profile .card-deck .order-invoice {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card,
    .card-deck #account .order-information,
    #account .card-deck .order-information,
    .card-deck #account .order-invoice,
    #account .card-deck .order-invoice,
    .card-deck #order-history .order-information,
    #order-history .card-deck .order-information,
    .card-deck #order-history .order-invoice,
    #order-history .card-deck .order-invoice,
    .card-deck #order-history-details .order-information,
    #order-history-details .card-deck .order-information,
    .card-deck #order-history-details .order-invoice,
    #order-history-details .card-deck .order-invoice,
    .card-deck #favorites .order-information,
    #favorites .card-deck .order-information,
    .card-deck #favorites .order-invoice,
    #favorites .card-deck .order-invoice,
    .card-deck #profile-details .order-information,
    #profile-details .card-deck .order-information,
    .card-deck #profile-details .order-invoice,
    #profile-details .card-deck .order-invoice,
    .card-deck #profile .order-information,
    #profile .card-deck .order-information,
    .card-deck #profile .order-invoice,
    #profile .card-deck .order-invoice {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group &gt; .card,
#account .card-group &gt; .order-information,
#account .card-group &gt; .order-invoice,
#order-history .card-group &gt; .order-information,
#order-history .card-group &gt; .order-invoice,
#order-history-details .card-group &gt; .order-information,
#order-history-details .card-group &gt; .order-invoice,
#favorites .card-group &gt; .order-information,
#favorites .card-group &gt; .order-invoice,
#profile-details .card-group &gt; .order-information,
#profile-details .card-group &gt; .order-invoice,
#profile .card-group &gt; .order-information,
#profile .card-group &gt; .order-invoice {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group &gt; .card,
    #account .card-group &gt; .order-information,
    #account .card-group &gt; .order-invoice,
    #order-history .card-group &gt; .order-information,
    #order-history .card-group &gt; .order-invoice,
    #order-history-details .card-group &gt; .order-information,
    #order-history-details .card-group &gt; .order-invoice,
    #favorites .card-group &gt; .order-information,
    #favorites .card-group &gt; .order-invoice,
    #profile-details .card-group &gt; .order-information,
    #profile-details .card-group &gt; .order-invoice,
    #profile .card-group &gt; .order-information,
    #profile .card-group &gt; .order-invoice {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group &gt; .card + .card,
    #account .card-group &gt; .order-information + .card,
    #account .card-group &gt; .order-invoice + .card,
    #order-history .card-group &gt; .order-information + .card,
    #order-history .card-group &gt; .order-invoice + .card,
    #order-history-details .card-group &gt; .order-information + .card,
    #order-history-details .card-group &gt; .order-invoice + .card,
    #favorites .card-group &gt; .order-information + .card,
    #favorites .card-group &gt; .order-invoice + .card,
    #profile-details .card-group &gt; .order-information + .card,
    #profile-details .card-group &gt; .order-invoice + .card,
    #profile .card-group &gt; .order-information + .card,
    #profile .card-group &gt; .order-invoice + .card,
    #account .card-group &gt; .card + .order-information,
    #account .card-group &gt; .order-information + .order-information,
    #account .card-group &gt; .order-invoice + .order-information,
    #order-history #account .card-group &gt; .order-information + .order-information,
    #account #order-history .card-group &gt; .order-information + .order-information,
    #order-history #account .card-group &gt; .order-invoice + .order-information,
    #account #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history-details #account .card-group &gt; .order-information + .order-information,
    #account #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #account .card-group &gt; .order-invoice + .order-information,
    #account #order-history-details .card-group &gt; .order-invoice + .order-information,
    #favorites #account .card-group &gt; .order-information + .order-information,
    #account #favorites .card-group &gt; .order-information + .order-information,
    #favorites #account .card-group &gt; .order-invoice + .order-information,
    #account #favorites .card-group &gt; .order-invoice + .order-information,
    #profile-details #account .card-group &gt; .order-information + .order-information,
    #account #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #account .card-group &gt; .order-invoice + .order-information,
    #account #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile #account .card-group &gt; .order-information + .order-information,
    #account #profile .card-group &gt; .order-information + .order-information,
    #profile #account .card-group &gt; .order-invoice + .order-information,
    #account #profile .card-group &gt; .order-invoice + .order-information,
    #account .card-group &gt; .card + .order-invoice,
    #account .card-group &gt; .order-information + .order-invoice,
    #account .card-group &gt; .order-invoice + .order-invoice,
    #order-history #account .card-group &gt; .order-information + .order-invoice,
    #account #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #account .card-group &gt; .order-invoice + .order-invoice,
    #account #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #account .card-group &gt; .order-information + .order-invoice,
    #account #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #account .card-group &gt; .order-invoice + .order-invoice,
    #account #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #favorites #account .card-group &gt; .order-information + .order-invoice,
    #account #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #account .card-group &gt; .order-invoice + .order-invoice,
    #account #favorites .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #account .card-group &gt; .order-information + .order-invoice,
    #account #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #account .card-group &gt; .order-invoice + .order-invoice,
    #account #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile #account .card-group &gt; .order-information + .order-invoice,
    #account #profile .card-group &gt; .order-information + .order-invoice,
    #profile #account .card-group &gt; .order-invoice + .order-invoice,
    #account #profile .card-group &gt; .order-invoice + .order-invoice,
    #order-history .card-group &gt; .card + .order-information,
    #account #order-history .card-group &gt; .order-information + .order-information,
    #order-history #account .card-group &gt; .order-information + .order-information,
    #account #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history #account .card-group &gt; .order-invoice + .order-information,
    #order-history .card-group &gt; .order-information + .order-information,
    #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history-details #order-history .card-group &gt; .order-information + .order-information,
    #order-history #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history #order-history-details .card-group &gt; .order-invoice + .order-information,
    #favorites #order-history .card-group &gt; .order-information + .order-information,
    #order-history #favorites .card-group &gt; .order-information + .order-information,
    #favorites #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history #favorites .card-group &gt; .order-invoice + .order-information,
    #profile-details #order-history .card-group &gt; .order-information + .order-information,
    #order-history #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile #order-history .card-group &gt; .order-information + .order-information,
    #order-history #profile .card-group &gt; .order-information + .order-information,
    #profile #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history #profile .card-group &gt; .order-invoice + .order-information,
    #order-history .card-group &gt; .card + .order-invoice,
    #account #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #account .card-group &gt; .order-information + .order-invoice,
    #account #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history #account .card-group &gt; .order-invoice + .order-invoice,
    #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #favorites #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history #favorites .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #profile .card-group &gt; .order-information + .order-invoice,
    #profile #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history #profile .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details .card-group &gt; .card + .order-information,
    #account #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #account .card-group &gt; .order-information + .order-information,
    #account #order-history-details .card-group &gt; .order-invoice + .order-information,
    #order-history-details #account .card-group &gt; .order-invoice + .order-information,
    #order-history #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #order-history .card-group &gt; .order-information + .order-information,
    #order-history #order-history-details .card-group &gt; .order-invoice + .order-information,
    #order-history-details #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details .card-group &gt; .order-invoice + .order-information,
    #favorites #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #favorites .card-group &gt; .order-information + .order-information,
    #favorites #order-history-details .card-group &gt; .order-invoice + .order-information,
    #order-history-details #favorites .card-group &gt; .order-invoice + .order-information,
    #profile-details #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #order-history-details .card-group &gt; .order-invoice + .order-information,
    #order-history-details #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #profile .card-group &gt; .order-information + .order-information,
    #profile #order-history-details .card-group &gt; .order-invoice + .order-information,
    #order-history-details #profile .card-group &gt; .order-invoice + .order-information,
    #order-history-details .card-group &gt; .card + .order-invoice,
    #account #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #account .card-group &gt; .order-information + .order-invoice,
    #account #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #account .card-group &gt; .order-invoice + .order-invoice,
    #order-history #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #favorites #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #favorites .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #profile .card-group &gt; .order-information + .order-invoice,
    #profile #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #profile .card-group &gt; .order-invoice + .order-invoice,
    #favorites .card-group &gt; .card + .order-information,
    #account #favorites .card-group &gt; .order-information + .order-information,
    #favorites #account .card-group &gt; .order-information + .order-information,
    #account #favorites .card-group &gt; .order-invoice + .order-information,
    #favorites #account .card-group &gt; .order-invoice + .order-information,
    #order-history #favorites .card-group &gt; .order-information + .order-information,
    #favorites #order-history .card-group &gt; .order-information + .order-information,
    #order-history #favorites .card-group &gt; .order-invoice + .order-information,
    #favorites #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history-details #favorites .card-group &gt; .order-information + .order-information,
    #favorites #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #favorites .card-group &gt; .order-invoice + .order-information,
    #favorites #order-history-details .card-group &gt; .order-invoice + .order-information,
    #favorites .card-group &gt; .order-information + .order-information,
    #favorites .card-group &gt; .order-invoice + .order-information,
    #profile-details #favorites .card-group &gt; .order-information + .order-information,
    #favorites #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #favorites .card-group &gt; .order-invoice + .order-information,
    #favorites #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile #favorites .card-group &gt; .order-information + .order-information,
    #favorites #profile .card-group &gt; .order-information + .order-information,
    #profile #favorites .card-group &gt; .order-invoice + .order-information,
    #favorites #profile .card-group &gt; .order-invoice + .order-information,
    #favorites .card-group &gt; .card + .order-invoice,
    #account #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #account .card-group &gt; .order-information + .order-invoice,
    #account #favorites .card-group &gt; .order-invoice + .order-invoice,
    #favorites #account .card-group &gt; .order-invoice + .order-invoice,
    #order-history #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #favorites .card-group &gt; .order-invoice + .order-invoice,
    #favorites #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #favorites .card-group &gt; .order-invoice + .order-invoice,
    #favorites #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #favorites .card-group &gt; .order-invoice + .order-invoice,
    #favorites #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #profile .card-group &gt; .order-information + .order-invoice,
    #profile #favorites .card-group &gt; .order-invoice + .order-invoice,
    #favorites #profile .card-group &gt; .order-invoice + .order-invoice,
    #profile-details .card-group &gt; .card + .order-information,
    #account #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #account .card-group &gt; .order-information + .order-information,
    #account #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile-details #account .card-group &gt; .order-invoice + .order-information,
    #order-history #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #order-history .card-group &gt; .order-information + .order-information,
    #order-history #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile-details #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history-details #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile-details #order-history-details .card-group &gt; .order-invoice + .order-information,
    #favorites #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #favorites .card-group &gt; .order-information + .order-information,
    #favorites #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile-details #favorites .card-group &gt; .order-invoice + .order-information,
    #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #profile .card-group &gt; .order-information + .order-information,
    #profile #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile-details #profile .card-group &gt; .order-invoice + .order-information,
    #profile-details .card-group &gt; .card + .order-invoice,
    #account #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #account .card-group &gt; .order-information + .order-invoice,
    #account #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #account .card-group &gt; .order-invoice + .order-invoice,
    #order-history #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #favorites #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #favorites .card-group &gt; .order-invoice + .order-invoice,
    #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #profile .card-group &gt; .order-information + .order-invoice,
    #profile #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #profile .card-group &gt; .order-invoice + .order-invoice,
    #profile .card-group &gt; .card + .order-information,
    #account #profile .card-group &gt; .order-information + .order-information,
    #profile #account .card-group &gt; .order-information + .order-information,
    #account #profile .card-group &gt; .order-invoice + .order-information,
    #profile #account .card-group &gt; .order-invoice + .order-information,
    #order-history #profile .card-group &gt; .order-information + .order-information,
    #profile #order-history .card-group &gt; .order-information + .order-information,
    #order-history #profile .card-group &gt; .order-invoice + .order-information,
    #profile #order-history .card-group &gt; .order-invoice + .order-information,
    #order-history-details #profile .card-group &gt; .order-information + .order-information,
    #profile #order-history-details .card-group &gt; .order-information + .order-information,
    #order-history-details #profile .card-group &gt; .order-invoice + .order-information,
    #profile #order-history-details .card-group &gt; .order-invoice + .order-information,
    #favorites #profile .card-group &gt; .order-information + .order-information,
    #profile #favorites .card-group &gt; .order-information + .order-information,
    #favorites #profile .card-group &gt; .order-invoice + .order-information,
    #profile #favorites .card-group &gt; .order-invoice + .order-information,
    #profile-details #profile .card-group &gt; .order-information + .order-information,
    #profile #profile-details .card-group &gt; .order-information + .order-information,
    #profile-details #profile .card-group &gt; .order-invoice + .order-information,
    #profile #profile-details .card-group &gt; .order-invoice + .order-information,
    #profile .card-group &gt; .order-information + .order-information,
    #profile .card-group &gt; .order-invoice + .order-information,
    #profile .card-group &gt; .card + .order-invoice,
    #account #profile .card-group &gt; .order-information + .order-invoice,
    #profile #account .card-group &gt; .order-information + .order-invoice,
    #account #profile .card-group &gt; .order-invoice + .order-invoice,
    #profile #account .card-group &gt; .order-invoice + .order-invoice,
    #order-history #profile .card-group &gt; .order-information + .order-invoice,
    #profile #order-history .card-group &gt; .order-information + .order-invoice,
    #order-history #profile .card-group &gt; .order-invoice + .order-invoice,
    #profile #order-history .card-group &gt; .order-invoice + .order-invoice,
    #order-history-details #profile .card-group &gt; .order-information + .order-invoice,
    #profile #order-history-details .card-group &gt; .order-information + .order-invoice,
    #order-history-details #profile .card-group &gt; .order-invoice + .order-invoice,
    #profile #order-history-details .card-group &gt; .order-invoice + .order-invoice,
    #favorites #profile .card-group &gt; .order-information + .order-invoice,
    #profile #favorites .card-group &gt; .order-information + .order-invoice,
    #favorites #profile .card-group &gt; .order-invoice + .order-invoice,
    #profile #favorites .card-group &gt; .order-invoice + .order-invoice,
    #profile-details #profile .card-group &gt; .order-information + .order-invoice,
    #profile #profile-details .card-group &gt; .order-information + .order-invoice,
    #profile-details #profile .card-group &gt; .order-invoice + .order-invoice,
    #profile #profile-details .card-group &gt; .order-invoice + .order-invoice,
    #profile .card-group &gt; .order-information + .order-invoice,
    #profile .card-group &gt; .order-invoice + .order-invoice {
        margin-left: 0;
        border-left: 0;
    }

    .card-group &gt; .card:not(:last-child),
    #account .card-group &gt; .order-information:not(:last-child),
    #account .card-group &gt; .order-invoice:not(:last-child),
    #order-history .card-group &gt; .order-information:not(:last-child),
    #order-history .card-group &gt; .order-invoice:not(:last-child),
    #order-history-details .card-group &gt; .order-information:not(:last-child),
    #order-history-details .card-group &gt; .order-invoice:not(:last-child),
    #favorites .card-group &gt; .order-information:not(:last-child),
    #favorites .card-group &gt; .order-invoice:not(:last-child),
    #profile-details .card-group &gt; .order-information:not(:last-child),
    #profile-details .card-group &gt; .order-invoice:not(:last-child),
    #profile .card-group &gt; .order-information:not(:last-child),
    #profile .card-group &gt; .order-invoice:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group &gt; .card:not(:last-child) .card-img-top,
    #account .card-group &gt; .order-information:not(:last-child) .card-img-top,
    #account .card-group &gt; .order-invoice:not(:last-child) .card-img-top,
    #order-history .card-group &gt; .order-information:not(:last-child) .card-img-top,
    #order-history .card-group &gt; .order-invoice:not(:last-child) .card-img-top,
    #order-history-details .card-group &gt; .order-information:not(:last-child) .card-img-top,
    #order-history-details .card-group &gt; .order-invoice:not(:last-child) .card-img-top,
    #favorites .card-group &gt; .order-information:not(:last-child) .card-img-top,
    #favorites .card-group &gt; .order-invoice:not(:last-child) .card-img-top,
    #profile-details .card-group &gt; .order-information:not(:last-child) .card-img-top,
    #profile-details .card-group &gt; .order-invoice:not(:last-child) .card-img-top,
    #profile .card-group &gt; .order-information:not(:last-child) .card-img-top,
    #profile .card-group &gt; .order-invoice:not(:last-child) .card-img-top,
    .card-group &gt; .card:not(:last-child) .card-header,
    #account .card-group &gt; .order-information:not(:last-child) .card-header,
    #account .card-group &gt; .order-invoice:not(:last-child) .card-header,
    #order-history .card-group &gt; .order-information:not(:last-child) .card-header,
    #order-history .card-group &gt; .order-invoice:not(:last-child) .card-header,
    #order-history-details .card-group &gt; .order-information:not(:last-child) .card-header,
    #order-history-details .card-group &gt; .order-invoice:not(:last-child) .card-header,
    #favorites .card-group &gt; .order-information:not(:last-child) .card-header,
    #favorites .card-group &gt; .order-invoice:not(:last-child) .card-header,
    #profile-details .card-group &gt; .order-information:not(:last-child) .card-header,
    #profile-details .card-group &gt; .order-invoice:not(:last-child) .card-header,
    #profile .card-group &gt; .order-information:not(:last-child) .card-header,
    #profile .card-group &gt; .order-invoice:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group &gt; .card:not(:last-child) .card-img-bottom,
    #account .card-group &gt; .order-information:not(:last-child) .card-img-bottom,
    #account .card-group &gt; .order-invoice:not(:last-child) .card-img-bottom,
    #order-history .card-group &gt; .order-information:not(:last-child) .card-img-bottom,
    #order-history .card-group &gt; .order-invoice:not(:last-child) .card-img-bottom,
    #order-history-details .card-group &gt; .order-information:not(:last-child) .card-img-bottom,
    #order-history-details .card-group &gt; .order-invoice:not(:last-child) .card-img-bottom,
    #favorites .card-group &gt; .order-information:not(:last-child) .card-img-bottom,
    #favorites .card-group &gt; .order-invoice:not(:last-child) .card-img-bottom,
    #profile-details .card-group &gt; .order-information:not(:last-child) .card-img-bottom,
    #profile-details .card-group &gt; .order-invoice:not(:last-child) .card-img-bottom,
    #profile .card-group &gt; .order-information:not(:last-child) .card-img-bottom,
    #profile .card-group &gt; .order-invoice:not(:last-child) .card-img-bottom,
    .card-group &gt; .card:not(:last-child) .card-footer,
    #account .card-group &gt; .order-information:not(:last-child) .card-footer,
    #account .card-group &gt; .order-invoice:not(:last-child) .card-footer,
    #order-history .card-group &gt; .order-information:not(:last-child) .card-footer,
    #order-history .card-group &gt; .order-invoice:not(:last-child) .card-footer,
    #order-history-details .card-group &gt; .order-information:not(:last-child) .card-footer,
    #order-history-details .card-group &gt; .order-invoice:not(:last-child) .card-footer,
    #favorites .card-group &gt; .order-information:not(:last-child) .card-footer,
    #favorites .card-group &gt; .order-invoice:not(:last-child) .card-footer,
    #profile-details .card-group &gt; .order-information:not(:last-child) .card-footer,
    #profile-details .card-group &gt; .order-invoice:not(:last-child) .card-footer,
    #profile .card-group &gt; .order-information:not(:last-child) .card-footer,
    #profile .card-group &gt; .order-invoice:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group &gt; .card:not(:first-child),
    #account .card-group &gt; .order-information:not(:first-child),
    #account .card-group &gt; .order-invoice:not(:first-child),
    #order-history .card-group &gt; .order-information:not(:first-child),
    #order-history .card-group &gt; .order-invoice:not(:first-child),
    #order-history-details .card-group &gt; .order-information:not(:first-child),
    #order-history-details .card-group &gt; .order-invoice:not(:first-child),
    #favorites .card-group &gt; .order-information:not(:first-child),
    #favorites .card-group &gt; .order-invoice:not(:first-child),
    #profile-details .card-group &gt; .order-information:not(:first-child),
    #profile-details .card-group &gt; .order-invoice:not(:first-child),
    #profile .card-group &gt; .order-information:not(:first-child),
    #profile .card-group &gt; .order-invoice:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group &gt; .card:not(:first-child) .card-img-top,
    #account .card-group &gt; .order-information:not(:first-child) .card-img-top,
    #account .card-group &gt; .order-invoice:not(:first-child) .card-img-top,
    #order-history .card-group &gt; .order-information:not(:first-child) .card-img-top,
    #order-history .card-group &gt; .order-invoice:not(:first-child) .card-img-top,
    #order-history-details .card-group &gt; .order-information:not(:first-child) .card-img-top,
    #order-history-details .card-group &gt; .order-invoice:not(:first-child) .card-img-top,
    #favorites .card-group &gt; .order-information:not(:first-child) .card-img-top,
    #favorites .card-group &gt; .order-invoice:not(:first-child) .card-img-top,
    #profile-details .card-group &gt; .order-information:not(:first-child) .card-img-top,
    #profile-details .card-group &gt; .order-invoice:not(:first-child) .card-img-top,
    #profile .card-group &gt; .order-information:not(:first-child) .card-img-top,
    #profile .card-group &gt; .order-invoice:not(:first-child) .card-img-top,
    .card-group &gt; .card:not(:first-child) .card-header,
    #account .card-group &gt; .order-information:not(:first-child) .card-header,
    #account .card-group &gt; .order-invoice:not(:first-child) .card-header,
    #order-history .card-group &gt; .order-information:not(:first-child) .card-header,
    #order-history .card-group &gt; .order-invoice:not(:first-child) .card-header,
    #order-history-details .card-group &gt; .order-information:not(:first-child) .card-header,
    #order-history-details .card-group &gt; .order-invoice:not(:first-child) .card-header,
    #favorites .card-group &gt; .order-information:not(:first-child) .card-header,
    #favorites .card-group &gt; .order-invoice:not(:first-child) .card-header,
    #profile-details .card-group &gt; .order-information:not(:first-child) .card-header,
    #profile-details .card-group &gt; .order-invoice:not(:first-child) .card-header,
    #profile .card-group &gt; .order-information:not(:first-child) .card-header,
    #profile .card-group &gt; .order-invoice:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group &gt; .card:not(:first-child) .card-img-bottom,
    #account .card-group &gt; .order-information:not(:first-child) .card-img-bottom,
    #account .card-group &gt; .order-invoice:not(:first-child) .card-img-bottom,
    #order-history .card-group &gt; .order-information:not(:first-child) .card-img-bottom,
    #order-history .card-group &gt; .order-invoice:not(:first-child) .card-img-bottom,
    #order-history-details .card-group &gt; .order-information:not(:first-child) .card-img-bottom,
    #order-history-details .card-group &gt; .order-invoice:not(:first-child) .card-img-bottom,
    #favorites .card-group &gt; .order-information:not(:first-child) .card-img-bottom,
    #favorites .card-group &gt; .order-invoice:not(:first-child) .card-img-bottom,
    #profile-details .card-group &gt; .order-information:not(:first-child) .card-img-bottom,
    #profile-details .card-group &gt; .order-invoice:not(:first-child) .card-img-bottom,
    #profile .card-group &gt; .order-information:not(:first-child) .card-img-bottom,
    #profile .card-group &gt; .order-invoice:not(:first-child) .card-img-bottom,
    .card-group &gt; .card:not(:first-child) .card-footer,
    #account .card-group &gt; .order-information:not(:first-child) .card-footer,
    #account .card-group &gt; .order-invoice:not(:first-child) .card-footer,
    #order-history .card-group &gt; .order-information:not(:first-child) .card-footer,
    #order-history .card-group &gt; .order-invoice:not(:first-child) .card-footer,
    #order-history-details .card-group &gt; .order-information:not(:first-child) .card-footer,
    #order-history-details .card-group &gt; .order-invoice:not(:first-child) .card-footer,
    #favorites .card-group &gt; .order-information:not(:first-child) .card-footer,
    #favorites .card-group &gt; .order-invoice:not(:first-child) .card-footer,
    #profile-details .card-group &gt; .order-information:not(:first-child) .card-footer,
    #profile-details .card-group &gt; .order-invoice:not(:first-child) .card-footer,
    #profile .card-group &gt; .order-information:not(:first-child) .card-footer,
    #profile .card-group &gt; .order-invoice:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card,
.card-columns #account .order-information,
#account .card-columns .order-information,
.card-columns #account .order-invoice,
#account .card-columns .order-invoice,
.card-columns #order-history .order-information,
#order-history .card-columns .order-information,
.card-columns #order-history .order-invoice,
#order-history .card-columns .order-invoice,
.card-columns #order-history-details .order-information,
#order-history-details .card-columns .order-information,
.card-columns #order-history-details .order-invoice,
#order-history-details .card-columns .order-invoice,
.card-columns #favorites .order-information,
#favorites .card-columns .order-information,
.card-columns #favorites .order-invoice,
#favorites .card-columns .order-invoice,
.card-columns #profile-details .order-information,
#profile-details .card-columns .order-information,
.card-columns #profile-details .order-invoice,
#profile-details .card-columns .order-invoice,
.card-columns #profile .order-information,
#profile .card-columns .order-information,
.card-columns #profile .order-invoice,
#profile .card-columns .order-invoice {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card,
    .card-columns #account .order-information,
    #account .card-columns .order-information,
    .card-columns #account .order-invoice,
    #account .card-columns .order-invoice,
    .card-columns #order-history .order-information,
    #order-history .card-columns .order-information,
    .card-columns #order-history .order-invoice,
    #order-history .card-columns .order-invoice,
    .card-columns #order-history-details .order-information,
    #order-history-details .card-columns .order-information,
    .card-columns #order-history-details .order-invoice,
    #order-history-details .card-columns .order-invoice,
    .card-columns #favorites .order-information,
    #favorites .card-columns .order-information,
    .card-columns #favorites .order-invoice,
    #favorites .card-columns .order-invoice,
    .card-columns #profile-details .order-information,
    #profile-details .card-columns .order-information,
    .card-columns #profile-details .order-invoice,
    #profile-details .card-columns .order-invoice,
    .card-columns #profile .order-information,
    #profile .card-columns .order-information,
    .card-columns #profile .order-invoice,
    #profile .card-columns .order-invoice {
        display: inline-block;
        width: 100%;
    }
}

.accordion &gt; .card,
#account .accordion &gt; .order-information,
#account .accordion &gt; .order-invoice,
#order-history .accordion &gt; .order-information,
#order-history .accordion &gt; .order-invoice,
#order-history-details .accordion &gt; .order-information,
#order-history-details .accordion &gt; .order-invoice,
#favorites .accordion &gt; .order-information,
#favorites .accordion &gt; .order-invoice,
#profile-details .accordion &gt; .order-information,
#profile-details .accordion &gt; .order-invoice,
#profile .accordion &gt; .order-information,
#profile .accordion &gt; .order-invoice {
    overflow: hidden;
}

.accordion &gt; .card:not(:last-of-type),
#account .accordion &gt; .order-information:not(:last-of-type),
#account .accordion &gt; .order-invoice:not(:last-of-type),
#order-history .accordion &gt; .order-information:not(:last-of-type),
#order-history .accordion &gt; .order-invoice:not(:last-of-type),
#order-history-details .accordion &gt; .order-information:not(:last-of-type),
#order-history-details .accordion &gt; .order-invoice:not(:last-of-type),
#favorites .accordion &gt; .order-information:not(:last-of-type),
#favorites .accordion &gt; .order-invoice:not(:last-of-type),
#profile-details .accordion &gt; .order-information:not(:last-of-type),
#profile-details .accordion &gt; .order-invoice:not(:last-of-type),
#profile .accordion &gt; .order-information:not(:last-of-type),
#profile .accordion &gt; .order-invoice:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion &gt; .card:not(:first-of-type),
#account .accordion &gt; .order-information:not(:first-of-type),
#account .accordion &gt; .order-invoice:not(:first-of-type),
#order-history .accordion &gt; .order-information:not(:first-of-type),
#order-history .accordion &gt; .order-invoice:not(:first-of-type),
#order-history-details .accordion &gt; .order-information:not(:first-of-type),
#order-history-details .accordion &gt; .order-invoice:not(:first-of-type),
#favorites .accordion &gt; .order-information:not(:first-of-type),
#favorites .accordion &gt; .order-invoice:not(:first-of-type),
#profile-details .accordion &gt; .order-information:not(:first-of-type),
#profile-details .accordion &gt; .order-invoice:not(:first-of-type),
#profile .accordion &gt; .order-information:not(:first-of-type),
#profile .accordion &gt; .order-invoice:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion &gt; .card &gt; .card-header,
#account .accordion &gt; .order-information &gt; .card-header,
#account .accordion &gt; .order-invoice &gt; .card-header,
#order-history .accordion &gt; .order-information &gt; .card-header,
#order-history .accordion &gt; .order-invoice &gt; .card-header,
#order-history-details .accordion &gt; .order-information &gt; .card-header,
#order-history-details .accordion &gt; .order-invoice &gt; .card-header,
#favorites .accordion &gt; .order-information &gt; .card-header,
#favorites .accordion &gt; .order-invoice &gt; .card-header,
#profile-details .accordion &gt; .order-information &gt; .card-header,
#profile-details .accordion &gt; .order-invoice &gt; .card-header,
#profile .accordion &gt; .order-information &gt; .card-header,
#profile .accordion &gt; .order-invoice &gt; .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    display: flex;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.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,
span.twitter-typeahead .breadcrumb-item.tt-suggestion.tt-cursor,
.lang-switcher .breadcrumb-item.lang-switcher-menu-item-active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1D1C22;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 28, 34, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link,
span.twitter-typeahead .page-item.tt-suggestion.tt-cursor .page-link,
.lang-switcher .page-item.lang-switcher-menu-item-active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.1875rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.83125rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    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: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #ffffff;
    background-color: #1D1C22;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #ffffff;
    background-color: #050506;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 28, 34, 0.5);
}

.badge-secondary {
    color: #212529;
    background-color: #CCB8B4;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #212529;
    background-color: #b79b96;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 184, 180, 0.5);
}

.badge-success {
    color: #ffffff;
    background-color: #70A288;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #ffffff;
    background-color: #58876f;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(112, 162, 136, 0.5);
}

.badge-info {
    color: #ffffff;
    background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #ffffff;
    background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #F4F4F4;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dbdbdb;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.badge-dark {
    color: #ffffff;
    background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-gray-blue {
    color: #ffffff;
    background-color: #44404F;
}

a.badge-gray-blue:hover,
a.badge-gray-blue:focus {
    color: #ffffff;
    background-color: #2c2933;
}

a.badge-gray-blue:focus,
a.badge-gray-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(68, 64, 79, 0.5);
}

.badge-green {
    color: #ffffff;
    background-color: #70A288;
}

a.badge-green:hover,
a.badge-green:focus {
    color: #ffffff;
    background-color: #58876f;
}

a.badge-green:focus,
a.badge-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(112, 162, 136, 0.5);
}

.badge-dark-green {
    color: #ffffff;
    background-color: #203c34;
}

a.badge-dark-green:hover,
a.badge-dark-green:focus {
    color: #ffffff;
    background-color: #0e1b17;
}

a.badge-dark-green:focus,
a.badge-dark-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 60, 52, 0.5);
}

.badge-white {
    color: #212529;
    background-color: #ffffff;
}

a.badge-white:hover,
a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6;
}

a.badge-white:focus,
a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-gray {
    color: #ffffff;
    background-color: #4D5058;
}

a.badge-gray:hover,
a.badge-gray:focus {
    color: #ffffff;
    background-color: #35373d;
}

a.badge-gray:focus,
a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(77, 80, 88, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert,
#editDeliveryDateModal .form-field-not_available,
#confirmReservationModal .form-field-not_available,
#cancelReservationModal .form-field-not_available {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.925rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #0f0f12;
    background-color: #d2d2d3;
    border-color: #c0bfc1;
}

.alert-primary hr {
    border-top-color: #b3b2b4;
}

.alert-primary .alert-link {
    color: black;
}

.alert-secondary {
    color: #6a605e;
    background-color: #f5f1f0;
    border-color: #f1ebea;
}

.alert-secondary hr {
    border-top-color: #e7dcdb;
}

.alert-secondary .alert-link {
    color: #4f4846;
}

.alert-success {
    color: #3a5447;
    background-color: #e2ece7;
    border-color: #d7e5de;
}

.alert-success hr {
    border-top-color: #c8dbd1;
}

.alert-success .alert-link {
    color: #25362e;
}

.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: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger,
#editDeliveryDateModal .form-field-not_available,
#confirmReservationModal .form-field-not_available,
#cancelReservationModal .form-field-not_available {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr,
#editDeliveryDateModal .form-field-not_available hr,
#confirmReservationModal .form-field-not_available hr,
#cancelReservationModal .form-field-not_available hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link,
#editDeliveryDateModal .form-field-not_available .alert-link,
#confirmReservationModal .form-field-not_available .alert-link,
#cancelReservationModal .form-field-not_available .alert-link {
    color: #491217;
}

.alert-light {
    color: #7f7f7f;
    background-color: #fdfdfd;
    border-color: #fcfcfc;
}

.alert-light hr {
    border-top-color: #efefef;
}

.alert-light .alert-link {
    color: #666666;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.alert-gray-blue {
    color: #232129;
    background-color: #dad9dc;
    border-color: #cbcace;
}

.alert-gray-blue hr {
    border-top-color: #bebdc2;
}

.alert-gray-blue .alert-link {
    color: #0b0a0d;
}

.alert-green {
    color: #3a5447;
    background-color: #e2ece7;
    border-color: #d7e5de;
}

.alert-green hr {
    border-top-color: #c8dbd1;
}

.alert-green .alert-link {
    color: #25362e;
}

.alert-dark-green {
    color: #111f1b;
    background-color: #d2d8d6;
    border-color: #c1c8c6;
}

.alert-dark-green hr {
    border-top-color: #b3bcba;
}

.alert-dark-green .alert-link {
    color: black;
}

.alert-white {
    color: #858585;
    background-color: white;
    border-color: white;
}

.alert-white hr {
    border-top-color: #f2f2f2;
}

.alert-white .alert-link {
    color: #6c6c6c;
}

.alert-gray {
    color: #282a2e;
    background-color: #dbdcde;
    border-color: #cdced0;
}

.alert-gray hr {
    border-top-color: #c0c1c4;
}

.alert-gray .alert-link {
    color: #101113;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.7125rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #1D1C22;
    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 {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.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: #000000;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    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: #ffffff;
}

.list-group-item.active,
span.twitter-typeahead .list-group-item.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item.lang-switcher-menu-item-active {
    z-index: 2;
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active,
span.twitter-typeahead .list-group-item + .list-group-item.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item + .list-group-item.lang-switcher-menu-item-active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal &gt; .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal &gt; .list-group-item.active,
span.twitter-typeahead .list-group-horizontal &gt; .list-group-item.tt-suggestion.tt-cursor,
.lang-switcher .list-group-horizontal &gt; .list-group-item.lang-switcher-menu-item-active {
    margin-top: 0;
}

.list-group-horizontal &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal &gt; .list-group-item + .list-group-item.active,
span.twitter-typeahead .list-group-horizontal &gt; .list-group-item + .list-group-item.tt-suggestion.tt-cursor,
.lang-switcher .list-group-horizontal &gt; .list-group-item + .list-group-item.lang-switcher-menu-item-active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm &gt; .list-group-item.active,
    span.twitter-typeahead .list-group-horizontal-sm &gt; .list-group-item.tt-suggestion.tt-cursor,
    .lang-switcher .list-group-horizontal-sm &gt; .list-group-item.lang-switcher-menu-item-active {
        margin-top: 0;
    }

    .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active,
    span.twitter-typeahead .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.tt-suggestion.tt-cursor,
    .lang-switcher .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.lang-switcher-menu-item-active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md &gt; .list-group-item.active,
    span.twitter-typeahead .list-group-horizontal-md &gt; .list-group-item.tt-suggestion.tt-cursor,
    .lang-switcher .list-group-horizontal-md &gt; .list-group-item.lang-switcher-menu-item-active {
        margin-top: 0;
    }

    .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active,
    span.twitter-typeahead .list-group-horizontal-md &gt; .list-group-item + .list-group-item.tt-suggestion.tt-cursor,
    .lang-switcher .list-group-horizontal-md &gt; .list-group-item + .list-group-item.lang-switcher-menu-item-active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg &gt; .list-group-item.active,
    span.twitter-typeahead .list-group-horizontal-lg &gt; .list-group-item.tt-suggestion.tt-cursor,
    .lang-switcher .list-group-horizontal-lg &gt; .list-group-item.lang-switcher-menu-item-active {
        margin-top: 0;
    }

    .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active,
    span.twitter-typeahead .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.tt-suggestion.tt-cursor,
    .lang-switcher .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.lang-switcher-menu-item-active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl &gt; .list-group-item.active,
    span.twitter-typeahead .list-group-horizontal-xl &gt; .list-group-item.tt-suggestion.tt-cursor,
    .lang-switcher .list-group-horizontal-xl &gt; .list-group-item.lang-switcher-menu-item-active {
        margin-top: 0;
    }

    .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active,
    span.twitter-typeahead .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.tt-suggestion.tt-cursor,
    .lang-switcher .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.lang-switcher-menu-item-active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush &gt; .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush &gt; .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #0f0f12;
    background-color: #c0bfc1;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #0f0f12;
    background-color: #b3b2b4;
}

.list-group-item-primary.list-group-item-action.active,
span.twitter-typeahead .list-group-item-primary.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-primary.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #0f0f12;
    border-color: #0f0f12;
}

.list-group-item-secondary {
    color: #6a605e;
    background-color: #f1ebea;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #6a605e;
    background-color: #e7dcdb;
}

.list-group-item-secondary.list-group-item-action.active,
span.twitter-typeahead .list-group-item-secondary.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-secondary.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #6a605e;
    border-color: #6a605e;
}

.list-group-item-success {
    color: #3a5447;
    background-color: #d7e5de;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #3a5447;
    background-color: #c8dbd1;
}

.list-group-item-success.list-group-item-action.active,
span.twitter-typeahead .list-group-item-success.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-success.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #3a5447;
    border-color: #3a5447;
}

.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,
span.twitter-typeahead .list-group-item-info.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-info.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active,
span.twitter-typeahead .list-group-item-warning.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-warning.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active,
span.twitter-typeahead .list-group-item-danger.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-danger.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #7f7f7f;
    background-color: #fcfcfc;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef;
}

.list-group-item-light.list-group-item-action.active,
span.twitter-typeahead .list-group-item-light.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-light.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}

.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,
span.twitter-typeahead .list-group-item-dark.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-dark.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.list-group-item-gray-blue {
    color: #232129;
    background-color: #cbcace;
}

.list-group-item-gray-blue.list-group-item-action:hover,
.list-group-item-gray-blue.list-group-item-action:focus {
    color: #232129;
    background-color: #bebdc2;
}

.list-group-item-gray-blue.list-group-item-action.active,
span.twitter-typeahead .list-group-item-gray-blue.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-gray-blue.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #232129;
    border-color: #232129;
}

.list-group-item-green {
    color: #3a5447;
    background-color: #d7e5de;
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
    color: #3a5447;
    background-color: #c8dbd1;
}

.list-group-item-green.list-group-item-action.active,
span.twitter-typeahead .list-group-item-green.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-green.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #3a5447;
    border-color: #3a5447;
}

.list-group-item-dark-green {
    color: #111f1b;
    background-color: #c1c8c6;
}

.list-group-item-dark-green.list-group-item-action:hover,
.list-group-item-dark-green.list-group-item-action:focus {
    color: #111f1b;
    background-color: #b3bcba;
}

.list-group-item-dark-green.list-group-item-action.active,
span.twitter-typeahead .list-group-item-dark-green.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-dark-green.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #111f1b;
    border-color: #111f1b;
}

.list-group-item-white {
    color: #858585;
    background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active,
span.twitter-typeahead .list-group-item-white.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-white.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #858585;
    border-color: #858585;
}

.list-group-item-gray {
    color: #282a2e;
    background-color: #cdced0;
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
    color: #282a2e;
    background-color: #c0c1c4;
}

.list-group-item-gray.list-group-item-action.active,
span.twitter-typeahead .list-group-item-gray.list-group-item-action.tt-suggestion.tt-cursor,
.lang-switcher .list-group-item-gray.list-group-item-action.lang-switcher-menu-item-active {
    color: #ffffff;
    background-color: #282a2e;
    border-color: #282a2e;
}

.close {
    float: right;
    font-size: 1.425rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.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: 0.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: 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 {
    flex-shrink: 0;
}

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    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: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    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: 0.5;
}

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

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

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

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

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

.modal-footer &gt; * {
    margin: 0.25rem;
}

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

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

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    }

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

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    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: 0.83125rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
    padding: 0.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: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
    padding: 0.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 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    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: 0.83125rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

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

.bs-popover-top &gt; .arrow,
.bs-popover-auto[x-placement^=top] &gt; .arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top &gt; .arrow::before,
.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top &gt; .arrow::after,
.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #ffffff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
    margin-left: 0.5rem;
}

.bs-popover-right &gt; .arrow,
.bs-popover-auto[x-placement^=right] &gt; .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right &gt; .arrow::before,
.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right &gt; .arrow::after,
.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
    margin-top: 0.5rem;
}

.bs-popover-bottom &gt; .arrow,
.bs-popover-auto[x-placement^=bottom] &gt; .arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom &gt; .arrow::before,
.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom &gt; .arrow::after,
.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #ffffff;
}

.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: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
    margin-right: 0.5rem;
}

.bs-popover-left &gt; .arrow,
.bs-popover-auto[x-placement^=left] &gt; .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left &gt; .arrow::before,
.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left &gt; .arrow::after,
.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #ffffff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #000000;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    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 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
span.twitter-typeahead .carousel-item.tt-suggestion.tt-cursor,
.lang-switcher .carousel-item.lang-switcher-menu-item-active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right,
span.twitter-typeahead .carousel-item-right.tt-suggestion.tt-cursor,
.lang-switcher .carousel-item-right.lang-switcher-menu-item-active {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left,
span.twitter-typeahead .carousel-item-left.tt-suggestion.tt-cursor,
.lang-switcher .carousel-item-left.lang-switcher-menu-item-active {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade span.twitter-typeahead .carousel-item.tt-suggestion.tt-cursor,
span.twitter-typeahead .carousel-fade .carousel-item.tt-suggestion.tt-cursor,
.carousel-fade .lang-switcher .carousel-item.lang-switcher-menu-item-active,
.lang-switcher .carousel-fade .carousel-item.lang-switcher-menu-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 span.twitter-typeahead .carousel-item-left.tt-suggestion.tt-cursor,
span.twitter-typeahead .carousel-fade .carousel-item-left.tt-suggestion.tt-cursor,
.carousel-fade .lang-switcher .carousel-item-left.lang-switcher-menu-item-active,
.lang-switcher .carousel-fade .carousel-item-left.lang-switcher-menu-item-active,
.carousel-fade .active.carousel-item-right,
.carousel-fade span.twitter-typeahead .carousel-item-right.tt-suggestion.tt-cursor,
span.twitter-typeahead .carousel-fade .carousel-item-right.tt-suggestion.tt-cursor,
.carousel-fade .lang-switcher .carousel-item-right.lang-switcher-menu-item-active,
.lang-switcher .carousel-fade .carousel-item-right.lang-switcher-menu-item-active {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade span.twitter-typeahead .carousel-item-left.tt-suggestion.tt-cursor,
    span.twitter-typeahead .carousel-fade .carousel-item-left.tt-suggestion.tt-cursor,
    .carousel-fade .lang-switcher .carousel-item-left.lang-switcher-menu-item-active,
    .lang-switcher .carousel-fade .carousel-item-left.lang-switcher-menu-item-active,
    .carousel-fade .active.carousel-item-right,
    .carousel-fade span.twitter-typeahead .carousel-item-right.tt-suggestion.tt-cursor,
    span.twitter-typeahead .carousel-fade .carousel-item-right.tt-suggestion.tt-cursor,
    .carousel-fade .lang-switcher .carousel-item-right.lang-switcher-menu-item-active,
    .lang-switcher .carousel-fade .carousel-item-right.lang-switcher-menu-item-active {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.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: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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='%23ffffff' 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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active,
.carousel-indicators span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .carousel-indicators .tt-suggestion.tt-cursor,
.carousel-indicators .lang-switcher .lang-switcher-menu-item-active,
.lang-switcher .carousel-indicators .lang-switcher-menu-item-active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.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: #1D1C22 !important;
}

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

.bg-secondary {
    background-color: #CCB8B4 !important;
}

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

.bg-success {
    background-color: #70A288 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #58876f !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: #ffc107 !important;
}

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

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

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

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dbdbdb !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-gray-blue {
    background-color: #44404F !important;
}

a.bg-gray-blue:hover,
a.bg-gray-blue:focus,
button.bg-gray-blue:hover,
button.bg-gray-blue:focus {
    background-color: #2c2933 !important;
}

.bg-green {
    background-color: #70A288 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #58876f !important;
}

.bg-dark-green {
    background-color: #203c34 !important;
}

a.bg-dark-green:hover,
a.bg-dark-green:focus,
button.bg-dark-green:hover,
button.bg-dark-green:focus {
    background-color: #0e1b17 !important;
}

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

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-gray {
    background-color: #4D5058 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #35373d !important;
}

.bg-white {
    background-color: #ffffff !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: #1D1C22 !important;
}

.border-secondary {
    border-color: #CCB8B4 !important;
}

.border-success {
    border-color: #70A288 !important;
}

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

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

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

.border-light {
    border-color: #F4F4F4 !important;
}

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

.border-gray-blue {
    border-color: #44404F !important;
}

.border-green {
    border-color: #70A288 !important;
}

.border-dark-green {
    border-color: #203c34 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-gray {
    border-color: #4D5058 !important;
}

.border-white {
    border-color: #ffffff !important;
}

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

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !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: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
    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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-none {
    -webkit-user-select: none !important;
    -moz-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: 0.25rem !important;
}

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

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

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

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

.m-2 {
    margin: 0.5rem !important;
}

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

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

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

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

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

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

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

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

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

.pl-2,
.px-2 {
    padding-left: 0.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: -0.25rem !important;
}

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

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

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

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

.m-n2 {
    margin: -0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

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

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

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

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

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

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

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

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

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: -0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

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

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

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

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

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

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

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

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

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: -0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

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

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

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

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-auto {
        margin: auto !important;
    }

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

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

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

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

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

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

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

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.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: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

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

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

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

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

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

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #ffffff !important;
}

.text-primary,
#cart .cart-rows-form .cart-text-voucher {
    color: #1D1C22 !important;
}

a.text-primary:hover,
#cart .cart-rows-form a.cart-text-voucher:hover,
a.text-primary:focus,
#cart .cart-rows-form a.cart-text-voucher:focus {
    color: black !important;
}

.text-secondary {
    color: #CCB8B4 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #ad8d86 !important;
}

.text-success {
    color: #70A288 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #4e7862 !important;
}

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

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #F4F4F4 !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cecece !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-gray-blue {
    color: #44404F !important;
}

a.text-gray-blue:hover,
a.text-gray-blue:focus {
    color: #201e25 !important;
}

.text-green {
    color: #70A288 !important;
}

a.text-green:hover,
a.text-green:focus {
    color: #4e7862 !important;
}

.text-dark-green {
    color: #203c34 !important;
}

a.text-dark-green:hover,
a.text-dark-green:focus {
    color: #050a09 !important;
}

.text-white {
    color: #ffffff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #d9d9d9 !important;
}

.text-gray {
    color: #4D5058 !important;
}

a.text-gray:hover,
a.text-gray:focus {
    color: #292b2f !important;
}

.text-body {
    color: #000000 !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-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;
    }

    thead {
        display: table-header-group;
    }

    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: 992px !important;
    }

    .container,
    #product-holder .row-product-navigation-bar.sticky {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #ffffff !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: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.lang-switcher .lang-switcher-dropdown {
    text-transform: uppercase;
}

.lang-switcher .lang-switcher-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.lang-switcher .lang-switcher-menu-item .lang-flag {
    margin-right: 5px;
}

#breadcrumb {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #breadcrumb {
        margin-bottom: 15px;
    }
}

#breadcrumb .breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
}

#breadcrumb .breadcrumb .breadcrumb-item {
    display: inline-block;
    padding-left: 0;
}

#breadcrumb .breadcrumb .breadcrumb-item:not(:first-child)::before {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 1.1em;
    width: 1.1em;
    height: 1.1em;
    content: "";
    vertical-align: text-bottom;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='rgb%2898%2C97%2C95%29'%3E%3Cpath fill-rule='evenodd' d='M4.694 3.644a.508.508 0 0 1 0-.71.497.497 0 0 1 .7-.006l4.06 4.084-4.055 4.054a.505.505 0 0 1-.707 0 .501.501 0 0 1 .002-.71l3.352-3.351-3.352-3.36z'/%3E%3C/svg%3E");
}

#breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link {
    color: inherit;
}

#breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover {
    color: #1D1C22;
}

#breadcrumb .backcrumb-back-icon {
    margin-right: 3px;
}

#breadcrumb .btn {
    margin-right: 15px;
}

.navbar-light .navbar-nav .nav-link:not(.active) {
    color: inherit;
}

.navbar-nav .nav-item.dropdown .nav-item-children,
.navbar-nav .nav-item.lang-switcher .nav-item-children {
    padding: 0;
    list-style: none;
}

.navbar-nav .nav-item.dropdown .dropdown-item.menu-icon-large,
.navbar-nav .nav-item.dropdown span.twitter-typeahead .menu-icon-large.tt-suggestion,
span.twitter-typeahead .navbar-nav .nav-item.dropdown .menu-icon-large.tt-suggestion,
.navbar-nav .nav-item.lang-switcher .dropdown-item.menu-icon-large,
.navbar-nav .nav-item.lang-switcher span.twitter-typeahead .menu-icon-large.tt-suggestion,
span.twitter-typeahead .navbar-nav .nav-item.lang-switcher .menu-icon-large.tt-suggestion,
.navbar-nav .nav-item.dropdown .lang-switcher .menu-icon-large.lang-switcher-menu-item,
.lang-switcher .navbar-nav .nav-item.dropdown .menu-icon-large.lang-switcher-menu-item,
.navbar-nav .nav-item.lang-switcher .menu-icon-large.lang-switcher-menu-item {
    position: relative;
    padding: 0.5em 1em;
}

.navbar-nav .nav-item.dropdown .dropdown-item.menu-icon-large .menu-label,
.navbar-nav .nav-item.dropdown span.twitter-typeahead .menu-icon-large.tt-suggestion .menu-label,
span.twitter-typeahead .navbar-nav .nav-item.dropdown .menu-icon-large.tt-suggestion .menu-label,
.navbar-nav .nav-item.lang-switcher .dropdown-item.menu-icon-large .menu-label,
.navbar-nav .nav-item.lang-switcher span.twitter-typeahead .menu-icon-large.tt-suggestion .menu-label,
span.twitter-typeahead .navbar-nav .nav-item.lang-switcher .menu-icon-large.tt-suggestion .menu-label,
.navbar-nav .nav-item.dropdown .lang-switcher .menu-icon-large.lang-switcher-menu-item .menu-label,
.lang-switcher .navbar-nav .nav-item.dropdown .menu-icon-large.lang-switcher-menu-item .menu-label,
.navbar-nav .nav-item.lang-switcher .menu-icon-large.lang-switcher-menu-item .menu-label {
    position: absolute;
    left: 2em;
    bottom: 1em;
}

.navbar-nav .nav-item.dropdown .dropdown-item.menu-icon-small .menu-icon,
.navbar-nav .nav-item.dropdown span.twitter-typeahead .menu-icon-small.tt-suggestion .menu-icon,
span.twitter-typeahead .navbar-nav .nav-item.dropdown .menu-icon-small.tt-suggestion .menu-icon,
.navbar-nav .nav-item.lang-switcher .dropdown-item.menu-icon-small .menu-icon,
.navbar-nav .nav-item.lang-switcher span.twitter-typeahead .menu-icon-small.tt-suggestion .menu-icon,
span.twitter-typeahead .navbar-nav .nav-item.lang-switcher .menu-icon-small.tt-suggestion .menu-icon,
.navbar-nav .nav-item.dropdown .lang-switcher .menu-icon-small.lang-switcher-menu-item .menu-icon,
.lang-switcher .navbar-nav .nav-item.dropdown .menu-icon-small.lang-switcher-menu-item .menu-icon,
.navbar-nav .nav-item.lang-switcher .menu-icon-small.lang-switcher-menu-item .menu-icon {
    width: 2em;
    margin-right: 0.5em;
}

@media (min-width: 768px) {
    .navbar-nav .nav-item.dropdown.default,
    .navbar-nav .nav-item.default.lang-switcher {
        /* :hover op links in iOS zorgt dat dubbel-taps nodig zijn, dus niet toepassen op mobiel */
    }

    .navbar-nav .nav-item.dropdown.default:hover &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.default:hover &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.default:hover &gt; .tt-menu,
    .navbar-nav .nav-item.default.lang-switcher:hover &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.default.lang-switcher:hover &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.default.lang-switcher:hover &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.default:hover &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.default:hover &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.default.lang-switcher:hover &gt; .lang-switcher-menu {
        display: block;
    }

    .navbar-nav .nav-item.dropdown.default .dropdown-submenu:hover &gt; .dropdown-menu,
    .navbar-nav .nav-item.dropdown.default span.twitter-typeahead .dropdown-submenu:hover &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.default .dropdown-submenu:hover &gt; .tt-menu,
    .navbar-nav .nav-item.default.lang-switcher .dropdown-submenu:hover &gt; .dropdown-menu,
    .navbar-nav .nav-item.default.lang-switcher span.twitter-typeahead .dropdown-submenu:hover &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.default.lang-switcher .dropdown-submenu:hover &gt; .tt-menu,
    .navbar-nav .nav-item.dropdown.default .lang-switcher .dropdown-submenu:hover &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.default .dropdown-submenu:hover &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.default.lang-switcher .dropdown-submenu:hover &gt; .lang-switcher-menu {
        display: block;
    }
}

.navbar-nav .nav-item.dropdown.default .dropdown-submenu,
.navbar-nav .nav-item.default.lang-switcher .dropdown-submenu {
    position: relative;
}

.navbar-nav .nav-item.dropdown.default .dropdown-submenu &gt; .dropdown-menu,
.navbar-nav .nav-item.dropdown.default span.twitter-typeahead .dropdown-submenu &gt; .tt-menu,
span.twitter-typeahead .navbar-nav .nav-item.dropdown.default .dropdown-submenu &gt; .tt-menu,
.navbar-nav .nav-item.default.lang-switcher .dropdown-submenu &gt; .dropdown-menu,
.navbar-nav .nav-item.default.lang-switcher span.twitter-typeahead .dropdown-submenu &gt; .tt-menu,
span.twitter-typeahead .navbar-nav .nav-item.default.lang-switcher .dropdown-submenu &gt; .tt-menu,
.navbar-nav .nav-item.dropdown.default .lang-switcher .dropdown-submenu &gt; .lang-switcher-menu,
.lang-switcher .navbar-nav .nav-item.dropdown.default .dropdown-submenu &gt; .lang-switcher-menu,
.navbar-nav .nav-item.default.lang-switcher .dropdown-submenu &gt; .lang-switcher-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

.navbar-nav .nav-item.dropdown.default .dropdown-submenu &gt; a:after,
.navbar-nav .nav-item.default.lang-switcher .dropdown-submenu &gt; a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher,
    .navbar-nav .nav-item.dropdown.wide.levels-4,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher {
        position: static;
        /* :hover op links in iOS zorgt dat dubbel-taps nodig zijn, dus niet toepassen op mobiel */
    }

    .navbar-nav .nav-item.dropdown.wide.levels-3:hover,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover,
    .navbar-nav .nav-item.dropdown.wide.levels-4:hover,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
        background-color: #ffffff;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .nav-link,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .nav-link,
    .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .nav-link,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .nav-link {
        position: relative;
        z-index: 1060;
        color: inherit;
        background-color: #ffffff;
        border-radius: 0.25rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3:hover &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher:hover &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3:hover &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4:hover &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher:hover &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4:hover &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .lang-switcher-menu {
        display: block;
        z-index: 1055;
        margin-top: -1px !important;
    }

    .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .dropdown-menu.flex.has-sub-sub-pages,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3:hover &gt; .flex.has-sub-sub-pages.tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .flex.has-sub-sub-pages.tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .dropdown-menu.flex.has-sub-sub-pages,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher:hover &gt; .flex.has-sub-sub-pages.tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .flex.has-sub-sub-pages.tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .dropdown-menu.flex.has-sub-sub-pages,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4:hover &gt; .flex.has-sub-sub-pages.tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .flex.has-sub-sub-pages.tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .dropdown-menu.flex.has-sub-sub-pages,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher:hover &gt; .flex.has-sub-sub-pages.tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .flex.has-sub-sub-pages.tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu {
        display: flex;
    }

    .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .dropdown-menu.flex.has-sub-sub-pages &gt; .nav-item,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3:hover &gt; .flex.has-sub-sub-pages.tt-menu &gt; .nav-item,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .flex.has-sub-sub-pages.tt-menu &gt; .nav-item,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .dropdown-menu.flex.has-sub-sub-pages &gt; .nav-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher:hover &gt; .flex.has-sub-sub-pages.tt-menu &gt; .nav-item,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .flex.has-sub-sub-pages.tt-menu &gt; .nav-item,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu &gt; .nav-item,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu &gt; .nav-item,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu &gt; .nav-item,
    .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .dropdown-menu.flex.has-sub-sub-pages &gt; .nav-item,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4:hover &gt; .flex.has-sub-sub-pages.tt-menu &gt; .nav-item,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .flex.has-sub-sub-pages.tt-menu &gt; .nav-item,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .dropdown-menu.flex.has-sub-sub-pages &gt; .nav-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher:hover &gt; .flex.has-sub-sub-pages.tt-menu &gt; .nav-item,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .flex.has-sub-sub-pages.tt-menu &gt; .nav-item,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu &gt; .nav-item,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu &gt; .nav-item,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher:hover &gt; .flex.has-sub-sub-pages.lang-switcher-menu &gt; .nav-item {
        flex: 1;
    }

    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (min-width: 992px) and (min-width: 576px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu {
        max-width: 540px;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu {
        max-width: 720px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu {
        max-width: 960px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu {
        max-width: 1350px;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu.column,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .column.tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .column.tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu.column,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .column.tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .column.tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .column.lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .column.lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .column.lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu.column,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .column.tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .column.tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu.column,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .column.tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .column.tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .column.lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .column.lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .column.lang-switcher-menu {
        -moz-column-count: 4;
        column-count: 4;
    }

    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu.column &gt; .nav-item,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .column.tt-menu &gt; .nav-item,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .column.tt-menu &gt; .nav-item,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu.column &gt; .nav-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .column.tt-menu &gt; .nav-item,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .column.tt-menu &gt; .nav-item,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .column.lang-switcher-menu &gt; .nav-item,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .column.lang-switcher-menu &gt; .nav-item,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .column.lang-switcher-menu &gt; .nav-item,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu.column &gt; .nav-item,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .column.tt-menu &gt; .nav-item,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .column.tt-menu &gt; .nav-item,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu.column &gt; .nav-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .column.tt-menu &gt; .nav-item,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .column.tt-menu &gt; .nav-item,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .column.lang-switcher-menu &gt; .nav-item,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .column.lang-switcher-menu &gt; .nav-item,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .column.lang-switcher-menu &gt; .nav-item {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .dropdown-item,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .dropdown-item,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav .lang-switcher span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .dropdown-item,
    .lang-switcher .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .lang-switcher span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    span.twitter-typeahead .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .lang-switcher-menu-item,
    .lang-switcher .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    span.twitter-typeahead .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .dropdown-item,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .dropdown-item,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav .lang-switcher span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .dropdown-item,
    .lang-switcher .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .dropdown-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .tt-suggestion,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .lang-switcher span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    span.twitter-typeahead .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .lang-switcher-menu-item,
    .lang-switcher .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    span.twitter-typeahead .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu.has-sub-sub-pages &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.tt-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .lang-switcher-menu-item,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .has-sub-sub-pages.lang-switcher-menu &gt; .nav-item &gt; .lang-switcher-menu-item {
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .dropdown-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .dropdown-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu .tt-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu .dropdown-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu .dropdown-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu .tt-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu .dropdown-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu .tt-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu .dropdown-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu .tt-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu .dropdown-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu .tt-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu .lang-switcher .lang-switcher-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .lang-switcher .lang-switcher-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .lang-switcher .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu .lang-switcher-menu,
    .lang-switcher .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .lang-switcher-menu,
    span.twitter-typeahead .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu .lang-switcher-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu .lang-switcher-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu .lang-switcher-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu .lang-switcher-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .dropdown-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .dropdown-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu .tt-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu .dropdown-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu .dropdown-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu .dropdown-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu .tt-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu .tt-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu .dropdown-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu .tt-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu .dropdown-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu .tt-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu .dropdown-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu .tt-menu,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu .lang-switcher .lang-switcher-menu,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .lang-switcher .lang-switcher-menu,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .lang-switcher .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu .lang-switcher-menu,
    .lang-switcher .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .lang-switcher-menu,
    span.twitter-typeahead .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu .lang-switcher-menu,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu .lang-switcher-menu,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu .lang-switcher-menu,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu .lang-switcher-menu,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu .lang-switcher-menu,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu .lang-switcher-menu {
        display: block;
        position: static;
        border-radius: 0;
        border: none;
        padding: 0;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .dropdown-menu .dropdown-toggle::after,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .dropdown-toggle::after,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .tt-menu .dropdown-toggle::after,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .dropdown-menu .dropdown-toggle::after,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu .dropdown-toggle::after,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .tt-menu .dropdown-toggle::after,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu .dropdown-toggle::after,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-3 &gt; .lang-switcher-menu .dropdown-toggle::after,
    .navbar-nav .nav-item.wide.levels-3.lang-switcher &gt; .lang-switcher-menu .dropdown-toggle::after,
    .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .dropdown-menu .dropdown-toggle::after,
    .navbar-nav span.twitter-typeahead .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .dropdown-toggle::after,
    span.twitter-typeahead .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .tt-menu .dropdown-toggle::after,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .dropdown-menu .dropdown-toggle::after,
    .navbar-nav span.twitter-typeahead .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu .dropdown-toggle::after,
    span.twitter-typeahead .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .tt-menu .dropdown-toggle::after,
    .navbar-nav .lang-switcher .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu .dropdown-toggle::after,
    .lang-switcher .navbar-nav .nav-item.dropdown.wide.levels-4 &gt; .lang-switcher-menu .dropdown-toggle::after,
    .navbar-nav .nav-item.wide.levels-4.lang-switcher &gt; .lang-switcher-menu .dropdown-toggle::after {
        content: none;
    }
}

@media (min-width: 992px) {
    .menu-container.offcanvas .navbar {
        display: none;
    }

    .menu-container.offcanvas .mobile-menu-toggle {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .menu-container.offcanvas {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        transition: left 0.25s ease-in-out;
        display: block !important;
        background: white;
        z-index: 1000;
        overflow-y: scroll;
    }

    .menu-container.offcanvas .navbar {
        border-bottom: 1px solid #ccc;
        padding: 0.5rem;
    }

    .menu-container.offcanvas .navbar .navbar-toggler {
        outline: none;
    }

    .menu-container.offcanvas .navbar .navbar-toggler .navbar-toggler-inner {
        overflow: hidden;
    }

    .menu-container.offcanvas .navbar .navbar-toggler .navbar-toggler-inner .navbar-toggler-inner-icons {
        margin-left: -10px;
        margin-right: 10px;
        transition: margin 0.2s ease-in-out;
        word-spacing: -5px;
    }

    .menu-container.offcanvas .navbar .navbar-toggler .navbar-toggler-inner .navbar-toggler-inner-icons .navbar-back-icon {
        font-size: 0.7em;
        line-height: 1.5em;
        vertical-align: middle;
    }

    .menu-container.offcanvas .navbar .close {
        font-size: 2.5em;
        padding-right: 5px;
        padding-left: 20px;
        padding-bottom: 5px;
        outline: none;
    }

    .menu-container.offcanvas .navbar-nav {
        position: relative;
        width: 100%;
        left: 0;
        transition: left 0.2s ease-in-out;
    }

    .menu-container.offcanvas .navbar-nav.out {
        left: -100%;
    }

    .menu-container.offcanvas .navbar-nav .nav-item {
        display: flex;
        flex-flow: row wrap;
    }

    .menu-container.offcanvas .navbar-nav .nav-item .nav-link,
    .menu-container.offcanvas .navbar-nav .nav-item .dropdown-item,
    .menu-container.offcanvas .navbar-nav .nav-item span.twitter-typeahead .tt-suggestion,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item .tt-suggestion,
    .menu-container.offcanvas .navbar-nav .nav-item .lang-switcher .lang-switcher-menu-item,
    .lang-switcher .menu-container.offcanvas .navbar-nav .nav-item .lang-switcher-menu-item {
        padding: 0.5rem 15px;
        flex: 1;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher {
        position: static;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown a::after,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher a::after {
        display: none;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .mobile-menu-toggle,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .mobile-menu-toggle {
        padding: 0.5rem 0.75rem;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .dropdown-menu,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.dropdown .tt-menu,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .dropdown-menu,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .tt-menu,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .lang-switcher .lang-switcher-menu,
    .lang-switcher .menu-container.offcanvas .navbar-nav .nav-item.dropdown .lang-switcher-menu,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .lang-switcher-menu {
        position: absolute;
        top: 0;
        border: none;
        padding: 0;
        left: 100%;
        width: 100%;
        box-shadow: none;
        background: none;
        border-radius: 0;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .dropdown-menu.in,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown span.twitter-typeahead .in.tt-menu,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.dropdown .in.tt-menu,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .dropdown-menu.in,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher span.twitter-typeahead .in.tt-menu,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .in.tt-menu,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .lang-switcher .in.lang-switcher-menu,
    .lang-switcher .menu-container.offcanvas .navbar-nav .nav-item.dropdown .in.lang-switcher-menu,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .in.lang-switcher-menu {
        display: block;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown span.twitter-typeahead .tt-menu .nav-item,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.dropdown .tt-menu .nav-item,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .dropdown-menu .nav-item,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher span.twitter-typeahead .tt-menu .nav-item,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .tt-menu .nav-item,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .lang-switcher .lang-switcher-menu .nav-item,
    .lang-switcher .menu-container.offcanvas .navbar-nav .nav-item.dropdown .lang-switcher-menu .nav-item,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .lang-switcher-menu .nav-item {
        display: block;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .dropdown-menu ul,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown span.twitter-typeahead .tt-menu ul,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.dropdown .tt-menu ul,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .dropdown-menu ul,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher span.twitter-typeahead .tt-menu ul,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .tt-menu ul,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown .lang-switcher .lang-switcher-menu ul,
    .lang-switcher .menu-container.offcanvas .navbar-nav .nav-item.dropdown .lang-switcher-menu ul,
    .menu-container.offcanvas .navbar-nav .nav-item.lang-switcher .lang-switcher-menu ul {
        padding: 0;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-3 .dropdown-submenu,
    .menu-container.offcanvas .navbar-nav .nav-item.levels-3.lang-switcher .dropdown-submenu,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-4 .dropdown-submenu,
    .menu-container.offcanvas .navbar-nav .nav-item.levels-4.lang-switcher .dropdown-submenu {
        margin-bottom: 15px;
    }

    .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-3 .dropdown-submenu &gt; .dropdown-item,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-3 span.twitter-typeahead .dropdown-submenu &gt; .tt-suggestion,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-3 .dropdown-submenu &gt; .tt-suggestion,
    .menu-container.offcanvas .navbar-nav .nav-item.levels-3.lang-switcher .dropdown-submenu &gt; .dropdown-item,
    .menu-container.offcanvas .navbar-nav .nav-item.levels-3.lang-switcher span.twitter-typeahead .dropdown-submenu &gt; .tt-suggestion,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.levels-3.lang-switcher .dropdown-submenu &gt; .tt-suggestion,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-3 .lang-switcher .dropdown-submenu &gt; .lang-switcher-menu-item,
    .lang-switcher .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-3 .dropdown-submenu &gt; .lang-switcher-menu-item,
    .menu-container.offcanvas .navbar-nav .nav-item.levels-3.lang-switcher .dropdown-submenu &gt; .lang-switcher-menu-item,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-4 .dropdown-submenu &gt; .dropdown-item,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-4 span.twitter-typeahead .dropdown-submenu &gt; .tt-suggestion,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-4 .dropdown-submenu &gt; .tt-suggestion,
    .menu-container.offcanvas .navbar-nav .nav-item.levels-4.lang-switcher .dropdown-submenu &gt; .dropdown-item,
    .menu-container.offcanvas .navbar-nav .nav-item.levels-4.lang-switcher span.twitter-typeahead .dropdown-submenu &gt; .tt-suggestion,
    span.twitter-typeahead .menu-container.offcanvas .navbar-nav .nav-item.levels-4.lang-switcher .dropdown-submenu &gt; .tt-suggestion,
    .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-4 .lang-switcher .dropdown-submenu &gt; .lang-switcher-menu-item,
    .lang-switcher .menu-container.offcanvas .navbar-nav .nav-item.dropdown.levels-4 .dropdown-submenu &gt; .lang-switcher-menu-item,
    .menu-container.offcanvas .navbar-nav .nav-item.levels-4.lang-switcher .dropdown-submenu &gt; .lang-switcher-menu-item {
        font-weight: bold;
    }

    .menu-container.offcanvas.show-back .navbar-toggler .navbar-toggler-inner .navbar-toggler-inner-icons {
        margin-left: 0;
        margin-right: 0;
    }

    .menu-container.offcanvas.show-back .navbar-nav:not(.out) {
        display: none;
    }

    .menu-container.offcanvas:not(.offcanvas-active) {
        left: -250px;
    }

    .offcanvas-menu-overlay {
        opacity: 0.4;
        background: black;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990;
    }

    .offcanvas-menu-overlay:not(.active) {
        display: none;
    }

    body.offcanvas-open {
        height: 100%;
        overflow: hidden;
    }
}

.content-block.menu .navbar-collapse {
    display: flex;
}

.footer .navbar-nav .dropdown .dropdown-menu,
.footer .navbar-nav .dropdown span.twitter-typeahead .tt-menu,
span.twitter-typeahead .footer .navbar-nav .dropdown .tt-menu,
.footer .navbar-nav .lang-switcher .dropdown-menu,
.footer .navbar-nav .lang-switcher span.twitter-typeahead .tt-menu,
span.twitter-typeahead .footer .navbar-nav .lang-switcher .tt-menu,
.lang-switcher .footer .navbar-nav .dropdown .lang-switcher-menu,
.footer .navbar-nav .lang-switcher .lang-switcher-menu {
    background-color: transparent;
    border: 0;
    display: block;
    padding: 0.5rem;
    z-index: auto;
}

.footer .navbar-nav .dropdown .dropdown-toggle::after,
.footer .navbar-nav .lang-switcher .dropdown-toggle::after {
    display: none;
}

.shop-account-menu {
    position: relative;
    z-index: 900;
}

.shop-account-menu .shop-account-menu-icon {
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    z-index: 6;
    font-size: 0.9rem;
    padding: 5px 10px;
    color: inherit;
    white-space: nowrap;
}

.shop-account-menu .shop-account-menu-icon:hover {
    background: #eee;
    border-bottom-color: #eee;
}

.shop-account-menu .shop-account-menu-icon .icon-arrow {
    vertical-align: top;
    margin-top: 10px;
}

.shop-account-menu .shop-account-menu-icon .shop-account-menu-name {
    vertical-align: top;
    display: inline-block;
    margin-top: 3px;
    padding: 0 3px;
}

.shop-account-menu .shop-account-menu-icon .fa-2x {
    font-size: 1.7em;
}

@media (min-width: 992px) {
    .shop-account-menu .shop-account-menu-icon.has-label {
        padding-right: 3px;
    }
}

.shop-account-menu .shop-account-menu-label {
    color: inherit;
    line-height: 2.75rem;
    vertical-align: top;
}

.shop-account-menu .shop-account-menu-label:hover:hover {
    color: inherit;
    text-decoration: none;
}

.shop-account-menu .shop-account-menu-content {
    display: none;
    position: absolute;
    width: 200px;
    border: 1px solid #ccc;
    background: white;
    margin-top: -1px;
    z-index: 5;
    padding: 15px;
    border-radius: 5px;
}

.shop-account-menu .shop-account-menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-account-menu.in .shop-account-menu-icon {
    border-color: #ccc;
    background: white;
    border-bottom-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.shop-account-menu.in .shop-account-menu-icon .icon-down {
    display: none;
}

.shop-account-menu.in .shop-account-menu-content {
    display: block;
}

.shop-account-menu:not(.in) .shop-account-menu-icon .icon-up {
    display: none;
}

.shop-account-menu-container.left .shop-account-menu .shop-account-menu-content {
    border-top-right-radius: 0;
}

.shop-account-menu-container.right .shop-account-menu .shop-account-menu-content {
    border-top-left-radius: 0;
}

.shop-account-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.shop-account-nav h3 {
    padding-left: 1rem;
}

.shop-account-nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: calc(1rem - 3px);
    color: inherit;
    border-left: 3px solid transparent;
}

.shop-account-nav .nav-link:hover {
    color: #1D1C22;
}

.shop-account-nav .nav-link.active,
.shop-account-nav span.twitter-typeahead .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .shop-account-nav .nav-link.tt-suggestion.tt-cursor,
.shop-account-nav .lang-switcher .nav-link.lang-switcher-menu-item-active,
.lang-switcher .shop-account-nav .nav-link.lang-switcher-menu-item-active {
    border-left: 3px solid #1D1C22;
    font-weight: bold;
}

.favorite-lists .card.shopping-lists-item,
.favorite-lists #account .shopping-lists-item.order-information,
#account .favorite-lists .shopping-lists-item.order-information,
.favorite-lists #account .shopping-lists-item.order-invoice,
#account .favorite-lists .shopping-lists-item.order-invoice,
.favorite-lists #order-history .shopping-lists-item.order-information,
#order-history .favorite-lists .shopping-lists-item.order-information,
.favorite-lists #order-history .shopping-lists-item.order-invoice,
#order-history .favorite-lists .shopping-lists-item.order-invoice,
.favorite-lists #order-history-details .shopping-lists-item.order-information,
#order-history-details .favorite-lists .shopping-lists-item.order-information,
.favorite-lists #order-history-details .shopping-lists-item.order-invoice,
#order-history-details .favorite-lists .shopping-lists-item.order-invoice,
.favorite-lists #favorites .shopping-lists-item.order-information,
#favorites .favorite-lists .shopping-lists-item.order-information,
.favorite-lists #favorites .shopping-lists-item.order-invoice,
#favorites .favorite-lists .shopping-lists-item.order-invoice,
.favorite-lists #profile-details .shopping-lists-item.order-information,
#profile-details .favorite-lists .shopping-lists-item.order-information,
.favorite-lists #profile-details .shopping-lists-item.order-invoice,
#profile-details .favorite-lists .shopping-lists-item.order-invoice,
.favorite-lists #profile .shopping-lists-item.order-information,
#profile .favorite-lists .shopping-lists-item.order-information,
.favorite-lists #profile .shopping-lists-item.order-invoice,
#profile .favorite-lists .shopping-lists-item.order-invoice {
    margin-bottom: 15px;
}

.shop-auth-container .shop-auth-form .form-group &gt; * {
    flex-basis: 100%;
    max-width: 100%;
}

.shop-auth-container .btn {
    width: 100%;
}

#shop-breadcrumb {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #shop-breadcrumb {
        margin-bottom: 15px;
    }
}

#shop-breadcrumb .shop-crumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

#shop-breadcrumb .shop-crumbs .shop-crumb {
    display: inline-block;
}

#shop-breadcrumb .shop-crumbs .shop-crumb:not(:first-child)::before {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 1.1em;
    width: 1.1em;
    height: 1.1em;
    content: "";
    vertical-align: text-bottom;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='rgb%2898%2C97%2C95%29'%3E%3Cpath fill-rule='evenodd' d='M4.694 3.644a.508.508 0 0 1 0-.71.497.497 0 0 1 .7-.006l4.06 4.084-4.055 4.054a.505.505 0 0 1-.707 0 .501.501 0 0 1 .002-.71l3.352-3.351-3.352-3.36z'/%3E%3C/svg%3E");
}

#shop-breadcrumb .shop-crumbs .shop-crumb .shop-crumb-link {
    color: inherit;
}

#shop-breadcrumb .shop-crumbs .shop-crumb .shop-crumb-link:hover {
    color: #1D1C22;
}

#shop-breadcrumb .shop-back-crumb-icon {
    margin-right: 3px;
}

#shop-breadcrumb .btn {
    margin-right: 15px;
}

#cart .cart-rows-form .cart-quantity {
    width: 40px;
    text-align: center;
}

#cart .cart-rows-form .close {
    font-size: 2rem;
    font-weight: normal;
    line-height: 0.3;
}

#cart .cart-rows-form .btn &gt; * {
    vertical-align: middle;
}

#cart .cart-rows-form .card-header,
#cart .cart-rows-form .card-body,
#cart .cart-rows-form #account .order-information,
#account #cart .cart-rows-form .order-information,
#cart .cart-rows-form #account .order-invoice,
#account #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #order-history .order-information,
#order-history #cart .cart-rows-form .order-information,
#cart .cart-rows-form #order-history .order-invoice,
#order-history #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #order-history-details .order-information,
#order-history-details #cart .cart-rows-form .order-information,
#cart .cart-rows-form #order-history-details .order-invoice,
#order-history-details #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #favorites .order-information,
#favorites #cart .cart-rows-form .order-information,
#cart .cart-rows-form #favorites .order-invoice,
#favorites #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #profile-details .order-information,
#profile-details #cart .cart-rows-form .order-information,
#cart .cart-rows-form #profile-details .order-invoice,
#profile-details #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #profile .order-information,
#profile #cart .cart-rows-form .order-information,
#cart .cart-rows-form #profile .order-invoice,
#profile #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form .card-footer {
    padding-left: 10px;
    padding-right: 10px;
}

#cart .cart-rows-form .card-footer {
    display: none;
}

#cart .cart-rows-form .card-body,
#cart .cart-rows-form #account .order-information,
#account #cart .cart-rows-form .order-information,
#cart .cart-rows-form #account .order-invoice,
#account #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #order-history .order-information,
#order-history #cart .cart-rows-form .order-information,
#cart .cart-rows-form #order-history .order-invoice,
#order-history #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #order-history-details .order-information,
#order-history-details #cart .cart-rows-form .order-information,
#cart .cart-rows-form #order-history-details .order-invoice,
#order-history-details #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #favorites .order-information,
#favorites #cart .cart-rows-form .order-information,
#cart .cart-rows-form #favorites .order-invoice,
#favorites #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #profile-details .order-information,
#profile-details #cart .cart-rows-form .order-information,
#cart .cart-rows-form #profile-details .order-invoice,
#profile-details #cart .cart-rows-form .order-invoice,
#cart .cart-rows-form #profile .order-information,
#profile #cart .cart-rows-form .order-information,
#cart .cart-rows-form #profile .order-invoice,
#profile #cart .cart-rows-form .order-invoice {
    padding-top: 0;
    padding-bottom: 0;
}

#cart .cart-rows-form .cart-product-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    position: relative;
}

#cart .cart-rows-form .cart-product-row.unavailable::after {
    content: "";
    opacity: 0.5;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

#cart .cart-rows-form .cart-product-row img {
    max-height: 60px;
}

#cart .cart-rows-form .cart-product-row .sku-number {
    font-size: 0.8em;
    display: none;
}

#cart .cart-rows-form .cart-product-row .stock-status .stock-status-in-stock {
    color: #70A288;
}

#cart .cart-rows-form .cart-product-row .stock-status .stock-status-temp-out-of-stock {
    color: #17a2b8;
}

#cart .cart-rows-form .cart-product-row .stock-status .stock-status-not-in-stock {
    color: #dc3545;
}

#cart .cart-rows-form .cart-product-row .stock-status .stock-status-not-available {
    color: #dc3545;
}

#cart .cart-rows-form .cart-product-row .old-price {
    font-size: 0.85em;
    text-decoration: line-through;
}

#cart .cart-rows-form .cart-totals {
    padding-top: 10px;
}

#cart .cart-rows-form .cart-totals .cart-row {
    padding-bottom: 10px;
}

#cart .cart-rows-form .cart-delete {
    border: none;
    color: #6c757d;
}

#cart .cart-rows-form .cart-delete:hover {
    background-color: transparent;
    color: #dc3545;
}

#cart .cart-rows-form .cart-minus,
#cart .cart-rows-form .cart-plus {
    border-color: #CED4DA;
}

#cart .cart-rows-form .cart-add-voucher {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#cart .was-validated .air-datepicker.form-control {
    background-position: right calc(.45em + 1.4rem) center;
}

#cart form[name=cart-information] .submit-section {
    display: none;
}

#cart form[name=cart-information] .form-field-shipping_method .shipping-price {
    font-weight: bold;
}

#cart .cart-order-btn-container {
    display: block;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: right;
}

#cart .cart-order-btn-container.cart-order-btn-container-top {
    margin-bottom: 15px;
}

#cart .cart-order-btn-container.cart-order-btn-container-bottom {
    margin-top: 15px;
}

#cart .cart-order-btn-container .cart-continue-shopping-btn {
    margin-right: 1rem;
}

@media (max-width: 767.98px) {
    #cart .cart-rows-form h3 {
        padding-left: 10px;
        padding-top: 10px;
    }

    #cart .cart-rows-form .cart-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    #cart .cart-rows-form .cart-row &gt; * {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.cart-loading-overlay,
.group-loading-overlay,
.account-manager-select-customer .customer-loading-overlay,
#order-history .order-loading-overlay {
    background: white;
    opacity: 0.75;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

#checkout-cart .card-body,
#checkout-cart #account .order-information,
#account #checkout-cart .order-information,
#checkout-cart #account .order-invoice,
#account #checkout-cart .order-invoice,
#checkout-cart #order-history .order-information,
#order-history #checkout-cart .order-information,
#checkout-cart #order-history .order-invoice,
#order-history #checkout-cart .order-invoice,
#checkout-cart #order-history-details .order-information,
#order-history-details #checkout-cart .order-information,
#checkout-cart #order-history-details .order-invoice,
#order-history-details #checkout-cart .order-invoice,
#checkout-cart #favorites .order-information,
#favorites #checkout-cart .order-information,
#checkout-cart #favorites .order-invoice,
#favorites #checkout-cart .order-invoice,
#checkout-cart #profile-details .order-information,
#profile-details #checkout-cart .order-information,
#checkout-cart #profile-details .order-invoice,
#profile-details #checkout-cart .order-invoice,
#checkout-cart #profile .order-information,
#profile #checkout-cart .order-information,
#checkout-cart #profile .order-invoice,
#profile #checkout-cart .order-invoice,
#checkout-confirmation .card-body,
#checkout-confirmation #account .order-information,
#account #checkout-confirmation .order-information,
#checkout-confirmation #account .order-invoice,
#account #checkout-confirmation .order-invoice,
#checkout-confirmation #order-history .order-information,
#order-history #checkout-confirmation .order-information,
#checkout-confirmation #order-history .order-invoice,
#order-history #checkout-confirmation .order-invoice,
#checkout-confirmation #order-history-details .order-information,
#order-history-details #checkout-confirmation .order-information,
#checkout-confirmation #order-history-details .order-invoice,
#order-history-details #checkout-confirmation .order-invoice,
#checkout-confirmation #favorites .order-information,
#favorites #checkout-confirmation .order-information,
#checkout-confirmation #favorites .order-invoice,
#favorites #checkout-confirmation .order-invoice,
#checkout-confirmation #profile-details .order-information,
#profile-details #checkout-confirmation .order-information,
#checkout-confirmation #profile-details .order-invoice,
#profile-details #checkout-confirmation .order-invoice,
#checkout-confirmation #profile .order-information,
#profile #checkout-confirmation .order-information,
#checkout-confirmation #profile .order-invoice,
#profile #checkout-confirmation .order-invoice {
    padding-bottom: 0;
}

#checkout-cart .cart-rows .cart-row,
#checkout-confirmation .cart-rows .cart-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#checkout-cart .cart-rows .cart-row img,
#checkout-confirmation .cart-rows .cart-row img {
    max-height: 30px;
}

#checkout-cart .cart-totals,
#checkout-confirmation .cart-totals {
    padding-top: 10px;
}

#checkout-cart .cart-totals .cart-row,
#checkout-confirmation .cart-totals .cart-row {
    padding-bottom: 10px;
}

#select-customer .tt-menu .tt-suggestion {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.25rem 0.75rem;
}

#select-customer .twitter-typeahead pre {
    max-width: 100%;
}

#checkout-payment .checkout-payment-option.selected {
    border-color: #1D1C22;
    background-color: #F4F4F4;
}

#checkout-payment .ddslick-validation {
    display: none;
}

#checkout-payment form[name=checkout-payment].was-validated :invalid + .dd-container .dd-select {
    border-color: #dc3545;
}

#checkout-payment form[name=checkout-payment].was-validated :invalid + .dd-container + .ddslick-validation {
    display: block;
}

#checkout-confirmation .col-extra-shop-confirm {
    text-align: right;
}

#checkout-confirmation h4 {
    margin-top: 0.5rem;
}

#checkout-confirmation form[name=checkout-confirmation] {
    margin-top: 15px;
}

#checkout-confirmation .checkout-confirmation-addresses {
    margin-top: 15px;
}

#checkout-confirmation .checkout-confirmation-addresses .name {
    color: #CCB8B4;
}

#checkout-confirmation .checkout-confirmation-delivery-title,
#checkout-confirmation .checkout-confirmation-return-title {
    font-weight: bold;
}

#checkout-confirmation .checkout-confirmation-rental-period,
#checkout-confirmation .checkout-confirmation-delivery-date,
#checkout-confirmation .checkout-confirmation-shipping,
#checkout-confirmation .checkout-confirmation-location {
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    #checkout-confirmation .col-extra-shop-confirm button {
        display: block;
        width: 100%;
    }

    #checkout-confirmation .cart-confirmation h3 {
        padding-left: 10px;
        padding-top: 10px;
    }

    #checkout-confirmation .cart-confirmation .card-body,
    #checkout-confirmation .cart-confirmation #account .order-information,
    #account #checkout-confirmation .cart-confirmation .order-information,
    #checkout-confirmation .cart-confirmation #account .order-invoice,
    #account #checkout-confirmation .cart-confirmation .order-invoice,
    #checkout-confirmation .cart-confirmation #order-history .order-information,
    #order-history #checkout-confirmation .cart-confirmation .order-information,
    #checkout-confirmation .cart-confirmation #order-history .order-invoice,
    #order-history #checkout-confirmation .cart-confirmation .order-invoice,
    #checkout-confirmation .cart-confirmation #order-history-details .order-information,
    #order-history-details #checkout-confirmation .cart-confirmation .order-information,
    #checkout-confirmation .cart-confirmation #order-history-details .order-invoice,
    #order-history-details #checkout-confirmation .cart-confirmation .order-invoice,
    #checkout-confirmation .cart-confirmation #favorites .order-information,
    #favorites #checkout-confirmation .cart-confirmation .order-information,
    #checkout-confirmation .cart-confirmation #favorites .order-invoice,
    #favorites #checkout-confirmation .cart-confirmation .order-invoice,
    #checkout-confirmation .cart-confirmation #profile-details .order-information,
    #profile-details #checkout-confirmation .cart-confirmation .order-information,
    #checkout-confirmation .cart-confirmation #profile-details .order-invoice,
    #profile-details #checkout-confirmation .cart-confirmation .order-invoice,
    #checkout-confirmation .cart-confirmation #profile .order-information,
    #profile #checkout-confirmation .cart-confirmation .order-information,
    #checkout-confirmation .cart-confirmation #profile .order-invoice,
    #profile #checkout-confirmation .cart-confirmation .order-invoice {
        padding: 5px;
    }

    #checkout-confirmation .cart-confirmation .cart-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    #checkout-confirmation .cart-confirmation .cart-row img {
        max-height: 60px;
    }

    #checkout-confirmation .cart-confirmation .cart-row &gt; * {
        padding-left: 5px;
        padding-right: 5px;
    }

    #checkout-confirmation .checkout-confirmation-information-payment h3 {
        margin-top: 15px;
    }
}

#checkout-information form[name=checkout-information] #invoice-address-row,
#checkout-information form[name=checkout-information] #delivery-address-row {
    display: none;
}

#checkout-information form[name=checkout-information] #invoice-address-row.show,
#checkout-information form[name=checkout-information] #delivery-address-row.show {
    display: block;
}

#checkout-information form[name=checkout-information] #invoice-address-edit-row,
#checkout-information form[name=checkout-information] #delivery-address-edit-row {
    display: none;
}

#checkout-information form[name=checkout-information] #invoice-address-edit-row.show,
#checkout-information form[name=checkout-information] #delivery-address-edit-row.show {
    display: flex;
}

#checkout-information form[name=checkout-information] .card,
#checkout-information form[name=checkout-information] #account .order-information,
#account #checkout-information form[name=checkout-information] .order-information,
#checkout-information form[name=checkout-information] #account .order-invoice,
#account #checkout-information form[name=checkout-information] .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] .order-information,
#checkout-information form[name=checkout-information] #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] .order-information,
#checkout-information form[name=checkout-information] #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-information,
#profile #checkout-information form[name=checkout-information] .order-information,
#checkout-information form[name=checkout-information] #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-invoice {
    margin-bottom: 1rem;
}

#checkout-information form[name=checkout-information] .card .card-body,
#checkout-information form[name=checkout-information] .card #account .order-information,
#account #checkout-information form[name=checkout-information] .card .order-information,
#checkout-information form[name=checkout-information] .card #account .order-invoice,
#account #checkout-information form[name=checkout-information] .card .order-invoice,
#checkout-information form[name=checkout-information] .card #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] .card .order-information,
#checkout-information form[name=checkout-information] .card #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] .card .order-invoice,
#checkout-information form[name=checkout-information] .card #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] .card .order-information,
#checkout-information form[name=checkout-information] .card #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .card .order-invoice,
#checkout-information form[name=checkout-information] .card #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] .card .order-information,
#checkout-information form[name=checkout-information] .card #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] .card .order-invoice,
#checkout-information form[name=checkout-information] .card #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] .card .order-information,
#checkout-information form[name=checkout-information] .card #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .card .order-invoice,
#checkout-information form[name=checkout-information] .card #profile .order-information,
#profile #checkout-information form[name=checkout-information] .card .order-information,
#checkout-information form[name=checkout-information] .card #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] .card .order-invoice,
#checkout-information form[name=checkout-information] #account .order-information .card-body,
#checkout-information form[name=checkout-information] #account .order-information .order-information,
#checkout-information form[name=checkout-information] #account .order-information .order-invoice,
#checkout-information form[name=checkout-information] #account .order-information #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #account .order-information .order-information,
#checkout-information form[name=checkout-information] #account .order-information #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #account .order-information .order-invoice,
#checkout-information form[name=checkout-information] #account .order-information #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #account .order-information .order-information,
#checkout-information form[name=checkout-information] #account .order-information #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #account .order-information .order-invoice,
#checkout-information form[name=checkout-information] #account .order-information #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #account .order-information .order-information,
#checkout-information form[name=checkout-information] #account .order-information #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #account .order-information .order-invoice,
#checkout-information form[name=checkout-information] #account .order-information #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #account .order-information .order-information,
#checkout-information form[name=checkout-information] #account .order-information #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #account .order-information .order-invoice,
#checkout-information form[name=checkout-information] #account .order-information #profile .order-information,
#profile #checkout-information form[name=checkout-information] #account .order-information .order-information,
#checkout-information form[name=checkout-information] #account .order-information #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #account .order-information .order-invoice,
#account #checkout-information form[name=checkout-information] .order-information .card-body,
#account #checkout-information form[name=checkout-information] .order-information .order-information,
#account #checkout-information form[name=checkout-information] .order-information .order-invoice,
#account #checkout-information form[name=checkout-information] .order-information #order-history .order-information,
#order-history #account #checkout-information form[name=checkout-information] .order-information .order-information,
#account #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice,
#order-history #account #checkout-information form[name=checkout-information] .order-information .order-invoice,
#account #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information,
#order-history-details #account #checkout-information form[name=checkout-information] .order-information .order-information,
#account #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice,
#order-history-details #account #checkout-information form[name=checkout-information] .order-information .order-invoice,
#account #checkout-information form[name=checkout-information] .order-information #favorites .order-information,
#favorites #account #checkout-information form[name=checkout-information] .order-information .order-information,
#account #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice,
#favorites #account #checkout-information form[name=checkout-information] .order-information .order-invoice,
#account #checkout-information form[name=checkout-information] .order-information #profile-details .order-information,
#profile-details #account #checkout-information form[name=checkout-information] .order-information .order-information,
#account #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice,
#profile-details #account #checkout-information form[name=checkout-information] .order-information .order-invoice,
#account #checkout-information form[name=checkout-information] .order-information #profile .order-information,
#profile #account #checkout-information form[name=checkout-information] .order-information .order-information,
#account #checkout-information form[name=checkout-information] .order-information #profile .order-invoice,
#profile #account #checkout-information form[name=checkout-information] .order-information .order-invoice,
#checkout-information form[name=checkout-information] #account .order-invoice .card-body,
#checkout-information form[name=checkout-information] #account .order-invoice .order-information,
#checkout-information form[name=checkout-information] #account .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #account .order-invoice .order-information,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #account .order-invoice .order-information,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #account .order-invoice #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #account .order-invoice .order-information,
#checkout-information form[name=checkout-information] #account .order-invoice #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #account .order-invoice #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #account .order-invoice .order-information,
#checkout-information form[name=checkout-information] #account .order-invoice #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #account .order-invoice #profile .order-information,
#profile #checkout-information form[name=checkout-information] #account .order-invoice .order-information,
#checkout-information form[name=checkout-information] #account .order-invoice #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice,
#account #checkout-information form[name=checkout-information] .order-invoice .card-body,
#account #checkout-information form[name=checkout-information] .order-invoice .order-information,
#account #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information,
#order-history #account #checkout-information form[name=checkout-information] .order-invoice .order-information,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice,
#order-history #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information,
#order-history-details #account #checkout-information form[name=checkout-information] .order-invoice .order-information,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice,
#order-history-details #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#account #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information,
#favorites #account #checkout-information form[name=checkout-information] .order-invoice .order-information,
#account #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice,
#favorites #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#account #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information,
#profile-details #account #checkout-information form[name=checkout-information] .order-invoice .order-information,
#account #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice,
#profile-details #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#account #checkout-information form[name=checkout-information] .order-invoice #profile .order-information,
#profile #account #checkout-information form[name=checkout-information] .order-invoice .order-information,
#account #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice,
#profile #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-information .card-body,
#checkout-information form[name=checkout-information] #order-history .order-information #account .order-information,
#account #checkout-information form[name=checkout-information] #order-history .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history .order-information #account .order-invoice,
#account #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-information #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history .order-information #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-information #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #order-history .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history .order-information #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-information #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history .order-information #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-information #profile .order-information,
#profile #checkout-information form[name=checkout-information] #order-history .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history .order-information #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-information .card-body,
#order-history #checkout-information form[name=checkout-information] .order-information #account .order-information,
#account #order-history #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history #checkout-information form[name=checkout-information] .order-information #account .order-invoice,
#account #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-information #favorites .order-information,
#favorites #order-history #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice,
#favorites #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-information #profile-details .order-information,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-information #profile .order-information,
#profile #order-history #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history #checkout-information form[name=checkout-information] .order-information #profile .order-invoice,
#profile #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-invoice .card-body,
#checkout-information form[name=checkout-information] #order-history .order-invoice #account .order-information,
#account #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history .order-invoice #account .order-invoice,
#account #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-invoice #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history .order-invoice #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-invoice #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history .order-invoice #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile .order-information,
#profile #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-invoice .card-body,
#order-history #checkout-information form[name=checkout-information] .order-invoice #account .order-information,
#account #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice,
#account #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information,
#favorites #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice,
#favorites #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile .order-information,
#profile #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice,
#profile #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-information .card-body,
#checkout-information form[name=checkout-information] #order-history-details .order-information #account .order-information,
#account #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-information #account .order-invoice,
#account #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-information #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-information #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-information #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-information #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile .order-information,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-information .card-body,
#order-history-details #checkout-information form[name=checkout-information] .order-information #account .order-information,
#account #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-information #account .order-invoice,
#account #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-information #order-history .order-information,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-information #favorites .order-information,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile-details .order-information,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile .order-information,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile .order-invoice,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .card-body,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #account .order-information,
#account #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #account .order-invoice,
#account #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile .order-information,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .card-body,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #account .order-information,
#account #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice,
#account #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-information,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-information .card-body,
#checkout-information form[name=checkout-information] #favorites .order-information #account .order-information,
#account #checkout-information form[name=checkout-information] #favorites .order-information .order-information,
#checkout-information form[name=checkout-information] #favorites .order-information #account .order-invoice,
#account #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #favorites .order-information .order-information,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-information .order-information,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-information .order-information,
#checkout-information form[name=checkout-information] #favorites .order-information .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-information #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-information .order-information,
#checkout-information form[name=checkout-information] #favorites .order-information #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-information #profile .order-information,
#profile #checkout-information form[name=checkout-information] #favorites .order-information .order-information,
#checkout-information form[name=checkout-information] #favorites .order-information #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-information .card-body,
#favorites #checkout-information form[name=checkout-information] .order-information #account .order-information,
#account #favorites #checkout-information form[name=checkout-information] .order-information .order-information,
#favorites #checkout-information form[name=checkout-information] .order-information #account .order-invoice,
#account #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history .order-information,
#order-history #favorites #checkout-information form[name=checkout-information] .order-information .order-information,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice,
#order-history #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-information .order-information,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-information .order-information,
#favorites #checkout-information form[name=checkout-information] .order-information .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-information #profile-details .order-information,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-information .order-information,
#favorites #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-information #profile .order-information,
#profile #favorites #checkout-information form[name=checkout-information] .order-information .order-information,
#favorites #checkout-information form[name=checkout-information] .order-information #profile .order-invoice,
#profile #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-invoice .card-body,
#checkout-information form[name=checkout-information] #favorites .order-invoice #account .order-information,
#account #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information,
#checkout-information form[name=checkout-information] #favorites .order-invoice #account .order-invoice,
#account #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-invoice .order-information,
#checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile .order-information,
#profile #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-invoice .card-body,
#favorites #checkout-information form[name=checkout-information] .order-invoice #account .order-information,
#account #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information,
#favorites #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice,
#account #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information,
#order-history #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice,
#order-history #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-invoice .order-information,
#favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile .order-information,
#profile #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice,
#profile #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-information .card-body,
#checkout-information form[name=checkout-information] #profile-details .order-information #account .order-information,
#account #checkout-information form[name=checkout-information] #profile-details .order-information .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-information #account .order-invoice,
#account #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-information .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-information .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-information #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-information .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-information #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-information .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-information #profile .order-information,
#profile #checkout-information form[name=checkout-information] #profile-details .order-information .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-information #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-information .card-body,
#profile-details #checkout-information form[name=checkout-information] .order-information #account .order-information,
#account #profile-details #checkout-information form[name=checkout-information] .order-information .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-information #account .order-invoice,
#account #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history .order-information,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-information .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-information .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-information #favorites .order-information,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-information .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-information .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-information #profile .order-information,
#profile #profile-details #checkout-information form[name=checkout-information] .order-information .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-information #profile .order-invoice,
#profile #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .card-body,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #account .order-information,
#account #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #account .order-invoice,
#account #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #profile .order-information,
#profile #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #profile .order-invoice,
#profile #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .card-body,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #account .order-information,
#account #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice,
#account #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-information,
#profile #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice,
#profile #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-information .card-body,
#checkout-information form[name=checkout-information] #profile .order-information #account .order-information,
#account #checkout-information form[name=checkout-information] #profile .order-information .order-information,
#checkout-information form[name=checkout-information] #profile .order-information #account .order-invoice,
#account #checkout-information form[name=checkout-information] #profile .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-information #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #profile .order-information .order-information,
#checkout-information form[name=checkout-information] #profile .order-information #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #profile .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-information #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-information .order-information,
#checkout-information form[name=checkout-information] #profile .order-information #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-information #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #profile .order-information .order-information,
#checkout-information form[name=checkout-information] #profile .order-information #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #profile .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-information #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #profile .order-information .order-information,
#checkout-information form[name=checkout-information] #profile .order-information #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #profile .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-information .order-information,
#checkout-information form[name=checkout-information] #profile .order-information .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-information .card-body,
#profile #checkout-information form[name=checkout-information] .order-information #account .order-information,
#account #profile #checkout-information form[name=checkout-information] .order-information .order-information,
#profile #checkout-information form[name=checkout-information] .order-information #account .order-invoice,
#account #profile #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-information #order-history .order-information,
#order-history #profile #checkout-information form[name=checkout-information] .order-information .order-information,
#profile #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice,
#order-history #profile #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-information .order-information,
#profile #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-information #favorites .order-information,
#favorites #profile #checkout-information form[name=checkout-information] .order-information .order-information,
#profile #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice,
#favorites #profile #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-information #profile-details .order-information,
#profile-details #profile #checkout-information form[name=checkout-information] .order-information .order-information,
#profile #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice,
#profile-details #profile #checkout-information form[name=checkout-information] .order-information .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-information .order-information,
#profile #checkout-information form[name=checkout-information] .order-information .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-invoice .card-body,
#checkout-information form[name=checkout-information] #profile .order-invoice #account .order-information,
#account #checkout-information form[name=checkout-information] #profile .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile .order-invoice #account .order-invoice,
#account #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history .order-information,
#order-history #checkout-information form[name=checkout-information] #profile .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history .order-invoice,
#order-history #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history-details .order-information,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history-details .order-invoice,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-invoice #favorites .order-information,
#favorites #checkout-information form[name=checkout-information] #profile .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile .order-invoice #favorites .order-invoice,
#favorites #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-invoice #profile-details .order-information,
#profile-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile .order-invoice #profile-details .order-invoice,
#profile-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice,
#checkout-information form[name=checkout-information] #profile .order-invoice .order-information,
#checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-invoice .card-body,
#profile #checkout-information form[name=checkout-information] .order-invoice #account .order-information,
#account #profile #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice,
#account #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information,
#order-history #profile #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice,
#order-history #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information,
#favorites #profile #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice,
#favorites #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information,
#profile-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice,
#profile-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice,
#profile #checkout-information form[name=checkout-information] .order-invoice .order-information,
#profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice {
    padding-top: 0;
    padding-bottom: 0;
}

#checkout-information form[name=checkout-information] .card .card-body .col-form-label,
#checkout-information form[name=checkout-information] .card #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .card .order-information .col-form-label,
#checkout-information form[name=checkout-information] .card #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] .card #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .card .order-information .col-form-label,
#checkout-information form[name=checkout-information] .card #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] .card #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .card .order-information .col-form-label,
#checkout-information form[name=checkout-information] .card #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] .card #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .card .order-information .col-form-label,
#checkout-information form[name=checkout-information] .card #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] .card #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .card .order-information .col-form-label,
#checkout-information form[name=checkout-information] .card #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] .card #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .card .order-information .col-form-label,
#checkout-information form[name=checkout-information] .card #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information .card-body .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-information #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label,
#order-history #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label,
#order-history #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label,
#order-history-details #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label,
#favorites #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label,
#favorites #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label,
#profile-details #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label,
#profile-details #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label,
#profile #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label,
#profile #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice .card-body .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #account .order-invoice #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label,
#order-history #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label,
#order-history #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label,
#favorites #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label,
#favorites #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label,
#profile-details #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label,
#profile #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label,
#profile #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information .card-body .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-information #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label,
#account #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label,
#account #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label,
#favorites #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label,
#favorites #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label,
#profile #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label,
#profile #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice .card-body .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label,
#account #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label,
#account #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label,
#favorites #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label,
#favorites #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label,
#profile #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label,
#profile #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information .card-body .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label,
#account #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label,
#account #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .card-body .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label,
#account #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label,
#account #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information .card-body .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-information #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label,
#account #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label,
#account #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label,
#order-history #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label,
#order-history #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label,
#profile #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label,
#profile #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice .card-body .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label,
#account #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label,
#account #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label,
#order-history #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label,
#order-history #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label,
#profile #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label,
#profile #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information .card-body .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-information #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label,
#account #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label,
#account #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label,
#profile #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label,
#profile #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .card-body .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #profile .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #profile .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label,
#account #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label,
#account #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label,
#profile #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label,
#profile #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information .card-body .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label,
#account #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label,
#account #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label,
#order-history #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label,
#order-history #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label,
#favorites #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label,
#favorites #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label,
#profile-details #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label,
#profile-details #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice .card-body .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #account .order-information .col-form-label,
#account #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #account .order-invoice .col-form-label,
#account #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history .order-information .col-form-label,
#order-history #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history .order-invoice .col-form-label,
#order-history #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #favorites .order-information .col-form-label,
#favorites #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #favorites .order-invoice .col-form-label,
#favorites #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #profile-details .order-information .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label,
#checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label,
#account #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label,
#account #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label,
#order-history #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label,
#order-history #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label,
#favorites #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label,
#favorites #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label,
#profile-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label,
#profile-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label,
#profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label,
#checkout-information form[name=checkout-information] .card .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] .card #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .card .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] .card #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] .card #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .card .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] .card #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] .card #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .card .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] .card #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] .card #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .card .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] .card #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] .card #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .card .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] .card #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] .card #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .card .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] .card #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .card .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #account .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-information #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #account .order-information .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label + div,
#order-history #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label + div,
#order-history #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label + div,
#favorites #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label + div,
#favorites #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label + div,
#profile-details #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label + div,
#profile #account #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label + div,
#profile #account #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #account .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #account .order-invoice #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #account .order-invoice .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label + div,
#order-history #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label + div,
#favorites #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label + div,
#profile #account #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label + div,
#profile #account #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #order-history .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-information #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #order-history .order-information .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label + div,
#account #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label + div,
#account #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label + div,
#favorites #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label + div,
#favorites #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label + div,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label + div,
#profile #order-history #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label + div,
#profile #order-history #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #order-history .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history .order-invoice #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #order-history .order-invoice .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label + div,
#account #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label + div,
#account #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label + div,
#favorites #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label + div,
#profile #order-history #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label + div,
#profile #order-history #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-information #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-information .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label + div,
#account #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label + div,
#account #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label + div,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label + div,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label + div,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label + div,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label + div,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label + div,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label + div,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #order-history-details .order-invoice #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #order-history-details .order-invoice .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label + div,
#account #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label + div,
#account #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label + div,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label + div,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label + div,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label + div,
#profile #order-history-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #favorites .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-information #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #favorites .order-information .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label + div,
#account #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label + div,
#account #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label + div,
#order-history #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label + div,
#order-history #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label + div,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label + div,
#profile #favorites #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label + div,
#profile #favorites #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #favorites .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #favorites .order-invoice #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #favorites .order-invoice .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label + div,
#account #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label + div,
#account #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label + div,
#order-history #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label + div,
#profile #favorites #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label + div,
#profile #favorites #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #profile-details .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-information #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #profile-details .order-information .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label + div,
#account #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label + div,
#account #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label + div,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label + div,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label + div,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label + div,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #profile .order-information .col-form-label + div,
#profile #profile-details #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-information #profile .order-invoice .col-form-label + div,
#profile #profile-details #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #profile .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile-details .order-invoice #profile .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] #profile-details .order-invoice .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label + div,
#account #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label + div,
#account #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label + div,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label + div,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-information .col-form-label + div,
#profile #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] .order-invoice #profile .order-invoice .col-form-label + div,
#profile #profile-details #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-information .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information .card-body .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #account .order-information .col-form-label + div,
#account #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #account .order-invoice .col-form-label + div,
#account #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #order-history .order-information .col-form-label + div,
#order-history #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #order-history .order-invoice .col-form-label + div,
#order-history #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #order-history-details .order-information .col-form-label + div,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #order-history-details .order-invoice .col-form-label + div,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #favorites .order-information .col-form-label + div,
#favorites #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #favorites .order-invoice .col-form-label + div,
#favorites #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #profile-details .order-information .col-form-label + div,
#profile-details #profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information #profile-details .order-invoice .col-form-label + div,
#profile-details #profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-information .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice .card-body .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #account .order-information .col-form-label + div,
#account #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #account .order-invoice .col-form-label + div,
#account #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history .order-information .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #favorites .order-information .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice .order-information .col-form-label + div,
#checkout-information form[name=checkout-information] #profile .order-invoice .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice .card-body .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #account .order-information .col-form-label + div,
#account #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #account .order-invoice .col-form-label + div,
#account #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history .order-information .col-form-label + div,
#order-history #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history .order-invoice .col-form-label + div,
#order-history #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-information .col-form-label + div,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #order-history-details .order-invoice .col-form-label + div,
#order-history-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #favorites .order-information .col-form-label + div,
#favorites #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #favorites .order-invoice .col-form-label + div,
#favorites #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-information .col-form-label + div,
#profile-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice #profile-details .order-invoice .col-form-label + div,
#profile-details #profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice .order-information .col-form-label + div,
#profile #checkout-information form[name=checkout-information] .order-invoice .order-invoice .col-form-label + div {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

#checkout-information form[name=checkout-information] .form-field-default_address .form-group,
#checkout-information form[name=checkout-information] .form-field-default_delivery_address .form-group {
    margin-bottom: 0.2rem;
}

#checkout-information form[name=checkout-information] .form-field-default_address .form-group .hidden-option,
#checkout-information form[name=checkout-information] .form-field-default_delivery_address .form-group .hidden-option {
    display: none;
}

#checkout-information form[name=checkout-information] #new-invoice-address-btn,
#checkout-information form[name=checkout-information] #new-delivery-address-btn {
    margin-left: 15px;
}

#checkout-information form[name=checkout-information] #edit-invoice-address-btn,
#checkout-information form[name=checkout-information] #edit-delivery-address-btn,
#checkout-information form[name=checkout-information] #new-invoice-address-btn,
#checkout-information form[name=checkout-information] #new-delivery-address-btn,
#checkout-information form[name=checkout-information] #close-edit-invoice-address-btn,
#checkout-information form[name=checkout-information] #close-edit-delivery-address-btn {
    font-size: 0.8rem;
}

#checkout-information form[name=checkout-information] .create-account-caption-alert .create-account-caption-title {
    font-weight: bold;
}

#checkout-information form[name=checkout-information] .create-account-caption-alert .create-account-caption-bullet-text {
    padding-left: 5px;
}

#checkout-information form[name=checkout-information] .heading-optional {
    font-size: 0.95rem;
    font-weight: normal;
}

.mobile-stepper {
    list-style: none;
    padding: 0;
    margin: 24px 15px 24px 15px;
    position: relative;
}

.mobile-stepper li {
    border: 2px solid;
}

.mobile-stepper li .mobile-step {
    position: absolute;
    top: -27px;
}

.mobile-stepper li .mobile-step[data-url] {
    cursor: pointer;
}

.checkout-steps {
    margin-bottom: 15px;
}

.checkout-steps .checkout-step-container {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}

.checkout-steps .checkout-step-container:first-child .checkout-step {
    border-left-width: 1px;
    padding-left: 10px;
}

.checkout-steps .checkout-step-container:last-child .checkout-step {
    border-right-width: 1px;
    margin-right: 0;
}

.checkout-steps .checkout-step-container a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.checkout-steps .checkout-step-container a .checkout-step {
    cursor: pointer;
}

.checkout-steps .checkout-step-container .checkout-step {
    border: 0 solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    line-height: 38px;
    margin-right: 10px;
    padding-left: 20px;
    display: block;
    cursor: default;
    background-color: #F4F4F4;
    border-color: #CCB8B4;
}

.checkout-steps .checkout-step-container .checkout-step.active,
.checkout-steps .checkout-step-container span.twitter-typeahead .checkout-step.tt-suggestion.tt-cursor,
span.twitter-typeahead .checkout-steps .checkout-step-container .checkout-step.tt-suggestion.tt-cursor,
.checkout-steps .checkout-step-container .lang-switcher .checkout-step.lang-switcher-menu-item-active,
.lang-switcher .checkout-steps .checkout-step-container .checkout-step.lang-switcher-menu-item-active {
    border-color: #1D1C22;
    font-weight: bold;
}

.checkout-steps .checkout-step-container .checkout-step:not(.active) {
    color: #6c757d;
}

.checkout-steps .checkout-step-container .checkout-step .step-icon {
    position: absolute;
    right: 20px;
    top: 13px;
}

.checkout-steps .checkout-step-container .checkout-step .arrow {
    height: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.checkout-steps .checkout-step-container .checkout-step .arrowStart {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #CCB8B4;
    border-top: 20px solid transparent;
    border-right: none;
    left: 1px;
}

.checkout-steps .checkout-step-container .checkout-step.active .arrowStart,
.checkout-steps .checkout-step-container span.twitter-typeahead .checkout-step.tt-suggestion.tt-cursor .arrowStart,
span.twitter-typeahead .checkout-steps .checkout-step-container .checkout-step.tt-suggestion.tt-cursor .arrowStart,
.checkout-steps .checkout-step-container .lang-switcher .checkout-step.lang-switcher-menu-item-active .arrowStart,
.lang-switcher .checkout-steps .checkout-step-container .checkout-step.lang-switcher-menu-item-active .arrowStart {
    border-left-color: #1D1C22;
}

.checkout-steps .checkout-step-container .checkout-step .arrowStartOverlay {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-top: 20px solid transparent;
    border-right: none;
    left: 0;
}

.checkout-steps .checkout-step-container .checkout-step .arrowEnd {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #CCB8B4;
    border-top: 20px solid transparent;
    border-right: none;
    right: 1px;
}

.checkout-steps .checkout-step-container .checkout-step.active .arrowEnd,
.checkout-steps .checkout-step-container span.twitter-typeahead .checkout-step.tt-suggestion.tt-cursor .arrowEnd,
span.twitter-typeahead .checkout-steps .checkout-step-container .checkout-step.tt-suggestion.tt-cursor .arrowEnd,
.checkout-steps .checkout-step-container .lang-switcher .checkout-step.lang-switcher-menu-item-active .arrowEnd,
.lang-switcher .checkout-steps .checkout-step-container .checkout-step.lang-switcher-menu-item-active .arrowEnd {
    border-left-color: #1D1C22;
}

.checkout-steps .checkout-step-container .checkout-step .arrowEndOverlay {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #F4F4F4;
    border-top: 20px solid transparent;
    border-right: none;
    right: 2px;
}

@media (min-width: 768px) {
    .productFavoriteModal .modal-sm {
        max-width: 400px;
    }
}

.productFavoriteModal .modal-body {
    padding: 0;
}

.productFavoriteModal .alert,
.productFavoriteModal #editDeliveryDateModal .form-field-not_available,
#editDeliveryDateModal .productFavoriteModal .form-field-not_available,
.productFavoriteModal #confirmReservationModal .form-field-not_available,
#confirmReservationModal .productFavoriteModal .form-field-not_available,
.productFavoriteModal #cancelReservationModal .form-field-not_available,
#cancelReservationModal .productFavoriteModal .form-field-not_available {
    border-radius: 0;
    margin: 0;
}

.productFavoriteModal .shopping-list-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
}

.productFavoriteModal .shopping-list-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.productFavoriteModal .shopping-list-item .btn-added .fa-heart {
    color: #d9534f;
}

.productFavoriteModal .shopping-list-item.in-list .btn-not-added {
    display: none;
}

.productFavoriteModal .shopping-list-item:not(.in-list) .btn-added {
    display: none;
}

.productFavoriteModal .create-list-form {
    width: 100%;
}

#favorites .delete-list-btn {
    float: right;
}

#favorites .delete-list-btn.delete-icon {
    line-height: 1;
    color: #dc3545;
}

#favorites .favorite-products .removeFavoriteBtn {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 0.5em;
    border-radius: 1.5em;
    line-height: 1;
}

#favorites .favorite-products .removeFavoriteBtn .fa-times {
    height: 1.15em;
}

#favorites .favorite-products .removeFavoriteBtn.disabled .fa-times {
    display: none;
}

#favorites .favorite-products .removeFavoriteBtn:not(.disabled) .fa-spinner {
    display: none;
}

@media (max-width: 767.98px) {
    #filter-menu-categories-container {
        overflow-x: scroll;
        white-space: nowrap;
        max-width: 100%;
        margin-bottom: 15px;
    }

    #filter-menu-categories-container li {
        display: inline-block;
    }

    #filter-menu-categories-container li a {
        display: block;
        border: 1px solid #1D1C22;
        padding: 0.25em 0.4em;
        border-radius: 0.25rem;
    }

    .sort-row {
        margin-bottom: 15px;
    }
}

#filter-menu-navbar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    display: block;
    transition: left 0.25s ease-in-out;
    background: white;
    z-index: 1000;
    overflow: hidden;
}

#filter-menu-navbar:not(.active) {
    left: -250px;
}

#filter-menu-navbar .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 2rem;
}

#filter-menu-navbar #filter-menu-mobile-filters {
    height: 100%;
    padding: 15px 15px 50px;
    overflow-y: scroll;
}

#filter-menu-navbar #filter-menu-apply-filters-btn-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px -1px 3px 0px rgba(51, 51, 51, 0.5);
    background: white;
}

#filter-menu-navbar #filter-menu-apply-filters-btn-container #filter-menu-apply-filters-btn {
    border-radius: 0;
}

#filter-menu-overlay {
    opacity: 0.4;
    background: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

#filter-menu-overlay:not(.active) {
    display: none;
}

body.offcanvas-open {
    height: 100%;
    overflow: hidden;
}

#filter-menu-categories-container ul,
.filter-menu-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

#filter-menu-categories-container ul ul li,
.filter-menu-filters ul ul li {
    padding-left: 15px;
}

#filter-menu-categories-container .filter-item,
#filter-menu-categories-container .filter-item label,
.filter-menu-filters .filter-item,
.filter-menu-filters .filter-item label {
    cursor: pointer;
}

#filter-menu-categories-container .desktop-category-item a,
.filter-menu-filters .desktop-category-item a {
    color: inherit;
}

#filter-menu-categories-container .desktop-category-item a:hover,
.filter-menu-filters .desktop-category-item a:hover {
    color: #1D1C22;
}

.filter-menu-filters .collapse-anchor {
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.filter-menu-filters .collapse-anchor .filter-menu-filter-label {
    flex-grow: 1;
}

.filter-menu-filters .collapse-anchor.collapsed .not-collapsed-icon {
    display: none;
}

.filter-menu-filters .collapse-anchor:not(.collapsed) .collapsed-icon {
    display: none;
}

#filter-menu-mobile-filters-container {
    margin-bottom: 5px;
}

.row.small-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.row.small-gutters &gt; .col,
.row.small-gutters &gt; [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.shop-pagination {
    width: 100%;
    border-top: 1px solid #ccc;
}

.shop-pagination .pagination {
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .shop-pagination .pagination {
        justify-content: center;
    }
}

.shop-pagination .pagination .page-item .page-link {
    background: none;
    border: none;
}

.shop-pagination .pagination .page-item.active .page-link,
.shop-pagination .pagination span.twitter-typeahead .page-item.tt-suggestion.tt-cursor .page-link,
span.twitter-typeahead .shop-pagination .pagination .page-item.tt-suggestion.tt-cursor .page-link,
.shop-pagination .pagination .lang-switcher .page-item.lang-switcher-menu-item-active .page-link,
.lang-switcher .shop-pagination .pagination .page-item.lang-switcher-menu-item-active .page-link {
    font-weight: bold;
    color: inherit;
}

.add-to-cart-btn:disabled .plus-icon {
    display: none;
}

.add-to-cart-btn:not(:disabled) .loading-icon {
    display: none;
}

.favorite .fav-btn {
    color: #dc3545;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    font-size: 0.9rem;
    line-height: 1.6;
    display: none;
    vertical-align: middle;
    cursor: pointer;
}

.favorite .favorite-icon {
    cursor: pointer;
}

.favorite.favorited .favorited-btn {
    display: inline-block;
}

.favorite:not(.favorited) .not-favorited-btn {
    display: inline-block;
}

.rental-day-price,
.including-tax,
.excluding-tax {
    color: #999999;
}

.shop-tooltip {
    color: #1D1C22;
    cursor: pointer;
}

.anchor {
    display: block;
    position: relative;
    height: 146px;
    margin-top: -146px;
    visibility: hidden;
}

@media (min-width: 768px) {
    .group-products .products-row::before {
        content: "";
        height: 1px;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        background-color: rgba(0, 0, 0, 0.125);
    }
}

@media (max-width: 767.98px) {
    .group-products .group-product-col {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }
}

.group-products .group-product-col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.group-products .group-product {
    display: flex;
    flex-direction: column;
    position: relative;
}

.group-products .group-product .product-image {
    margin-bottom: 10px;
}

.group-products .group-product .product-name {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.group-products .group-product .product-name a {
    color: inherit;
}

.group-products .group-product .product-properties {
    flex: 1 1 auto;
}

.group-products .group-product .product-price {
    font-size: 1.2rem;
}

.group-products .group-product .product-price .old-price {
    font-size: 0.75em;
    text-decoration: line-through;
}

.group-products .group-product .including-tax,
.group-products .group-product .excluding-tax {
    font-size: small;
}

.group-products .group-product .product-btns {
    margin-top: 10px;
}

#group .group-description {
    margin-bottom: 15px;
}

#group .group-image {
    max-height: 14rem;
}

#group .shop-content-blocks {
    margin-bottom: 1rem;
}

#group .shop-content-blocks .container,
#group .shop-content-blocks #product-holder .row-product-navigation-bar.sticky,
#product-holder #group .shop-content-blocks .row-product-navigation-bar.sticky {
    padding: 0;
}

#group #group-products-container {
    min-height: 100px;
}

#group #group-products-result .group-products .group-product .product-hover-image {
    display: none;
}

#group #group-products-result .group-products .group-product:not(.noHover):hover .product-image {
    display: none;
}

#group #group-products-result .group-products .group-product:not(.noHover):hover .product-hover-image {
    position: relative;
    display: inline-block;
}

@media (min-width: 992px) {
    .shop-main-menu-item {
        position: relative;
    }

    .shop-main-menu-item .nav-link {
        position: relative;
    }

    .shop-main-menu-item .mobile-icon,
    .shop-main-menu-item .mobile-back {
        display: none;
    }

    .shop-main-menu-item .shop-main-menu-item-contents {
        position: absolute;
        display: none;
        overflow: hidden;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .shop-main-menu-item .shop-main-menu-item-contents {
        width: 1350px;
    }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
    .shop-main-menu-item .shop-main-menu-item-contents {
        width: 960px;
    }
}

@media (min-width: 992px) {
    .shop-main-menu-item .shop-main-menu-item-contents.loading {
        width: 100%;
        padding-bottom: 5px;
        text-align: center;
        background: white;
    }
}

@media (min-width: 992px) {
    .shop-main-menu-item .shop-main-menu-item-contents ul {
        list-style: none;
        padding: 0;
    }

    .shop-main-menu-item .shop-main-menu-item-contents ul a {
        display: block;
        text-decoration: none;
        color: inherit;
    }
}

@media (min-width: 992px) {
    .shop-main-menu-item .two-levels {
        border-radius: 3px;
        padding: 15px 20px;
        background: white;
    }

    .shop-main-menu-item .two-levels .menu-level-1 {
        -moz-column-count: 4;
        column-count: 4;
    }

    .shop-main-menu-item .two-levels .menu-level-1 &gt; .shop-menu-category {
        margin-bottom: 15px;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

    .shop-main-menu-item .two-levels .menu-level-1 &gt; .shop-menu-category &gt; .shop-menu-category-link {
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    .shop-main-menu-item .three-levels .menu-level-1 {
        height: 400px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background: white;
    }

    .shop-main-menu-item .three-levels .menu-level-1 &gt; .shop-menu-category:hover .menu-level-2 {
        display: flex;
    }

    .shop-main-menu-item .three-levels .menu-level-1 &gt; .shop-menu-category &gt; .shop-menu-category-link {
        padding: 14px 15px;
        display: block;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .shop-main-menu-item .three-levels .menu-level-1 &gt; .shop-menu-category &gt; .shop-menu-category-link:hover {
        background-color: #f3f3f3;
        border-color: #e8e8e8;
    }

    .shop-main-menu-item .three-levels .menu-level-2 {
        position: absolute;
        top: 0;
        height: 400px;
        border-left: 1px solid #e8e8e8;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 15px 20px;
        display: none;
        flex-wrap: wrap;
        background: white;
    }

    .shop-main-menu-item .three-levels .menu-level-2 &gt; .shop-menu-category {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        margin-bottom: 15px;
    }

    .shop-main-menu-item .three-levels .menu-level-2 &gt; .shop-menu-category &gt; .shop-menu-category-link {
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    .shop-menu-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        background: black;
        opacity: 0;
        z-index: 905;
        transition: visibility 0.25s linear, opacity 0.25s linear;
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .shop-main-menu-item:hover .nav-link,
    .shop-main-menu-item:hover .shop-main-menu-item-contents {
        z-index: 910;
    }

    .shop-main-menu-item:hover .shop-main-menu-item-contents {
        display: block;
    }

    .shop-main-menu-item:hover .nav-link {
        background: white;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .shop-main-menu-item:hover .shop-menu-background {
        opacity: 0.4;
        visibility: visible;
    }
}

@media (max-width: 991.98px) {
    .shop-main-menu-item-contents {
        flex-basis: 100%;
    }

    .shop-menu-categories {
        margin-left: 0 !important;
        width: auto !important;
        list-style: none;
        padding: 0;
    }

    .shop-menu-categories a {
        color: inherit;
        text-decoration: none;
    }

    .shop-menu-categories.menu-level-1 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .shop-menu-categories.menu-level-1 &gt; .shop-menu-category {
        display: flex;
    }

    .shop-menu-categories.menu-level-1 &gt; .shop-menu-category &gt; .shop-menu-category-link {
        flex: 1;
    }

    .shop-menu-categories.menu-level-1 &gt; .shop-menu-category &gt; .mobile-icon {
        padding: 0.5rem 0.75rem;
    }

    .shop-menu-categories.menu-level-2 {
        position: absolute;
        left: 100%;
        top: 0;
        background: white;
        width: 100% !important;
        display: none;
    }

    .shop-menu-categories.menu-level-2.in {
        display: block;
    }

    .shop-menu-categories.menu-level-2 .mobile-back-inner {
        padding-left: 8px;
    }

    .shop-menu-category-link {
        display: block;
        padding: 0.5rem 15px;
    }

    .three-levels .shop-menu-categories.menu-level-2 &gt; .shop-menu-category:not(:first-child) {
        padding-top: 10px;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .three-levels .shop-menu-categories.menu-level-2 &gt; .shop-menu-category &gt; .shop-menu-category-link {
        font-weight: bold;
    }
}

.mini-cart {
    position: relative;
    z-index: 900;
}

.mini-cart .mini-cart-icon {
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    z-index: 6;
    font-size: 0.9rem;
    padding: 5px 10px;
    color: inherit;
    white-space: nowrap;
}

.mini-cart .mini-cart-icon:hover {
    background: #eee;
    border-bottom-color: #eee;
}

.mini-cart .mini-cart-icon .icon-arrow {
    vertical-align: middle;
    margin-bottom: 10px;
}

.mini-cart .mini-cart-icon .mini-cart-icon-wrapper {
    font-size: 1.7em;
}

.mini-cart .mini-cart-icon .mini-cart-icon-wrapper .circle-icon {
    position: absolute;
    font-size: 0.75em;
    bottom: 0.5em;
    right: 1.2em;
}

.mini-cart .mini-cart-icon .mini-cart-icon-wrapper .mini-cart-number {
    position: absolute;
    right: 2.5em;
    bottom: 1.1em;
    font-size: 0.4em;
    text-align: center;
    min-width: 16px;
    display: inline-block;
}

.mini-cart .mini-cart-content {
    display: none;
    position: absolute;
    width: 400px;
    border: 1px solid #ccc;
    background: white;
    margin-top: -1px;
    z-index: 5;
    padding: 15px;
    border-radius: 5px;
}

.mini-cart .mini-cart-content .mini-cart-rows {
    margin-left: -15px;
    margin-right: -15px;
    overflow-y: auto;
}

.mini-cart .mini-cart-content .mini-cart-rows .mini-cart-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0;
}

.mini-cart .mini-cart-content .mini-cart-rows .mini-cart-row .col-sku-number {
    font-size: 0.8em;
    display: none;
}

.mini-cart .mini-cart-content .mini-cart-totals .mini-cart-row {
    padding-top: 10px;
}

.mini-cart .mini-cart-content .mini-cart-buttons-row {
    padding-top: 10px;
}

.mini-cart .mini-cart-content .col-price {
    white-space: nowrap;
}

.mini-cart.in .mini-cart-icon {
    border-color: #ccc;
    background: white;
    border-bottom-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mini-cart.in .mini-cart-icon .icon-down {
    display: none;
}

.mini-cart.in .mini-cart-content {
    display: block;
}

.mini-cart:not(.in) .mini-cart-icon .icon-up {
    display: none;
}

.shop-mini-cart-container.left .mini-cart .mini-cart-content {
    border-top-right-radius: 0;
}

.shop-mini-cart-container.right .mini-cart .mini-cart-content {
    border-top-left-radius: 0;
}

.mini-cart-row.subtotal,
.mini-cart-row.tax-incl {
    display: none;
}

#order-history .order-history-item {
    margin-bottom: 15px;
}

#order-history .order-history-item .item-description {
    display: flex;
    flex-direction: column;
}

#order-history .order-history-item .item-description .item-view {
    flex-grow: 1;
}

#order-history .order-history-item .item-order {
    padding-top: 10px;
}

@media (max-width: 767.98px) {
    #order-history .order-history-item .products {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#order-history .order-history-item .products .product {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#order-history .order-history-item .products .product .product-name {
    font-size: 0.8rem;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
}

#order-history .order-history-item .products .product img {
    max-height: 100px;
}

#order-history .order-history-item .products .other-items {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#order-history .order-history-item .products .other-items a {
    color: inherit;
    text-decoration: none;
}

#order-history .order-history-item .products .other-items .other-items-icon {
    color: #CCB8B4;
}

#order-history .order-history-list {
    position: relative;
}

#order-history .order-history-search-bar {
    margin-bottom: 20px;
}

#order-history-details .order-products {
    margin-top: 20px;
    margin-bottom: 20px;
}

#order-history-details .order-products .card-header,
#order-history-details .order-products .card-body,
#order-history-details .order-products .order-information,
#order-history-details .order-products .order-invoice,
#order-history-details .order-products .card-footer {
    padding-left: 10px;
    padding-right: 10px;
}

#order-history-details .order-products .card-header {
    font-weight: bold;
}

#order-history-details .order-products .card-body,
#order-history-details .order-products .order-information,
#order-history-details .order-products .order-invoice {
    padding-top: 0;
    padding-bottom: 0;
}

#order-history-details .order-products .card-body &gt; .row,
#order-history-details .order-products #account .order-information &gt; .row,
#order-history-details .order-products #account .order-invoice &gt; .row,
#order-history-details .order-products #order-history .order-information &gt; .row,
#order-history-details .order-products #order-history .order-invoice &gt; .row,
#order-history-details .order-products .order-information &gt; .row,
#order-history-details .order-products .order-invoice &gt; .row,
#order-history-details .order-products #favorites .order-information &gt; .row,
#order-history-details .order-products #favorites .order-invoice &gt; .row,
#order-history-details .order-products #profile-details .order-information &gt; .row,
#order-history-details .order-products #profile-details .order-invoice &gt; .row,
#order-history-details .order-products #profile .order-information &gt; .row,
#order-history-details .order-products #profile .order-invoice &gt; .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

#order-history-details .order-products .card-body &gt; .row:not(:first-child),
#order-history-details .order-products #account .order-information &gt; .row:not(:first-child),
#order-history-details .order-products #account .order-invoice &gt; .row:not(:first-child),
#order-history-details .order-products #order-history .order-information &gt; .row:not(:first-child),
#order-history-details .order-products #order-history .order-invoice &gt; .row:not(:first-child),
#order-history-details .order-products .order-information &gt; .row:not(:first-child),
#order-history-details .order-products .order-invoice &gt; .row:not(:first-child),
#order-history-details .order-products #favorites .order-information &gt; .row:not(:first-child),
#order-history-details .order-products #favorites .order-invoice &gt; .row:not(:first-child),
#order-history-details .order-products #profile-details .order-information &gt; .row:not(:first-child),
#order-history-details .order-products #profile-details .order-invoice &gt; .row:not(:first-child),
#order-history-details .order-products #profile .order-information &gt; .row:not(:first-child),
#order-history-details .order-products #profile .order-invoice &gt; .row:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#order-history-details .order-products .card-body a,
#order-history-details .order-products .order-information a,
#order-history-details .order-products .order-invoice a {
    color: inherit;
    text-decoration: none;
}

#order-history-details .order-products .card-body img,
#order-history-details .order-products .order-information img,
#order-history-details .order-products .order-invoice img {
    max-height: 100px;
}

#order-history-details .order-products .order-to-cart-btn .cart-icon {
    margin-right: 3px;
}

#order-history-details .invoice-address,
#order-history-details .delivery-address {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    #order-history-details .order-invoice {
        line-height: 37px;
    }
}

#order-history-details .order-invoice .invoice-td {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    #order-history-details .order-invoice .invoice-td {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
}

#order-history-details .order-invoice .invoice-td.paid {
    color: #70A288;
}

#order-history-details .order-invoice .invoice-td.pending {
    color: #ffc107;
}

#order-history-details .order-invoice .invoice-td.not_paid {
    color: #dc3545;
}

#order-history-details .order-invoice .invoice-td .payment-icon {
    margin-right: 3px;
    font-size: 0.8em;
}

#order-history-details .order-invoice .invoice-td .download-icon {
    margin-right: 3px;
    font-size: 1.1em;
}

#order-history-details .order-invoice .invoice-th {
    font-weight: bold;
}

@media (max-width: 767.98px) {
    #order-history-details .order-invoice .invoice-th {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 768px) {
    #order-history-details .order-invoice &gt; .row {
        margin-left: 0;
        margin-right: 0;
    }

    #order-history-details .order-invoice .col-invoice-number .invoice-th,
    #order-history-details .order-invoice .col-invoice-number .invoice-td {
        padding-left: 0;
    }

    #order-history-details .order-invoice .col-invoice-download .invoice-th,
    #order-history-details .order-invoice .col-invoice-download .invoice-td {
        padding-right: 0;
    }
}

#order-history-details .order-details h3 {
    margin-top: 30px;
}

.item-order-status-value {
    font-weight: bold;
}

.checkout-payment-option {
    cursor: pointer;
}

.checkout-payment-option:not(.selected) .hidden-when-not-selected {
    display: none;
}

.checkout-payment-option .col-payment-method-title {
    font-weight: 600;
    line-height: 30px;
}

.checkout-payment-option .col-payment-method-description {
    line-height: 1.35;
}

@media (max-width: 575.98px) {
    .checkout-payment-option .dd-container {
        margin-top: 15px;
    }
}

.checkout-payment-option .img-fluid {
    max-width: 64px;
}

.checkout-payment-option [name=payment_paynl_ideal_issuer] + .dd-container .dd-selected-text,
.checkout-payment-option [name=payment_paynl_ideal_issuer] + .dd-container .dd-option-text {
    display: none;
}

.checkout-payment-option [name=payment_paynl_ideal_issuer] + .dd-container .dd-selected-image,
.checkout-payment-option [name=payment_paynl_ideal_issuer] + .dd-container .dd-option-image {
    margin: 0;
    max-width: none;
    max-height: none;
    float: none;
}

#product-holder .row-details {
    margin-bottom: 15px;
}

#product-holder .row-details .product-not-offered {
    color: #dc3545;
    font-size: 16px;
}

#product-holder .products-table td {
    vertical-align: middle;
}

#product-holder .products-table tfoot {
    text-align: right;
}

#product-holder .products-table .properties ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#product-holder .products-table .quantity {
    width: 100px;
}

#product-holder .products-table .price {
    white-space: nowrap;
}

#product-holder .products-table .price .old-price {
    font-size: 0.85em;
    text-decoration: line-through;
}

#product-holder .product-single .price,
#product-holder .product-single .price-including-tax {
    font-size: 1.6rem;
    padding: 10px 0;
}

#product-holder .product-single .price .old-price,
#product-holder .product-single .price-including-tax .old-price {
    font-size: 0.75em;
    text-decoration: line-through;
}

#product-holder .product-single .including-tax,
#product-holder .product-single .excluding-tax {
    font-size: small;
}

#product-holder .product-single .price-excluding-tax {
    font-size: 1.2rem;
}

#product-holder .product-single .price-excluding-tax .old-price {
    font-size: 0.8rem;
    text-decoration: line-through;
}

#product-holder .product-single .price-including-tax .including-tax,
#product-holder .product-single .price-including-tax .excluding-tax,
#product-holder .product-single .price-excluding-tax .including-tax,
#product-holder .product-single .price-excluding-tax .excluding-tax {
    font-size: small;
}

#product-holder .product-single .favorite {
    margin-top: 15px;
}

#product-holder .product-single .favorite .favorite-icon {
    cursor: pointer;
    margin-right: 3px;
    color: #dc3545;
}

#product-holder .product-single .favorite.favorited .not-favorited-btn {
    display: none;
}

#product-holder .product-single .favorite:not(.favorited) .favorited-btn {
    display: none;
}

#product-holder .product-single .favorited-btn:hover,
#product-holder .product-single .not-favorited-btn:hover {
    background-color: transparent;
    background-image: none;
    border-color: #1D1C22;
    color: #CCB8B4;
}

#product-holder .cart-icon {
    margin-right: 3px;
}

#product-holder .row-description,
#product-holder .incremental-discounts {
    margin-top: 20px;
}

#product-holder .product-stock-status .stock-status-in-stock {
    color: #70A288;
}

#product-holder .product-stock-status .stock-status-temp-out-of-stock {
    color: #17a2b8;
}

#product-holder .product-stock-status .stock-status-not-in-stock {
    color: #dc3545;
}

#product-holder .product-stock-status .stock-status-not-available {
    color: #dc3545;
}

#product-holder .product-temp-not-in-stock {
    margin-top: 1rem;
}

#product-holder .col-thumbnails.horizontal .product-thumbnails {
    display: flex;
    align-items: center;
}

#product-holder .col-thumbnails.horizontal .product-thumbnails .product-video-thumbnail {
    padding: 0 2px;
}

#product-holder .col-thumbnails.horizontal .product-thumbnails .slick-track {
    display: flex;
    align-items: center;
}

#product-holder .product-video-thumbnail {
    position: relative;
}

#product-holder .product-video-thumbnail .play-overlay-icon {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
    -webkit-filter: drop-shadow(0px 0px 3px black);
    filter: drop-shadow(0px 0px 3px black);
}

@media (max-width: 767.98px) {
    #product-holder .product-video-thumbnail .play-overlay-icon {
        font-size: 1.5em;
    }
}

#product-holder .product-images .slick-track {
    display: flex;
    align-items: center;
}

#product-holder .product-images .slick-slide .product-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#product-holder .product-images .slick-slide .product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product-holder .product-images .slick-slide .product-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#product-holder .product-thumbnail {
    cursor: pointer;
}

#product-holder .col-thumbnails.horizontal {
    order: 3;
}

#product-holder .col-thumbnails:not(.horizontal) {
    order: 1;
}

#product-holder .col-product-images {
    order: 2;
}

#product-holder .product-images:not(.slick-initialized) .product-image:not(:first-child),
#product-holder .product-images:not(.slick-initialized) .product-video:not(:first-child),
#product-holder .product-thumbnails:not(.slick-initialized) {
    display: none !important;
}

#product-holder .slick-arrow {
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

#product-holder .shop-mobile-slick-arrow,
#product-holder .product-bulk .shop-slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
}

#product-holder .shop-mobile-slick-prev,
#product-holder .product-bulk .shop-slick-arrow.shop-slick-prev {
    left: -20px;
}

#product-holder .shop-mobile-slick-next,
#product-holder .product-bulk .shop-slick-arrow.shop-slick-next {
    right: -20px;
}

#product-holder .product-bulk .product-thumbnails.has-arrows {
    margin-left: 20px;
    margin-right: 20px;
}

#product-holder .product-properties-table {
    margin-bottom: 0;
}

#product-holder .row-product-navigation-bar {
    border-bottom: 1px;
}

#product-holder .row-product-navigation-bar a {
    padding: 0 10px;
    line-height: 25px;
}

#product .row-product-attachments {
    margin-top: 5px;
}

#account .account-card .row:not(:last-child) {
    margin-bottom: 10px;
}

#account .account-card .account-card-information {
    margin-bottom: 25px;
}

#profile-details .profile-details-card .row:not(:last-child) {
    margin-bottom: 10px;
}

#profile-details .profile-addresses {
    margin-top: 30px;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col,
#profile-details .profile-addresses .profile-addresses-card .list-group-item [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-active {
    flex-basis: 70px;
    color: #CCB8B4;
    text-align: center;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-data .postal-code {
    white-space: nowrap;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-data .address-name {
    color: #1D1C22;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-actions {
    flex-basis: 80px;
    text-align: right;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-actions &gt; * {
    margin-right: 8px;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-actions a {
    color: inherit;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-actions a:hover,
#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-actions a:focus,
#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-actions a:active {
    color: #1D1C22;
}

#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-actions span {
    color: #999;
    cursor: default;
}

#profile-details .profile-addresses .profile-addresses-card .card-footer {
    text-align: right;
}

#shopAddressEditModal .col-form-label {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

#shopAddressEditModal .col-form-label + div {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
}

#shopAddressEditModal [class*=offset-] {
    margin-left: 33.3333%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
}

#shopAddressEditModal .submit-section {
    display: none;
}

.shop-search-form .shop-search-form-category {
    border-radius: 0;
    padding-left: 6px;
    padding-right: 6px;
}

.shop-search-form .shop-search-form-category:focus {
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

@media (max-width: 767.98px) {
    .shop-search-form .shop-search-form-category {
        max-width: 120px;
    }
}

.shop-search-form .shop-search-form-category-spacer {
    position: absolute;
    white-space: nowrap;
    z-index: -1;
    visibility: hidden;
}

span.twitter-typeahead {
    width: 100%;
}

span.twitter-typeahead .tt-menu {
    min-width: 100%;
}

span.twitter-typeahead .tt-suggestion {
    cursor: default;
}

.shop-search-form .input-group {
    flex-wrap: nowrap;
}

.shop-search-form .input-group span.twitter-typeahead {
    width: auto;
    flex: 1 1 auto;
}

.shop-search-form .input-group span.twitter-typeahead &gt; .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#product .product-accessory,
#product .product-related-product {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 1rem;
}

#product .product-accessory .product-accessory-image,
#product .product-accessory .product-related-product-image,
#product .product-related-product .product-accessory-image,
#product .product-related-product .product-related-product-image {
    display: flex;
    justify-content: center;
    max-height: 234px;
}

@media (max-width: 1199.98px) {
    #product .product-accessory .product-accessory-image,
    #product .product-accessory .product-related-product-image,
    #product .product-related-product .product-accessory-image,
    #product .product-related-product .product-related-product-image {
        max-height: 144px;
    }
}

@media (max-width: 767.98px) {
    #product .product-accessory .product-accessory-image,
    #product .product-accessory .product-related-product-image,
    #product .product-related-product .product-accessory-image,
    #product .product-related-product .product-related-product-image {
        max-height: 105px;
    }
}

#product .product-accessory .product-accessory-image img,
#product .product-accessory .product-related-product-image img,
#product .product-related-product .product-accessory-image img,
#product .product-related-product .product-related-product-image img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-size: contain;
}

#product .product-accessory .product-accessory-name,
#product .product-accessory .product-related-product-name,
#product .product-related-product .product-accessory-name,
#product .product-related-product .product-related-product-name {
    flex-grow: 1;
}

#product .product-accessory .product-accessory-name a,
#product .product-accessory .product-related-product-name a,
#product .product-related-product .product-accessory-name a,
#product .product-related-product .product-related-product-name a {
    display: inline-block;
    width: 100%;
}

#product .product-accessory .product-accessory-price .price-including-tax,
#product .product-accessory .product-related-product-price .price-including-tax,
#product .product-related-product .product-accessory-price .price-including-tax,
#product .product-related-product .product-related-product-price .price-including-tax {
    font-size: 1.2rem;
}

.accessory-backlink {
    margin-top: 1.5rem;
}

.accessory-backlink .accessory-backlink-container {
    display: flex;
    flex-direction: row;
}

.accessory-backlink .accessory-backlink-container .accessory-backlink-image {
    max-width: 150px;
    height: auto;
}

.accessory-backlink .accessory-backlink-container .accessory-backlink-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.accessory-backlink .accessory-backlink-container .accessory-backlink-info .accessory-backlink-name {
    display: block;
    margin-bottom: 1rem;
}

.accessory-backlink .accessory-backlink-container .accessory-backlink-info .accessory-backlink-button .accessory-backlink-button-label {
    margin-left: 0.25rem;
}

.account-manager-select-customer form[name=account-manager-search-customer] .submit-section {
    display: none;
}

.account-manager-selected-customer {
    margin-top: 5px;
}

.account-manager-selected-customer .remove-selected-customer-btn {
    padding: 0.5em;
    border-radius: 1.5em;
    line-height: 1;
}

.account-manager-selected-customer .remove-selected-customer-btn .fa-times {
    height: 1.15em;
}

.account-manager-selected-customer .remove-selected-customer-btn.disabled .fa-times {
    display: none;
}

.account-manager-selected-customer .remove-selected-customer-btn:not(.disabled) .fa-spinner {
    display: none;
}

.cart-add-extra-line-row {
    margin-bottom: 20px;
}

.dd-container {
    width: 100% !important;
}

.dd-container .dd-select,
.dd-container .dd-options {
    width: 100% !important;
}

.dd-container .dd-options {
    max-height: 500px;
    overflow-y: scroll;
}

@media (max-width: 767.98px) {
    .dd-container .dd-options {
        max-height: 250px;
    }
}

.dd-container .dd-selected {
    background: white;
    border: none;
}

.dd-container .dd-option-text,
.dd-container .dd-selected-text {
    margin-bottom: 0;
    cursor: pointer;
}

.dd-container .dd-option-text[style],
.dd-container .dd-selected-text[style] {
    line-height: 38px !important;
}

.dd-container .dd-option-image,
.dd-container .dd-selected-image {
    max-height: 38px;
    margin-right: 10px;
}

.content-block-section-wrapper.has-background-image {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.content-block-section-wrapper.has-background-image .content-block-section-background-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}

.content-blocks-container .content-block-section-wrapper.has-background-video {
    overflow: hidden;
    position: relative;
    min-height: 550px;
}

.content-blocks-container .content-block-section-wrapper.has-background-video .content-block-section-background-video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-block.products-by-properties .product-image {
    height: 191px;
    margin-bottom: 0;
}

.content-block.products-by-properties .product-image .img-left {
    -o-object-position: left;
    object-position: left;
}

.content-block.products-by-properties .product-image .img-center {
    -o-object-position: center;
    object-position: center;
}

.content-block.products-by-properties .product-image .img-right {
    -o-object-position: right;
    object-position: right;
}

.content-block.products-by-properties .product-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.content-block.menu .content-block-title a {
    display: block;
    color: #1D1C22;
    background: #1D1C22;
    padding: 5px 8px;
    text-decoration: none;
}

.content-block.menu .submenu {
    padding-left: 0;
}

.content-block.menu .submenu li.submenu-item.active &gt; .submenu-item-link,
.content-block.menu .submenu .lang-switcher li.submenu-item.lang-switcher-menu-item-active &gt; .submenu-item-link,
.lang-switcher .content-block.menu .submenu li.submenu-item.lang-switcher-menu-item-active &gt; .submenu-item-link,
.content-block.menu .submenu span.twitter-typeahead li.submenu-item.tt-suggestion.tt-cursor &gt; .submenu-item-link,
span.twitter-typeahead .content-block.menu .submenu li.submenu-item.tt-suggestion.tt-cursor &gt; .submenu-item-link {
    font-weight: bold;
}

.content-block.menu .submenu li.submenu-item {
    list-style: none;
    line-height: 1.6;
}

.content-block.menu .submenu li.submenu-item .submenu-item-link-chevron {
    font-size: 14px;
    margin: 0 0.5rem;
    color: #1D1C22;
}

.content-block.menu .submenu li.submenu-item a.submenu-item-link {
    display: block;
    color: #4D5058;
}

.content-block.menu .submenu li.submenu-item .submenu {
    padding-left: 30px;
}

.zoom {
    overflow: hidden;
}

.zoom img {
    transition: transform 0.25s ease-in-out;
}

.zoom:hover img {
    transform: scale(1.2);
}

.image-text {
    position: relative;
}

.image-text .background .content-block-image-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.image-text .background .content-block-image-container * {
    height: 100%;
}

.image-text .background .content-block-image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.cookiemessage {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    z-index: 999;
}

.cookiemessage .text-left {
    padding-right: 1rem;
}

.cookiemessage .cookiemessage-btn-agree {
    color: #fff;
    background-color: #3490dc;
    border-radius: 0.25rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    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;
}

.cookiemessage .cookiemessage-btn-agree:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
    cursor: pointer;
}

.cookiemessage.hidden {
    display: none;
}

.usp-container {
    display: flex;
    padding: 0.5em 1em;
    order: 6;
    width: 100%;
    background-color: #e9e9e9;
}

.usp-container .usp {
    display: flex;
}

.usp-container .usp:not(:last-child) {
    padding-right: 2em;
}

.usp-container .usp .usp-icon {
    width: 25px;
    height: 25px;
}

.usp-container .usp .usp-label {
    font-size: 12px;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

.slick-loading .slick-list {
    background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */

@font-face {
    font-family: "slick";
    src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
    src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\2190";
}

[dir=rtl] .slick-prev:before {
    content: "\2192";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\2192";
}

[dir=rtl] .slick-next:before {
    content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp * {
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    /* for open/close transition */
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*

	1. Buttons

 */

/* &lt;button&gt; css reset */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(/images/vendor/photoswipe/src/css/default-skin/default-skin.png?e3f799c6dec9af194c86decdf7392405) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/images/vendor/photoswipe/src/css/default-skin/default-skin.svg?b257fa9c5ac8c515ac4d77a667ce2943);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(6px);
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}

.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}

/*

	4. Caption

 */

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
    visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/images/vendor/photoswipe/src/css/default-skin/preloader.gif?e34aafbb485a96eaf2a789b2bf3af6fe) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-140deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-140deg);
    }

    100% {
        transform: rotate(0);
    }
}

/*

	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint &amp; create composition layer for controls. */
    opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

html {
    height: 100%;
}

html,
body {
    min-height: 100%;
}

body {
    transition: all 0.2s ease-in-out !important;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (prefers-reduced-motion: reduce) {
    body {
        transition: none;
    }
}

.header {
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 5;
    box-shadow: 0 1px 1px -1px #6c757d;
}

.header .menu {
    padding: 0 15px;
}

.header .navbar {
    padding: 0 1rem;
}

.header .navbar .container,
.header .navbar #product-holder .row-product-navigation-bar.sticky,
#product-holder .header .navbar .row-product-navigation-bar.sticky {
    height: 100%;
}

.header .navbar .nav-item .nav-link {
    color: #000000;
    padding: 0.5rem 1rem;
}

.header .navbar .dropdown-menu,
.header .navbar .lang-switcher .lang-switcher-menu,
.lang-switcher .header .navbar .lang-switcher-menu,
.header .navbar span.twitter-typeahead .tt-menu,
span.twitter-typeahead .header .navbar .tt-menu {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .header .navbar .menu-container {
        position: relative;
    }
}

@media (max-width: 991.98px) {
    .header .navbar .shop-main-menu-item-contents {
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .header .navbar {
        padding: 0.2rem 0.3rem;
    }
}

.header.affix .navbar-brand {
    max-width: 300px;
}

@media (max-width: 991.98px) {
    .header.affix .navbar-brand {
        max-width: 125px;
    }
}

@media (max-width: 767.98px) {
    .header.affix .navbar-brand {
        max-width: 125px;
    }
}

.header .navbar-brand {
    max-width: 300px;
    padding: 0.275rem 5px;
    width: 100%;
}

@media (min-width: 1200px) {
    .header .navbar-brand {
        max-width: 250px;
    }
}

@media (max-width: 767.98px) {
    .header .navbar-brand {
        max-width: 125px;
    }
}

.header .navbar-toggler {
    background: transparent;
    border: none;
    padding: 0.4rem;
    margin-right: 0.25rem;
}

.header .dropdown,
.header .lang-switcher {
    position: relative;
}

.header .dropdown .dropdown-toggle::after,
.header .lang-switcher .dropdown-toggle::after {
    margin-bottom: -2px;
}

.header .dropdown-menu,
.header .lang-switcher .lang-switcher-menu,
.lang-switcher .header .lang-switcher-menu,
.header span.twitter-typeahead .tt-menu,
span.twitter-typeahead .header .tt-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
}

.header .dropdown-menu .nav-link,
.header .lang-switcher .lang-switcher-menu .nav-link,
.lang-switcher .header .lang-switcher-menu .nav-link,
.header span.twitter-typeahead .tt-menu .nav-link,
span.twitter-typeahead .header .tt-menu .nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.header .dropdown-menu .nav-link:hover,
.header .lang-switcher .lang-switcher-menu .nav-link:hover,
.lang-switcher .header .lang-switcher-menu .nav-link:hover,
.header span.twitter-typeahead .tt-menu .nav-link:hover,
span.twitter-typeahead .header .tt-menu .nav-link:hover {
    color: #050506;
}

.header .dropdown-menu .nav-link.active,
.header .lang-switcher .lang-switcher-menu .nav-link.active,
.lang-switcher .header .lang-switcher-menu .nav-link.active,
.header span.twitter-typeahead .tt-menu .nav-link.active,
span.twitter-typeahead .header .tt-menu .nav-link.active,
.header .dropdown-menu .lang-switcher .nav-link.lang-switcher-menu-item-active,
.lang-switcher .header .dropdown-menu .nav-link.lang-switcher-menu-item-active,
.header .lang-switcher .lang-switcher-menu .nav-link.lang-switcher-menu-item-active,
.lang-switcher .header .lang-switcher-menu .nav-link.lang-switcher-menu-item-active,
.header span.twitter-typeahead .tt-menu .lang-switcher .nav-link.lang-switcher-menu-item-active,
.lang-switcher .header span.twitter-typeahead .tt-menu .nav-link.lang-switcher-menu-item-active,
span.twitter-typeahead .header .tt-menu .lang-switcher .nav-link.lang-switcher-menu-item-active,
.lang-switcher span.twitter-typeahead .header .tt-menu .nav-link.lang-switcher-menu-item-active,
.header .dropdown-menu span.twitter-typeahead .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .header .dropdown-menu .nav-link.tt-suggestion.tt-cursor,
.header .lang-switcher .lang-switcher-menu span.twitter-typeahead .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .header .lang-switcher .lang-switcher-menu .nav-link.tt-suggestion.tt-cursor,
.lang-switcher .header .lang-switcher-menu span.twitter-typeahead .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .lang-switcher .header .lang-switcher-menu .nav-link.tt-suggestion.tt-cursor,
.header span.twitter-typeahead .tt-menu .nav-link.tt-suggestion.tt-cursor,
span.twitter-typeahead .header .tt-menu .nav-link.tt-suggestion.tt-cursor {
    color: #1D1C22;
}

.header .shop-mini-cart-container,
.header .shop-account-menu-container {
    display: inline-block;
}

.header .shop-account-menu-icon,
.header .mini-cart-icon {
    color: #000000;
}

.header .shop-search-form .btn {
    box-shadow: none;
}

.header .shop-search-form .shop-search-form-category {
    max-width: 125px;
}

.header .menuwrap {
    align-items: center;
    flex-grow: 1;
}

.header .menuwrap .navbar-nav {
    margin-left: auto;
}

.header .menuwrap .menu-top .nav-item &gt; .nav-link {
    padding: 0.5rem 1rem;
}

.header .container-usp &gt; .row {
    margin: 0;
    width: 100%;
}

.header .usp-container {
    background-color: #F4F4F4;
}

.header span.twitter-typeahead .tt-menu {
    width: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header .navbar-expand-lg &gt; .container,
    .header #product-holder .navbar-expand-lg &gt; .row-product-navigation-bar.sticky,
    #product-holder .header .navbar-expand-lg &gt; .row-product-navigation-bar.sticky {
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header .shop-search {
        flex-grow: 0 !important;
    }

    .header .shop-search-form {
        max-width: 275px;
    }
}

@media (max-width: 991.98px) {
    .header .menuwrap {
        margin: 0;
    }
}

.menu-container.offcanvas .navbar .close {
    padding-bottom: 0;
    font-size: 2em;
}

.page-home #breadcrumb {
    display: none;
}

.content {
    flex-grow: 1;
    min-height: 100%;
    position: relative;
    z-index: 4;
}

.content &gt; .container #breadcrumb,
#product-holder .content &gt; .row-product-navigation-bar.sticky #breadcrumb {
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .content {
        margin-top: 140px;
    }
}

@media (min-width: 992px) {
    .content {
        margin-top: 114px;
    }
}

@media (min-width: 1200px) {
    .content {
        margin-top: 146px;
    }
}

@media (max-width: 767.98px) {
    .content {
        margin-top: 117px;
    }
}

.messages-container {
    margin-top: 1rem;
}

.footer {
    background-color: #d3d3d3;
    color: #000000;
}

.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h4 {
    color: #000000;
}

.footer .content-block-section-wrapper .content-block.menu .nav-item:hover &gt; .nav-link {
    background-color: transparent;
    opacity: 0.9;
}

img,
a {
    transition: all 0.2s ease-in-out !important;
}

@media (prefers-reduced-motion: reduce) {
    img,
    a {
        transition: none;
    }
}

form &gt; .alert ul,
#editDeliveryDateModal form &gt; .form-field-not_available ul,
#confirmReservationModal form &gt; .form-field-not_available ul,
#cancelReservationModal form &gt; .form-field-not_available ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 767.98px) {
    form .btn {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer .content-block-column:not(:last-child) {
        border-right: 1px solid #F4F4F4;
    }
}

.footer .content-block {
    border-bottom: 1px solid #F4F4F4;
    padding: 0 0 1rem 0;
}

.footer .nav-link {
    padding: 0 1rem;
}

.btn {
    text-transform: uppercase;
}

.btn:focus {
    box-shadow: none;
}

.btn:not(.btn-lg, .btn-sm) {
    font-size: 0.75rem;
    font-weight: 700;
}

.badge {
    padding: 0.3rem;
}

a {
    transition: all 0.2s ease-in-out !important;
}

@media (prefers-reduced-motion: reduce) {
    a {
        transition: none;
    }
}

iframe {
    max-width: 100% !important;
}

h1,
.h1 {
    color: #1D1C22;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 1.5rem;
}

h2,
.h2 {
    font-size: 1.6rem;
    font-weight: 500;
}

h3,
.h3 {
    color: #1D1C22;
    font-size: 1.4rem;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

.btn-primary,
.lang-switcher .lang-switcher-dropdown {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-primary:hover,
.lang-switcher .lang-switcher-dropdown:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.btn-primary:focus,
.lang-switcher .lang-switcher-dropdown:focus,
.btn-primary.focus,
.lang-switcher .focus.lang-switcher-dropdown {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.btn-primary.disabled,
.lang-switcher .disabled.lang-switcher-dropdown,
.btn-primary:disabled,
.lang-switcher .lang-switcher-dropdown:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.btn-primary:not(:disabled):not(.disabled):active,
.lang-switcher .lang-switcher-dropdown:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.lang-switcher .lang-switcher-dropdown:not(:disabled):not(.disabled).active,
.lang-switcher .btn-primary.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .lang-switcher-dropdown.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-primary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.lang-switcher span.twitter-typeahead .lang-switcher-dropdown.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .lang-switcher .lang-switcher-dropdown.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-primary.dropdown-toggle,
.lang-switcher .show &gt; .dropdown-toggle.lang-switcher-dropdown {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.lang-switcher .lang-switcher-dropdown:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.lang-switcher .lang-switcher-dropdown:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-primary.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .lang-switcher-dropdown.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-primary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.lang-switcher span.twitter-typeahead .lang-switcher-dropdown.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .lang-switcher .lang-switcher-dropdown.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-primary.dropdown-toggle:focus,
.lang-switcher .show &gt; .dropdown-toggle.lang-switcher-dropdown:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.btn-secondary {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-secondary:hover {
    color: #212529;
    background-color: #dbcecb;
    border-color: #e1d5d2;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #212529;
    background-color: #dbcecb;
    border-color: #e1d5d2;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(178, 162, 159, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.lang-switcher .btn-secondary.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-secondary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e1d5d2;
    border-color: #e6dcda;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-secondary.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-secondary.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(178, 162, 159, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-success:hover {
    color: #212529;
    background-color: #87b19b;
    border-color: #8fb6a2;
}

.btn-success:focus,
.btn-success.focus {
    color: #212529;
    background-color: #87b19b;
    border-color: #8fb6a2;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(133, 176, 154, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.lang-switcher .btn-success.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-success.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #8fb6a2;
    border-color: #97bba8;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-success.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-success.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(133, 176, 154, 0.5);
}

.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-info:hover {
    color: #ffffff;
    background-color: #1bc0da;
    border-color: #1fc8e3;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #1bc0da;
    border-color: #1fc8e3;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.lang-switcher .btn-info.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-info.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #1fc8e3;
    border-color: #2acbe4;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-info.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-info.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-warning:hover {
    color: #212529;
    background-color: #ffcb2d;
    border-color: #ffce3a;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #ffcb2d;
    border-color: #ffce3a;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.lang-switcher .btn-warning.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-warning.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffce3a;
    border-color: #ffd147;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-warning.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-warning.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #e25663;
    border-color: #e4606d;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #e25663;
    border-color: #e4606d;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.lang-switcher .btn-danger.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-danger.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e4606d;
    border-color: #e56b77;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-danger.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-danger.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

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

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: white;
    border-color: white;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(212, 213, 214, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.lang-switcher .btn-light.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-light.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-light.dropdown-toggle {
    color: #212529;
    background-color: white;
    border-color: white;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-light.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-light.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 213, 214, 0.5);
}

.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-dark:hover {
    color: #ffffff;
    background-color: #454d55;
    border-color: #4b545c;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #ffffff;
    background-color: #454d55;
    border-color: #4b545c;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.lang-switcher .btn-dark.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-dark.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #4b545c;
    border-color: #515a63;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-dark.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-dark.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-gray-blue {
    color: #ffffff;
    background-color: #44404F;
    border-color: #44404F;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-gray-blue:hover {
    color: #ffffff;
    background-color: #565164;
    border-color: #5c576b;
}

.btn-gray-blue:focus,
.btn-gray-blue.focus {
    color: #ffffff;
    background-color: #565164;
    border-color: #5c576b;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(96, 93, 105, 0.5);
}

.btn-gray-blue.disabled,
.btn-gray-blue:disabled {
    color: #ffffff;
    background-color: #44404F;
    border-color: #44404F;
}

.btn-gray-blue:not(:disabled):not(.disabled):active,
.btn-gray-blue:not(:disabled):not(.disabled).active,
.lang-switcher .btn-gray-blue.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-gray-blue.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-gray-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #5c576b;
    border-color: #625d72;
}

.btn-gray-blue:not(:disabled):not(.disabled):active:focus,
.btn-gray-blue:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-gray-blue.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-gray-blue.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-gray-blue.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 93, 105, 0.5);
}

.btn-green {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-green:hover {
    color: #212529;
    background-color: #87b19b;
    border-color: #8fb6a2;
}

.btn-green:focus,
.btn-green.focus {
    color: #212529;
    background-color: #87b19b;
    border-color: #8fb6a2;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(133, 176, 154, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    color: #ffffff;
    background-color: #70A288;
    border-color: #70A288;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.lang-switcher .btn-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-green.dropdown-toggle {
    color: #212529;
    background-color: #8fb6a2;
    border-color: #97bba8;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-green.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(133, 176, 154, 0.5);
}

.btn-dark-green {
    color: #ffffff;
    background-color: #203c34;
    border-color: #203c34;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-dark-green:hover {
    color: #ffffff;
    background-color: #2d554a;
    border-color: #325d51;
}

.btn-dark-green:focus,
.btn-dark-green.focus {
    color: #ffffff;
    background-color: #2d554a;
    border-color: #325d51;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(65, 89, 82, 0.5);
}

.btn-dark-green.disabled,
.btn-dark-green:disabled {
    color: #ffffff;
    background-color: #203c34;
    border-color: #203c34;
}

.btn-dark-green:not(:disabled):not(.disabled):active,
.btn-dark-green:not(:disabled):not(.disabled).active,
.lang-switcher .btn-dark-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-dark-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-dark-green.dropdown-toggle {
    color: #ffffff;
    background-color: #325d51;
    border-color: #366658;
}

.btn-dark-green:not(:disabled):not(.disabled):active:focus,
.btn-dark-green:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-dark-green.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-dark-green.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-dark-green.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 89, 82, 0.5);
}

.btn-white {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-white:hover {
    color: #212529;
    background-color: white;
    border-color: white;
}

.btn-white:focus,
.btn-white.focus {
    color: #212529;
    background-color: white;
    border-color: white;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.lang-switcher .btn-white.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-white.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-white.dropdown-toggle {
    color: #212529;
    background-color: white;
    border-color: white;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-white.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-white.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-gray {
    color: #ffffff;
    background-color: #4D5058;
    border-color: #4D5058;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-gray:hover {
    color: #ffffff;
    background-color: #5f636c;
    border-color: #656973;
}

.btn-gray:focus,
.btn-gray.focus {
    color: #ffffff;
    background-color: #5f636c;
    border-color: #656973;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(104, 106, 113, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #ffffff;
    background-color: #4D5058;
    border-color: #4D5058;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.lang-switcher .btn-gray.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
span.twitter-typeahead .btn-gray.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .btn-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #656973;
    border-color: #6b6f7a;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.lang-switcher .btn-gray.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .btn-gray.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .btn-gray.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(104, 106, 113, 0.5);
}

@media (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    h2,
    .h2 {
        font-size: 1.4rem;
    }

    h3,
    .h3 {
        font-size: 1.2rem;
    }

    h4,
    .h4,
    h5,
    .h5 {
        font-size: 1rem;
    }

    a {
        word-break: break-word;
    }
}

@media (min-width: 768px) {
    .close {
        line-height: 0.75;
        font-size: 2rem;
        font-weight: normal;
    }
}

.content-block-section-wrapper .content-block.text .usp-wrapper {
    list-style: none;
    padding-left: 0;
}

.content-block-section-wrapper .content-block.text li.usp .tick {
    color: #1D1C22;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 15px;
}

.content-block-section-wrapper .content-block.text .content-block-btn .material-icons {
    vertical-align: bottom;
}

.content-block-section-wrapper .content-block.image {
    position: relative;
}

.content-block-section-wrapper .content-block.image:hover .has-url .content-block-title-link {
    color: #1D1C22;
    text-decoration: none;
}

.content-block-section-wrapper .content-block.image .content-block-title {
    background-color: #fff;
    color: #000000;
    font-size: 1.2rem;
    padding: 1rem;
    margin: 0;
}

.content-block-section-wrapper .content-block.image .content-block-title.has-url {
    padding: 0;
    position: absolute;
}

.content-block-section-wrapper .content-block.image .content-block-title.has-url a {
    display: block;
    padding: 1rem;
}

.content-block-section-wrapper .content-block.image .content-block-title:first-child {
    top: 10px;
}

.content-block-section-wrapper .content-block.image .content-block-title:last-child {
    bottom: 10px;
}

.content-block-section-wrapper .content-block.image.text-left .content-block-title.has-url {
    left: 10px;
    width: auto;
}

.content-block-section-wrapper .content-block.image.text-center .content-block-title.has-url {
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 767.98px) {
    .content-block-section-wrapper .content-block.image.text-center .content-block-title.has-url {
        width: auto;
    }
}

.content-block-section-wrapper .content-block.image.text-right .content-block-title.has-url {
    right: 10px;
    width: auto;
}

.content-block-section-wrapper .content-block.social-media-icons a:hover {
    text-decoration: none;
}

.content-block-section-wrapper .content-block.social-media-icons .social-media-icon {
    display: inline-block;
}

.content-block-section-wrapper .content-block.news .news-block-item .news-block-title {
    margin-top: 1rem;
}

.content-block-section-wrapper .content-block.news .news-block-item .news-block-title a {
    text-decoration: none;
}

.content-block-section-wrapper .content-block.news .news-block-item .news-block-title a:hover {
    color: #1D1C22;
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper .content-block.news .news-block-item {
        margin-bottom: 1.25rem;
    }
}

.content-block-section-wrapper .content-block.news .news-block-content {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-block-section-wrapper .content-block.news .news-block-description {
    padding: 0.5rem 0.75rem 0.75rem;
}

.content-block-section-wrapper .content-block.news .news-item-category {
    display: inline-block;
    margin-right: 0.25rem;
}

.content-block-section-wrapper .content-block.news .news-item-header {
    font-size: 75%;
}

.content-block-section-wrapper .content-block.news .news-block-intro {
    max-height: 7.2em;
    overflow: hidden;
}

.content-block-section-wrapper .content-block.faq .faq-title {
    font-weight: 500;
}

.content-block-section-wrapper .content-block.faq .faq-item {
    margin-bottom: 1.25rem;
}

.content-block-section-wrapper .content-block.menu ul {
    list-style: none;
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
}

.content-block-section-wrapper .content-block.menu ul .submenu-item-link-chevron {
    margin-right: 5px;
}

.content-block-section-wrapper .content-block.menu .nav-item.dropdown .mobile-menu-toggle,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .mobile-menu-toggle {
    display: none;
}

.content-block-section-wrapper .content-block.menu .nav-item.dropdown .dropdown-menu,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .dropdown-menu,
.content-block-section-wrapper .content-block.menu .nav-item.dropdown .lang-switcher .lang-switcher-menu,
.lang-switcher .content-block-section-wrapper .content-block.menu .nav-item.dropdown .lang-switcher-menu,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .lang-switcher-menu,
.content-block-section-wrapper .content-block.menu .nav-item.dropdown span.twitter-typeahead .tt-menu,
span.twitter-typeahead .content-block-section-wrapper .content-block.menu .nav-item.dropdown .tt-menu,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher span.twitter-typeahead .tt-menu,
span.twitter-typeahead .content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .tt-menu {
    display: block;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.content-block-section-wrapper .content-block.menu .nav-item.dropdown .dropdown-item,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .dropdown-item,
.content-block-section-wrapper .content-block.menu .nav-item.dropdown .lang-switcher .lang-switcher-menu-item,
.lang-switcher .content-block-section-wrapper .content-block.menu .nav-item.dropdown .lang-switcher-menu-item,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .lang-switcher-menu-item,
.content-block-section-wrapper .content-block.menu .nav-item.dropdown span.twitter-typeahead .tt-suggestion,
span.twitter-typeahead .content-block-section-wrapper .content-block.menu .nav-item.dropdown .tt-suggestion,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher span.twitter-typeahead .tt-suggestion,
span.twitter-typeahead .content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .tt-suggestion {
    padding: 0.25rem 0.75rem;
}

.content-block-section-wrapper .content-block.menu .nav-item.dropdown .dropdown-item:hover,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .dropdown-item:hover,
.content-block-section-wrapper .content-block.menu .nav-item.dropdown .lang-switcher .lang-switcher-menu-item:hover,
.lang-switcher .content-block-section-wrapper .content-block.menu .nav-item.dropdown .lang-switcher-menu-item:hover,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .lang-switcher-menu-item:hover,
.content-block-section-wrapper .content-block.menu .nav-item.dropdown span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .content-block-section-wrapper .content-block.menu .nav-item.dropdown .tt-suggestion:hover,
.content-block-section-wrapper .content-block.menu .nav-item.lang-switcher span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .content-block-section-wrapper .content-block.menu .nav-item.lang-switcher .tt-suggestion:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.content-block-section-wrapper .content-block.menu .nav-item:hover &gt; .nav-link {
    background-color: rgba(255, 255, 255, 0.25);
}

.content-block-section-wrapper .content-block.menu .nav-item.shop-main-menu-item:hover .shop-main-menu-item-contents,
.content-block-section-wrapper .content-block.menu .nav-item.shop-main-menu-item:hover .shop-menu-background {
    display: none;
}

.content-block-section-wrapper .content-block.menu .nav-item.shop-main-menu-item:hover .nav-link {
    background: none;
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper .content-block.menu .shop-main-menu-item-contents {
        display: none;
    }
}

.content-block-section-wrapper .content-block.image-text {
    padding: 0 !important;
}

.content-block-section-wrapper .content-block.image-text .content-block {
    margin: 0;
}

.content-block-section-wrapper .content-block.image-text .content-block-image-container {
    padding: 0;
}

.content-block-section-wrapper .content-block.image-text.primary .btn,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    color: #000000;
}

.content-block-section-wrapper .content-block.image-text.primary .btn:hover,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.content-block-section-wrapper .content-block.image-text.primary .btn:focus,
.content-block-section-wrapper .content-block.image-text.primary .btn.focus,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn:focus,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.content-block-section-wrapper .content-block.image-text.primary .btn.disabled,
.content-block-section-wrapper .content-block.image-text.primary .btn:disabled,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn.disabled,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.content-block-section-wrapper .content-block.image-text.primary .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.image-text.primary .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.image-text.primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.image-text.primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.image-text.primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.image-text.primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.image-text.primary .btn.dropdown-toggle,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.image-text.primary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.image-text.primary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.image-text.primary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.image-text.primary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.image-text.primary .content-block-btn.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.content-block-section-wrapper .content-block.image-text.primary .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.image-text.primary .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.image-text.primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.image-text.primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.image-text.primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.image-text.primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.image-text.primary .btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.image-text.primary .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.image-text.primary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.image-text.primary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.image-text.primary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.image-text.primary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.image-text.primary .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.content-block-section-wrapper .content-block.image-text .below {
    display: flex;
    flex-flow: column nowrap;
}

.content-block-section-wrapper .content-block.image-text .below .content-block-image-link,
.content-block-section-wrapper .content-block.image-text .below img {
    order: 2;
}

.content-block-section-wrapper .content-block.image-text .left .content-block-image-container,
.content-block-section-wrapper .content-block.image-text .right .content-block-image-container {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .content-block-section-wrapper .content-block.image-text .left .content-block-content,
    .content-block-section-wrapper .content-block.image-text .right .content-block-content {
        flex: 0 0 55%;
    }
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper .content-block.image-text .left,
    .content-block-section-wrapper .content-block.image-text .right {
        flex-direction: column-reverse !important;
    }

    .content-block-section-wrapper .content-block.image-text .left .content-block-content,
    .content-block-section-wrapper .content-block.image-text .right .content-block-content {
        flex: 0 0 100%;
    }
}

.content-block-section-wrapper .content-block.image-text .left img,
.content-block-section-wrapper .content-block.image-text .right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.content-block-section-wrapper .content-block.image-text .content-block-content {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    padding: 1.6666666667rem;
}

.content-block-section-wrapper .content-block.image-text .content-block-text {
    flex-grow: 1;
}

.content-block-section-wrapper .content-block.image-text .content-block-button {
    margin-top: 1.25rem;
}

.content-block-section-wrapper .content-block:not(:last-child) {
    margin-bottom: 1.25rem;
}

.content-block-section-wrapper .content-block:not(:last-child).content-block-breadcrumb {
    margin-bottom: 0;
}

.content-block-section-wrapper .content-block.content-block-page-title h1 {
    margin: 0;
}

.content-block-section-wrapper .content-block.products-by-properties.text-left .product-row.justify-content-center {
    justify-content: flex-start !important;
}

.content-block-section-wrapper .content-block.products-by-properties .product-name {
    margin-top: 0.5rem;
}

.content-block-section-wrapper .content-block.products-by-properties .content-block-content {
    margin: 0 -15px;
}

.content-block-section-wrapper .content-block .content-block-title {
    width: 100%;
}

.content-block-section-wrapper .content-block .content-block-text + .content-block-btn {
    margin-top: 1rem;
}

#breadcrumb a {
    text-decoration: none;
}

#breadcrumb .fa-chevron-left {
    font-size: 0.9em;
}

#breadcrumb .fa-home {
    margin-bottom: -1px;
}

#breadcrumb .breadcrumb .breadcrumb-item:not(:first-child)::before {
    vertical-align: middle;
}

.form-heading {
    margin-top: 0.5rem;
}

.form-control:focus {
    border-color: #1D1C22;
    box-shadow: none;
}

/*
 * 4x3 ratio voor de afbeeldingen
 */

.col-sm-12 .image-text .left img,
.col-sm-12 .image-text .right img {
    min-height: 476px;
}

.col-sm-9 .image-text .left img,
.col-sm-9 .image-text .right img {
    min-height: 354px;
}

.col-sm-8 .image-text .left img,
.col-sm-8 .image-text .right img {
    min-height: 314px;
}

.col-sm-6 .image-text .left img,
body .header .mini-cart .mini-cart-buttons .mini-cart-buttons-row &gt; * .image-text .left img,
.col-sm-6 .image-text .right img,
body .header .mini-cart .mini-cart-buttons .mini-cart-buttons-row &gt; * .image-text .right img {
    min-height: 233px;
}

.col-sm-4 .image-text .left img,
.col-sm-4 .image-text .right img {
    min-height: 152px;
}

.col-sm-4 .content-block.mailing-subscribe .form-group &gt; * {
    flex-basis: 100%;
    max-width: none;
}

.col-sm-3 .image-text .left img,
.col-sm-3 .image-text .right img {
    min-height: 111px;
}

.col-sm-3 .content-block.mailing-subscribe .form-group &gt; * {
    flex-basis: 100%;
    max-width: none;
}

@media (min-width: 992px) {
    .shop-main-menu-item .three-levels .menu-level-1 &gt; .shop-menu-category &gt; .shop-menu-category-link {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header .shop-main-menu-item .three-levels .menu-level-1,
    .header .shop-main-menu-item .three-levels .menu-level-2 {
        min-height: 250px;
        height: 100%;
        max-height: 80vh;
    }
}

#product-holder .product-single h1 {
    margin-bottom: 0.5rem;
}

#product-holder .product-single .product-image,
#product-holder .product-single .product-thumbnail {
    background-color: #ffffff;
}

#product-holder .product-single .sku-number {
    color: #1a1a1a;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

#product-holder .product-single .price-including-tax,
#product-holder .product-single .price {
    font-size: 1.4rem;
    display: inline-block;
}

#product-holder .product-single .price-including-tax .including-tax,
#product-holder .product-single .price-including-tax .rental-day-price-value,
#product-holder .product-single .price .including-tax,
#product-holder .product-single .price .rental-day-price-value {
    font-size: 1rem;
}

#product-holder .product-single .price-excluding-tax {
    font-size: 0.8rem;
    display: inline-block;
    color: #1a1a1a;
    margin-left: 10px;
}

#product-holder .product-single .price-excluding-tax .excluding-tax {
    font-size: inherit;
}

#product-holder .product-single .price {
    color: #000000;
    font-size: 1.4rem;
}

#product-holder .product-single .price .product-package-price {
    font-size: 1rem;
}

#product-holder .product-single .row-details {
    align-items: flex-start;
    margin: 0 0 15px;
}

#product-holder .product-single .row-details .product-images {
    margin-left: -15px;
}

#product-holder .product-single .row-short-description {
    margin-bottom: 1.25rem;
}

#product-holder .product-single .details-right {
    background-color: #ffffff;
    padding: 0.75rem 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#product-holder .product-single .details-right h1 {
    margin-top: 0.5rem;
}

#product-holder .product-single .details-right .form-control {
    margin-right: 0.5rem;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #product-holder .product-single .details-right .details-right-content {
        padding-top: 50px;
    }
}

#product-holder .product-single .add-to-cart-btn {
    padding: 0.35rem 2.5rem;
    min-height: calc(2.19rem + 2px);
    height: 100%;
}

#product-holder .product-single .favorite {
    position: absolute;
    top: 0;
    right: 15px;
}

@media (max-width: 991.98px) {
    #product-holder .product-single .add-to-cart-btn {
        padding: 0.35rem 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #product-holder .product-single .favorite .btn {
        max-width: 42px;
        max-height: 32px;
        overflow: hidden;
    }
}

@media (max-width: 767.98px) {
    #product-holder .product-single .favorite {
        display: block;
        position: relative;
        right: 0;
    }

    #product-holder .product-single .form-control {
        margin-bottom: 1rem;
    }
}

#product-holder .row-description,
#product-holder .row-properties {
    background-color: #ffffff;
    margin: 0 0 1rem;
    padding-bottom: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#product-holder .row-description h2,
#product-holder .row-properties h2 {
    font-size: 1.2rem;
    margin-top: 20px;
    padding-bottom: 0.25rem;
}

#product-holder .row-product-navigation-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #F4F4F4;
    margin: 0 0 1rem;
    width: 100%;
    z-index: 1;
}

#product-holder .row-product-navigation-bar .product-navigation-link {
    font-weight: 700;
    padding: 0.5rem 1.5rem;
}

#product-holder .row-product-navigation-bar.sticky {
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    max-width: calc(1440px - 30px);
}

#product-holder .row-product-navigation-bar.sticky .product-navigation-link {
    padding: 0.5rem 1rem 0.5rem 0;
}

@media (max-width: 1199.98px) {
    #product-holder .row-product-navigation-bar.sticky {
        max-width: calc(960px - 30px);
    }
}

@media (max-width: 991.98px) {
    #product-holder .row-product-navigation-bar.sticky {
        max-width: calc(720px - 30px);
    }
}

@media (max-width: 767.98px) {
    #product-holder .row-product-navigation-bar.sticky {
        max-width: calc(540px - 30px);
    }
}

#group h1 {
    display: block;
    margin-top: 0;
    flex: 1 0 100%;
}

#group .row &gt; h1 {
    padding: 0 15px;
}

@media (min-width: 992px) {
    #group .group-description + .read-more {
        display: none;
    }
}

@media (max-width: 991.98px) {
    #group .group-description {
        transition: all 0.2s ease-in-out !important;
        margin-bottom: 0;
        max-height: 185px;
        overflow: hidden;
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    #group .group-description {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    #group .group-description.collapsed {
        max-height: 100%;
    }
}

@media (max-width: 767.98px) {
    #group .group-description {
        max-height: 195px;
    }
}

#group .group-image {
    -o-object-fit: cover;
    object-fit: cover;
}

#group .read-more {
    border-bottom: 1px solid #F4F4F4;
    color: #1D1C22;
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

#group .read-more:after {
    content: "";
    background: linear-gradient(transparent, #ffffff);
    position: absolute;
    height: 200%;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: -1;
}

@media (max-width: 767.98px) {
    #group .read-more {
        margin-left: 15px;
    }
}

#filter-menu-desktop-filters-container {
    margin-top: 30px;
}

.filter-menu-filters .collapse-anchor {
    border-bottom: none;
}

.products-row:before {
    height: 0;
}

.group-products .group-product {
    background-color: white;
    border: 1px solid #F4F4F4;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: flex-start;
    padding: 0.5rem;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .group-products .group-product {
        flex-wrap: wrap;
    }
}

.group-products .group-product:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.group-products .group-product .product-name {
    font-weight: 500;
    margin-top: 0.5rem;
}

.group-products .group-product .product-name:hover a {
    color: #1D1C22;
}

.group-products .group-product .product-name a:hover {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .group-products .group-product .product-name {
        font-size: 1rem;
    }
}

.group-products .group-product .product-image {
    margin-bottom: 0;
    height: 236px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .group-products .group-product .product-image {
        height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .group-products .group-product .product-image {
        height: 100px;
    }
}

@media (max-width: 767.98px) {
    .group-products .group-product .product-image {
        height: 193px;
    }
}

.group-products .group-product .product-image img {
    background: no-repeat center;
    background-size: contain;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .group-products .group-product .product-image img {
        height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .group-products .group-product .product-image img {
        height: 100px;
    }
}

@media (max-width: 767.98px) {
    .group-products .group-product .product-image img {
        height: 193px;
    }
}

.group-products .group-product .product-properties {
    flex: 0;
    margin-top: auto;
}

.group-products .group-product .product-price {
    font-size: 1rem;
}

.group-products .group-product .product-price .new-price {
    font-weight: 500;
}

.group-products .group-product .product-price .including-tax,
.group-products .group-product .product-price .excluding-tax,
.group-products .group-product .product-price .rental-day-price {
    color: #1a1a1a;
}

.group-products .group-product .product-price .rental-day-price {
    font-size: small;
}

.group-products .group-product .product-price .rental-day-price-separator {
    color: #dcdcdc;
    padding: 0 3px;
}

.group-products .group-product .add-to-cart-btn {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
}

.group-products .group-product .favorite {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 767.98px) {
    .group-products .group-product-col.col-6 .group-product .product-image,
    .group-products .group-product-col.col-6 .group-product .product-image img {
        height: 74px;
    }
}

.shop-pagination {
    border-top: none;
    font-size: 0.95rem;
}

.shop-pagination .pagination {
    justify-content: flex-end;
}

.shop-pagination .pagination .page-item {
    border: 1px solid #ccc;
    color: #1D1C22;
    border-radius: 0.25rem;
    margin: 0 5px;
}

.shop-pagination .pagination .page-item.active,
.shop-pagination .pagination .lang-switcher .page-item.lang-switcher-menu-item-active,
.lang-switcher .shop-pagination .pagination .page-item.lang-switcher-menu-item-active,
.shop-pagination .pagination span.twitter-typeahead .page-item.tt-suggestion.tt-cursor,
span.twitter-typeahead .shop-pagination .pagination .page-item.tt-suggestion.tt-cursor {
    border-color: #1D1C22;
    background-color: #d2d2d3;
    color: #000000;
}

.shop-pagination .pagination .page-item .page-link {
    width: 2.25em;
    text-align: center;
    padding: 0.5em;
}

.shop-pagination .pagination .page-item .page-link .fa-chevron-left {
    margin-right: 3px;
}

.shop-pagination .pagination .page-item .page-link .fa-chevron-right {
    margin-left: 3px;
}

.form-content-blocks-container .form-group {
    margin-bottom: 0.25rem;
}

.login-to-order .alert-info {
    background-color: white;
    border: none;
    border-left: 3px solid #1D1C22;
    color: #1D1C22;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cart-total-amount,
.cart-shipping-costs {
    padding-left: 0;
}

#cart #cart-information-form .form-content-block-section:not(:first-child) .form-content-block.heading {
    margin-top: 1rem;
}

#cart .cart-order-btn-container .btn-primary.disabled,
#cart .cart-order-btn-container .lang-switcher .disabled.lang-switcher-dropdown,
.lang-switcher #cart .cart-order-btn-container .disabled.lang-switcher-dropdown,
#cart .cart-order-btn-container .btn-primary:disabled,
#cart .cart-order-btn-container .lang-switcher .lang-switcher-dropdown:disabled,
.lang-switcher #cart .cart-order-btn-container .lang-switcher-dropdown:disabled {
    background-color: #999;
    border-color: #999;
}

#cart .btn-outline-secondary:hover {
    background-color: #f8f9fa;
}

#cart .btn-outline-secondary:hover:disabled {
    background-color: transparent;
}

#cart .btn-outline-secondary:focus,
#cart .btn-outline-secondary.focus {
    box-shadow: none;
    border-color: #1D1C22;
}

#cart .cart-order-btn-container .cart-continue-shopping-btn {
    padding-right: 1rem;
}

@media (max-width: 991.98px) {
    #cart .cart-order-btn-container .cart-continue-shopping-btn {
        float: left;
    }
}

.checkout {
    background-color: white;
    padding: 2.5rem 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.checkout .col-product-sku {
    display: none;
}

.checkout .alert-info {
    background-color: #9895a8;
    border-color: #595668;
    color: #1D1C22;
}

@media (max-width: 767.98px) {
    .checkout h3 {
        margin-top: 1rem;
    }
}

.checkout-steps .checkout-step-container .checkout-step {
    background-color: #FFFFFF;
}

.checkout-steps .checkout-step-container .checkout-step.active,
.checkout-steps .checkout-step-container .lang-switcher .checkout-step.lang-switcher-menu-item-active,
.lang-switcher .checkout-steps .checkout-step-container .checkout-step.lang-switcher-menu-item-active,
.checkout-steps .checkout-step-container span.twitter-typeahead .checkout-step.tt-suggestion.tt-cursor,
span.twitter-typeahead .checkout-steps .checkout-step-container .checkout-step.tt-suggestion.tt-cursor,
.checkout-steps .checkout-step-container .checkout-step:not(.active) {
    color: #000000;
    font-weight: 500;
}

.checkout-steps .checkout-step-container .checkout-step.active,
.checkout-steps .checkout-step-container .lang-switcher .checkout-step.lang-switcher-menu-item-active,
.lang-switcher .checkout-steps .checkout-step-container .checkout-step.lang-switcher-menu-item-active,
.checkout-steps .checkout-step-container span.twitter-typeahead .checkout-step.tt-suggestion.tt-cursor,
span.twitter-typeahead .checkout-steps .checkout-step-container .checkout-step.tt-suggestion.tt-cursor {
    background-color: #d2d2d3;
}

.checkout-steps .checkout-step-container .checkout-step.active .arrowEndOverlay,
.checkout-steps .checkout-step-container .lang-switcher .checkout-step.lang-switcher-menu-item-active .arrowEndOverlay,
.lang-switcher .checkout-steps .checkout-step-container .checkout-step.lang-switcher-menu-item-active .arrowEndOverlay,
.checkout-steps .checkout-step-container span.twitter-typeahead .checkout-step.tt-suggestion.tt-cursor .arrowEndOverlay,
span.twitter-typeahead .checkout-steps .checkout-step-container .checkout-step.tt-suggestion.tt-cursor .arrowEndOverlay {
    border-left-color: #d2d2d3;
}

.checkout-steps .checkout-step-container .checkout-step .arrowStartOverlay {
    border-left-color: #fff;
}

.checkout-steps .checkout-step-container .checkout-step .arrowEndOverlay {
    border-left-color: #FFFFFF;
}

.mobile-stepper {
    margin: 24px 38px 24px 5px;
}

.mobile-stepper .fa-dot-circle,
.mobile-stepper .fa-circle {
    width: 1em;
}

#checkout-payment .checkout-payment-option.selected {
    background-color: white;
}

.cart-order-btn-container a {
    text-decoration: none;
}

.cart-order-btn-container a .fa-chevron-left {
    font-size: 0.9em;
}

#account &gt; .row &gt; .col-md-3,
#order-history &gt; .row &gt; .col-md-3,
#order-history-details &gt; .row &gt; .col-md-3,
#favorites &gt; .row &gt; .col-md-3,
#profile-details &gt; .row &gt; .col-md-3,
#profile &gt; .row &gt; .col-md-3 {
    margin-top: 66px;
}

@media (max-width: 991.98px) {
    #account &gt; .row &gt; .col-md-3,
    #order-history &gt; .row &gt; .col-md-3,
    #order-history-details &gt; .row &gt; .col-md-3,
    #favorites &gt; .row &gt; .col-md-3,
    #profile-details &gt; .row &gt; .col-md-3,
    #profile &gt; .row &gt; .col-md-3 {
        margin-top: 0.625rem;
    }
}

#account .card:not(.order-products),
#account .order-information:not(.order-products),
#account .order-invoice:not(.order-products),
#account #order-history .order-information:not(.order-products),
#order-history #account .order-information:not(.order-products),
#account #order-history .order-invoice:not(.order-products),
#order-history #account .order-invoice:not(.order-products),
#account #order-history-details .order-information:not(.order-products),
#order-history-details #account .order-information:not(.order-products),
#account #order-history-details .order-invoice:not(.order-products),
#order-history-details #account .order-invoice:not(.order-products),
#account #favorites .order-information:not(.order-products),
#favorites #account .order-information:not(.order-products),
#account #favorites .order-invoice:not(.order-products),
#favorites #account .order-invoice:not(.order-products),
#account #profile-details .order-information:not(.order-products),
#profile-details #account .order-information:not(.order-products),
#account #profile-details .order-invoice:not(.order-products),
#profile-details #account .order-invoice:not(.order-products),
#account #profile .order-information:not(.order-products),
#profile #account .order-information:not(.order-products),
#account #profile .order-invoice:not(.order-products),
#profile #account .order-invoice:not(.order-products),
#order-history .card:not(.order-products),
#order-history #account .order-information:not(.order-products),
#account #order-history .order-information:not(.order-products),
#order-history #account .order-invoice:not(.order-products),
#account #order-history .order-invoice:not(.order-products),
#order-history .order-information:not(.order-products),
#order-history .order-invoice:not(.order-products),
#order-history #order-history-details .order-information:not(.order-products),
#order-history-details #order-history .order-information:not(.order-products),
#order-history #order-history-details .order-invoice:not(.order-products),
#order-history-details #order-history .order-invoice:not(.order-products),
#order-history #favorites .order-information:not(.order-products),
#favorites #order-history .order-information:not(.order-products),
#order-history #favorites .order-invoice:not(.order-products),
#favorites #order-history .order-invoice:not(.order-products),
#order-history #profile-details .order-information:not(.order-products),
#profile-details #order-history .order-information:not(.order-products),
#order-history #profile-details .order-invoice:not(.order-products),
#profile-details #order-history .order-invoice:not(.order-products),
#order-history #profile .order-information:not(.order-products),
#profile #order-history .order-information:not(.order-products),
#order-history #profile .order-invoice:not(.order-products),
#profile #order-history .order-invoice:not(.order-products),
#order-history-details .card:not(.order-products),
#order-history-details #account .order-information:not(.order-products),
#account #order-history-details .order-information:not(.order-products),
#order-history-details #account .order-invoice:not(.order-products),
#account #order-history-details .order-invoice:not(.order-products),
#order-history-details #order-history .order-information:not(.order-products),
#order-history #order-history-details .order-information:not(.order-products),
#order-history-details #order-history .order-invoice:not(.order-products),
#order-history #order-history-details .order-invoice:not(.order-products),
#order-history-details .order-information:not(.order-products),
#order-history-details .order-invoice:not(.order-products),
#order-history-details #favorites .order-information:not(.order-products),
#favorites #order-history-details .order-information:not(.order-products),
#order-history-details #favorites .order-invoice:not(.order-products),
#favorites #order-history-details .order-invoice:not(.order-products),
#order-history-details #profile-details .order-information:not(.order-products),
#profile-details #order-history-details .order-information:not(.order-products),
#order-history-details #profile-details .order-invoice:not(.order-products),
#profile-details #order-history-details .order-invoice:not(.order-products),
#order-history-details #profile .order-information:not(.order-products),
#profile #order-history-details .order-information:not(.order-products),
#order-history-details #profile .order-invoice:not(.order-products),
#profile #order-history-details .order-invoice:not(.order-products),
#favorites .card:not(.order-products),
#favorites #account .order-information:not(.order-products),
#account #favorites .order-information:not(.order-products),
#favorites #account .order-invoice:not(.order-products),
#account #favorites .order-invoice:not(.order-products),
#favorites #order-history .order-information:not(.order-products),
#order-history #favorites .order-information:not(.order-products),
#favorites #order-history .order-invoice:not(.order-products),
#order-history #favorites .order-invoice:not(.order-products),
#favorites #order-history-details .order-information:not(.order-products),
#order-history-details #favorites .order-information:not(.order-products),
#favorites #order-history-details .order-invoice:not(.order-products),
#order-history-details #favorites .order-invoice:not(.order-products),
#favorites .order-information:not(.order-products),
#favorites .order-invoice:not(.order-products),
#favorites #profile-details .order-information:not(.order-products),
#profile-details #favorites .order-information:not(.order-products),
#favorites #profile-details .order-invoice:not(.order-products),
#profile-details #favorites .order-invoice:not(.order-products),
#favorites #profile .order-information:not(.order-products),
#profile #favorites .order-information:not(.order-products),
#favorites #profile .order-invoice:not(.order-products),
#profile #favorites .order-invoice:not(.order-products),
#profile-details .card:not(.order-products),
#profile-details #account .order-information:not(.order-products),
#account #profile-details .order-information:not(.order-products),
#profile-details #account .order-invoice:not(.order-products),
#account #profile-details .order-invoice:not(.order-products),
#profile-details #order-history .order-information:not(.order-products),
#order-history #profile-details .order-information:not(.order-products),
#profile-details #order-history .order-invoice:not(.order-products),
#order-history #profile-details .order-invoice:not(.order-products),
#profile-details #order-history-details .order-information:not(.order-products),
#order-history-details #profile-details .order-information:not(.order-products),
#profile-details #order-history-details .order-invoice:not(.order-products),
#order-history-details #profile-details .order-invoice:not(.order-products),
#profile-details #favorites .order-information:not(.order-products),
#favorites #profile-details .order-information:not(.order-products),
#profile-details #favorites .order-invoice:not(.order-products),
#favorites #profile-details .order-invoice:not(.order-products),
#profile-details .order-information:not(.order-products),
#profile-details .order-invoice:not(.order-products),
#profile-details #profile .order-information:not(.order-products),
#profile #profile-details .order-information:not(.order-products),
#profile-details #profile .order-invoice:not(.order-products),
#profile #profile-details .order-invoice:not(.order-products),
#profile .card:not(.order-products),
#profile #account .order-information:not(.order-products),
#account #profile .order-information:not(.order-products),
#profile #account .order-invoice:not(.order-products),
#account #profile .order-invoice:not(.order-products),
#profile #order-history .order-information:not(.order-products),
#order-history #profile .order-information:not(.order-products),
#profile #order-history .order-invoice:not(.order-products),
#order-history #profile .order-invoice:not(.order-products),
#profile #order-history-details .order-information:not(.order-products),
#order-history-details #profile .order-information:not(.order-products),
#profile #order-history-details .order-invoice:not(.order-products),
#order-history-details #profile .order-invoice:not(.order-products),
#profile #favorites .order-information:not(.order-products),
#favorites #profile .order-information:not(.order-products),
#profile #favorites .order-invoice:not(.order-products),
#favorites #profile .order-invoice:not(.order-products),
#profile #profile-details .order-information:not(.order-products),
#profile-details #profile .order-information:not(.order-products),
#profile #profile-details .order-invoice:not(.order-products),
#profile-details #profile .order-invoice:not(.order-products),
#profile .order-information:not(.order-products),
#profile .order-invoice:not(.order-products) {
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

#account .order-information,
#account .order-invoice,
#order-history .order-information,
#order-history .order-invoice,
#order-history-details .order-information,
#order-history-details .order-invoice,
#favorites .order-information,
#favorites .order-invoice,
#profile-details .order-information,
#profile-details .order-invoice,
#profile .order-information,
#profile .order-invoice {
    margin-bottom: 2.5rem;
}

#account .order-information h3,
#account .order-invoice h3,
#order-history .order-information h3,
#order-history .order-invoice h3,
#order-history-details .order-information h3,
#order-history-details .order-invoice h3,
#favorites .order-information h3,
#favorites .order-invoice h3,
#profile-details .order-information h3,
#profile-details .order-invoice h3,
#profile .order-information h3,
#profile .order-invoice h3 {
    margin-top: 0;
}

#account .btn,
#order-history .btn,
#order-history-details .btn,
#favorites .btn,
#profile-details .btn,
#profile .btn {
    padding: 0.55rem 1.25rem;
    line-height: 1.2;
}

#account .product-to-cart-btn,
#order-history .product-to-cart-btn,
#order-history-details .product-to-cart-btn,
#favorites .product-to-cart-btn,
#profile-details .product-to-cart-btn,
#profile .product-to-cart-btn {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
}

#account .profile-addresses .profile-addresses-card .list-group-item .col-active,
#order-history .profile-addresses .profile-addresses-card .list-group-item .col-active,
#order-history-details .profile-addresses .profile-addresses-card .list-group-item .col-active,
#favorites .profile-addresses .profile-addresses-card .list-group-item .col-active,
#profile-details .profile-addresses .profile-addresses-card .list-group-item .col-active,
#profile .profile-addresses .profile-addresses-card .list-group-item .col-active {
    flex-basis: 80px;
}

#account,
#order-history,
#order-history-details,
#favorites,
#profile-details,
#profile,
#shop-login,
#shop-registration,
#product,
#group,
#checkout-information,
#checkout-payment,
#checkout-confirmation {
    margin-bottom: 2.5rem;
}

#order-history .btn,
#order-history-details .btn,
#profile-details .btn {
    padding: 0.75rem 1.25rem;
}

#order-history-details .product-to-cart-btn {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
}

#order-history-details .action-buttons {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: right;
}

#order-history-details .action-buttons .btn:not(:last-child) {
    margin-right: 20px;
}

@media (min-width: 576px) {
    #editDeliveryDateModal .col-form-label,
    #confirmReservationModal .col-form-label,
    #cancelReservationModal .col-form-label {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
}

#editDeliveryDateModal .submit-section,
#confirmReservationModal .submit-section,
#cancelReservationModal .submit-section {
    display: none;
}

#editDeliveryDateModal .btn .fa-spin,
#confirmReservationModal .btn .fa-spin,
#cancelReservationModal .btn .fa-spin {
    margin-right: 5px;
}

#editDeliveryDateModal .form-field-not_available,
#confirmReservationModal .form-field-not_available,
#cancelReservationModal .form-field-not_available {
    display: none;
}

#editDeliveryDateModal .form-field-not_available .form-group,
#confirmReservationModal .form-field-not_available .form-group,
#cancelReservationModal .form-field-not_available .form-group {
    margin: 0;
}

.order-history-item .products {
    display: flex;
    flex-direction: column;
}

.order-history-item .products .item-order-reservation-button {
    flex-grow: 1;
    padding-top: 10px;
}

.item-order-status-value {
    font-weight: bold;
}

.submit-section {
    margin-top: 1rem;
}

.filter-menu-categories-wrapper,
#filter-menu-desktop-filters-container {
    background-color: #fff;
    padding: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.filter-menu-filter-label {
    font-weight: bold;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .shop-main-menu-item .three-levels .menu-level-2 {
        background-color: #f3f3f3;
        overflow-y: auto;
    }

    .shop-main-menu-item .three-levels .menu-level-2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #FFFFFF;
        border-radius: 10px;
    }

    .shop-main-menu-item .three-levels .menu-level-2::-webkit-scrollbar {
        width: 8px;
        background-color: #FFFFFF;
    }

    .shop-main-menu-item .three-levels .menu-level-2::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #1D1C22;
    }
}

.shop-toggle {
    flex-grow: 1;
}

.shop-toggle-group {
    display: flex;
    padding-bottom: 10px;
}

.group-loading-overlay {
    align-items: flex-start;
    padding-top: 200px;
}

.content-block-section-wrapper.background-color-white,
.content-block-section-wrapper .content-block.white {
    background-color: #ffffff;
    color: #000000;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-block-section-wrapper.background-color-white h1,
.content-block-section-wrapper.background-color-white h2,
.content-block-section-wrapper.background-color-white h3,
.content-block-section-wrapper.background-color-white .content-block-title,
.content-block-section-wrapper.background-color-white .content-block .content-block-title a,
.content-block-section-wrapper .content-block.white h1,
.content-block-section-wrapper .content-block.white h2,
.content-block-section-wrapper .content-block.white h3,
.content-block-section-wrapper .content-block.white .content-block-title,
.content-block-section-wrapper .content-block.white .content-block .content-block-title a {
    color: #000000;
}

.content-block-section-wrapper.background-color-white .btn,
.content-block-section-wrapper.background-color-white .content-block-btn,
.content-block-section-wrapper .content-block.white .btn,
.content-block-section-wrapper .content-block.white .content-block-btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-block-section-wrapper.background-color-white .btn:hover,
.content-block-section-wrapper.background-color-white .content-block-btn:hover,
.content-block-section-wrapper .content-block.white .btn:hover,
.content-block-section-wrapper .content-block.white .content-block-btn:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.content-block-section-wrapper.background-color-white .btn:focus,
.content-block-section-wrapper.background-color-white .btn.focus,
.content-block-section-wrapper.background-color-white .content-block-btn:focus,
.content-block-section-wrapper.background-color-white .content-block-btn.focus,
.content-block-section-wrapper .content-block.white .btn:focus,
.content-block-section-wrapper .content-block.white .btn.focus,
.content-block-section-wrapper .content-block.white .content-block-btn:focus,
.content-block-section-wrapper .content-block.white .content-block-btn.focus {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-block-section-wrapper.background-color-white .btn.disabled,
.content-block-section-wrapper.background-color-white .btn:disabled,
.content-block-section-wrapper.background-color-white .content-block-btn.disabled,
.content-block-section-wrapper.background-color-white .content-block-btn:disabled,
.content-block-section-wrapper .content-block.white .btn.disabled,
.content-block-section-wrapper .content-block.white .btn:disabled,
.content-block-section-wrapper .content-block.white .content-block-btn.disabled,
.content-block-section-wrapper .content-block.white .content-block-btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-block-section-wrapper.background-color-white .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-white .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-white .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-white .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-white span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-white .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-white .btn.dropdown-toggle,
.content-block-section-wrapper.background-color-white .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-white .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-white .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-white .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-white span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-white .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-white .content-block-btn.dropdown-toggle,
.content-block-section-wrapper .content-block.white .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.white .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.white .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.white .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.white span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.white .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.white .btn.dropdown-toggle,
.content-block-section-wrapper .content-block.white .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.white .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.white .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.white .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.white span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.white .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.white .content-block-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.content-block-section-wrapper.background-color-white .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-white .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-white .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-white .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-white span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-white .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-white .btn.dropdown-toggle:focus,
.content-block-section-wrapper.background-color-white .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-white .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-white .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-white .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-white span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-white .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-white .content-block-btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.white .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.white .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.white .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.white .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.white span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.white .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.white .btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.white .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.white .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.white .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.white .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.white span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.white .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.white .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-block-section-wrapper.background-color-white .content-block-text,
.content-block-section-wrapper.background-color-white .rental-day-price,
.content-block-section-wrapper.background-color-white .including-tax,
.content-block-section-wrapper.background-color-white .excluding-tax,
.content-block-section-wrapper .content-block.white .content-block-text,
.content-block-section-wrapper .content-block.white .rental-day-price,
.content-block-section-wrapper .content-block.white .including-tax,
.content-block-section-wrapper .content-block.white .excluding-tax {
    color: #000000;
}

.content-block-section-wrapper.background-color-white #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper.background-color-white .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper.background-color-white .content-block-text a,
.content-block-section-wrapper.background-color-white .social-media-icons a,
.content-block-section-wrapper.background-color-white .menu a,
.content-block-section-wrapper.background-color-white a:not(.btn),
.content-block-section-wrapper .content-block.white #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper .content-block.white .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper .content-block.white .content-block-text a,
.content-block-section-wrapper .content-block.white .social-media-icons a,
.content-block-section-wrapper .content-block.white .menu a,
.content-block-section-wrapper .content-block.white a:not(.btn) {
    color: #1D1C22;
}

.content-block-section-wrapper.background-color-white #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper.background-color-white .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper.background-color-white .content-block-text a:hover,
.content-block-section-wrapper.background-color-white .social-media-icons a:hover,
.content-block-section-wrapper.background-color-white .menu a:hover,
.content-block-section-wrapper.background-color-white a:not(.btn):hover,
.content-block-section-wrapper .content-block.white #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper .content-block.white .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper .content-block.white .content-block-text a:hover,
.content-block-section-wrapper .content-block.white .social-media-icons a:hover,
.content-block-section-wrapper .content-block.white .menu a:hover,
.content-block-section-wrapper .content-block.white a:not(.btn):hover {
    color: #35333e;
}

.content-block-section-wrapper.background-color-white .btn-outline-primary,
.content-block-section-wrapper .content-block.white .btn-outline-primary {
    background: transparent;
    color: #000000;
    border-color: #1D1C22;
}

.content-block-section-wrapper.background-color-white.image-text .content-image.background .content-block-content,
.content-block-section-wrapper .content-block.white.image-text .content-image.background .content-block-content {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
}

.content-block-section-wrapper.background-color-white.has-background-image,
.content-block-section-wrapper .content-block.white.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-block-section-wrapper.background-color-white.has-background-image:before,
.content-block-section-wrapper .content-block.white.has-background-image:before {
    background-color: rgba(255, 255, 255, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-block-section-wrapper.background-color-white.has-background-image .container,
.content-block-section-wrapper.background-color-white.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper.background-color-white.has-background-image .row-product-navigation-bar.sticky,
.content-block-section-wrapper .content-block.white.has-background-image .container,
.content-block-section-wrapper .content-block.white.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper .content-block.white.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-block-section-wrapper.background-color-white.has-background-image .content-block:not(.default),
.content-block-section-wrapper .content-block.white.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-block-section-wrapper.background-color-white.has-background-image.explorer:before,
.content-block-section-wrapper.background-color-white.has-background-image.explorer-edge:before,
.content-block-section-wrapper .content-block.white.has-background-image.explorer:before,
.content-block-section-wrapper .content-block.white.has-background-image.explorer-edge:before {
    background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper.background-color-white,
    .content-block-section-wrapper .content-block.white {
        word-break: break-word;
    }
}

.content-block-section-wrapper.background-color-light,
.content-block-section-wrapper .content-block.light {
    background-color: #F4F4F4;
    color: #000000;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-block-section-wrapper.background-color-light h1,
.content-block-section-wrapper.background-color-light h2,
.content-block-section-wrapper.background-color-light h3,
.content-block-section-wrapper.background-color-light .content-block-title,
.content-block-section-wrapper.background-color-light .content-block .content-block-title a,
.content-block-section-wrapper .content-block.light h1,
.content-block-section-wrapper .content-block.light h2,
.content-block-section-wrapper .content-block.light h3,
.content-block-section-wrapper .content-block.light .content-block-title,
.content-block-section-wrapper .content-block.light .content-block .content-block-title a {
    color: #000000;
}

.content-block-section-wrapper.background-color-light .btn,
.content-block-section-wrapper.background-color-light .content-block-btn,
.content-block-section-wrapper .content-block.light .btn,
.content-block-section-wrapper .content-block.light .content-block-btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-block-section-wrapper.background-color-light .btn:hover,
.content-block-section-wrapper.background-color-light .content-block-btn:hover,
.content-block-section-wrapper .content-block.light .btn:hover,
.content-block-section-wrapper .content-block.light .content-block-btn:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.content-block-section-wrapper.background-color-light .btn:focus,
.content-block-section-wrapper.background-color-light .btn.focus,
.content-block-section-wrapper.background-color-light .content-block-btn:focus,
.content-block-section-wrapper.background-color-light .content-block-btn.focus,
.content-block-section-wrapper .content-block.light .btn:focus,
.content-block-section-wrapper .content-block.light .btn.focus,
.content-block-section-wrapper .content-block.light .content-block-btn:focus,
.content-block-section-wrapper .content-block.light .content-block-btn.focus {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-block-section-wrapper.background-color-light .btn.disabled,
.content-block-section-wrapper.background-color-light .btn:disabled,
.content-block-section-wrapper.background-color-light .content-block-btn.disabled,
.content-block-section-wrapper.background-color-light .content-block-btn:disabled,
.content-block-section-wrapper .content-block.light .btn.disabled,
.content-block-section-wrapper .content-block.light .btn:disabled,
.content-block-section-wrapper .content-block.light .content-block-btn.disabled,
.content-block-section-wrapper .content-block.light .content-block-btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-block-section-wrapper.background-color-light .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-light .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-light .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-light .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-light span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-light .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-light .btn.dropdown-toggle,
.content-block-section-wrapper.background-color-light .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-light .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-light .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-light .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-light span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-light .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-light .content-block-btn.dropdown-toggle,
.content-block-section-wrapper .content-block.light .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.light .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.light .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.light .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.light span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.light .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.light .btn.dropdown-toggle,
.content-block-section-wrapper .content-block.light .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.light .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.light .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.light .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.light span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.light .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.light .content-block-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.content-block-section-wrapper.background-color-light .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-light .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-light .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-light .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-light span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-light .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-light .btn.dropdown-toggle:focus,
.content-block-section-wrapper.background-color-light .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-light .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-light .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-light .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-light span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-light .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-light .content-block-btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.light .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.light .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.light .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.light .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.light span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.light .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.light .btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.light .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.light .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.light .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.light .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.light span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.light .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.light .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-block-section-wrapper.background-color-light .content-block-text,
.content-block-section-wrapper.background-color-light .rental-day-price,
.content-block-section-wrapper.background-color-light .including-tax,
.content-block-section-wrapper.background-color-light .excluding-tax,
.content-block-section-wrapper .content-block.light .content-block-text,
.content-block-section-wrapper .content-block.light .rental-day-price,
.content-block-section-wrapper .content-block.light .including-tax,
.content-block-section-wrapper .content-block.light .excluding-tax {
    color: #000000;
}

.content-block-section-wrapper.background-color-light #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper.background-color-light .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper.background-color-light .content-block-text a,
.content-block-section-wrapper.background-color-light .social-media-icons a,
.content-block-section-wrapper.background-color-light .menu a,
.content-block-section-wrapper.background-color-light a:not(.btn),
.content-block-section-wrapper .content-block.light #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper .content-block.light .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper .content-block.light .content-block-text a,
.content-block-section-wrapper .content-block.light .social-media-icons a,
.content-block-section-wrapper .content-block.light .menu a,
.content-block-section-wrapper .content-block.light a:not(.btn) {
    color: #1D1C22;
}

.content-block-section-wrapper.background-color-light #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper.background-color-light .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper.background-color-light .content-block-text a:hover,
.content-block-section-wrapper.background-color-light .social-media-icons a:hover,
.content-block-section-wrapper.background-color-light .menu a:hover,
.content-block-section-wrapper.background-color-light a:not(.btn):hover,
.content-block-section-wrapper .content-block.light #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper .content-block.light .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper .content-block.light .content-block-text a:hover,
.content-block-section-wrapper .content-block.light .social-media-icons a:hover,
.content-block-section-wrapper .content-block.light .menu a:hover,
.content-block-section-wrapper .content-block.light a:not(.btn):hover {
    color: #35333e;
}

.content-block-section-wrapper.background-color-light .btn-outline-primary,
.content-block-section-wrapper .content-block.light .btn-outline-primary {
    background: transparent;
    color: #000000;
    border-color: #1D1C22;
}

.content-block-section-wrapper.background-color-light.image-text .content-image.background .content-block-content,
.content-block-section-wrapper .content-block.light.image-text .content-image.background .content-block-content {
    background-color: rgba(244, 244, 244, 0.7);
    width: 100%;
}

.content-block-section-wrapper.background-color-light.has-background-image,
.content-block-section-wrapper .content-block.light.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-block-section-wrapper.background-color-light.has-background-image:before,
.content-block-section-wrapper .content-block.light.has-background-image:before {
    background-color: rgba(244, 244, 244, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-block-section-wrapper.background-color-light.has-background-image .container,
.content-block-section-wrapper.background-color-light.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper.background-color-light.has-background-image .row-product-navigation-bar.sticky,
.content-block-section-wrapper .content-block.light.has-background-image .container,
.content-block-section-wrapper .content-block.light.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper .content-block.light.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-block-section-wrapper.background-color-light.has-background-image .content-block:not(.default),
.content-block-section-wrapper .content-block.light.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-block-section-wrapper.background-color-light.has-background-image.explorer:before,
.content-block-section-wrapper.background-color-light.has-background-image.explorer-edge:before,
.content-block-section-wrapper .content-block.light.has-background-image.explorer:before,
.content-block-section-wrapper .content-block.light.has-background-image.explorer-edge:before {
    background-color: rgba(244, 244, 244, 0.05);
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper.background-color-light,
    .content-block-section-wrapper .content-block.light {
        word-break: break-word;
    }
}

.content-block-section-wrapper.background-color-gray,
.content-block-section-wrapper .content-block.gray {
    background-color: #4D5058;
    color: #000000;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-block-section-wrapper.background-color-gray h1,
.content-block-section-wrapper.background-color-gray h2,
.content-block-section-wrapper.background-color-gray h3,
.content-block-section-wrapper.background-color-gray .content-block-title,
.content-block-section-wrapper.background-color-gray .content-block .content-block-title a,
.content-block-section-wrapper .content-block.gray h1,
.content-block-section-wrapper .content-block.gray h2,
.content-block-section-wrapper .content-block.gray h3,
.content-block-section-wrapper .content-block.gray .content-block-title,
.content-block-section-wrapper .content-block.gray .content-block .content-block-title a {
    color: #000000;
}

.content-block-section-wrapper.background-color-gray .btn,
.content-block-section-wrapper.background-color-gray .content-block-btn,
.content-block-section-wrapper .content-block.gray .btn,
.content-block-section-wrapper .content-block.gray .content-block-btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-block-section-wrapper.background-color-gray .btn:hover,
.content-block-section-wrapper.background-color-gray .content-block-btn:hover,
.content-block-section-wrapper .content-block.gray .btn:hover,
.content-block-section-wrapper .content-block.gray .content-block-btn:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.content-block-section-wrapper.background-color-gray .btn:focus,
.content-block-section-wrapper.background-color-gray .btn.focus,
.content-block-section-wrapper.background-color-gray .content-block-btn:focus,
.content-block-section-wrapper.background-color-gray .content-block-btn.focus,
.content-block-section-wrapper .content-block.gray .btn:focus,
.content-block-section-wrapper .content-block.gray .btn.focus,
.content-block-section-wrapper .content-block.gray .content-block-btn:focus,
.content-block-section-wrapper .content-block.gray .content-block-btn.focus {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-block-section-wrapper.background-color-gray .btn.disabled,
.content-block-section-wrapper.background-color-gray .btn:disabled,
.content-block-section-wrapper.background-color-gray .content-block-btn.disabled,
.content-block-section-wrapper.background-color-gray .content-block-btn:disabled,
.content-block-section-wrapper .content-block.gray .btn.disabled,
.content-block-section-wrapper .content-block.gray .btn:disabled,
.content-block-section-wrapper .content-block.gray .content-block-btn.disabled,
.content-block-section-wrapper .content-block.gray .content-block-btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-block-section-wrapper.background-color-gray .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-gray .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-gray .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-gray .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-gray span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-gray .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-gray .btn.dropdown-toggle,
.content-block-section-wrapper.background-color-gray .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-gray .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-gray .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-gray .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-gray span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-gray .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-gray .content-block-btn.dropdown-toggle,
.content-block-section-wrapper .content-block.gray .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.gray .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.gray .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.gray .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.gray span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.gray .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.gray .btn.dropdown-toggle,
.content-block-section-wrapper .content-block.gray .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.gray .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.gray .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.gray .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.gray span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.gray .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.gray .content-block-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.content-block-section-wrapper.background-color-gray .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-gray .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-gray .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-gray .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-gray span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-gray .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-gray .btn.dropdown-toggle:focus,
.content-block-section-wrapper.background-color-gray .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-gray .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-gray .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-gray .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-gray span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-gray .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-gray .content-block-btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.gray .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.gray .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.gray .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.gray .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.gray span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.gray .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.gray .btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.gray .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.gray .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.gray .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.gray .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.gray span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.gray .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.gray .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-block-section-wrapper.background-color-gray .content-block-text,
.content-block-section-wrapper.background-color-gray .rental-day-price,
.content-block-section-wrapper.background-color-gray .including-tax,
.content-block-section-wrapper.background-color-gray .excluding-tax,
.content-block-section-wrapper .content-block.gray .content-block-text,
.content-block-section-wrapper .content-block.gray .rental-day-price,
.content-block-section-wrapper .content-block.gray .including-tax,
.content-block-section-wrapper .content-block.gray .excluding-tax {
    color: #000000;
}

.content-block-section-wrapper.background-color-gray #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper.background-color-gray .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper.background-color-gray .content-block-text a,
.content-block-section-wrapper.background-color-gray .social-media-icons a,
.content-block-section-wrapper.background-color-gray .menu a,
.content-block-section-wrapper.background-color-gray a:not(.btn),
.content-block-section-wrapper .content-block.gray #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper .content-block.gray .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper .content-block.gray .content-block-text a,
.content-block-section-wrapper .content-block.gray .social-media-icons a,
.content-block-section-wrapper .content-block.gray .menu a,
.content-block-section-wrapper .content-block.gray a:not(.btn) {
    color: #1D1C22;
}

.content-block-section-wrapper.background-color-gray #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper.background-color-gray .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper.background-color-gray .content-block-text a:hover,
.content-block-section-wrapper.background-color-gray .social-media-icons a:hover,
.content-block-section-wrapper.background-color-gray .menu a:hover,
.content-block-section-wrapper.background-color-gray a:not(.btn):hover,
.content-block-section-wrapper .content-block.gray #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper .content-block.gray .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper .content-block.gray .content-block-text a:hover,
.content-block-section-wrapper .content-block.gray .social-media-icons a:hover,
.content-block-section-wrapper .content-block.gray .menu a:hover,
.content-block-section-wrapper .content-block.gray a:not(.btn):hover {
    color: #35333e;
}

.content-block-section-wrapper.background-color-gray .btn-outline-primary,
.content-block-section-wrapper .content-block.gray .btn-outline-primary {
    background: transparent;
    color: #000000;
    border-color: #1D1C22;
}

.content-block-section-wrapper.background-color-gray.image-text .content-image.background .content-block-content,
.content-block-section-wrapper .content-block.gray.image-text .content-image.background .content-block-content {
    background-color: rgba(77, 80, 88, 0.7);
    width: 100%;
}

.content-block-section-wrapper.background-color-gray.has-background-image,
.content-block-section-wrapper .content-block.gray.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-block-section-wrapper.background-color-gray.has-background-image:before,
.content-block-section-wrapper .content-block.gray.has-background-image:before {
    background-color: rgba(77, 80, 88, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-block-section-wrapper.background-color-gray.has-background-image .container,
.content-block-section-wrapper.background-color-gray.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper.background-color-gray.has-background-image .row-product-navigation-bar.sticky,
.content-block-section-wrapper .content-block.gray.has-background-image .container,
.content-block-section-wrapper .content-block.gray.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper .content-block.gray.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-block-section-wrapper.background-color-gray.has-background-image .content-block:not(.default),
.content-block-section-wrapper .content-block.gray.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-block-section-wrapper.background-color-gray.has-background-image.explorer:before,
.content-block-section-wrapper.background-color-gray.has-background-image.explorer-edge:before,
.content-block-section-wrapper .content-block.gray.has-background-image.explorer:before,
.content-block-section-wrapper .content-block.gray.has-background-image.explorer-edge:before {
    background-color: rgba(77, 80, 88, 0.05);
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper.background-color-gray,
    .content-block-section-wrapper .content-block.gray {
        word-break: break-word;
    }
}

.content-block-section-wrapper.background-color-black,
.content-block-section-wrapper .content-block.black {
    background-color: #000;
    color: #ffffff;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-block-section-wrapper.background-color-black h1,
.content-block-section-wrapper.background-color-black h2,
.content-block-section-wrapper.background-color-black h3,
.content-block-section-wrapper.background-color-black .content-block-title,
.content-block-section-wrapper.background-color-black .content-block .content-block-title a,
.content-block-section-wrapper .content-block.black h1,
.content-block-section-wrapper .content-block.black h2,
.content-block-section-wrapper .content-block.black h3,
.content-block-section-wrapper .content-block.black .content-block-title,
.content-block-section-wrapper .content-block.black .content-block .content-block-title a {
    color: #1D1C22;
}

.content-block-section-wrapper.background-color-black .btn,
.content-block-section-wrapper.background-color-black .content-block-btn,
.content-block-section-wrapper .content-block.black .btn,
.content-block-section-wrapper .content-block.black .content-block-btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-block-section-wrapper.background-color-black .btn:hover,
.content-block-section-wrapper.background-color-black .content-block-btn:hover,
.content-block-section-wrapper .content-block.black .btn:hover,
.content-block-section-wrapper .content-block.black .content-block-btn:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.content-block-section-wrapper.background-color-black .btn:focus,
.content-block-section-wrapper.background-color-black .btn.focus,
.content-block-section-wrapper.background-color-black .content-block-btn:focus,
.content-block-section-wrapper.background-color-black .content-block-btn.focus,
.content-block-section-wrapper .content-block.black .btn:focus,
.content-block-section-wrapper .content-block.black .btn.focus,
.content-block-section-wrapper .content-block.black .content-block-btn:focus,
.content-block-section-wrapper .content-block.black .content-block-btn.focus {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-block-section-wrapper.background-color-black .btn.disabled,
.content-block-section-wrapper.background-color-black .btn:disabled,
.content-block-section-wrapper.background-color-black .content-block-btn.disabled,
.content-block-section-wrapper.background-color-black .content-block-btn:disabled,
.content-block-section-wrapper .content-block.black .btn.disabled,
.content-block-section-wrapper .content-block.black .btn:disabled,
.content-block-section-wrapper .content-block.black .content-block-btn.disabled,
.content-block-section-wrapper .content-block.black .content-block-btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-block-section-wrapper.background-color-black .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-black .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-black .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-black .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-black span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-black .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-black .btn.dropdown-toggle,
.content-block-section-wrapper.background-color-black .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-black .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-black .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-black .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-black span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-black .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-black .content-block-btn.dropdown-toggle,
.content-block-section-wrapper .content-block.black .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.black .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.black .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.black .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.black span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.black .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.black .btn.dropdown-toggle,
.content-block-section-wrapper .content-block.black .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.black .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.black .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.black .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.black span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.black .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.black .content-block-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.content-block-section-wrapper.background-color-black .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-black .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-black .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-black .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-black span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-black .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-black .btn.dropdown-toggle:focus,
.content-block-section-wrapper.background-color-black .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-black .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-black .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-black .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-black span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-black .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-black .content-block-btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.black .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.black .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.black .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.black .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.black span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.black .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.black .btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.black .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.black .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.black .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.black .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.black span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.black .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.black .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-block-section-wrapper.background-color-black .content-block-text,
.content-block-section-wrapper.background-color-black .rental-day-price,
.content-block-section-wrapper.background-color-black .including-tax,
.content-block-section-wrapper.background-color-black .excluding-tax,
.content-block-section-wrapper .content-block.black .content-block-text,
.content-block-section-wrapper .content-block.black .rental-day-price,
.content-block-section-wrapper .content-block.black .including-tax,
.content-block-section-wrapper .content-block.black .excluding-tax {
    color: #ffffff;
}

.content-block-section-wrapper.background-color-black #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper.background-color-black .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper.background-color-black .content-block-text a,
.content-block-section-wrapper.background-color-black .social-media-icons a,
.content-block-section-wrapper.background-color-black .menu a,
.content-block-section-wrapper.background-color-black a:not(.btn),
.content-block-section-wrapper .content-block.black #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper .content-block.black .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper .content-block.black .content-block-text a,
.content-block-section-wrapper .content-block.black .social-media-icons a,
.content-block-section-wrapper .content-block.black .menu a,
.content-block-section-wrapper .content-block.black a:not(.btn) {
    color: #1D1C22;
}

.content-block-section-wrapper.background-color-black #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper.background-color-black .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper.background-color-black .content-block-text a:hover,
.content-block-section-wrapper.background-color-black .social-media-icons a:hover,
.content-block-section-wrapper.background-color-black .menu a:hover,
.content-block-section-wrapper.background-color-black a:not(.btn):hover,
.content-block-section-wrapper .content-block.black #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper .content-block.black .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper .content-block.black .content-block-text a:hover,
.content-block-section-wrapper .content-block.black .social-media-icons a:hover,
.content-block-section-wrapper .content-block.black .menu a:hover,
.content-block-section-wrapper .content-block.black a:not(.btn):hover {
    color: #35333e;
}

.content-block-section-wrapper.background-color-black .btn-outline-primary,
.content-block-section-wrapper .content-block.black .btn-outline-primary {
    background: transparent;
    color: #ffffff;
    border-color: #1D1C22;
}

.content-block-section-wrapper.background-color-black.image-text .content-image.background .content-block-content,
.content-block-section-wrapper .content-block.black.image-text .content-image.background .content-block-content {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
}

.content-block-section-wrapper.background-color-black.has-background-image,
.content-block-section-wrapper .content-block.black.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-block-section-wrapper.background-color-black.has-background-image:before,
.content-block-section-wrapper .content-block.black.has-background-image:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-block-section-wrapper.background-color-black.has-background-image .container,
.content-block-section-wrapper.background-color-black.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper.background-color-black.has-background-image .row-product-navigation-bar.sticky,
.content-block-section-wrapper .content-block.black.has-background-image .container,
.content-block-section-wrapper .content-block.black.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper .content-block.black.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-block-section-wrapper.background-color-black.has-background-image .content-block:not(.default),
.content-block-section-wrapper .content-block.black.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-block-section-wrapper.background-color-black.has-background-image.explorer:before,
.content-block-section-wrapper.background-color-black.has-background-image.explorer-edge:before,
.content-block-section-wrapper .content-block.black.has-background-image.explorer:before,
.content-block-section-wrapper .content-block.black.has-background-image.explorer-edge:before {
    background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper.background-color-black,
    .content-block-section-wrapper .content-block.black {
        word-break: break-word;
    }
}

.content-block-section-wrapper.background-color-primary,
.content-block-section-wrapper .content-block.primary {
    background-color: #1D1C22;
    color: #1D1C22;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-block-section-wrapper.background-color-primary h1,
.content-block-section-wrapper.background-color-primary h2,
.content-block-section-wrapper.background-color-primary h3,
.content-block-section-wrapper.background-color-primary .content-block-title,
.content-block-section-wrapper.background-color-primary .content-block .content-block-title a,
.content-block-section-wrapper .content-block.primary h1,
.content-block-section-wrapper .content-block.primary h2,
.content-block-section-wrapper .content-block.primary h3,
.content-block-section-wrapper .content-block.primary .content-block-title,
.content-block-section-wrapper .content-block.primary .content-block .content-block-title a {
    color: #1D1C22;
}

.content-block-section-wrapper.background-color-primary .btn,
.content-block-section-wrapper.background-color-primary .content-block-btn,
.content-block-section-wrapper .content-block.primary .btn,
.content-block-section-wrapper .content-block.primary .content-block-btn {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-block-section-wrapper.background-color-primary .btn:hover,
.content-block-section-wrapper.background-color-primary .content-block-btn:hover,
.content-block-section-wrapper .content-block.primary .btn:hover,
.content-block-section-wrapper .content-block.primary .content-block-btn:hover {
    color: #212529;
    background-color: #dbcecb;
    border-color: #e1d5d2;
}

.content-block-section-wrapper.background-color-primary .btn:focus,
.content-block-section-wrapper.background-color-primary .btn.focus,
.content-block-section-wrapper.background-color-primary .content-block-btn:focus,
.content-block-section-wrapper.background-color-primary .content-block-btn.focus,
.content-block-section-wrapper .content-block.primary .btn:focus,
.content-block-section-wrapper .content-block.primary .btn.focus,
.content-block-section-wrapper .content-block.primary .content-block-btn:focus,
.content-block-section-wrapper .content-block.primary .content-block-btn.focus {
    color: #212529;
    background-color: #dbcecb;
    border-color: #e1d5d2;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(178, 162, 159, 0.5);
}

.content-block-section-wrapper.background-color-primary .btn.disabled,
.content-block-section-wrapper.background-color-primary .btn:disabled,
.content-block-section-wrapper.background-color-primary .content-block-btn.disabled,
.content-block-section-wrapper.background-color-primary .content-block-btn:disabled,
.content-block-section-wrapper .content-block.primary .btn.disabled,
.content-block-section-wrapper .content-block.primary .btn:disabled,
.content-block-section-wrapper .content-block.primary .content-block-btn.disabled,
.content-block-section-wrapper .content-block.primary .content-block-btn:disabled {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
}

.content-block-section-wrapper.background-color-primary .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-primary .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-primary .btn.dropdown-toggle,
.content-block-section-wrapper.background-color-primary .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-primary .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-primary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-primary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-primary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-primary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-primary .content-block-btn.dropdown-toggle,
.content-block-section-wrapper .content-block.primary .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.primary .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.primary .btn.dropdown-toggle,
.content-block-section-wrapper .content-block.primary .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.primary .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.primary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.primary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.primary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.primary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.primary .content-block-btn.dropdown-toggle {
    color: #212529;
    background-color: #e1d5d2;
    border-color: #e6dcda;
}

.content-block-section-wrapper.background-color-primary .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-primary .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-primary .btn.dropdown-toggle:focus,
.content-block-section-wrapper.background-color-primary .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-primary .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-primary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-primary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-primary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-primary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-primary .content-block-btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.primary .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.primary .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.primary .btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.primary .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.primary .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.primary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.primary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.primary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.primary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.primary .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(178, 162, 159, 0.5);
}

.content-block-section-wrapper.background-color-primary .content-block-text,
.content-block-section-wrapper.background-color-primary .rental-day-price,
.content-block-section-wrapper.background-color-primary .including-tax,
.content-block-section-wrapper.background-color-primary .excluding-tax,
.content-block-section-wrapper .content-block.primary .content-block-text,
.content-block-section-wrapper .content-block.primary .rental-day-price,
.content-block-section-wrapper .content-block.primary .including-tax,
.content-block-section-wrapper .content-block.primary .excluding-tax {
    color: #1D1C22;
}

.content-block-section-wrapper.background-color-primary #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper.background-color-primary .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper.background-color-primary .content-block-text a,
.content-block-section-wrapper.background-color-primary .social-media-icons a,
.content-block-section-wrapper.background-color-primary .menu a,
.content-block-section-wrapper.background-color-primary a:not(.btn),
.content-block-section-wrapper .content-block.primary #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper .content-block.primary .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper .content-block.primary .content-block-text a,
.content-block-section-wrapper .content-block.primary .social-media-icons a,
.content-block-section-wrapper .content-block.primary .menu a,
.content-block-section-wrapper .content-block.primary a:not(.btn) {
    color: #F4F4F4;
}

.content-block-section-wrapper.background-color-primary #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper.background-color-primary .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper.background-color-primary .content-block-text a:hover,
.content-block-section-wrapper.background-color-primary .social-media-icons a:hover,
.content-block-section-wrapper.background-color-primary .menu a:hover,
.content-block-section-wrapper.background-color-primary a:not(.btn):hover,
.content-block-section-wrapper .content-block.primary #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper .content-block.primary .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper .content-block.primary .content-block-text a:hover,
.content-block-section-wrapper .content-block.primary .social-media-icons a:hover,
.content-block-section-wrapper .content-block.primary .menu a:hover,
.content-block-section-wrapper .content-block.primary a:not(.btn):hover {
    color: white;
}

.content-block-section-wrapper.background-color-primary .btn-outline-primary,
.content-block-section-wrapper .content-block.primary .btn-outline-primary {
    background: transparent;
    color: #1D1C22;
    border-color: #CCB8B4;
}

.content-block-section-wrapper.background-color-primary.image-text .content-image.background .content-block-content,
.content-block-section-wrapper .content-block.primary.image-text .content-image.background .content-block-content {
    background-color: rgba(29, 28, 34, 0.7);
    width: 100%;
}

.content-block-section-wrapper.background-color-primary.has-background-image,
.content-block-section-wrapper .content-block.primary.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-block-section-wrapper.background-color-primary.has-background-image:before,
.content-block-section-wrapper .content-block.primary.has-background-image:before {
    background-color: rgba(29, 28, 34, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-block-section-wrapper.background-color-primary.has-background-image .container,
.content-block-section-wrapper.background-color-primary.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper.background-color-primary.has-background-image .row-product-navigation-bar.sticky,
.content-block-section-wrapper .content-block.primary.has-background-image .container,
.content-block-section-wrapper .content-block.primary.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper .content-block.primary.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-block-section-wrapper.background-color-primary.has-background-image .content-block:not(.default),
.content-block-section-wrapper .content-block.primary.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-block-section-wrapper.background-color-primary.has-background-image.explorer:before,
.content-block-section-wrapper.background-color-primary.has-background-image.explorer-edge:before,
.content-block-section-wrapper .content-block.primary.has-background-image.explorer:before,
.content-block-section-wrapper .content-block.primary.has-background-image.explorer-edge:before {
    background-color: rgba(29, 28, 34, 0.05);
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper.background-color-primary,
    .content-block-section-wrapper .content-block.primary {
        word-break: break-word;
    }
}

.content-block-section-wrapper.background-color-secondary,
.content-block-section-wrapper .content-block.secondary {
    background-color: #CCB8B4;
    color: #4D5058;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-block-section-wrapper.background-color-secondary h1,
.content-block-section-wrapper.background-color-secondary h2,
.content-block-section-wrapper.background-color-secondary h3,
.content-block-section-wrapper.background-color-secondary .content-block-title,
.content-block-section-wrapper.background-color-secondary .content-block .content-block-title a,
.content-block-section-wrapper .content-block.secondary h1,
.content-block-section-wrapper .content-block.secondary h2,
.content-block-section-wrapper .content-block.secondary h3,
.content-block-section-wrapper .content-block.secondary .content-block-title,
.content-block-section-wrapper .content-block.secondary .content-block .content-block-title a {
    color: #4D5058;
}

.content-block-section-wrapper.background-color-secondary .btn,
.content-block-section-wrapper.background-color-secondary .content-block-btn,
.content-block-section-wrapper .content-block.secondary .btn,
.content-block-section-wrapper .content-block.secondary .content-block-btn {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #4D5058;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-block-section-wrapper.background-color-secondary .btn:hover,
.content-block-section-wrapper.background-color-secondary .content-block-btn:hover,
.content-block-section-wrapper .content-block.secondary .btn:hover,
.content-block-section-wrapper .content-block.secondary .content-block-btn:hover {
    color: #212529;
    background-color: #dbcecb;
    border-color: #656973;
}

.content-block-section-wrapper.background-color-secondary .btn:focus,
.content-block-section-wrapper.background-color-secondary .btn.focus,
.content-block-section-wrapper.background-color-secondary .content-block-btn:focus,
.content-block-section-wrapper.background-color-secondary .content-block-btn.focus,
.content-block-section-wrapper .content-block.secondary .btn:focus,
.content-block-section-wrapper .content-block.secondary .btn.focus,
.content-block-section-wrapper .content-block.secondary .content-block-btn:focus,
.content-block-section-wrapper .content-block.secondary .content-block-btn.focus {
    color: #212529;
    background-color: #dbcecb;
    border-color: #656973;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(70, 74, 81, 0.5);
}

.content-block-section-wrapper.background-color-secondary .btn.disabled,
.content-block-section-wrapper.background-color-secondary .btn:disabled,
.content-block-section-wrapper.background-color-secondary .content-block-btn.disabled,
.content-block-section-wrapper.background-color-secondary .content-block-btn:disabled,
.content-block-section-wrapper .content-block.secondary .btn.disabled,
.content-block-section-wrapper .content-block.secondary .btn:disabled,
.content-block-section-wrapper .content-block.secondary .content-block-btn.disabled,
.content-block-section-wrapper .content-block.secondary .content-block-btn:disabled {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #4D5058;
}

.content-block-section-wrapper.background-color-secondary .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-secondary .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-secondary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-secondary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-secondary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-secondary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-secondary .btn.dropdown-toggle,
.content-block-section-wrapper.background-color-secondary .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper.background-color-secondary .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper.background-color-secondary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper.background-color-secondary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper.background-color-secondary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper.background-color-secondary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper.background-color-secondary .content-block-btn.dropdown-toggle,
.content-block-section-wrapper .content-block.secondary .btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.secondary .btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.secondary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.secondary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.secondary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.secondary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.secondary .btn.dropdown-toggle,
.content-block-section-wrapper .content-block.secondary .content-block-btn:not(:disabled):not(.disabled):active,
.content-block-section-wrapper .content-block.secondary .content-block-btn:not(:disabled):not(.disabled).active,
.content-block-section-wrapper .content-block.secondary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-block-section-wrapper .content-block.secondary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-block-section-wrapper .content-block.secondary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-block-section-wrapper .content-block.secondary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-block-section-wrapper .content-block.secondary .content-block-btn.dropdown-toggle {
    color: #212529;
    background-color: #e1d5d2;
    border-color: #6b6f7a;
}

.content-block-section-wrapper.background-color-secondary .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-secondary .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-secondary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-secondary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-secondary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-secondary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-secondary .btn.dropdown-toggle:focus,
.content-block-section-wrapper.background-color-secondary .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper.background-color-secondary .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper.background-color-secondary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper.background-color-secondary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper.background-color-secondary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper.background-color-secondary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper.background-color-secondary .content-block-btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.secondary .btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.secondary .btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.secondary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.secondary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.secondary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.secondary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.secondary .btn.dropdown-toggle:focus,
.content-block-section-wrapper .content-block.secondary .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-block-section-wrapper .content-block.secondary .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-block-section-wrapper .content-block.secondary .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-block-section-wrapper .content-block.secondary .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-block-section-wrapper .content-block.secondary span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-block-section-wrapper .content-block.secondary .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-block-section-wrapper .content-block.secondary .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 74, 81, 0.5);
}

.content-block-section-wrapper.background-color-secondary .content-block-text,
.content-block-section-wrapper.background-color-secondary .rental-day-price,
.content-block-section-wrapper.background-color-secondary .including-tax,
.content-block-section-wrapper.background-color-secondary .excluding-tax,
.content-block-section-wrapper .content-block.secondary .content-block-text,
.content-block-section-wrapper .content-block.secondary .rental-day-price,
.content-block-section-wrapper .content-block.secondary .including-tax,
.content-block-section-wrapper .content-block.secondary .excluding-tax {
    color: #4D5058;
}

.content-block-section-wrapper.background-color-secondary #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper.background-color-secondary .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper.background-color-secondary .content-block-text a,
.content-block-section-wrapper.background-color-secondary .social-media-icons a,
.content-block-section-wrapper.background-color-secondary .menu a,
.content-block-section-wrapper.background-color-secondary a:not(.btn),
.content-block-section-wrapper .content-block.secondary #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-block-section-wrapper .content-block.secondary .submenu li.submenu-item a.submenu-item-link,
.content-block-section-wrapper .content-block.secondary .content-block-text a,
.content-block-section-wrapper .content-block.secondary .social-media-icons a,
.content-block-section-wrapper .content-block.secondary .menu a,
.content-block-section-wrapper .content-block.secondary a:not(.btn) {
    color: #1D1C22;
}

.content-block-section-wrapper.background-color-secondary #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper.background-color-secondary .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper.background-color-secondary .content-block-text a:hover,
.content-block-section-wrapper.background-color-secondary .social-media-icons a:hover,
.content-block-section-wrapper.background-color-secondary .menu a:hover,
.content-block-section-wrapper.background-color-secondary a:not(.btn):hover,
.content-block-section-wrapper .content-block.secondary #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-block-section-wrapper .content-block.secondary .submenu li.submenu-item a.submenu-item-link:hover,
.content-block-section-wrapper .content-block.secondary .content-block-text a:hover,
.content-block-section-wrapper .content-block.secondary .social-media-icons a:hover,
.content-block-section-wrapper .content-block.secondary .menu a:hover,
.content-block-section-wrapper .content-block.secondary a:not(.btn):hover {
    color: #35333e;
}

.content-block-section-wrapper.background-color-secondary .btn-outline-primary,
.content-block-section-wrapper .content-block.secondary .btn-outline-primary {
    background: transparent;
    color: #4D5058;
    border-color: #4D5058;
}

.content-block-section-wrapper.background-color-secondary.image-text .content-image.background .content-block-content,
.content-block-section-wrapper .content-block.secondary.image-text .content-image.background .content-block-content {
    background-color: rgba(204, 184, 180, 0.7);
    width: 100%;
}

.content-block-section-wrapper.background-color-secondary.has-background-image,
.content-block-section-wrapper .content-block.secondary.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-block-section-wrapper.background-color-secondary.has-background-image:before,
.content-block-section-wrapper .content-block.secondary.has-background-image:before {
    background-color: rgba(204, 184, 180, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-block-section-wrapper.background-color-secondary.has-background-image .container,
.content-block-section-wrapper.background-color-secondary.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper.background-color-secondary.has-background-image .row-product-navigation-bar.sticky,
.content-block-section-wrapper .content-block.secondary.has-background-image .container,
.content-block-section-wrapper .content-block.secondary.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-block-section-wrapper .content-block.secondary.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-block-section-wrapper.background-color-secondary.has-background-image .content-block:not(.default),
.content-block-section-wrapper .content-block.secondary.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-block-section-wrapper.background-color-secondary.has-background-image.explorer:before,
.content-block-section-wrapper.background-color-secondary.has-background-image.explorer-edge:before,
.content-block-section-wrapper .content-block.secondary.has-background-image.explorer:before,
.content-block-section-wrapper .content-block.secondary.has-background-image.explorer-edge:before {
    background-color: rgba(204, 184, 180, 0.05);
}

@media (max-width: 991.98px) {
    .content-block-section-wrapper.background-color-secondary,
    .content-block-section-wrapper .content-block.secondary {
        word-break: break-word;
    }
}

.content-block-section-wrapper.has-background-image {
    display: flex;
    align-items: center;
    min-height: 400px;
}

.content-block-section-wrapper.has-background-image .content-block-section-background-image {
    z-index: 0;
}

.content-block-section-wrapper.has-background-image .content-block-page-title h1,
.content-block-section-wrapper.has-background-image .default .content-block-title,
.content-block-section-wrapper.has-background-image .default .content-block-text,
.content-block-section-wrapper.has-background-image #breadcrumb,
.content-block-section-wrapper.has-background-image .breadcrumb-item:not(:first-child)::before {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.content-block-section-wrapper.has-background-image.explorer .content-block-section-background-image,
.content-block-section-wrapper.has-background-image.explorer-edge .content-block-section-background-image {
    height: auto;
}

.content-block-section-wrapper.equal_height-1 .content-block-column,
.content-block-section-wrapper.equal_height-1 .content-block-column-blocks {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.content-block-section-wrapper.equal_height-1 .content-block-column.explorer,
.content-block-section-wrapper.equal_height-1 .content-block-column.explorer-edge,
.content-block-section-wrapper.equal_height-1 .content-block-column-blocks.explorer,
.content-block-section-wrapper.equal_height-1 .content-block-column-blocks.explorer-edge {
    display: block;
    flex-direction: unset;
}

.content-block-section-wrapper.equal_height-1 .content-block {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.content-block-section-wrapper.equal_height-1 .content-block.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.explorer-edge {
    display: block;
    flex-direction: unset;
}

.content-block-section-wrapper.equal_height-1 .content-block.form {
    justify-content: center;
}

.content-block-section-wrapper.equal_height-1 .content-block.image,
.content-block-section-wrapper.equal_height-1 .content-block.image-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.content-block-section-wrapper.equal_height-1 .content-block.image.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image.explorer-edge,
.content-block-section-wrapper.equal_height-1 .content-block.image-text.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image-text.explorer-edge {
    display: block;
    flex-direction: unset;
}

.content-block-section-wrapper.equal_height-1 .content-block.image .content-image.above .content-block-image-container,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image.above .content-block-content,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image.below .content-block-image-container,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image.below .content-block-content,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image.above .content-block-image-container,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image.above .content-block-content,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image.below .content-block-image-container,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image.below .content-block-content {
    flex: 0;
}

.content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content.explorer-edge,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image.explorer-edge,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content.explorer-edge,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image.explorer-edge {
    display: block;
    flex-direction: unset;
}

.content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content .content-block-image-link,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image .content-block-image-link,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content .content-block-image-link,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image .content-block-image-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content .content-block-image-link.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content .content-block-image-link.explorer-edge,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image .content-block-image-link.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image .content-block-image-link.explorer-edge,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content .content-block-image-link.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content .content-block-image-link.explorer-edge,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image .content-block-image-link.explorer,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image .content-block-image-link.explorer-edge {
    display: block;
    flex-direction: unset;
}

.content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content .content-block-text,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image .content-block-text,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content .content-block-text,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image .content-block-text {
    flex-grow: 1;
}

.content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content img,
.content-block-section-wrapper.equal_height-1 .content-block.image .content-image img,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content img,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image img {
    flex-grow: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .content-block-section-wrapper.equal_height-1 .content-block.image .content-block-content:not(.background) img,
    .content-block-section-wrapper.equal_height-1 .content-block.image .content-image:not(.background) img,
    .content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-content:not(.background) img,
    .content-block-section-wrapper.equal_height-1 .content-block.image-text .content-image:not(.background) img {
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
    }
}

.content-block-section-wrapper.equal_height-1 .content-block.text,
.content-block-section-wrapper.equal_height-1 .content-block.image-text {
    justify-content: center;
}

.content-block-section-wrapper.equal_height-1 .content-block.text .content-block-text,
.content-block-section-wrapper.equal_height-1 .content-block.image-text .content-block-text {
    flex-grow: 1;
    width: 100%;
}

.content-block-section-wrapper.equal_height-1 .content-block.text-left {
    align-items: flex-start;
}

.content-block-section-wrapper.equal_height-1 .content-block.text-center {
    align-items: center;
}

.content-block-section-wrapper.equal_height-1 .content-block.text-right {
    align-items: flex-end;
}

.content-blocks-container .content-block-section-wrapper.standard {
    padding: 2.5rem 0;
}

.content-blocks-container .content-block-section-wrapper.standard.no-padding-1 {
    padding: 0 !important;
}

.content-block-column {
    color: inherit;
    padding-top: 1.25rem;
}

.content-block-column.content-block-column-breadcrumb,
.content-block-column.content-block-column-page-title {
    padding-top: 0;
}

@media (max-width: 991.98px) {
    .content-blocks-container .content-block-section-wrapper.standard {
        padding: 1.25rem 0;
    }

    .content-blocks-container .content-block-section-wrapper.standard.no-padding-1 {
        padding: 0 !important;
    }
}

.shop-message {
    word-break: break-word;
    padding: 1rem 0rem;
    color: white;
    background-color: #1D1C22;
    text-align: center;
    font-weight: 400;
}

@media (min-width: 992px) {
    .shop-message {
        margin-right: 2rem;
    }
}

.header.affix .shop-message {
    display: none;
}

body {
    letter-spacing: 0.05rem;
}

body:not(.page-home) .header nav {
    /*&amp;::after{
      content:'';
      position:absolute;
      background-image: url("/dev/images/header-kartel.png");
      width:100%;
      background-size:100%;
      background-position:bottom center;
      background-repeat: no-repeat;
      height:50px;
      top:100%;
      left:0;
  }*/
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body:not(.page-home) .header .navbar-brand {
        max-width: 125px;
    }
}

h1,
.h1 {
    font-family: "Balthazar", serif;
    color: #000000;
    font-size: 3.5rem;
}

h2,
.h2 {
    font-size: 3rem;
    margin-bottom: 15px;
}

h3,
.h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    h1,
    .h1 {
        font-size: 2.25rem;
    }

    h2,
    .h2 {
        font-size: 1.6rem;
    }
}

.content .btn-primary,
.content .lang-switcher .lang-switcher-dropdown,
.lang-switcher .content .lang-switcher-dropdown,
.footer .btn-primary,
.footer .lang-switcher .lang-switcher-dropdown,
.lang-switcher .footer .lang-switcher-dropdown,
.content .btn-secondary,
.footer .btn-secondary {
    padding: 8px 12px;
    background: #44404F;
    color: #ffffff;
    border-radius: 0;
    border: 2px solid transparent;
    min-width: 220px;
    font-size: 1.2rem !important;
    font-family: "Cormorant Garamond", serif;
    transition: background 500ms;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
}

.content .btn-primary:hover,
.content .lang-switcher .lang-switcher-dropdown:hover,
.lang-switcher .content .lang-switcher-dropdown:hover,
.footer .btn-primary:hover,
.footer .lang-switcher .lang-switcher-dropdown:hover,
.lang-switcher .footer .lang-switcher-dropdown:hover,
.content .btn-secondary:hover,
.footer .btn-secondary:hover {
    color: #ffffff;
    background: #2c2933;
}

.content .btn-primary.add-to-cart-btn,
.content .lang-switcher .add-to-cart-btn.lang-switcher-dropdown,
.lang-switcher .content .add-to-cart-btn.lang-switcher-dropdown,
.footer .btn-primary.add-to-cart-btn,
.footer .lang-switcher .add-to-cart-btn.lang-switcher-dropdown,
.lang-switcher .footer .add-to-cart-btn.lang-switcher-dropdown,
.content .btn-secondary.add-to-cart-btn,
.footer .btn-secondary.add-to-cart-btn {
    min-width: inherit;
    padding: 0.375rem 0.75rem;
}

.btn {
    text-transform: none;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

body .header {
    background-color: #203c34;
    height: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /*  .topmenu {
      .nav-item:last-child {
        .nav-link {
          border: 2px solid $primary;
          border-top: 0;
          color: $primary;

          &amp;:hover {
            background-color: $primary;
            color: $white;
          }
        }
      }
    }*/
}

body .header .topmenu .nav-item:last-child .nav-link {
    border: none;
}

body .header .container-usp {
    width: 100%;
    background-color: transparent;
    display: flex;
    margin-top: 10px;
}

body .header .container-usp .usp-container {
    background-color: transparent;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .header .container-usp .usp-container .usp span {
    margin-left: 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #ffffff;
}

body .header .navbar-toggler span.navbar-toggler-icon {
    background-image: url("/dev/images/hamburger_wit.png");
    background-size: 25px;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    body .header .container .navbar-brand .logo,
    body .header #product-holder .row-product-navigation-bar.sticky .navbar-brand .logo,
    #product-holder body .header .row-product-navigation-bar.sticky .navbar-brand .logo {
        width: 100%;
    }

    body .header .container .menuwrap,
    body .header #product-holder .row-product-navigation-bar.sticky .menuwrap,
    #product-holder body .header .row-product-navigation-bar.sticky .menuwrap {
        display: flex;
        flex-wrap: wrap;
    }

    body .header .container .menuwrap .navbar-toggler,
    body .header #product-holder .row-product-navigation-bar.sticky .menuwrap .navbar-toggler,
    #product-holder body .header .row-product-navigation-bar.sticky .menuwrap .navbar-toggler {
        order: 1;
    }

    body .header .container .menuwrap .navbar-brand,
    body .header #product-holder .row-product-navigation-bar.sticky .menuwrap .navbar-brand,
    #product-holder body .header .row-product-navigation-bar.sticky .menuwrap .navbar-brand {
        order: 2;
    }

    body .header .container .menuwrap .topmenu,
    body .header #product-holder .row-product-navigation-bar.sticky .menuwrap .topmenu,
    #product-holder body .header .row-product-navigation-bar.sticky .menuwrap .topmenu {
        position: relative;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        order: 5;
    }

    body .header .container .menuwrap .shop-search,
    body .header #product-holder .row-product-navigation-bar.sticky .menuwrap .shop-search,
    #product-holder body .header .row-product-navigation-bar.sticky .menuwrap .shop-search {
        order: 4;
    }

    body .header .container .menuwrap .shop-icons,
    body .header #product-holder .row-product-navigation-bar.sticky .menuwrap .shop-icons,
    #product-holder body .header .row-product-navigation-bar.sticky .menuwrap .shop-icons {
        order: 6;
    }

    body .header .container .menuwrap .menu,
    body .header #product-holder .row-product-navigation-bar.sticky .menuwrap .menu,
    #product-holder body .header .row-product-navigation-bar.sticky .menuwrap .menu {
        order: 3;
    }
}

body .header .shop-search .form-control {
  color: #ffffff;
}

body .header .shop-search form.shop-search-form .input-group {
    border: 1px solid #FFFFFF;
    color: #ffffff;
}

body .header .shop-search form.shop-search-form .input-group .shop-search-form-category {
    background-color: transparent;
    color: #ffffff;
}

body .header .shop-search form.shop-search-form .input-group input[type=search] {
    background-color: transparent;
}

body .header .shop-search form.shop-search-form .input-group .form-control::-moz-placeholder {
    color: #ffffff;
}

body .header .shop-search form.shop-search-form .input-group .form-control:-ms-input-placeholder {
    color: #ffffff;
}

body .header .shop-search form.shop-search-form .input-group .form-control::-ms-input-placeholder {
    color: #ffffff;
}

body .header .shop-search form.shop-search-form .input-group .form-control::placeholder {
    color: #ffffff;
}

body .header .shop-search form.shop-search-form .input-group .input-group-append button {
    border-color: #ffffff;
    background-color: transparent;
}

body .header .shop-search form.shop-search-form .input-group .input-group-append button:hover {
    background-color: #b79b96;
}

body .header .shop-icons .mini-cart-icon .mini-cart-icon-wrapper svg {
    color: #ffffff;
}

body .header .shop-icons .mini-cart-icon:hover {
    background: none;
    border: none;
}

body .header .shop-icons .mini-cart-icon:hover .mini-cart-icon-wrapper svg {
    color: #CCB8B4;
}

body .header .topmenu .navbar-nav li.nav-item a {
    color: #ffffff !important;
}

body .header .topmenu .navbar-nav li.nav-item:hover {
    color: #CCB8B4 !important;
}

body .header .navbar .nav-item .nav-link {
    padding: 1.375rem 1rem;
}

body .header .navbar .nav-item .menu-label {
    transition: 0.2s ease-in-out border !important;
    border-bottom: 1px solid transparent;
}

@media (prefers-reduced-motion: reduce) {
    body .header .navbar .nav-item .menu-label {
        transition: none;
    }
}

body .header .navbar .nav-item:hover .nav-link,
body .header .navbar .nav-item.active .nav-link,
body .header .navbar .lang-switcher .nav-item.lang-switcher-menu-item-active .nav-link,
.lang-switcher body .header .navbar .nav-item.lang-switcher-menu-item-active .nav-link,
body .header .navbar span.twitter-typeahead .nav-item.tt-suggestion.tt-cursor .nav-link,
span.twitter-typeahead body .header .navbar .nav-item.tt-suggestion.tt-cursor .nav-link {
    color: #4D5058;
}

body .header .logo {
    height: 85px;
    max-height: 85px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    -o-object-position: bottom;
    object-position: bottom;
}

body .header.affix .navbar-brand {
    max-width: 250px;
}

body .header .container,
body .header #product-holder .row-product-navigation-bar.sticky,
#product-holder body .header .row-product-navigation-bar.sticky {
    position: relative;
}

body .header .mini-cart .mini-cart-icon,
body .header .shop-account-menu-icon {
    padding: 12px 10px;
    width: 70px;
}

body .header .mini-cart .mini-cart-icon .circle-icon,
body .header .shop-account-menu-icon .circle-icon {
    bottom: 2em;
    right: 1em;
}

body .header .mini-cart .mini-cart-icon .mini-cart-number,
body .header .shop-account-menu-icon .mini-cart-number {
    right: 2em;
    bottom: 3.75em;
}

body .header .mini-cart .mini-cart-buttons {
    font-size: 0.7rem;
}

body .header .mini-cart .mini-cart-buttons .btn {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.375rem 0.25rem;
    text-transform: none;
}

body .header .shop-account-menu-container {
    display: none;
}

body .header .shop-account-menu-content {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    body .header .topmenu {
        position: absolute;
        right: 0;
        top: 0;
    }
}

body .header .menu .navbar-nav {
    margin-left: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body .header {
        height: 192px;
    }

    body .header .row.menuwrap .navbar-brand {
        width: 100%;
        max-width: none;
    }

    body .header .row.menuwrap .navbar-brand img {
        height: 60px;
    }

    body .header .menu {
        flex-grow: 0 !important;
    }

    body .header .menu .navbar-nav {
        margin-left: 0;
    }

    body .header .menu .navbar-nav .nav-item a.nav-link {
        padding: 6px 8px;
    }

    body .header .menu .navbar-nav .nav-item a.nav-link span {
        font-size: 14px;
    }

    body .header .shop-search {
        margin-left: 0;
    }

    body .header .shop-search .shop-search-form {
        max-width: 230px;
    }

    body .header .shop-icons {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    body .header {
        height: 90px;
    }

    body .header .row.menuwrap .navbar-brand {
        max-width: 210px;
    }

    body .header .row.menuwrap .navbar-brand img {
        height: 60px;
    }
}

@media (max-width: 767.98px) {
    body .header {
        height: 135px;
    }

    body .header .shop-search {
        width: 100%;
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    body .header .menu .navbar-nav &gt; .nav-item {
        margin-left: 8px;
    }

    body .header .menu .navbar-nav &gt; .nav-item.shop-main-menu-item .shop-main-menu-item-contents.three-levels {
        left: -224px !important;
    }

    body .header .menu .navbar-nav &gt; .nav-item.shop-main-menu-item .shop-main-menu-item-contents.three-levels ul.shop-menu-categories.menu-level-1 {
        width: 300px !important;
    }

    body .header .menu .navbar-nav &gt; .nav-item.shop-main-menu-item .shop-main-menu-item-contents.three-levels ul.shop-menu-categories.menu-level-1 .shop-menu-category.level-1.has-sub-menu ul.shop-menu-categories.menu-level-2 {
        margin-left: 300px !important;
        background-color: #CCB8B4;
    }

    body .header .menu .navbar-nav &gt; .nav-item &gt; a.nav-link {
        padding: 6px 16px;
        color: #ffffff;
    }

    body .header .menu .navbar-nav &gt; .nav-item:hover &gt; a.nav-link {
        color: #CCB8B4;
    }

    body .header .menu .navbar-nav &gt; .nav-item.active &gt; a.nav-link,
    body .header .menu .lang-switcher .navbar-nav &gt; .nav-item.lang-switcher-menu-item-active &gt; a.nav-link,
    .lang-switcher body .header .menu .navbar-nav &gt; .nav-item.lang-switcher-menu-item-active &gt; a.nav-link,
    body .header .menu span.twitter-typeahead .navbar-nav &gt; .nav-item.tt-suggestion.tt-cursor &gt; a.nav-link,
    span.twitter-typeahead body .header .menu .navbar-nav &gt; .nav-item.tt-suggestion.tt-cursor &gt; a.nav-link {
        color: #CCB8B4;
    }

    body .header .shop-search {
        margin-right: 0.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body .header .navbar-brand {
        max-width: 125px;
    }

    body .header .shop-search {
        order: 5 !important;
    }

    body .header .navbar-brand {
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .content {
        margin-top: 150px !important;
    }
}

@media (max-width: 1199.98px) {
    .content {
        margin-top: 90px !important;
    }
}

@media (max-width: 991.98px) {
    .content {
        margin-top: 135px !important;
    }
}

@media (max-width: 991.98px) {
    .content {
        margin-top: 90px !important;
    }
}

.content-block.products-by-properties .group-product {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .content-block.products-by-properties .group-product {
        display: flex;
    }

    .content-block.products-by-properties .product-image img {
        -o-object-position: top left;
        object-position: top left;
    }
}

.content-block.products-by-properties a {
    color: inherit;
}

.content-block.products-by-properties .product-info-wrapper {
    padding: 15px;
}

.album {
    text-align: center;
}

.album .slick-arrow {
    border-radius: 0;
    transition: 0.2s ease-in-out all !important;
    background-color: transparent;
    color: #ffffff;
    border: 0;
}

@media (prefers-reduced-motion: reduce) {
    .album .slick-arrow {
        transition: none;
    }
}

.album .slick-arrow .slick-icon {
    color: #ffffff !important;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
    .album .slick-arrow:hover.slick-next {
        right: -50px;
    }

    .album .slick-arrow:hover.slick-prev {
        left: -50px;
    }
}

.album img {
    width: 100%;
}

.form .col-form-label {
    font-style: italic;
    padding-bottom: 0;
}

.form .btn-primary,
.form .lang-switcher .lang-switcher-dropdown,
.lang-switcher .form .lang-switcher-dropdown {
    transition: 0.2s ease-in-out all !important;
}

@media (prefers-reduced-motion: reduce) {
    .form .btn-primary,
    .form .lang-switcher .lang-switcher-dropdown,
    .lang-switcher .form .lang-switcher-dropdown {
        transition: none;
    }
}

.content-blocks-container .content-block-section-wrapper.standard {
    padding: 6.25rem 0;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text .left .content-block-image-container,
.content-blocks-container .content-block-section-wrapper .content-block.image-text .right .content-block-image-container {
    flex-basis: calc(100% / 3);
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text .left .content-block-image-container .content-block-image-link,
.content-blocks-container .content-block-section-wrapper .content-block.image-text .right .content-block-image-container .content-block-image-link {
    height: 100%;
}

.content-blocks-container .content-block-section-wrapper.background-color-primary,
.content-blocks-container .content-block-section-wrapper .primary,
.content-blocks-container .content-block-section-wrapper.background-color-pink {
    background-color: #CCB8B4;
}

.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper .primary .btn,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn:hover,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .primary .btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn:hover {
    color: #212529;
    background-color: #bda29d;
    border-color: #b79b96;
}

.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn.focus,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper .primary .btn:focus,
.content-blocks-container .content-block-section-wrapper .primary .btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn.focus {
    color: #212529;
    background-color: #bda29d;
    border-color: #b79b96;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(178, 162, 159, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn:disabled,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper .primary .btn.disabled,
.content-blocks-container .content-block-section-wrapper .primary .btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn:disabled {
    color: #212529;
    background-color: #CCB8B4;
    border-color: #CCB8B4;
}

.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-primary .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .primary .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .primary .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .primary.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .primary.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .primary .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .primary .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .primary .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-pink .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-pink .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-pink span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-pink .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-pink .btn.dropdown-toggle {
    color: #212529;
    background-color: #b79b96;
    border-color: #b2948e;
}

.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-primary .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .primary .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .primary .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .primary.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .primary.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .primary .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .primary .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .primary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .primary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .primary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .primary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .primary .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-pink .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-pink span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-pink .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-pink .btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(178, 162, 159, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-primary .content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-primary.content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-primary .btn:hover,
.content-blocks-container .content-block-section-wrapper .primary .content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .primary.content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .primary .btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-pink .content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-pink.content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-pink .btn:hover {
    background-color: #ebb6b8;
    border-color: #ebb6b8;
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn,
.content-blocks-container .content-block-section-wrapper .secondary .btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn:hover,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .secondary .btn:hover {
    color: #ffffff;
    background-color: #0b0b0d;
    border-color: #050506;
}

.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn.focus,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper .secondary .btn:focus,
.content-blocks-container .content-block-section-wrapper .secondary .btn.focus {
    color: #ffffff;
    background-color: #0b0b0d;
    border-color: #050506;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn:disabled,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper .secondary .btn.disabled,
.content-blocks-container .content-block-section-wrapper .secondary .btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-secondary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-secondary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-secondary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-secondary .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .secondary .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .secondary.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .secondary .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .secondary .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .secondary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .secondary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .secondary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .secondary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .secondary .btn.dropdown-toggle {
    color: #ffffff;
    background-color: #050506;
    border-color: black;
}

.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-secondary .content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-secondary.content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-secondary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-secondary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-secondary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-secondary .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .secondary .content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .secondary .content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .secondary .content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .secondary.content-block .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .secondary.content-block span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .secondary.content-block .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .secondary .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .secondary .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .secondary .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .secondary .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .secondary span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .secondary .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .secondary .btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-gray,
.content-blocks-container .content-block-section-wrapper .content-block.gray {
    background-color: #4D5058;
    color: #ffffff;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-blocks-container .content-block-section-wrapper.background-color-gray h1,
.content-blocks-container .content-block-section-wrapper.background-color-gray h2,
.content-blocks-container .content-block-section-wrapper.background-color-gray h3,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-title,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block .content-block-title a,
.content-blocks-container .content-block-section-wrapper .content-block.gray h1,
.content-blocks-container .content-block-section-wrapper .content-block.gray h2,
.content-blocks-container .content-block-section-wrapper .content-block.gray h3,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block .content-block-title a {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray .btn,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-blocks-container .content-block-section-wrapper.background-color-gray .btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn:hover,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray .btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray .btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn:focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn.focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn.focus {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-gray .btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-gray .btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn.disabled,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn:disabled,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-gray .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-gray .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-gray .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-gray span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-gray .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-gray .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-gray .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-gray span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .content-block.gray .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.gray .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .content-block.gray span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.gray .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.gray .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .content-block.gray .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .content-block.gray span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-gray .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-gray .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-gray .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-gray span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.gray .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.gray .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.gray .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .content-block.gray span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-text,
.content-blocks-container .content-block-section-wrapper.background-color-gray .rental-day-price,
.content-blocks-container .content-block-section-wrapper.background-color-gray .including-tax,
.content-blocks-container .content-block-section-wrapper.background-color-gray .excluding-tax,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.gray .rental-day-price,
.content-blocks-container .content-block-section-wrapper .content-block.gray .including-tax,
.content-blocks-container .content-block-section-wrapper .content-block.gray .excluding-tax {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-blocks-container .content-block-section-wrapper.background-color-gray .submenu li.submenu-item a.submenu-item-link,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-text a,
.content-blocks-container .content-block-section-wrapper.background-color-gray .social-media-icons a,
.content-blocks-container .content-block-section-wrapper.background-color-gray .menu a,
.content-blocks-container .content-block-section-wrapper.background-color-gray a:not(.btn),
.content-blocks-container .content-block-section-wrapper .content-block.gray #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-blocks-container .content-block-section-wrapper .content-block.gray .submenu li.submenu-item a.submenu-item-link,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-text a,
.content-blocks-container .content-block-section-wrapper .content-block.gray .social-media-icons a,
.content-blocks-container .content-block-section-wrapper .content-block.gray .menu a,
.content-blocks-container .content-block-section-wrapper .content-block.gray a:not(.btn) {
    color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-blocks-container .content-block-section-wrapper.background-color-gray .submenu li.submenu-item a.submenu-item-link:hover,
.content-blocks-container .content-block-section-wrapper.background-color-gray .content-block-text a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-gray .social-media-icons a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-gray .menu a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-gray a:not(.btn):hover,
.content-blocks-container .content-block-section-wrapper .content-block.gray #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-blocks-container .content-block-section-wrapper .content-block.gray .submenu li.submenu-item a.submenu-item-link:hover,
.content-blocks-container .content-block-section-wrapper .content-block.gray .content-block-text a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.gray .social-media-icons a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.gray .menu a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.gray a:not(.btn):hover {
    color: #35333e;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray .btn-outline-primary,
.content-blocks-container .content-block-section-wrapper .content-block.gray .btn-outline-primary {
    background: transparent;
    color: #ffffff;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray.image-text .content-image.background .content-block-content,
.content-blocks-container .content-block-section-wrapper .content-block.gray.image-text .content-image.background .content-block-content {
    background-color: rgba(77, 80, 88, 0.7);
    width: 100%;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray.has-background-image,
.content-blocks-container .content-block-section-wrapper .content-block.gray.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray.has-background-image:before,
.content-blocks-container .content-block-section-wrapper .content-block.gray.has-background-image:before {
    background-color: rgba(77, 80, 88, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray.has-background-image .container,
.content-blocks-container .content-block-section-wrapper.background-color-gray.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-gray.has-background-image .row-product-navigation-bar.sticky,
.content-blocks-container .content-block-section-wrapper .content-block.gray.has-background-image .container,
.content-blocks-container .content-block-section-wrapper .content-block.gray.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper .content-block.gray.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray.has-background-image .content-block:not(.default),
.content-blocks-container .content-block-section-wrapper .content-block.gray.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-blocks-container .content-block-section-wrapper.background-color-gray.has-background-image.explorer:before,
.content-blocks-container .content-block-section-wrapper.background-color-gray.has-background-image.explorer-edge:before,
.content-blocks-container .content-block-section-wrapper .content-block.gray.has-background-image.explorer:before,
.content-blocks-container .content-block-section-wrapper .content-block.gray.has-background-image.explorer-edge:before {
    background-color: rgba(77, 80, 88, 0.05);
}

@media (max-width: 991.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-gray,
    .content-blocks-container .content-block-section-wrapper .content-block.gray {
        word-break: break-word;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-white,
.content-blocks-container .content-block-section-wrapper .content-block.white {
    background-color: #ffffff;
    color: #ffffff;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.content-blocks-container .content-block-section-wrapper.background-color-white h1,
.content-blocks-container .content-block-section-wrapper.background-color-white h2,
.content-blocks-container .content-block-section-wrapper.background-color-white h3,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-title,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block .content-block-title a,
.content-blocks-container .content-block-section-wrapper .content-block.white h1,
.content-blocks-container .content-block-section-wrapper .content-block.white h2,
.content-blocks-container .content-block-section-wrapper .content-block.white h3,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block .content-block-title a {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-white .btn,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-blocks-container .content-block-section-wrapper.background-color-white .btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn:hover,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.content-blocks-container .content-block-section-wrapper.background-color-white .btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-white .btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn:focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn.focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn.focus {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-white .btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-white .btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn.disabled,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn:disabled,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-white .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-white .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-white .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-white .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-white span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-white .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-white .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-white .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-white span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .content-block.white .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.white .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .content-block.white span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.white .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.white .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .content-block.white .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .content-block.white span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.content-blocks-container .content-block-section-wrapper.background-color-white .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-white .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-white .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-white .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-white span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-white .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-white .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-white .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-white span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-white .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.white .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .content-block.white span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.white .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.white .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.white .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .content-block.white span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.white .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-text,
.content-blocks-container .content-block-section-wrapper.background-color-white .rental-day-price,
.content-blocks-container .content-block-section-wrapper.background-color-white .including-tax,
.content-blocks-container .content-block-section-wrapper.background-color-white .excluding-tax,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.white .rental-day-price,
.content-blocks-container .content-block-section-wrapper .content-block.white .including-tax,
.content-blocks-container .content-block-section-wrapper .content-block.white .excluding-tax {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-white #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-blocks-container .content-block-section-wrapper.background-color-white .submenu li.submenu-item a.submenu-item-link,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-text a,
.content-blocks-container .content-block-section-wrapper.background-color-white .social-media-icons a,
.content-blocks-container .content-block-section-wrapper.background-color-white .menu a,
.content-blocks-container .content-block-section-wrapper.background-color-white a:not(.btn),
.content-blocks-container .content-block-section-wrapper .content-block.white #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-blocks-container .content-block-section-wrapper .content-block.white .submenu li.submenu-item a.submenu-item-link,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-text a,
.content-blocks-container .content-block-section-wrapper .content-block.white .social-media-icons a,
.content-blocks-container .content-block-section-wrapper .content-block.white .menu a,
.content-blocks-container .content-block-section-wrapper .content-block.white a:not(.btn) {
    color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-white #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-blocks-container .content-block-section-wrapper.background-color-white .submenu li.submenu-item a.submenu-item-link:hover,
.content-blocks-container .content-block-section-wrapper.background-color-white .content-block-text a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-white .social-media-icons a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-white .menu a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-white a:not(.btn):hover,
.content-blocks-container .content-block-section-wrapper .content-block.white #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-blocks-container .content-block-section-wrapper .content-block.white .submenu li.submenu-item a.submenu-item-link:hover,
.content-blocks-container .content-block-section-wrapper .content-block.white .content-block-text a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.white .social-media-icons a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.white .menu a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.white a:not(.btn):hover {
    color: #35333e;
}

.content-blocks-container .content-block-section-wrapper.background-color-white .btn-outline-primary,
.content-blocks-container .content-block-section-wrapper .content-block.white .btn-outline-primary {
    background: transparent;
    color: #ffffff;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-white.image-text .content-image.background .content-block-content,
.content-blocks-container .content-block-section-wrapper .content-block.white.image-text .content-image.background .content-block-content {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
}

.content-blocks-container .content-block-section-wrapper.background-color-white.has-background-image,
.content-blocks-container .content-block-section-wrapper .content-block.white.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-blocks-container .content-block-section-wrapper.background-color-white.has-background-image:before,
.content-blocks-container .content-block-section-wrapper .content-block.white.has-background-image:before {
    background-color: rgba(255, 255, 255, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-white.has-background-image .container,
.content-blocks-container .content-block-section-wrapper.background-color-white.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-white.has-background-image .row-product-navigation-bar.sticky,
.content-blocks-container .content-block-section-wrapper .content-block.white.has-background-image .container,
.content-blocks-container .content-block-section-wrapper .content-block.white.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper .content-block.white.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-white.has-background-image .content-block:not(.default),
.content-blocks-container .content-block-section-wrapper .content-block.white.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-blocks-container .content-block-section-wrapper.background-color-white.has-background-image.explorer:before,
.content-blocks-container .content-block-section-wrapper.background-color-white.has-background-image.explorer-edge:before,
.content-blocks-container .content-block-section-wrapper .content-block.white.has-background-image.explorer:before,
.content-blocks-container .content-block-section-wrapper .content-block.white.has-background-image.explorer-edge:before {
    background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-white,
    .content-blocks-container .content-block-section-wrapper .content-block.white {
        word-break: break-word;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green {
    background-color: #203c34;
    color: #ffffff;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green h1,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green h2,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green h3,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-title,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block .content-block-title a,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green h1,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green h2,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green h3,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block .content-block-title a {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn:hover,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn:focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn.focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn.focus {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn.disabled,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn:disabled,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-dark-green span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-dark-green span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .content-block.dark-green span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .content-block.dark-green span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-text,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .rental-day-price,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .including-tax,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .excluding-tax,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .rental-day-price,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .including-tax,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .excluding-tax {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .submenu li.submenu-item a.submenu-item-link,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-text a,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .social-media-icons a,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .menu a,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green a:not(.btn),
.content-blocks-container .content-block-section-wrapper .content-block.dark-green #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .submenu li.submenu-item a.submenu-item-link,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-text a,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .social-media-icons a,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .menu a,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green a:not(.btn) {
    color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .submenu li.submenu-item a.submenu-item-link:hover,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .content-block-text a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .social-media-icons a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green .menu a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green a:not(.btn):hover,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .submenu li.submenu-item a.submenu-item-link:hover,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .content-block-text a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .social-media-icons a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .menu a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green a:not(.btn):hover {
    color: #35333e;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green .btn-outline-primary,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green .btn-outline-primary {
    background: transparent;
    color: #ffffff;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green.image-text .content-image.background .content-block-content,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green.image-text .content-image.background .content-block-content {
    background-color: rgba(32, 60, 52, 0.7);
    width: 100%;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green.has-background-image,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green.has-background-image:before,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green.has-background-image:before {
    background-color: rgba(32, 60, 52, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green.has-background-image .container,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-dark-green.has-background-image .row-product-navigation-bar.sticky,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green.has-background-image .container,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper .content-block.dark-green.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green.has-background-image .content-block:not(.default),
.content-blocks-container .content-block-section-wrapper .content-block.dark-green.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-blocks-container .content-block-section-wrapper.background-color-dark-green.has-background-image.explorer:before,
.content-blocks-container .content-block-section-wrapper.background-color-dark-green.has-background-image.explorer-edge:before,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green.has-background-image.explorer:before,
.content-blocks-container .content-block-section-wrapper .content-block.dark-green.has-background-image.explorer-edge:before {
    background-color: rgba(32, 60, 52, 0.05);
}

@media (max-width: 991.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-dark-green,
    .content-blocks-container .content-block-section-wrapper .content-block.dark-green {
        word-break: break-word;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-light,
.content-blocks-container .content-block-section-wrapper .content-block.light {
    background-color: #F4F4F4;
    color: #000000;
    padding: 1.6666666667rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-blocks-container .content-block-section-wrapper.background-color-light h1,
.content-blocks-container .content-block-section-wrapper.background-color-light h2,
.content-blocks-container .content-block-section-wrapper.background-color-light h3,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-title,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block .content-block-title a,
.content-blocks-container .content-block-section-wrapper .content-block.light h1,
.content-blocks-container .content-block-section-wrapper .content-block.light h2,
.content-blocks-container .content-block-section-wrapper .content-block.light h3,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block .content-block-title a {
    color: #4D5058;
}

.content-blocks-container .content-block-section-wrapper.background-color-light .btn,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.content-blocks-container .content-block-section-wrapper.background-color-light .btn:hover,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn:hover,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn:hover,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn:hover {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
}

.content-blocks-container .content-block-section-wrapper.background-color-light .btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-light .btn.focus,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn.focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn:focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn.focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn:focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn.focus {
    color: #ffffff;
    background-color: #2f2d37;
    border-color: #35333e;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-light .btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-light .btn:disabled,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn:disabled,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn.disabled,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn:disabled,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn.disabled,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn:disabled {
    color: #ffffff;
    background-color: #1D1C22;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-light .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-light .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-light .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-light .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-light span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-light .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-light .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper.background-color-light .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper.background-color-light span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .content-block.light .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.light .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .content-block.light span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.light .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.light .btn.dropdown-toggle,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn:not(:disabled):not(.disabled):active,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn:not(:disabled):not(.disabled).active,
.content-blocks-container .content-block-section-wrapper .content-block.light .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled),
.content-blocks-container .content-block-section-wrapper .content-block.light span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled),
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #35333e;
    border-color: #3b3945;
}

.content-blocks-container .content-block-section-wrapper.background-color-light .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-light .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-light .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-light .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-light span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-light .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-light .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper.background-color-light .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper.background-color-light span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper.background-color-light .content-block-btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .lang-switcher .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.light .btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .content-block.light span.twitter-typeahead .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.light .btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.light .btn.dropdown-toggle:focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn:not(:disabled):not(.disabled):active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn:not(:disabled):not(.disabled).active:focus,
.content-blocks-container .content-block-section-wrapper .content-block.light .lang-switcher .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn.lang-switcher-menu-item-active:not(:disabled):not(.disabled):focus,
.content-blocks-container .content-block-section-wrapper .content-block.light span.twitter-typeahead .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
span.twitter-typeahead .content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn.tt-suggestion.tt-cursor:not(:disabled):not(.disabled):focus,
.show &gt; .content-blocks-container .content-block-section-wrapper .content-block.light .content-block-btn.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 62, 67, 0.5);
}

.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-text,
.content-blocks-container .content-block-section-wrapper.background-color-light .rental-day-price,
.content-blocks-container .content-block-section-wrapper.background-color-light .including-tax,
.content-blocks-container .content-block-section-wrapper.background-color-light .excluding-tax,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.light .rental-day-price,
.content-blocks-container .content-block-section-wrapper .content-block.light .including-tax,
.content-blocks-container .content-block-section-wrapper .content-block.light .excluding-tax {
    color: #000000;
}

.content-blocks-container .content-block-section-wrapper.background-color-light #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-blocks-container .content-block-section-wrapper.background-color-light .submenu li.submenu-item a.submenu-item-link,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-text a,
.content-blocks-container .content-block-section-wrapper.background-color-light .social-media-icons a,
.content-blocks-container .content-block-section-wrapper.background-color-light .menu a,
.content-blocks-container .content-block-section-wrapper.background-color-light a:not(.btn),
.content-blocks-container .content-block-section-wrapper .content-block.light #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link,
.content-blocks-container .content-block-section-wrapper .content-block.light .submenu li.submenu-item a.submenu-item-link,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-text a,
.content-blocks-container .content-block-section-wrapper .content-block.light .social-media-icons a,
.content-blocks-container .content-block-section-wrapper .content-block.light .menu a,
.content-blocks-container .content-block-section-wrapper .content-block.light a:not(.btn) {
    color: #4D5058;
}

.content-blocks-container .content-block-section-wrapper.background-color-light #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-blocks-container .content-block-section-wrapper.background-color-light .submenu li.submenu-item a.submenu-item-link:hover,
.content-blocks-container .content-block-section-wrapper.background-color-light .content-block-text a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-light .social-media-icons a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-light .menu a:hover,
.content-blocks-container .content-block-section-wrapper.background-color-light a:not(.btn):hover,
.content-blocks-container .content-block-section-wrapper .content-block.light #breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover,
.content-blocks-container .content-block-section-wrapper .content-block.light .submenu li.submenu-item a.submenu-item-link:hover,
.content-blocks-container .content-block-section-wrapper .content-block.light .content-block-text a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.light .social-media-icons a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.light .menu a:hover,
.content-blocks-container .content-block-section-wrapper .content-block.light a:not(.btn):hover {
    color: #656973;
}

.content-blocks-container .content-block-section-wrapper.background-color-light .btn-outline-primary,
.content-blocks-container .content-block-section-wrapper .content-block.light .btn-outline-primary {
    background: transparent;
    color: #000000;
    border-color: #1D1C22;
}

.content-blocks-container .content-block-section-wrapper.background-color-light.image-text .content-image.background .content-block-content,
.content-blocks-container .content-block-section-wrapper .content-block.light.image-text .content-image.background .content-block-content {
    background-color: rgba(244, 244, 244, 0.7);
    width: 100%;
}

.content-blocks-container .content-block-section-wrapper.background-color-light.has-background-image,
.content-blocks-container .content-block-section-wrapper .content-block.light.has-background-image {
    font-size: 1.2rem;
    position: relative;
}

.content-blocks-container .content-block-section-wrapper.background-color-light.has-background-image:before,
.content-blocks-container .content-block-section-wrapper .content-block.light.has-background-image:before {
    background-color: rgba(244, 244, 244, 0.7);
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-light.has-background-image .container,
.content-blocks-container .content-block-section-wrapper.background-color-light.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-light.has-background-image .row-product-navigation-bar.sticky,
.content-blocks-container .content-block-section-wrapper .content-block.light.has-background-image .container,
.content-blocks-container .content-block-section-wrapper .content-block.light.has-background-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper .content-block.light.has-background-image .row-product-navigation-bar.sticky {
    position: relative;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-light.has-background-image .content-block:not(.default),
.content-blocks-container .content-block-section-wrapper .content-block.light.has-background-image .content-block:not(.default) {
    font-size: 0.95rem;
}

.content-blocks-container .content-block-section-wrapper.background-color-light.has-background-image.explorer:before,
.content-blocks-container .content-block-section-wrapper.background-color-light.has-background-image.explorer-edge:before,
.content-blocks-container .content-block-section-wrapper .content-block.light.has-background-image.explorer:before,
.content-blocks-container .content-block-section-wrapper .content-block.light.has-background-image.explorer-edge:before {
    background-color: rgba(244, 244, 244, 0.05);
}

@media (max-width: 991.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-light,
    .content-blocks-container .content-block-section-wrapper .content-block.light {
        word-break: break-word;
    }
}

.content-blocks-container .content-block-section-wrapper.section-padding-bottom {
    padding-bottom: 0;
    margin-bottom: -80px;
}

.content-blocks-container .content-block-section-wrapper.section-padding-top {
    padding-top: 0;
    margin-top: -80px;
}

.content-blocks-container .content-block-section-wrapper.section-padding-none {
    padding: 0;
    margin: 0;
}

.content-blocks-container .content-block-section-wrapper.behavior-content-rises-top {
    margin-top: 250px;
}

.content-blocks-container .content-block-section-wrapper.behavior-content-rises-top .behavior-content-rises-top:first-child {
    margin-top: -250px;
    margin-bottom: 0;
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-right-picture .image-text {
    margin-top: 90px;
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-right-picture .image-text .content-image {
    flex-direction: initial !important;
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-right-picture .image-text .content-block-content {
    flex: 0 0 50%;
    max-width: 50%;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-right-picture .image-text .content-block-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-right-picture .image-text .content-block-image-container {
    position: absolute;
    right: 0;
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
    bottom: 0;
    height: calc(100% + 60px);
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-right-picture .image-text .content-block-image-container a {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-right-picture .image-text .content-block-image-container {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text {
    margin-top: 60px;
    box-shadow: none;
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-image {
    flex-direction: initial !important;
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-image.right .content-block-image-container {
    right: 0;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-image.right {
        flex-direction: column !important;
    }

    .content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-image.right .content-block-image-container {
        flex-basis: initial;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-image.left {
        flex-direction: column !important;
    }

    .content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-image.left .content-block-image-container {
        flex-basis: initial;
        width: 100%;
    }
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-image.left .content-block-image-container {
    left: 0;
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-image.left .content-block-content {
    right: 0;
    margin-left: auto;
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-block-content {
    flex: 0 0 50%;
    max-width: 50%;
    background: #ffffff;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-block-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-block-image-container {
    position: absolute;
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
    bottom: 0;
    height: calc(100% + 60px);
}

.content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-block-image-container a {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.behavior-text-overlaps-picture .image-text .content-block-image-container {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section {
    padding: 0;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .container,
.content-blocks-container .content-block-section-wrapper.background-color-header-image #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .row-product-navigation-bar.sticky,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .container,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section .row-product-navigation-bar.sticky {
    max-width: none;
    position: relative;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .content-block-section-breadcrumb,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .content-block-section-breadcrumb {
    top: 10px;
    color: #ffffff;
    position: absolute;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .content-block-section-breadcrumb li:before,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .content-block-section-breadcrumb li:before {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .content-block-section-breadcrumb a,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .content-block-section-breadcrumb a {
    color: #ffffff;
    border-color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .content-block-section-page-title,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .content-block-section-page-title {
    position: absolute;
    z-index: 1;
    top: 50px;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .content-block-section-page-title h1,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .content-block-section-page-title h1 {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .content-block-column,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .content-block-column,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .content-block-column,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .content-block-column {
    padding: 0;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky {
    padding: 0;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide {
    height: 650px;
    position: relative;
    width: 100%;
}

@media (max-width: 991.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide {
        height: 400px;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide:before,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide:before,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide:before,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide:before,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide:before,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide:before,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide:before,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide:before {
    content: "";
    position: absolute;
    background-color: #44404F;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100%;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title {
    width: 60%;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2 {
    color: #ffffff;
    font-size: 7rem;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-title h2 {
        font-size: 2.2rem;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text {
    color: #ffffff;
    font-size: 1.7rem;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-text {
        font-size: 1.2rem;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
.lang-switcher #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
.lang-switcher #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #000;
    background-color: #ffffff;
    border: none;
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary:hover,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary:hover,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary:hover,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown:hover,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown:hover,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown:hover,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown:hover,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown:hover,
.lang-switcher #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown:hover,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary:hover,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary:hover,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary:hover,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary:hover,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary:hover,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown:hover,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown:hover,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown:hover,
.lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown:hover,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown:hover,
.lang-switcher #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown:hover {
    background-color: #CCB8B4;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
    .lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
    .lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
    .lang-switcher #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.btn-primary,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
    .lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
    .lang-switcher .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button .lang-switcher a.lang-switcher-dropdown,
    .lang-switcher #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .textcontainer .slide-button a.lang-switcher-dropdown {
        font-size: 0.9rem !important;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image {
    width: 100%;
    position: absolute;
    height: 650px;
    left: 0;
    top: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image,
    .content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image,
    .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image,
    #product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image {
        height: 400px;
    }
}

.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image img,
.content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image img,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-header-image .background-color-header-image .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image img,
.content-blocks-container .content-block-section-wrapper.background-color-header-image.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image img,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section .background-color-header-image .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image img,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .container .slick-list .slick-track .slick-slide .slide .slide-content-image img,
.content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider #product-holder .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image img,
#product-holder .content-blocks-container .content-block-section-wrapper.background-color-carousel-section.background-color-carousel-section .carousel-slider .row-product-navigation-bar.sticky .slick-list .slick-track .slick-slide .slide .slide-content-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.content-blocks-container .content-block-section-wrapper.background-color-carousel-section {
    background-color: #203c34;
    padding-top: 0;
}

.content-blocks-container .content-block-section-wrapper .content-block-section.content-block-section-breadcrumb,
.content-blocks-container .content-block-section-wrapper .content-block-section.content-block-section-page-title {
    display: none;
}

.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe .form-content-block-section,
.content-blocks-container .content-block-section-wrapper .content-block.form .form-content-block-section {
    margin-bottom: 15px;
}

.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe h2.content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.form h2.content-block-title {
    text-align: center;
}

.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe .submit-section.text-left,
.content-blocks-container .content-block-section-wrapper .content-block.form .submit-section.text-left {
    text-align: right !important;
}

.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe .form-group,
.content-blocks-container .content-block-section-wrapper .content-block.form .form-group {
    margin-bottom: 30px;
}

.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe .btn-primary,
.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe .lang-switcher .lang-switcher-dropdown,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe .lang-switcher-dropdown,
.content-blocks-container .content-block-section-wrapper .content-block.form .btn-primary,
.content-blocks-container .content-block-section-wrapper .content-block.form .lang-switcher .lang-switcher-dropdown,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.form .lang-switcher-dropdown {
    width: 100%;
}

.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe input[type=text],
.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe input[type=email],
.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe input[type=password],
.content-blocks-container .content-block-section-wrapper .content-block.mailing-subscribe textarea,
.content-blocks-container .content-block-section-wrapper .content-block.form input[type=text],
.content-blocks-container .content-block-section-wrapper .content-block.form input[type=email],
.content-blocks-container .content-block-section-wrapper .content-block.form input[type=password],
.content-blocks-container .content-block-section-wrapper .content-block.form textarea {
    border: none;
    border-bottom: 1px solid #000;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text,
.content-blocks-container .content-block-section-wrapper .content-block.text {
    color: #44404F;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.image-text .content-block-content .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.text .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.text .content-block-content .content-block-text {
    color: #44404F;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text .content-block-button a.btn-primary,
.content-blocks-container .content-block-section-wrapper .content-block.image-text .content-block-button .lang-switcher a.lang-switcher-dropdown,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.image-text .content-block-button a.lang-switcher-dropdown,
.content-blocks-container .content-block-section-wrapper .content-block.text .content-block-button a.btn-primary,
.content-blocks-container .content-block-section-wrapper .content-block.text .content-block-button .lang-switcher a.lang-switcher-dropdown,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.text .content-block-button a.lang-switcher-dropdown {
    padding: 8px 12px;
    background: #ffffff;
    color: #44404F;
    border-radius: 0;
    border: 2px solid #44404F;
    min-width: 220px;
    font-size: 1.2rem !important;
    font-family: "Cormorant Garamond", serif;
    transition: background 500ms;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text .content-block-button a.btn-primary:hover,
.content-blocks-container .content-block-section-wrapper .content-block.image-text .content-block-button .lang-switcher a.lang-switcher-dropdown:hover,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.image-text .content-block-button a.lang-switcher-dropdown:hover,
.content-blocks-container .content-block-section-wrapper .content-block.text .content-block-button a.btn-primary:hover,
.content-blocks-container .content-block-section-wrapper .content-block.text .content-block-button .lang-switcher a.lang-switcher-dropdown:hover,
.lang-switcher .content-blocks-container .content-block-section-wrapper .content-block.text .content-block-button a.lang-switcher-dropdown:hover {
    color: #ffffff;
    background: #2c2933;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-green,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-green {
    background-color: #203c34;
    color: #FFFFFF;
    box-shadow: none;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-green .content-block-content,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-green .content-block-content {
    box-shadow: none;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-green .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-green .content-block-content .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-green .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-green .content-block-content .content-block-text {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-green .content-block-content .content-block-text a,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-green .content-block-content .content-block-text a {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-gray,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-gray {
    background-color: #44404F;
    color: #FFFFFF;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-gray .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-gray .content-block-content .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-gray .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-gray .content-block-content .content-block-text {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.dark-gray .content-block-content .content-block-text a,
.content-blocks-container .content-block-section-wrapper .content-block.text.dark-gray .content-block-content .content-block-text a {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.green,
.content-blocks-container .content-block-section-wrapper .content-block.text.green {
    background-color: #70A288;
    color: #FFFFFF;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.green .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.image-text.green .content-block-content .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.text.green .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.text.green .content-block-content .content-block-text {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.pink,
.content-blocks-container .content-block-section-wrapper .content-block.text.pink {
    background-color: #CCB8B4;
    color: #44404F;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.pink .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.image-text.pink .content-block-content .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.text.pink .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.text.pink .content-block-content .content-block-text {
    color: #44404F;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.white,
.content-blocks-container .content-block-section-wrapper .content-block.text.white {
    background-color: #ffffff;
    color: #44404F;
    box-shadow: none;
}

.content-blocks-container .content-block-section-wrapper .content-block.image-text.white .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.image-text.white .content-block-content .content-block-text,
.content-blocks-container .content-block-section-wrapper .content-block.text.white .content-block-content .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.text.white .content-block-content .content-block-text {
    color: #44404F;
}

.content-blocks-container .content-block-section-wrapper .content-block.image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

.content-blocks-container .content-block-section-wrapper .content-block.image:hover::before {
    content: none;
}

.content-blocks-container .content-block-section-wrapper .content-block.image .content-block-title,
.content-blocks-container .content-block-section-wrapper .content-block.image .content-block-title.has-url {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.62);
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50% -50%);
    z-index: 2;
    bottom: initial;
    background-color: transparent;
    color: #ffffff;
    font-size: 3rem;
    width: 100%;
}

@media (max-width: 767.98px) {
    .content-blocks-container .content-block-section-wrapper .content-block.image .content-block-title,
    .content-blocks-container .content-block-section-wrapper .content-block.image .content-block-title.has-url {
        font-size: 2rem;
    }
}

.content-blocks-container .content-block-section-wrapper .content-block.image .content-block-title a,
.content-blocks-container .content-block-section-wrapper .content-block.image .content-block-title.has-url a {
    color: #ffffff;
}

.content-blocks-container .content-block-section-wrapper .content-block.products-by-properties .content-block-content .group-product {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 15px;
}

.content-blocks-container .content-block-section-wrapper .content-block.products-by-properties .content-block-content .group-product .product-image {
    height: 200px;
    flex: none;
}

.content-blocks-container .content-block-section-wrapper .content-block.products-by-properties .content-block-content .group-product .product-name {
    height: 60px;
}

.content-blocks-container .content-block-section-wrapper .content-block.products-by-properties .content-block-content .group-product .product-price .new-price {
    font-size: 1.6rem;
    font-weight: 600;
}

.group-products .group-product .product-name {
    color: inherit;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.group-products .group-product .add-to-cart-btn {
    font-size: 0.75rem;
}

@media (min-width: 1200px) {
    .group-products .group-product .add-to-cart-btn {
        position: absolute;
        right: 0.5rem;
        bottom: 0.5rem;
    }
}

@media (max-width: 1199.98px) {
    .group-products .group-product .product-btns {
        text-align: right;
    }
}

.filter-menu-categories-wrapper,
#filter-menu-desktop-filters-container {
    box-shadow: none;
    padding-left: 0;
}

.filter-menu-categories-wrapper h3,
#filter-menu-desktop-filters-container h3 {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 0.5rem;
}

.footer .content-block-section-wrapper {
    background-color: #203c34 !important;
    color: #ffffff !important;
}

.footer .content-block-section-wrapper .content-block-column {
    border: none !important;
}

.footer .content-block-section-wrapper .content-block.image::before {
    content: none;
}

.footer .content-block-section-wrapper .content-block.text {
    color: #ffffff;
}

.footer .content-block-section-wrapper .content-block.text .content-block-title {
    color: #CCB8B4;
}

.footer .content-block-section-wrapper .content-block.text .content-block-text {
    color: #ffffff;
}

.footer .content-block-section-wrapper .content-block.text .content-block-text a {
    color: #CCB8B4;
}

.footer .content-block-section-wrapper .content-block.social-media-icons .content-block-title {
    color: #CCB8B4;
}

.footer .content-block-section-wrapper .content-block.social-media-icons .social-media-icons {
    color: #ffffff;
}

.footer .content-block-section-wrapper .content-block.social-media-icons .social-media-icons a.social-media-icon {
    color: #ffffff;
}

.footer h2 {
    font-size: 1.2rem;
}

.footer .content-block,
.footer .content-block-column:not(:last-child) {
    border-color: rgba(77, 80, 88, 0.5);
}

.footer .menu {
    text-align: center;
}

.order-history-item .product {
    border: 1px solid #CCB8B4;
    padding: 15px;
}

.order-history-item .product .product-name {
    text-align: center;
}

.order-history-item .product:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#cart {
    padding-bottom: 1.25rem;
}

#cart .cart-order-btn-container-top {
    display: none;
}

#cart .cart-rows-form .btn-group .btn {
    padding: 0.125rem 0.5rem;
}

#cart .cart-rows-form .btn-group .form-control {
    border-width: 1px 0;
}

#cart .cart-rows-form .input-group-append {
    margin-left: 0;
}

#cart .cart-rows-form .input-group-append .btn {
    padding: 0.275rem 0.75rem;
}

.checkout .checkout-confirmation-information h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.checkout #checkout-confirmation h4 {
    margin-top: 0.75rem;
}

#filter-menu-categories-container {
    padding-top: 15px;
}

#filter-menu-categories-container .filter-menu-categories-wrapper {
    border: 2px solid #ffffff;
    padding: 15px;
    background-color: #44404F;
}

#filter-menu-categories-container .filter-menu-categories-wrapper h3 {
    border: none;
    color: #ffffff;
}

#filter-menu-categories-container .filter-menu-categories-wrapper ul li a {
    color: #ffffff;
}

.shop-title-container {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-title-container h1 {
    font-size: 2.5rem;
    flex: none !important;
}

@media (max-width: 1199.98px) {
    .shop-title-container h1 {
        font-size: 1.8rem;
    }
}

.shop-title-container .col-group-product-count {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #44404F;
    margin-bottom: 10px;
}

#product-holder .product-single .product-image,
#product-holder .product-single .product-thumbnail {
    background-color: transparent;
}

.shop-account-nav h3 {
    background-color: #1D1C22;
    color: #ffffff;
    margin: -10px 0 0.5rem;
    padding: 10px;
}

.order-information h3,
.account-card h3 {
    background-color: #1D1C22;
    color: #ffffff;
    margin: -1.25rem -1.25rem 0.5rem;
    padding: 10px 1.25rem;
}

.profile-addresses h3 {
    background-color: #1D1C22;
    color: #ffffff;
    padding: 10px 1.25rem;
}

.shop-main-menu-item .three-levels .menu-level-1 &gt; .shop-menu-category &gt; .shop-menu-category-link:hover {
    background-color: #CCB8B4;
}

.btn-outline-secondary {
    color: #44404F;
    border-color: #44404F;
}

.btn-outline-secondary:hover {
    background-color: #44404F;
    color: #ffffff;
}

</pre></body></html>