/** Shopify CDN: Minification failed

Line 18018:13 Expected ":"

**/
@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e91d28;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #979797;
    --gray-dark: #333333;
    --primary: #313131;
    --secondary: #fff;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #e91d28;
    --light: #ebebeb;
    --dark: #333333;
    --black: #000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1800px;
    --font-family-sans-serif: "Brandon Text", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.3;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

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

body {
    margin: 0;
    font-family: "Brandon Text", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #313131;
    text-align: left;
    background-color: #fff;
    text-rendering: optimizeLegibility;
}

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

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

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

ol ol,
ol ul,
ul ol,
ul ul {
    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: #313131;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0b0b0b;
    text-decoration: underline;
}

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

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

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

pre {
    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: #979797;
    text-align: left;
    caption-side: bottom;
}

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

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

button {
    border-radius: 0;
}

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

button,
input,
optgroup,
select,
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;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
    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;
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
}

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,
.h4,
.h5,
.h6,
h1,
h2,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.1;
}

.h3,
h3 {
    font-family: "Brandon Text", sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

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

@media (max-width: 1200px) {

    .h1,
    h1 {
        font-size: calc(1.3958rem + 1.7496vw);
    }
}

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

@media (max-width: 1200px) {

    .h2,
    h2 {
        font-size: calc(1.3542rem + 1.2504vw);
    }
}

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

@media (max-width: 1200px) {

    .h3,
    h3 {
        font-size: calc(1.2875rem + 0.45vw);
    }
}

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

@media (max-width: 1200px) {

    .h4,
    h4 {
        font-size: calc(1.275rem + 0.3vw);
    }
}

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

@media (max-width: 1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
}

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

@media (max-width: 1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
}

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

@media (max-width: 1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
}

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

@media (max-width: 1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hr--guest {
    margin-bottom: 2rem;
}

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

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

.blockquote-footer::before {
    content: "— ";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

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

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #1a1a1a;
    border-radius: 0.25rem;
}

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

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

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

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

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

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

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

@media (min-width: 1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1770px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.col-auto {
    flex: 0 0 auto;
    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;
        max-width: 100%;
    }

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

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

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

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

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

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

    .col-sm-auto {
        flex: 0 0 auto;
        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 {
        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;
        max-width: 100%;
    }

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

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

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

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

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

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

    .col-md-auto {
        flex: 0 0 auto;
        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;
        max-width: 100%;
    }

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

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

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

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

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

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

    .col-lg-auto {
        flex: 0 0 auto;
        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;
        max-width: 100%;
    }

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

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

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

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

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

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

    .col-xl-auto {
        flex: 0 0 auto;
        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%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-black,
.table-black>td,
.table-black>th {
    background-color: #b8b8b8;
}

.table-black tbody+tbody,
.table-black td,
.table-black th,
.table-black thead th {
    border-color: #7a7a7a;
}

.table-hover .table-black:hover {
    background-color: #ababab;
}

.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
    background-color: #ababab;
}

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #333;
    border-color: #464646;
}

.table .thead-light th {
    color: #d2d2d2;
    background-color: #e0e0e0;
    border-color: #e9ecef;
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #464646;
}

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

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

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

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

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

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

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

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

    .table-responsive-lg>.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>.table-bordered {
        border: 0;
    }
}

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.3em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #d2d2d2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid grey;
    border-radius: 0.25rem;
    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 #d2d2d2;
}

.form-control:focus {
    color: #d2d2d2;
    background-color: #fff;
    border-color: #717171;
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.25); */
    box-shadow: none;
}

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

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

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

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

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

select.form-control[multiple],
select.form-control[size] {
    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>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.3em + 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='%2328a745' 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.325em + 0.1875rem) center;
    background-size: calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    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='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem / calc(0.65em + 0.375rem) calc(0.65em + 0.375rem) no-repeat;
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #fff;
    background-color: rgba(233, 29, 40, 0.9);
    border-radius: 0.25rem;
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #e91d28;
    padding-right: calc(1.3em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E91D28' 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='%23E91D28' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.325em + 0.1875rem) center;
    background-size: calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #e91d28;
    box-shadow: 0 0 0 0.2rem rgba(233, 29, 40, 0.25);
}

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #e91d28;
    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='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E91D28' 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='%23E91D28' stroke='none'/%3e%3c/svg%3e") center right 1.75rem / calc(0.65em + 0.375rem) calc(0.65em + 0.375rem) no-repeat;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #e91d28;
    box-shadow: 0 0 0 0.2rem rgba(233, 29, 40, 0.25);
}

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(233, 29, 40, 0.25);
}

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #e91d28;
    box-shadow: 0 0 0 0.2rem rgba(233, 29, 40, 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 .custom-select,
    .form-inline .input-group {
        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-family: "Brandon Text", sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.11em 1.29em;
    font-size: 2.208rem;
    line-height: 1.2;
    border-radius: 0px;
    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;
}

.btn.btn_message {
    background-color: black;
}

@media (max-width: 1200px) {
    .btn {
        font-size: calc(1.3458rem + 1.1496vw);
    }
}

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

@media (max-width: 1799.98px) {
    .btn {
        font-size: calc(1.7rem + 0.43vw);
        background-color: black;
    }
}

@media (max-width: 1199.98px) {
    .btn {
        font-size: calc(1.4rem + 0.43vw);
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .btn {
        font-size: calc(0.9rem + 0.1vw);
    }
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #181818;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #181818;
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

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

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

.btn-secondary {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

.btn-secondary:hover {
    color: #1a1a1a;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #1a1a1a;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

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

.btn-warning {
    color: #1a1a1a;
    background-color: #ffc107;
    border-color: #ffc107;
}

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

.btn-warning.focus,
.btn-warning:focus {
    color: #1a1a1a;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #1a1a1a;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #cc141e;
    border-color: #c0131c;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #cc141e;
    border-color: #c0131c;
    box-shadow: 0 0 0 0.2rem rgba(236, 63, 72, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 63, 72, 0.5);
}

.btn-light {
    color: #1a1a1a;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.btn-light:hover {
    color: #1a1a1a;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
}

.btn-light.focus,
.btn-light:focus {
    color: #1a1a1a;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #1a1a1a;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #1a1a1a;
    background-color: #d2d2d2;
    border-color: #cbcbcb;
}

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a;
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

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

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

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

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black.focus,
.btn-black:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

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

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

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

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

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

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

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

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

.btn-outline-primary:focus {
    background-color: #313131;
    border-color: #313131;
}

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

.btn-outline-secondary:hover {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

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

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

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

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

.btn-outline-secondary:focus {
    background-color: #313131;
    border-color: #313131;
}

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

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

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:focus {
    background-color: #313131;
    border-color: #313131;
}

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

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

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

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

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

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

.btn-outline-info:focus {
    background-color: #313131;
    border-color: #313131;
}

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

.btn-outline-warning:hover {
    color: #1a1a1a;
    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,
.show>.btn-outline-warning.dropdown-toggle {
    color: #1a1a1a;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:focus {
    background-color: #313131;
    border-color: #313131;
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 29, 40, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 29, 40, 0.5);
}

.btn-outline-danger:focus {
    background-color: #313131;
    border-color: #313131;
}

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

.btn-outline-light:hover {
    color: #1a1a1a;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

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

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

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

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

.btn-outline-light:focus {
    background-color: #313131;
    border-color: #313131;
}

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

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

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

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

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-dark:focus {
    background-color: #313131;
    border-color: #313131;
}

.btn-outline-black {
    color: #000;
    border-color: #000;
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

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

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #000;
    background-color: transparent;
}

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

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

.btn-outline-black:focus {
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-primary {
    box-shadow: none !important;
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-primary:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-primary.focus,
.btn-extra-primary:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

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

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

.btn-extra-primary:not(:disabled):not(.disabled).active:focus,
.btn-extra-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-extra-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

.btn-extra-secondary {
    box-shadow: none !important;
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

.btn-extra-secondary:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-secondary.focus,
.btn-extra-secondary:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-extra-secondary.disabled,
.btn-extra-secondary:disabled {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

.btn-extra-secondary:not(:disabled):not(.disabled).active,
.btn-extra-secondary:not(:disabled):not(.disabled):active,
.show>.btn-extra-secondary.dropdown-toggle {
    color: #1a1a1a;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-extra-secondary:not(:disabled):not(.disabled).active:focus,
.btn-extra-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-extra-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-extra-success {
    box-shadow: none !important;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-extra-success:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-success.focus,
.btn-extra-success:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-extra-success.disabled,
.btn-extra-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-extra-success:not(:disabled):not(.disabled).active,
.btn-extra-success:not(:disabled):not(.disabled):active,
.show>.btn-extra-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-extra-success:not(:disabled):not(.disabled).active:focus,
.btn-extra-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-extra-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-extra-info {
    box-shadow: none !important;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-extra-info:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-info.focus,
.btn-extra-info:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

.btn-extra-warning {
    box-shadow: none !important;
    color: #1a1a1a;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-extra-warning:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-warning.focus,
.btn-extra-warning:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}

.btn-extra-warning.disabled,
.btn-extra-warning:disabled {
    color: #1a1a1a;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-extra-warning:not(:disabled):not(.disabled).active,
.btn-extra-warning:not(:disabled):not(.disabled):active,
.show>.btn-extra-warning.dropdown-toggle {
    color: #1a1a1a;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-extra-warning:not(:disabled):not(.disabled).active:focus,
.btn-extra-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-extra-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
}

.btn-extra-danger {
    box-shadow: none !important;
    color: #fff;
    background-color: #e91d28;
    border-color: #e91d28;
}

.btn-extra-danger:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-danger.focus,
.btn-extra-danger:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(236, 63, 72, 0.5);
}

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

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

.btn-extra-danger:not(:disabled):not(.disabled).active:focus,
.btn-extra-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-extra-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 63, 72, 0.5);
}

.btn-extra-light {
    box-shadow: none !important;
    color: #1a1a1a;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.btn-extra-light:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-light.focus,
.btn-extra-light:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-extra-light.disabled,
.btn-extra-light:disabled {
    color: #1a1a1a;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.btn-extra-light:not(:disabled):not(.disabled).active,
.btn-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-extra-light.dropdown-toggle {
    color: #1a1a1a;
    background-color: #d2d2d2;
    border-color: #cbcbcb;
}

.btn-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-extra-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-extra-dark {
    box-shadow: none !important;
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-extra-dark:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-dark.focus,
.btn-extra-dark:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-extra-dark.disabled,
.btn-extra-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

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

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

.btn-extra-black {
    box-shadow: none !important;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-extra-black:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-extra-black.focus,
.btn-extra-black:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-extra-black.disabled,
.btn-extra-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-extra-black:not(:disabled):not(.disabled).active,
.btn-extra-black:not(:disabled):not(.disabled):active,
.show>.btn-extra-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-extra-black:not(:disabled):not(.disabled).active:focus,
.btn-extra-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-extra-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

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

.btn-primary:hover {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

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

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

.btn-primary:hover {
    color: #313131;
}

.btn-primary .focus,
.btn-primary:focus {
    color: #313131;
}

.btn-secondary {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
    color: #313131;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-secondary:hover {
    color: #fff;
}

.btn-secondary .focus,
.btn-secondary:focus {
    color: #fff;
}

.btn-dark {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

.btn-dark:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
}

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

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

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

.btn-link:hover {
    color: #0b0b0b;
    text-decoration: underline;
}

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

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

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.225em 1.25em;
    font-size: 2.208rem;
    line-height: 1;
    border-radius: 0.125em;
}

@media (max-width: 1200px) {

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: calc(1.3458rem + 1.1496vw);
    }
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    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 {
    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: 1rem;
    color: #1a1a1a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

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

.dropdown-menu-right {
    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;
    }
}

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

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

.dropup .dropdown-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 {
    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 {
    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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0d0d0d;
    text-decoration: none;
    background-color: #e0e0e0;
}

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

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

.dropdown-menu.show {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle-split {
    padding-right: 0.9675em;
    padding-left: 0.9675em;
}

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

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

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

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

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

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

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

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

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

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

.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"] {
    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>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    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: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #d2d2d2;
    text-align: center;
    white-space: nowrap;
    background-color: #e0e0e0;
    border: 1px solid grey;
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.25);
}

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

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

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

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

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

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

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

.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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(49, 49, 49, 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.15rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #999;
    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: #fff;
    transform: translateX(0.75rem);
}

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

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

.custom-select:focus {
    border-color: #717171;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.25);
}

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

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

.custom-select:disabled {
    color: #979797;
    background-color: #e0e0e0;
}

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

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

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

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

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #717171;
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.25);
}

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

.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.3em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.3;
    color: #d2d2d2;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #8a8a8a;
}

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

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

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

.custom-range::-moz-range-thumb:active {
    background-color: #8a8a8a;
}

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

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

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

.custom-range::-ms-thumb:active {
    background-color: #8a8a8a;
}

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

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

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

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

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

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

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

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

.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:focus,
.nav-link:hover {
    text-decoration: none;
}

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

.nav-tabs {
    border-bottom: 1px solid #e9ecef;
}

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

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #d2d2d2;
    background-color: #fff;
    border-color: #e9ecef #e9ecef #fff;
}

.nav-tabs .dropdown-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 .show>.nav-link {
    color: #fff;
    background-color: #313131;
}

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

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

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

.tab-content>.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 .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl,
.navbar .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

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

.navbar-brand:focus,
.navbar-brand:hover {
    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 {
    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.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

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

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

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

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl,
    .navbar-expand-sm>.container-xxl {
        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 {
        position: absolute;
    }

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

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

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

    .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>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl,
    .navbar-expand-md>.container-xxl {
        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 {
        position: absolute;
    }

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

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

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

    .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>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl,
    .navbar-expand-lg>.container-xxl {
        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 {
        position: absolute;
    }

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

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

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

    .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>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl,
    .navbar-expand-xl>.container-xxl {
        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 {
        position: absolute;
    }

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

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

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

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

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

@media (max-width: 1799.98px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:focus,
.navbar-light .navbar-brand:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    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:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    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 .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

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

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

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.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>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    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-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;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
    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 {
    margin-bottom: 15px;
}

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

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

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

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

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

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

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

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

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

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

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

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #979797;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #979797;
}

.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: #313131;
    background-color: #fff;
    border: 1px solid #e9ecef;
}

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

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 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 {
    z-index: 3;
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.page-item.disabled .page-link {
    color: #979797;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #e9ecef;
}

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

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

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

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

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

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

.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:focus,
a.badge:hover {
    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: #fff;
    background-color: #313131;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #181818;
}

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

.badge-secondary {
    color: #1a1a1a;
    background-color: #fff;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #1a1a1a;
    background-color: #e6e6e6;
}

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

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    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: #1a1a1a;
    background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #1a1a1a;
    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: #fff;
    background-color: #e91d28;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #c0131c;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(233, 29, 40, 0.5);
}

.badge-light {
    color: #1a1a1a;
    background-color: #ebebeb;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #1a1a1a;
    background-color: #d2d2d2;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #333;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1a1a1a;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-black {
    color: #fff;
    background-color: #000;
}

a.badge-black:focus,
a.badge-black:hover {
    color: #fff;
    background-color: #000;
}

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e0e0e0;
    border-radius: 0.125em;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    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: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #191919;
    background-color: #d6d6d6;
    border-color: #c5c5c5;
}

.alert-primary hr {
    border-top-color: #b8b8b8;
}

.alert-primary .alert-link {
    color: #000;
}

.alert-secondary {
    color: #858585;
    background-color: #fff;
    border-color: #fff;
}

.alert-secondary hr {
    border-top-color: #f2f2f2;
}

.alert-secondary .alert-link {
    color: #6c6c6c;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.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 {
    color: #790f15;
    background-color: #fbd2d4;
    border-color: #f9c0c3;
}

.alert-danger hr {
    border-top-color: #f7a9ad;
}

.alert-danger .alert-link {
    color: #4c090d;
}

.alert-light {
    color: #7a7a7a;
    background-color: #fbfbfb;
    border-color: #f9f9f9;
}

.alert-light hr {
    border-top-color: #ececec;
}

.alert-light .alert-link {
    color: #616161;
}

.alert-dark {
    color: #1b1b1b;
    background-color: #d6d6d6;
    border-color: #c6c6c6;
}

.alert-dark hr {
    border-top-color: #b9b9b9;
}

.alert-dark .alert-link {
    color: #020202;
}

.alert-black {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8;
}

.alert-black hr {
    border-top-color: #ababab;
}

.alert-black .alert-link {
    color: #000;
}

@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.75rem;
    background-color: #e0e0e0;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #313131;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: 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: #d2d2d2;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #d2d2d2;
    text-decoration: none;
    background-color: #ebebeb;
}

.list-group-item-action:active {
    color: #1a1a1a;
    background-color: #e0e0e0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #979797;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1800px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #191919;
    background-color: #c5c5c5;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #191919;
    background-color: #b8b8b8;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
}

.list-group-item-secondary {
    color: #858585;
    background-color: #fff;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #790f15;
    background-color: #f9c0c3;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #790f15;
    background-color: #f7a9ad;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #790f15;
    border-color: #790f15;
}

.list-group-item-light {
    color: #7a7a7a;
    background-color: #f9f9f9;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7a7a7a;
    background-color: #ececec;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.list-group-item-dark {
    color: #1b1b1b;
    background-color: #c6c6c6;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1b1b;
    background-color: #b9b9b9;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.list-group-item-black {
    color: #000;
    background-color: #b8b8b8;
}

.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
    color: #000;
    background-color: #ababab;
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

@media (max-width: 1200px) {
    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    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);
    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: #979797;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.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: 1rem;
    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-footer,
.modal-dialog-scrollable .modal-header {
    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: 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: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.125em;
    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: .7;
}

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

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

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

.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 #e9ecef;
    border-bottom-right-radius: calc(0.125em - 1px);
    border-bottom-left-radius: calc(0.125em - 1px);
}

.modal-footer>* {
    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: min-content;
    }

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

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Brandon Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    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.875rem;
    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-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-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: #fff;
    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: "Brandon Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    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.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.125em;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.125em;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="top"]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.125em 0;
}

.bs-popover-auto[x-placement^="right"]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.125em 0;
}

.bs-popover-auto[x-placement^="left"]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.125em - 1px);
    border-top-right-radius: calc(0.125em - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #1a1a1a;
}

.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%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

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

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

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

    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: 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: #fff;
    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 {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@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%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@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;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

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

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
    background-color: black !important;
}

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

.bg-black {
    background-color: #000 !important;
}

a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
    background-color: #000 !important;
}

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

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

.border {
    border: 1px solid #e9ecef !important;
}

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

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

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

.border-left {
    border-left: 1px solid #e9ecef !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: #313131 !important;
}

.border-secondary {
    border-color: #fff !important;
}

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

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

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

.border-danger {
    border-color: #e91d28 !important;
}

.border-light {
    border-color: #ebebeb !important;
}

.border-dark {
    border-color: #333 !important;
}

.border-black {
    border-color: #000 !important;
}

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

.rounded-sm {
    border-radius: 0.25rem !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.125em !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 (min-width: 1800px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

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

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

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

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

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-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 embed,
.embed-responsive iframe,
.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;
    }
}

@media (min-width: 1800px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xxl-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;
    }
}

@media (min-width: 1800px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

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

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

.user-select-none {
    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: 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: sticky) {
    .sticky-top {
        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;
    }
}

@media (min-width: 1800px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

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

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

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

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

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-xxl-0 {
        padding: 0 !important;
    }

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

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

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

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

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xxl-auto {
        margin: auto !important;
    }

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

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

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

    .ml-xxl-auto,
    .mx-xxl-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;
    }
}

@media (min-width: 1800px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #313131 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0b0b0b !important;
}

.text-secondary {
    color: #fff !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #d9d9d9 !important;
}

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

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}

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

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}

.text-danger {
    color: #e91d28 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a91019 !important;
}

.text-light {
    color: #ebebeb !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #c5c5c5 !important;
}

.text-dark {
    color: #333 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #0d0d0d !important;
}

.text-black {
    color: #000 !important;
}

a.text-black:focus,
a.text-black:hover {
    color: #000 !important;
}

.text-body {
    color: #1a1a1a !important;
}

.text-muted {
    color: #979797 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    ::after,
    ::before {
        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;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

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

    .table-dark {
        color: inherit;
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #e9ecef;
    }
}

html {
    font-size: 100%;
}

@font-face {
    font-family: "Brandon Text";
    src: url(BrandonText-Thin.woff2) format("woff2"), url(BrandonText-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Text";
    src: url(BrandonText-Regular.woff2) format("woff2"), url(BrandonText-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Text";
    src: url(BrandonText-Light.woff2) format("woff2"), url(BrandonText-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Text";
    src: url(BrandonGrotesque-Medium.woff2) format("woff2"), url(BrandonGrotesque-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brandon Text";
    src: url(BrandonText-Bold.woff2) format("woff2"), url(BrandonText-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: times_new_roman_cyrbold;
    src: url(times_new_roman_bold-webfont.woff2) format("woff2"), url(times_new_roman_bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Times New Roman";
    font-weight: normal;
    src: url(times_new_roman-webfont.woff2) format("woff2"), url(times_new_roman-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "futurabook";
    src: url(futura_book_font-webfont.woff2) format("woff2"), url(futura_book_font-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "futurabook";
    src: url(Futura-Medium.woff2) format("woff2"), url(Futura-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "futurabook";
    src: url(FuturaBT-Light.woff2) format("woff2"), url(FuturaBT-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

.container-fluid--mod {
    top: 0 !important;
}

.row--0 {
    margin-left: 0;
    margin-right: 0;
}

.col--0 {
    padding-left: 0;
    padding-right: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

input[type="email"],
input[type="password"],
input[type="text"],
textarea {
    -webkit-appearance: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}

.row--center {
    justify-content: center;
}

img,
svg {
    transition: all 0.3s ease;
}

.btn-auto {
    width: auto;
    max-width: initial;
}

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

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

@-webkit-keyframes slowRevealation {
    0% {
        opacity: 0;
        background: rgba(232, 248, 231, 0.7);
    }

    100% {
        opacity: 1;
        background: #174bdd;
    }
}

@keyframes slowRevealation {
    0% {
        opacity: 0;
        background: rgba(232, 248, 231, 0.7);
    }

    100% {
        opacity: 1;
        background: #174bdd;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rotating {
    0% {
        transform: perspective(1000px) rotateY(0);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

.svg-icon {
    width: 100%;
    height: 100%;
    display: block;
}

.svg-span {
    display: inline-block;
}

.hover_x {
    font-family: "Brandon Text", sans-serif !important;
    font-weight: 700;
}

.hover_x .span-wrap span.money::after {
    font-weight: 300;
    padding: 0 7px;
    content: "|";
    color: #fff;
}

.img-bg-gray {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 30px;
}

.img-bg-gray .img-drop {
    padding-top: 100%;
}

.img-bg-gray .img-drop::before {
    content: "";
    background: #f8f6f4;
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
}

.img-drop {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.img-drop img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.img-drop img {}

.title-about {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.title-about.full-width {
    max-width: none;
}

.title-about.line-left {
    padding-left: 60px;
    line-height: 21px;
    margin-left: 0;
}

.title-about.line-left::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 45px;
    height: 1px;
    background: #979797;
}

.title-about.title-about-biggap {
    margin-bottom: 50px;
}

/* body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: unset !important;
    -webkit-text-size-adjust: auto;
} */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 50%;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    transform: translateY(-50%);
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
    padding-top: 10px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.banner-notice {
    padding: 6px 15px;
}

@media (max-width: 576px) {
    .banner-notice {
        padding: 10px 15px;
    }
}

.banner-notice__message p {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #fff;
}

.site-header .group_title {
    font-size: 14px;
    letter-spacing: 1px;
}

.site-header .sticky-menu {
    height: initial !important;
}

.site-header .site-nav__link-main {
    font-family: "Brandon Text", sans-serif;
    padding: 14px 14px;
    background-color: #ebebeb;
    color: #313131;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    letter-spacing: 1px;
    display: flex;
    height: 100%;
    align-items: center;
}

.site-header .site-nav__link-main:hover {
    background: #e0e0e0;
    color: #000;
}

.site-header .site-nav li {
    margin-right: 0;
    display: block;
}

.site-header .site-nav--has-dropdown-link {
    font-family: "Brandon Text", sans-serif;
    padding: 15px 14px;
    background-color: #ebebeb;
    color: #313131;
    font-weight: 700;
    letter-spacing: 1px;
}

.site-header .site-nav--has-dropdown-link:hover {
    background: #e0e0e0;
    color: #000;
}

.site-header .site-nav--has-dropdown-link[title="Offers & Gifts"] {
    color: #00c04b; 
 
  }
  .site-header .site-nav--has-dropdown-link[title="Offers & Gifts"]:hover, 
  .site-header .site-nav--has-dropdown-link[title="Offers & Gifts"]:focus,
  .site-nav>li:hover>a.site-nav--has-dropdown-link[title="Offers & Gifts"],
  .site-nav>li:focus>a.site-nav--has-dropdown-link[title="Offers & Gifts"] {
    color: #00c04b !important; 

  }
  

.site-header .site-nav--has-dropdown .dropdown_menu {
    padding-top: 0;
    top: calc(100% - 0px);
    z-index: 10;
}

.site-header .site-nav--has-dropdown:hover .dropdown_menu {
    padding-top: 0;
    top: calc(100% - 0px);
}

.site-header .site-nav--has-dropdown.hasMegaMenu:hover .dropdown_menu {
    padding-top: 0;
    top: calc(100% - 0px);
}

.site-header .site-nav--has-dropdown.hasMegaMenu .site-nav__dropdown {
    padding: 0;
    min-height: 500px;
    background: #fafafa;
}

.site-header__wrapper__center,
.site-header__wrapper__left,
.site-header__wrapper__right {
    flex: 1 1 100%;
}

.site-header__wrapper__left .contentsticky_logo {
    margin-left: 20px;
}

.site-header__inner.logo_above .site-header__wrapper {
    /* padding:15px; */
    padding: 12px 15px;
    position: relative;
    transition: all 0.5s ease;
    border-bottom: 1px solid #ebebeb;
}

/* @media (min-width: 1460px) {
    .site-header__inner.logo_above .site-header__wrapper {
        padding: 13px 15px;
    }
} */

.site-header__inner.logo_above .site-header__nav-standalone {
    background-color: #ebebeb;
}

.site-header__inner.logo_above .site-header__nav-standalone,
.site-header__inner.logo_above .site-header__wrapper {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .site-header__inner.logo_above .site-header__wrapper {
        padding-right: 50px;
        padding-left: 50px;
        /* background-color: yellow; */
    }
}



.site-header .contentsticky_item__child:not(:last-child) {
    margin-left: 30px;
}

.site-header .megaMenu>.container_90 {
    /* background-color: red; */
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.site-header .megaMenu .d-product {
    border-left: 1px solid #ebebeb;
    padding-top: 38px;
    padding-bottom: 38px;
}

.site-header .megaMenu .menu_pr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-header .megaMenu .menu_pr__megamenu-img-link {
    position: relative;
    margin-bottom: 15px;
    width: 50%;
}

.site-header .megaMenu .menu_pr__megamenu-img-link::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
}

.site-header .megaMenu .menu_pr__megamenu-img-link:hover::after {
    background-color: #e0e0e0;
    opacity: 0.4;
}

.site-header .megaMenu .menu_pr__title-product {
    font-weight: 600;
}

.site-header .megaMenu .menu_pr__title {
    margin-top: 15px;
    font-family: "Brandon Text", sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .site-header .megaMenu .menu_pr__title {
        font-size: 15px;
    }
}

.site-header .megaMenu .menu_pr__para {
    max-width: 100%;
    /* width: 250px; */
    font-size: 14px;
    font-family: "futurabook";
    margin-top: 12px;
    padding: 0 40px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .site-header .megaMenu .menu_pr__para {
        font-size: 15px;
        line-height: 1.3;

    }
}

.site-header .megaMenu .menu_pr .title-product {
    margin-bottom: 0;
}

/* .site-header .megaMenu .menuCol {
    padding-top: 12px;
} */

.site-header .megaMenu__collection-title-block {
    padding: 15px 100px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    display: none !important;
}

.megaMenu-childrens.divider {
    background: white;
    padding: 0;
}
.c-megaMenu__cat-wrap {
    background: white;
    padding: 3rem 3rem 3rem 8rem;
    margin-right: 1rem;
    width: 25%;
}
.megamenu-image-container-class{
    width: 75%;
    display: flex;
}
.megaMenu-content {
    padding: 45px 50px;
}
.megaMenu-childrens {
    /* padding-left: 100px;
    padding-right: 100px; */
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
}
.megaMenu-image-title-txt {
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .megaMenu-childrens {
        padding-left: 100px;
        padding-right: 100px;
        flex-direction: row;
    }
}
.site-header .megaMenu__collection-title {
    margin-right: 20px;
    padding-right: 20px;
    font-family: "Times New Roman";
    font-weight: normal;
    font-weight: 400;
    color: #212529;
    position: relative;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}


@media (min-width: 992px) {
    .site-header .megaMenu__collection-title {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .site-header .megaMenu__collection-title {
        font-size: 24px;
    }
}

.site-header .megaMenu__collection-title::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #d2d2d2;
}

.site-header .megaMenu__collection-widget {
    color: #212529;
    /*   font-family: "futurabook"; */
    font-size: 14px;
    line-height: 1;
}


@media (min-width: 1200px) {
    .site-header .megaMenu__collection-widget {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .dropdown_menu .site-nav__dropdown.megaMenu .menuGroup .menuCol {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .dropdown_menu .site-nav__dropdown.megaMenu .menuGroup .menuCol.dsktop-mega-content{
        display: none;


    }


    .dropdown_menu .site-nav__dropdown.megaMenu .menuGroup .menuCol.mob{
            margin: 0 15px;
    width: auto;
    }

    .dropdown_menu .site-nav__dropdown.megaMenu .menuGroup .menuCol.mob{
        background-color: #ebebeb;
        min-height: auto;
    }


    .group_title {
        line-height: 1;
        /* background-color: yellow; */
    }
}

@media (max-width: 1199.98px) {
    .site-nav--has-dropdown .site-nav__dropdown ul>li.menuTitle {
        margin-bottom: 0;
    }
}

@media (max-width: 1199.98px) {

    .dropdown_menu .site-nav__dropdown.megaMenu .menuGroup .d-product,
    .dropdown_menu .site-nav__dropdown.megaMenu .menuGroup .megaMenu__collection-widget {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .canvas-menu.drawer-left.mm-wrapper .canvas-header-box {
        padding: 0;
        border-bottom: 1px solid #e6e6e6;
    }
}

@media (max-width: 1199.98px) {
    .canvas-menu.drawer-left.mm-wrapper .mobile-nav__logo-title .mobile-nav__grow {
        text-align: center;
    }
}

@media (max-width: 1199.98px) {
    .canvas-menu.drawer-left.mm-wrapper .site-nav>li>a:not(.mm-next) {
        padding: unset;
    }
}

/* @media screen and (max-width: 1199px) and (min-width: 768px) {
    #AccessibleNav.ver_menu {
        padding-top: 45px;
    }
} */

#AccessibleNav .close_navbar {
    position: absolute;
    width: 30px;
    height: auto;
    color: #000;
    z-index: 999;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

a.btn.view_all_brands {
    background: unset;
    border: 1px solid #0c0c0c;
    padding: 10px 15px;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    font-family: "Brandon Text", sans-serif !important;
}

a.btn.view_all_brands:hover {
    border: 1px solid #313131;
}

.site-header__cart-count {
    line-height: 14px !important;
}

/* @media (min-width: 992px) {
    .site-nav--has-dropdown .site-nav__dropdown ul>li.menuTitle>a {
        color: #313131 !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        letter-spacing: 1.5px !important;
    }
} */

.site-nav--has-dropdown .site-nav__dropdown ul>li.menuTitle> div > a {
    font-weight: 700 !important;
}

.site-header__search .search-button {
    font-weight: 300;
}

.announcement-bar__message p {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.site-header h3.megaMenu__collection-title {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .site-nav__dropdown.megaMenu ul.novMenuLinks .row {
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .site-nav__dropdown.megaMenu ul.novMenuLinks .row .col-lg-1 {
        -ms-flex: 0 0 12.333333%;
        flex: 0 0 12.333333%;
        max-width: 180px;
    }
}

.nov-footer footer .footer-layout {
    padding: 0;
}

.nov-footer footer .footer_slogan {
    position: relative;
    padding: 25px 50px 70px;
    /* background-color: blue; */
}

.g-wrapper {
    padding: 0 30px;
}

@media (min-width: 768px) {
    .nov-footer footer .footer_slogan {
        /* padding: 12px 50px; */
        padding: 25px 50px;
    }

    .g-wrapper {
        padding: 0 50px;
    }
}

@media (min-width: 1620px) {
    .nov-footer footer .footer_slogan {
        padding: 22px 310px;
        /* background-color: red !important; */
    }

    .g-wrapper {
        padding: 0 310px;
    }
}

.nov-footer footer .footer_slogan__img {
    position: absolute;
    width: 100%;
}

/* @media (max-width: 767.98px) {
    .nov-footer footer .footer_slogan__img {
        top: -140px;
        left: 97%;
        bottom: -45px;
        transform: translatex(-50%);
        max-width: 90px;
    }
} */

@media (min-width: 992px) {
    .nov-footer footer .footer_slogan__img {
        right: 0;
        top: -60px;
        max-width: 140px;
    }
}

@media (min-width: 1200px) {
    .nov-footer footer .footer_slogan__img {
        right: 0;

    }
}

.nov-footer footer .footer_slogan__pay-img {
    position: relative;
    max-width: 160px;
    text-align: center;
}

@media (min-width: 768px) {
    .nov-footer footer .footer_slogan__pay-img {
        max-width: 230px;
        /* padding-bottom: 10px;
        padding-top: 10px; */
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

.nov-footer footer .footer_slogan__pay-img img {
    width: 100%;
    max-width: 160px;
}

.nov-footer footer .footer_slogan__title-block {
    position: relative;
    line-height: normal;
    flex-wrap: wrap;
    z-index: 1;
    justify-content: center;
}

@media (min-width: 768px) {
    .nov-footer footer .footer_slogan__title-block {
        /* left: 60px; */
        /* max-width: 420px; */
        /* left: 11vw;
        max-width: 330px; */
        /* left: 60px; */
        /* max-width: 420px; */
        left: 6vw;
        max-width: 360px;
        /* background-color: yellow; */
    }
}

@media (min-width: 992px) {
    .nov-footer footer .footer_slogan__title-block {
        left: 14vw;
        max-width: 420px;
    }
}


@media (min-width: 1200px) {
    .nov-footer footer .footer_slogan__title-block {
        max-width: 100%;
        /* left: 80px; */
        left: 50px;
    }
}

.nov-footer footer .footer_slogan__title {
    font-family: "Brandon Text", sans-serif;
    font-size: 18px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 768px) {
    .nov-footer footer .footer_slogan__title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .nov-footer footer .footer_slogan__title {
        font-size: 24px;
    }
}

.nov-footer footer .footer_slogan__sub-title {
    font-size: 1.2rem;
    letter-spacing: 1.3px;
    /* margin-left: 30px; */
    text-align: center;
    font-weight: 400;
    margin-top: .4em;
}

@media (min-width: 1200px) {
    .nov-footer footer .footer_slogan__title {
        font-size: 26px;
    }

    .nov-footer footer .footer_slogan__sub-title {
        margin-top: 0;
        margin-left: 1.5em;
    }
}

.nov-footer footer .footer_slogan__sub-title:hover {
    text-decoration: none;

}

.nov-footer footer .footer_slogan__sub-title .zmdi {
    margin-left: 5px;
    transition: all 200ms ease;
}

.nov-footer footer .footer_slogan__sub-title:hover .zmdi {
    margin-left: 10px;

}

.footer_slogan__wrapper {
    position: relative;
    display: flex;
    width: 100%;
}

/* .nov-footer footer .footer_menu .block-content {
    padding: 90px 0 45px;
}
@media (min-width: 768px) {
    .nov-footer footer .footer_menu .block-content {
        padding: 35px 0 60px;
    }
}
@media (min-width: 992px) {
    .nov-footer footer .footer_menu .block-content {
        padding: 45px 0 60px;
    }
} */
.nov-footer footer .footer_menu .site-footer__linklist>li>a {
    font-family: "Brandon Text", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.nov-footer footer .footer_menu.footer-block.footer-block__1 {
    padding-top: 50px;
    margin-bottom: 60px;
}

.nov-footer footer .footer_newsletter__title-block {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1;
    font-family: "Times New Roman";
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .nov-footer footer .footer_newsletter__title-block {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .nov-footer footer .footer_newsletter__title-block {
        font-size: 38px;
        margin-bottom: 40px;
    }
}

/* .nov-footer footer .footer_newsletter .block-content {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .nov-footer footer .footer_newsletter .block-content {
        margin-bottom: 80px;
    }
} */
.nov-footer footer .footer_newsletter .input-group {
    max-width: 420px;
}

.nov-footer footer .footer_newsletter .contact-form {
    position: relative;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    align-items: center;
}

@media (max-width: 767.98px) {
    .nov-footer footer .footer_newsletter .contact-form {
        flex-direction: column;
        justify-content: center;
    }
}

.nov-footer footer .footer_newsletter .contact-form .errors ul {
    padding-left: 0;
}

.nov-footer footer .footer_newsletter .contact-form .errors ul li {
    color: red;
    padding: 15px 0;
}

/* .nov-footer footer .footer_newsletter input {
    height: 44px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    font-size: 15px;
    text-overflow: ellipsis;
    color: #313131;
    max-width: 420px;
    width: 100%;
    letter-spacing: 1.5px;
    padding: 12px 20px;
}
@media (max-width: 767.98px) {
    .nov-footer footer .footer_newsletter input {
        max-width: 100%;
        margin: 20px;
    }
}
.nov-footer footer .footer_newsletter input::placeholder {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.nov-footer footer .footer_newsletter .input-group__btn {
    position: relative;
    width: calc(100% - 420px);
}
@media (max-width: 767.98px) {
    .nov-footer footer .footer_newsletter .input-group__btn {
        width: max-content;
        margin: auto;
    }
}
.nov-footer  .footer_newsletter .input-group__btn .btn {
    width: 100%;
    background-color: #fff;
    font-size: 15px;
    color: #313131;
    font-family: "Brandon Text", sans-serif;
}
@media (max-width: 767.98px) {
    .nov-footer footer .footer_newsletter .input-group__btn .btn {
        width: max-content;
    }
}
.nov-footer footer .footer_newsletter .input-group__btn .hover_x {
    height: 44px;
    min-height: 44px;
    width: 100%;
}
.nov-footer footer .footer_newsletter .input-group__btn .hover_x span {
    flex: 0 0 initial;
    max-width: max-content;
    font-family: "Brandon Text", sans-serif;
} */
.nov-footer footer .footer_copyright {
    padding: 0;
    padding-bottom: 50px;
    border-top: 0;
    max-width: 210px;
    margin: 0 auto;

}

@media (min-width: 768px) {
    .nov-footer footer .footer_copyright {
        max-width: 100%;
        margin: 0;
        padding-bottom: 20px;
    }
}

.nov-footer footer .footer__social_footer {
    margin-bottom: 20px;
}

.nov-footer footer ul.site-footer__linklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.nov-footer footer li.site-footer__linklist-item {
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
    width: 100%;
    line-height: 1;
}

.nov-footer footer .footer_menu:nth-child(3n) .site-footer__linklist {
    margin-left: -5px;
    margin-right: -5px;
}

.nov-footer footer .footer_menu:nth-child(3n) li.site-footer__linklist-item {
    display: inline-block;
    width: auto;
    padding-right: 5px;
    border-right: 1px black solid;
    padding-left: 5px;
}

.nov-footer footer .footer_menu:nth-child(3n) li.site-footer__linklist-item:last-child {
    border-right: none;
}


/* .nov-footer footer li.site-footer__linklist-item:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
} */
/* .nov-footer footer li.site-footer__linklist-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c4c4c4;
} */
#contact_form .form--success {
    width: 100%;
    text-align: center;
}

.newsletter__submit .hover_x i.zmdi-long-arrow-right {
    visibility: visible !important;
    opacity: 1 !important;
    padding-left: 5px !important;
}

/* #popupAlert .modal-content {
    background-color: #fff !important;
} */
/* #popupAlert .modal-content .alert-success {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
} */
/* #popupAlert .modal-content .download_ebook {
    width: fit-content;
    width: max-content;
    margin: auto;
    font-size: 14px;
    font-family: "Brandon Text", sans-serif;
} */
.modal .respone_image img {
    height: 100%;
}

.modal--popup-subscribe {
    z-index: 999999;
}

.modal--popup-subscribe .subscribe_form .inner {
    font-family: brandon_textregular, sans-serif;
}

.modal--popup-subscribe .title_block {
    margin-bottom: 20px;
    color: #313131;
    font-family: "Times New Roman";
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2;
}

@media (max-width:991.98px) {
    .modal--popup-subscribe .title_block {
        font-size: calc(1.2028rem + 1.8336vw);
        margin-bottom: 10px;
    }

}

.modal--popup-subscribe .subscribe_form {
    margin: 30px 25px;
}

.modal--popup-subscribe .respone_image {
    height: 100%;
}

.modal--popup-subscribe .respone_image {
    padding-top: 100%;
}

@media (max-width: 767.98px) {

    /* .modal--popup-subscribe .respone_image {
        display: none;
    } */
    .modal--popup-subscribe .respone_image {
        padding-top: 56%;
    }
}

.modal--popup-subscribe .checkbox input {
    -webkit-appearance: auto !important;
    -webkit-appearance: checkbox;
}

.modal--popup-subscribe .subscribe_form .checkbox .custom-checkbox input {
    width: 14px !important;
    height: 14px !important;
    line-height: 1 !important;
}

.modal--popup-subscribe .subscribe_form .checkbox span#text {
    display: block;
    line-height: 16px;
}

.modal--popup-subscribe .subscribe_form button {
    font-size: 14px;
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.modal--popup-subscribe .subscribe_form .checkbox {
    margin-top: 20px !important;
}

.modal--popup-subscribe .subscribe_form .checkbox .custom-checkbox input:checked {
    position: relative;
    accent-color: #000;
    background: #000;
    border: 2px;
}

.announcement-bar {
    font-size: 12px;
    line-height: 1;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 991.98px) {

    .announcement-bar .container-fluid,
    .announcement-bar .container-lg,
    .announcement-bar .container-md,
    .announcement-bar .container-sm,
    .announcement-bar .container-xl,
    .announcement-bar .container-xxl {
        padding: 0;
    }
}

.announcement-bar__login a {
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.announcement-bar__message {
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-size: 12px;
}

.announcement-bar__message-wrap {
    /* padding: .844rem 15px;
    background-color: #fff; */
    /* padding: .4rem 15px;
    background-color: #fff; */
    padding: .85rem 15px;
    background-color: #fff;
}

.announcement-bar__search {
    border-top: 1px solid #ebebeb;
}

@media (min-width: 992px) {
    .announcement-bar__search {
        border-top: 0;
    }
}

.announcement-bar__search .search_inline {
    margin-right: 0;
}

.announcement-bar .search-button {
    padding: 10px 15px;
    background-color: #f8f6f4;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
    .announcement-bar .search-button {
        padding: 4px 12px;
    }
}

@media (max-width: 991.98px) {
    .announcement-bar .search-button {
        width: 100%;
    }

    .announcement-bar .search-button:hover {
        background-color: #f0ece8;
    }
}

@media (min-width: 992px) {
    .announcement-bar .search-button {
        background-color: transparent;
        padding: 0;
    }
}

.announcement-bar .search-button span {
    letter-spacing: 1.5px;
}

.announcement-bar .search-button .icon-search {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='none' d='M.346.346h21.308v21.31H.346z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.508 14.392l6.146 6.147-1.116 1.116-6.146-6.147a8.571 8.571 0 111.116-1.116zM8.917 1.248c-4.23 0-7.669 3.44-7.669 7.669 0 4.228 3.44 7.668 7.669 7.668 4.228 0 7.668-3.44 7.668-7.668s-3.44-7.669-7.668-7.669z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.template-search .container-fluid,
.template-search .container-lg,
.template-search .container-md,
.template-search .container-sm,
.template-search .container-xl,
.template-search .container-xxl {
    height: auto !important;
}

.template-search .section-header {
    z-index: 9 !important;
}

@media (max-width: 767.98px) {
    .overlay.overlay-search .close-search {
        top: 20px !important;
        left: auto !important;
        right: 20px;
    }

    .overlay.overlay-search .search-container {
        padding: 30px;
    }

    .overlay.overlay-search .search_trend ul {
        display: block !important;
    }

    .overlay.overlay-search .search_trend ul li {
        display: inline-block !important;
    }
}

.banner-notice__message p {
    text-align: center;
}

.section-slideshow .main-slider .content {
    padding: 15px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 992px) {
    .section-slideshow .main-slider .content {
        padding: 18px 50px;
    }
}

@media (min-width: 1200px) {
    .section-slideshow .main-slider .content {
        padding: 20px 50px;
    }
}

.section-slideshow .main-slider .content-caption {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.section-slideshow .main-slider .content-caption__desc {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    /* background: red; */
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 1200px) {
    .section-slideshow .main-slider .content-caption__desc {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        align-items: center;
    }
}

@media (min-width: 1800px) {
    .section-slideshow .main-slider .content-caption__desc {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1200px) {
    .section-slideshow .main-slider .content-caption .cap_link {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
}

.section-slideshow .main-slider .content-caption__cap-link {
    height: 100%;
}

.section-slideshow .main-slider .content-caption .caption-1 {
    font-family: "Times New Roman";
    font-weight: normal;
    position: relative;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 8px;
    line-height: 1.1;
}

@media (min-width: 992px) {
    .section-slideshow .main-slider .content-caption .caption-1 {
        padding-right: 30px;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .section-slideshow .main-slider .content-caption .caption-1::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 25px;
        background-color: #d2d2d2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}



.section-slideshow .main-slider .content-caption .caption-2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 500;
    position: relative;
    padding-left: 18px;
}

@media (min-width: 992px) {
    .section-slideshow .main-slider .content-caption .caption-2 {
        padding-left: 0;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .section-slideshow .main-slider .content-caption .caption-2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #d2d2d2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

}



.section-slideshow .main-slider .slick-dots {
    height: 50%;
    overflow: hidden;
    left: auto;
    right: 0;
    top: 30px;
}

.section-slideshow .main-slider .slick-dots li {
    margin: 5px;
    display: block;
}

.section-collection-list .collection-grid {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .section-collection-list .collection-grid {
        padding: 0;
    }
}

.section-collection-list .collection-grid .grid__item:not(:last-child) .collection-grid-item {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-collection-list .collection-grid .grid__item:not(:last-child) .collection-grid-item {
        margin-bottom: 0;
    }
}

.section-collection-list .collection-grid-item__link {
    padding-top: 66.47966%;
    display: block;
    position: relative;
}

.section-collection-list .collection-grid-item__link::after {
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
}

.section-collection-list .collection-grid-item:hover .collection-grid-item__link::after {
    background-color: rgba(248, 246, 244, 0.3);
}



.section-collection-list .collection-grid-item__col-link {
    display: block;
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.section-collection-list .collection-grid-item__overlay--mod {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
}

.section-collection-list .collection-grid-item__title-wrapper {
    position: relative;
    padding: 15px 0;
}

@media (min-width: 992px) {
    .section-collection-list .collection-grid-item__title-wrapper {
        padding: 30px 50px;
    }
}

.section-collection-list .collection-grid-item__title-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #979797;
}

@media (min-width: 992px) {
    .section-collection-list .collection-grid-item__title-wrapper::after {
        left: 50px;
    }
}

.section-collection-list .collection-grid-item__title {
    font-family: "Times New Roman";
    font-weight: normal;
    font-size: 28px;
    color: #313131;
    margin-bottom: 10px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .section-collection-list .collection-grid-item__title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .section-collection-list .collection-grid-item__title {
        margin-bottom: 12px;
        font-size: 38px;
    }
}

.section-collection-list .collection-grid-item__col-link {
    justify-content: flex-start;
}

.section-collection-list {
    background-color: transparent;
}

.grid--view-items .item-product:focus .respone_image::after,
.grid--view-items .item-product:hover .respone_image::after {
    /* background-color: rgba(224, 224, 224, 0.2); */
    background-color: transparent;
}

.grid--view-items .item-product .respone_image>img {
    background-color: #fff;
}

.grid--view-items .item-product:focus .respone_image>img.product__thumbnail,
.grid--view-items .item-product:hover .respone_image>img.product__thumbnail {
    /* background-color: rgba(224, 224, 224, 0.2); */
    opacity: 0;
}

.grid--view-items .item-product:focus .respone_image>img.product__thumbnail-second,
.grid--view-items .item-product:hover .respone_image>img.product__thumbnail-second {
    /* background-color: rgba(224, 224, 224, 0.2); */
    opacity: 1;
}


.grid--view-items .item-product:focus .btnsold_out,
.grid--view-items .item-product:focus .formAddToCart,
.grid--view-items .item-product:focus .productQuickView,
.grid--view-items .item-product:focus .productWishList,
.grid--view-items .item-product:hover .btnsold_out,
.grid--view-items .item-product:hover .formAddToCart,
.grid--view-items .item-product:hover .productQuickView,
.grid--view-items .item-product:hover .productWishList {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.grid--view-items .item-product .thumbnail-container img {
    margin: 0 auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid--view-items .item-product .productQuickView .btn,
.grid--view-items .item-product .productWishList .btn {
    width: 44px;
}

.grid--view-items .item-product .productWishList .btn {
    width: 35px;
    margin: 0;
    height: 35px;
    background: black;
    border-radius: 50%;
    transform: scale(1);
    transition: all ease-in-out .5s;
    align-items: center;
    justify-content: center;
}

.grid--view-items .item-product .productWishList .btn:hover,
.grid--view-items .item-product .productWishList .btn:focus {
    transform: scale(1.05);
}


.grid--view-items .item-product .productQuickView:hover .btn,
.grid--view-items .item-product .productWishList:hover .btn {
    background: #313131;
}

.grid--view-items .item-product .productWishList .whislist-added {
    background-color: #313131 !important;
}

.grid--view-items .item-product .btnsold_out .btnAddToCart,
.grid--view-items .item-product .formAddToCart .btnAddToCart {
    width: 44px;
}


.grid--view-items .item-product .formAddToCart .btnAddToCart {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: black;
    border: none;
    transform: scale(1);
    transition: all ease-in-out .5s;
    transform-origin: center center;
}

.grid--view-items .item-product .formAddToCart .btnAddToCart:hover,
.grid--view-items .item-product .formAddToCart .btnAddToCart:focus {
    transform: scale(1.05);
}

.grid--view-items .item-product .btnsold_out .btnAddToCart:hover,
.grid--view-items .item-product .formAddToCart .btnAddToCart:hover {
    background: #313131;
}

.grid--view-items .respone_image {
    position: relative;
    padding-top: 87% !important;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.grid--collection.grid--view-items .respone_image {
    padding-top: 89%;
}


@media (max-width:575.98px) {
    .grid--collection.grid--view-items .respone_image {
        padding-top: 70%;
    }
}

.grid--view-items .respone_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    background-color: transparent;
}

.template-product #NovBreadcrumbs {
    display: none;
}

.template-product .productWishList {
    margin: 0 !important;
    width: 30%;
}

.template-product .group-buttons--custom .productWishList {
    width: 100%;
}

@media (max-width: 1799.98px) {
    .template-product .productWishList {
        width: 37%;
    }
}

@media (max-width: 1199.98px) {
    .template-product .productWishList {
        width: 100%;
    }
}

.template-product .custom-gift-wrap {
    /* width: 48%; */
    /* width: auto; */
}

/* @media (max-width: 1799.98px) {
    .template-product .custom-gift-wrap {}
} */

/* @media (max-width: 1199.98px) {
    .template-product .custom-gift-wrap {
        width: 48%;
        margin-top: 0;
        margin-left: 0;
    }
} */

/* @media (max-width: 576px) {
    .template-product .custom-gift-wrap {
        width: 100%;
        margin-bottom: 12px;
    }
} */

@media (max-width: 1199.98px) {
    .template-product .custom-gift-wrap__selectBox {
        margin-top: 0 !important;
    }
}

.template-product .custom-gift-wrap__selectBox-value {
    font-size: 13px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Brandon Text";
    font-weight: 500;
    line-height: 1;
    min-height: 33px;
    /* justify-content: flex-start; */
    justify-content: center;
}

@media (min-width: 576px) {
    .template-product .custom-gift-wrap__selectBox-value {
        height: 100%;
    }
}

/* @media (max-width: 1799.98px) {
    .template-product .custom-gift-wrap__selectBox-value {
        
        font-size: 19px;
        padding: 14px 24px;
    }
} */
@media (max-width: 1799.98px) {
    .template-product .custom-gift-wrap__selectBox .custom-gift-wrap__dropdown a {
        font-size: 14px;
    }
}

.template-product .BottomContent .container-product,
.template-product .TopContent .container-product {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 768px) {

    .template-product .BottomContent .container-product,
    .template-product .TopContent .container-product {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 992px) {

    .template-product .BottomContent .container-product,
    .template-product .TopContent .container-product {
        padding-left: 135px;
        padding-right: 135px;
    }
}

.template-product .TopContent .product_tab--mod {
    padding-top: 45px;
    margin-top: 0;
}

@media (min-width: 1580px) {
    .template-product .TopContent .product_tab--mod {
        padding-top: 55px;

    }
}

.template-product h1.product-single__title {
    font-family: "Times New Roman";
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.3;
    margin-top: 0.3em;
}

.template-product .product-single__vendor {
    color: #313131;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 15px;
    margin-bogn: center;
    text-transform: uppercase;
}

.template-product .product-form__item--checkout .shopify-payment-button__button {
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.template-product .productWishList .wishlist {
    color: #313131;
    background-color: transparent;
    justify-content: flex-end;
    padding: 0;
}

.template-product .productWishList .wishlist:hover {
    background-color: transparent;
    border-color: #999;
}

.template-product .productWishList .wishlist:hover .wishlist-text {
    color: #999;
}

.template-product .productWishList .wishlist:hover i {
    color: #999;
}

.template-product .productWishList .wishlist.whislist-added i,
.template-product .productWishList .wishlist.whislist-added .wishlist-text {
    color: black;
}

.template-product .productWishList .wishlist-text {
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.template-product .product-variant {
    color: #313131;
    font-size: 16px;
    letter-spacing: 1.5px;
}

@media (min-width: 992px) {
    .template-product .product-variant {
        font-size: 18px;
    }
}

.template-product .product-variant span {
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.template-product .smart-tabs-navigation-li {
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #313131 !important;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-family: "Brandon Text", sans-serif;
    position: relative;
    border-bottom: 0;
    font-weight: 700;
}

.template-product .smart-tabs-navigation-li:not(.smart-tabs-navigation-li-active):hover {
    background-color: transparent;
}

.template-product .smart-tabs-navigation-li:hover {
    color: #999;
    background-color: transparent;
}

.template-product .smart-tabs-navigation-li::after {
    position: absolute;
    transform: scale(0);
    background: #313131;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 1px;
}

.template-product .smart-tabs-navigation-li-active {
    background-color: transparent;
    color: #313131 !important;
    border: 0;
    border-radius: 0;
}

.template-product .smart-tabs-navigation-li-active::after {
    transform: scale(1);
}

.template-product .smart-tabs-navigation-links {
    border-bottom: 1px solid #e8e8e8;
    display: none;
}

.template-product .smart-tabs-navigation-wrapper {
    text-align: left;
    flex-wrap: nowrap;
    border-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 0;
}

.template-product .smart-tabs-content-wrapper {
    margin-top: 0;
}

.template-product .smart-tabs-content-block {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #313131;
    padding: 0;
}

.template-product .smart-tabs-content-block p {
    background-color: transparent;
    color: #313131 !important;
}

.template-product .smart-tabs-branding a {
    display: none;
}

.product-single__cat a,
.product-single__sku a,
.product-single__tags a,
.product-single__vendor a {
    /* color: #313131 !important;
    font-weight: 500 !important;
    font-size: 15px !important; */
    color: #313131;
    font-weight: 600;
    font-size: 15px;
}

.ProductRelated .item-product .product__info {
    padding: 15px 0 7px;
    background: unset;
}

.ProductRelated .item-product .product__info .product__price,
.ProductRelated .item-product .product__info .product__title a {
    text-transform: uppercase;
    font-family: "futurabook";
    font-weight: 300;
    color: #000;
}

@media (max-width: 767.98px) {

    .ProductRelated .item-product .product__info .product__price,
    .ProductRelated .item-product .product__info .product__title a {
        font-size: 16px;
    }
}

.ProductRelated .item-product .product__info .product__price {
    font-weight: 500;
    color: #313131;
}

.ProductRelated .owl-nav .owl-next {
    right: 0 !important;
}

@media (max-width: 767.98px) {
    .ProductRelated .owl-nav .owl-next {
        top: 40% !important;
    }
}

.ProductRelated .owl-nav .owl-prev {
    left: 0 !important;
}

@media (max-width: 767.98px) {
    .ProductRelated .owl-nav .owl-prev {
        top: 40% !important;
    }
}

.slick-slide .item-product .product__info {
    padding: 15px 0 7px;
    background: unset;
    text-align: center;
}

.slick-slide .item-product .product__info .product__price,
.slick-slide .item-product .product__info .product__title a {
    font-family: "futurabook";
    flex-direction: column;
    font-weight: 400;
    text-transform: uppercase;
    color: #313131;
    letter-spacing: .2px;
}

.slick-slide .item-product .product__info .product__price {
    color: #313131;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
}

.slick-slide .item-product .product__info .product__title {
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .slick-slide .item-product .product__info .product__title {
        font-size: 16px;
    }
}

.item-product .product-single__vendor {
    font-size: 15px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Brandon Text", sans-serif;
    display: block;
    text-align: center;
    font-weight: 700;
    padding-top: 15px;
    word-break: break-word;
}

#popup-Wishlist.loading-modal {
    background: #fff;
    right: 0;
}

#popup-Wishlist {
    top: 15px !important;
}

.cart_popup_opened .nov-content .cart-message strong {
    line-height: 16px !important;
}

.template-product .product-thumb_left {
    margin-top: unset !important;
}

#ProductPrice-nov-product-template {
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    #Form_newletter .modal-dialog {
        margin: auto !important;
    }
}

.collection-view-items.list .nov-wrapper-product .item-product .desc {
    font-size: 15px !important;
}

.page-not-found {
    padding-top: 8vw;
    padding-bottom: 6vw;
    text-align: center;
}

@media (max-width: 991.98px) {
    .page-not-found {
        padding-top: 30vw;
        padding-bottom: 6vw;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .layout_content .cart_canvas_content>#_desktop_cart #cart-info .cart .remove-from-cart {
        top: 80% !important;
        right: 0;
    }

    .layout_content .cart_canvas_content>#_desktop_cart #cart-info .cart .remove-from-cart .fa {
        vertical-align: middle;
    }
}

.layout_content .cart_canvas_content>#_desktop_cart #cart-info .cart .remove-from-cart {
    top: 70% !important;
    right: 0;
}

.jdgm-widget label {
    font-size: 16px !important;
}

.jdgm-widget span.jdgm-countdown {
    font-size: 14px !important;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .template-product .custom-gift-wrap,
    .template-product .productWishList {
        /* width: 100% !important; */
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
}

#ptw-wrapin {
    width: 100%;
}

#ptw-wrapin .ptw-app-gnote .ptw-message-note {
    width: 100%;
}

.product-description-section .tab-pane {
    color: #313131;
}

@media (max-width: 767.98px) {

    /* .TopContent .product-form__item--quantity {
        flex-direction: column;
    } */
    /* .TopContent .product-form__item--quantity .quick_view_qty {
        margin-bottom: 20px;
    } */
    .product-description-section .tab-pane {
        font-size: 16px;
    }

    .product-description-section .nav-tabs a {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .product-description-section .nav-tabs {
        border-bottom: none;
    }

    .product-description-section .nav-tabs a {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 24px;
        letter-spacing: 1px;
        border: unset;
    }

    /* 
    .product-description-section .nav-tabs li.nav-item {
        padding-right: 20px;
    } */

    .product-description-section .tab-pane {
        font-size: 16px;
        font-family: "futurabook";
        font-weight: 300;
    }

    .product-description-section .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border: none;
    }

    .product-description-section .nav-tabs .nav-link:focus,
    .product-description-section .nav-tabs .nav-link:hover {
        border: none;
        border-bottom: 1px solid #313131;
    }
}

.product-description-section .readless,
.product-description-section .readmore {
    position: absolute;
    right: 50px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    bottom: 0;
    background: #ebebeb;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.span-wrap.span-wrap--addtocart {
    width: 100%;
    display: inline-block;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#AddToCart .span-wrap span {
    /* vertical-align: middle; */
}

/* #AddToCart.hover_x:hover i.zmdi-long-arrow-right {
    margin-right: 15px;
} */

/* .item-product .group-buttons {
    display: none !important;
} */

.btn-common {
    text-transform: uppercase;
    line-height: 1.2;
    padding: 15px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    border: 1px solid transparent;
    position: relative;
    text-decoration: none;
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .03em;
}

@media (max-width: 991.98px) {
    .btn-common {
        padding: 15px 0;
    }

    .btn-common.consult {
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .btn-common {
        padding: 18px 25px;
        max-width: 250px;
    }
}



.btn-common:hover .zmdi,
.btn-common:focus .zmdi {
    right: 15px;
}

.btn-common.dark {
    background-color: #313131;
    color: white;
}

.btn-common.white {
    border-color: #d2d2d2;
}

/* .btn-common.dark i.zmdi-long-arrow-right{
    color:white;
    opacity: 1;
    visibility: visible;
} */
.btn-common.dark i.zmdi {
    color: white;
    opacity: 1;
    visibility: visible;
}

.btn-common.dark:hover,
.btn-common.dark:focus {
    background-color: black;
    color: white;
}

/* .btn-common.white i.zmdi-long-arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M0 5.25h9.13L4.94 1.06 6 0l6 6-6 6-1.06-1.06 4.19-4.19H0v-1.5z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-image: unset;
    visibility: visible;
    opacity: 1;
    right: 25px;
} */

.btn-common.white i.zmdi {
    visibility: visible;
    opacity: 1;
    right: 25px;
}

.btn-common i.zmdi.zmdi-chevron-down,
.btn-common i.zmdi.zmdi-chevron-up {
    font-size: 22px;
}

.btn-common.white:hover,
.btn-common.white:focus {
    background-color: #313131;
    color: #fff;
    border-color: #313131;
}

.btn-common.white:hover span,
.btn-common.white:focus span {
    color: #fff;
}

.btn--readmore {
    max-width: 200px;
}

@media (max-width: 991.98px) {
    .btn--readmore {
        padding: 15px 20px;
    }
}

/* .btn-common.white:hover i.zmdi-long-arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M0 5.25h9.13L4.94 1.06 6 0l6 6-6 6-1.06-1.06 4.19-4.19H0v-1.5z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-image: unset;
    color: #fff;
} */
.btn-common.white:hover i.zmdi,
.btn-common.white:focus i.zmdi {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M0 5.25h9.13L4.94 1.06 6 0l6 6-6 6-1.06-1.06 4.19-4.19H0v-1.5z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-image: unset;
    color: #fff;
}

.btn-arrow {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .btn-arrow {
        font-size: 13px;
    }
}

.section-block_title {
    font-weight: 400;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .section-block_title {
        margin-bottom: 50px;
    }
}

.section-block_title.p-lr-50 {
    padding: 0;
}

@media (min-width: 992px) {
    .section-block_title.p-lr-50 {
        padding: 0 50px;
    }
}

.title-through {
    position: relative;
}

.title-through::after {
    line-height: 1.2;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% + 50px);
    height: 1px;
    background-color: #dfdfdf;
}

.title-through span {
    background-color: #fff;
    display: inline-block;
    font-size: 28px;
    line-height: normal;
    font-family: "Times New Roman";
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-right: 25px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 400;
}

@media (min-width: 768px) {
    .title-through span {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .title-through span {
        font-size: 38px;
        padding-right: 40px;
    }
}

.section-product-banner .product-banner-categories--mod .block_title {
    min-width: 100%;
    padding: 0;
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .section-product-banner .product-banner-categories--mod .block_title {
        margin-bottom: 0;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .section-product-banner .product-banner-categories--mod .block_title {
        margin-top: 30px;
    }
}

.section-product-banner .product-banner-categories--mod .block_title .title_block {
    border-bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 18px;
    margin-top: 0;
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .section-product-banner .product-banner-categories--mod .block_title .title_block {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.section-product-banner .product-banner-categories--mod .block_title .para_block {
    font-family: "futurabook";
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

@media (min-width: 1200px) {
    .section-product-banner .product-banner-categories--mod .block_title .para_block {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

.section-product-banner .product-banner-categories--mod .banner_product {
    width: 100%;
}

.section-product-banner .product-banner-categories .grid--view-items {
    padding-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .section-product-banner .product-banner-categories .grid--view-items {
        margin: 0;
    }
}

.section-product-banner .product-banner-categories .grid--view-items .slick-slide {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .section-product-banner .product-banner-categories .grid--view-items .slick-slide {
        margin-right: 20px;
    }
}

.section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow {
    /* width: 100%; */
    bottom: 0;
    top: auto;
}

.section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow span {
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow i {
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
}

.section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow.arrow-prev {
    left: 0;
}

.section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow.arrow-prev span {
    vertical-align: middle;
    font-size: 15px;
    padding-left: 10px;
}

.section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow.arrow-next {
    right: 0;
}

/* @media (max-width: 767.98px) {
    .section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow.arrow-next {
        right: -82%;
    }
}
@media (max-width: 576px) {
    .section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow.arrow-next {
        right: -280px;
    }
} */
.section-product-banner .product-banner-categories .nov-slick-carousel .slick-arrow.arrow-next span {
    vertical-align: middle;
    font-size: 15px;
    padding-right: 10px;
}

a.hover_x:hover span,
span.hover_x:hover span {
    color: #000;
}



a.hover_x:hover i.zmdi-long-arrow-right,
span.hover_x:hover i.zmdi-long-arrow-right {
    color: #000;
}

a.hover_x.dark:hover span,
span.hover_x.dark:hover span,
a.hover_x.dark:focus span,
span.hover_x.dark:focus span {
    color: white;
}


a.hover_x.dark:hover i.zmdi-long-arrow-right,
span.hover_x.dark:hover i.zmdi-long-arrow-right,
a.hover_x.dark:focus i.zmdi-long-arrow-right,
span.hover_x.dark:focus i.zmdi-long-arrow-right {
    color: white;
}

@media (max-width: 991.98px) {

    #shopify-section-1630054917a3c8b469 .distance,
    .distance.nov-section-blog__home {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

.block_gift-voucher__block-title .block_gift-voucher__link.hover_x,
.block_map__block-title .block_map__link.hover_x {
    display: inline-block;
    /* background-color: yellow; */
}

@media (max-width: 767.98px) {

    #_desktop_account_list,
    .account-list.dropdown-menu {
        min-width: 300px;
        right: -300px !important;
        display: none !important;
    }

    .lang-rtl .account-list.dropdown-menu {
        left: -300px !important;
        right: auto;
    }

    .layout_content.position-relative {
        /* padding: 0 10px !important; */
        margin: 0 !important;
    }
}

@media (max-width: 576px) {
    .layout_content.position-relative {
        padding: 0 !important;
    }
}

.template-collection .page-width {
    border-top: 1px solid #ebebeb;
}

.template-collection .full_width .collection-breadcrumb #NovBreadcrumbs {
    border-top: 0;
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.template-collection .full_width .collection-breadcrumb #NovBreadcrumbs h1.headingPage {
    font-size: 26px;
    font-family: "Times New Roman";
    font-weight: normal;
    color: #313131;
    text-align: center;
    margin-bottom: 5px;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .template-collection .full_width .collection-breadcrumb #NovBreadcrumbs h1.headingPage {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .template-collection .full_width .collection-breadcrumb #NovBreadcrumbs h1.headingPage {
        font-size: 38px;
        margin-bottom: 10px;
    }
}

.template-collection .sortPagiBar--current,
.usf-sr-config,
.template-collection [data-section-type="collection-template"],
[data-section-type="collection-template"] {
    padding: 0 15px;
}

@media (min-width: 768px) {

    .template-collection .sortPagiBar--current,
    .usf-sr-config,
    .template-collection [data-section-type="collection-template"],
    [data-section-type="collection-template"] {
        padding: 0 25px;
    }
}

@media (min-width: 1200px) {

    .template-collection .sortPagiBar--current,
    .usf-sr-config,
    .template-collection [data-section-type="collection-template"],
    [data-section-type="collection-template"] {
        padding: 0 50px;
    }
}

.template-collection .sortPagiBar--current,
.usf-sr-config {
    margin-bottom: 20px;
}

.template-collection .item-product .product__info {
    background: 0 0;
}

@media (max-width: 991.98px) {
    .template-collection .item-product .product__info {
        padding: 0 8px 7px;
    }
}

.template-collection .item-product .product__info .product__title {
    font-size: 16px;
    font-family: "futurabook";
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    margin: 8px 0 15px;
    color: #313131;
    /* font-weight: 300 !important; */
    font-weight: 300;
    -webkit-box-pack: center;
    letter-spacing: .2px;
}

@media (min-width: 992px) {
    .template-collection .item-product .product__info .product__title {
        font-size: 14px;
    }
}
.item-product .product__info .product__title {
  display: block;
}

.template-collection .item-product .product__info .product__price {
    text-align: center;
    font-family: "futurabook";
    font-weight: 500;
}

.template-collection .item-product .product__info .product__price span {
    color: #313131;
    letter-spacing: 1.3px;
    /* letter-spacing: .2px; */
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .template-collection .item-product .product__info .product__price span {
        font-size: 18px;
    }
}

.page-search .item-product .product__info {
    background: unset;
}

.page-search .item-product .product__info .product__price,
.page-search .item-product .product__info .product__title {
    text-align: center;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .item-product .product__info .product__title {
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: unset;
        overflow: hidden;
    }
}

.sidebar.sidebar-collection {
    position: relative;
}

.sidebar.sidebar-collection::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: calc(100% + 0px);
    background: #ebebeb;
    z-index: 1111;
}

.sidebar.sidebar-collection .headingsidebar {
    display: none;
}

.sidebar.sidebar-collection .category-list.show-styled li.relative-level-1,
.sidebar.sidebar-collection .category-list.show-styled div.relative-level-1 {
    margin-left: 0;
}

/* .sidebar.sidebar-collection .category-list.show-styled li:first-child a,
.sidebar.sidebar-collection .category-list.show-styled li:first-child span,
.sidebar.sidebar-collection .category-list.show-styled div:first-child a,
.sidebar.sidebar-collection .category-list.show-styled div:first-child span {
    border-top: 0;
    font-size: 15px;
    color:#313131;
    font-weight: 700;
} */

.dropdown-menu--list {
    top: 0;
    /* width: calc(100% - 1px) !important; */
}

.icon-arrow--custom {
    right: 0;
}

/* @media (max-width:991.98px) {
    .dropdown-menu--list{
        width: 100% !important;
    }
} */

.sidebar.sidebar-collection .category-list.show-styled div a.dropdown-drp--button,
.usf-facet .usf-title .usf-label {
    display: block;
    padding: 18px 30px 18px 40px;
    text-transform: uppercase;
    color: #313131;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #ebebeb;
    border-top: 0;
    font-size: 13px;
    color: #313131;
    font-weight: 700;
}

.sidebar.sidebar-collection .category-list.show-styled div a.dropdown-drp--title {
    font-size: 15px;
}



@media (max-width:991.98px) {
    .sidebar.sidebar-collection .category-list.show-styled div.relative-level-0 a {
        font-size: 13px;
        color: #313131;
    }

    .zmdi--arw {
        font-size: 18px;
        line-height: 1;
    }

}

.sidebar.sidebar-collection .category-list.show-styled li a,
.sidebar.sidebar-collection .category-list.show-styled li span,
.sidebar.sidebar-collection .category-list.show-styled div a,
.sidebar.sidebar-collection .category-list.show-styled div span,
.usf-facet-values--List .usf-facet-value {
    display: block;
    padding: 15px 30px 15px 40px;
    text-transform: uppercase;
    font-size: 13px;
    color: #313131;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #ebebeb;

}

@media (max-width:991.98px) {

    .sidebar.sidebar-collection .category-list.show-styled li a,
    .sidebar.sidebar-collection .category-list.show-styled li span,
    .sidebar.sidebar-collection .category-list.show-styled div a,
    .sidebar.sidebar-collection .category-list.show-styled div span {
        padding: 10px 20px 10px 20px;
        font-size: 13px;
    }
}

.sidebar.sidebar-collection .category-list.show-styled li a:focus,
.sidebar.sidebar-collection .category-list.show-styled li a:hover,
.sidebar.sidebar-collection .category-list.show-styled div a:focus,
.sidebar.sidebar-collection .category-list.show-styled div a:hover {
    cursor: pointer;
    color: black;
}

.sidebar.sidebar-collection .category-list.show-styled li a:focus span.pc,
.sidebar.sidebar-collection .category-list.show-styled li a:hover span.pc,
.sidebar.sidebar-collection .category-list.show-styled li a:focus span.pc,
.sidebar.sidebar-collection .category-list.show-styled li a:hover span.pc {
    transform: translateY(-2px);
    color: black;
}

.sidebar.sidebar-collection .category-list.show-styled li span.pc,
.sidebar.sidebar-collection .category-list.show-styled div span.pc {
    padding: 0;
    display: inline-block;
    border-top: 0;
    transition: all 0.3s linear;
}

.sidebar.sidebar-collection .booknow-section {
    margin-top: 50px;
}

.sidebar.sidebar-collection .booknow-section .book_now_link {
    display: block;
    text-align: center;
}

.sidebar.sidebar-collection::before {
    z-index: 1;
}

.product-form__item--submit .btn:before {
    /* margin-top: -34px!important; */
    left: 0;
    margin-left: 10px;
}

.product-single__meta .gr_pr_rw {
    flex-direction: column;
}

#ProductPrice-nov-product-template {
    color: #222;
    font-size: 18px;
    align-items: center;
}

.product-form__item--submit .product-form__cart-submit:hover #ProductPrice-nov-product-template {
    color: #fff;
}

.sortPagiBar .gridlist-toggle #grid-1,
.sortPagiBar .gridlist-toggle #grid-2,
.sortPagiBar .gridlist-toggle #grid-3,
.sortPagiBar .gridlist-toggle #list {
    display: none !important;
}

.layout_content .cart_canvas_content>#_desktop_cart #cart-info .cart .ajaxcart__footer .btn span {
    font-size: 14px !important;
}

.content_threshold.threshold_congrats {
    font-size: 12px !important;
    padding: 15px 8px !important;
}

.layout_content .cart_canvas_content>#_desktop_cart #cart-info #threshold_bar_popup_minicart {
    margin-top: unset !important;
}

.page-about-us__title-wrap,
.page-contact-us__title-wrap,
.page-shipping__title-wrap,
.page-terms-us__title-wrap {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {

    .page-about-us__title-wrap,
    .page-contact-us__title-wrap,
    .page-shipping__title-wrap,
    .page-terms-us__title-wrap {
        margin-bottom: 40px;
    }
}

.page-about-us__sub-title,
.page-contact-us__sub-title,
.page-shipping__sub-title,
.page-terms-us__sub-title {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}

.page-about-us__title,
.page-contact-us__title,
.page-shipping__title,
.page-terms-us__title {
    font-size: 26px;
    font-family: "Times New Roman";
    font-weight: normal;
    text-transform: capitalize;
    color: #313131;
    line-height: 1.2;
}

@media (min-width: 992px) {

    .page-about-us__title,
    .page-contact-us__title,
    .page-shipping__title,
    .page-terms-us__title {
        font-size: 38px;
    }
}

@media (min-width: 768px) {

    .row.row-33,
    .PageContactUs .row.row-33 {
        margin-right: -33px;
        margin-left: -33px;
    }
}

@media (min-width: 992px) {

    .row.row-33,
    .PageContactUs .row.row-33 {
        margin-right: -33px;
        margin-left: -33px;
    }
}

@media (min-width: 768px) {

    .col-33,
    .PageContactUs .col-33 {
        padding-right: 33px;
        padding-left: 33px;
    }

    .col-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 992px) {

    .col-33,
    .PageContactUs .col-33 {
        padding-right: 33px;
        padding-left: 33px;
    }

    .col-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
}


.PageAboutUs,
.PageContactUs,
.PageShipping,
.PageTermsUs {
    position: relative;
    z-index: 1;
    background-color: #fff;
    /* padding: 70px 30px 30px; */
    padding: 45px 30px 30px;
}

@media (min-width: 576px) {

    .PageAboutUs,
    .PageContactUs,
    .PageShipping,
    .PageTermsUs {
        padding: 50px 80px 30px;
    }
}

@media (min-width: 992px) {

    .PageAboutUs,
    .PageContactUs,
    .PageShipping,
    .PageTermsUs {
        padding: 70px 100px 30px;
    }
}

@media (min-width: 1200px) {

    .PageAboutUs,
    .PageContactUs,
    .PageShipping,
    .PageTermsUs {
        padding: 100px 150px 30px;
    }
}



.PageAboutUs .vertical-line,
.PageContactUs .vertical-line,
.PageShipping .vertical-line,
.PageTermsUs .vertical-line {
    position: relative;
    margin-bottom: 15px;
    /* padding-bottom: 105px; */
    padding-bottom: 75px;
}

.PageAboutUs .vertical-line::after,
.PageContactUs .vertical-line::after,
.PageShipping .vertical-line::after,
.PageTermsUs .vertical-line::after {
    content: "";
    height: 53px;
    width: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #313131;
}

@media (min-width: 768px) {
    .align-text-left .block_our_store__item-imgholder {
        order: 2;
    }

    .align-text-left .block_our_store__item-content {
        order: 1;
    }

    .align-text-right .block_our_store__item-imgholder {
        order: 1;
    }

    .align-text-right .block_our_store__item-content {
        order: 2;
    }
}



.block_our_info__para p,
.block_our_store__para p,
.block_our_terms__para p {
    letter-spacing: 0.2px;
    font-size: 15px;
    font-family: "futurabook";
    font-weight: 300;
    line-height: 1.5;
}

.block_our_info__para a {
    text-decoration: underline;

}

.block_our_info__para a:hover {
    text-decoration: none;

}

@media (min-width: 992px) {

    .block_our_info__para p,
    .block_our_store__para p,
    .block_our_terms__para p {
        font-size: 16px;
    }
}

.block_our_info__para p:not(:last-child),
.block_our_store__para p:not(:last-child),
.block_our_terms__para p:not(:last-child) {
    margin-bottom: 20px;
}

.block_our_store__title,
.block_our_terms__title {
    font-size: 26px;
    letter-spacing: normal;
    margin-bottom: 18px;
    font-family: "Times New Roman";
    font-weight: normal;
}

@media (min-width: 768px) {

    .block_our_store__title,
    .block_our_terms__title {
        font-size: 32px;
    }
}

@media (min-width: 992px) {

    .block_our_store__title,
    .block_our_terms__title {
        font-size: 38px;
    }
}

.block_our_store__subtitle,
.block_our_terms__subtitle {
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {

    .block_our_store__subtitle,
    .block_our_terms__subtitle {
        margin-bottom: 30px;
    }
}

.block_our_store__subtitle.line-left,
.block_our_terms__subtitle.line-left {
    padding-left: 60px;
    margin-left: 0;
    position: relative;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.block_our_store__subtitle.line-left::before,
.block_our_terms__subtitle.line-left::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 45px;
    height: 1px;
    background: #979797;
    transform: translateY(-50%);
}

.block_our_store__imgwrap,
.block_our_terms__imgwrap {
    padding-top: 116.27907%;
}

@media (max-width: 767.98px) {

    .block_our_store__imgwrap,
    .block_our_terms__imgwrap {
        padding-top: 70%;
    }
}

.block_gift-voucher__image,
.block_map__image {
    display: block;
    padding-top: 66.47966%;
    position: relative;
}

.block_gift-voucher__image::after,
.block_map__image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
}

.block_gift-voucher__image:hover::after,
.block_map__image:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
}
.block_gift-voucher__image {
  padding-top: 130%;
}

.block_gift-voucher__block-title,
.block_map__block-title {
    padding: 15px 0;
    position: relative;
}

@media (min-width: 992px) {

    .block_gift-voucher__block-title,
    .block_map__block-title {
        padding: 30px 50px;
    }
}

.block_gift-voucher__block-title::after,
.block_map__block-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 50px; */
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #979797;
    /* background-color: red; */
}

@media (min-width: 992px) {

    .block_gift-voucher__block-title::after,
    .block_map__block-title::after {
        left: 50px;
    }
}

.block_gift-voucher__title,
.block_map__title {
    font-size: 26px;
    font-family: "Times New Roman";
    font-weight: normal;
    font-weight: 400;
    color: #313131;
    margin-bottom: 12px;
    letter-spacing: normal;
}

@media (min-width: 768px) {

    .block_gift-voucher__title,
    .block_map__title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {

    .block_gift-voucher__title,
    .block_map__title {
        font-size: 38px;
    }
}

.block_gift-voucher__link,
.block_map__link {
    position: relative;
}

.account_customers h1.title_block {
    display: none;
}

.account_customers {
    margin-top: 3em;
}

@media (max-width: 767.98px) {
    .account_customers .section-header .add_dress {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
    .account_customers .section-header .add_dress a {
        margin-right: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .account_customers .section-header .add_dress button {
        height: auto !important;
        line-height: normal !important;
        margin-top: 20px !important;
    }
}

.account_customers .section-header .customer_account {
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .account_customers .section-header .customer_account a {
        /* margin-bottom: 20px !important; */
    }

    .account_customers .section-header .customer_account {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .account_customers .section-header .customer_account a.mr-30 {
        margin-right: 0 !important;
    }
}

@media (max-width: 575px) {
    /* .account_customers .section-header .customer_account a {
        margin-bottom: 20px !important;
    } */
}

.account_customers .mt-60 {
    overflow-x: auto;
}

/* @media (max-width: 767.98px) {
    .account_customers .responsive-table {
        width: 500px;
    }
} */
#NovBreadcrumbs {
    padding: 55px 0 !important;
}

/* #create_customer .block-form-login .form_submit .btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    padding: 12px 0;
    min-width: 118px;
    background: black;
} */

.list-view-item__image-column .list-view-item__image-wrapper {
    max-height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
}

.list-view-item__image-column .list-view-item__image-wrapper img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .list-view-item__title-column {
        margin-bottom: 30px;
    }
}

.CustomerLoginForm .note.form-success {
    padding-bottom: 20px;
}

input#address_default_address_new,
.update-address input[type='checkbox'] {
    -webkit-appearance: auto !important;
    -webkit-appearance: checkbox;
}

#create_customer .bank_login a,
#customer_login .bank_register a,
#customer_login .forgot_password a strong {
    color: black;
}

#create_customer .bank_login a:hover,
#customer_login .bank_register a:hover {
    text-decoration: underline;
}

#RecoverPasswordForm .title:after {
    background-color: black !important;
}

#NovBreadcrumbs h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}

.cart_popup_opened .nov-content .cart-message {
    color: #313131 !important;
    border: 1px solid #313131 !important;
    background: #ddd !important;
}

.cart_popup_opened .nov-content .cart-message i {
    color: #313131 !important;
}

.cart_popup_opened .nov-content .cart-message strong {
    color: #313131 !important;
}

.cart-section .cart .cart__layout_left .cart__body .cart__remove-wrapper .cart__remove i {
    font-size: 16px !important;
}

.cart-section .cart .cart__layout_left .cart__body .cart__image-wrapper .cart__meta .list-view-item__title a,
.cart-section .cart .cart__layout_left .cart__body .cart__price-wrapper {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.cart-section .cart .cart__layout_left .button_cart .btn {
    font-size: 12px !important;
}

#form-checkbox input[type="checkbox"] {
    -webkit-appearance: auto !important;
    -webkit-appearance: checkbox;
}

#form-checkbox input[type="checkbox"]:hover+label:before {
    background: #f35429;
}

#form-checkbox input[type="checkbox"]:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

#form-checkbox input[type="checkbox"]:checked+label:before {
    background: #f35429;
}

#RecoverPasswordForm .groups-sub button,
#RecoverPasswordForm .groups-sub input,
#create_customer .block-form-login .form_submit .btn,
#customer_login .block-form-login .btn,
.reset-password .block-form-login .btn,
.customer_activate .block-form-login .btn,
#customer_login_guest .btn {
    font-size: 15px;
    font-family: "Brandon Text";
}

.wishlist-page .wrapper-wishlist .wishlist-header .column .column_title {
    font-size: 12px !important;
    vertical-align: middle !important;
}

.wishlist-page .wrapper-wishlist .wishlist-header .column .column_icon {
    line-height: 23px;
}

#popup-Wishlist .modal-body .actions .btn-wishlist {
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.overlay.overlay-search .search-container form .search-header__submit span {
    padding-top: 0 !important;
}

.search-container .search-results .thumbnail {
    max-height: 150px;
    overflow: hidden;
}

.overlay.overlay-search .search-container form .search-header__submit span,
.search-container .search-results .price {
    font-size: 16px;
    font-weight: 400;
}

/* .search-container .search-results .see_all {
    font-size: 14px;
} */

#BTA {
    max-width: 1170px !important;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px !important;
    display: block;
}

.site-header_myaccount {
    display: none;
}

.search-container .search-results .title {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    .search-container .search-results .title {
        font-size: 14px !important;
    }
}

.search-container .search-results .price {
    font-size: 16px !important;
}

@media (max-width: 991.98px) {
    .search-container .search-results .price {
        font-size: 14px !important;
    }
}

/* .search-container .search-results .see_all {
    font-size: 12px !important;
} */

.search-container .search-results .thumbnail {
    max-height: 150px;
    height: 120px;
    display: block;
    overflow: hidden;
}

.search-container .search-results .thumbnail img {
    max-width: 100%;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.collection-sidebar .category-list.show-styled li,
.collection-sidebar .category-list.show-styled div {
    /* display: block !important; */
    z-index: 1;
}

/* @media (min-width: 768px) {

} */



.customer_account a.btn.btn-order {
    color: #000 !important;
    border: none !important;
}

.search-container .search-results .title {
    text-transform: uppercase;
}

.container_ct__wrap-in {
    max-width: 100%;
    background-color: #fff;
    margin: auto;
    padding-top: 50px;
}

.nov__page {
    position: relative;
}

/* @media (min-width: 768px) {
    .page-about-us .PageAboutUs .col-33:first-child {
        border-right: 1px solid #313131;
    }
} */


.page-about-us .PageAboutUs .block_quote {
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .page-about-us .PageAboutUs .block_quote {
        padding: 15px;
    }
}

.page-about-us .block_quote__img-bg-gray {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 30px;
}

.page-about-us .block_quote__img-bg-gray.vertical-line {
    padding-bottom: 105px;
}

.page-about-us .block_quote__imgwrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100%;
}

.page-about-us .block_quote__imgwrap::before {
    content: "";
    background: #f8f6f4;
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
}

.page-about-us .block_quote__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.page-about-us .block_quote__title {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 2;
}

.page-about-us__banner-inner {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.page-about-us__img-drop {
    min-height: 550px;
}

.page-about-us--img-custom-one {
    min-height: 450px;
}


.page-about-us__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


.block_our_store_block {

    margin: 2rem 0;
}

@media (min-width: 768px) {
    .block_our_store_block {

        margin: 4rem 0;
    }
}


@media (min-width: 1200px) {
    .block_our_store_block {

        margin: 6rem 0;
    }
}

.block_our_store .block_our_store_block:first-child {
    /* background-color: red; */
    margin-top: 0px;

}

.block_our_store .block_our_store_block:last-child {
    /* background-color: green; */
    margin-bottom: 0px;
}

@media (min-width: 768px) {

    .block_our_store--row::before,
    .block_our_info--row::before {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        display: block;
        background-color: transparent;
        left: 50%;
        transform: translate(-50%);
        border-left: 1px #000000 solid;
        z-index: 1000;

    }
}

@media (max-width: 767.98px) {

    .page-about-us .block_our_info__item:last-child,
    .page-about-us .block_our_store__item:last-child {
        margin-top: 20px;
    }
}

.shopify-section.nov-section-blog .block_title {
    margin-bottom: 30px;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .shopify-section.nov-section-blog .block_title {
        margin-bottom: 40px;
        padding: 0 50px;
    }
}

.shopify-section.nov-section-blog .blog-grid__row {
    /* margin-right: -.5%;
    margin-left: -.5%; */
    margin-right: -2px;
    margin-left: -2px;
    align-items: stretch;
}

.shopify-section.nov-section-blog .blog-grid__item {
    /* padding-right:  .5%;
    padding-left:  .5%; */
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: .5%;
}

@media (min-width: 567px) {
    .shopify-section.nov-section-blog .blog-grid__item {
        margin-bottom: 1%;
    }
}


@media (min-width: 992px) {

    .shopify-section.nov-section-blog .blog-grid__row {
        /* margin-right: -.8%;
         margin-left: -.8%; */
        align-items: stretch;
        margin-right: -10px;
        margin-left: -10px;
    }

    .shopify-section.nov-section-blog .blog-grid__item {
        /* padding-right:  .8%;
        padding-left:  .8%; */
        margin-bottom: 0;
        padding-right: 10px;
        padding-left: 10px;

    }
}

.blog-grid {
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .blog-grid {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 2.4rem;

    }

    .shopify-section.nov-section-blog .blog-grid__row {
        align-items: flex-start;
    }
}

.slick-slider.blog-grid__row .slick-dots li {
    width: 10px;
    height: 10px;
    /* background: red; */
}

.slick-slider.blog-grid__row .slick-dots li {
    margin: 0 4px;
}


.slick-slider.blog-grid__row .slick-dots li button {
    width: 10px;
    height: 10px;
    position: relative;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
}

.slick-slider.blog-grid__row .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #f8f6f4;
}

.slick-slider.blog-grid__row .slick-dots li.slick-active button:before {
    background-color: black;
}

/* .nov-section-blog .nov-slick-carousel.blog-grid__row .slick-arrow.slick-disabled{
    pointer-events: none;
    cursor: auto;
} */

.nov-section-blog .nov-slick-carousel.blog-grid__row .slick-arrow {
    border: none;
    border-radius: 100%;
    /* display: flex !important; */
    /* flex-direction: column; */
    line-height: 1;
    font-size: 0px;
    overflow: hidden;
}

.nov-section-blog .nov-slick-carousel.blog-grid__row .slick-arrow i {
    line-height: 1;
    font-size: 1.2rem;
    width: 100%;
    background-color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nov-section-blog .nov-slick-carousel.blog-grid__row .slick-arrow i:before {
    position: relative;
}

.nov-section-blog .nov-slick-carousel.blog-grid__row .slick-arrow i.zmdi-chevron-left:before {
    left: -1px;
}


.nov-section-blog .nov-slick-carousel.blog-grid__row .slick-arrow i.zmdi-chevron-right:before {
    right: -1px;
}

.nov-section-blog .nov-slick-carousel.blog-grid__row .slick-arrow:hover i {
    color: white;
    background-color: black;
}


.nov-section-blog .nov-slick-carousel.blog-grid__row .slick-arrow>span {
    display: none;
}

.shopify-section.nov-section-blog .blog-grid__article-title {
    margin-bottom: 0;
}

.shopify-section.nov-section-blog .blog-grid__article-link {
    /* font-size: 16px;
      font-family: "futurabook";
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.45px;
    display:-webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: unset;
    background:yellow; */
    font-size: 16px;
    font-family: "futurabook";
    font-weight: 300;
    /* line-height: 1.1;
    letter-spacing: 0.45px; */
    /* display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    /* overflow: hidden;
    visibility: unset;
    background: red;
    line-height: 1.2;
    display: block;
    height: 3.6em;  */
    /* height: 3.7rem; */
    /* text-overflow: ellipsis; */
}

.shopify-section.nov-section-blog .blog-grid__article-link {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 58px;
    text-align: left;
    margin-right: -.8em;
    padding-right: .8em;
    height: 100%;
    display: block;
    /* background-color: lightblue; */
}

.shopify-section.nov-section-blog .blog-grid__article-link:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}

.shopify-section.nov-section-blog .blog-grid__article-link:after {
    content: '';
    position: absolute;
    right: 0;
    width: .8em;
    height: 1em;
    margin-top: 0.2em;
    background: #f8f6f4;
}

@media (min-width: 992px) {
    .shopify-section.nov-section-blog .blog-grid__article-link {
        font-size: 18px;
        /* height: 4.2rem; */
        max-height: 66px;
    }
}

.shopify-section.nov-section-blog .blog-grid__article-listing {
    height: 100%;
    position: relative;
}

.shopify-section.nov-section-blog .blog-grid__article-listing .media-body {
    padding: 15px 20px;
    margin-top: 0;
    margin-left: 0;
    background-color: #f8f6f4;
    height: 25%;
    display: flex;
    align-items: center;
}


@media (min-width: 992px) {
    .shopify-section.nov-section-blog .blog-grid__article-listing .media-body {
        padding: 25px 30px;
        height: 114px;
    }
}

@media (min-width: 1200px) {
    .shopify-section.nov-section-blog .blog-grid__article-listing .media-body {
        height: 93px;
    }
}

@media (min-width: 1580px) {
    .shopify-section.nov-section-blog .blog-grid__article-listing .media-body {
        height: 93px;
    }
}


@media (max-width: 991.98px) {
    .shopify-section.nov-section-blog .blog-grid__article-listing .media-body {
        height: 96px;
    }
}

.shopify-section.nov-section-blog .blog-grid__article-listing:hover img {
    transform: scale(1, 1);
}

.shopify-section.nov-section-blog .blog-grid__article-listing:hover .blog-grid__article-image::after {
    background-color: rgba(248, 246, 244, 0.3);
}

.shopify-section.nov-section-blog .blog-grid__article-listing img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.shopify-section.nov-section-blog .blog-grid__article-image {
    position: relative;
    /* height: calc(100% - 30%); */
}

.shopify-section.nov-section-blog .blog-grid__article-image {
    padding-top: 100%;
}

.shopify-section.nov-section-blog .blog-grid__article-image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .nov-blog .row.spacing-60 {
        margin-right: -15px;
        margin-left: -15px;
    }

    .nov-blog .row.spacing-60>[class*=" col-"],
    .nov-blog .row.spacing-60>[class^="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 575.98px) {
    .nov-blog .container--blog {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .nov-blog .container--blog {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .nov-blog .container--blog {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.container--blog-page {
    padding-left: 50px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .container--blog-page {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 992px) {
    .container--blog-page {
        padding-left: 90px;
        padding-right: 90px;
    }
}



.nov-blog .container--blog-page {
    width: 100%;
}



@media (min-width: 567px) {
    .nov-blog .container--blog-page {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .nov-blog .container--blog-page {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .nov-blog .container--blog-page {
        max-width: 1250px;
    }
}


.nov-blog .article__image .respone_image img {
    height: 100%;
    object-fit: cover;
}

.template-blog .article--listing .article__title a.article-title-link {
    font-family: "Times New Roman";
    line-height: 1.2;
}

.template-article .blog_detail .post .article__title {
    font-family: "Times New Roman";
    font-weight: normal;
    line-height: 1.2;
}

.template-article .sidebar .title-block span {
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.template-article .BlogRelated .title_block {
    font-family: "Times New Roman";
    font-weight: normal;
}

.BlogRelated a.article__list-image-container {
    padding-top: 100%;
    position: relative;
    display: block;
}

.BlogRelated .article--listing .article__title a {
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.BlogRelated .article__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.filter-item_content.block__content a.article__list-image-container {
    padding-top: initial;
}

.blog-header {
    text-align: center;
    padding-top: 80px;
}

.blog-header__subtitle {
    font-family: "Brandon Text", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-header__title {
    font-size: 38px;
    letter-spacing: normal;
    font-family: "Times New Roman";
    font-weight: normal;
    color: #313131;
}

@media (max-width: 767.98px) {
    .blog-header__title {
        font-size: 32px;
    }
}

#shopify-section-blog-template {
    margin-bottom: 45px;
}

@media (max-width: 767.98px) {
    #shopify-section-blog-template {
        margin-bottom: 25px;
    }
}

.template-article .recentpost__sidebar .post-item .post__title,
.template-blog .recentpost__sidebar .post-item .post__title {
    line-height: 1.2;
}

.template-article .recentpost__sidebar .post-item .post__title a,
.template-blog .recentpost__sidebar .post-item .post__title a {
    font-size: 14px;
}

.template-article .recentpost__sidebar .post-item .post__date,
.template-blog .recentpost__sidebar .post-item .post__date {
    font-size: 12px;
}

.template-article .blog_detail .rte .post-title,
.template-article .blog_detail .rte p,
.template-blog .blog_detail .rte .post-title,
.template-blog .blog_detail .rte p {
    font-size: 16px;
}

.template-article .article--listing .article__excerpt,
.template-blog .article--listing .article__excerpt {
    font-size: 16px !important;
}

.template-article .blog_share .article__share .dropdown-menu.show {
    z-index: 9;
}

@media (max-width: 767.98px) {
    .template-article .blog_share .article__share .dropdown-menu span {
        vertical-align: bottom;
    }
}

@media (max-width: 767.98px) {

    #shopify-section-article-template .article__info .article__author,
    .template-article .article__date,
    .template-blog .article__author,
    .template-blog .article__countcomment {
        font-size: 12px !important;
    }
}

.block_our_terms__item:not(:last-child) {
    margin-bottom: 50px;
}

.block_our_terms__item a {
    display: inline-block;
    text-decoration: underline;
    color: grey;
}

.block_our_terms__item a:hover {
    color: #333;
}

.block_our_terms__sub-title {
    letter-spacing: 1.8px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 16.5px;
}

@media (min-width: 992px) {
    .block_our_terms__sub-title {
        font-size: 18px;
    }
}

.PageShipping .vertical-line {
    padding-bottom: 75px;
}

.page-shipping__title-wrap-text {
    position: relative;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.page-shipping__title-wrap-text p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 2;
}

@media (min-width: 992px) {
    .page-shipping__title-wrap-text p {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .page-shipping__row.row--60 {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width: 1200px) {
    .page-shipping__row.row--60 {
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media (min-width: 768px) {
    .page-shipping__col.col--60 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .page-shipping__col.col--60 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .page-shipping__col.left {
        border-right: 1px solid #313131;
    }
}

.page-shipping__info-block:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 25px;
    margin-bottom: 27px;
}

@media (max-width: 767.98px) {
    .page-shipping__info-block:not(:last-child) {
        padding-top: 20px;
    }
}

.page-shipping__info-title {
    font-family: "Brandon Text", sans-serif;
    letter-spacing: 1.8px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .page-shipping__info-title {
        font-size: 18px;
    }
}

.page-shipping__info-para p {
    font-family: "futurabook";
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 992px) {
    .page-shipping__info-para p {
        font-size: 16px;
    }
}

.page-shipping__info-para p:not(:last-child) {
    margin-bottom: 20px;
}

.PageContactUs {
    padding-left: 0;
    padding-right: 0;
}

.PageContactUs .boxInformationImage {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .PageContactUs .boxInformationImage {
        padding: 0 24px;
    }
}

@media (min-width: 992px) {
    .PageContactUs .boxInformationImage {
        padding: 0 34px;
    }
}

.PageContactUs .boxInformationImage.PageContactUs__top-contact {
    padding-right: 35px;
    padding-left: 35px;
}

@media (min-width: 1200px) {
    .PageContactUs .boxInformationImage.PageContactUs__top-contact {
        padding-right: 60px;
        padding-left: 60px;
    }
}

.PageContactUs .row-33 .col-33 {
    position: relative;
}

@media (min-width: 992px) {
    .PageContactUs .row-33 .col-33:nth-child(odd)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100px;
        background-color: #d2d2d2;
    }

    .row-40 {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (min-width: 992px) {
    .PageContactUs .row-33 .col-33:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100px;
        background-color: #d2d2d2;
    }
}



.PageContactUs .top-contact__heading {
    font-family: "Brandon Text", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .PageContactUs .top-contact__heading {
        padding-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .PageContactUs .top-contact__heading {
        padding-top: unset;
    }
}

@media (min-width: 992px) {
    .PageContactUs .top-contact__heading {
        font-size: 18px;
    }
}

.PageContactUs__wrap-line-text-center {
    max-width: 800px;
    margin-top: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 70px;
    line-height: 35px;
    position: relative;
}

.PageContactUs__wrap-line-text-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #313131;
}

.PageContactUs__wrap-line-text-center a {
    text-decoration: underline;
}

.PageContactUs__wrap-line-text-center a:hover {
    color: #979797;
    text-decoration: underline;
}

.PageContactUs__wrap-line-text-center p {
    letter-spacing: 0.5px;
}

.PageContactUs__contact-form {
    background-color: #f8f6f4;
    padding: 70px 40px;
    padding: 2em 2em;
    max-width: 690px;
    position: relative;
}

@media (min-width: 768px) {
    .PageContactUs__contact-form {
        padding: 4em;
    }
}

.PageContactUs__contact-form-title {
    margin-bottom: 40px;
}

.PageContactUs__contact-form-title h4 {
    font-family: "Times New Roman";
    font-weight: normal;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: normal;
}

@media (min-width: 768px) {
    .PageContactUs__contact-form-title h4 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .PageContactUs__contact-form-title h4 {
        font-size: 38px;
    }
}

.PageContactUs__contact-form-title p {
    font-family: "futurabook";
    font-weight: 300;
    letter-spacing: 0.2px;
    font-size: 15px;
}

.PageContactUs .form-group input,
.PageContactUs .form-group textarea {
    border: 0;
    border-color: #313131;
    background: 0 0;
    border-bottom: 1px solid;
    padding: 0;
    padding-bottom: 8px;
    cursor: pointer;
    border-ra
}

@media (max-width: 991.98px) {

    .PageContactUs .form-group input,
    .PageContactUs .form-group textarea {
        font-size: 15px;
    }
}

.PageContactUs button.btn {
    padding: 18px 10px 17px;
}

.PageContactUs button.btn span {
    color: #fff;
    font-family: "Brandon Text", sans-serif;
}

.PageContactUs button.btn:hover span {
    color: #fff;
}

.PageContactUs__contact-form {
    margin-top: 30px;
}

.PageContactUs__contact-form p.note.form-success {
    margin-bottom: 40px;
    color: #28a745;
    text-align: center;
}

.PageContactUs__additional-contact-info {
    margin-bottom: 35px;
}

.PageContactUs__additional-contact-info__title {
    font-size: 16px;
    font-family: "Brandon Text", sans-serif;
    margin-bottom: 20px !important;
    font-weight: 700;
}

@media (min-width: 992px) {
    .PageContactUs__additional-contact-info__title {
        font-size: 18px;
    }
}

.PageContactUs__additional-contact-info__para {
    font-family: "futurabook";
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 992px) {
    .PageContactUs__additional-contact-info__para {
        font-size: 16px;
    }
}

.PageContactUs__additional-contact-info__para a:hover {
    color: grey;
}

.PageContactUs__additional-contact-info__para p:not(:last-child) {
    padding-bottom: 20px;
}

.PageContactUs__row {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.PageContactUs__col {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn_message {
    font-size: 15px;
}

.template-404 .page-404 {
    height: calc(100vh - 72px);
    background-color: #999;
}

@media (max-width: 767.98px) {
    .template-404 .page-404 {
        height: 100vh;
    }
}

@media (max-width: 767.98px) {
    .template-404 .page-404 .page-not-found {
        padding-top: 20vh;
    }
}

.template-404 .page-404 .page-not-found .btn {
    font-family: "Brandon Text", sans-serif;
    letter-spacing: 1px;
}

.container-cart {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 25px;
    padding-right: 25px; */
}

/* @media (min-width: 768px) {
    .container-cart {
        padding-left: 50px;
        padding-right: 50px;
    }
} */
/* @media (min-width: 992px) {
    .container-cart {
        padding-left: 135px;
        padding-right: 135px;
    }
} */
.cart-sidebar__title {
    letter-spacing: normal;
    margin-bottom: 16px;
    font-family: "Times New Roman";
    font-weight: normal;
    font-weight: 400;
    font-size: 28px;
}

@media (min-width: 768px) {
    .cart-sidebar__title {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .cart-sidebar__title {
        font-size: 38px;
    }
}

.cart-sidebar__img-bg-gray {
    margin-bottom: 10px;
}

.cart-sidebar__gift-wrap {
    font-family: "futurabook";
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #313131;
}

.cart__header .label_price,
.cart__header .label_product,
.cart__header .label_quantity,
.cart__header .label_remove,
.cart__header .label_total {
    padding-bottom: 20px;
    font-family: "Brandon Text", sans-serif;
    text-transform: uppercase;
    vertical-align: bottom;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
}

.cart__price-wrapper {
    font-family: "futurabook";
}

.cart__meta .list-view-item__title a {
    font-family: "futurabook";
}

.cart__meta .product-subtotal {
    font-family: "futurabook";
}

.cart__shipping-title,
.cart__subtotal-title {
    font-family: "Brandon Text", sans-serif;
    font-weight: 700;
}

.cart .cart-note_label,
.cart .cart-notice-total,
.cart .cart_note textarea,
.cart__shipping-sub,
.cart__subtotal {
    font-family: "futurabook";
}

.shopify-cleanslate ._3TUeZPsTWjDxakSmeDcA4D {
    margin: 20px !important;
}

/*    css added 5-10-2022 */

.collection-item__title .cat-link {
    font-weight: 600;
}

.brand_listing_tab_section ul.nav-tabs {
    text-transform: uppercase;
}

.site-header.shrink {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 55;
    height: auto !important;
}

@media (max-width: 767.98px) {
    .site-header.shrink img {
        max-width: 110px !important;
    }
}

.c-search-dropdown-title {
    /* padding: 16px 0; */
    padding: 8px 0;
    width: 100%;
    background-color: #000000;
    text-align: center;
    display: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.c-search-dropdown-title:first-of-type {
    display: block;
}

.c-sideimage-texts {
    background-color: #f8f6f5;
    text-align: center;
    padding: 14px 6px;
}

.c-sideimage-texts__title {
    font-family: Brandon Text, sans-serif;
    font-weight: 700;
    font-size: 32px;
}

.c-sideimage-texts__descp {
    font-family: Brandon Text, sans-serif;
    font-size: 25px;
    margin-bottom: 6px;
}

.c-sideimage-texts button {
    border: none;
    background: transparent;
    font-size: 19px;
    font-weight: 600;
}

.product-single__photos .block_content {
    text-align: center;
    /* height: 420px; */
}


.product-single__photos > img {
    display: inline-block;
    /* height: 100%; */
    cursor: default;
    vertical-align: middle;
}


.product-single__photos .block_content span img:last-child {
    background-color: white;
}

.template-product h1.product-single__title {
    border-bottom: 1px solid black;
    padding-bottom: 12px;
}

.custom-gift-wrap__selectBox {
    margin: 0 !important;
}

/* .custom-gift-wrap__selectBox-value {
    text-align: center;
    padding: 22px 0px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
} */
/* .custom-gift-wrap__selectBox-value:after {
    right: 21px !important;
} */

/* .template-product .custom-gift-wrap {
    background-color: #dcdcdc;
    border-radius: 3px;
} */



#description-tab {
    padding-left: 0;
}

.product-description-section li.nav-item {
    width: 50%;
}

.product-description-section .nav-tabs a {
    border-bottom: 1px solid #313131 !important;
}


.product-thumbs .owl-stage {
    display: flex;
    flex-direction: column;
    width: auto !important;
    overflow-y: auto;
    height: 296px;
    transform: unset !important;
}

@media (min-width: 768px) {
    .product-thumbs .owl-stage {
        height: 500px;
    }
}


.product-thumbs .owl-stage {
    padding-right: 10px;
}

/* width */
.product-thumbs .owl-stage::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.product-thumbs .owl-stage::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.product-thumbs .owl-stage::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

/* Handle on hover */
.product-thumbs .owl-stage::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*    .nov-bg, .nov-wrap {
   	display: none;
   } */

.empty-page-content .btn {
    font-size: 1rem;
    max-width: unset;
    padding: 16px 22px;
}

.footer-list .form-control {
    color: black;
}

.footer-list .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.25);
    opacity: 1;
    /* Firefox */
}

.footer-list .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.25);
}

.footer-list .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.25);
}





.site-header__inner.logo_above .site-header__wrapper {
    transition: padding 100ms ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    position: relative;
    z-index: 2;
}

/* .shrink .site-header__inner.logo_above .site-header__wrapper{
    transition: none;
} */

@media (min-width: 1460px) {
    .shrink .site-header__inner.logo_above .site-header__wrapper {
        padding: 13px 15px;
    }
}

@media (min-width: 1200px) {
    .c-cartwrap {
        display: flex;
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 576px) {

    .c-cartwarp__gift-wrap,
    .cart__layout_right {
        width: 50%;
    }
}

@media (max-width: 1199px) {
    .nov-footer footer .footer_slogan__title-block {
        flex-direction: column;
    }
}

@media (max-width: 991.98px) {
    .nov-footer footer .footer_slogan__title-block {
        flex-direction: unset;
    }

    .nov-footer footer .footer_slogan__sub-title {
        margin-left: 0;
    }

    .nov-footer footer .footer_slogan {
        padding: 34px 50px 34px;
    }

    .nov-footer footer .footer_slogan__img {
        right: -20px;
        top: -80px;
        max-width: 103px;
    }

    /* 
    .nov-footer footer .footer_slogan__title-block {
        justify-content: flex-start;
        padding-left: 26px;
    } */
}

/* @media (max-width: 767.98px) {
    .nov-footer footer .footer_slogan__img {
        top: -166px;
    }
} */

@media (max-width: 767.98px) {
    .footer_slogan__wrapper {
        display: block;
    }

    .nov-footer footer .footer_slogan {
        padding: 25px 30px 30px;
    }

    .nov-footer footer .footer_slogan__pay-img {
        max-width: 116px;
        text-align: center;
        margin-bottom: 25px;
    }

    .nov-footer footer .footer_slogan__title {
        font-size: 18px;
        text-align: left;
    }

    .nov-footer footer .footer_slogan__sub-title {
        font-size: 16px;
        text-align: left;
        margin-top: .6em;
    }

    .nov-footer footer .footer_slogan__img {
        /* top: -219px;
        right: unset;
        left: 88%; */
        top: -50%;
        right: unset;
        left: 88%;
        height: 100px;
        transform: translatex(-50%);
    }

    .nov-footer footer .footer_slogan__title-block {
        padding-left: 0;
        flex-direction: column;
    }
}

.footer-list {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .footer-list {
        padding: 50px 0;
    }

}

@media (min-width: 992px) {
    .footer-list {
        padding: 60px 0;
    }

}

.btn-go {
    width: 19px;
    height: 14px;
}

.form-control--newsletter {
    height: 40px;
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: .95rem;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.form-control--newsletter:focus {
    background-color: #eaeaea;
    border-color: #eaeaea;
    box-shadow: none;
    outline: none;
}

.form-control--newsletter::placeholder {
    color: black;
}

.btn--newsletter {
    background-color: #eaeaea;
    border-color: #eaeaea;
    padding: 0.4rem 1rem;
}

.btn--newsletter:hover .btn-go {
    fill: white;
}

.nov-footer .footer_newsletter .block-content {
    margin-bottom: 0;
}

.footer_newsletter__block-content {
    margin-top: 1rem;
}

.nov-footer .title-block {}

.block-content {
    font-size: .96rem;
    font-size: .76rem;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .block-content {
        display: block !important;
    }
}

.footer-social {
    margin-top: 0.8em;
    margin-bottom: 23px;
}




.footer_menu:nth-child(3) .footer-social {
    display: block;
}

.icn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.icn:hover {
    opacity: .8;
}

.icn svg {
    width: 100%;
    height: 100%;
    display: block;
}

.block-content__description {
    display: block;
    line-height: 1.5;
}

.swatch_filter--custom {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 192px;
    min-width: 282px;
    min-width: 100%;
    z-index: 1;
    /* padding: .999rem .8rem; */
    /* border-top: 2px black solid; */
    /* border-bottom: 2px solid; */
    padding-bottom: 0;
}

.swatch_color .swatch_filter--custom,
.swatch_size .swatch_filter--custom {
    /* display: block !important;
    position: relative;
    border: none; */
    /* background-color: red; */
}




.swatch_filter--custom .swatch-element label {
    border-radius: 4px;
}

.swatch_filter--custom .swatch-element:last-child label {
    /* border: 0px solid #fff; */
    border: none;
}

/* .swatch_filter--custom .swatch-element:last-child label{
    border: 2px solid #fff;
} */


/* .selectorVariants.prd_dtai {
    border-top: 1px black solid;
} */

.selectorVariants .swatch .swatch-element {
    margin-bottom: 0px;
}

.swatch_size .swatch-element {
    /* background-color: red; */
    width: 100%;
}


.template-product .selectorVariants.prd_dtai .swatch.swatch_size .swatch-element {
    margin-right: 0;
    margin-bottom: 0;
}

.template-product .selectorVariants.prd_dtai .swatch.swatch_size label {
    padding: 0 15px;
    width: initial;
    height: 34px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 14px;
}

.selectorVariants .swatch.swatch_size label {
    justify-content: flex-start;
    font-size: 12px;
}

.show {
    display: block;
}

/* .template-product .group-quantity{
    margin-top:0px !important
} */

.product-form__item--quantity {
    margin-top: 0px !important
}

.size-block {
    width: 100%;
    /* max-width: 192px; */
}


.template-product .selectorVariants.prd_dtai .swatch.swatch_size .header {
    margin: 0;
    /* background: blue; */
    min-height: 34px;
    line-height: 34px;
    padding-right: 40px;
}



.swatch_filter-droparw {
    position: absolute;
    right: 0;
    border: none;
    width: 30px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0;
    text-indent: -9999px;
}

.swatch_filter-droparw::before {
    content: "";
    background-image: url("data:image/svg+xml, %3Csvg class='icn-svg-full' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 4.4' style='enable-background:new 0 0 7.4 4.4' xml:space='preserve'%3E%3Cpath d='M7.4.7 3.7 4.4 0 .7.4.3.7 0l3 3 3-3 .3.3z'/%3E%3C/svg%3E");
    display: block;
    background-repeat: no-repeat;
    background-size: 10px 9px;
    width: 100%;
    height: 100%;
    /* text-indent: -9999px; */
    background-position: center;
    /* background-color: green; */
    min-width: 30px;

    min-height: 34px;
    /* background-color: yellow; */
}

.swatch_color .swatch_filter-droparw {
    display: none;
}

.swatch_filter-droparw svg {
    width: 14px;
    height: 6px;
    display: block;
}

.hover_x i.zmdi-long-arrow-right,
.hover_x i.zmdi-chevron-down,
.hover_x i.zmdi-chevron-up {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.view_all .btn-common {
    text-align: center;
}

.cart.cart_empty .btn {
    font-size: 13px;
    line-height: 1;
}

.product-description-section .nav-tabs .nav-link {
    color: #d2d2d2;
    border: none;
}

.product-description-section .nav-tabs .nav-link.active {
    color: black;
}

@media (max-width: 991px) {
    .product-form__item--submit .product-form__cart-submit:hover:before {
        width: 24px;
        height: 24px;
    }

    .wishlist-page {
        padding-top: 2.5rem;
    }

    .TopContent .product-form__item--quantity {
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {

    .btn_submit a,
    .btn_submit button {
        font-size: 12px;
        padding: 15px 8px;
        background-color: black;
        border: 1px black solid;
    }

    .btn_submit a.outline {
        background-color: white;
        color: black;
    }

    .btn_submit a.outline.hover_x:hover,
    .btn_submit a.outline.hover_x:focus {
        background-color: black;
        color: white;
        border-color: black;
    }

    .btn_submit a.outline.hover_x:hover span,
    .btn_submit a.outline.hover_x:focus span {
        color: white;
    }
}

@media (max-width: 576px) {

    .empty-page-content h1 {
        font-size: 2rem;
    }

    .empty-page-content .cart--empty-message {
        font-size: 1rem;
    }

    /* .product-form--hide-variant-labels .product-form__item label {
        font-size: 14px;
        margin-right: auto;
    } */

    /* .product-form__item--quantity .quick_view_qty .quantity-selector {
      font-size: 26px;
    } */
    /* 
    .product-form__item--quantity .quick_view_qty .quick_view-qty {
      font-size: 2rem;
    } */

    .TopContent .product-form__item--quantity .quick_view_qty {
        margin-bottom: 0;
    }

    .template-product .TopContent .container-product {
        padding-left: 0;
        padding-right: 0;
    }

    .content-boxpage.col {
        padding-left: 0;
        padding-right: 0;
    }

    .product-form__item--submit .product-form__cart-submit:hover:before {
        width: 18px;
        height: 18px;
    }
}

.remove-from-cart {
    width: 35px;
    height: 35px;
    /* background-color: red; */
}

#shopify-section-announcement-bar .announcement-bar input {
    line-height: initial;
    width: 100%;
}

#shopify-section-announcement-bar .announcement-bar input {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    background: transparent;
    font-weight: 500;
}

#shopify-section-announcement-bar .announcement-bar .btn-search {
    min-width: 300px;
}

#shopify-section-announcement-bar .search-container .container-fluid {
    top: 43px !important;
}

#shopify-section-announcement-bar .container-fluid.search-container {
    background-color: #fff;
    width: 430px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    z-index: 999;
    padding: 0;
}

#shopify-section-announcement-bar .container-fluid.search-container ul.search-results {
    background-color: #fff;
    width: auto;
}

#shopify-section-announcement-bar .container-fluid.search-container ul.search-results li {
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    display: block;
    flex: unset;
    max-width: 100%;
}

ul.search-results li a {
    display: flex;
    justify-content: center;
    align-items: center;
}


#shopify-section-announcement-bar .search-container .search-container .search-results .thumbnail {
    max-height: unset;
    overflow: hidden;
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left;
}

#shopify-section-announcement-bar .search-container .search-container .search-results .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#shopify-section-announcement-bar .search-container .search-results .media-body {
    text-align: left;
    flex: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

#shopify-section-announcement-bar .search-container .search-container .search-results .price,
#shopify-section-announcement-bar .search-container .search-container .search-results .title {
    font-size: 14px !important;
    font-weight: 400 !important;
    min-height: unset;
    margin: 0 !important;
}

/* #shopify-section-announcement-bar .search-container .search-container .search-results .see_all{
  bottom: 30px;
} */
@media screen and (max-width:991px) {
    #shopify-section-announcement-bar .search-button .search-container {
        width: 100%;
    }

    #shopify-section-announcement-bar .announcement-bar .search-button:hover {
        background-color: unset;
    }
}

@media screen and (max-width:767px) {
    #shopify-section-announcement-bar .btn-search.d-flex.flex-column.flex-sm-row.align-items-sm-center {
        flex-direction: row !important;
        align-items: center;
    }

    #shopify-section-announcement-bar .search-container .search-container .search-results {
        display: block !important;
    }
}

#cart-info .threshold_bar {
    display: none;
}

#cart-info .ajaxcart__product .media a {
    min-width: 100px;
    display: block;
    margin-bottom: .3rem;
}

.hover_x.btn.cart__checkout {
    /* height: 50px; */
}

#cart-info .hover_x.btn {
    display: flex;
}

#cart-info .hover_x.btn span {
    width: 100%;
    margin-left: -23px;
}

#cart-info .mobile .hover_x.btn span {
    margin-left: 0px;
    letter-spacing: 1.5px;
}

#cart-info .remove-from-cart {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (max-width: 765px) {
    #cart-info .remove-from-cart {
        display: inline-block !important;
        text-align: right;
    }
}

/* #AddToCart {
    padding-bottom: 3px;
} */

/* @media (min-width: 576px) {
    .hover_x.btn.cart__checkout span {
        position: absolute !important;
        top: 2px;
        width: 100%;
        height: 100%;
    }
} */

@media (min-width: 768px) {
    .hover_x.btn.cart__checkout span {
        position: absolute !important;
        top: 2px;
        width: 100%;
        height: 100%;
    }

    .layout_content .cart_dropdown #cart_block #cart-info .cart .remove-from-cart {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-bottom: 0;
        font-size: 20px;
        color: #868686;
    }
}

.nov__page {
    padding: 62px 0;
}

.nov__page h2 {
    text-align: center;
    font-family: "Times New Roman";
    font-weight: 400;
    font-size: 38px;
    color: black;
}

.nov__page .rte {
    letter-spacing: .2px;
    font-size: 16px;
    font-family: "futurabook";
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.75;
}

.nov__page .heading-shipping,
.nov__page strong {
    color: black;
}

@media (min-width: 1200px) {
    .container_ct.terms {
        max-width: 1092px;
        margin: auto;
    }
}

#PageContainer .btn.whislist-added {
    display: flex;
    align-items: center;
    justify-content: center;
}

#content_variants .product-form__cart-submit {
    height: 100% !important;
}

#content_variants .swatch_filter-droparw {
    right: -36px;
}

.wishlist-content.empty {
    font-size: 24px;
    font-family: "futurabook";
    text-align: center;
}

@media (max-width: 575px) {
    .wishlist-content.empty {
        font-size: 16px;
    }
}

/* #threshold_bar_popup_minicart {
    display: none;
} */

.page-contact .content .sub_bold,
.page-contact .content .sub_i_contact {
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-word;
}

@media (max-width: 1199.98px) {
    .page-contact .content .sub_i_contact {
        font-size: 13px;
    }

    .megaMenu__collection-title-block {
        margin-bottom: .5rem;


    }

    .mm-panels>.mm-panel:after,
    .mm-panels>.mm-panel:before {
        display: none;
    }

}



.product-single__photos.bg_af {
    display: flex;
    flex-direction: row-reverse;
}

.proFeaturedImage.product-img-popup {
    width: 75%;
}

#productThumbs {
    width: 25%;
}

.owl-carousel--custom-one.owl-drag .owl-item {
    width: 100% !important;
    margin-right: 0 !important;
    min-height: unset;
}

#productThumbs .owl-nav {
    display: none;
}

/* 
#PageContainer .container {
    max-width: 800px;
    margin: auto;
} */
#customer_login .novform-password .hide_show_password {
    display: flex;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .sidebar-overlay.act {
        display: none;
    }

    .megaMenu__collection-title {
        font: 400 32px/38px "Times New Roman";
        letter-spacing: normal;
        text-transform: unset;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
    }

    .megaMenu__collection-title::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 40px;
        background-color: #d2d2d2;
        width: 30px;
        height: 1px;
    }

    .megaMenu__collection-title-block {
        margin-bottom: 0;
    }


}

.add-to-block {
    flex-direction: row-reverse;
}

@media (max-width: 576px) {
    .add-to-block {
        flex-direction: column-reverse;
    }
}

#PageContainer .page-width.account_customers .container.account {
    max-width: 1200px;
}

.page-width.account_customers .customer_account a.btn,
.page-width.account_customers .customer_account button,
.page-width.account_customers .customer_account .submit-input {
    font-size: 12px;
    padding: 14px 36px;
    background-color: black;
    color: white;
    border-radius: 0;
    font-weight: 700;
    border: 1px black solid;
}

@media screen and (max-width: 767px) {

    .page-width.account_customers .customer_account a.btn,
    .page-width.account_customers .customer_account button,
    .page-width.account_customers .customer_account .submit-input {
        font-size: 14px;
        padding: 14px 25px;
        background-color: black;
        color: white;
        border-radius: 0;
        font-weight: 700;
        border: 1px black solid;
        width: 100%;
    }
}

.page-width.account_customers .customer_account a.btn:hover,
.page-width.account_customers .customer_account button:hover,
.page-width.account_customers .customer_account .submit-input:hover {
    background-color: white;
    color: black;
}

.page-width.account_customers .customer_account a.btn:focus,
.page-width.account_customers .customer_account button:focus,
.page-width.account_customers .customer_account .submit-input:focus {
    background-color: white;
    color: black;
    outline: none;
}


.page-width.account_customers .title_block {
    font-size: 22px;
}

.page-width.account_customers .table-responsive .btn.btn--secondary {
    background-color: transparent;
    color: #313131;
    border: 1px solid #313131;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 0px;
    width: 88px;
    font-weight: 600;
}

#create_customer .ssw-accept-wrapper {
    display: none;
}

#PageContainer #NovBreadcrumbs .headingPage,
.headingPage--custom {
    font-size: 2rem;
}

@media (max-width: 1198px) {

    #PageContainer #NovBreadcrumbs .headingPage,
    .headingPage--custom {
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {
    #PageContainer #NovBreadcrumbs {
        padding: 25px 0 0px 0 !important;
    }

    #PageContainer #NovBreadcrumbs .headingPage,
    .headingPage--custom {
        font-size: 1.5rem;
    }
}

#PageContainer #NovBreadcrumbs {
    /* padding: 55px 0 0 0 !important; */
    padding: 35px 0 0 0 !important;
}

.newsletter-input {
    color: black;
}

.custom-gift-wrap__selectBox-value.gift-wrap-selected:after {
    content: none;
}

textarea {
    color: black !important;
}

#order-details {
    padding: 55px 0;
}

@media (max-width: 991px) {
    #order-details .account_customers {
        padding: 0 32px;
    }
}

@media (max-width: 575px) {
    #order-details .account_customers {
        padding: 0 14px;
    }

    #order-details .order-table {
        font-size: 14px;
    }
}

@media (min-width: 992px) {

    .announcement-bar__search,
    .announcement-bar__login {
        width: 400px;
    }

    .announcement-bar__login {
        text-align: right;
    }


    .announcement-bar__message-wrap {
        width: 100%;
    }
}

.product-highlight .collection-grid-item__title-wrapper .hover_x span,
.block_customs .hover_x span {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.block_title.footer-block .hover_x span {
    font-size: 15px;
    letter-spacing: 1.5px;
}

.block_title.footer-block a.hover_x {
    /* padding: 21px; */
    padding: 1em 1.2em;
    /* min-width: 250px; */
}

.btn--discover {
    max-width: none;
    width: auto;
    padding: 0
}

.btn--discover--custom {
    max-width: 250px;
    width: 100%;
}

/* Customize the label (the container) */
.custom-checkbox-container {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 16px;
    width: 19px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked~.checkmark {
    background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icn-svg-full {
    width: 100%;
    height: 100%;
    display: block;
}


.icn-svg {
    display: inline-block;
}

.icn-arw-drop {
    width: 34px;
    height: 34px;
}


.nav-active-theme {
    margin-top: .5rem;
}

.cart-block {
    margin-top: 2.5rem;
}

.cart-flex-quantity>div:first-child,
.cart-flex-price>div:first-child {
    display: none;
}

@media (max-width:767.98px) {

    /* .cart__price-wrapper > div{
        background-color: red;
        width:48%;
        display:inline-flex;
        align-items: center;
      }
     
      .cart__price-wrapper > div:first-child{
        text-align: right;
        padding-right: 1rem;
      } */
    .cart-flex-price>div,
    .cart-flex-quantity>div {
        width: 50%;
        /* background-color: yellow; */
        font-size: 14px;
    }

    .cart-flex-quantity>div:first-child,
    .cart-flex-price>div:first-child {
        font-size: 14px;
        padding-right: 2rem;
        text-align: right;
        display: block;
    }
}

.swatch_gift {
    /* background-color: yellow; */
}

.swatch_gift .swatch_filter {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.swatch_gift .swatch-element {

    flex-basis: 48%;
    text-align: center;
    /* border: 1px solid #313131; */
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* margin-right: 0px !important; */
}

.swatch_gift label {
    height: 100%;
    width: 100%;
    border: 1px solid #313131;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.6em .7em;
    height: auto;
    flex-direction: column;
    min-width: 108px;
}

.swatch_gift label span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
}

.swatch_gift .printed label::after,
.swatch_gift .virtual label::after {
    content: "";
    display: block;
    font-size: 13px;
    margin-top: 3px;
}

.swatch .header {
    display: flex;
}

.swatch_gift .printed label::after {
    content: "Pick Up Only";
}

.swatch_gift .virtual label::after {
    content: "Delivered by Email";
}

.swatch_gift .header--swatch {
    /* display: none !important; */
    max-width: 230px;
}



.selectorVariants__title {
    font-size: 13px;
    color: #000;
    margin-top: 1.5rem;
    margin-bottom: .8rem;
    text-transform: uppercase;
    font-weight: 600;
}

.item-gift-pack {
    margin-bottom: 1.5rem;
}

.modal-success-title {
    font-family: "Times New Roman";
    font-weight: normal;
}

.ff-times {
    font-family: "Times New Roman" !important;
    font-weight: normal;
}

.modal-content .modal-body--custom-one {
    padding: 2em 1.5em;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.form-check-label--custom-one {
    margin-bottom: 0;
    font-size: 11px;
    color: #909090;
    font-weight: 500;
    text-transform: uppercase;
}

.form-check-input--custom-one {
    margin-top: 0.26rem;
}





@media (min-width:768px) {

    .col--subscribe-img {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .col--subscribe-content {
        flex: 0 0 55%;
        max-width: 55%;
    }
}

.form-confirmation {
    max-width: 280px;
    line-height: 1.3;
}

.modal.modal--confirmation .modal-header .close {
    right: 10px;
    top: 10px;
    opacity: .2;
}

.modal.modal--confirmation .modal-header .close:hover,
.modal.modal--confirmation .modal-header .close:focus {
    opacity: 1;
}


.swatch-element input[type=radio] {
    position: absolute;
}

.swatch_price .header--swatch {
    max-width: 130px;
}

.font-size-13 {
    font-size: 13px !important;
}

.product-form__item label.line-item-property__title {
    font-weight: 500;
}

.line-item-property {
    margin-bottom: 2em;
}



input[type=text].line-item-property__gift,
textarea.line-item-property__gift {
    border-width: 0px 0px 2px 0px;
    border-bottom-color: black;
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    background-color: #fff;
}

input[type=text].line-item-property__gift::placeholder,
textarea.line-item-property__gift::placeholder {
    color: #b4b4b4;
}

input[type=text].line-item-property__gift:hover,
input[type=text].line-item-property__gift:focus,
.line-item-property__field textarea.line-item-property__gift:focus,
.line-item-property__field textarea.line-item-property__gift:hover {
    background-color: #fff;
    border-width: 0px 0px 2px 0px;
    border-bottom-color: black;
}

.product__variations {
    display: block;
}

.product__variations-list .header--swatch {
    display: none !important;
}


/* [data-sizes="Refill"]{
    background-color:red;
} */



[data-sizes="Refill"] .product__variations .product__variations-list:nth-child(1) {
    background-color: yellow;
    display: none !important;
}



/* [data-sizes="Compact,Refill"] {
    background-color: red;
} */

[data-sizes="Compact,Refill"] .product__variations .product__variations-list:nth-child(2) {
    background-color: yellow;
    display: none !important;
}





.product__variations-list .swatch .swatch-element {
    margin: 2px;
    line-height: 1;

}


.site-header__logo-image img.img-fluid {
    width: 100%;
}

.ProductRelated .grid--view-items .respone_image {
    padding-top: 100% !important;
}


body #shopify-section-nov-header .sidebar-overlay.act {
    display: none !important;
}

.wrap-attribute-gift .select-type-card li {
    flex-basis: 48%;
}


.wrap-attribute-gift li a {
    text-align: center;
    border: 1px solid black;
    cursor: default;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    padding: 30px 10px;
}

.wrap-attribute-gift li a:hover,
.wrap-attribute-gift li a.active {
    background-color: black;
    color: #fff;
}


.wrap-attribute-gift li strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
}

.wrap-attribute-gift li span {
    display: block;
    font-size: 13px;
    margin-top: 3px;
}

.wrap-attribute-gift .select-type-card {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-attribute-gift ul {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5em;
}

.wrap-attribute-gift li.value:not(:last-child) .list-select {
    margin-bottom: 20px;
}

#ProductPrice-nov-product-template-gift {
    font-size: 20px;
    color: #222222;
}

#AddToCart:hover #ProductPrice-nov-product-template-gift {
    color: #fff;
}

.product-info-variations {
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.modal-open {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0px !important;
}

.modal-open .modal--confirmation,
.modal-open .modal--popup-subscribe {
    padding: 0 !important;
}



.modal-dialog-centered--confirmation {
    min-height: calc(100% - 0rem);
    margin-top: 0;
    margin-bottom: 0;
}


small.txt-sm {
    font-size: 92%;
}

.category-list.show-styled li.relative-level-0 {}

.c-search-dropdown-vendor {
    margin-bottom: 0;
    line-height: 1.4;
    padding: 10px 15px;
    border-bottom: 1px #ebebeb solid;
}

.c-search-dropdown-vendor>small {
    font-style: italic;
    letter-spacing: .1em;
    opacity: .7;
}

.c-search-dropdown-vendor>b {
    font-size: .9rem;
    font-weight: 600;
}

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}

.col--10 {
    padding-left: 10px;
    padding-right: 10px;
}

.error-block {
    display: block;
}


.dropdown-menu--custom-1 {
    border-radius: 0px;
    border: 1px solid black;
    margin-top: 0px;
    right: 0;
    /* left: -1px !important;
    width: auto !important; */
    /* width: calc(100% - 1px) !important; */
    max-height: 250px;
    padding: 0;
}

.g-pt-one {
    padding-top: 4rem;
}

@media (min-width: 768px) {
    .g-pt-one {
        padding-top: 6rem;
    }

}

@media (min-width: 992px) {
    .g-pt-one {
        padding-top: 7rem;
    }


}

@media (min-width: 1200px) {
    .g-pt-one {
        padding-top: 8rem;
    }

    .top-links .content_right {
        /* padding-right: 2rem; */
        padding-right: 0px;
    }
}

@media (max-width: 1198.98px) {
    .container.account {
        padding: 0 50px;
    }
}




.custom-new-checkbox-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-new-checkbox-container--1 {
    padding-left: 26px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
}

/* Hide the browser's default checkbox */
.custom-new-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: black;
}

.checkbox-checkmark--custom-one {
    height: 15px;
    width: 15px;
}

/* On mouse-over, add a grey background color */
.custom-new-checkbox-container:hover input~.checkbox-checkmark {
    background-color: black;
}

/* When the checkbox is checked, add a blue background */
.custom-new-checkbox-container input:checked~.checkbox-checkmark {
    background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-new-checkbox-container input:checked~.checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-new-checkbox-container .checkbox-checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-new-checkbox-container--1 .checkbox-checkmark--custom-one:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-title-main {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    display: block;
    margin-bottom: 1.6rem;
}

.account-page {
    padding-top: 3rem;
}

.account-page-wrapper {
    max-width: 90%;
}

@media (min-width: 768px) {
    .account-page-wrapper {
        max-width: 435px;
    }

    .page-title-main {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

/* .collection-grid-item__title-wrapper:hover .hover_x i.zmdi-long-arrow-right {
    color: #000;
    visibility: initial;
    opacity: 1;
    transform: translateY(-50%) !important;
} */

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.category-new-in {
    background-color: red;
}

.dropdown-new-in:nth-child(n+2) .dropdown-drp--button {
    font-weight: 400 !important;
}

.dropdown-new-in:nth-child(1) .dropdown-menu {
    display: none !important;
}

.dropdown-new-in:nth-child(n+2) [data-toggle="dropdown"] {
    font-size: 13px !important;
}

@media (max-width: 991px) {
    .dropdown-new-in:nth-child(n+2) {
        display: none !important;
    }

}

.dropdown-new-in:nth-child(1) [data-toggle="dropdown"] .icn-accordion {
    display: none !important;
}

.icn-accordion {
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    right: 20px;
}

.icn-accordion::before,
.icn-accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    background-color: #313131;
    transform: translateY(-50%);
    transition: all .5s ease;
}

.icn-accordion::after {
    transform: translateY(-50%) rotate(-90deg);
}

.show .icn-accordion::after,
.show .icn-accordion::before,
.dropdown-drp--button[aria-expanded="true"] .icn-accordion::before,
.dropdown-drp--button[aria-expanded="true"] .icn-accordion::after {
    transform: translateY(-50%) rotate(-180deg);
}



.collection-banner {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f6f4;
    position: relative;
}

.collection-banner__content {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f6f4;
    z-index: 2;
}


@media (min-width: 992px) {
    .collection-banner__content.expanded {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .collection-banner__content {
        min-height: 450px;
        padding-right: 50px;
        padding-left: 50px;
        flex: 0 0 25%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .collection-banner__content {
        min-height: auto;
        height: auto !important;
        padding: 30px 25px;
    }

    .collection-banner__content.expanded {
        padding-bottom: 100px;
    }
}

.collection-banner__title {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}


.collection-banner__description.expanded {
    /* background-color: red; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 991px) {
    .collection-banner__description.expanded {
        margin: 0;
    }

}

.collection-banner__description>p {
    letter-spacing: .2px;
    font-size: .96rem;
    line-height: 1.5;
}

.collection-banner__description>p:first-child {
    /* background: red; */
    overflow: hidden;
    display: block;
    display: -webkit-box;
    /* max-width: 400px; */
    height: 208.2px;
    /* margin: 0 auto; */
    /* font-size: 26px; */
    /* line-height: 1.4; */
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.collection-banner__description.expanded>p:first-child {
    /* background: yellow; */
    height: auto;
    text-overflow: unset;
    overflow: auto;
}





.collection-banner__description.expanded>p {
    display: block;
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .collection-banner__description.expanded>p {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 20px;
    }

}


.collection-banner__description>p:nth-child(n+2) {
    display: none;
}

.collection-banner__description.expanded>p:nth-child(n+2) {
    display: block;
}

.collection-banner__description>p:last-child {
    margin-bottom: 0;
    background-color: red;
}

.collection-banner__img {
    flex: 0 0 100%;
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: all .7s ease;
}

@media (max-width: 991px) {
    .collection-banner__img {
        position: relative;
        left: 0;
    }

    .collection-banner__img.expanded {
        display: none;
    }
}




@media (min-width: 992px) {
    .collection-banner__img.expanded {
        left: 75%;
    }

    .collection-banner__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
}

.collection-banner__img-holder {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 450px;
    height: 100%;
}


.collection-banner__img-holder>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.collection-banner__readmore {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    letter-spacing: 1.2px;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .collection-banner__readmore {
        margin-top: 20px;
    }
}

.collection-banner__readmore span,
.collection-banner__close-readmore span {
    position: absolute;
    right: -70px;
    top: -10px;
    z-index: 2;
    background-color: #ebebeb;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.collection-banner__close-readmore span {
    right: -60px;
}

@media (max-width: 991px) {
    .collection-banner__readmore span {
        position: relative;
        right: 0;
        top: 0;
        margin-left: 10px;
    }

}


.collection-banner__readmore svg {
    width: 8px;
    height: 11px;
    display: block;

}

.collection-banner__close-readmore svg {
    width: 17px;
    height: 12px;
    display: block;
}

.collection-banner__close-readmore {
    position: absolute;
    right: calc(0% + 50px);
    bottom: 45px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    letter-spacing: 1.2px;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .collection-banner__close-readmore {
        right: 85px;
        bottom: 35px;
        /* background-color: red; */
    }
}

@media (min-width: 992px) {
    .collection-banner__close-readmore {
        right: calc(0% + 38px);
    }
}

.available_product--fixed {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.5em;
    color: #313131;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1.5px;
    opacity: 0;
    display: block;
    /* flex-wrap: nowrap; */
    white-space: nowrap;
}

.item-product .thumbnail-container:hover .available_product--fixed {
    opacity: 1;
}



.loader_4 {
    animation: loader-4 1s infinite linear;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -1px;
    /* background-color: red; */
    left: -2px;
    /* transform: translate(-50%, -50%); */
}


.loader_4 .line_1,
.loader_4 .line_2,
.loader_4 .line_3,
.loader_4 .line_4,
.loader_4 .line_5,
.loader_4 .line_6 {
    opacity: 1;
    animation: color-4 1s infinite;
}

.loader_4 .line_2 {
    animation-delay: 150ms;
}

.loader_4 .line_2 {
    animation-delay: 300ms;
}

.loader_4 .line_4 {
    animation-delay: 550ms;
}

.loader_4 .line_5 {
    animation-delay: 750ms;
}

.loader_4 .line_2 {
    animation-delay: 900ms;
}

@keyframes loader-4 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes color-4 {
    50% {
        opacity: 1;
    }
}

.row-soldout {
    margin-top: 32px;
    ;
}

.row-soldout+.add-to-block {
    /* background-color: red; */
    display: none !important;
    visibility: hidden !important;
}




/* body{
    background-color: red;
} */
/* @media (min-width: 1200px) {
    .collection-banner__close-readmore {
        right:calc(0% + 50px);
    }
} */


.address-block {
    /* background-color: yellow; */
}

.address-block__locate {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.address-block__locate::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 18px;
    background-color: #d2d2d2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.address-block__tel {}

.icn-map {
    width: 22px;
    height: 26px;
}

.address-block__txt,
.address-block__tel {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.address-block__txt {
    margin-left: 10px;
}

.dropdown-menu-map {

    width: 400px;
    box-shadow: 8px 14px 14px rgba(0, 0, 0, .04);
}

.dropdown-menu-map__content,
.dropdown-menu-map__map {
    /* display: block; */
}

.dropdown-menu-map__content {
    background-color: #fff;
    padding: 20px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;

}

.dropdown-menu-map__content-txt {
    position: relative;
    z-index: 2;
    text-transform: none;
    font-size: 13px;
    padding-right: 24px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 1.6;
    z-index: 5;
}


.icn-map-close {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    z-index: 10;
    width: 14px;
    height: 14px;
    /* background-color: red; */
    padding: 8px;
    box-sizing: content-box;
    cursor: pointer;
}



.dropdown-menu-map__embed {
    padding-top: 100%;
    background-color: #ebebeb;
}

.dropdown-menu-map__embed iframe,
.dropdown-menu-map__embed embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.canvas-menu .canvas-header-box {
    /* background-color: #ebebeb; */
    background-color: white;
}

.canvas-menu #canvas-main-menu .mm-panel .mm-listview>li {
    padding: 0;
    /* border-bottom: 1px solid #d8d8d8; */
}

.canvas-menu #canvas-main-menu .mm-panel .mm-listview {
    margin-top: 0;
}


.canvas-menu #canvas-main-menu .mm-panel .mm-listview li a {
    font-size: 14px;
    padding: 18px 20px;
    letter-spacing: 1.5px;
    line-height: 1;
}

.canvas-menu #canvas-main-menu .mm-panel .mm-listview li a.site-nav--has-dropdown-link[title="Offers & Gifts"],
.ver_menu .site-nav>li>a.site-nav--has-dropdown-link[title="Offers & Gifts"]  {
    color: #00c04b;
}
/* .canvas-menu #canvas-main-menu .mm-panel .mm-listview li a.site-nav--has-dropdown-link:hover[data-title="Offers & Gifts"]  {
    color: #00c04b;
} */

.canvas-menu #canvas-main-menu .mm-panel .mm-listview li a.mm-next {
    padding-left: 10px;
    justify-content: center;
    padding-right: 10px;
}

.canvas-menu #canvas-main-menu .mm-panel .mm-listview>li .mm-next:after {
    color: black;
    font-size: 15px;
    font-weight: normal;
}

.mm-listview .mm-next {
    width: 50px;
}

.canvas-menu #canvas-main-menu {
    top: 59px;
    background: #ebebeb;
}

.login.site-nav__link {
    display: block;
    /* width: 80%; */
    width: calc(100% - 50px);
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.login.site-nav__link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;

    height: 100%;
    background-color: #e6e6e6;
}

.canvas-menu .canvas-header-box .close-box {
    cursor: pointer;
    display: block;
    /* width: 20%; */
    width: 50px;
    text-align: center;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}


.zmdi.zmdi-close {
    font-size: 24px;
    line-height: 1;
    color: black;
}


.canvas-menu .dropdown_menu {
    padding: 40px 0;
}

.canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li.menuTitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    /* padding-top: 12px; */
    margin-bottom: 10px;
    padding: 0;
}



/* @media (max-width: 991px) {
    .menuCol:nth-child(n+2) .menuTitle {
        display: none !important;
    }
} */


.canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li:not(.menuTitle) {
    border-top: 1px solid #d8d8d8;
}

.canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li:first-child {
    border-top: none;
    border-bottom: 0px;
    margin-bottom: 0;
}

.canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks.mob li:first-child{
    /* background-color: red; */
    padding-top: 5px;
}
.canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks.mob li:last-child{
    /* background-color: red; */
    padding-bottom: 5px;
}

.canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li.menuTitle a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 0;
    display: block;
    margin-bottom: 0;
    padding: 18px 15px;
        letter-spacing: 1.5px;
    line-height: 1;
}

.canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li:not(.menuTitle) a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #313131;
    padding: 15px 15px;
    letter-spacing: 1.5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Brandon Text", sans-serif;
}

.canvas-menu #canvas-main-menu .mm-navbar .mm-title {
    display: none;
}

.canvas-menu #canvas-main-menu .mm-panel.mm-hasnavbar .mm-navbar {
    max-width: 100%;
}

.mm-navbar .mm-btn:first-child {
       left: 0;
    position: relative;
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding-inline-start: 20px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1;
}

.mm-navbar {
    height: 50px;
    /* background-color: red; */
}

.canvas-menu #canvas-main-menu .mm-navbar .mm-prev:before {
    border-color: #222;
    top: -2px;
    left: 2px;
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 50px;
}

.free-looking>.container-fluid {
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;

}

@media (min-width: 992px) {
    .container_ct.large {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-right: 70px;
        padding-left: 70px;
    }
}


.btn-common.top[aria-expanded="true"] {
    display: none;
}

.page-custom-one {
    padding-right: 20px;
    padding-left: 20px;

}

@media (min-width: 768px) {
    .page-custom-one {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .page-custom-one {
        padding-right: 100px;
        padding-left: 100px;
    }
}

.block_our_store__spacing {
    background-color: #f8f6f4;
    padding: 15px;
    margin-bottom: 35px;
}

@media (min-width: 1200px) {
    .block_our_store__spacing {
        padding: 30px;
        margin-bottom: 0px;
    }
}

.block_our_store__imgwrap-two {
    padding-bottom: 100%;
}

@media (min-width: 768px) {
    .layout_content .cart_dropdown #cart_block #cart-info .cart {
        display: flex;
        flex-direction: column;
    }

    .layout_content .cart_dropdown #cart_block #cart-info .ajaxcart__inner {
        order: 2;
        margin-bottom: 0;
    }

    .layout_content .cart_dropdown #cart_block #cart-info #threshold_bar_popup_minicart {
        order: 1;
    }

    .layout_content .cart_dropdown #cart_block #cart-info .cart .ajaxcart__footer {
        order: 3;
    }
}

/* .masonry_transition{
    height: 550px;
    width: 100% !important;
    padding: 20px 0;
}

.masonry_transition > div{
   
} */





/* /* .masonry_transition > div{
    position: absolute;
    text-align: left;
    font-size: 10px;
} */

@media (max-width: 1199px) {
    .masonry_transition {
        height: auto;
        width: 100% !important;
        padding: 0;

    }

    .masonry_item {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
        border-bottom: 1px #d8d8d8 solid;
        padding-bottom: 7px;
    }


    .grid-sizer {
        width: 100%;
    }

    .dropdown_menu .site-nav__dropdown.megaMenu .menuGroup .menuCol.touchpad {

        padding-left: 0;
        padding-right: 0;
    }

    .canvas-menu .site-nav__dropdown .menuCol.touchpad ul {

        padding-left: 0px;
    }

    .masonry_item-title {
        font-size: 12px;
        padding: 0 40px;
    }

    .canvas-menu .site-nav__dropdown.megaMenu .menuCol.touchpad .novMenuLinks li:not(.menuTitle) a {
        padding: 5px 40px;
        font-size: 12px;
        font-weight: normal;
    }

    .canvas-menu .site-nav__dropdown.megaMenu .menuCol.touchpad .novMenuLinks li:not(.menuTitle) {
        border-top: none;
    }
}

.site-nav--has-dropdown .site-nav__dropdown .masonry_transition ul {
    font-size: 0px;
}

.site-nav--has-dropdown .site-nav__dropdown .masonry_transition ul>li {
    line-height: 1;
}



/* .header-mobile{
    background-color: lightcoral;
}

.site-header__inner{
    background-color: lightcoral;
} */

.row--custon-one {
    margin-left: -5px;
    margin-right: -5px;
}

.col--custon-one {
    padding-left: 5px;
    padding-right: 5px;
}

.btn_submit.mobile {
    padding-left: 10px;
    padding-right: 10px;
}


/* @media (max-width: 767.98px) {
    .cart.ajaxcart.mobile{
        display: flex;
        flex-direction:column;
        background-color:lightgreen;
    }

    .cart.ajaxcart.mobile  .ajaxcart__inner{
        order:2;
    }
    .cart.ajaxcart.mobile  .threshold_mob{
        order:1;
    }
    .cart.ajaxcart.mobile  .ajaxcart__footer{
        order:3;
        margin-top: 20px;
    }

} */



.cart.ajaxcart.mobile {
    display: flex;
    flex-direction: column;
    /* background-color:lightgreen; */
}

.cart.ajaxcart.mobile .ajaxcart__inner {
    order: 2;
}

.cart.ajaxcart.mobile .threshold_mob {
    order: 1;
}

.cart.ajaxcart.mobile .ajaxcart__footer {
    order: 3;
    margin-top: 20px;
}


body.open,
body.show-boxpage {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: none;
}

.site-header__logo-svg {
    display: block;
    width: 140px;
    height: 40px;
    /* background-image: url(logo-tlo-140@1x.png);
    background-image: -webkit-image-set(url(logo-tlo-140@1x.png) 1x, url(logo-tlo-280@2x.png) 2x);
    background-size: contain;
    background-color: lightgreen;
    background-repeat: no-repeat; */
    /* background-color: yellow; */
}

/* @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5) {
		.site-header__logo-svg{
            background-color: lightgreen;
            width: 140px;
            height: 40px;
            background-image: url(logo-tlo-280@2x.png);
            background-size: 140px 40px;
        }
        
} */


/* .modal--popup-subscribe{
    background-color: yellow;
} */



@media (max-width: 767.98px) {
    .modal--popup-subscribe .modal-dialog {
        max-width: 100%;
        /* background: lightgreen; */
    }
}

@media (min-width: 1200px) {
    .masonry_transition {
        height: 476px;
        height: 480px;
        width: 100% !important;
        padding: 10px 0;
        /* background-color: red; */
    }

    .masonry_item {
        float: left;
        width: 12%;
        height: auto;
        margin-right: 10px;
        margin-bottom: 15px;
        /* background-color: red; */
    }


    .grid-sizer {
        width: 16%;
    }

    .masonry_item-title {
        font-size: 10px;
    }

    .megaMenu-childrens {
        display: grid;
        padding-left: 85px;
        padding-right: 85px;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        padding-bottom: 15px;
    }
     .megaMenu-childrens.divider {
        display: flex;
        justify-content: center;
        width: 100%;
        min-height: 500px;
    }

    .site-nav--has-dropdown .site-nav__dropdown .masonry_transition ul>li a {
        font-size: 10px;
        line-height: 1.2;
    }

    .site-nav li:last-child .megaMenu-childrens {
        display: block;
        /* background-color: lightgreen; */
        /* padding-left: 30px;
    padding-right: 30px; */
        padding-left: 75px;
        padding-right: 75px;
    }


    .site-header__logo-image img.img-fluid {
        max-width: 170px !important;
    }

    .site-header .site-nav__link-main,
    .site-header .site-nav--has-dropdown-link {
        /* padding: 10px 14px; 
        font-size: 12px;*/
        padding: 18px 14px;
        font-size: 14px;
    }

    .site-nav--has-dropdown .site-nav__dropdown ul>li.menuTitle>a.invisible {
        font-weight: 700 !important;
        min-height: 22px;
        line-height: 1;
        font-size: 0px;
    }
}

@media (min-width: 1680px) {

    .masonry_transition {
        height: 544px;
        width: 100% !important;
        padding: 20px 0;
    }

    .masonry_item-title {
        font-size: 12px;
    }

    .masonry_item {
        float: left;
        width: 16.5%;
        width: 13.5%;
        width: 11%;
        height: auto;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .site-nav li:last-child .megaMenu-childrens {

        padding-left: 85px;
        padding-right: 85px;
    }


    .grid-sizer {
        width: 16.5%;
    }

    .site-nav--has-dropdown .site-nav__dropdown .masonry_transition ul>li a {
        font-size: 12px;
        line-height: 1.35;
    }

    .megaMenu-childrens.divider {
        /* display: grid; */
        /* grid-template-columns: repeat(auto-fill, minmax(247px, 1fr)); */
        /* grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); */
        /* padding-left: calc(100px - 15px);
        padding-right: calc(100px - 15px); */
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .site-header__logo-image img.img-fluid {
        max-width: 180px !important;
    }

    .site-header .site-nav__link-main {
        padding: 14px 14px;
        font-size: 14px;
    }

    .site-header .site-nav--has-dropdown-link {
        padding: 15px 14px;
    }

    .site-header__inner.logo_above .site-header__wrapper {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}




/* .megaMenu-childrens > .menuCol{
    max-width: 247px;
    background-color: red;
  } */

kbd {
    background-color: #FBFBE4;
    padding: 1px 4px;
    border-radius: 3px;
}

h1.all-brands-title {
    font-family: 'Times New Roman', Times, serif;
}

.collection-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;

}

@media (min-width: 768px) {
    .collection-item__title {
        font-size: 28px;
    }
}

.collection-item__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #979797;
    width: 50px;
    height: 1px;
}

ul li a.cat-link {
    font-family: 'futurabook', sans-serif;
    font-weight: 300;
}

.grid__item ul {
    margin-bottom: 50px;
}

.brand_listing_tab_section ul.nav-tabs {
    display: inline-flex;
    justify-content: space-between;
    padding: 20px 0px 15px;
    text-align: center;
}

.brand_listing_tab_section ul.nav-tabs .nav-link {
    background-color: unset !important;
    color: #313131 !important;
    font-size: 20px !important;
    padding: 0 !important;
}

.brand_listing_tab_section ul.nav-tabs .nav-link.active {
    cursor: pointer;
    border: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    border-color: #000;
}

.brand_listing_tab_section ul.nav-tabs .nav-link:hover {
    cursor: pointer;
    border: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    border-color: #000;
}

.brand_listing_tab_section ul.nav-tabs {
    border: none;
}

.brand_listing_tab_section ul.nav-tabs li {
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
    .brand_listing_tab_section ul.nav-tabs .nav-link {
        font-size: 16px !important;
    }

    .brand_listing_tab_section ul.nav-tabs li {
        margin: 0 8px;
        margin-bottom: 10px;
    }

    .brand_listing_tab_section ul.nav-tabs {
        justify-content: center;
    }

    .grid__item ul {
        margin-bottom: 20px;
    }
}


/*
consult page
*/
.section-banner-content {
    display: block;
}

.section-banner-content__wrapper {
    display: block;
    margin-top: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-top: 0;
    margin-bottom: 30px;
    position: relative;
    max-width: 850px;
}

@media (min-width: 1200px) {
    .section-banner-content__wrapper {
        margin-bottom: 70px;
    }
}

/* .section-banner-content__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #313131;
} */

.section-banner-content__main-paragraph {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #313131;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .section-banner-content__main-paragraph {
        line-height: 2;
    }
}

/* @media (min-width: 1200px) {
    .section-banner-content__main-paragraph {
        line-height: 2.2;
    }
} */

.section-banner-content__sub-paragraph {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: initial;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    line-height: 1.5;
    text-align: center;
}

.section-schedule {
    display: block;
}

.section-schedule__wrapper {
    background-color: #f8f6f4;
    padding: 40px 25px 50px 25px;
}

@media (min-width: 768px) {
    .section-schedule__wrapper {
        padding: 40px 35px 50px 35px;
    }
}

@media (min-width: 1200px) {
    .section-schedule__wrapper {
        padding: 70px 40px 50px 40px;
    }
}

.section-schedule__maintitle {
    font-size: 30px;
    font-family: "Times New Roman";
    color: #313131;
    text-align: center;
    font-weight: 400;
}

@media (min-width: 768px) {
    .section-schedule__maintitle {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .section-schedule__maintitle {
        font-size: 38px;
    }
}

.section-schedule__para {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 70px;
    line-height: 1.8;
    position: relative;
    max-width: 800px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .section-schedule__para {
        line-height: 2;
    }
}

@media (min-width: 1200px) {
    .section-schedule__para {
        line-height: 2.2;
    }
}

.section-schedule__para::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #313131;
}

.section-schedule__location {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 70px;
    line-height: 1.8;
    position: relative;
}

@media (min-width: 768px) {
    .section-schedule__location {
        line-height: 2;
        margin-top: 30px;
        margin-bottom: 56px;
    }
}

@media (min-width: 1200px) {
    .section-schedule__location {
        line-height: 2.2;
        margin-bottom: 70px;
    }
}

.section-schedule__location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #313131;
}

.section-terms__heading {
    font-size: 30px;
    font-family: "Times New Roman";
    color: #313131;
    text-align: center;
    font-weight: 400;
}

@media (min-width: 768px) {
    .section-terms__heading {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .section-terms__heading {
        font-size: 38px;
    }
}

.section-terms--collapse {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-top: 30px;
}

.section-terms__list {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}

@media (min-width: 1200px) {
    .section-terms__list {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.section-terms__list:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.section-terms__list-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

.section-terms__list-para {
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
}

.section-process {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section-process {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .section-process {
        margin-bottom: 80px;
    }
}

.section-process__listing {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.section-process__list {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 120px;
    padding-right: 30px;
    min-height: 75px;
    display: inline-flex;
    /* background: red; */
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.section-process__list:last-child {
    margin-bottom: 0px;
    min-height: auto;
}

@media (min-width: 1200px) {
    .right-content {
        /* background-color: red; */
        min-height: 600px;
    }

    .section-process__list {
        width: 50%;
        /* margin-bottom: 60px; */
        margin-bottom: 45px;
    }
}

.section-process__list::before {
    content: "0" counter(my-awesome-counter);
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Times New Roman";
    letter-spacing: normal;
    font-style: italic;
    font-size: 100px;
    color: #f8f6f4;
    display: inline-block;
    line-height: 78px;
}

.section-process__list-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
    letter-spacing: 1.5px;
}

.template-page .section-process__list-title {
    margin-bottom: 5px;
}

.section-process__list-subtitle {
    letter-spacing: 0.2px;
    font-size: 15px;
}

.section-process--link {
    padding-left: 0;
    padding-right: 0;
}

.section-process--link::before {
    display: none;
}


/* .section-slideshow .slick-slide .slide-image{
    padding-top: 37.93103%;
  } */

.content-caption__cap-link-wrap.hover_x i.zmdi-long-arrow-right {
    visibility: visible;
    opacity: 1;
    color: white;
}

.section-slideshow .content-caption .cap_link a {
    min-width: 250px;
}

.section-product-banner,
.section-collection-list {
    padding-bottom: 40px;
}

.container--90-spacing {
    width: 100%;
    /* background-color: red; */
}

@media (min-width: 992px) {

    .section-product-banner,
    .section-collection-list {
        padding-bottom: 80px;
    }

    .container--90-spacing {
        padding-left: 50px;
        padding-right: 50px;
    }

    .section-slideshow .content-caption .cap_link a {
        min-width: 250px;
        height: 80px;
    }

    /* .container-fluid--spacing{
        padding-right: 50px;
        padding-left: 50px;
    } */
    .section-slideshow .main-slider .content-caption__desc {
        flex-direction: row;
        align-items: center;
    }
}


.section-collection-list .collection-grid-item__col-link {
    /* background-color: red; */
    /* background-color: yellow; */
    display: inline-block;
    position: relative;
    padding-right: 0;
    max-width: calc(100% - 2vw);
}

.block_gift-voucher__link.hover_x i.zmdi-long-arrow-right,
.block_map__link.hover_x i.zmdi-long-arrow-right,
.collection-grid-item__col-link.hover_x i.zmdi-long-arrow-right {
    opacity: 1;
    visibility: visible;
    right: 0;
    margin-right: 0;
    position: relative;
    transform: none;
    top: auto;
    /* background-color: red; */
    bottom: -2px;

    /* background-color: red; */
}

a.collection-grid-item__col-link.hover_x:hover span,
a.collection-grid-item__col-link.hover_x:focus span,
a.collection-grid-item__col-link.hover_x:hover i.zmdi-long-arrow-right,
a.collection-grid-item__col-link.hover_x:focus i.zmdi-long-arrow-right,
a.block_gift-voucher__link.hover_x:hover span,
a.block_gift-voucher__link.hover_x:focus span,
a.block_gift-voucher__link.hover_x:hover i.zmdi-long-arrow-right,
a.block_gift-voucher__link.hover_x:focus i.zmdi-long-arrow-right {
    color: black;
}

.section-collection-list .collection-grid-item:hover .hover_x i.zmdi-long-arrow-right,
.section-custom .custom__item:hover i.zmdi-long-arrow-right {
    /* transform: translateX(5px); */
    right: -5px;
}

/* .shopify-section.nov-section-blog .blog-grid__item{
    background-color: red;
} */

.section-custom .custom__item:not(:last-child) {
    border-right: 0px;
}



@media (max-width: 767px) {
    .section-custom .custom__item {
        /* background-color: red; */
        margin-bottom: 20px;
        padding-bottom: 0px !important;
    }

    .padding-spacing-x {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.static-variation {
    max-width: calc(50% - 11px);
}

.static-variation__child {
    margin: 0;
    min-height: 34px;
    /* margin-bottom: 14px; */
    font-size: 13px;
    color: #222;
    line-height: 34px;
    width: 100%;
    font-weight: 700;
    border-bottom: 1px black solid;
}


.nov-blog--custom-one {
    margin-top: 3rem;
}


@media (min-width: 992px) {
    .nov-blog--custom-one {
        margin-top: 4rem;
    }

    .container--blog-detail {
        padding-right: 70px;
        padding-left: 70px;
    }


}

@media (min-width: 1200px) {
    .nov-blog--custom-one {
        margin-top: 5rem;
    }

    .container--blog-detail {
        padding-right: 130px;
        padding-left: 130px;
    }
}

/* .blog_detail h1,
.blog_detail h2,
.blog_detail h3,
.blog_detail h4,
.blog_detail h5,
.blog_detail h6{
    margin-bottom: .8rem;
} */

.blog_detail .rte p {
    margin-bottom: 1.8rem;
}

.site-header__logo-image {
    display: inline-block;
}

/* .shopify-challenge__container .shopify-challenge__message{
   margin-bottom:1.2rem;
} */

.shopify-challenge__container .g-recaptcha {
    margin: 1.2rem 0 !important;
}

.shopify-challenge__container .shopify-challenge__button {
    display: block;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    padding: 12px 0;
    min-width: 118px;
    background: black;
    border: 1px black solid;
    font-size: 15px;
    font-family: "Brandon Text";
}

.shopify-challenge__container .shopify-challenge__button:hover,
.shopify-challenge__container .shopify-challenge__button:focus {
    background: white;
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
}

#shopify-section-nov-header.shopify-section {
    position: relative;
    z-index: 100;
}

.description_show {
    line-height: 1.46;
}

.description_show::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 32px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
}

.description_show.open::before {
    display: none;
}

.product-description-section .tab-pane {
    padding-bottom: 22px;
}

.show-more-button {
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    bottom: 0;
    background-color: #ebebeb;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.show-more-button.slidedown {
    transform: rotate(180deg);
}

.show-more-button:hover,
.show-more-button:focus {
    background-color: black;
    color: white;
}

/* .TopContent ~ .BottomContent{
    background-color: red;
} */

.TopContent~.BottomContent .ProductRelated {
    margin-top: 0px;
    /* background-color: red; */
}


/* .swatch_color .swatch_filter--custom,
.swatch_size .swatch_filter--custom{
    background-color: blue;
} */

.product__variations-list .swatch_filter--custom {
    text-align: center;
    padding-bottom: 0;
    width: 100%;
    display: block;
    /* background-color: wheat; */
    position: relative;
    right: auto;
    border: none;
    max-height: none;
}

.selectorVariants .swatch.swatch_color .dropdown-menu--custom-1 {
    padding-bottom: 0;
    width: 100%;
    display: block;
    /* background-color: red; */
    position: relative !important;
    right: auto;
    border: none;
    max-height: none;
    transform: none !important;
    will-change: unset !important;
    top: auto !important;
    left: auto !important;
}

.dropdown-addtocart-popup.show {
    z-index: 200;
}

.selectorVariants--custom-one .swatch_size {
    order: 2;
}

.selectorVariants--custom-one .swatch_color {
    order: 1;
}


.section-slideshow .slick-arrow {
    background: rgba(255, 255, 255, .5);
    border: none;
}

.section-slideshow .slick-arrow i {
    color: black;
}

.section-slideshow .slick-arrow:hover {
    border: none;
    background-color: white;
}

.nov-blog--list {
    margin-top: 30px;
}

.blog-detail__wrapper {
    padding-bottom: 40px;
}

@media (min-width:992px) {
    .row--30 {
        margin-left: -30px;
        margin-right: -30px
    }

    .col--30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .nov-blog--list {
        margin-top: 50px;
    }

    .blog-detail__wrapper {
        padding-bottom: 60px;
    }
}

@media (min-width:1200px) {
    .nov-blog--list {
        margin-top: 60px;
    }

    .blog-detail__wrapper {
        padding-bottom: 80px;
    }
}


.article__date {
    font: 400 italic 16px/1em "Times New Roman";
    letter-spacing: .2px;
    text-transform: none;
    color: #313131;
}

.article__about {
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.article__about.line-left {
    padding-left: 60px;
    line-height: 21px;
    margin-left: 0;
    padding-bottom: 30px;
    padding-right: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #313131;
}

.article__about.line-left::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 45px;
    height: 1px;
    background: #979797;
}

.btn-arrow-hg {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    max-width: 146px;
    /* background: red; */
}

.btn-arrow-hg:hover i {
    margin-left: 15px;
}

.article__readmore--icon {
    margin-left: 10px;
    font-size: 18px;
}

.respone_image--blog {
    padding-top: 116.29464%;
}

@media (min-width: 992px) {
    .template-blog .article--listing .article__image {
        margin-bottom: 0px;
    }

    .article--listing:nth-child(even) .article__image {

        order: 2;
    }

    .article--listing:nth-child(even) .article-body {


        order: 1;
    }
}

.article-body__wrapper {
    max-width: 100%;
}

@media (min-width:992px) {
    .article-body__wrapper {
        max-width: 350px;
    }
}


.product-form__cart-submit .fa-shopping-cart {
    display: none !important;
}



.article__dtl-title {
    font: 400 32px/38px "Times New Roman";
    letter-spacing: normal;
    margin-bottom: 22px;
}

.article--thumnail-dtl {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.respone_image--dtl {
    padding-top: 400px;
}

.respone_image--dtl img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 100%;
}

.article__dtl-date {
    font: 400 italic 16px/1em "Times New Roman";
    letter-spacing: .2px;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #313131;
    margin-bottom: 25px;
}


.article__dtl-content {
    font-size: 16px;
    font-weight: 300;
    font-family: "futurabook";
    line-height: 24px;
    letter-spacing: .2px;
}

.article__dtl-content p,
.article__dtl-content ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.article__dtl-content a {
    text-decoration: underline;
}



.article__dtl-content h2,
.article__dtl-content h3,
.article__dtl-content h4,
.article__dtl-content h5,
.article__dtl-content h6 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Times New Roman";
    letter-spacing: .28px;
    line-height: 30px;
    font-weight: 400;
}

.article__dtl-content strong,
.article__dtl-content b {
    font-weight: 500;
}

.article__dtl-content br {
    /* background: red; */
    display: block;
    /* margin-bottom: 7rem; */
    /* height: 200px; */
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
}

.blog-navi {
    width: 330px;
    margin-left: auto;
}

.blog-navi.pc {
    margin-left: 0;
    margin-top: 25px;
    padding-bottom: 100px;
}

.blog-navi.no-bottom-acf {
    margin-left: 0;
}

.blog-navi>span {
    font-weight: 500;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.5px;
}

.share-social {
    padding-bottom: 40px;
}

.jssocials-shares {
    margin: .2em 0;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0;
}

.jssocials-share:last-child {
    margin-right: 0;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}

.share-social .jssocials-shares i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 21px;
    height: 21px;
    display: block;
}

/* .share-social .jssocials-share-facebook i {
    background: transparent url(../img/facebook-ic.svg) center/contain no-repeat;
} */

.blog-navi .next-blog {
    padding-bottom: 7px;
}

.blog-navi .blog-excerpt {
    border-top: 1px solid #313131;
    padding-top: 10px;
    font-weight: 300;
    font-family: "futurabook";
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 20px;
    font-size: 18px;
}

.collection-banner__text-container-inner .title_block{
    font-family: 'Times New Roman';
    font-weight: 400;
}
.collection-banner__text-container-text p{
    font-size: 13px;
}

@media (min-width:768px) {
    .article--thumnail-dtl {
        padding-bottom: 60px;
    }

    .article__dtl-date {
        margin-bottom: 45px;
    }

    .article__dtl-title {
        font: 400 38px/44px "Times New Roman";
    }
}

@media (min-width:992px) {
    .article--thumnail-dtl {
        padding-bottom: 70px;
    }
}

@media (min-width:1200px) {
    .article--thumnail-dtl {
        padding-bottom: 80px;
    }

    .respone_image--dtl {
        padding-top: 550px;
    }
    .megaMenu-content {
      display: none;
  }
  .megaMenu-content.active {
        display: block;
  }
  .megaMenu-image-content {
        /* display: none; */
        margin: 3rem 0.75rem;
        max-width: 318px;
        width: 100%;
        /* padding: 30px 0; */
    }
        .megaMenu-image-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }
    .megaMenu-image-wrap img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    aspect-ratio: 1;
}
    /* .megaMenu-image-content.active {
        display: block;
    } */

    .megaMenu-image-button span{
        /* font-family: "Times New Roman"; */
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 22px;
    }
    .megaMenu-image-title-txt{
        font-size: 22px;
        line-height: 28px;
        padding: 12px 0;
        font-weight: 500;
        font-family: "Times New Roman";
        text-transform: uppercase;
    }
    .site-nav--has-dropdown.hasMegaMenu .dropdown_menu ul>li a{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .site-nav--has-dropdown .site-nav__dropdown ul>li>a.cat-link {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }

        .collection-banner__text-container-inner .title_block {
                font-size: 45px;
                line-height: 45px;
                font-family: 'Times New Roman';
                font-weight: 400;
        }

    .site-nav--has-dropdown .site-nav__dropdown ul>li>a:hover {
        text-decoration: underline;
    }
    .site-nav--has-dropdown .site-nav__dropdown .masonry_transition ul>li a {
        font-size: 12px;
        line-height: 1.35;
    }
    .c-megaMenu__cat-wrap li a{
        min-width: 280px;
    }
    .c-megaMenu__cat-wrap{
        padding: 3rem 3rem 3rem 3rem;
    }
}

.layout_content .cart_dropdown #cart_block #cart-info .cart .ajaxcart__footer .btn:hover {
    border-color: #000;
}

@media (max-width:575.98px) {

    .selectorVariants .swatch.swatch_size,
    .static-variation {
        max-width: 100%;
        /* background-color: yellow; */
    }
}


.table-order-history td,
.table-order-history th {
    vertical-align: middle;
}


.block-form--reset .errors,
.block-form-login .errors {
    color: #e91d28 !important;
}

.block-form--reset .errors {
    margin-bottom: 1rem;
}


.cart-note__input {
    max-height: 140px;
}

.icn--plus-minus::before,
.icn--plus-minus::after {
    display: none;
}

.dropdown-drp--button[aria-expanded="true"] .icn--plus-minus .standing {
    opacity: 0;
}

.soldout {
    pointer-events: none;
}

.copyright-link {
    text-decoration: none;
}

.copyright-link:hover,
.copyright-link:focus {
    text-decoration: underline;
}

.tooltip_lab {
    position: relative;
    display: inline-block;
    /*   border-bottom: 1px dotted black; */
}

.tooltip_lab .tooltiptext_lab {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    left: 0%;
    bottom: 100%;
    /*   white-space: nowrap; */
}

.tooltip_lab:hover .tooltiptext_lab {
    visibility: visible;
}

.tooltip_lab .tooltiptext_lab::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* CSS added for strike by Biplab March 9 2023 */
.comparestrike {
    color: #222;
    font-size: 18px;
    align-items: center;
    font-weight: 500;
    margin-left: 15px
}

.template-product .productWishList.mod {
    margin-left: auto !important;
}

/* CSS added for video play homepage by Biplab March 13 2023 */
.section-collection-list .collection-grid-item__link iframe {
    z-index: 5;
}

/* GIFT SECTION STARTS */
.cl-corporateGift h3 {

    font-weight: 300;
    color: #000000;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}



.cl-corporateGift .cl-corporateGift__banner {
    background-color: #d8d0ca;
    width: 100%;
    height: 200px;
}

.page-consult-gift .page-consult-gift__wrapper {
    background-color: #f8f6f4;
    margin-top: 6.875rem;
}

.page-consult-gift .page-consult-gift-sep {
    position: relative;
}

.page-consult-gift .page-consult-gift-sep::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #313131;
}

.page-consult-gift .page-consult-gift__wrapper .page-consult-gift-container {
    padding-top: 3.375rem;
    padding-left: 3.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
}


.page-consult-gift .page-consult-gift__wrapper .page-consult-gift-container h2 {
    text-align: left;
    font-family: "Brandon Text", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 2rem;
}

.page-consult-gift .page-consult-gift__wrapper .page-consult-gift-container p {
    margin-bottom: 1.7rem;
}

.page-consult-gift .page-consult-gift__wrapper .page-consult-gift-container a {
    text-align: center !important;
}

.page-consult-gift .page-consult-gift__wrapper .page-consult-gift-Image {
    background-color: #d8d0ca;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 37% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 37% 100%);
    height: 100%;
}

.page-consult-gift .page-consult-gift__wrapper .page-consult-gift-Image img {
    height: 100%;
}


@media (max-width:767px) {
    .page-consult-gift .page-consult-gift__wrapper .page-consult-gift-container {
        padding-bottom: 3rem;
    }

    .page-consult-gift .page-consult-gift__wrapper .page-consult-gift-Image {
        clip-path: none;
    }

}


.page-consult-gift .section-banner-content__wrapper::before {
    content: inherit;
}

.page-consult-gift .section-banner-content__wrapper h3 {
    font-family: "Brandon Text", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.page-consult-gift .section-banner-content__wrapper .section-banner-content__sub-paragraph {
    max-width: 803px;
}

/* GIFT SECTION ENDS */

/* NEW CONSULT GIFT STARTS */

.pageConsultGift {}

/* .pageConsultGift .page-consult-gift__col {
    padding-left: 30px !important;
    padding-right: 30px !important;
} */
/* 
.pageConsultGift .page-consult-gift__colPr {
    padding-right: 0 !important;
} */
/* 
.pageConsultGift .page-consult-gift__colPl {
    padding-left: 0 !important;
} */

@media (max-width: 767px) {
    /* .pageConsultGift .page-consult-gift__colPr {
        padding-right: 30px !important;
    }

    .pageConsultGift .page-consult-gift__colPl {
        padding-left: 30px !important;
    } */

}



.page-consult-corporate-gift .pageConsultGiftwrapper .row {
    /* margin-left: -15px;
    margin-right: -15px; */
}

.page-consult-corporate-gift .pageConsultGiftwrapper .row .page-consult-gift__col {
    /* padding-left: 30px !important;
    padding-right: 30px !important; */
}

.page-consult-corporate-gift .pageConsultGiftwrapper .row [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.page-consult-corporate-gift .pageConsultGiftwrapper .row [class*="col-"]:first-child {
    padding-right: 10px;
}

.page-consult-corporate-gift .pageConsultGiftwrapper .row [class*="col-"]:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}

.page-consult-corporate-gift .pageConsultGiftwrapper .row [class*="col-"]:last-child {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .page-consult-corporate-gift .pageConsultGiftwrapper .row [class*="col-"] {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}



.pageConsultGift .pageConsultGiftwrapper {
    position: relative;
    padding-top: 150px;
}

.pageConsultGift__btn {
    text-align: center;
    margin-top: 4rem;
}

.pageConsultGift__btn .cl-btn {
    max-width: 220px;
}

.pageConsultGift.page-consult-corporate-gift .pageConsultGiftwrapper::before {
    content: none;
}

@media (max-width:767px) {
    .pageConsultGift .pageConsultGiftwrapper {
        padding-top: 100px;
    }
}

.pageConsultGift .pageConsultGiftwrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #313131;
}

.pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
    height: 100%;
    background-color: #f8f6f4;
}

@media (max-width:767px) {
    .pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__content {
        padding: 40px 25px;
        margin-bottom: 40px;
    }
}

.pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__content h2 {
    text-align: left;
    font-family: "Brandon Text", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 2rem;
}

.pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__content p {
    margin-bottom: 30px;
}

.pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__textContent {
    display: block;
    margin-top: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    margin-bottom: 120px;
    position: relative;
    max-width: 850px;
}

@media (max-width:767px) {
    .pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__textContent {
     
        margin-bottom: 80px;
    }
}

.pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__textContent h3 {
    font-family: "Brandon Text", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__textContent p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: initial;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width:767px) {
    .pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__textContent {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cl-btn {
    text-transform: uppercase;
    line-height: 1.2;
    padding: 15px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    border: 1px solid transparent;
    position: relative;
    text-decoration: none;
    font-family: "Brandon Text", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .03em;
    text-align: center;
}

.cl-btn--dark {
    background-color: #313131;
    color: white;
}

.cl-btn--dark:hover {
    background-color: #000000;
    color: white;
}

.pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__image {
    background-color: #f8f6f4;
}

.pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__image img {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 37% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 37% 100%);
    height: auto;
    max-height: 460px;
    object-fit: cover;
}

@media (max-width:767px) {
    .pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__image img {
        clip-path: none;
    }

    .pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__image {
        /* height: 240px; */
    }
}


/* NEW CONSULT GIFT STARTS */


/* COPORATE GIFT STARTS*/
.cl-corporate-gift-card {
    display: flex;
    height: 100%;
    /* margin-bottom: 3.15rem; */
    margin-bottom:0;
    position: relative;
    flex-direction: column;
}

@media (max-width:767px) {
    .cl-corporate-gift-card {
        /* flex-wrap: wrap; */
    }

}

.pageConsultGiftwrapper .owl-carousel .owl-stage{

    display: flex;
    align-items: stretch;
}


.pageConsultGiftwrapper .owl-carousel.owl-drag .owl-item{

    background: #f8f6f4;
}

.cl-corporate-gift-card img {
    height: 13.813rem;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.cl-corporate-gift-wrapper__img {
    position: relative;
    z-index: 2;
}

form.contact-form{
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width:767px) {
    form.contact-form{
        max-width: 80%;
 
    }  
}
.cl-corporate-gift-wrapper__img span {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    bottom: calc(0% - 24px);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    box-shadow: -1px 0 7px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 0 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 0 7px 0px rgba(0, 0, 0, 0.25);
}

.cl-corporate-gift-wrapper__text {
    padding-left: 2rem;
    padding-right: 2rem;
}

.cl-corporate-gift-card>div.cl-corporate-gift-wrapper__text {
    font-size: 1.3rem;
    line-height: 2rem;
    background-color: #f8f6f4;
    padding-bottom: 1rem;
    padding-top: 1.4rem;
    cursor: pointer;
    transition: .3s all ease-in-out;
    z-index: 1;
    align-self: stretch;
    height: 100%;
}


.cl-corporate-gift-card h3 {
    font-family: "Brandon Text", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0.4rem;
}

.cl-corporate-gift-card p {
    font-family: "Brandon Text", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.cl-corporate-gift-viewall {
    text-align: center;
}

.cl-corporate-gift-wrapper .btn-common {
    max-width: max-content;
}


/* COPORATE GIFT ENDS*/


/* THE NEW NATURALS STARTS */





.banner-grid {
    width: 100%;
}

.banner-grid h2 {
    text-align: left !important;
    font-family: "Times New Roman";
    font-weight: 400;
    font-size: 38px;
    color: black;
    margin-bottom: 50px;
}

.banner-content {
    /* margin: 0; */
    align-items: center;
}


.banner-content [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width:767px) {
    .banner-content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner-content [class*="col-"] {
        /* padding-left: 15px;
        padding-right: 15px; */
    }

}


.banner-grid .banner-image {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

.advanced-image-blog,
.banner-image {
    position: relative;
}

.media {
    display: block;
    background-color: rgba(var(--color-foreground), 0);
    position: relative;
    overflow: hidden;
}

.banner-grid .banner-grid-content img {
    transition: .3s all ease-in-out;
}

.banner-grid .banner-grid-content img {
    max-width: calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
    transition: all .4s ease;
    transform: translate(-25px);
    height: 26rem;
    transform: scale(1);
}

.media>img {
    object-fit: cover;
    object-position: center center;
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
}

.banner-grid-content:hover img {
    transform: scale(1.1);
}

.banner-grid-style-1 {
    position: absolute;
    z-index: 9;
    top: 69px;
    right: 0;
    left: 36px;
    bottom: 0;
}

/* .banner-grid-style-1 {
    width: max-content !important;
    max-width: 40%;
    justify-content: flex-start !important;
} */




.section-process  .banner-grid-style-1 {

    right: auto;
    background: rgba(255,255,255,.7);
    height: auto;
    width: 50%;
    padding: 2rem;
    top: 2rem;
    left: 2rem;
    bottom: 2rem;
}


@media (max-width:767px) {
    .section-process  .banner-grid-style-1 {
        right: auto;
        background: rgba(255,255,255,.7);
        height: auto;
        width: 100%;
        padding: 2rem;
        top: 1rem;
        left: 1rem;
        bottom: 1rem;
        max-width: auto;
    }
}

.section-process .banner-grid-style-1 p{
    line-height: 1.6;
}

.section-process .banner-grid .banner-grid-content h3 {
    line-height: 1.4;
}
.banner-flex-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.banner-grid .banner-grid-content h3 {
    font-family: "Brandon Text", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 14px;
    color: #000000 !important;
    line-height: 31px;
}

.banner-grid-style-1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000000 !important;
}

/* .banner-grid p.banner-des {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 23px;
    text-transform: uppercase;
    color: #000000 !important;
} */

.banner-grid .banner-des span {
    font-size: 24px;
    font-weight: 800;
    color: var(--g-main) !important;
    font-family: "var(--g-font-family) Bold";
}

.banner-grid .button-content {
    text-align: unset;
    width: unset;
}

.button-content span {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    transition: background-color .3s ease;
    line-height: 1.6;
    font-weight: 500;
    padding: 9px 27px;
    background: #fff;
    font-family: "var(--g-font-family) Semi Bold";
    margin-top: 20px;
    border-radius: 2px;
}

.page-consult-new-naturals .btn-common {
    max-width: 230px;
    font-size: 12px;
    font-weight: 400;
    padding: 14px 20px;
    margin-top: 27px;
}

@media (max-width: 767px) {
    .page-consult-new-naturals .btn-common {
        font-size: 12px;
    }
}


/* THE NEW NATURALS ENDS */


/* ENQUIRY SECTION STARTS */

.page-consult-enquiry {
    padding-left: 15px;
    padding-right: 15px;
}

.page-consult-enquiry .page-consult-enquiry-form {
    margin-bottom: 90px !important;
}

.page-consult-enquiry .section-banner-content__wrapper {
    margin-bottom: 40px;
}



.page-consult-enquiry-form .page-consult-enquiry-form__group {
    margin-bottom: 20px;
}


.page-consult-enquiry-form .page-consult-enquiry-form__btn {
    text-align: center;
}

.page-consult-enquiry-form .page-consult-enquiry-form__btn .btn-common {
    padding: 13px 25px;
    max-width: 160px;
}

.page-consult-enquiry-form .row [class*="col-"]:first-child {
    padding-right: 15px;
}

.page-consult-enquiry-form .row [class*="col-"]:nth-child(2) {
    padding-left: 0;
}


@media (max-width: 767px) {
    .page-consult-enquiry-form .row [class*="col-"] {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

}

.page-consult-enquiry-form .page-consult-enquiry-form__group textarea {
    color: #8b7575 !important;
}

/* ENQUIRY SECTION ENDS */

/* CHANGES TO CLEAN CONSULT */

.banner-content [class*="col-"]:nth-child(2) {
    padding-right: 0;
}

.banner-content [class*="col-"]:nth-child(3) {
    padding-left: 0;
}


@media (max-width:767px) {

    .banner-content [class*="col-"]:nth-child(2) {
        padding-right: 30px;
    }

    .banner-content [class*="col-"]:nth-child(3) {
        padding-left: 30px;
    }

    .banner-grid .banner-image {
        margin-bottom: 0;
    }

}

.pageConsultGiftwrapper.page-Consult-CorporateWrapper {
    padding-top: 0;
    margin-bottom: 100px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .page-consult-new-naturals {
        margin-top: 80px;
    }
    .pageConsultGiftwrapper.page-Consult-CorporateWrapper {
        padding-top: 0;
        margin-bottom: 80px;
        margin-top: 10px;
    }
}

/* .pageConsultGiftwrapper.page-Consult-CorporateWrapper {
    padding-top: 0 !important;
    margin-bottom: 160px !important;
    margin-top: 10px !important;
} */

.pageConsultGiftwrapper.page-Consult-CorporateWrapper::before {
    content: none !important;
}

@media (max-width: 767px) {
    .banner-grid .banner-des {
        margin-bottom: 0;
    }

    .banner-grid-style-1 {
        max-width: 71%;
    }
}


.page-about-us .page-custom-one {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

a.gifting {
    color: #8aa282 !important;
}

@media (max-width:767px) {

    /* .banner-content [class*="col-"]:nth-child(2) {
        padding-right: 15px !important;
    } */

    .page-about-us .page-custom-one {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-consult-enquiry-form .row [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

.corporate-popular-picks-column:last-child .banner-grid-style-1 {
    left: unset;
    right: 2rem;
  }
  .pageConsultGift .pageConsultGiftwrapper.pageConsultGiftwrapper--corporate-gift::before {
    content: none;
  }
  .pageConsultGift .pageConsultGiftwrapper.pageConsultGiftwrapper--corporate-gift {
    padding-top: 25px;
  }
  .pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__textContent.pageConsultGiftwrapper__textContent--corporate-gift {
    margin-bottom: 75px;
    padding-top: 45px;
  }
  .nov__page--corporate-gift {
    padding-bottom: 0;
  }
  .pageConsultGift .pageConsultGiftwrapper .pageConsultGiftwrapper__image--corporate img {
    max-height: 360px;
    min-height: 360px;
  }
  @media (min-width: 1200px) {
    .section-process--corporate-gift {
      margin-bottom: 40px;
    }
    .PageAboutUs.page-consult-one {
      padding: 70px 150px 30px;
    }
  }



.page-search {
  padding-top: 3em;
}

@media (min-width: 1200px) {
    .page-search {
        padding-top: 4em;
      }
      .site-nav--has-dropdown.hasMegaMenu .dropdown_menu ul>li{
        line-height:28px;
        font-size: 22px;
      }
}

/* css added Sudeep-UX */
/* #gf-controls-container .gf-refine-toggle-mobile {
  border: none!important;
  border-bottom: 1px solid #ebebeb !important;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
#gf-controls-container .gf-filter-trigger {
  border-bottom: 1px solid #ebebeb !important;
}
#gf-controls-container .sort-by {
    display: inline-block;
    width: auto;
    border: none;
    margin-left: auto;
}
#gf-controls-container .gf-collection-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
  } */


.mobile-nav__search-container {
       background: white;
    padding: 5px 0px 5px 20px;
    border-bottom: 1px #e6e6e6 solid;
}
.mobile-nav__search-container .search-header__input {
    flex: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    background: transparent;
    font-weight: 500;
    line-height: normal;
    min-height: 38px;
} 
.mobile-nav__search-container .icon-search {
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media (max-width: 1199px) {
  /* #gf-controls-container .gf-actions {
    display: block;
  }
  #gf-controls-container .gf-filter-trigger,
  #gf-controls-container .gf-filter-selection {
    max-width: 100%!important;
  }
  #gf-controls-container .gf-collection-title {
    padding-left: 16px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
  } */
  .canvas-menu #canvas-main-menu {
    top: 98px;
  }
}

.mm-menu, .mm-panels, .mm-panels>.mm-panel{
    background-color: #fff;
}

.template-index.g-canvasmenu-right.canvasmenu-right {
    left: 0;
    right: 0;
}

.template-index.g-canvasmenu-right.canvasmenu-right #shopify-section-announcement-bar .search-container .container-fluid {
    top: -16px !important;
}

.slick-vertical-left .slick-prev:before, 
.slick-vertical-left .slick-next:before {
  color: #000;
}
.slick-vertical-left .slick-prev,
.slick-vertical-left .slick-next {
  width: 100%;
  left: 0;
}
.slick-vertical-left .slick-prev:before {
  content: '⌃';
}
.slick-vertical-left .slick-next:before {
  content: '⌃';
  display: inline-block;
  transform: scaleY(-1);
}
.slick-vertical-left .slick-prev {
    top: 0;
}
.slick-vertical-left .slick-next {
    top: 102%;
}
.slick-vertical-left .slick-list {
  padding-top: 5px;
}

:root{
    --spacing-unit:4px;

    --space-outer: 4vw;
    --max-width: 1400px;
    --max-width-narrow: 800px;
    --text-horizontal-position: flex-start;
    --spacing-3: calc(var(--spacing-unit)* 3);
}

.multi-section {
  
    --spacing-unit: 4px;
    --spacing-10: calc(var(--spacing-unit)* 10);
    position: relative;
    max-width: calc(1400px + 6.6vw);
    max-width: calc(var(--max-width) + calc(var(--space-outer) * 2));
    padding: 40px 3.3vw;
    padding: var(--spacing-10) var(--space-outer);
    margin-right: auto;
    margin-left: auto;
    max-width: 990px;
}



.multi-column__grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.multi-column__grid-item {
    display: flex;
    width: 16%;
}

.multi-column__grid-item-inner {
    text-align: center;
    width: 100%;
}

.multi-column__grid-item-icon-wrapper .multi-column__grid-item-icon {
    --icon-max-width: 94px;
    width: var(--icon-max-width);
}

.multi-column__grid-item-icon{  
    /* background-color: transparent; */
    margin: 0 auto;
}

.multi-column__grid-item-icon.image .image__inner,
.multi-column__grid-item-icon.image .image__img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    height: 100%;
}

.multi-column__grid-item-icon-wrapper+.multi-column__grid-item-text-container {
    margin-top: 12px;
    /* margin-top: var(--spacing-3); */
}

.multi-column__grid-item-accent.fs-accent {
    --font-size-body-50: clamp(0.692015625rem, 0.6769236878453039rem + 0.06439226519337017vw, 0.7284375rem);
    font-size: var(--font-size-body-50);
    text-transform: uppercase;
    letter-spacing: .05em;
}


@media only screen and (max-width: 767px) {
    .multi-column__grid-item-accent.fs-accent {
        font-size: 9px;
        /* background-color: red; */
    }
    .multi-column__grid-item-icon-wrapper .multi-column__grid-item-icon{
        --icon-max-width-mobile: 54px;
        width: var(--icon-max-width-mobile);
    }
    .multi-column__grid-item {
        display: flex;
        width: 20%;
    }
    .multi-column__grid {
        justify-content: space-evenly;
    }
}




.collection-banner__text-container {
    --text-vertical-position: flex-start;
    --text-horizontal-position: flex-start;
    display: flex;
    justify-content: var(--text-horizontal-position);
    align-items: var(--text-vertical-position);
    width: 100%;
    /* max-width: calc(1400px + 6.6vw);
    max-width: calc(var(--max-width) + calc(var(--space-outer) * 2)); */
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    padding: 0 50px;
 /* padding: 0 var(--space-outer); */
}

@media screen and (min-width: 768px) {
    .collection-banner__text-container {
        /* padding: 0; */
    }
}

.collection-banner__text-container-inner {
    /* max-width: 747px; */
    max-width: var(--max-width-narrow);
    display: flex;
    flex-direction: column;
    align-items: var(--text-horizontal-position);
    max-width: 100%;
}
.fs-heading-1-base-ns {
    --font-size-heading-1-base: clamp(1.8rem, 1.6135359116022099rem + 0.7955801104972376vw, 2.25rem);
    font-size: var(--font-size-heading-1-base);
    font-weight: 400;
}   

.section-blocks__text{
    margin-top: 20px;
}

.collection-banner__text-container-text h4{
    --font-size-heading-4-base: clamp(1.0494rem, 0.9406914364640884rem + 0.4638232044198895vw, 1.31175rem);
    font-size: var(--font-size-heading-4-base);
    margin-top: 0;
    padding: 0;
    font-weight: 400;
}

.gf-actions{
    margin: 0px !important;
}

.gf-row{

}

#shop-hcaptcha-badge-container {
  display: none !important;
}
#shopify-section-nov-sidebar {
  display: none;
}
.sortPagiBar {
  visibility: hidden;
}

.template-product .group-quantity .btnsold_out{
        cursor: not-allowed !important;
}
/* new */
@media (max-width: 1198.98px) {
    .megaMenu-childrens.divider {
        /* background: #ebebeb; */
        padding: 0;
    }
    .c-megaMenu__cat-wrap {
        background: transparent;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        padding-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        display: block;
        margin-bottom: 0;
    }
    .megaMenu-image-content{
        display: none;
    }
    .megaMenu-content{
        padding: 0;
    }
    .c-megaMenu__cat-wrap{
        padding:0;
        width: 100%;
    }
    .canvas-menu .site-nav__dropdown.megaMenu .novMenuLinks li:not(.menuTitle){
        border: none;
    }
}

.brands-last-menu-item .c-megaMenu__cat-wrap{
    display: none;
}

@media (min-width: 1680px) {
        .site-nav--has-dropdown.hasMegaMenu .dropdown_menu ul>li a {
        font-size: 16px;
        line-height: 22px;
    }
    .site-nav--has-dropdown .site-nav__dropdown ul>li>a.cat-link {
        font-size: 19px;
        line-height: 28px;
    }
    .c-megaMenu__cat-wrap {
    padding: 3rem 3rem 3rem 8rem;
    
    }
    .c-megaMenu__cat-wrap li a {
        min-width: 300px;
    }
    .site-nav--has-dropdown .site-nav__dropdown .masonry_transition ul > li a {
        font-size: 12px;
        line-height: 1.35;
    }
}
/* new */
.Globo-form .Globo-form-subscribe .Globo-form-body .Globo-body-header h2 {
    /* line-height: 19px;
    font-size: 24px;
    color: #2F323C; */
    margin-bottom: 20px;
    color: #313131;
    font-family: "Times New Roman";
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2;
}
.Globo-form .Globo-form-subscribe .Globo-form-body .Globo-body-header p {
    font-family: "futurabook";
    font-size: 16px;
    letter-spacing: 0.2px;
}

.Globo-form .Globo-form-subscribe .Globo-form-body .Globo-body-content .Globo-content-product .Globo-product-infor .Globo-product-title {
   font-size: 15px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Brandon Text", sans-serif;
    display: block;
    text-align: center;
    font-weight: 700;
    padding-top: 15px;
    word-break: break-word;
}
button.gSubscribeBtn.gEnableSubscribe.gStopSellingProduct {
    padding: 0 5px;
    height: 46px;
    line-height: 1;
    width: 100%;
    background: #dcdcdc;
    border-radius: 0;
}
.gSubscribeBtn-Text {
    transition: all 0.2s;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

a:hover, .megaMenu-image-title-txt:hover,.cat-title:hover{
    cursor: pointer !important;
}

/* .custom-btn-menu{
  font-family: "futurabook" !important; 
  font-weight: 300 !important;
} */


/* Globo-custom */

.gf-offcanvas .gf-refine-toggle-mobile {
    border: 0 !important;
}
.gf-offcanvas #gf-tree {
    left: unset !important;
    right: -350px !important;
}
.gf-offcanvas.offcanvas-open #gf-tree {
    right: 0 !important;
}
#globo-dropdown-sort_options{
    position: unset !important;
    box-shadow: none !important;
}
#gf-tree .sort-by{
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    background: transparent !important;
    padding: 18px 30px 18px 0 !important;
    border-bottom: 1px solid #e3e3e3;
}

.sort-by-toggle {
    padding: 0 25px 0 15px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.sort-by:before,
.sort-by:after,
#gf-tree .gf-option-block .gf-block-title .h3:after,
#gf-tree .gf-option-block .gf-block-title h3:after,
#gf-tree .gf-option-block .gf-block-title .h3:before,
#gf-tree .gf-option-block .gf-block-title h3:before {
    position: absolute !important;
    right: 10px !important;
    margin-right: 0;
    float: right;
    content: "" !important;
    top: 50% !important;
    width: 14px !important;
    height: 2px !important;
    background-color: #000;
    transition: all .3s ease;
}
.sort-by:after,
#gf-tree .gf-option-block .gf-block-title .h3:after,
#gf-tree .gf-option-block .gf-block-title h3:after {
    transform: rotate(90deg);
}

.sort-by.active:after,
#gf-tree .gf-option-block:not(.is-collapsed) .gf-block-title .h3:after,
#gf-tree .gf-option-block:not(.is-collapsed) .gf-block-title h3:after {
    transform: rotate(90deg) scaleX(0);
}
.sort-by:after,
.sort-by:before {
    background-image: none !important;
    right: 25px !important;
}
body > #gf-tree .gf-filter-footer button{
    background: #000 !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    color: #fff !important;
}
body > #gf-tree .gf-filter-header {
    border-bottom: 1px solid #000 !important;
}
@media(min-width: 769px){
   .gf-filter-trigger {
        position: absolute !important;
        right: 0 !important;   
    }
}

.title-wrapper{
    padding: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-wrapper h1{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.5rem;}
#changeSortByRadios .gf-label{
    display: flex;
    align-items: center;
    gap:0.3rem;
}
@media(max-width: 1024px){
    .title-wrapper h1{
        font-size: 2rem;
    }
    .gf-filter-trigger {
        margin-bottom: 0 !important; 
    }
}
@media(max-width: 767px){
   .gf-filter-trigger {
        margin-bottom: 0 !important; 
    }
    .title-wrapper h1{
        font-size: 1.125rem;
    }
    .menuCol ul.novMenuLinks li {
        display: block !important;  /* force all list items to show */
        width: 100%;                /* full width */
        margin-bottom: 8px;         /* spacing between items */
    }
    .menuCol:nth-child(n+2) .menuTitle{
        display: block !important;
    
    } 
    /* Add dropdown arrow */
  .megaMenu-sub-tab.has_child > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000; /* arrow color */
    transition: transform 0.3s ease;
  }
  /* When expanded, rotate arrow */
  .megaMenu-sub-tab.active > a::after {
    transform: rotate(9deg);
  }
}
/* ipad menus */
/* 
@media (max-width: 1199px) and (min-width: 768px) {
    .ver_menu.active {
        width: 100%;
    }
    .ver_menu .site-nav{
        text-align: left;
    }
    .ver_menu .site-nav>li{
        margin: 0 0 25px;
    }
  .ver_menu .site-nav .site-nav--has-dropdown .dropdown_menu .site-nav__dropdown{
        width: 100% !important;
    }
    .c-megaMenu__cat-wrap{
        padding: 0;
        min-width: 245px;
    } 
    .megamenu-image-container-class{
        width: 100%;
    }
    
    .megaMenu-content{
        padding: 0;
    }

    .site-nav--has-dropdown .site-nav__dropdown ul>li.menuTitle>a{
        margin-bottom: 0.9rem;
    }
    .megamenu-image-container-class{
        gap: 1rem;
        padding: 1.2rem;

    }
    
    .megaMenu-image-wrap{
        height: 135px;
        width: 138px;
        padding-bottom: 1rem;
    }
    .megaMenu-image-wrap img{
        height: 100%;
        width: 100%;
        object-fit: cover; 
    }
    

  .megaMenu-content {
    display: none;
  }

  .megaMenu-content.active {
  display: block;
}

  .megaMenu-sub-tab.has_child > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000; 
    transition: transform 0.3s ease;
  }

  .megaMenu-sub-tab.active > a::after {
    transform: rotate(9deg);
  }
  .menuCol ul.novMenuLinks li {
    display: block !important;  
    width: 100%;                
    margin-bottom: 8px;         
  }
  .menuCol:nth-child(n+2) .menuTitle{
    display: block !important;
   
  }
  .site-nav--has-dropdown .site-nav__dropdown ul>li.menuTitle{
    margin-bottom: 0.9rem;
  }
  .megaMenu__collection-title{
    display: none;

  }


.megaMenu-childrens {
  display: flex;
  align-items: flex-start;
  gap: 20px; 
  position: relative;
  flex-wrap: nowrap;
}


.megaMenu-content,
.megamenu-image-container-class {
  position: absolute;
  top: 0;
  left: 265px; 
  display: none;
  z-index: 10;
  padding: 0.9rem 0;
  min-width: 250px; 
}

.menuTitle:hover ~ .megaMenu-content,
.menuTitle:hover ~ .megamenu-image-container-class {
  display: block;
}


.megaMenu-content.active,
.megamenu-image-container-class.active {
  display: block;
}


.menuTitle > a {
  display: block;
  padding: 10px;
  cursor: pointer;
}

} */


.header-mobile .mobile_logo{
    display: inline-flex;
}

.mm-navbar{
    padding-left: 20px;
    padding-right: 20px;
}

.menuTitle-block {
    display: flex;
    position: relative;
}

span.mm-next-mob {
        font-size: 13px;
    border-bottom: none;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: .8em 10px .8em 20px;
    background: #03020100;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: transparent;
    font-size: 14px;
    padding: 18px 20px;
    letter-spacing: 1.5px;
    line-height: 1;
    padding-left: 10px;
    justify-content: center;
    padding-right: 10px;
    transform: rotate(90deg);   
    transition: transform 100ms ease-in-out;
}

span.mm-next-mob.active {
    transform: rotate(270deg);
}

span.mm-next-mob::after{
        content: "\f2ee";
    font-family: Material-Design-Iconic-Font;
    font-size: 12px;
    color: #b3b4b3;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border: none;
    display: contents;
    width: initial;
    height: initial;
        color: black;
    font-size: 15px;
    font-weight: normal;
}