@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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
}

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
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.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, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>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: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .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
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    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 + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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: .25rem
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.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~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.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 .2rem rgba(40, 167, 69, .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~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.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 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.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: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.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 .2rem rgba(220, 53, 69, .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: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.woocommerce-account .woocommerce+.woocommerce form .button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover,
.woocommerce-account .woocommerce+.woocommerce form .button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus,
.woocommerce-account .woocommerce+.woocommerce form .button:focus,
.woocommerce-account .woocommerce+.woocommerce form .focus.button {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.woocommerce-account .woocommerce+.woocommerce form .button:disabled,
.woocommerce-account .woocommerce+.woocommerce form .disabled.button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.woocommerce-account .woocommerce+.woocommerce form .button:not(:disabled):not(.disabled).active,
.woocommerce-account .woocommerce+.woocommerce form .button:not(:disabled):not(.disabled):active,
.woocommerce-account .woocommerce+.woocommerce form .show>.dropdown-toggle.button {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.woocommerce-account .woocommerce+.woocommerce form .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-account .woocommerce+.woocommerce form .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-account .woocommerce+.woocommerce form .show>.dropdown-toggle.button:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .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 {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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 .2rem rgba(72, 180, 97, .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 {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .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
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=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: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    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: .5625rem;
    padding-left: .5625rem
}

.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: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    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(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .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: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .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: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.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-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.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;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.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' 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(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .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' 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(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -ms-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid,
body.register-page .woocommerce+.woocommerce .navbar>.woocommerce-notices-wrapper,
body:not(.logged-in) .woocommerce+.woocommerce .navbar>.woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .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: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    body.register-page .woocommerce+.woocommerce .navbar-expand-sm>.woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand-sm>.woocommerce-notices-wrapper {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    body.register-page .woocommerce+.woocommerce .navbar-expand-sm>.woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand-sm>.woocommerce-notices-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    body.register-page .woocommerce+.woocommerce .navbar-expand-md>.woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand-md>.woocommerce-notices-wrapper {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    body.register-page .woocommerce+.woocommerce .navbar-expand-md>.woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand-md>.woocommerce-notices-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    body.register-page .woocommerce+.woocommerce .navbar-expand-lg>.woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand-lg>.woocommerce-notices-wrapper {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    body.register-page .woocommerce+.woocommerce .navbar-expand-lg>.woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand-lg>.woocommerce-notices-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    body.register-page .woocommerce+.woocommerce .navbar-expand-xl>.woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand-xl>.woocommerce-notices-wrapper {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    body.register-page .woocommerce+.woocommerce .navbar-expand-xl>.woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand-xl>.woocommerce-notices-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
body.register-page .woocommerce+.woocommerce .navbar-expand>.woocommerce-notices-wrapper,
body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand>.woocommerce-notices-wrapper {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
body.register-page .woocommerce+.woocommerce .navbar-expand>.woocommerce-notices-wrapper,
body:not(.logged-in) .woocommerce+.woocommerce .navbar-expand>.woocommerce-notices-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(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, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(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, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .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, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-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: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        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: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #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: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #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: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .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)
    }

    .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .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: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .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 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.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: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .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: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    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;
    -webkit-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        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: .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: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        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
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: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
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.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)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .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;
    overflow-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 #adb5bd;
        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,
    body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper {
        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 #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

:root {
    --font-size-small: 10px;
    --font-size-regular: 12px
}

@media (min-width:1600px) {
    :root {
        --font-size-small: 11px;
        --font-size-regular: 13px
    }
}

@font-face {
    font-family: Proxima;
    src: url(../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot);
    src: url(../fonts/mark_simonson_-_proxima_nova_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/mark_simonson_-_proxima_nova_bold-webfont.woff2) format("woff2"), url(../fonts/mark_simonson_-_proxima_nova_bold-webfont.woff) format("woff"), url(../fonts/mark_simonson_-_proxima_nova_bold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Proxima;
    src: url(../fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot);
    src: url(../fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff2) format("woff2"), url(../fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff) format("woff"), url(../fonts/mark_simonson_-_proxima_nova_semibold-webfont.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Proxima;
    src: url(../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot);
    src: url(../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2) format("woff2"), url(../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff) format("woff"), url(../fonts/mark_simonson_-_proxima_nova_regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Proxima;
    src: url(../fonts/mark_simonson_-_proxima_nova_light-webfont.eot);
    src: url(../fonts/mark_simonson_-_proxima_nova_light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/mark_simonson_-_proxima_nova_light-webfont.woff2) format("woff2"), url(../fonts/mark_simonson_-_proxima_nova_light-webfont.woff) format("woff"), url(../fonts/mark_simonson_-_proxima_nova_light-webfont.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

body {
    color: #000;
    font-weight: 400;
    font-family: Proxima, sans-serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Proxima, sans-serif
}

.h1,
h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: none;
    line-height: .9
}

@media (max-width:1199.98px) {

    .h1,
    h1 {
        font-size: 48px
    }
}

@media (max-width:575.98px) {

    .h1,
    h1 {
        font-size: 40px
    }
}

.h2,
h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.14
}

@media (max-width:1199.98px) {

    .h2,
    h2 {
        font-size: 34px
    }
}

@media (max-width:575.98px) {

    .h2,
    h2 {
        font-size: 34px
    }
}

.h3,
h3 {
    font-size: 34px;
    font-weight: 700;
    text-transform: none;
    line-height: 1
}

@media (max-width:1199.98px) {

    .h3,
    h3 {
        font-size: 34px
    }
}

@media (max-width:575.98px) {

    .h3,
    h3 {
        font-size: 34px
    }
}

.h4,
h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    line-height: 1
}

@media (max-width:1199.98px) {

    .h4,
    h4 {
        font-size: 24px
    }
}

@media (max-width:575.98px) {

    .h4,
    h4 {
        font-size: 24px
    }
}

.h5,
h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    line-height: 1
}

@media (max-width:1199.98px) {

    .h5,
    h5 {
        font-size: 20px
    }
}

@media (max-width:575.98px) {

    .h5,
    h5 {
        font-size: 20px
    }
}

.h6,
h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    line-height: 1
}

@media (max-width:1199.98px) {

    .h6,
    h6 {
        font-size: 20px
    }
}

@media (max-width:575.98px) {

    .h6,
    h6 {
        font-size: 20px
    }
}

* {
    box-shadow: none;
    outline: 0
}

:active,
:focus,
:hover {
    box-shadow: none;
    outline: 0
}

a {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #000;
    cursor: pointer
}

a:active,
a:focus,
a:hover {
    color: #ff0076;
    outline: 0;
    text-decoration: none
}

body {
    padding-top: 88px
}

@media (max-width:991.98px) {
    body {
        padding-top: 80px
    }
}

body::before {
    content: '';
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 5;
    left: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body.nav-expanded {
    overflow: hidden;
    position: relative
}

body.nav-expanded::before {
    opacity: 1
}

button {
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.margin_zero_top {
    padding-top: 0
}

.margin_small_top {
    padding-top: 65px
}

@media (max-width:767.98px) {
    .margin_small_top {
        padding-top: 50px
    }
}

@media (max-width:575.98px) {
    .margin_small_top {
        padding-top: 25px
    }
}

.margin_medium_top {
    padding-top: 100px
}

@media (max-width:767.98px) {
    .margin_medium_top {
        padding-top: 50px
    }
}

@media (max-width:575.98px) {
    .margin_medium_top {
        padding-top: 25px
    }
}

.margin_big_top {
    padding-top: 150px
}

@media (max-width:991.98px) {
    .margin_big_top {
        padding-top: 100px
    }
}

@media (max-width:767.98px) {
    .margin_big_top {
        padding-top: 50px
    }
}

.margin_zero_bottom {
    padding-bottom: 0
}

.margin_small_bottom {
    padding-bottom: 65px
}

@media (max-width:767.98px) {
    .margin_small_bottom {
        padding-bottom: 50px
    }
}

@media (max-width:575.98px) {
    .margin_small_bottom {
        padding-bottom: 25px
    }
}

.margin_medium_bottom {
    padding-bottom: 100px
}

@media (max-width:767.98px) {
    .margin_medium_bottom {
        padding-bottom: 50px
    }
}

@media (max-width:575.98px) {
    .margin_medium_bottom {
        padding-bottom: 25px
    }
}

.margin_big_bottom {
    padding-bottom: 150px
}

@media (max-width:767.98px) {
    .margin_big_bottom {
        padding-bottom: 50px
    }
}

.section-lead {
    font-size: var(--font-size-regular);
    font-weight: 400;
    color: #000;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: .5rem
}

.cms-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6
}

.section-title {
    color: #000;
    margin-bottom: 20px;
    display: inline-block
}

.custom-page-hero {
    text-align: center
}

.page-template__content .section-title {
    margin-bottom: 5px
}

@media (max-width:575.98px) {
    .page-template__content h3 {
        font-size: 24px
    }
}

@media (max-width:767.98px) {
    .page-template__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.page-template__content .page-template__content-col {
    font-weight: 300;
    line-height: 1.8;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.page-template__content .page-template__content-col ul {
    list-style: none
}

.page-template__content .page-template__content-col ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.page-template__content .page-template__content-col ul li:last-child {
    margin-bottom: 0
}

.page-template__content .page-template__content-col ul li::before {
    content: "•";
    color: #ff0076;
    display: block;
    margin-right: 10px
}

.grecaptcha-badge {
    display: none !important
}

.btn-primary,
.woocommerce-account .woocommerce+.woocommerce form .button {
    border-radius: 5px;
    border: none;
    color: #ff0076;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: 18px;
    padding: 18px 35px;
    display: inline-block;
    background: #fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    position: relative
}

.btn-primary::before,
.woocommerce-account .woocommerce+.woocommerce form .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    border-radius: 5px;
    width: 100%;
    pointer-events: none;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.woocommerce-account .woocommerce+.woocommerce form .button:active,
.woocommerce-account .woocommerce+.woocommerce form .button:focus,
.woocommerce-account .woocommerce+.woocommerce form .button:hover {
    background: #ff0076 !important;
    color: #fff !important
}

.btn-primary:active.btn-primary--icon img,
.btn-primary:focus.btn-primary--icon img,
.btn-primary:hover.btn-primary--icon img,
.woocommerce-account .woocommerce+.woocommerce form .button:active.btn-primary--icon img,
.woocommerce-account .woocommerce+.woocommerce form .button:focus.btn-primary--icon img,
.woocommerce-account .woocommerce+.woocommerce form .button:hover.btn-primary--icon img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.btn-primary.disabled,
.btn-primary:disabled,
.woocommerce-account .woocommerce+.woocommerce form .button:disabled,
.woocommerce-account .woocommerce+.woocommerce form .disabled.button {
    background: #fff;
    color: #6c757d
}

.btn-primary.btn-primary--icon,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon.button {
    padding-top: 14px;
    padding-bottom: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-primary.btn-primary--icon img,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon.button img {
    margin-right: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-primary.btn-primary--icon-text,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon-text.button {
    padding-left: 0;
    padding-right: 0;
    background: 0 0 !important;
    color: #ff0076 !important;
    font-size: var(--font-size-small)
}

.btn-primary.btn-primary--icon-text::before,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon-text.button::before {
    content: none
}

.btn-primary.btn-primary--icon-text:active,
.btn-primary.btn-primary--icon-text:focus,
.btn-primary.btn-primary--icon-text:hover,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon-text.button:active,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon-text.button:focus,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon-text.button:hover {
    background: 0 0 !important;
    color: #000 !important
}

.btn-primary.btn-primary--icon-text:active img,
.btn-primary.btn-primary--icon-text:focus img,
.btn-primary.btn-primary--icon-text:hover img,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon-text.button:active img,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon-text.button:focus img,
.woocommerce-account .woocommerce+.woocommerce form .btn-primary--icon-text.button:hover img {
    -webkit-filter: none;
    filter: none
}

.btn-primary.btn-paypal-checkout,
.woocommerce-account .woocommerce+.woocommerce form .btn-paypal-checkout.button {
    background: #000 !important;
    color: #fff !important
}

.btn-primary.btn-paypal-checkout:active,
.btn-primary.btn-paypal-checkout:focus,
.btn-primary.btn-paypal-checkout:hover,
.woocommerce-account .woocommerce+.woocommerce form .btn-paypal-checkout.button:active,
.woocommerce-account .woocommerce+.woocommerce form .btn-paypal-checkout.button:focus,
.woocommerce-account .woocommerce+.woocommerce form .btn-paypal-checkout.button:hover {
    background: #ff0076 !important;
    color: #fff !important
}

.single_add_to_cart_button .button--arrow {
    display: inline-block;
    margin-left: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.single_add_to_cart_button:active .button--arrow,
.single_add_to_cart_button:focus .button--arrow,
.single_add_to_cart_button:hover .button--arrow {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.woocommerce .button {
    border-radius: 5px !important;
    border: none !important;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-size: 18px !important;
    padding: 18px 35px !important;
    display: inline-block;
    background: #ff0076 !important;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    position: relative
}

.woocommerce .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    border-radius: 5px;
    width: 100%;
    pointer-events: none;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.woocommerce .button:active,
.woocommerce .button:focus,
.woocommerce .button:hover {
    background: #fff !important;
    color: #ff0076 !important
}

.woocommerce .button:active.btn-primary--icon img,
.woocommerce .button:focus.btn-primary--icon img,
.woocommerce .button:hover.btn-primary--icon img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.woocommerce .button.disabled,
.woocommerce .button:disabled {
    background: #fff;
    color: #6c757d
}

.btn-secondary {
    border-radius: 5px;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    padding: 13px 30px;
    display: inline-block;
    background: 0 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background: 0 0 !important;
    color: #000 !important
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background: 0 0;
    color: #6c757d
}

.btn-secondary.btn-secondary--light {
    border: 2px solid #fff;
    color: #fff
}

.btn-secondary.btn-secondary--light:active,
.btn-secondary.btn-secondary--light:focus,
.btn-secondary.btn-secondary--light:hover {
    color: #fff !important
}

.btn-secondary.btn-secondary--light.disabled,
.btn-secondary.btn-secondary--light:disabled {
    background: 0 0;
    color: #6c757d
}

.form-row input:not([type=submit]):not([type=checkbox]),
.form-row textarea:not([type=submit]):not([type=checkbox]),
.form-wrap input:not([type=submit]):not([type=checkbox]),
.form-wrap textarea:not([type=submit]):not([type=checkbox]) {
    font-size: 14px;
    padding: 10px 15px;
    color: #000;
    border: 0;
    border-radius: 6px;
    height: 48px;
    width: 100%
}

.form-row textarea,
.form-wrap textarea {
    height: 155px !important;
    resize: none
}

.form-row label,
.form-wrap label {
    font-size: 14px;
    color: #6c757d;
    position: absolute;
    top: 24px;
    padding-left: 15px;
    left: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.form-row label.on-focus,
.form-wrap label.on-focus {
    font-size: 10px;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%)
}

.form-row {
    position: relative
}

.form-row input {
    box-shadow: 0 13px 16px rgba(0, 0, 0, .35)
}

.form-wrap--select label {
    background: #fff;
    pointer-events: none
}

.form-wrap--checkbox {
    text-align: left;
    color: #000
}

.form-wrap--checkbox .wpcf7-list-item {
    margin: 0
}

.form-wrap--checkbox label {
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    font-size: 10px;
    padding-left: 0;
    line-height: 1.6
}

.form-wrap--checkbox .wpcf7-list-item-label {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form-wrap--checkbox input {
    height: 20px !important;
    width: 20px !important;
    background: #fff;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    border: 0;
    border-radius: 0;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-wrap--checkbox input::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 7px;
    border: 0;
    border-bottom: 2px solid #ff0076;
    border-right: 2px solid #ff0076;
    opacity: 0;
    -webkit-transform: translateX(7px) translateY(2px) rotate(45deg);
    -ms-transform: translateX(7px) translateY(2px) rotate(45deg);
    transform: translateX(7px) translateY(2px) rotate(45deg);
    z-index: 3;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.form-wrap--checkbox input:checked::after,
.form-wrap--checkbox input:checked::before {
    opacity: 1
}

.cart-custom-coupon-wrapper .form-wrap--checkbox,
.create-account,
.get-invoice {
    width: auto !important;
    height: auto;
    float: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px !important
}

.cart-custom-coupon-wrapper .form-wrap--checkbox .woocommerce-form__label-for-checkbox,
.cart-custom-coupon-wrapper .form-wrap--checkbox label.checkbox,
.create-account .woocommerce-form__label-for-checkbox,
.create-account label.checkbox,
.get-invoice .woocommerce-form__label-for-checkbox,
.get-invoice label.checkbox {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    font-size: 12px !important;
    top: 0;
    text-transform: uppercase;
    position: static;
    letter-spacing: .15em;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.cart-custom-coupon-wrapper .form-wrap--checkbox .woocommerce-form__label-for-checkbox span,
.cart-custom-coupon-wrapper .form-wrap--checkbox label.checkbox span,
.create-account .woocommerce-form__label-for-checkbox span,
.create-account label.checkbox span,
.get-invoice .woocommerce-form__label-for-checkbox span,
.get-invoice label.checkbox span {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cart-custom-coupon-wrapper .form-wrap--checkbox .woocommerce-form__label-for-checkbox input,
.cart-custom-coupon-wrapper .form-wrap--checkbox label.checkbox input,
.create-account .woocommerce-form__label-for-checkbox input,
.create-account label.checkbox input,
.get-invoice .woocommerce-form__label-for-checkbox input,
.get-invoice label.checkbox input {
    height: 20px !important;
    width: 20px !important;
    background: #fff;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cart-custom-coupon-wrapper .form-wrap--checkbox .woocommerce-form__label-for-checkbox input::before,
.cart-custom-coupon-wrapper .form-wrap--checkbox label.checkbox input::before,
.create-account .woocommerce-form__label-for-checkbox input::before,
.create-account label.checkbox input::before,
.get-invoice .woocommerce-form__label-for-checkbox input::before,
.get-invoice label.checkbox input::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 7px;
    border: 0;
    border-bottom: 2px solid #ff0076;
    border-right: 2px solid #ff0076;
    opacity: 0;
    -webkit-transform: translateX(-3px) translateY(2px) rotate(45deg);
    -ms-transform: translateX(-3px) translateY(2px) rotate(45deg);
    transform: translateX(-3px) translateY(2px) rotate(45deg);
    z-index: 3;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.cart-custom-coupon-wrapper .form-wrap--checkbox .woocommerce-form__label-for-checkbox input:checked::after,
.cart-custom-coupon-wrapper .form-wrap--checkbox .woocommerce-form__label-for-checkbox input:checked::before,
.cart-custom-coupon-wrapper .form-wrap--checkbox label.checkbox input:checked::after,
.cart-custom-coupon-wrapper .form-wrap--checkbox label.checkbox input:checked::before,
.create-account .woocommerce-form__label-for-checkbox input:checked::after,
.create-account .woocommerce-form__label-for-checkbox input:checked::before,
.create-account label.checkbox input:checked::after,
.create-account label.checkbox input:checked::before,
.get-invoice .woocommerce-form__label-for-checkbox input:checked::after,
.get-invoice .woocommerce-form__label-for-checkbox input:checked::before,
.get-invoice label.checkbox input:checked::after,
.get-invoice label.checkbox input:checked::before {
    opacity: 1
}

.cart-custom-coupon-wrapper .form-wrap--checkbox label:not(.woocommerce-form__label-for-checkbox) input::before,
.create-account label:not(.woocommerce-form__label-for-checkbox) input::before,
.get-invoice label:not(.woocommerce-form__label-for-checkbox) input::before {
    -webkit-transform: translateX(7px) translateY(2px) rotate(45deg);
    -ms-transform: translateX(7px) translateY(2px) rotate(45deg);
    transform: translateX(7px) translateY(2px) rotate(45deg)
}

.cart-custom-coupon-wrapper .form-wrap--checkbox label {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    font-size: 12px !important;
    top: 0;
    text-transform: uppercase;
    position: static;
    letter-spacing: .15em;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.cart-custom-coupon-wrapper .form-wrap--checkbox label span {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cart-custom-coupon-wrapper .form-wrap--checkbox label input {
    height: 20px !important;
    width: 20px !important;
    background: #fff;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cart-custom-coupon-wrapper .form-wrap--checkbox label input::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 7px;
    border: 0;
    border-bottom: 2px solid #ff0076;
    border-right: 2px solid #ff0076;
    opacity: 0;
    -webkit-transform: translateX(-3px) translateY(2px) rotate(45deg);
    -ms-transform: translateX(-3px) translateY(2px) rotate(45deg);
    transform: translateX(-3px) translateY(2px) rotate(45deg);
    z-index: 3;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.cart-custom-coupon-wrapper .form-wrap--checkbox label input:checked::after,
.cart-custom-coupon-wrapper .form-wrap--checkbox label input:checked::before {
    opacity: 1
}

.form-wrap {
    position: relative;
    width: auto;
    display: inline-block;
    max-width: 100%
}

.form-submit {
    display: inline-block
}

.form-submit .ajax-loader {
    position: absolute
}

.submit-button input {
    margin: 0;
    width: 100%;
    background: #fff;
    border: 0
}

.wpcf7-not-valid-tip {
    color: #ff0076;
    font-size: 10px;
    text-align: center;
    margin-top: 5px
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 0;
    font-size: 10px;
    color: #ff0076;
    text-align: center
}

.form-wrap--select label {
    padding-left: 0;
    width: auto;
    left: 15px
}

.dropdown.wpcf7-not-valid .dropdown-toggle,
.wpcf7-not-valid .form__input--checkbox,
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid #ff0076 !important
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    font-size: 14px;
    color: #27a844;
    text-align: center
}

.bootstrap-select {
    padding: 0 !important
}

.bootstrap-select::after {
    content: url(../images/dropdown-icon.svg);
    display: inline-block;
    z-index: 2;
    pointer-events: none;
    -webkit-transform: translateY(calc(-50% - 2px));
    -ms-transform: translateY(calc(-50% - 2px));
    transform: translateY(calc(-50% - 2px));
    position: absolute;
    top: 50%;
    right: 16px;
    margin: 0;
    background: 0 0
}

.bootstrap-select .dropdown-toggle {
    padding: 10px 15px;
    text-transform: none;
    font-size: 14px
}

.bootstrap-select .dropdown-toggle::after {
    display: none
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center
}

.bootstrap-select .dropdown-divider {
    display: none
}

.bootstrap-select .dropdown-menu {
    max-width: 225px
}

.bootstrap-select .btn {
    color: #000 !important;
    background-color: #fff !important;
    outline: 0;
    border-radius: 6px;
    border: 0;
    line-height: 1
}

.bootstrap-select .btn:active,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:hover {
    color: #000 !important;
    background-color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important
}

.bootstrap-select .dropdown-menu {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    border: none;
    text-align: left;
    max-width: unset;
    max-height: 300px;
    box-shadow: 0 13px 16px rgba(0, 0, 0, .35)
}

.bootstrap-select .dropdown-menu .inner {
    scrollbar-width: thin;
    scrollbar-color: #ff0076;
    -webkit-overflow-scrolling: touch
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-appearance: none
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 25px
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background-color: #ff0076;
    border-radius: 25px
}

.bootstrap-select .dropdown-menu a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 16px;
    text-transform: none;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb
}

.bootstrap-select .dropdown-menu a:active,
.bootstrap-select .dropdown-menu a:focus,
.bootstrap-select .dropdown-menu a:hover {
    background-color: #fff;
    color: #ff0076
}

.bootstrap-select .dropdown-menu a:focus-within {
    background-color: #fff;
    color: #ff0076
}

.bootstrap-select .dropdown-menu a.active {
    color: #ff0076
}

.bootstrap-select .dropdown-menu .disabled a {
    background-color: #353a40;
    color: #7a7d82
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
    padding: 22px 30px;
    background: #fff
}

@media (max-width:991.98px) {
    .main-header {
        padding: 20px 15px
    }
}

@media (max-width:767.98px) {
    .main-header {
        position: relative;
        top: 0;
        overflow: hidden
    }
}

.main-header--var7 .main-header__logo-col a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (max-width:991.98px) {
    .main-header--var7 .main-header__logo-col .main-header__logo-link {
        margin-right: auto
    }
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__logo-col .main-header__logo-link img {
        width: 130px
    }
}

.main-header--var7 .main-header__checkout-contact {
    float: right
}

.main-header--var7 .main-header__checkout-contact p:first-child,
.main-header--var7 .main-header__checkout-contact p:last-child {
    display: none
}

.main-header--var7 .main-header__checkout-contact p {
    position: relative;
    display: inline;
    margin-bottom: 0
}

.main-header--var7 .main-header__checkout-contact p a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 20px;
    line-height: .5
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__checkout-contact p a {
        font-size: 14px;
        line-height: 1
    }
}

.main-header--var7 .main-header__checkout-contact p a img {
    position: absolute;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__checkout-contact p a img {
        display: none
    }
}

.main-header--var7 .main-header__checkout-contact p br {
    display: none
}

.main-header--var7 .main-header__checkout-contact p small {
    width: 100%;
    font-size: var(--font-size-small)
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__checkout-contact p small {
        display: inline-block;
        line-height: 1
    }
}

.main-header--var7 .main-header__nav li.dropdown>.menu__dropdown {
    background: 0 0
}

.main-header--var7 .main-header__nav li.dropdown:hover>.menu__dropdown {
    opacity: 1;
    pointer-events: all
}

.main-header--var7 .main-header__nav li.dropdown:hover>.menu__dropdown .menu__dropdown-list {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.main-header--var7 .main-header__nav .menu__dropdown .menu__dropdown {
    top: 0;
    left: 100%;
    z-index: 999999
}

.main-header--var7 .main-header__nav .menu__dropdown .menu__dropdown:before {
    display: none
}

.main-header--var7 .main-header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 45px;
    list-style-type: none
}

@media (min-width:1200px) {
    .main-header--var7 .main-header__nav {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px)
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .main-header--var7 .main-header__nav {
        padding-left: 25px
    }
}

.main-header--var7 .main-header__nav>li {
    margin-right: 50px;
    font-weight: 300;
    font-size: 16px
}

.main-header--var7 .main-header__nav>li:last-child {
    margin-right: 0
}

@media (max-width:1199.98px) {
    .main-header--var7 .main-header__nav>li {
        margin-right: 25px;
        font-size: 14px
    }
}

.main-header--var7 .main-header__nav>li:last-child {
    margin-right: 0
}

.main-header--var7 .main-header__nav>li.dropdown>a {
    position: relative
}

.main-header--var7 .main-header__nav>li.dropdown>a::before {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 37px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    content: ""
}

.main-header--var7 .main-header__nav>li.dropdown>a::after {
    display: inline-block;
    margin-left: 10px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    content: url(../images/dropdown-icon.svg)
}

.main-header--var7 .main-header__nav .menu__dropdown {
    position: absolute;
    top: 49px;
    left: -25px;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none
}

.main-header--var7 .main-header__nav .menu__dropdown .menu__dropdown-list {
    min-width: 300px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 13px 16px rgba(0, 0, 0, .35);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1199.98px) {
    .main-header--var7 .main-header__nav .menu__dropdown .menu__dropdown-list {
        min-width: 350px
    }
}

.main-header--var7 .main-header__nav .menu__dropdown::before {
    position: fixed;
    top: 59px;
    left: -50vw;
    z-index: -1;
    width: 200vw;
    height: 200vh;
    background: rgba(0, 0, 0, .35);
    content: "";
    pointer-events: none
}

@media (max-width:1199.98px) {
    .main-header--var7 .main-header__nav .menu__dropdown::before {
        top: 83px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .main-header--var7 .main-header__nav .menu__dropdown::before {
        top: 135px
    }
}

.main-header--var7 .main-header__nav .menu__dropdown:active,
.main-header--var7 .main-header__nav .menu__dropdown:focus,
.main-header--var7 .main-header__nav .menu__dropdown:hover {
    opacity: 1;
    pointer-events: all
}

.main-header--var7 .main-header__nav .menu__dropdown:active .menu__dropdown-list,
.main-header--var7 .main-header__nav .menu__dropdown:focus .menu__dropdown-list,
.main-header--var7 .main-header__nav .menu__dropdown:hover .menu__dropdown-list {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.main-header--var7 .main-header__nav .menu__dropdown:focus-within {
    opacity: 1;
    pointer-events: all
}

.main-header--var7 .main-header__nav .menu__dropdown:focus-within .menu__dropdown-list {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.main-header--var7 .main-header__nav .menu__dropdown li a {
    display: block;
    width: 100%;
    padding: 28px 40px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    background: #fff;
    border-bottom: 1px solid #d3d3d3
}

.main-header--var7 .main-header__nav .menu__dropdown li a:active,
.main-header--var7 .main-header__nav .menu__dropdown li a:focus,
.main-header--var7 .main-header__nav .menu__dropdown li a:hover {
    color: #fff;
    background: #ff0076;
    border-color: #ff0076
}

.main-header--var7 .main-header__nav .menu__dropdown li a .item-glyph {
    margin-left: 13px
}

.main-header--var7 .main-header__nav .menu__dropdown li:last-child a:active,
.main-header--var7 .main-header__nav .menu__dropdown li:last-child a:focus,
.main-header--var7 .main-header__nav .menu__dropdown li:last-child a:hover {
    border-color: #ff0076
}

.main-header--var7 .main-header__nav .menu__dropdown li:last-of-type a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.main-header--var7 .main-header__logo-col,
.main-header--var7 .main-header__nav-col,
.main-header--var7 .main-header__right-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width:991.98px) {
    .main-header--var7 .main-header__logo-col {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .main-header--var7 .main-header__logo-col a {
        margin: 0 20px 0 0
    }
}

.main-header--var7 .main-header__right-col {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-header--var7 .main-header__cart {
    font-weight: 350;
    font-size: 14px
}

.main-header--var7 .main-header__cart span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    color: #707070;
    text-align: center;
    background: #fff;
    border-radius: 100%
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__cart {
        margin-right: 0 !important
    }
}

.main-header--var7 .main-header__user {
    position: relative;
    margin-left: 25px;
    font-weight: 350;
    font-size: 14px
}

.main-header--var7 .main-header__user span {
    display: inline-block;
    margin-right: 16px
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__user span {
        display: none
    }
}

@media (max-width:575.98px) {
    .main-header--var7 .main-header__user {
        margin-right: 20px
    }
}

.main-header--var7 .main-header__search {
    margin-right: 36px;
    margin-left: 10px;
    padding: 0;
    background: 0 0;
    border: none
}

.main-header--var7 .main-header__search-form {
    position: absolute;
    top: 84px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 60px 0 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none
}

.main-header--var7 .main-header__search-form.active {
    opacity: 1;
    pointer-events: all
}

.main-header--var7 .main-header__search-form-close {
    position: absolute;
    top: 70px;
    right: 8%;
    z-index: 1111;
    padding: 0;
    background: 0 0;
    border: none
}

.main-header--var7 .main-header__search-form-close svg {
    width: 20px;
    height: 20px
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__search-form-close {
        top: 20px
    }
}

.main-header--var7 .widget_shopping_cart_content {
    position: absolute;
    top: 54px;
    right: -25px;
    width: 355px;
    max-height: 500px;
    overflow-y: auto;
    background-color: #efefef !important;
    box-shadow: 0 13px 16px rgba(0, 0, 0, .35);
    -webkit-transform: translate(-15%, 20px);
    -ms-transform: translate(-15%, 20px);
    transform: translate(-15%, 20px);
    opacity: 0 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 #efefef
}

.main-header--var7 .widget_shopping_cart_content::-webkit-scrollbar {
    width: .5em;
    height: 8px;
    -webkit-appearance: none
}

.main-header--var7 .widget_shopping_cart_content::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 25px
}

.main-header--var7 .widget_shopping_cart_content::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 25px
}

.main-header--var7 .widget_shopping_cart_content:active,
.main-header--var7 .widget_shopping_cart_content:focus,
.main-header--var7 .widget_shopping_cart_content:hover {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 1;
    pointer-events: all
}

.main-header--var7 .widget_shopping_cart_content:focus-within {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 1;
    pointer-events: all
}

@media (max-width:991.98px) {
    .main-header--var7 .widget_shopping_cart_content {
        display: none
    }
}

.main-header--var7 .main-header__cart {
    position: relative;
    margin-left: 36px
}

.main-header--var7 .main-header__cart .cart__count {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #ff0076;
    border-radius: 100%;
    -webkit-transform: translate(15px, 10px);
    -ms-transform: translate(15px, 10px);
    transform: translate(15px, 10px)
}

.main-header--var7 .main-header__cart::before {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 90px;
    height: 30px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    content: ""
}

.main-header--var7 .main-header__cart:active~.widget_shopping_cart_content,
.main-header--var7 .main-header__cart:focus~.widget_shopping_cart_content,
.main-header--var7 .main-header__cart:hover~.widget_shopping_cart_content {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 1 !important;
    pointer-events: all
}

.main-header--var7 .main-header__nav--mobile__wc-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__nav--mobile__wc-links {
        padding: 0 0 0 30px
    }
}

.main-header--var7 .mobilemenu-toogler {
    position: relative;
    z-index: 11;
    display: inline-block;
    height: 100%
}

@media (max-width:991.98px) {
    .main-header--var7 .mobilemenu-toogler {
        margin-right: auto
    }
}

.main-header--var7 .mobilemenu-toogler__btn--burger {
    position: relative;
    display: block;
    width: 25px;
    height: 100%;
    margin-right: 25px;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0 !important
}

@media (max-width:991.98px) {
    .main-header--var7 .mobilemenu-toogler__btn--burger {
        margin-right: 0
    }
}

.main-header--var7 .mobilemenu-toogler__btn--burger .bar {
    display: block;
    width: 100%;
    width: 25px;
    height: 1px;
    margin: 3px 0;
    background-color: #000;
    border-radius: 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-header--var7 .mobilemenu-toogler__btn--burger .bar--middle {
    margin: 5px 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.main-header--var7 .main-header__nav--mobile {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
    width: 100%;
    width: 50%;
    height: calc(100vh - 64px);
    margin-bottom: 0;
    padding: 50px 50px 100px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none;
    background: #f8f8f8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__nav--mobile {
        width: 100%;
        padding: 15px 0 50px;
        border-radius: 0
    }
}

.main-header--var7 .main-header__nav--mobile .main-header__nav--mobile-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none
}

.main-header--var7 .main-header__nav--mobile .main-header__nav--mobile-wrapper li {
    position: static;
    font-weight: 700;
    font-size: 20px;
    line-height: 1
}

.main-header--var7 .main-header__nav--mobile .main-header__nav--mobile-wrapper li a {
    display: block;
    margin: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 6px
}

.main-header--var7 .main-header__nav--mobile .main-header__nav--mobile-wrapper>li a::after {
    display: inline-block;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg) translateX(1px);
    -ms-transform: rotate(-90deg) translateX(1px);
    transform: rotate(-90deg) translateX(1px);
    content: url(../images/dropdown-icon.svg)
}

.main-header--var7 .main-header__nav--mobile .menu__dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background: #f8f8f8;
    opacity: 0;
    pointer-events: none
}

.main-header--var7 .main-header__nav--mobile .menu__dropdown.active {
    opacity: 1;
    pointer-events: all
}

.main-header--var7 .main-header__nav--mobile .menu__dropdown-list {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.main-header--var7 .main-header__nav--mobile .menu__dropdown-list li {
    border: none
}

.main-header--var7 .main-header__nav--mobile .menu__dropdown-list li a {
    text-transform: none
}

.main-header--var7 .main-header__nav--mobile .menu__dropdown-list li a .item-glyph {
    display: none
}

.main-header--var7 .main-header__nav--mobile .menu__dropdown-list li a::after {
    display: none
}

.main-header--var7 .main-header__nav--mobile__dropdown-header {
    position: absolute;
    left: 10px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 20px);
    height: 100%;
    padding: 0 10px;
    background: #f8f8f8;
    opacity: 0;
    pointer-events: none
}

.main-header--var7 .main-header__nav--mobile__dropdown-header.active {
    opacity: 1;
    pointer-events: all
}

.main-header--var7 .main-header__nav--mobile__dropdown-header .mobile__menu-header {
    display: inline-block;
    font-weight: 600;
    font-size: 20px
}

.main-header--var7 .main-header__nav--mobile__dropdown-header .mobile__back {
    position: absolute;
    top: 50%;
    left: 10px;
    background: 0 0;
    border: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-header--var7 .main-header__nav--mobile__dropdown-header .mobile__back.dropdown-active {
    display: none
}

.main-header--var7 .bootstrap-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px !important
}

.main-header--var7 .bootstrap-select::after {
    z-index: 2;
    display: inline-block;
    margin-left: -21px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    content: url(../images/dropdown-icon.svg);
    pointer-events: none
}

.main-header--var7 .bootstrap-select .dropdown-toggle {
    width: 60px;
    padding: 0 20px 0 0;
    font-size: 14px
}

.main-header--var7 .bootstrap-select .dropdown-menu {
    border-radius: 10px
}

.main-header--var7 .bootstrap-select .dropdown-menu a {
    min-width: 150px;
    padding: 9px 18px;
    font-size: 14px
}

.main-header--var7 .bootstrap-select .dropdown-menu li.selected a {
    color: #b5b5b5
}

.main-header--var7 .main-header__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

@media (max-width:991.98px) {
    .main-header--var7 .main-header__social {
        margin-bottom: 30px
    }
}

@media (max-width:767.98px) {
    .main-header--var7 .main-header__social {
        padding-right: 50px;
        padding-left: 50px
    }
}

.main-header--var7 .main-header__social li a {
    display: block;
    width: 14px
}

.main-header--var7 .main-header__social li:not(:last-child) {
    margin-right: 30px
}

@media (max-width:991.98px) {
    .main-header--var7 .woocommerce-currency-switcher {
        padding-right: 15px;
        background: 0 0;
        border: 0;
        -webkit-appearance: none
    }
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 60px !important;
    min-width: unset;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    background: 0 0;
    border: 0;
    box-shadow: none
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect .wSelect-arrow {
    display: none
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect::after {
    z-index: 2;
    display: inline-block;
    margin-left: -18px;
    padding-right: 10px;
    padding-left: 4px;
    background: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    content: url(../images/dropdown-icon.svg);
    pointer-events: none
}

@media (max-width:991.98px) {
    .main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect::after {
        display: none;
        background: #f8f8f8
    }
}

@media (max-width:991.98px) {
    .main-header--var7 .woocommerce-currency-switcher-form::after {
        position: absolute;
        z-index: 2;
        display: inline-block;
        width: 15px;
        margin-left: 0;
        padding-left: 0;
        background: 0 0;
        -webkit-transform: translate(-8px, -2px);
        -ms-transform: translate(-8px, -2px);
        transform: translate(-8px, -2px);
        content: url(../images/dropdown-icon.svg);
        pointer-events: none
    }
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-option-icon {
    margin: 0;
    padding: 0 !important
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options-holder {
    min-width: 150px;
    background: #fff;
    border: 0;
    box-shadow: 0 13px 16px rgba(0, 0, 0, .35)
}

@media (min-width:992px) {
    .main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options-holder {
        right: 0;
        left: unset
    }
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option {
    padding: 9px 18px;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option:active,
.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option:focus,
.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option:hover {
    color: #ff0076;
    background-color: #fff
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option:focus-within {
    color: #ff0076;
    background-color: #fff
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-option.wSelect-option-selected {
    color: #b5b5b5
}

.main-header--var7 .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options {
    border: 0;
    border-radius: 10px
}

.nav-expanded .main-header__nav--mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-expanded .mobilemenu-toogler__btn .bar--middle {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.nav-expanded .mobilemenu-toogler__btn .bar--top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotateZ(45deg)
}

.nav-expanded .mobilemenu-toogler__btn .bar--bottom {
    -webkit-transform: translateY(-4px) rotateZ(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotateZ(-45deg)
}

.main-header__nav--mobile__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-header__nav--mobile__wrapper .main-header__search {
    margin-right: 0;
    margin-left: 15px
}

@media (max-width:991.98px) {
    .main-header__nav--mobile__wrapper .main-header__search {
        z-index: 2;
        padding: 5px
    }
}

.main-header__nav--mobile__wrapper .main-header__nav--mobile__wc-links,
.main-header__nav--mobile__wrapper .main-header__social {
    margin-bottom: 15px
}

.main-header__nav--mobile__wrapper .main-header__social {
    margin-left: auto;
    padding-right: 0
}

.main-header__nav--mobile__wrapper .main-header__social a {
    width: 30px !important
}

.main-header__nav--mobile__wrapper .main-header__social li:not(:last-child) {
    margin-right: 15px !important
}

.main-header__nav--mobile__wrapper .main-header__social img {
    width: 100%;
    max-width: 30px;
    max-height: 20px
}

.main-header__wishlist--mobile {
    display: none;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px)
}

.main-header__wishlist--mobile svg {
    width: 21px;
    height: 19px
}

@media (max-width:350px) {
    .main-header__wishlist--mobile {
        display: inline-block
    }
}

@media (max-width:350px) {
    .main-header__logo-col a.main-header__wishlist {
        display: none
    }
}

@media (max-width:767.98px) {
    .main-header__logo-col a.main-header__wishlist svg {
        width: 23px;
        height: 21px
    }
}

.main-header__right-col a.main-header__wishlist {
    position: relative;
    margin-left: 36px
}

.main-header__right-col a.main-header__wishlist svg {
    width: 21px;
    height: 19px
}

.wSelect-option-icon {
    width: 50px
}

@media screen and (max-width:767px) {
    body {
        padding-top: 0;
        overflow-x: hidden
    }

    body .main-header__nav--mobile {
        top: 130px
    }

    .main-header--var7 .main-header__nav--mobile {
        top: 79px
    }
}

.widget_shopping_cart_content:hover {
    opacity: 1 !important
}

.main-header__nav--mobile .main-header__wishlist {
    display: none
}

.main-header__right-col>* {
    margin: 0 2px
}

@media only screen and (max-width:1200px) {

    .main-header__cart,
    .main-header__user,
    .main-header__wishlist {
        margin-left: 10px !important
    }

    .main-header__search,
    .main-header__social {
        margin-right: 10px !important
    }

    .main-header__social li:not(:last-of-type) {
        margin-right: 10px !important
    }

    .main-header__social li:last-of-type {
        margin-left: 10px
    }
}

.add_to_cart_handler .normal {
    display: inline
}

.add_to_cart_handler .meters {
    display: none
}

.product_cat-fabric-per-meter .add_to_cart_handler .normal {
    display: none
}

.product_cat-fabric-per-meter .add_to_cart_handler .meters {
    display: inline
}

.main-footer {
    background: #fff;
    border-top: 1px solid #ebebeb
}

.main-footer.main-footer--checkout {
    background: rgba(215, 219, 226, .2);
    border-top: 0;
    padding-top: 0
}

.main-footer.main-footer--checkout .main-footer__scroll-up {
    display: none
}

.main-footer a {
    color: inherit
}

.main-footer a:active,
.main-footer a:focus,
.main-footer a:hover {
    color: #ff0076
}

.main-footer .container,
.main-footer body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
.main-footer body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
body.register-page .woocommerce+.woocommerce .main-footer .woocommerce-notices-wrapper,
body:not(.logged-in) .woocommerce+.woocommerce .main-footer .woocommerce-notices-wrapper {
    position: relative
}

.main-footer .main-footer__scroll-up {
    position: fixed;
    bottom: 25px;
    right: 15px;
    z-index: 1002;
    z-index: 5;
    height: 43px;
    width: 43px;
    padding: 0;
    border: 0;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    background: #fff;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-footer .main-footer__scroll-up .scroll-up__arrow {
    height: 15px;
    width: 15px;
    display: inline-block;
    border-top: 1px solid;
    border-left: 1px solid;
    -webkit-transform: rotate(45deg) translate(2px, 2px);
    -ms-transform: rotate(45deg) translate(2px, 2px);
    transform: rotate(45deg) translate(2px, 2px)
}

.main-footer--var7 {
    padding: 65px 0 60px
}

.main-footer--var7 .main-footer__contact-col {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    text-transform: none
}

@media (min-width:1200px) {
    .main-footer--var7 .main-footer__contact-col {
        margin-left: 15px;
        margin-right: 25px;
        margin-top: 6px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .main-footer--var7 .main-footer__contact-col {
        margin-left: 35px;
        margin-right: 0;
        margin-top: 6px
    }
}

.main-footer--var7 .main-footer__contact-col em {
    display: block;
    color: #000;
    font-size: var(--font-size-regular);
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-style: normal
}

@media (max-width:991.98px) {
    .main-footer--var7 .main-footer__contact-col em+br {
        display: none
    }
}

.main-footer--var7 .main-footer__contact-col strong {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.main-footer--var7 .main-footer__contact-col small {
    font-size: var(--font-size-small)
}

.main-footer--var7 .main-footer__contact-col a {
    display: inline-block !important;
    font-weight: 700;
    font-size: 20px
}

.main-footer--var7 .main-footer__contact-col a img {
    margin-top: 12px;
    margin-bottom: 8px
}

.main-footer--var7 .main-footer__contact {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    margin-top: 30px
}

.main-footer--var7 .main-footer__contact strong {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.main-footer--var7 .main-footer__contact p {
    margin-bottom: 1rem
}

.main-footer--var7 .main-footer__contact a {
    display: inline-block !important
}

.main-footer--var7 .main-footer__contact a img {
    height: 15px;
    width: 15px;
    margin-right: 15px
}

.main-footer--var7 .main-footer__contact a strong {
    font-weight: 700;
    font-size: 18px
}

@media (max-width:767.98px) {
    .main-footer--var7 {
        padding: 35px 20px
    }
}

.main-footer--var7 .main-footer__logo {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .main-footer--var7 .main-footer__logo {
        margin-top: -10px
    }
}

.main-footer--var7 .main-footer__logo a {
    display: block
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__logo {
        width: 100%;
        margin-bottom: 15px;
        display: block
    }
}

.main-footer--var7 .main-footer__copyright-text {
    font-size: var(--font-size-small);
    font-weight: 500
}

.main-footer--var7 .main-footer__copyright,
.main-footer--var7 .main-footer__copyright-text {
    margin-top: 3rem
}

@media (max-width:991.98px) {
    .main-footer--var7 .main-footer__copyright-nav-col {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 40px
    }

    .main-footer--var7 .main-footer__copyright-text {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 40px;
        text-align: center
    }

    .main-footer--var7 .main-footer__copyright {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__copyright-text {
        margin-top: 10px
    }
}

.main-footer--var7 .main-footer__nav-col {
    list-style-type: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px
}

@media (min-width:992px) {
    .main-footer--var7 .main-footer__nav-col {
        padding: 0
    }
}

.main-footer--var7 .main-footer__nav-col li {
    margin-bottom: 1rem
}

@media (max-width:1199.98px) {
    .main-footer--var7 .main-footer__nav-col {
        margin-bottom: 0;
        padding-right: 0
    }
}

@media (max-width:991.98px) {
    .main-footer--var7 .main-footer__nav-col {
        margin-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__nav-col {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
        padding: 0 15px;
        margin-top: 0
    }
}

.main-footer--var7 .main-footer__nav-col .footer__nav-column {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    padding: 0 15px;
    width: 25%
}

@media (min-width:992px) {
    .main-footer--var7 .main-footer__nav-col .footer__nav-column {
        margin-top: 3rem
    }
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__nav-col .footer__nav-column {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 0;
        width: 100%;
        margin-top: 40px
    }
}

.main-footer--var7 .main-footer__nav-col .footer-nav__title {
    font-size: var(--font-size-small);
    font-weight: 500
}

.main-footer--var7 .main-footer__nav-col .footer-nav__list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.main-footer--var7 .main-footer__nav-col .footer-nav__list img {
    max-width: 100%;
    height: auto
}

.main-footer--var7 .main-footer__copyright {
    font-size: var(--font-size-small);
    text-align: right
}

.main-footer--var7 .main-footer__copyright img {
    margin-left: 10px
}

@media (max-width:991.98px) {
    .main-footer--var7 .main-footer__copyright {
        text-align: center;
        width: 100%;
        margin-top: 15px;
        display: block
    }
}

.main-footer--var7 .main-footer__copyright_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:991.98px) {
    .main-footer--var7 .main-footer__copyright_col {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__copyright_col {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.main-footer--var7 .main-footer__copyright_col .main-footer__copyright_nav {
    list-style-type: none;
    font-size: var(--font-size-regular);
    line-height: 1.3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
    margin-bottom: 0
}

.main-footer--var7 .main-footer__copyright_col .main-footer__copyright_nav li {
    padding-right: 45px
}

.main-footer--var7 .main-footer__copyright_col .main-footer__copyright_nav li:last-child {
    padding-right: 0
}

@media (max-width:1199.98px) {
    .main-footer--var7 .main-footer__copyright_col .main-footer__copyright_nav li {
        padding-right: 20px
    }
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__copyright_col .main-footer__copyright_nav li {
        display: block;
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:991.98px) {
    .main-footer--var7 .main-footer__copyright_col .main-footer__copyright_nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__copyright_col .main-footer__copyright_nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.main-footer--var7 .main-footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__social {
        margin-bottom: 0;
        padding: 15px 0;
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.main-footer--var7 .main-footer__social li {
    padding-right: 20px
}

@media (max-width:767.98px) {
    .main-footer--var7 .main-footer__social li {
        padding-right: 25px
    }

    .main-footer--var7 .main-footer__social li:last-child {
        padding-right: 0
    }
}

.main-footer--var7 .main-footer__social li img {
    max-width: 14px;
    max-height: 14px
}

@media (max-width:767.98px) {
    .blog-posts {
        padding-right: 20px;
        padding-left: 20px
    }
}

.posts_loadmore__row {
    border-top: 1px solid #ebebeb
}

.blog-posts-box {
    margin: 0 auto;
    margin-bottom: 100px !important
}

@media (min-width:992px) {
    .blog-posts-box:nth-child(even) {
        padding-right: 0
    }

    .blog-posts-box:nth-child(even) .blog-posts-details {
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .blog-posts-box:nth-child(odd) {
        padding-left: 0
    }

    .blog-posts-box:nth-child(odd) .blog-posts-details {
        padding-left: 15px
    }
}

@media (max-width:767.98px) {

    .blog-posts-box .woocommerce-account .woocommerce+.woocommerce form span.button,
    .blog-posts-box span.btn-primary,
    .woocommerce-account .woocommerce+.woocommerce form .blog-posts-box span.button {
        display: block
    }
}

.blog-posts-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55.55556%
}

.blog-posts-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px
}

@media (max-width:767.98px) {
    .single-content__cms .btn-primary--icon-text {
        display: block
    }
}

.blog-posts-author__image {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    border-radius: 100%
}

.blog-posts-author__credits {
    text-align: left
}

.blog-posts-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px
}

@media (max-width:767.98px) {
    .blog-posts-author {
        margin-bottom: 30px
    }
}

.blog-posts-author .blog-posts-author__name {
    color: #707070
}

.blog-posts-author time {
    color: #707070;
    font-weight: 400;
    white-space: nowrap
}

.blog-posts-title {
    margin-top: 30px;
    margin-bottom: 25px
}

@media (max-width:767.98px) {
    .blog-posts-title {
        font-size: 24px
    }
}

.post-excerpt {
    width: 70%;
    font-weight: 300;
    font-size: 16px
}

@media (max-width:1199.98px) {
    .post-excerpt {
        width: 80%
    }
}

@media (max-width:767.98px) {
    .post-excerpt {
        width: 100%
    }
}

.post-excerpt .btn-text {
    display: inline-block;
    padding: 10px 0;
    color: #ff0076;
    font-weight: 400;
    font-size: var(--font-size-small);
    text-transform: uppercase
}

.blog-posts-link {
    color: #000
}

.blog-posts-link .blog-posts-image-wrapper {
    overflow: hidden;
    border-radius: 6px
}

.blog-posts-link .blog-posts-image-wrapper img {
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.blog-posts-link:active,
.blog-posts-link:focus,
.blog-posts-link:hover {
    color: #000
}

.blog-posts-link:active .btn-primary::after,
.blog-posts-link:active .woocommerce-account .woocommerce+.woocommerce form .button::after,
.blog-posts-link:focus .btn-primary::after,
.blog-posts-link:focus .woocommerce-account .woocommerce+.woocommerce form .button::after,
.blog-posts-link:hover .btn-primary::after,
.blog-posts-link:hover .woocommerce-account .woocommerce+.woocommerce form .button::after,
.woocommerce-account .woocommerce+.woocommerce form .blog-posts-link:active .button::after,
.woocommerce-account .woocommerce+.woocommerce form .blog-posts-link:focus .button::after,
.woocommerce-account .woocommerce+.woocommerce form .blog-posts-link:hover .button::after {
    -webkit-transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
    transform: translate(3px, -3px)
}

.blog-posts-link:active .blog-posts-image-wrapper img,
.blog-posts-link:focus .blog-posts-image-wrapper img,
.blog-posts-link:hover .blog-posts-image-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width:767.98px) {
    .single-content {
        padding: 0 20px
    }
}

.single-content img {
    border-radius: 6px
}

@media (max-width:767.98px) {
    .single-hero {
        padding: 0 20px
    }
}

.single-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .single-nav {
        padding: 0 35px
    }
}

.single-nav a {
    display: inline-block;
    margin-bottom: 10px;
    color: #ff0076;
    font-size: var(--font-size-small);
    text-transform: uppercase
}

.single-nav a.single-nav--prev {
    margin-right: 10px
}

.single-nav a:active,
.single-nav a:focus,
.single-nav a:hover {
    color: #000
}

.splide__arrows .splide__arrow {
    width: 2.7em;
    height: 2.7em;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 13px 16px rgba(0, 0, 0, .28)
}

.splide__arrows .splide__arrow:disabled {
    opacity: .7;
    cursor: not-allowed
}

.splide__arrows .splide__arrow svg {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.splide__arrows .splide__arrow.splide__arrow--prev svg {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px)
}

.splide__pagination__page {
    background: #fff;
    height: 10px;
    width: 10px;
    opacity: 1;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.splide__pagination__page.is-active {
    background: #000;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.cms-content .alignright {
    float: right
}

.cms-content .alignleft {
    float: left
}

.cms-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cms-content img {
    height: auto;
    max-width: 100%
}

.cms-content img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.cms-content img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.cms-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cms-content ol,
.cms-content ul {
    text-align: left
}

.cms-content a {
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
    margin-bottom: 2.2rem
}

.cms-content blockquote p {
    margin-bottom: .5rem
}

.cms-content strong {
    font-weight: 600
}

.nav-pills {
    white-space: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none
}

.nav-pills::-webkit-scrollbar {
    display: none
}

.nav-pills--categories {
    overflow: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-pills--categories .nav-link {
    border-radius: 6px;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 10px
}

.nav-pills--categories .nav-link.active {
    background: #000;
    color: #fff
}

.nav-pills--categories .nav-link.active .nav-item__icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.nav-pills--categories .nav-link:active,
.nav-pills--categories .nav-link:focus,
.nav-pills--categories .nav-link:hover {
    background: #000;
    color: #fff
}

.nav-pills--categories .nav-link:active .nav-item__icon,
.nav-pills--categories .nav-link:focus .nav-item__icon,
.nav-pills--categories .nav-link:hover .nav-item__icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.nav-pills--categories .nav-link.nav-link--arrow span {
    display: inline-block;
    margin-left: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-pills--categories .nav-link.nav-link--arrow span svg {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.nav-pills--categories .nav-link.nav-link--arrow:active span,
.nav-pills--categories .nav-link.nav-link--arrow:focus span,
.nav-pills--categories .nav-link.nav-link--arrow:hover span {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-filter: invert(1);
    filter: invert(1)
}

.nav-pills--categories .nav-link.nav-link--no-transform {
    text-transform: none
}

.nav-pills--categories .nav-item__icon {
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-pills__wrapper {
    position: relative;
    overflow: hidden
}

@media (max-width:767.98px) {
    .nav-pills__wrapper .nav-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 35px !important;
        padding-right: 35px !important
    }
}

.nav-pills__next {
    position: absolute;
    right: 1px;
    top: 0;
    width: 50px;
    display: none;
    height: 100%;
    border: 0;
    z-index: 2;
    background: #ff0076;
    border-radius: 5px
}

.nav-pills__next:disabled {
    display: none !important
}

.nav-pills__prev {
    position: absolute;
    left: -1px;
    top: 0;
    width: 50px;
    display: none;
    height: 100%;
    border: 0;
    z-index: 2;
    background: #ff0076;
    border-radius: 5px
}

.nav-pills__prev:disabled {
    display: none !important
}

.nav-pills__wrapper.scrollable .nav-pills__next,
.nav-pills__wrapper.scrollable .nav-pills__prev {
    display: block
}

.nav-pills__wrapper.scrollable .nav-pills {
    width: calc(100% - 50px)
}

.table-scrollable__next {
    position: absolute;
    right: -2px;
    top: 30px;
    display: none;
    border: 0;
    z-index: 2;
    padding: 11px 20px;
    background: #ff0076;
    border-radius: 5px
}

.table-scrollable__next:disabled {
    display: none !important
}

.table-scrollable__next::before {
    content: '';
    position: absolute;
    width: 35px;
    pointer-events: none;
    height: 100%;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    background: -webkit-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(-90deg, #fff 0, rgba(255, 255, 255, 0) 90%)
}

.table-scrollable__next .next-text {
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.table-scrollable__prev {
    position: absolute;
    left: -2px;
    top: 30px;
    display: none;
    padding: 11px 20px;
    border: 0;
    z-index: 2;
    background: #ff0076;
    border-radius: 5px
}

.table-scrollable__prev:disabled {
    display: none !important
}

.table__scrollable-wrapper--search .table-scrollable__next,
.table__scrollable-wrapper--search .table-scrollable__prev {
    top: 75px
}

.table__scrollable-wrapper {
    position: relative;
    overflow: hidden
}

.table__scrollable-wrapper .table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #ff0076;
    -webkit-overflow-scrolling: touch
}

.table__scrollable-wrapper .table-responsive::-webkit-scrollbar {
    width: 1em;
    height: 6px;
    -webkit-appearance: none
}

.table__scrollable-wrapper .table-responsive::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #6c757d
}

.table__scrollable-wrapper .table-responsive::-webkit-scrollbar-thumb {
    background-color: #ff0076;
    border-radius: 5px
}

@media (max-width:991.98px) {
    .table__scrollable-wrapper table {
        white-space: nowrap
    }
}

.table__scrollable-wrapper.scrollable .table-scrollable__next {
    display: block
}

.table__scrollable-wrapper.scrollable.scrollable-left .table-scrollable__next {
    display: none
}

.table__scrollable-wrapper.scrollable.scrollable-left .table-scrollable__prev {
    display: block
}

.table__scrollable-wrapper.scrollable.scrollable-right .table-scrollable__next {
    display: block
}

.table__scrollable-wrapper.scrollable.scrollable-right .table-scrollable__prev {
    display: none
}

.table__scrollable-wrapper.scrollable.scrollable-both .table-scrollable__next,
.table__scrollable-wrapper.scrollable.scrollable-both .table-scrollable__prev {
    display: block
}

.table__scrollable-wrapper.scrollable.scrollable-both .table-scrollable__next .next-text {
    display: none
}

.alert {
    height: 50px;
    background: #e9edef;
    border: 0;
    border-radius: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1111;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
    opacity: 0
}

@media (max-width:767.98px) {
    .alert {
        height: 50px;
        text-align: left;
        position: relative;
        top: -80px
    }
}

.alert a {
    text-decoration: underline
}

.alert a:active,
.alert a:focus,
.alert a:hover {
    color: #ff0076
}

.alert p {
    margin-bottom: 0
}

.alert .close {
    opacity: 1;
    text-shadow: 0
}

@media (max-width:767.98px) {
    .alert .close {
        height: 100%
    }

    .alert .close svg {
        width: 15px;
        height: 15px
    }
}

@media (max-width:767.98px) {
    .alert {
        font-size: 12px
    }
}

.alert-heading {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .alert-heading {
        font-size: 16px
    }
}

.alert-icon {
    margin-right: 17px
}

body.alert-on {
    padding-top: 138px
}

@media (max-width:991.98px) {
    body.alert-on {
        padding-top: 130px
    }
}

@media (max-width:767.98px) {
    body.alert-on {
        padding-top: 0
    }
}

body.alert-on .main-header {
    top: 50px
}

@media (max-width:767.98px) {
    body.alert-on .main-header {
        top: 50px
    }
}

body.alert-on .main-header__nav--mobile {
    top: 130px
}

@media (max-width:767.98px) {
    body.alert-on .main-header__nav--mobile {
        top: 0
    }
}

body.alert-on .alert {
    opacity: 1
}

.lb-nav a.lb-next {
    border-radius: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    right: -75px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #ff0076;
    position: relative;
    opacity: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.lb-nav a.lb-next::before {
    content: url(../images/arrow-pink.svg);
    display: inline-block
}

@media (max-width:991.98px) {
    .lb-nav a.lb-next {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        right: 0
    }
}

@media (max-width:767.98px) {
    .lb-nav a.lb-next {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px)
    }
}

.lb-nav a.lb-prev {
    border-radius: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: -75px;
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #ff0076;
    position: relative;
    opacity: 1
}

.lb-nav a.lb-prev::before {
    content: url(../images/arrow-pink.svg);
    display: inline-block;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

@media (max-width:991.98px) {
    .lb-nav a.lb-prev {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 0
    }
}

@media (max-width:767.98px) {
    .lb-nav a.lb-prev {
        -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
        transform: translateX(25px)
    }
}

.lightbox .lb-image {
    border: 0;
    border-radius: 0
}

.lightboxOverlay {
    background: #353d48;
    opacity: .9
}

.lb-nav {
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .lb-nav {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
        top: unset;
        bottom: 0
    }
}

.lb-data .lb-close {
    background-image: url(../../dist/images/moc-close.svg);
    background-repeat: no-repeat;
    background-position: center
}

.lb-outerContainer,
.lightbox .lb-image {
    border-radius: 6px !important
}

.lb-caption {
    color: #fff;
    margin-right: 20px;
    display: inline-block
}

.lb-caption h4 {
    font-size: 20px !important
}

.lb-caption p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.lb-number {
    color: #b0b6ba !important;
    font-size: 10px !important;
    font-weight: 500;
    display: inline-block !important;
    padding-top: 0;
    white-space: nowrap
}

.lb-dataContainer {
    padding: 0
}

.lb-dataContainer .lb-details {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

#lightbox .lb-caption {
    position: absolute;
    bottom: -25px;
    max-width: 250px;
    padding-right: 15px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

#lightbox .lb-number {
    position: absolute;
    bottom: -5px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

#lightbox .lb-close {
    -webkit-transform: translate(calc(100% + 15px), 100%);
    -ms-transform: translate(calc(100% + 15px), 100%);
    transform: translate(calc(100% + 15px), 100%)
}

@media (max-width:767.98px) {
    #lightbox .lb-close {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
}

.sl-overlay {
    background: #353d48;
    opacity: .9;
    z-index: 1200
}

.sl-wrapper {
    z-index: 1201
}

.sl-wrapper .sl-image .sl-caption {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background: 0 0
}

.slide__captions {
    max-width: 250px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    margin-right: 20px;
    display: inline-block
}

.slide__captions .slide__captions-title {
    font-size: 20px !important
}

.sl-next,
.sl-prev {
    border-radius: 100%;
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #ff0076;
    opacity: 1;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767.98px) {

    .sl-next,
    .sl-prev {
        display: none !important
    }
}

.sl-prev {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.breadcrumbs__wrapper {
    padding: 20px 30px 10px
}

@media (max-width:991.98px) {
    .breadcrumbs__wrapper {
        padding: 20px 15px
    }
}

@media (max-width:767.98px) {
    .breadcrumbs__wrapper {
        padding: 20px 0
    }
}

.breadcrumbs__wrapper .woocommerce-breadcrumb {
    color: #000
}

.breadcrumbs__wrapper .woocommerce-breadcrumb a {
    text-transform: capitalize;
    font-size: 14px;
    color: #9b9b9b
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    background: 0 0 !important
}

div.asl_r .results .item.hovered {
    background: #ebebeb
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    color: #ff0076;
    font-weight: 600
}

div[id*=ajaxsearchliteres].wpdreams_asl_results .results div.asl_image {
    border-radius: 100%
}

div.asl_r .results .item .asl_content h3 a:hover {
    color: #ff0076;
    font-weight: 600
}

#ajaxsearchlite1 .probox .proinput,
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput,
div.asl_w .probox .proinput input {
    font-family: Proxima, sans-serif !important
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 48px;
    overflow: visible;
    border-radius: 6px
}

@media (max-width:767.98px) {

    #ajaxsearchlite1 .probox,
    div.asl_w .probox {
        background: #fff !important;
        box-shadow: 0 13px 16px rgba(0, 0, 0, .35) !important
    }
}

div.asl_w {
    overflow: visible !important;
    background: 0 0 !important;
    box-shadow: none
}

div.asl_w .probox .promagnifier .innericon svg {
    display: none
}

div.asl_w .probox .promagnifier .innericon::before {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    content: "Search"
}

div.asl_w .probox .promagnifier {
    display: inline-block;
    width: auto;
    width: 145px;
    height: 100%;
    margin-left: 25px;
    padding: 0;
    color: #ff0076;
    text-align: center;
    background: 0 0;
    border: none;
    box-shadow: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

div.asl_w .probox .promagnifier .innericon {
    width: auto;
    height: auto;
    padding: 15px 35px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

div.asl_w .probox .promagnifier:active,
div.asl_w .probox .promagnifier:focus,
div.asl_w .probox .promagnifier:hover {
    color: #fff
}

div.asl_w .probox .promagnifier:active .innericon,
div.asl_w .probox .promagnifier:focus .innericon,
div.asl_w .probox .promagnifier:hover .innericon {
    background-color: #ff0076
}

@media (max-width:767.98px) {
    div.asl_w .probox .promagnifier {
        margin-top: 12px;
        margin-left: 0
    }
}

div[id*=ajaxsearchlite].wpdreams_asl_container {
    overflow: visible
}

#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
    position: relative;
    width: 145px;
    margin-left: 0;
    padding: 0;
    background: #fff !important;
    border-radius: 6px;
    box-shadow: 0 13px 16px rgba(0, 0, 0, .35) !important
}

#ajaxsearchlite1 .probox .proinput::before,
div.asl_w .probox .proinput::before {
    position: absolute;
    top: 50%;
    left: 23px;
    z-index: 50;
    width: 20px;
    height: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: url(../../dist/images/search_icon.svg);
    pointer-events: none
}

@media (max-width:767.98px) {

    #ajaxsearchlite1 .probox .proinput,
    div.asl_w .probox .proinput {
        width: 100%;
        overflow: hidden;
        box-shadow: none !important
    }
}

div.asl_m .probox .proinput input.autocomplete {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    height: 48px;
    padding: 0 70px !important;
    color: #000 !important;
    font-size: 16px !important;
    background: 0 0 !important;
    border-radius: 6px
}

div.asl_m .proinput input.orig {
    background: #fff
}

.hero-home__search-wrapper {
    margin-top: 150px
}

@media (max-width:1199.98px) {
    .hero-home__search-wrapper {
        margin-top: 100px
    }
}

@media (max-width:991.98px) {
    .hero-home__search-wrapper {
        margin-top: 50px
    }
}

@media (max-width:767.98px) {
    .hero-home__search-wrapper {
        padding: 0
    }
}

.main-header__search-form #ajaxsearchlite1 .probox .proinput,
.main-header__search-form div.asl_w .probox .proinput {
    box-shadow: none !important
}

.main-header__search-form #ajaxsearchlite1 .probox .proinput::before,
.main-header__search-form div.asl_w .probox .proinput::before {
    left: 0;
    content: url(../../dist/images/search_icon_2.svg)
}

.main-header__search-form #ajaxsearchlite1 .probox .proinput input,
.main-header__search-form div.asl_w .probox .proinput input {
    padding: 0 46px !important;
    font-size: 24px !important
}

.main-header__search-form div.asl_w .probox .promagnifier {
    display: none
}

.main-header__search-form #ajaxsearchlite1 .probox,
.main-header__search-form div.asl_w .probox {
    margin-bottom: 17px;
    box-shadow: none !important
}

@media (min-width:768px) {

    .main-header__search-form #ajaxsearchlite1 .probox,
    .main-header__search-form div.asl_w .probox {
        max-width: 85%
    }
}

div.asl_r.vertical {
    background: #fff !important
}

.search-form__frequent-search {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    margin-top: 5px;
    padding: 40px 0;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, .9)
}

.search-form__frequent-search .frequent-search__title {
    display: inline-block;
    margin-right: 20px;
    font-size: var(--font-size-regular);
    letter-spacing: .15em;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .search-form__frequent-search .frequent-search__title {
        width: 100%
    }
}

.search-form__frequent-search .inner-result {
    display: inline-block;
    margin: 0 10px;
    color: #fff
}

.search-form__frequent-search .inner-result:active,
.search-form__frequent-search .inner-result:focus,
.search-form__frequent-search .inner-result:hover {
    color: #ff0076
}

@media (max-width:767.98px) {

    .probox,
    div.asl_w .probox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767.98px) {

    div.asl_w .probox .proclose,
    div.asl_w .probox .proloading {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.section-text_image .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image .section-title {
    margin-bottom: 2.2rem
}

@media (max-width:767.98px) {
    .section-text_image .section-title {
        margin-bottom: 20px
    }
}

.section-text_image .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_image .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .section-text_image .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image .text_image_col--2 img {
    border-radius: 6px
}

.section-text_image .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image .text_image__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_image .text_image__content-wysiwyg {
        max-width: 90%
    }
}

@media (min-width:1200px) {
    .section-text_image .text_image__content-wysiwyg {
        max-width: 82%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image .text_image__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_image .text_image__content-wysiwyg .cms-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6
}

.section-text_image .text_image__content-wysiwyg .cms-content u {
    -webkit-text-decoration: #ff0076 underline 1px;
    text-decoration: #ff0076 underline 1px;
    text-underline-offset: 2px
}

@media (max-width:991.98px) {
    .section-text_image .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

.section-text_image .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-person {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-text_image .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

.section-text_image .text_image__content-cta {
    margin-top: 3rem
}

.section-text_image .text_image__content-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_image .text_image__content-cta .btn-primary,
.section-text_image .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image .text_image__content-cta .button {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .section-text_image .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image.order--default .text_image_col--2 {
        padding-left: 15px
    }

    .section-text_image.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }

    .section-text_image.order--default .text_image__content-wysiwyg {
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .section-text_image.order--reverse .text_image_col--2 {
        padding-right: 15px
    }

    .section-text_image.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image.order--reverse .text_image__content-wysiwyg {
        padding-right: 15px
    }

    .section-text_image.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image.order--reverse .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

.section-text_image .text_image__content-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px
}

.section-text_image .text_image__content-person img {
    height: 40px;
    width: 40px;
    border-radius: 100%
}

.section-text_image .text_image__content-person .person__details {
    margin-left: 18px
}

.section-text_image .text_image__content-person .person__details .person__details-name,
.section-text_image .text_image__content-person .person__details .person__details-text {
    margin-bottom: 0
}

.section-text_image .text_image__content-person .person__details .person__details-name {
    font-size: 18px
}

.section-text_image .text_image__content-person .person__details .person__details-text {
    font-size: 10px;
    color: #6c757d
}

.section-text_image .text_image__wrapper--bg {
    background: #f8f8f8
}

@media (max-width:767.98px) {
    .section-text_image .text_image_col--1 {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image .text_image__content.container--half {
        padding-left: 0;
        padding-right: 0
    }

    .section-text_image .text_image__content-cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-text_image .text_image__content-cta a:last-child {
        margin-bottom: 0 !important
    }
}

.section-text_image .text_image__content-icon {
    margin-bottom: 30px
}

.section-text_image--boxes .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image--boxes .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image--boxes .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_image--boxes .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image--boxes .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image--boxes .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image--boxes .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image--boxes .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image--boxes .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .section-text_image--boxes .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image--boxes .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image--boxes .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image--boxes .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image--boxes .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image--boxes .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image--boxes .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image--boxes .text_image__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_image--boxes .text_image__content-wysiwyg {
        max-width: 85%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--boxes .text_image__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_image--boxes .text_image__content-wysiwyg .cms-content {
    font-size: 18px
}

@media (max-width:991.98px) {
    .section-text_image--boxes .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image--boxes .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--boxes .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--boxes .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image--boxes .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image--boxes .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--boxes .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .section-text_image--boxes .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-box {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--boxes .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

.section-text_image--boxes .text_image__content-cta {
    margin-top: 35px
}

.section-text_image--boxes .text_image__content-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_image--boxes .text_image__content-cta .btn-primary,
.section-text_image--boxes .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--boxes .text_image__content-cta .button {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .section-text_image--boxes .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--boxes .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--boxes.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .section-text_image--boxes.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image--boxes.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--boxes.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--boxes.order--reverse .text_image__content .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:991.98px) {

    .section-text_image--boxes.order--reverse .container--half,
    .section-text_image--boxes.order--reverse .text_image__content {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.section-text_image--boxes .text_image__wrapper--bg {
    background: #f8f8f8
}

.section-text_image--boxes .text_image__content-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-text_image--boxes .text_image__content-box {
    width: 50%;
    padding-right: 20px;
    margin-top: 30px
}

@media (max-width:575.98px) {
    .section-text_image--boxes .text_image__content-box {
        width: 80%
    }
}

.section-text_image--boxes .text_image__content-box img {
    height: 20px;
    width: 20px;
    display: inline-block
}

.section-text_image--boxes .text_image__content-box .box__text {
    font-size: 18px;
    color: #6c757d;
    margin-top: 15px
}

@media (max-width:767.98px) {

    .section-text_image--boxes .text_image__col,
    .section-text_image--boxes .text_image_col--1 {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image--boxes .text_image__content.container--half {
        padding-left: 0;
        padding-right: 0
    }

    .section-text_image--boxes .text_image__content-cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-text_image--boxes .text_image__content-cta a:last-child {
        margin-bottom: 0 !important
    }

    .section-text_image--boxes .text_image__content-box {
        width: 100%
    }
}

.section-text_image--icons .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image--icons .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image--icons .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_image--icons .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image--icons .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image--icons .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image--icons .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image--icons .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image--icons .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .section-text_image--icons .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image--icons .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image--icons .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image--icons .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image--icons .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image--icons .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image--icons .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image--icons .text_image__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_image--icons .text_image__content-wysiwyg {
        max-width: 85%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--icons .text_image__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_image--icons .text_image__content-wysiwyg .cms-content {
    font-size: 18px
}

@media (max-width:991.98px) {
    .section-text_image--icons .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image--icons .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--icons .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--icons .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image--icons .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image--icons .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--icons .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .section-text_image--icons .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-box {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--icons .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

.section-text_image--icons .text_image__content-cta {
    margin-top: 35px
}

.section-text_image--icons .text_image__content-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_image--icons .text_image__content-cta .btn-primary,
.section-text_image--icons .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--icons .text_image__content-cta .button {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .section-text_image--icons .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--icons .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--icons.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .section-text_image--icons.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image--icons.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--icons.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--icons.order--reverse .text_image__content .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:991.98px) {

    .section-text_image--icons.order--reverse .container--half,
    .section-text_image--icons.order--reverse .text_image__content {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.section-text_image--icons .text_image__wrapper--bg {
    background: #f8f8f8
}

.section-text_image--icons .text_image__content-boxes {
    margin-top: 5px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

@media (min-width:768px) {
    .section-text_image--icons .text_image__content-boxes {
        max-width: 80%
    }
}

.section-text_image--icons .text_image__content-box {
    width: 100%;
    padding-right: 20px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:575.98px) {
    .section-text_image--icons .text_image__content-box {
        width: 80%
    }
}

.section-text_image--icons .text_image__content-box img {
    height: 25px;
    width: 25px;
    display: inline-block
}

.section-text_image--icons .text_image__content-box .box__text {
    font-size: 18px;
    color: #6c757d;
    margin-left: 30px
}

.section-text_image--icons .text_image__content-boxes--bg .text_image__content-box {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px
}

.section-text_image--icons .text_image__content-boxes--bg .text_image__content-box .box__text {
    color: #000
}

@media (max-width:767.98px) {

    .section-text_image--icons .text_image__col,
    .section-text_image--icons .text_image_col--1 {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image--icons .text_image__content.container--half {
        padding-left: 0;
        padding-right: 0
    }

    .section-text_image--icons .text_image__content-cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-text_image--icons .text_image__content-cta a:last-child {
        margin-bottom: 0 !important
    }

    .section-text_image--icons .text_image__content-box {
        width: 100%
    }
}

.section-text_image--accordion .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image--accordion .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image--accordion .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_image--accordion .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image--accordion .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image--accordion .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image--accordion .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image--accordion .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image--accordion .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .section-text_image--accordion .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image--accordion .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image--accordion .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image--accordion .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image--accordion .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image--accordion .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image--accordion .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image--accordion .text_image__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_image--accordion .text_image__content-wysiwyg {
        max-width: 85%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--accordion .text_image__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_image--accordion .text_image__content-wysiwyg .cms-content {
    font-size: 18px
}

@media (max-width:991.98px) {
    .section-text_image--accordion .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image--accordion .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--accordion .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--accordion .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image--accordion .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image--accordion .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--accordion .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .section-text_image--accordion .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-box {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--accordion .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

.section-text_image--accordion .text_image__content-cta {
    margin-top: 35px
}

.section-text_image--accordion .text_image__content-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_image--accordion .text_image__content-cta .btn-primary,
.section-text_image--accordion .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--accordion .text_image__content-cta .button {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .section-text_image--accordion .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--accordion .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--accordion.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .section-text_image--accordion.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image--accordion.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--accordion.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--accordion.order--reverse .text_image__content .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:991.98px) {

    .section-text_image--accordion.order--reverse .container--half,
    .section-text_image--accordion.order--reverse .text_image__content {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.section-text_image--accordion .text_image__wrapper--bg {
    background: #f8f8f8
}

.section-text_image--accordion .text_image__content-boxes {
    margin-top: 30px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.section-text_image--accordion .text_image__content-toggle {
    display: block;
    width: 100%;
    margin-top: 5px;
    background: #f8f8f8;
    font-size: var(--font-size-regular);
    border-radius: 5px;
    padding: 30px;
    font-weight: 700;
    color: #000;
    position: relative
}

.section-text_image--accordion .text_image__content-toggle::before {
    content: '';
    position: absolute;
    top: 45%;
    right: 30px;
    pointer-events: none;
    height: 5px;
    width: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.section-text_image--accordion .text_image__content-toggle:active,
.section-text_image--accordion .text_image__content-toggle:focus,
.section-text_image--accordion .text_image__content-toggle:hover {
    color: initial
}

.section-text_image--accordion .text_image__content-toggle[aria-expanded=true]::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section-text_image--accordion .text_image__content-box .box__text {
    font-size: 18px;
    color: #000;
    background: #f8f8f8
}

.section-text_image--accordion .text_image__content-box .box__text--inner {
    padding: 30px;
    padding-top: 0
}

@media (max-width:767.98px) {

    .section-text_image--accordion .text_image__col,
    .section-text_image--accordion .text_image_col--1 {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image--accordion .text_image__content.container--half {
        padding-left: 0;
        padding-right: 0
    }

    .section-text_image--accordion .text_image__content-cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-text_image--accordion .text_image__content-cta a:last-child {
        margin-bottom: 0 !important
    }
}

.section-text_image--tabs .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image--tabs .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image--tabs .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_image--tabs .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image--tabs .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image--tabs .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image--tabs .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image--tabs .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image--tabs .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .section-text_image--tabs .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image--tabs .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image--tabs .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image--tabs .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image--tabs .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image--tabs .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image--tabs .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image--tabs .text_image__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_image--tabs .text_image__content-wysiwyg {
        max-width: 85%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--tabs .text_image__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_image--tabs .text_image__content-wysiwyg .cms-content {
    font-size: 18px
}

@media (max-width:991.98px) {
    .section-text_image--tabs .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image--tabs .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--tabs .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--tabs .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image--tabs .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image--tabs .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--tabs .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .section-text_image--tabs .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-box {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--tabs .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

@media (max-width:991.98px) {
    .section-text_image--tabs .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--tabs .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--tabs.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .section-text_image--tabs.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image--tabs.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--tabs.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--tabs.order--reverse .text_image__content .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:991.98px) {

    .section-text_image--tabs.order--reverse .container--half,
    .section-text_image--tabs.order--reverse .text_image__content {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.section-text_image--tabs .text_image__wrapper--bg {
    background: #f8f8f8
}

.section-text_image--tabs .text_image__content-boxes {
    margin-top: 5px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.section-text_image--tabs .text_image__content-boxes .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 30px;
    line-height: 1;
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 400 !important
}

.section-text_image--tabs .text_image__content-boxes .nav-link:active,
.section-text_image--tabs .text_image__content-boxes .nav-link:focus,
.section-text_image--tabs .text_image__content-boxes .nav-link:hover {
    color: #000
}

.section-text_image--tabs .text_image__content-boxes .nav-link.active {
    background: #f8f8f8;
    color: #000
}

.section-text_image--tabs .text_image__content-boxes .tab-pane {
    background: #f8f8f8;
    font-size: 18px;
    color: #6c757d
}

.section-text_image--tabs .text_image__content-boxes .tab-pane__content {
    padding: 30px
}

@media (max-width:767.98px) {
    .section-text_image--tabs .text_image__content-boxes .tab-pane__content {
        padding-left: 35px;
        padding-right: 35px
    }
}

.section-text_image--tabs .text_image__content-boxes .tab-pane__cta {
    margin-top: 20px
}

.section-text_image--tabs .text_image__content-boxes .tab-pane__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

@media (max-width:767.98px) {
    .section-text_image--tabs .text_image__content-boxes {
        margin-left: -35px;
        margin-right: -35px
    }
}

@media (max-width:767.98px) {

    .section-text_image--tabs .text_image__col,
    .section-text_image--tabs .text_image_col--1 {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image--tabs .text_image__content.container--half {
        padding-left: 0;
        padding-right: 0
    }

    .section-text_image--tabs .text_image__content-cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-text_image--tabs .text_image__content-cta a:last-child {
        margin-bottom: 0 !important
    }

    .section-text_image--tabs .text_image__content-box {
        width: 100%
    }
}

.section-text_image--gallery .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image--gallery .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image--gallery .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:991.98px) {
    .section-text_image--gallery .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image--gallery .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image--gallery .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image--gallery .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image--gallery .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image--gallery .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .section-text_image--gallery .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image--gallery .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image--gallery .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image--gallery .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image--gallery .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image--gallery .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image--gallery .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image--gallery .text_image__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_image--gallery .text_image__content-wysiwyg {
        max-width: 85%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--gallery .text_image__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_image--gallery .text_image__content-wysiwyg .cms-content {
    font-size: 18px
}

@media (max-width:991.98px) {
    .section-text_image--gallery .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image--gallery .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

.section-text_image--gallery .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-person {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--gallery .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--gallery .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image--gallery .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image--gallery .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--gallery .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-text_image--gallery .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

.section-text_image--gallery .text_image__content-cta {
    margin-top: 35px
}

.section-text_image--gallery .text_image__content-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_image--gallery .text_image__content-cta .btn-primary,
.section-text_image--gallery .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--gallery .text_image__content-cta .button {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .section-text_image--gallery .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--gallery .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--gallery.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .section-text_image--gallery.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image--gallery.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--gallery.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--gallery.order--reverse .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

.section-text_image--gallery .text_image__content-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px
}

.section-text_image--gallery .text_image__content-person img {
    height: 40px;
    width: 40px;
    border-radius: 100%
}

.section-text_image--gallery .text_image__content-person .person__details {
    margin-left: 18px
}

.section-text_image--gallery .text_image__content-person .person__details .person__details-name,
.section-text_image--gallery .text_image__content-person .person__details .person__details-text {
    margin-bottom: 0
}

.section-text_image--gallery .text_image__content-person .person__details .person__details-name {
    font-size: 18px
}

.section-text_image--gallery .text_image__content-person .person__details .person__details-text {
    font-size: 10px;
    color: #6c757d
}

.section-text_image--gallery .text_image__wrapper--bg {
    background: #f8f8f8
}

.section-text_image--gallery .gallery__primary-slider {
    width: 100%
}

.section-text_image--gallery .gallery__secondary-slider {
    width: 100%;
    margin-top: 30px
}

.section-text_image--gallery .gallery__secondary-slider .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-text_image--gallery .gallery__secondary-slider .splide__slide {
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-text_image--gallery .gallery__secondary-slider .splide__slide img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    margin: auto
}

.section-text_image--gallery .gallery__secondary-slider .splide__slide.is-active {
    border-width: 1px;
    border-color: #6c757d !important
}

@media (max-width:767.98px) {
    .section-text_image--gallery {
        overflow: hidden
    }

    .section-text_image--gallery .gallery__secondary-slider .splide__track {
        overflow: visible
    }

    .section-text_image--gallery .text_image__col,
    .section-text_image--gallery .text_image_col--1 {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image--gallery .text_image__content.container--half {
        padding-left: 0;
        padding-right: 0
    }

    .section-text_image--gallery .text_image__content-cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-text_image--gallery .text_image__content-cta a:last-child {
        margin-bottom: 0 !important
    }
}

.section-text_image--slider .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image--slider .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image--slider .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_image--slider .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image--slider .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image--slider .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image--slider .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image--slider .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image--slider .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

.section-text_image--slider .text_image__col .text_image_col--2 {
    text-align: center
}

@media (min-width:992px) {
    .section-text_image--slider .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image--slider .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image--slider .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image--slider .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image--slider .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image--slider .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image--slider .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image--slider .text_image__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_image--slider .text_image__content-wysiwyg {
        max-width: 85%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--slider .text_image__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_image--slider .text_image__content-wysiwyg .cms-content {
    font-size: 18px
}

@media (max-width:991.98px) {
    .section-text_image--slider .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image--slider .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--slider .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--slider .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image--slider .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image--slider .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--slider .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .section-text_image--slider .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-box {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--slider .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

@media (max-width:991.98px) {
    .section-text_image--slider .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--slider .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--slider.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .section-text_image--slider.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image--slider.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--slider.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--slider.order--reverse .text_image__content .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:991.98px) {

    .section-text_image--slider.order--reverse .container--half,
    .section-text_image--slider.order--reverse .text_image__content {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.section-text_image--slider .text_image__wrapper--bg {
    background: #f8f8f8
}

.section-text_image--slider .text_image__content-boxes {
    margin-top: 5px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.section-text_image--slider .text_image__content-boxes .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 30px;
    line-height: 1;
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 400 !important
}

.section-text_image--slider .text_image__content-boxes .nav-link:active,
.section-text_image--slider .text_image__content-boxes .nav-link:focus,
.section-text_image--slider .text_image__content-boxes .nav-link:hover {
    color: #000
}

.section-text_image--slider .text_image__content-boxes .nav-link.active {
    background: #f8f8f8;
    color: #000
}

.section-text_image--slider .text_image__content-boxes .tab-pane {
    background: #f8f8f8;
    font-size: 18px;
    color: #6c757d
}

.section-text_image--slider .text_image__content-boxes .tab-pane__content {
    padding: 30px
}

@media (max-width:767.98px) {
    .section-text_image--slider .text_image__content-boxes .tab-pane__content {
        padding-left: 35px;
        padding-right: 35px
    }
}

.section-text_image--slider .text_image__content-boxes .tab-pane__cta {
    margin-top: 20px
}

.section-text_image--slider .text_image__content-boxes .tab-pane__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_image--slider .text_image__slider {
    width: 100%;
    position: relative
}

.section-text_image--slider .text_image__slider .splide__list {
    width: 100%
}

.section-text_image--slider .text_image__slider .splide__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-text_image--slider .text_image__slider .splide__arrow {
    bottom: 0;
    top: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.section-text_image--slider .text_image__slider .splide__pagination {
    -webkit-transform: translateY(-1.3em);
    -ms-transform: translateY(-1.3em);
    transform: translateY(-1.3em)
}

@media (min-width:992px) {
    .section-text_image--slider .text_image__slider .splide__pagination {
        width: 50%
    }
}

@media (max-width:991.98px) {
    .section-text_image--slider .text_image__slider .splide__pagination {
        left: 0
    }
}

.section-text_image--slider .text_image__slider .splide__pagination .splide__pagination__page {
    background: #f8f8f8
}

.section-text_image--slider .text_image__slider .splide__pagination .splide__pagination__page.is-active {
    background: #000
}

@media (min-width:992px) {
    .section-text_image--slider .text_image__slider.text_image__slider--arrows-middle .splide__arrow {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: calc(50%)
    }
}

@media (min-width:992px) {
    .section-text_image--slider .text_image_col--2 {
        padding-bottom: 5.4em
    }
}

@media (max-width:991.98px) {
    .section-text_image--slider .text_image_col--1 {
        padding-bottom: 5.4em
    }
}

@media (min-width:992px) {
    .section-text_image--slider.order--default .text_image__slider .splide__arrow.splide__arrow--prev {
        left: calc(50% + 1em)
    }

    .section-text_image--slider.order--reverse .text_image__slider .splide__arrow.splide__arrow--next {
        right: calc(50% + 1em)
    }

    .section-text_image--slider.order--reverse .splide__pagination {
        left: 0
    }
}

@media (min-width:992px) {
    .section-text_image--slider .text_image__slider--thumbnails .text_image_col--2 {
        padding-bottom: 0
    }
}

@media (max-width:991.98px) {
    .section-text_image--slider .text_image__slider--thumbnails .text_image_col--1 {
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .section-text_image--slider .text_image__slider--thumbnails.text_image__slider--arrows-middle .splide__arrow {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        bottom: calc(50%)
    }
}

@media (min-width:992px) {

    .section-text_image--slider .container .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next,
    .section-text_image--slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next,
    .section-text_image--slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next,
    body.register-page .woocommerce+.woocommerce .section-text_image--slider .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next,
    body:not(.logged-in) .woocommerce+.woocommerce .section-text_image--slider .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next {
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%)
    }

    .section-text_image--slider .container .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev,
    .section-text_image--slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev,
    .section-text_image--slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev,
    body.register-page .woocommerce+.woocommerce .section-text_image--slider .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev,
    body:not(.logged-in) .woocommerce+.woocommerce .section-text_image--slider .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev {
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }
}

.section-text_image--slider .text_image__slider__thumbnails {
    left: 0;
    bottom: 0;
    margin-top: 30px;
    padding: 5px 50px
}

@media (min-width:992px) {
    .section-text_image--slider .text_image__slider__thumbnails {
        width: 50%
    }
}

.section-text_image--slider .text_image__slider__thumbnails .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-text_image--slider .text_image__slider__thumbnails .splide__slide {
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-text_image--slider .text_image__slider__thumbnails .splide__slide img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    margin: auto
}

.section-text_image--slider .text_image__slider__thumbnails .splide__slide.is-active {
    border-width: 1px;
    border-color: #6c757d !important
}

@media (min-width:992px) {
    .section-text_image--slider.order--default .text_image__slider__thumbnails {
        margin-left: auto
    }
}

@media (max-width:991.98px) {

    .section-text_image--slider .text_image__slider--arrows-bottom .text_image_col--2,
    .section-text_image--slider .text_image__slider--arrows-middle .text_image_col--2 {
        margin-bottom: 80px
    }

    .section-text_image--slider .text_image__slider--arrows-bottom .text_image_col--1,
    .section-text_image--slider .text_image__slider--arrows-middle .text_image_col--1 {
        padding-bottom: 0
    }

    .section-text_image--slider .text_image__slider--arrows-bottom .splide__arrows,
    .section-text_image--slider .text_image__slider--arrows-middle .splide__arrows {
        padding-top: calc(3/4 * 100%);
        position: absolute;
        height: 0;
        top: 90px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
        max-width: 720px
    }

    .section-text_image--slider .text_image__slider--arrows-bottom .splide__arrows .splide__arrow--next,
    .section-text_image--slider .text_image__slider--arrows-middle .splide__arrows .splide__arrow--next {
        left: 50px;
        -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
        transform: translate(100%, -50%)
    }

    .section-text_image--slider .text_image__slider--arrows-bottom .splide__pagination,
    .section-text_image--slider .text_image__slider--arrows-middle .splide__pagination {
        padding-top: calc(3/4 * 100%);
        position: absolute;
        height: 0;
        top: 62px;
        z-index: 1;
        max-width: 720px;
        width: 50%;
        left: unset !important;
        right: 0
    }

    .section-text_image--slider .text_image__slider__thumbnails {
        padding-top: calc(3/4 * 100%);
        position: absolute;
        height: 0;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1
    }

    .section-text_image--slider .text_image__content {
        position: relative;
        z-index: 2
    }

    .section-text_image--slider .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: calc(3/4 * 100%);
        position: relative;
        height: 0
    }

    .section-text_image--slider .text_image_col--2 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .section-text_image--slider .text_image__slider--thumbnails {
        z-index: 2
    }

    .section-text_image--slider .text_image__slider--thumbnails .text_image_col--2 {
        margin-bottom: 105px
    }

    .section-text_image--slider .text_image__slider--thumbnails .splide__arrows {
        display: none
    }

    .section-text_image--slider .container,
    .section-text_image--slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    .section-text_image--slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body.register-page .woocommerce+.woocommerce .section-text_image--slider .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .section-text_image--slider .woocommerce-notices-wrapper {
        position: relative
    }
}

@media (max-width:767.98px) {
    .section-text_image--slider .text_image__content {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image--slider .text_image__slider--arrows-bottom .splide__arrows .splide__arrow--prev,
    .section-text_image--slider .text_image__slider--arrows-middle .splide__arrows .splide__arrow--prev {
        left: 35px
    }

    .section-text_image--slider .text_image__slider--arrows-bottom .splide__arrows .splide__arrow--next,
    .section-text_image--slider .text_image__slider--arrows-middle .splide__arrows .splide__arrow--next {
        left: 85px
    }
}

.section-text_image--slider-list .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image--slider-list .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image--slider-list .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_image--slider-list .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image--slider-list .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image--slider-list .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image--slider-list .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image--slider-list .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

.section-text_image--slider-list .text_image__col .text_image_col--2 {
    text-align: center
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image--slider-list .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image--slider-list .text_image_col--2 {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-text_image--slider-list .text_image_col--2 img {
    border-radius: 6px
}

.section-text_image--slider-list .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image--slider-list .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image--slider-list .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image--slider-list .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image--slider-list .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image--slider-list .text_image__content-wysiwyg {
    padding: 15px 0
}

.section-text_image--slider-list .text_image__content-wysiwyg .cms-content {
    font-size: 18px
}

@media (max-width:991.98px) {
    .section-text_image--slider-list .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image--slider-list .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--slider-list .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--slider-list .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image--slider-list .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image--slider-list .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--slider-list .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .section-text_image--slider-list .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-box {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--slider-list .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image_col--1 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.section-text_image--slider-list .text_image__content-boxes {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__content-boxes {
        margin-top: 2.5rem
    }
}

@media (min-width:768px) {
    .section-text_image--slider-list .text_image__content-boxes {
        max-width: 80%
    }
}

.section-text_image--slider-list .text_image__content-box {
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    line-height: 1;
    background: 0 0;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 30px 18px;
    border-bottom: 1px solid #ebebeb
}

.section-text_image--slider-list .text_image__content-box .box__text {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:992px) {

    .section-text_image--slider-list .text_image__content-box:active,
    .section-text_image--slider-list .text_image__content-box:focus,
    .section-text_image--slider-list .text_image__content-box:hover {
        outline: 0
    }

    .section-text_image--slider-list .text_image__content-box:active .box__text,
    .section-text_image--slider-list .text_image__content-box:focus .box__text,
    .section-text_image--slider-list .text_image__content-box:hover .box__text {
        -webkit-transform: scale(1.4) translateX(15%);
        -ms-transform: scale(1.4) translateX(15%);
        transform: scale(1.4) translateX(15%)
    }
}

@media (max-width:991.98px) {
    .section-text_image--slider-list .text_image__content-box {
        pointer-events: none
    }

    .section-text_image--slider-list .text_image__content-box.active .box__text {
        color: #000 !important
    }
}

.section-text_image--slider-list .text_image__wrapper--bg .text_image__content-box {
    background: #fff
}

@media (max-width:991.98px) {
    .section-text_image--slider-list .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--slider-list .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--slider-list.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .section-text_image--slider-list.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image--slider-list.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--slider-list.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--slider-list.order--reverse .text_image__content .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:991.98px) {

    .section-text_image--slider-list.order--reverse .container--half,
    .section-text_image--slider-list.order--reverse .text_image__content {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.section-text_image--slider-list .text_image__wrapper--bg {
    background: #f8f8f8
}

.section-text_image--slider-list .text_image__wrapper--bg-container .text_image__slider-list .splide__slide {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__wrapper--bg-container .text_image__slider-list .splide__slide {
        padding-bottom: 5.4em
    }
}

@media (max-width:991.98px) {
    .section-text_image--slider-list .text_image__wrapper--bg-container .text_image__slider-list {
        background: #f8f8f8
    }
}

.section-text_image--slider-list .text_image__wrapper--bg-container .text_image_col--1 {
    margin-top: 0;
    margin-bottom: 0;
    background: #f8f8f8
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__wrapper--bg-container .text_image_col--1 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width:768px) {
    .section-text_image--slider-list .text_image__wrapper--bg-container .text_image_col--1 .text_image__content-wysiwyg {
        margin-left: 15px;
        margin-right: 15px
    }
}

.section-text_image--slider-list .text_image__wrapper--bg-container .text_image_col--2 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.section-text_image--slider-list .text_image__wrapper--bg-container .text_image_col--2 img:not(.img-vertical) {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.section-text_image--slider-list .text_image__wrapper--bg-container .text_image__content-boxes--bg .text_image__content-box {
    background: #fff
}

@media (max-width:991.98px) {
    .section-text_image--slider-list .text_image__wrapper--bg-container .text_image__slider-list .splide__pagination .splide__pagination__page:not(.is-active) {
        background: #fff
    }
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__wrapper--bg-container .text_image__slider-list.text_image__slider--arrows-middle .splide__arrow.splide__arrow--next {
        -webkit-transform: translate(calc(50% - 15px), calc(50% - 2.7em)) !important;
        -ms-transform: translate(calc(50% - 15px), calc(50% - 2.7em)) !important;
        transform: translate(calc(50% - 15px), calc(50% - 2.7em)) !important
    }

    .section-text_image--slider-list .text_image__wrapper--bg-container .text_image__slider-list.text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev {
        -webkit-transform: translate(calc(-50% + 15px), calc(50% - 2.7em)) !important;
        -ms-transform: translate(calc(-50% + 15px), calc(50% - 2.7em)) !important;
        transform: translate(calc(-50% + 15px), calc(50% - 2.7em)) !important
    }
}

.section-text_image--slider-list .text_image__content-boxes {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.section-text_image--slider-list .text_image__slider-list {
    width: 100%;
    position: relative
}

.section-text_image--slider-list .text_image__slider-list .splide__list {
    width: 100%
}

.section-text_image--slider-list .text_image__slider-list .splide__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__slider-list .splide__slide {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.section-text_image--slider-list .text_image__slider-list .splide__slide img {
    height: 100%;
    object-fit: cover
}

.section-text_image--slider-list .text_image__slider-list .splide__arrow {
    bottom: 0;
    top: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.section-text_image--slider-list .text_image__slider-list .splide__pagination {
    -webkit-transform: translateY(-1.3em);
    -ms-transform: translateY(-1.3em);
    transform: translateY(-1.3em)
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__slider-list .splide__pagination {
        width: 50%
    }
}

.section-text_image--slider-list .text_image__slider-list .splide__pagination .splide__pagination__page {
    background: #f8f8f8
}

.section-text_image--slider-list .text_image__slider-list .splide__pagination .splide__pagination__page.is-active {
    background: #000
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__slider-list.text_image__slider--arrows-middle .splide__arrow {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        bottom: calc(50%)
    }
}

.section-text_image--slider-list .text_image_col--2 {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    .section-text_image--slider-list .splide__pagination {
        bottom: 32%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: auto;
        right: 0;
        left: unset;
        padding: 0 .7em
    }
}

.section-text_image--slider-list .text_image__wrapper--bg .splide__pagination__page:not(.is-active) {
    background: #fff !important
}

@media (min-width:992px) {
    .section-text_image--slider-list.order--default .text_image__slider-list .splide__arrow.splide__arrow--prev {
        left: 1em
    }

    .section-text_image--slider-list.order--reverse .text_image__slider-list .splide__arrow.splide__arrow--next {
        right: 1em
    }

    .section-text_image--slider-list.order--reverse .splide__pagination {
        left: 0
    }
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__slider--thumbnails .text_image_col--2 {
        padding-bottom: 0
    }
}

@media (max-width:991.98px) {
    .section-text_image--slider-list .text_image__slider--thumbnails .text_image_col--1 {
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__slider--thumbnails.text_image__slider--arrows-middle .splide__arrow {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        bottom: calc(50%)
    }
}

@media (min-width:992px) {

    .section-text_image--slider-list .container .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next,
    .section-text_image--slider-list body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next,
    .section-text_image--slider-list body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next,
    body.register-page .woocommerce+.woocommerce .section-text_image--slider-list .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next,
    body:not(.logged-in) .woocommerce+.woocommerce .section-text_image--slider-list .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--next {
        -webkit-transform: translate(50%, calc(50% - 2.7em));
        -ms-transform: translate(50%, calc(50% - 2.7em));
        transform: translate(50%, calc(50% - 2.7em))
    }

    .section-text_image--slider-list .container .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev,
    .section-text_image--slider-list body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev,
    .section-text_image--slider-list body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev,
    body.register-page .woocommerce+.woocommerce .section-text_image--slider-list .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev,
    body:not(.logged-in) .woocommerce+.woocommerce .section-text_image--slider-list .woocommerce-notices-wrapper .text_image__slider--arrows-middle .splide__arrow.splide__arrow--prev {
        -webkit-transform: translate(-50%, calc(50% - 2.7em));
        -ms-transform: translate(-50%, calc(50% - 2.7em));
        transform: translate(-50%, calc(50% - 2.7em))
    }
}

.section-text_image--slider-list .text_image__slider__thumbnails {
    left: 0;
    bottom: 0;
    margin-top: 30px;
    padding: 5px 50px
}

@media (min-width:992px) {
    .section-text_image--slider-list .text_image__slider__thumbnails {
        width: 50%
    }
}

.section-text_image--slider-list .text_image__slider__thumbnails .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-text_image--slider-list .text_image__slider__thumbnails .splide__slide {
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-text_image--slider-list .text_image__slider__thumbnails .splide__slide img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    margin: auto
}

.section-text_image--slider-list .text_image__slider__thumbnails .splide__slide.is-active {
    border-width: 1px;
    border-color: #d3d3d3 !important
}

@media (min-width:992px) {
    .section-text_image--slider-list.order--default .text_image__slider__thumbnails {
        margin-left: auto
    }
}

.section-text_image--slider-list .text_image__content-cta {
    margin-top: 35px
}

.section-text_image--slider-list .text_image__content-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_image--slider-list .text_image__content-cta .btn-primary,
.section-text_image--slider-list .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--slider-list .text_image__content-cta .button {
    margin-right: 20px
}

.section-text_image--slider-list .text_image_col--2 {
    position: relative
}

.section-text_image--slider-list .text_image_col--2 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.section-text_image--slider-list .text_image_col--2 img.active {
    opacity: 1;
    pointer-events: all
}

@media (max-width:991.98px) {
    .section-text_image--slider-list .text_image__slider-list:not(.text_image__slider--arrows-middle) .splide__pagination {
        width: 100%;
        text-align: center
    }

    .section-text_image--slider-list .text_image__slider-list.text_image__slider--thumbnails .splide__pagination {
        display: none
    }

    .section-text_image--slider-list .splide__pagination {
        padding-top: calc(3/4 * 100%);
        position: absolute;
        height: 0;
        top: 62px;
        z-index: 1;
        max-width: 720px;
        width: 50%;
        left: unset !important;
        right: 0
    }

    .section-text_image--slider-list .text_image__slider--arrows-bottom .text_image_col--1,
    .section-text_image--slider-list .text_image__slider--arrows-middle .text_image_col--1 {
        padding-bottom: 0
    }

    .section-text_image--slider-list .text_image__slider--arrows-bottom .splide__arrows,
    .section-text_image--slider-list .text_image__slider--arrows-middle .splide__arrows {
        padding-top: calc(3/4 * 100%);
        position: absolute;
        height: 0;
        top: 90px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
        max-width: 720px
    }

    .section-text_image--slider-list .text_image__slider--arrows-bottom .splide__arrows .splide__arrow--next,
    .section-text_image--slider-list .text_image__slider--arrows-middle .splide__arrows .splide__arrow--next {
        left: 50px;
        -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
        transform: translate(100%, -50%)
    }

    .section-text_image--slider-list .text_image__slider__thumbnails {
        padding-top: calc(3/4 * 100%);
        position: absolute;
        height: 0;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2
    }

    .section-text_image--slider-list .text_image__content {
        position: relative;
        z-index: 2
    }

    .section-text_image--slider-list .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: calc(3/4 * 100%);
        position: relative;
        height: 0
    }

    .section-text_image--slider-list .text_image_col--2 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .section-text_image--slider-list .text_image__slider--thumbnails {
        z-index: 2
    }

    .section-text_image--slider-list .text_image__slider--thumbnails .text_image_col--2 {
        margin-bottom: 105px
    }

    .section-text_image--slider-list .text_image__slider--thumbnails .splide__arrows {
        display: none
    }

    .section-text_image--slider-list .container,
    .section-text_image--slider-list body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    .section-text_image--slider-list body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body.register-page .woocommerce+.woocommerce .section-text_image--slider-list .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .section-text_image--slider-list .woocommerce-notices-wrapper {
        position: relative
    }
}

@media (max-width:767.98px) {
    .section-text_image--slider-list .text_image__content {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image--slider-list .text_image__content-cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-text_image--slider-list .text_image__content-cta a:last-child {
        margin-bottom: 0 !important
    }

    .section-text_image--slider-list .text_image__slider--arrows-bottom .splide__arrows .splide__arrow--prev,
    .section-text_image--slider-list .text_image__slider--arrows-middle .splide__arrows .splide__arrow--prev {
        left: 35px
    }

    .section-text_image--slider-list .text_image__slider--arrows-bottom .splide__arrows .splide__arrow--next,
    .section-text_image--slider-list .text_image__slider--arrows-middle .splide__arrows .splide__arrow--next {
        left: 85px
    }
}

.section-text_image--newsletter .text_image__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_image--newsletter .text_image__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_image--newsletter .text_image__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_image--newsletter .text_image__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_image--newsletter .text_image__col .text_image__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_image--newsletter .text_image__col .text_image__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_image--newsletter .text_image__col .text_image__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_image--newsletter .text_image__col .text_image_col--1 .container--half {
        margin-right: 0
    }

    .section-text_image--newsletter .text_image__col .text_image_col--1 .text_image__content-wysiwyg {
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .section-text_image--newsletter .text_image__col .text_image_col--2 .container--half {
        margin-left: 0
    }

    .section-text_image--newsletter .text_image__col .text_image_col--2 .text_image__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_image--newsletter .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_image--newsletter .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_image--newsletter .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_image--newsletter .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_image--newsletter .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_image--newsletter .text_image__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_image--newsletter .text_image__content-wysiwyg {
        max-width: 85%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--newsletter .text_image__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_image--newsletter .text_image__content-wysiwyg .cms-content {
    font-size: 18px
}

@media (max-width:991.98px) {
    .section-text_image--newsletter .text_image__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_image--newsletter .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
    text-align: center
}

.section-text_image--newsletter .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-person {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--newsletter .text_image__content-wysiwyg.text_image__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_image--newsletter .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-primary,
.section-text_image--newsletter .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .btn-secondary,
.section-text_image--newsletter .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--newsletter .text_image__content-wysiwyg.text_image__content-wysiwyg--center .text_image__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-text_image--newsletter .text_image_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

.section-text_image--newsletter .text_image__content-cta {
    margin-top: 35px
}

.section-text_image--newsletter .text_image__content-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_image--newsletter .text_image__content-cta .btn-primary,
.section-text_image--newsletter .text_image__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_image--newsletter .text_image__content-cta .button {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .section-text_image--newsletter .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--newsletter .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--newsletter.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .section-text_image--newsletter.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_image--newsletter.order--reverse .text_image_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_image--newsletter.order--reverse .text_image_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_image--newsletter.order--reverse .text_image__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

.section-text_image--newsletter .text_image__content-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px
}

.section-text_image--newsletter .text_image__content-person img {
    height: 40px;
    width: 40px;
    border-radius: 100%
}

.section-text_image--newsletter .text_image__content-person .person__details {
    margin-left: 18px
}

.section-text_image--newsletter .text_image__content-person .person__details .person__details-name,
.section-text_image--newsletter .text_image__content-person .person__details .person__details-text {
    margin-bottom: 0
}

.section-text_image--newsletter .text_image__content-person .person__details .person__details-name {
    font-size: 18px
}

.section-text_image--newsletter .text_image__content-person .person__details .person__details-text {
    font-size: 10px;
    color: #6c757d
}

.section-text_image--newsletter .text_image__wrapper--bg {
    background: #f8f8f8
}

.section-text_image--newsletter .form-submit,
.section-text_image--newsletter .form-wrap {
    margin-bottom: 10px
}

.section-text_image--newsletter .form-submit {
    margin-left: 5px
}

@media (max-width:1199.98px) {
    .section-text_image--newsletter .form-submit {
        margin-left: 0;
        display: block
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--newsletter .form-submit {
        margin-left: 5px;
        display: inline-block
    }
}

.section-text_image--newsletter .form-wrap {
    margin-top: 50px
}

@media (min-width:1200px) {
    .section-text_image--newsletter .form-wrap {
        max-width: 80%
    }

    .section-text_image--newsletter .form-wrap .wpcf7-not-valid-tip {
        position: absolute
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_image--newsletter .form-wrap .wpcf7-not-valid-tip {
        position: absolute
    }
}

@media (max-width:991.98px) {
    .section-text_image--newsletter .form-wrap {
        margin-top: 25px
    }
}

@media (max-width:767.98px) {

    .section-text_image--newsletter .text_image__col,
    .section-text_image--newsletter .text_image_col--1 {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_image--newsletter .text_image__content.container--half {
        padding-left: 0;
        padding-right: 0
    }

    .section-text_image--newsletter .text_image__content-box {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .section-text-title {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-text-title .section-lead {
    margin-bottom: 1.6rem
}

.section-text-title .cms-content a {
    color: #ff0076;
    font-size: var(--font-size-small);
    padding: 10px 0;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase
}

.section-text-title .cms-content a:active,
.section-text-title .cms-content a:focus,
.section-text-title .cms-content a:hover {
    color: #000
}

@media (max-width:991.98px) {
    .section-text-title .cms-content {
        margin-top: 2rem
    }
}

.section-text_video .text_video__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-text_video .section-title {
    margin-bottom: 2.2rem
}

@media (max-width:767.98px) {
    .section-text_video .section-title {
        margin-bottom: 20px
    }
}

.section-text_video .text_video__col {
    width: 50%;
    text-align: left;
    position: relative
}

@media (min-width:1400px) {
    .section-text_video .text_video__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .section-text_video .text_video__col {
        width: 100%
    }
}

@media (min-width:1400px) {
    .section-text_video .text_video__col .text_video__content-wysiwyg {
        margin-bottom: auto;
        margin-top: auto
    }
}

.section-text_video .text_video__col .text_video__content-wysiwyg a {
    font-weight: 700
}

@media (min-width:1400px) {
    .section-text_video .text_video__col .text_video__content {
        margin-bottom: auto;
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-text_video .text_video__col .text_video_col--1 .container--half {
        margin-right: 0
    }

    .section-text_video .text_video__col .text_video_col--1 .text_video__content-wysiwyg {
        padding-right: 30px
    }
}

.section-text_video .text_video__col .text_video_col--2 img {
    border-radius: 6px
}

@media (min-width:992px) {
    .section-text_video .text_video__col .text_video_col--2 .container--half {
        margin-left: 0
    }

    .section-text_video .text_video__col .text_video_col--2 .text_video__content-wysiwyg {
        padding-left: 30px;
        margin-right: 0;
        margin-left: auto;
        padding-right: 15px
    }
}

.section-text_video .text_video_col--2 button,
.section-text_video .text_video_col--2 iframe,
.section-text_video .text_video_col--2 img,
.section-text_video .text_video_col--2 video {
    border-radius: 10px
}

.section-text_video .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-text_video .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-text_video .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-text_video .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-text_video .container--half {
        max-width: calc(1140px / 2)
    }
}

.section-text_video .text_video__content-wysiwyg {
    padding: 15px 0
}

@media (min-width:992px) {
    .section-text_video .text_video__content-wysiwyg {
        max-width: 90%
    }
}

@media (min-width:1200px) {
    .section-text_video .text_video__content-wysiwyg {
        max-width: 82%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_video .text_video__content-wysiwyg {
        max-width: 70%
    }
}

.section-text_video .text_video__content-wysiwyg .cms-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6
}

@media (max-width:991.98px) {
    .section-text_video .text_video__content-wysiwyg {
        padding: 30px 0
    }
}

.section-text_video .text_video__content-wysiwyg.text_video__content-wysiwyg--center {
    text-align: center
}

.section-text_video .text_video__content-wysiwyg.text_video__content-wysiwyg--center .text_video__content-person {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-text_video .text_video__content-wysiwyg.text_video__content-wysiwyg--center {
        margin-left: auto;
        margin-right: auto
    }
}

.section-text_video .text_video__content-wysiwyg.text_video__content-wysiwyg--center .text_video__content-cta .btn-primary,
.section-text_video .text_video__content-wysiwyg.text_video__content-wysiwyg--center .text_video__content-cta .btn-secondary,
.section-text_video .text_video__content-wysiwyg.text_video__content-wysiwyg--center .text_video__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_video .text_video__content-wysiwyg.text_video__content-wysiwyg--center .text_video__content-cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-text_video .text_video_col--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

.section-text_video .text_video__content-cta {
    margin-top: 3rem
}

.section-text_video .text_video__content-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-text_video .text_video__content-cta .btn-primary,
.section-text_video .text_video__content-cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-text_video .text_video__content-cta .button {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .section-text_video .text_video_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_video .text_video_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_video.order--default .text_video_col--2 {
        padding-left: 15px
    }

    .section-text_video.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }

    .section-text_video.order--default .text_video__content-wysiwyg {
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .section-text_video.order--reverse .text_video_col--2 {
        padding-right: 15px
    }

    .section-text_video.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }

    .section-text_video.order--reverse .text_video__content-wysiwyg {
        padding-right: 15px
    }

    .section-text_video.order--reverse .text_video_col--1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-text_video.order--reverse .text_video_col--2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:992px) {
    .section-text_video.order--reverse .text_video__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

.section-text_video .text_video__wrapper--bg {
    background: #f8f8f8
}

@media (max-width:767.98px) {
    .section-text_video .text_video_col--1 {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text_video .text_video__content.container--half {
        padding-left: 0;
        padding-right: 0
    }

    .section-text_video .text_video__content-cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-text_video .text_video__content-cta a:last-child {
        margin-bottom: 0 !important
    }
}

.section-text_video .section-video__video--oembed {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%
}

@media (min-width:992px) {
    .section-text_video .section-video__video--oembed {
        margin-left: auto
    }
}

.section-text_video .section-video__video--oembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.section-text_video .section-video__no-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%
}

@media (min-width:992px) {
    .section-text_video .section-video__no-video {
        margin-left: auto
    }
}

.section-text_video .section-video__no-video img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.section-text_video .section-video__video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%
}

@media (min-width:992px) {
    .section-text_video .section-video__video {
        margin-left: auto
    }
}

.section-text_video .section-video__video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.section-text_video .section-video__video-play {
    height: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0;
    border: none
}

@media (min-width:992px) {
    .section-text_video .section-video__video-play {
        left: unset;
        right: 0;
        width: calc(100% - 15px)
    }
}

.section-text_video .section-video__video-play img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    width: 100%
}

.section-text_video .section-video__video-play.video-active {
    opacity: 0;
    pointer-events: none
}

.section-text_video .section-video__video-play:active .video-play__icon,
.section-text_video .section-video__video-play:focus .video-play__icon,
.section-text_video .section-video__video-play:hover .video-play__icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.section-text_video .video-play__icon {
    z-index: 3;
    display: inline-block;
    margin: auto;
    height: 135px;
    width: 135px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-text_video .video-play__icon svg {
    -webkit-transform: translate(-22px, -11px);
    -ms-transform: translate(-22px, -11px);
    transform: translate(-22px, -11px)
}

@media (max-width:767.98px) {
    .section-table .table__heading {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767.98px) {
    .section-table .table__scrollable-wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

.section-table .table thead th {
    border-width: 1px
}

.section-table table {
    font-size: 18px;
    margin-top: 30px
}

.section-table table td,
.section-table table th {
    border-color: #d3d3d3;
    padding: .75rem 1.3rem
}

@media (max-width:767.98px) {

    .section-table table td,
    .section-table table th {
        padding: .75rem 35px
    }
}

.section-table table th {
    border-top: 0
}

.section-table .table-hover tbody tr:hover {
    background-color: #f8f8f8
}

.section-table .table--col-striped.table-hover tbody tr:hover td,
.section-table .table-striped.table-hover tbody tr:hover td {
    background-color: #d3d3d3
}

.section-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8
}

.section-table .table--col-striped thead tr th:nth-child(even) {
    background-color: #f8f8f8
}

.section-table .table--col-striped tbody tr td:nth-child(even) {
    background-color: #f8f8f8
}

.section-table .table--col-border td,
.section-table .table--col-border th {
    border-top: 0;
    border-bottom: 0
}

.section-table .table--col-border td:not(:first-child),
.section-table .table--col-border th:not(:first-child) {
    border-left: 1px solid #d3d3d3
}

.section-table--premium .table thead th {
    border-width: 1px
}

.section-table--premium table {
    font-size: 18px;
    margin-top: 30px
}

@media (max-width:767.98px) {
    .section-table--premium table {
        margin-top: 75px
    }
}

.section-table--premium table td,
.section-table--premium table th {
    border-color: #d3d3d3;
    padding: .75rem 1.3rem
}

@media (max-width:767.98px) {

    .section-table--premium table td,
    .section-table--premium table th {
        padding: .75rem 35px
    }
}

.section-table--premium table th {
    border-top: 0
}

.section-table--premium .table-hover tbody tr:hover {
    background-color: #f8f8f8
}

.section-table--premium .table--col-striped.table-hover tbody tr:hover td,
.section-table--premium .table-striped.table-hover tbody tr:hover td {
    background-color: #d3d3d3
}

.section-table--premium .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8
}

.section-table--premium .table--col-striped thead tr th:nth-child(even) {
    background-color: #f8f8f8
}

.section-table--premium .table--col-striped tbody tr td:nth-child(even) {
    background-color: #f8f8f8
}

.section-table--premium .table--col-border td,
.section-table--premium .table--col-border th {
    border-top: 0;
    border-bottom: 0
}

.section-table--premium .table--col-border td:not(:first-child),
.section-table--premium .table--col-border th:not(:first-child) {
    border-left: 1px solid #d3d3d3
}

.section-table--premium table.dataTable.no-footer {
    border: none
}

@media (max-width:767.98px) {
    .section-table--premium .table__heading {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767.98px) {
    .section-table--premium .table__scrollable-wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

.section-table--premium .dataTables_filter {
    position: relative;
    height: 50px;
    position: relative;
    margin: 0;
    float: none
}

@media (max-width:767.98px) {
    .section-table--premium .dataTables_filter {
        position: absolute;
        right: 35px;
        top: -75px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.section-table--premium .dataTables_filter input {
    font-size: 18px;
    padding: 10px;
    color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 5px;
    height: 48px;
    width: 200px;
    float: none;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    top: 0;
    right: 0;
    padding-right: 45px
}

.section-table--premium .dataTables_filter input.show-search-input {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.section-table--premium .custom_table_filtration {
    text-align: right;
    height: 0
}

.section-table--premium .custom_table_filtration .show-search {
    border: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    position: relative;
    margin-right: 15px;
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px)
}

@media (max-width:767.98px) {
    .section-table--premium .custom_table_filtration .show-search {
        margin-right: 25px
    }
}

.section-table--premium table.dataTable thead .sorting {
    background-image: none
}

.section-table--premium table.dataTable thead .sorting::after {
    content: '';
    font-size: 16px;
    margin-left: 5px;
    display: inline-block
}

.section-table--premium table.dataTable thead .sorting_asc::after {
    content: '\2039';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.section-table--premium table.dataTable thead .sorting_desc::after {
    content: '\2039';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.section-tabs .tabs-boxes {
    margin-top: 35px;
    list-style-type: none;
    margin-bottom: 0
}

.section-tabs .tabs-boxes .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 35px;
    line-height: 1;
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 400 !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-tabs .tabs-boxes .nav-link:active,
.section-tabs .tabs-boxes .nav-link:focus,
.section-tabs .tabs-boxes .nav-link:hover {
    color: #000
}

.section-tabs .tabs-boxes .nav-link.active {
    background: #f8f8f8;
    color: #000
}

.section-tabs .tabs-boxes .tab-pane {
    background: #f8f8f8;
    font-size: 18px;
    color: #6c757d
}

.section-tabs .tabs-boxes .tab-pane__content {
    padding: 30px
}

@media (min-width:768px) {
    .section-tabs .tabs-boxes .tab-pane__content {
        width: 85%
    }
}

@media (max-width:767.98px) {
    .section-tabs .tabs-boxes .tab-pane__content {
        padding-left: 35px;
        padding-right: 35px
    }
}

.section-tabs .tabs-boxes .tab-pane__cta {
    margin-top: 20px
}

.section-tabs .tabs-boxes .tab-pane__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-tabs .nav-link__icon {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 15px
}

@media (max-width:767.98px) {
    .section-tabs .tabs__wrapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:767.98px) {
    .section-tabs .tabs-boxes__container {
        margin-left: -35px;
        margin-right: -35px
    }
}

.section-two-boxes .two-boxes__wrapper {
    position: relative
}

.section-two-boxes .two-boxes__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff;
    position: relative;
    z-index: 3
}

.section-two-boxes .two-boxes__box:first-child {
    border-right: 1px solid #ebebeb
}

@media (max-width:991.98px) {
    .section-two-boxes .two-boxes__box {
        margin-top: 4px
    }
}

@media (max-width:767.98px) {
    .section-two-boxes .two-boxes__box {
        border: 1px solid #ebebeb;
        text-align: center
    }

    .section-two-boxes .two-boxes__box:last-child {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-animation: fadeAnimation 10s infinite 4s;
        animation: fadeAnimation 10s infinite 4s
    }
}

.section-two-boxes .two-boxes__box .two-boxes__box-icon {
    margin-right: 15px
}

.section-two-boxes .two-boxes__box .two-boxes__box-text {
    font-size: var(--font-size-regular);
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase
}

.section-two-boxes .two-boxes__box .two-boxes__box-text p {
    margin-bottom: 0
}

@-webkit-keyframes fadeAnimation {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeAnimation {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.section-centered .centered__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px
}

.section-centered .centered__person img {
    height: 40px;
    width: 40px;
    border-radius: 100%
}

.section-centered .centered__person .person__details {
    margin-left: 18px
}

.section-centered .centered__person .person__details .person__details-name,
.section-centered .centered__person .person__details .person__details-text {
    margin-bottom: 0
}

.section-centered .centered__person .person__details .person__details-name {
    font-size: 18px
}

.section-centered .centered__person .person__details .person__details-text {
    font-size: 10px;
    color: #6c757d
}

.section-centered .centered__cta {
    margin-top: 35px
}

.section-centered .centered__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-centered .centered__cta .btn-primary,
.section-centered .centered__cta .btn-secondary,
.section-centered .centered__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered .centered__cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-centered .centered__image {
    margin-top: 35px
}

.section-centered .centered__image-figcaption {
    margin-top: 15px;
    font-size: var(--font-size-small);
    text-transform: uppercase;
    text-align: center
}

.section-centered .cms-content h1,
.section-centered .cms-content h2,
.section-centered .cms-content h3,
.section-centered .cms-content h4,
.section-centered .cms-content h5,
.section-centered .cms-content h6 {
    margin-bottom: 2.8rem
}

.section-centered .cms-content u {
    -webkit-text-decoration: #ff0076 underline 1px;
    text-decoration: #ff0076 underline 1px;
    text-underline-offset: 2px
}

.section-centered .cms-content p {
    margin-bottom: 2rem
}

@media (max-width:767.98px) {
    .section-centered .centered__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .section-centered .centered__cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-centered .centered__cta a:last-child {
        margin-bottom: 0 !important
    }
}

.section-centered-boxes {
    text-align: center
}

.section-centered-boxes .centered-boxes__cta {
    margin-top: 35px
}

.section-centered-boxes .centered-boxes__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-centered-boxes .centered-boxes__cta .btn-primary,
.section-centered-boxes .centered-boxes__cta .btn-secondary,
.section-centered-boxes .centered-boxes__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered-boxes .centered-boxes__cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-centered-boxes .centered-boxes__image {
    margin-top: 35px
}

.section-centered-boxes .centered-boxes__content-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-centered-boxes .centered-boxes__content-box {
    width: 47%;
    margin-top: 30px;
    text-align: left;
    padding: 0 25px
}

@media (max-width:575.98px) {
    .section-centered-boxes .centered-boxes__content-box {
        width: 80%
    }
}

.section-centered-boxes .centered-boxes__content-box img {
    height: 20px;
    width: 20px;
    display: inline-block
}

.section-centered-boxes .centered-boxes__content-box .box__text {
    font-size: 18px;
    color: #6c757d;
    margin-top: 15px
}

@media (max-width:767.98px) {
    .section-centered-boxes .centered-boxes__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .section-centered-boxes .centered-boxes__cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-centered-boxes .centered-boxes__cta a:last-child {
        margin-bottom: 0 !important
    }

    .section-centered-boxes .centered-boxes__content-box {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

.section-centered--background-full {
    text-align: center
}

.section-centered--background-full .centered__cta {
    margin-top: 35px
}

.section-centered--background-full .centered__cta a {
    margin-top: 10px;
    margin-bottom: 10px
}

.section-centered--background-full .centered__cta .btn-primary,
.section-centered--background-full .centered__cta .btn-secondary,
.section-centered--background-full .centered__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered--background-full .centered__cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-centered--background-full figure {
    margin-bottom: 0
}

.section-centered--background-full .centered__image-figcaption {
    font-size: 16px;
    color: #6c757d;
    margin-top: 35px
}

.section-centered--background-full .background-full__content {
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 486px;
    margin-bottom: -243px;
    border-radius: 15px
}

@media (max-width:767.98px) {
    .section-centered--background-full .background-full__content {
        height: auto;
        margin-bottom: -100px;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        width: calc(100% - 30px)
    }
}

.section-centered--background-full .background-full__content-box {
    padding-top: 75px;
    padding-bottom: 75px
}

@media (max-width:1199.98px) {
    .section-centered--background-full .background-full__content-box {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .section-centered--background-full .background-full__content-box {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-centered--background {
    text-align: center
}

.section-centered--background .centered__cta {
    margin-top: 35px
}

.section-centered--background .centered__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-centered--background .centered__cta .btn-primary,
.section-centered--background .centered__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered--background .centered__cta .button {
    margin-right: 20px
}

.section-centered--background .centered__image {
    margin-top: 35px;
    position: relative
}

@media (max-width:767.98px) {
    .section-centered--background .centered__image {
        padding: 0
    }
}

@media (max-width:767.98px) {
    .section-centered--background .centered__image img {
        height: 100vh;
        object-fit: cover
    }
}

.section-centered--background .centered__image-figcaption {
    font-size: 16px;
    color: #6c757d;
    margin-top: 35px
}

@media (max-width:767.98px) {
    .section-centered--background .centered__image-figcaption {
        padding-left: 35px;
        padding-right: 35px
    }
}

.section-centered--background .centered_background__content {
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .section-centered--background .centered_background__content {
        height: 100%;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 35px
    }
}

.section-centered--background .centered__wrapper--light .cms-content,
.section-centered--background .centered__wrapper--light .section-lead,
.section-centered--background .centered__wrapper--light .section-title {
    color: #fff
}

@media (max-width:767.98px) {
    .section-centered--background .centered_background-figure--mobile {
        padding-top: calc(var(--mobile-height)/ var(--mobile-width) * 100%)
    }

    .section-centered--background .centered_background-figure--mobile .centered_background__picture {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .section-centered--background .centered_background-figure--mobile .centered_background__picture img {
        height: 100%;
        width: 100%
    }
}

.section-centered--background .centered__wrapper--color .centered_background__content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0
}

.section-centered--background .centered__wrapper--color .centered__image {
    margin-top: 0
}

.section-centered--background .centered__wrapper--color .cms-content {
    color: inherit
}

.section-centered-tabs {
    text-align: center
}

.section-centered-tabs .centered-tabs-boxes {
    margin-top: 35px;
    list-style-type: none;
    margin-bottom: 0
}

.section-centered-tabs .centered-tabs-boxes .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 30px;
    line-height: 1;
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 400 !important
}

.section-centered-tabs .centered-tabs-boxes .nav-link:active,
.section-centered-tabs .centered-tabs-boxes .nav-link:focus,
.section-centered-tabs .centered-tabs-boxes .nav-link:hover {
    color: #000
}

.section-centered-tabs .centered-tabs-boxes .nav-link.active {
    background: #f8f8f8;
    color: #000
}

.section-centered-tabs .centered-tabs-boxes .tab-pane {
    background: #f8f8f8;
    font-size: 18px;
    color: #6c757d
}

.section-centered-tabs .centered-tabs-boxes .tab-pane__content {
    padding: 30px
}

@media (min-width:768px) {
    .section-centered-tabs .centered-tabs-boxes .tab-pane__content {
        width: 80%;
        margin: auto
    }
}

@media (max-width:767.98px) {
    .section-centered-tabs .centered-tabs-boxes .tab-pane__content {
        padding-left: 35px;
        padding-right: 35px
    }
}

.section-centered-tabs .centered-tabs-boxes .tab-pane__cta {
    margin-top: 20px
}

.section-centered-tabs .centered-tabs-boxes .tab-pane__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

@media (max-width:767.98px) {
    .section-centered-tabs .centered-boxes__wrapper {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:767.98px) {
    .section-centered-tabs .tabs-boxes__container {
        margin-left: -35px;
        margin-right: -35px
    }
}

.section-centered--accordion {
    text-align: center
}

.section-centered--accordion .centered__cta {
    margin-top: 35px
}

.section-centered--accordion .centered__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-centered--accordion .centered__cta .btn-primary,
.section-centered--accordion .centered__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered--accordion .centered__cta .button {
    margin-right: 20px
}

.section-centered--accordion .centered__accordion-list {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
    list-style-type: none
}

.section-centered--accordion .centered__accordion-toggle {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 30px;
    color: #000;
    font-weight: 700;
    font-size: var(--font-size-regular);
    font-size: 20px;
    background: #f8f8f8;
    border-radius: 5px
}

.section-centered--accordion .centered__accordion-toggle::before {
    position: absolute;
    top: 45%;
    right: 30px;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    pointer-events: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.section-centered--accordion .centered__accordion-toggle:active,
.section-centered--accordion .centered__accordion-toggle:focus,
.section-centered--accordion .centered__accordion-toggle:hover {
    color: initial
}

.section-centered--accordion .centered__accordion-toggle[aria-expanded=true]::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section-centered--accordion .centered__accordion-box .box__text {
    color: #000;
    font-size: 16px;
    background: #f8f8f8
}

.section-centered--accordion .centered__accordion-box .box__text--inner {
    padding: 30px;
    padding-top: 0;
    font-weight: 300
}

.section-centered--slider {
    text-align: center
}

.section-centered--slider .centered__cta {
    margin-top: 35px
}

.section-centered--slider .centered__cta a {
    margin-top: 10px;
    margin-bottom: 10px
}

.section-centered--slider .centered__cta .btn-primary,
.section-centered--slider .centered__cta .btn-secondary,
.section-centered--slider .centered__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered--slider .centered__cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-centered--slider .centered__image {
    margin-top: 35px;
    position: relative
}

@media (max-width:767.98px) {
    .section-centered--slider .centered__image {
        padding: 0
    }
}

.section-centered--slider .centered__image figure {
    margin: 0
}

.section-centered--slider .centered_background__content {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .section-centered--slider .centered_background__content {
        height: 100%;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 50px
    }
}

.section-centered--slider .centered__wrapper--light .cms-content,
.section-centered--slider .centered__wrapper--light .section-lead,
.section-centered--slider .centered__wrapper--light .section-title {
    color: #fff
}

.section-centered--slider .splide-centered {
    position: relative
}

.section-centered--slider .splide-centered .splide__arrow {
    bottom: 0;
    top: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.section-centered--slider .splide-centered .splide__pagination {
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-1.3em);
    -ms-transform: translateY(-1.3em);
    transform: translateY(-1.3em)
}

.section-centered--slider .splide-centered .splide__pagination .splide__pagination__page {
    background: #f8f8f8
}

.section-centered--slider .splide-centered .splide__pagination .splide__pagination__page.is-active {
    background: #000
}

@media (min-width:992px) {
    .section-centered--slider .splide-centered.splide-centered--arrows-middle .splide__arrow {
        bottom: 50%
    }

    .section-centered--slider .splide-centered.splide-centered--arrows-middle .splide__arrow--prev {
        left: 0;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }

    .section-centered--slider .splide-centered.splide-centered--arrows-middle .splide__arrow--next {
        right: 0;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%)
    }
}

.section-centered--slider .splide-centered__thumbnails {
    left: 0;
    bottom: 0;
    margin-top: 35px;
    width: 100%
}

.section-centered--slider .splide-centered__thumbnails .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-centered--slider .splide-centered__thumbnails .splide__slide {
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-centered--slider .splide-centered__thumbnails .splide__slide img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    margin: auto
}

.section-centered--slider .splide-centered__thumbnails .splide__slide.is-active {
    border-width: 1px;
    border-color: #6c757d !important
}

@media (max-width:767.98px) {
    .section-centered--slider .centered_background-figure--mobile {
        padding-top: calc(var(--mobile-height)/ var(--mobile-width) * 100%)
    }

    .section-centered--slider .centered_background-figure--mobile .centered_background__picture {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .section-centered--slider .centered_background-figure--mobile .centered_background__picture img {
        height: 100%;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .section-centered--slider .centered__wrapper {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-centered--slider .splide-centered {
        margin-left: -50px;
        margin-right: -50px
    }

    .section-centered--slider .splide__arrows {
        display: none
    }
}

.section-centered-icons {
    text-align: center
}

.section-centered-icons .centered-icons__cta {
    margin-top: 35px
}

.section-centered-icons .centered-icons__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-centered-icons .centered-icons__cta .btn-primary,
.section-centered-icons .centered-icons__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered-icons .centered-icons__cta .button {
    margin-right: 20px
}

.section-centered-icons .centered-icons__image {
    margin-top: 35px
}

.section-centered-icons .centered-icons__content-list {
    margin-top: 5px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left
}

@media (min-width:768px) {
    .section-centered-icons .centered-icons__content-list {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .section-centered-icons .centered-icons__content-list.list--two-cols {
        max-width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section-centered-icons .centered-icons__content-list.list--two-cols .centered-icons__content-item {
        width: 45%
    }
}

.section-centered-icons .centered-icons__content-item {
    width: 100%;
    padding-right: 20px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-centered-icons .centered-icons__content-item img {
    height: 25px;
    width: 25px;
    display: inline-block
}

.section-centered-icons .centered-icons__content-item .box__text {
    font-size: 18px;
    color: #6c757d;
    margin-left: 30px
}

.section-centered-icons .centered-icons__content-item .box__text p {
    margin-bottom: 0
}

.section-centered-icons .centered-icons__content-list--bg .centered-icons__content-item {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px
}

.section-centered-icons .centered-icons__content-list--bg .centered-icons__content-item .box__text {
    color: #000
}

@media (max-width:767.98px) {
    .section-centered-icons .centered-icons__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-centered--gallery {
    text-align: center
}

.section-centered--gallery .centered__cta {
    margin-top: 35px
}

.section-centered--gallery .centered__cta a {
    margin-top: 10px;
    margin-bottom: 10px
}

.section-centered--gallery .centered__cta .btn-primary,
.section-centered--gallery .centered__cta .btn-secondary,
.section-centered--gallery .centered__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered--gallery .centered__cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-centered--gallery .centered__image {
    margin-top: 35px;
    position: relative
}

@media (max-width:767.98px) {
    .section-centered--gallery .centered__image {
        padding: 0
    }
}

.section-centered--gallery .centered__image figure {
    margin: 0
}

.section-centered--gallery .centered_background__content {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .section-centered--gallery .centered_background__content {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 35px
    }
}

.section-centered--gallery .centered__wrapper--light .cms-content,
.section-centered--gallery .centered__wrapper--light .section-lead,
.section-centered--gallery .centered__wrapper--light .section-title {
    color: #fff
}

.section-centered--gallery .splide-centered {
    position: relative
}

.section-centered--gallery .splide-centered .splide__arrow {
    bottom: 0;
    top: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.section-centered--gallery .splide-centered .splide__pagination {
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-1.3em);
    -ms-transform: translateY(-1.3em);
    transform: translateY(-1.3em)
}

.section-centered--gallery .splide-centered .splide__pagination .splide__pagination__page {
    background: #f8f8f8
}

.section-centered--gallery .splide-centered .splide__pagination .splide__pagination__page.is-active {
    background: #000
}

@media (min-width:992px) {
    .section-centered--gallery .splide-centered.splide-centered--arrows-middle .splide__arrow {
        bottom: 50%
    }

    .section-centered--gallery .splide-centered.splide-centered--arrows-middle .splide__arrow--prev {
        left: 0;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }

    .section-centered--gallery .splide-centered.splide-centered--arrows-middle .splide__arrow--next {
        right: 0;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%)
    }
}

.section-centered--gallery .splide-centered__thumbnails {
    left: 0;
    bottom: 0;
    margin-top: 35px;
    width: 100%
}

.section-centered--gallery .splide-centered__thumbnails .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-centered--gallery .splide-centered__thumbnails .splide__slide {
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-centered--gallery .splide-centered__thumbnails .splide__slide img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    margin: auto
}

.section-centered--gallery .splide-centered__thumbnails .splide__slide.is-active {
    border-width: 1px;
    border-color: #6c757d !important
}

@media (max-width:767.98px) {
    .section-centered--gallery .centered__wrapper {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-centered--gallery .splide-centered {
        margin-left: -50px;
        margin-right: -50px
    }
}

.section-centered--newsletter {
    text-align: center
}

.section-centered--newsletter .centered__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    text-align: left
}

.section-centered--newsletter .centered__person img {
    height: 40px;
    width: 40px;
    border-radius: 100%
}

.section-centered--newsletter .centered__person .person__details {
    margin-left: 18px
}

.section-centered--newsletter .centered__person .person__details .person__details-name,
.section-centered--newsletter .centered__person .person__details .person__details-text {
    margin-bottom: 0
}

.section-centered--newsletter .centered__person .person__details .person__details-name {
    font-size: 18px
}

.section-centered--newsletter .centered__person .person__details .person__details-text {
    font-size: 10px;
    color: #6c757d
}

.section-centered--newsletter .centered__cta {
    margin-top: 35px
}

.section-centered--newsletter .centered__cta a {
    margin-top: 10px;
    margin-bottom: 10px
}

.section-centered--newsletter .centered__cta .btn-primary,
.section-centered--newsletter .centered__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-centered--newsletter .centered__cta .button {
    margin-right: 10px;
    margin-left: 10px
}

.section-centered--newsletter .centered__image {
    margin-top: 35px
}

.section-centered--newsletter .centered__image-figcaption {
    font-size: 16px;
    color: #6c757d;
    margin-top: 35px
}

.section-centered--newsletter .form-submit,
.section-centered--newsletter .form-wrap {
    margin-bottom: 10px
}

.section-centered--newsletter .form-submit {
    margin-left: 5px
}

@media (max-width:767.98px) {
    .section-centered--newsletter .form-submit {
        margin-left: 0;
        display: block
    }
}

.section-centered--newsletter .form-wrap {
    text-align: left;
    margin-top: 50px
}

@media (min-width:768px) {
    .section-centered--newsletter .form-wrap .wpcf7-not-valid-tip {
        position: absolute
    }
}

@media (max-width:767.98px) {
    .section-centered--newsletter .form-wrap {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .section-centered--newsletter .centered__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-centered_content_full_image .section-title {
    margin-bottom: 0
}

.section-centered_content_full_image .centered_content_full_image-figcaption {
    font-size: 16px;
    color: #6c757d;
    margin-top: 35px
}

.section-centered_content_full_image .centered_content_full_image-icon {
    margin-bottom: 25px
}

@media (max-width:767.98px) {
    .section-centered_content_full_image .centered_content_full_image__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:575.98px) {
    .section-centered_content_full_image .section-title {
        font-size: 24px
    }
}

.section-content-background .content-background__wrapper {
    position: relative
}

.section-content-background .content-background__wrapper::before {
    content: '';
    position: absolute;
    top: -15rem;
    left: 0;
    height: calc(100% + 30rem);
    z-index: -1;
    width: 100%;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #fff 0, rgba(215, 219, 226, .2) 50%, #fff 100%);
    background: linear-gradient(0deg, #fff 0, rgba(215, 219, 226, .2) 50%, #fff 100%);
    pointer-events: none
}

.section-content-background.section-content-background--img-bg .content-background__wrapper::before {
    content: none
}

.section-content-background .content-background__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1
}

.section-content-background .content-background__icon {
    margin-bottom: 28px
}

.section-content-background .content-background__content {
    background-color: #fff;
    border-radius: 6px;
    padding: 90px 6rem;
    text-align: center
}

@media (max-width:1199.98px) {
    .section-content-background .content-background__content {
        padding: 75px 3rem
    }
}

@media (max-width:767.98px) {
    .section-content-background .content-background__content {
        padding: 50px 25px;
        margin: 0 15px
    }
}

@media (max-width:360px) {
    .section-content-background .content-background__content {
        margin: 0 -15px;
        padding: 50px 30px
    }
}

.section-content-background .content-background__content h1,
.section-content-background .content-background__content h2,
.section-content-background .content-background__content h3,
.section-content-background .content-background__content h4,
.section-content-background .content-background__content h5,
.section-content-background .content-background__content h6 {
    font-size: 34px;
    line-height: 1.05;
    margin-bottom: 2.5rem
}

.section-content-background .content-background__content h1 strong,
.section-content-background .content-background__content h2 strong,
.section-content-background .content-background__content h3 strong,
.section-content-background .content-background__content h4 strong,
.section-content-background .content-background__content h5 strong,
.section-content-background .content-background__content h6 strong {
    -webkit-text-decoration: #ff0076 underline 1px;
    text-decoration: #ff0076 underline 1px;
    text-underline-offset: 2px;
    font-weight: inherit
}

@media (max-width:575.98px) {

    .section-content-background .content-background__content h1,
    .section-content-background .content-background__content h2,
    .section-content-background .content-background__content h3,
    .section-content-background .content-background__content h4,
    .section-content-background .content-background__content h5,
    .section-content-background .content-background__content h6 {
        font-size: 24px
    }
}

.section-content-background .content-background__content.content-background__content--img-bg {
    background-color: transparent
}

.section-content-background .content-background__content.content-background__content--img-bg h1,
.section-content-background .content-background__content.content-background__content--img-bg h2,
.section-content-background .content-background__content.content-background__content--img-bg h3,
.section-content-background .content-background__content.content-background__content--img-bg h4,
.section-content-background .content-background__content.content-background__content--img-bg h5,
.section-content-background .content-background__content.content-background__content--img-bg h6 {
    font-size: 48px;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .section-content-background .content-background__content.content-background__content--img-bg .content-background__icon {
        margin-bottom: 45px
    }
}

@media (min-width:992px) {
    .section-content-background .content-background__content.content-background__content--img-bg {
        padding: 90px 6rem 150px
    }

    .section-content-background .content-background__content.content-background__content--img-bg p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

.section-content-background .content-background__content .cms-content a {
    color: #ff0076;
    font-size: var(--font-size-small);
    padding: 10px 0;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase
}

.section-content-background .content-background__content .cms-content a:active,
.section-content-background .content-background__content .cms-content a:focus,
.section-content-background .content-background__content .cms-content a:hover {
    color: #000
}

.section-contact-form {
    position: relative;
    overflow: hidden
}

.section-contact-form .contact-form__box-icon {
    margin-bottom: 15px
}

.section-contact-form .contact-form__wrapper {
    position: relative
}

.section-contact-form .contact-form__wrapper::before {
    content: '';
    height: 100%;
    width: 60%;
    right: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    pointer-events: none;
    opacity: .2;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #fff 0, #d7dbe2 50%, #fff 100%);
    background: linear-gradient(0deg, #fff 0, #d7dbe2 50%, #fff 100%)
}

@media (max-width:991.98px) {
    .section-contact-form .contact-form__wrapper::before {
        content: none
    }
}

@media (max-width:767.98px) {
    .section-contact-form .contact-form__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-contact-form .contact-form__boxes-col {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    text-transform: none
}

@media (min-width:1200px) {
    .section-contact-form .contact-form__boxes-col {
        margin-left: 15px;
        margin-right: 25px;
        margin-top: 6px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .section-contact-form .contact-form__boxes-col {
        margin-left: 35px;
        margin-right: 0;
        margin-top: 6px
    }
}

@media (max-width:991.98px) {
    .section-contact-form .contact-form__boxes-col {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-contact-form .contact-form__boxes-col {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto
    }
}

.section-contact-form .contact-form__boxes-col em {
    display: block;
    color: #000;
    font-size: var(--font-size-regular);
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-style: normal
}

.section-contact-form .contact-form__boxes-col strong {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.section-contact-form .contact-form__boxes-col small {
    font-size: var(--font-size-small)
}

.section-contact-form .contact-form__boxes-col a {
    display: inline-block !important;
    font-weight: 700;
    font-size: 20px
}

.section-contact-form .contact-form__boxes-col a img {
    margin-top: 12px;
    margin-bottom: 8px
}

.section-contact-form .contact-form__boxes-col__logo {
    display: inline-block;
    margin-bottom: 40px
}

.section-contact-form .contact-form__form-wrapper {
    position: relative
}

.section-contact-form .contact-form__form-wrapper::before {
    content: '';
    height: 100%;
    width: calc(100% + 66px);
    left: -33px;
    z-index: -1;
    top: 0;
    position: absolute;
    pointer-events: none;
    opacity: .2;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #fff 0, #d7dbe2 50%, #fff 100%);
    background: linear-gradient(0deg, #fff 0, #d7dbe2 50%, #fff 100%)
}

@media (min-width:992px) {
    .section-contact-form .contact-form__form-wrapper::before {
        content: none
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-contact-form .contact-form__form-wrapper::before {
        left: -25%;
        width: 150%
    }
}

@media (max-width:991.98px) {
    .section-contact-form .contact-form__form-wrapper {
        margin-top: 0
    }
}

.section-contact-form .contact-form__form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px
}

@media (min-width:992px) {
    .section-contact-form .contact-form__form-title {
        margin-left: 15px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-contact-form .contact-form__form-title {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto
    }
}

.section-contact-form form {
    width: 83%;
    margin-left: 15px
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-contact-form form {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto
    }
}

@media (max-width:991.98px) {
    .section-contact-form form {
        width: 100%;
        margin-left: 0
    }
}

.section-contact-form form .bootstrap-select,
.section-contact-form form input,
.section-contact-form form textarea {
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14)
}

.section-contact-form form textarea {
    padding: 15px !important
}

.section-contact-form form input:not([type=checkbox]),
.section-contact-form form select:not([type=checkbox]) {
    height: 52px !important
}

.section-contact-form form .form-wrap label {
    top: 26px;
    font-size: 16px;
    color: #000
}

.section-contact-form form .form-wrap label span:not(.wpcf7-list-item-label) {
    font-size: 12px;
    opacity: .4
}

.section-contact-form form .form-wrap label.on-focus {
    font-size: var(--font-size-small)
}

.section-contact-form form .form-wrap label.on-focus span {
    font-size: 8px
}

.section-contact-form form .bootstrap-select {
    height: 52px;
    width: 100%;
    border-radius: 6px
}

.section-contact-form form .bootstrap-select .btn {
    height: 100%
}

.section-contact-form form .bootstrap-select .filter-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-contact-form form .form-wrap,
.section-contact-form form .form-wrap--select {
    width: 100%;
    margin-bottom: 35px
}

.section-contact-form form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: var(--font-size-small)
}

.section-contact-form form .wpcf7-not-valid-tip {
    text-align: left
}

.section-contact-form .form-submit-group {
    margin-bottom: 65px;
    text-align: right
}

@media (max-width:991.98px) {
    .section-contact-form .form-submit-group {
        margin-bottom: 35px;
        text-align: center
    }
}

.section-contact-form .contact-form__header {
    margin-bottom: 136px
}

@media (max-width:991.98px) {
    .section-contact-form .contact-form__header {
        margin-bottom: 36px
    }
}

.section-hero-slider .hero-slider__slider-image {
    height: 0;
    position: relative;
    padding-top: 43%
}

.section-hero-slider .hero-slider__slider-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width:767.98px) {
    .section-hero-slider .hero-slider__slider-image--mobile {
        padding-top: calc(var(--mobile-height)/ var(--mobile-width) * 100%)
    }
}

.section-hero-slider .hero-slider__slider-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.section-hero-slider .hero-slider__slider-content u {
    -webkit-text-decoration: #ff0076 underline 1px;
    text-decoration: #ff0076 underline 1px;
    text-underline-offset: 6px
}

@media (max-width:767.98px) {
    .section-hero-slider .hero-slider__slider-content u {
        text-underline-offset: 1px
    }
}

@media (max-width:767.98px) {

    .section-hero-slider .hero-slider__slider-content h1,
    .section-hero-slider .hero-slider__slider-content h2,
    .section-hero-slider .hero-slider__slider-content h3,
    .section-hero-slider .hero-slider__slider-content h4,
    .section-hero-slider .hero-slider__slider-content h5,
    .section-hero-slider .hero-slider__slider-content h6 {
        font-size: 24px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

.section-hero-slider .hero-slider__slider-content p {
    font-size: var(--font-size-regular);
    font-weight: 400;
    color: #000;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: .5rem
}

@media (max-width:767.98px) {
    .section-hero-slider .hero-slider__slider-content p {
        font-size: 8px;
        margin-bottom: 17px;
        line-height: 1.125
    }
}

.section-hero-slider .hero-slider__slider-content .section-title {
    margin-bottom: 0
}

.section-hero-slider .hero-slider__slider-content .hero-slider__cta {
    margin-top: 35px
}

.section-hero-slider .hero-slider__slider-content .hero-slider__cta a {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (max-width:767.98px) {
    .section-hero-slider .hero-slider__slider-content .hero-slider__cta a:last-child {
        margin-bottom: 0
    }
}

.section-hero-slider .hero-slider__slider-content .hero-slider__cta .btn-primary,
.section-hero-slider .hero-slider__slider-content .hero-slider__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-hero-slider .hero-slider__slider-content .hero-slider__cta .button {
    margin-right: 20px
}

@media (max-width:767.98px) {
    .section-hero-slider .hero-slider__slider-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767.98px) {
    .section-hero-slider .splide__arrows {
        display: none
    }
}

.section-hero-slider .container .splide__arrows .splide__arrow--prev,
.section-hero-slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
.section-hero-slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
body.register-page .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev {
    left: 0
}

.section-hero-slider .container .splide__arrows .splide__arrow--next,
.section-hero-slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
.section-hero-slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
body.register-page .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next {
    right: 0
}

@media (min-width:768px) {

    .section-hero-slider .container .splide__arrows .splide__arrow--prev,
    .section-hero-slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
    .section-hero-slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
    body.register-page .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
    body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .section-hero-slider .container .splide__arrows .splide__arrow--next,
    .section-hero-slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
    .section-hero-slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
    body.register-page .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
    body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next {
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

@media (max-width:767.98px) {

    .section-hero-slider .container .splide__arrows,
    .section-hero-slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows,
    .section-hero-slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows,
    body.register-page .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows,
    body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .splide__arrows {
        display: block
    }
}

@media (max-width:767.98px) {

    .section-hero-slider .container .hero-slider__slider,
    .section-hero-slider body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .hero-slider__slider,
    .section-hero-slider body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .hero-slider__slider,
    body.register-page .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .hero-slider__slider,
    body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider .woocommerce-notices-wrapper .hero-slider__slider {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-hero-slider .hero-slider__wrapper--center {
    text-align: center
}

.section-hero-slider .hero-slider__wrapper--single .splide__arrows,
.section-hero-slider .hero-slider__wrapper--single .splide__pagination {
    display: none
}

.section-hero-half-slider .hero-half-slider__wrapper {
    position: relative
}

.section-hero-half-slider .hero-half-slider__slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8
}

.section-hero-half-slider .hero-half-slider__content-wysiwyg--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .section-hero-half-slider .splide__pagination {
        bottom: 32%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: auto;
        right: 0;
        left: unset;
        padding: 0 .7em
    }
}

@media (max-width:991.98px) {
    .section-hero-half-slider .splide__arrow {
        display: none
    }
}

.section-hero-half-slider .hero-half-slider__content,
.section-hero-half-slider .hero-half-slider__image {
    width: 50%
}

@media (max-width:991.98px) {

    .section-hero-half-slider .hero-half-slider__content,
    .section-hero-half-slider .hero-half-slider__image {
        width: 100%
    }
}

@media (min-width:992px) {
    .section-hero-half-slider .hero-half-slider__content-wysiwyg {
        max-width: 85%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-hero-half-slider .hero-half-slider__content-wysiwyg {
        max-width: 70%
    }
}

@media (max-width:991.98px) {
    .section-hero-half-slider .hero-half-slider__content-wysiwyg {
        padding: 30px 0
    }
}

@media (max-width:991.98px) {
    .section-hero-half-slider .hero-half-slider__image {
        text-align: center
    }
}

.section-hero-half-slider .container--half {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-hero-half-slider .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section-hero-half-slider .container--half {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-hero-half-slider .container--half {
        max-width: calc(960px / 2)
    }
}

@media (min-width:1200px) {
    .section-hero-half-slider .container--half {
        max-width: calc(1140px / 2)
    }
}

@media (min-width:992px) {
    .section-hero-half-slider.order--default .container--half {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:991.98px) {
    .section-hero-half-slider.order--default .hero-half-slider__content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .section-hero-half-slider.order--default .hero-half-slider__image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.section-hero-half-slider.order--reverse .hero-half-slider__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.section-hero-half-slider.order--reverse .hero-half-slider__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:992px) {
    .section-hero-half-slider.order--reverse .container--half {
        margin-left: 0;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .section-hero-half-slider.order--reverse .hero-half-slider__content-wysiwyg {
        margin-left: auto;
        margin-right: 0
    }
}

.section-hero-half-slider .hero-half-slider__cta a {
    margin-right: 20px
}

@media (max-width:991.98px) {
    .section-hero-half-slider .hero-half-slider__content {
        margin-bottom: 76px
    }
}

@media (max-width:991.98px) {
    .section-hero-half-slider .splide__pagination {
        bottom: 43px
    }

    .section-hero-half-slider .hero-half-slider__content-wysiwyg--center .hero-half-slider__cta a {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:767.98px) {
    .section-hero-half-slider .hero-half-slider__cta a {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .section-hero-half-slider .hero-half-slider__cta a:last-child {
        margin-bottom: 0 !important
    }

    .section-hero-half-slider .hero-half-slider__content-wysiwyg {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-hero-slider-excerpt .hero-slider__slider-image {
    height: 0;
    position: relative;
    padding-top: 50%
}

.section-hero-slider-excerpt .hero-slider__slider-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width:767.98px) {
    .section-hero-slider-excerpt .hero-slider__slider-image--mobile {
        padding-top: calc(var(--mobile-height)/ var(--mobile-width) * 100%)
    }
}

.section-hero-slider-excerpt .hero-slider__slider-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-hero-slider-excerpt .hero-slider__slider-content .section-title {
    margin-bottom: 0
}

.section-hero-slider-excerpt .hero-slider__slider-content .hero-slider__cta {
    margin-top: 35px
}

.section-hero-slider-excerpt .hero-slider__slider-content .hero-slider__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-hero-slider-excerpt .hero-slider__slider-content .hero-slider__cta .btn-primary,
.section-hero-slider-excerpt .hero-slider__slider-content .hero-slider__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-hero-slider-excerpt .hero-slider__slider-content .hero-slider__cta .button {
    margin-right: 20px
}

.section-hero-slider-excerpt .container .splide__arrows .splide__arrow--prev,
.section-hero-slider-excerpt body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
.section-hero-slider-excerpt body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
body.register-page .woocommerce+.woocommerce .section-hero-slider-excerpt .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev,
body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider-excerpt .woocommerce-notices-wrapper .splide__arrows .splide__arrow--prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-hero-slider-excerpt .container .splide__arrows .splide__arrow--next,
.section-hero-slider-excerpt body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
.section-hero-slider-excerpt body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
body.register-page .woocommerce+.woocommerce .section-hero-slider-excerpt .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next,
body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider-excerpt .woocommerce-notices-wrapper .splide__arrows .splide__arrow--next {
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

@media (max-width:767.98px) {

    .section-hero-slider-excerpt .container,
    .section-hero-slider-excerpt body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    .section-hero-slider-excerpt body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body.register-page .woocommerce+.woocommerce .section-hero-slider-excerpt .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider-excerpt .woocommerce-notices-wrapper {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (max-width:767.98px) {

    .section-hero-slider-excerpt .container,
    .section-hero-slider-excerpt body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    .section-hero-slider-excerpt body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body.register-page .woocommerce+.woocommerce .section-hero-slider-excerpt .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .section-hero-slider-excerpt .woocommerce-notices-wrapper {
        position: relative
    }

    .section-hero-slider-excerpt .splide__pagination {
        bottom: 130px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
        z-index: 3
    }
}

@media (max-width:767.98px) and (max-width:350px) {
    .section-hero-slider-excerpt .splide__pagination {
        bottom: 175px
    }
}

@media (max-width:767.98px) {
    .section-hero-slider-excerpt .splide__pagination li {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    .section-hero-slider-excerpt .splide__pagination li button {
        width: 100%;
        border-radius: 0;
        height: 1px;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top
    }

    .section-hero-slider-excerpt .splide__pagination li button.is-active {
        background: #fff;
        -webkit-transform: scaleY(4);
        -ms-transform: scaleY(4);
        transform: scaleY(4)
    }

    .section-hero-slider-excerpt .splide__arrows {
        display: none
    }
}

.section-hero-slider-excerpt .hero-slider__wrappe--center {
    text-align: center
}

.section-hero-slider-excerpt .hero-slider__excerpt-box {
    padding-right: 20px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-hero-slider-excerpt .hero-slider__excerpt-box img {
    height: 25px;
    width: 25px;
    display: inline-block
}

.section-hero-slider-excerpt .hero-slider__excerpt-box .box__text {
    font-size: 18px;
    color: #6c757d;
    margin-left: 30px
}

.section-hero-slider-excerpt .hero-slider__excerpt-box .box__text p {
    margin: 0
}

@media (max-width:767.98px) {
    .section-hero-slider-excerpt .hero-slider__excerpt-box {
        width: 100%
    }

    .section-hero-slider-excerpt .hero-slider__excerpt-box::before {
        content: none;
        display: none
    }
}

.section-hero-slider-excerpt .hero-slider__slider-excerpt {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

@media (max-width:767.98px) {
    .section-hero-slider-excerpt .hero-slider__slider-excerpt {
        pointer-events: none
    }
}

.section-hero-slider-excerpt .hero-slider__slider-excerpt .splide__slide .hero-slider__excerpt-box {
    position: relative;
    padding: 30px 30px 40px;
    height: 130px
}

.section-hero-slider-excerpt .hero-slider__slider-excerpt .splide__slide .hero-slider__excerpt-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

@media (max-width:350px) {
    .section-hero-slider-excerpt .hero-slider__slider-excerpt .splide__slide .hero-slider__excerpt-box {
        height: 175px
    }
}

.section-hero-slider-excerpt .hero-slider__slider-excerpt .splide__slide.is-active .hero-slider__excerpt-box::before {
    -webkit-transform: scaleY(4);
    -ms-transform: scaleY(4);
    transform: scaleY(4)
}

.section-hero-slider-excerpt .hero-slider__slider-excerpt .splide__track {
    width: 100%
}

.section-hero-slider-excerpt .hero-slider__slider-excerpt .splide__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-hero-home {
    margin-top: -4%;
    position: relative
}

.section-hero-home .hero-home__slider-image {
    height: 0;
    position: relative;
    padding-top: 50%
}

.section-hero-home .hero-home__slider-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.section-hero-home .slider-image__picture {
    height: 100%;
    width: 100%
}

@media (max-width:991.98px) {
    .section-hero-home .slider-image__picture img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.section-hero-home .search-form__frequent-search {
    height: auto;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-bottom-left-radius: 6px;
    margin-top: 0;
    border-bottom-right-radius: 6px;
    width: calc(100% - 170px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-hero-home .search-form__frequent-search .frequent-search__title {
    white-space: nowrap
}

@media (max-width:767.98px) {
    .section-hero-home .search-form__frequent-search {
        width: 100%;
        display: none
    }

    .section-hero-home .search-form__frequent-search .frequent-search__title {
        white-space: initial;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .section-hero-home .hero-home__slider-image--mobile {
        padding-top: calc(var(--mobile-height)/ var(--mobile-width) * 100%)
    }
}

@media (max-width:767.98px) {
    .section-hero-home .hero-slider__slider-image--mobile {
        margin-top: -45%
    }
}

.section-hero-home .hero-home__content {
    position: absolute;
    top: 12%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.section-hero-home .hero-home__content .section-title {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .section-hero-home .hero-home__content {
        padding-left: 37px;
        padding-right: 37px;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-hero-home .hero-home__content .section-title {
        display: none
    }
}

@media (max-width:767.98px) {
    .section-hero-home .hero-home__search-wrapper {
        margin-top: 0
    }
}

.section-hero-home .hero-home__wrapper--center {
    text-align: center
}

.section-hero-home .hero-home__scroll {
    position: absolute;
    bottom: 5.4rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 0;
    z-index: 3;
    background: 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-hero-home .hero-home__scroll:active,
.section-hero-home .hero-home__scroll:focus,
.section-hero-home .hero-home__scroll:hover {
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px)
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-hero-home .hero-home__scroll {
        display: none
    }
}

@media (max-width:767.98px) {
    .heading__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-boxes .cms-content,
.section-boxes .section-lead,
.section-boxes .section-title {
    display: block;
    z-index: 2;
    position: relative
}

.section-boxes .boxes__box-content-inner {
    border-radius: 15px;
    padding: 35px 55px;
    height: 100%
}

@media (max-width:1199.98px) {
    .section-boxes .boxes__box-content-inner {
        padding: 30px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-boxes .boxes__box-content-inner {
        padding: 30px 15px
    }
}

@media (min-width:768px) {
    .section-boxes .boxes__box-content-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .section-boxes .boxes__box-content-inner .boxes__box-content-wrapper {
        margin: auto 0
    }
}

.section-boxes .boxes__box-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    z-index: 2;
    position: relative
}

.section-boxes .boxes__box-person img {
    height: 40px;
    width: 40px;
    border-radius: 100%
}

.section-boxes .boxes__box-person .person__details {
    margin-left: 18px
}

.section-boxes .boxes__box-person .person__details .person__details-name,
.section-boxes .boxes__box-person .person__details .person__details-text {
    margin-bottom: 0
}

.section-boxes .boxes__box-person .person__details .person__details-name {
    font-size: 18px
}

.section-boxes .boxes__box-person .person__details .person__details-text {
    font-size: 10px;
    color: #6c757d
}

.section-boxes .boxes__box-icon {
    max-width: 65px;
    height: 45px;
    margin-bottom: 2rem;
    z-index: 2;
    position: relative
}

.section-boxes .boxes__box-cta {
    margin-top: 35px;
    z-index: 2;
    position: relative
}

.section-boxes .boxes__box-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-boxes .boxes__box-content {
    height: 100%;
    position: relative
}

.section-boxes .boxes__box-content-inner--center {
    text-align: center
}

.section-boxes .boxes__box-content-inner--center .boxes__box-person {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-boxes .boxes__box {
    position: relative
}

.section-boxes .boxes__box .section-title {
    margin-bottom: 24px
}

.section-boxes .boxes__box-image--background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1
}

.section-boxes .boxes__box--2:nth-child(n+3) {
    margin-top: 15px
}

@media (max-width:767.98px) {
    .section-boxes .boxes__box--2:nth-child(n+2) {
        margin-top: 15px
    }
}

.section-boxes .boxes__box--3:nth-child(n+4) {
    margin-top: 15px
}

@media (max-width:767.98px) {
    .section-boxes .boxes__box--3:nth-child(n+2) {
        margin-top: 15px
    }
}

.section-boxes .boxes__box--4 .boxes__box-content-inner {
    padding: 35px 15px;
    height: 100%
}

@media (max-width:1199.98px) {
    .section-boxes .boxes__box--4 .boxes__box-content-inner {
        padding: 30px
    }
}

.section-boxes .boxes__box--4:nth-child(n+5) {
    margin-top: 15px
}

@media (max-width:991.98px) {
    .section-boxes .boxes__box--4:nth-child(n+3) {
        margin-top: 15px
    }
}

@media (max-width:767.98px) {
    .section-boxes .boxes__box--4:nth-child(n+2) {
        margin-top: 15px
    }
}

@media (max-width:767.98px) {
    .section-boxes .boxes__box {
        padding-left: 35px;
        padding-right: 35px
    }
}

.section-boxes--slider .cms-content,
.section-boxes--slider .section-lead,
.section-boxes--slider .section-title {
    display: block;
    z-index: 2;
    position: relative
}

.section-boxes--slider .boxes__box-content-inner {
    border-radius: 15px;
    padding: 35px 55px;
    height: 100%
}

@media (max-width:1199.98px) {
    .section-boxes--slider .boxes__box-content-inner {
        padding: 30px
    }
}

.section-boxes--slider .boxes__box-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    z-index: 2;
    position: relative
}

.section-boxes--slider .boxes__box-person img {
    height: 40px;
    width: 40px;
    border-radius: 100%
}

.section-boxes--slider .boxes__box-person .person__details {
    margin-left: 18px
}

.section-boxes--slider .boxes__box-person .person__details .person__details-name,
.section-boxes--slider .boxes__box-person .person__details .person__details-text {
    margin-bottom: 0
}

.section-boxes--slider .boxes__box-person .person__details .person__details-name {
    font-size: 18px
}

.section-boxes--slider .boxes__box-person .person__details .person__details-text {
    font-size: 10px;
    color: #6c757d
}

.section-boxes--slider .boxes__box-icon {
    max-width: 40px;
    margin-bottom: 35px;
    z-index: 2;
    position: relative
}

.section-boxes--slider .boxes__box-cta {
    margin-top: 35px;
    z-index: 2;
    position: relative
}

.section-boxes--slider .boxes__box-cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-boxes--slider .boxes__box-content {
    height: 100%;
    position: relative
}

.section-boxes--slider .boxes__box-content-inner--center {
    text-align: center
}

.section-boxes--slider .boxes__box-content-inner--center .boxes__box-person {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-boxes--slider .boxes__box {
    height: 100%;
    position: relative
}

.section-boxes--slider .boxes__box-image {
    display: block;
    margin: 0 auto
}

.section-boxes--slider .boxes__box-image--background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1
}

.section-boxes--slider .splide__pagination {
    bottom: -25px
}

.section-boxes--slider .splide__pagination__page {
    background: #f8f8f8
}

.section-boxes--slider .splide__pagination__page.is-active {
    background: #000
}

.section-boxes--slider .splide-boxes-slider {
    position: relative;
    width: 100%;
    margin-bottom: 35px
}

.section-boxes--slider .splide-boxes-slider .splide__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:992px) {
    .section-boxes--slider .splide__arrow--prev {
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .section-boxes--slider .splide__arrow--next {
        right: 0;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

@media (max-width:767.98px) {
    .section-boxes--slider .boxes__box {
        padding-left: 35px;
        padding-right: 35px
    }
}

.section-boxes--steps {
    position: relative
}

.section-boxes--steps::before {
    content: '';
    position: absolute;
    top: -5rem;
    left: 0;
    height: calc(100% + 10rem);
    z-index: -1;
    width: 100%;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #fff 0, rgba(215, 219, 226, .2) 50%, #fff 100%);
    background: linear-gradient(0deg, #fff 0, rgba(215, 219, 226, .2) 50%, #fff 100%);
    pointer-events: none
}

@media (max-width:767.98px) {
    .section-boxes--steps::before {
        height: 100%;
        top: 0
    }
}

.section-boxes--steps .cms-content,
.section-boxes--steps .section-lead,
.section-boxes--steps .section-title {
    display: block;
    z-index: 2;
    position: relative
}

.section-boxes--steps .section-title {
    margin-bottom: 3rem
}

@media (max-width:767.98px) {
    .section-boxes--steps .section-title {
        margin-bottom: 20px
    }
}

.section-boxes--steps .splide-boxes-steps-slider {
    position: relative;
    width: 100%;
    margin-bottom: 35px
}

.section-boxes--steps .splide-boxes-steps-slider .splide__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767.98px) {
    .section-boxes--steps .splide-boxes-steps-slider .splide__list {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-boxes--steps .splide-boxes-steps-slider .splide__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-boxes--steps .boxes__box-content {
    width: 255px
}

.section-boxes--steps .boxes__box-content-inner {
    border-radius: 6px;
    padding: 20px 0 0;
    background: #fff;
    width: 100%;
    height: 268px;
    text-align: center
}

@media (max-width:767.98px) {
    .section-boxes--steps .boxes__box-content-inner:not(.boxes__box-content-inner--cta) {
        height: 373px
    }
}

.section-boxes--steps .boxes__box-content-inner.boxes__box-content-inner--text {
    margin: 0;
    height: 100%
}

.section-boxes--steps .boxes__box-content-inner .section-title {
    padding: 0 15px 35px;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase
}

@media (max-width:1199.98px) {
    .section-boxes--steps .boxes__box-content-inner .section-title {
        font-size: 24px
    }
}

@media (max-width:575.98px) {
    .section-boxes--steps .boxes__box-content-inner .section-title {
        font-size: 24px
    }
}

.section-boxes--steps .boxes__box-content-inner .section-lead {
    margin-bottom: 1rem;
    color: #ff0076
}

.section-boxes--steps .boxes__box-content-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #707070;
    margin-bottom: 0;
    padding: 7px 25px 50px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.section-boxes--steps .cms-content {
    font-size: 18px;
    line-height: 1.57
}

@media (min-width:992px) {
    .section-boxes--steps .cms-content {
        max-width: 95%
    }
}

.section-boxes--steps .cms-content p {
    margin-bottom: 1rem
}

.section-boxes--steps .boxes__box-icon {
    height: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

.section-boxes--steps .boxes__box-icon-wrapper {
    z-index: 2;
    position: relative;
    height: 85px;
    display: block;
    width: 100%;
    margin-bottom: 25px
}

.section-boxes--steps .boxes__box-cta {
    margin-top: 0;
    z-index: 2;
    position: relative
}

.section-boxes--steps .boxes__box-cta .boxes__box-cta-btn {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 30px 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 2;
    font-size: var(--font-size-regular);
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    overflow: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.section-boxes--steps .boxes__box-cta .boxes__box-cta-btn:active .box-cta-btn__bg,
.section-boxes--steps .boxes__box-cta .boxes__box-cta-btn:focus .box-cta-btn__bg,
.section-boxes--steps .boxes__box-cta .boxes__box-cta-btn:hover .box-cta-btn__bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.section-boxes--steps .boxes__box-cta .boxes__box-cta-btn:active .box-cta-btn__arrow,
.section-boxes--steps .boxes__box-cta .boxes__box-cta-btn:focus .box-cta-btn__arrow,
.section-boxes--steps .boxes__box-cta .boxes__box-cta-btn:hover .box-cta-btn__arrow {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.section-boxes--steps .boxes__box-cta .box-cta-btn__icon {
    display: inline-block;
    margin-right: 12px;
    width: 20px
}

.section-boxes--steps .boxes__box-cta .box-cta-btn__icon img {
    height: 25px;
    width: 20px
}

.section-boxes--steps .boxes__box-cta .box-cta-btn__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.25
}

.section-boxes--steps .boxes__box-cta .box-cta-btn__arrow {
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-boxes--steps .boxes__box-cta .box-cta-btn__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-boxes--steps .boxes__box-content {
    height: 100%;
    position: relative
}

@media (min-width:768px) {
    .section-boxes--steps .boxes__box-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.section-boxes--steps .boxes__box-content-inner--center {
    text-align: center;
    margin: auto
}

.section-boxes--steps .boxes__box-content-inner--center .boxes__box-person {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-boxes--steps .boxes__box-image--content {
    margin: auto
}

.section-boxes--steps .boxes__box {
    height: 100%;
    position: relative
}

@media (max-width:991.98px) {
    .section-boxes--steps .boxes__box {
        width: 255px;
        margin: auto
    }
}

.section-boxes--steps .boxes__box-image {
    display: block;
    margin: 0 auto
}

@media (min-width:992px) {
    .section-boxes--steps .splide__arrows {
        display: none
    }
}

.section-boxes--steps .splide__pagination {
    bottom: -38px
}

@media (min-width:1200px) {
    .section-boxes--steps .splide__pagination {
        display: none
    }
}

@media (max-width:767.98px) {
    .section-boxes--steps .splide__pagination {
        padding: 0
    }
}

.section-boxes--steps .splide__pagination__page {
    background: #fff;
    border: 1px solid;
    margin: 0 6px
}

.section-boxes--steps .splide__pagination__page.is-active {
    background: #000
}

@media (max-width:1020px) {
    .section-boxes--steps .splide__arrows {
        display: none
    }
}

@media (min-width:992px) {
    .section-boxes--steps .splide__arrow--prev {
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .section-boxes--steps .splide__arrow--next {
        right: 0;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

@media (min-width:1320px) {
    .section-boxes--steps .splide__arrow--prev {
        left: -30px;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }

    .section-boxes--steps .splide__arrow--next {
        right: -30px;
        -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
        transform: translate(100%, -50%)
    }
}

.section-boxes--steps .splide-boxes-steps-slider--3 .splide__list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.section-boxes--steps .splide-boxes-steps-slider--3 .splide__slide {
    height: auto
}

@media (max-width:991.98px) {
    .section-boxes--steps .splide-boxes-steps-slider--3 .boxes__box {
        width: auto
    }
}

.section-boxes--steps .splide-boxes-steps-slider--3 .boxes__box-content {
    width: 350px
}

.section-boxes--steps .splide-boxes-steps-slider--3 .boxes__box-content-inner {
    padding: 30px 0 0
}

.section-boxes--steps .splide-boxes-steps-slider--3 .boxes__box-icon-wrapper {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-boxes--steps .splide-boxes-steps-slider--3 .section-title {
    font-size: 20px;
    padding-bottom: 15px;
    min-height: 55px
}

@media (max-width:1199.98px) {
    .section-boxes--steps .splide-boxes-steps-slider--3 .section-title {
        min-height: unset
    }
}

.section-boxes--steps .splide-boxes-steps-slider--no-counter .section-lead {
    display: none
}

.section-boxes--steps .splide-boxes-steps-slider--no-counter .section-title {
    padding-bottom: 15px
}

.section-boxes--steps .splide-boxes-steps-slider--no-counter .boxes__box-icon-wrapper {
    padding-top: 15px;
    margin-bottom: 0
}

.section-boxes--steps .splide-boxes-steps-slider--no-counter .boxes__box-icon-wrapper img {
    max-height: 35px
}

.section-boxes--steps .splide-boxes-steps-slider--no-counter .splide__list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.section-boxes--steps .splide-boxes-steps-slider--no-counter .splide__slide {
    height: auto
}

.section-accordion {
    text-align: center
}

.section-accordion .accordion__wrapper {
    padding-left: 20px;
    padding-right: 20px
}

.section-accordion .section-accordion__cta {
    margin-top: 35px
}

.section-accordion .section-accordion__cta a {
    margin-top: 5px;
    margin-bottom: 5px
}

.section-accordion .section-accordion__cta .btn-primary,
.section-accordion .section-accordion__cta .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-accordion .section-accordion__cta .button {
    margin-right: 20px
}

.section-accordion .section-accordion-list {
    margin-top: 30px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left
}

.section-accordion .section-accordion-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    background: #f8f8f8;
    font-size: var(--font-size-regular);
    border-radius: 5px;
    padding: 30px;
    font-weight: 700;
    color: #000;
    position: relative
}

.section-accordion .section-accordion-toggle::before {
    content: '';
    position: absolute;
    top: 45%;
    right: 30px;
    pointer-events: none;
    height: 5px;
    width: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.section-accordion .section-accordion-toggle:active,
.section-accordion .section-accordion-toggle:focus,
.section-accordion .section-accordion-toggle:hover {
    color: initial
}

.section-accordion .section-accordion-toggle[aria-expanded=true]::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section-accordion .section-accordion-box .box__text {
    font-size: 18px;
    color: #000;
    background: #f8f8f8
}

.section-accordion .section-accordion-box .box__text--inner {
    padding: 30px;
    padding-top: 0
}

.section-accordion .section-accordion-box .section-title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px
}

.section-accordion .accordion-box__icon {
    height: 25px;
    margin-right: 30px;
    width: 25px;
    display: inline-block
}

.section-about .about__boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36px
}

.section-about .boxes-box__title {
    color: #ff0076;
    margin-bottom: 16px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .section-about .boxes-box__title {
        font-size: 40px
    }
}

.section-about .boxes-box__excerpt {
    background: 0 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-align: left;
    margin-top: 15px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .section-about .boxes-box__excerpt {
        font-size: 30px
    }
}

.section-about .boxes-box__excerpt:active,
.section-about .boxes-box__excerpt:focus,
.section-about .boxes-box__excerpt:hover {
    color: #ff0076;
    outline: 0
}

.section-about .boxes-box__subtitle {
    font-size: 14px
}

.section-about .boxes-box__text {
    padding: 45px 40px;
    -webkit-box-flex: calc(50% - 25px);
    -webkit-flex: calc(50% - 25px);
    -ms-flex: calc(50% - 25px);
    flex: calc(50% - 25px)
}

@media (max-width:1199.98px) {
    .section-about .boxes-box__text {
        padding: 25px
    }
}

@media (max-width:991.98px) {
    .section-about .boxes-box__text {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px
    }
}

@media (max-width:575.98px) {
    .section-about .boxes-box__text {
        display: block;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }
}

.section-about .boxes-box__image {
    -webkit-box-flex: calc(50% - 25px);
    -webkit-flex: calc(50% - 25px);
    -ms-flex: calc(50% - 25px);
    flex: calc(50% - 25px)
}

.section-about .boxes-box__image img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

@media (max-width:575.98px) {
    .section-about .boxes-box__image {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 0 25px
    }
}

.section-about .boxes-box__content {
    position: absolute;
    top: 0;
    width: 75%;
    padding: 45px 60px;
    right: 0;
    height: auto;
    min-height: 100%;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.section-about .boxes-box__content .cms-content {
    font-size: 16px;
    font-weight: 400
}

.section-about .boxes-box__content .cms-content a {
    color: #ff0076
}

.section-about .boxes-box__content .cms-content a:active,
.section-about .boxes-box__content .cms-content a:focus,
.section-about .boxes-box__content .cms-content a:hover {
    text-decoration: underline
}

@media (min-width:992px) {
    .section-about .boxes-box__content {
        opacity: 0
    }

    .section-about .boxes-box__content.show {
        opacity: 1
    }
}

@media (max-width:1300px) {
    .section-about .boxes-box__content {
        padding: 25px
    }
}

@media (max-width:1199.98px) {
    .section-about .boxes-box__content {
        padding: 25px
    }

    .section-about .boxes-box__content .cms-content {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .section-about .boxes-box__content {
        position: static;
        width: auto;
        height: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: all;
        z-index: 1;
        padding: 0
    }

    .section-about .boxes-box__content .boxes-box__title {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .section-about .boxes-box__content {
        width: 80%
    }
}

.section-about .excerpt__icon {
    display: block;
    margin-top: 3px;
    margin-left: 2px
}

.section-about .boxes-box__content-close {
    border: 0;
    border-radius: 0;
    background: 0 0
}

.section-about .about__boxes-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    text-align: left;
    position: relative
}

@media (max-width:991.98px) {
    .section-about .about__boxes-box {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .section-about .about__boxes-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {

    .section-about .about__boxes-box:nth-child(4n+3),
    .section-about .about__boxes-box:nth-child(4n+4) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .section-about .about__boxes-box:nth-child(4n+3) .boxes-box__content,
    .section-about .about__boxes-box:nth-child(4n+4) .boxes-box__content {
        left: 0;
        right: unset
    }
}

@media (max-width:991.98px) {
    .section-about .about__boxes-box:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-left: auto
    }

    .section-about .about__boxes-box:nth-child(even) .boxes-box__image img {
        float: right
    }
}

.section-video .section-video__video {
    height: auto;
    max-width: 100%;
    border-radius: 6px
}

.section-video .section-video__video--oembed {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: calc(9/16 * 100%);
    border-radius: 6px
}

.section-video .section-video__video--oembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.section-video .section-video__text {
    margin-top: 15px;
    font-size: var(--font-size-small);
    text-transform: uppercase;
    text-align: center
}

@media (max-width:767.98px) {
    .section-video .section-video__text {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-video .video__wrapper .container:not(.section-video__text-container) .section-video__video-col,
    .section-video .video__wrapper body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper:not(.section-video__text-container) .section-video__video-col,
    .section-video .video__wrapper body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper:not(.section-video__text-container) .section-video__video-col,
    body.register-page .woocommerce+.woocommerce .section-video .video__wrapper .woocommerce-notices-wrapper:not(.section-video__text-container) .section-video__video-col,
    body:not(.logged-in) .woocommerce+.woocommerce .section-video .video__wrapper .woocommerce-notices-wrapper:not(.section-video__text-container) .section-video__video-col {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-video .video__wrapper .container:not(.section-video__text-container) .section-video__text,
    .section-video .video__wrapper body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper:not(.section-video__text-container) .section-video__text,
    .section-video .video__wrapper body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper:not(.section-video__text-container) .section-video__text,
    body.register-page .woocommerce+.woocommerce .section-video .video__wrapper .woocommerce-notices-wrapper:not(.section-video__text-container) .section-video__text,
    body:not(.logged-in) .woocommerce+.woocommerce .section-video .video__wrapper .woocommerce-notices-wrapper:not(.section-video__text-container) .section-video__text {
        padding-left: 0;
        padding-right: 0
    }
}

.section-newsletter .container,
.section-newsletter body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
.section-newsletter body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
body.register-page .woocommerce+.woocommerce .section-newsletter .woocommerce-notices-wrapper,
body:not(.logged-in) .woocommerce+.woocommerce .section-newsletter .woocommerce-notices-wrapper {
    position: relative
}

@media (min-width:992px) {

    .section-newsletter .container,
    .section-newsletter body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    .section-newsletter body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body.register-page .woocommerce+.woocommerce .section-newsletter .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .section-newsletter .woocommerce-notices-wrapper {
        min-height: 500px
    }
}

.section-newsletter .newsletter__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0
}

.section-newsletter .newsletter__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px
}

@media (max-width:767.98px) {
    .section-newsletter .newsletter__image {
        background: #f8f8f8
    }

    .section-newsletter .newsletter__image img {
        display: none
    }
}

.section-newsletter .newsletter__newsletter-form {
    margin-top: 20px
}

.section-newsletter .section-title {
    margin-bottom: .8rem
}

@media (max-width:767.98px) {
    .section-newsletter .section-title {
        margin-bottom: 20px
    }
}

.section-newsletter .form__input--checkbox {
    border: 1px solid #bcbcbc
}

.section-newsletter .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem
}

@media (max-width:991.98px) {
    .section-newsletter .form-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section-newsletter .form-group .form-wrap {
    width: 35%;
    height: 48px;
    margin-right: 30px
}

@media (max-width:991.98px) {
    .section-newsletter .form-group .form-wrap {
        width: calc(50% - 30px);
        margin-right: 15px;
        margin-bottom: 30px;
        margin-left: 15px
    }
}

@media (max-width:767.98px) {
    .section-newsletter .form-group .form-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0
    }
}

.section-newsletter .form-group .form-wrap .bootstrap-select,
.section-newsletter .form-group .form-wrap input,
.section-newsletter .form-group .form-wrap select {
    height: 100%;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14)
}

.section-newsletter .form-group .form-wrap .dropdown-toggle {
    height: 100%
}

.section-newsletter .form-group .form-wrap .bootstrap-select,
.section-newsletter .form-group .form-wrap .wpcf7-form-control-wrap,
.section-newsletter .form-group .form-wrap input,
.section-newsletter .form-group .form-wrap select {
    display: block;
    width: 100%;
    height: 100%
}

.section-newsletter .form-group .bootstrap-select .dropdown-menu {
    max-width: 100% !important
}

.section-newsletter .form-group .bootstrap-select .dropdown-toggle .filter-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-newsletter .form-group .form-submit .btn-primary,
.section-newsletter .form-group .form-submit .woocommerce-account .woocommerce+.woocommerce form .button,
.woocommerce-account .woocommerce+.woocommerce form .section-newsletter .form-group .form-submit .button {
    height: 52px;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14)
}

@media (max-width:767.98px) {
    .section-newsletter .row {
        padding-right: 20px;
        padding-left: 20px
    }
}

.section-newsletter .wpcf7-spinner {
    display: none
}

.section-boxes--slider-gallery .slider-gallery__wrapper {
    overflow: hidden;
    position: relative
}

@media (min-width:1600px) {

    .section-boxes--slider-gallery .slider-gallery__wrapper .container,
    .section-boxes--slider-gallery .slider-gallery__wrapper body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    .section-boxes--slider-gallery .slider-gallery__wrapper body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body.register-page .woocommerce+.woocommerce .section-boxes--slider-gallery .slider-gallery__wrapper .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .section-boxes--slider-gallery .slider-gallery__wrapper .woocommerce-notices-wrapper {
        max-width: 1400px
    }
}

.section-boxes--slider-gallery .slider-gallery__wrapper .splide__track {
    overflow: visible
}

@media (max-width:767.98px) {
    .section-boxes--slider-gallery .slider-gallery__wrapper .splide__track {
        margin-left: 25px;
        margin-right: 25px
    }
}

.section-boxes--slider-gallery .slider-gallery__wrapper .splide__pagination {
    display: none
}

.section-boxes--slider-gallery .slider-gallery__wrapper::after {
    content: '';
    height: 100%;
    width: 12rem;
    background: #fff;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:1600px) {
    .section-boxes--slider-gallery .slider-gallery__wrapper::after {
        width: 18rem
    }
}

@media (max-width:767.98px) {
    .section-boxes--slider-gallery .slider-gallery__wrapper::after {
        width: 0
    }
}

.section-boxes--slider-gallery .splide-boxes-slider {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-top: 5.5rem
}

@media (max-width:767.98px) {
    .section-boxes--slider-gallery .splide-boxes-slider {
        margin-top: 16px
    }
}

.section-boxes--slider-gallery .splide-boxes-slider .splide__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-boxes--slider-gallery .splide-boxes-slider .splide__list a {
    display: block
}

.section-boxes--slider-gallery .splide-boxes-slider .splide__list img {
    border-radius: 6px;
    pointer-events: none
}

@media (max-width:991.98px) {
    .section-boxes--slider-gallery .splide-boxes-slider .splide__arrow {
        display: none
    }
}

.section-boxes--slider-gallery .slide__gallery {
    display: none
}

.section-boxes--slider-gallery .slide__captions {
    padding: 30px 15px;
    font-size: var(--font-size-small);
    font-weight: 600;
    text-align: center
}

.section-boxes--slider-gallery .slide__captions .slide__captions-title {
    font-size: 20px;
    font-weight: 700
}

.section-boxes--slider-gallery .slide__captions p {
    margin-bottom: 0
}

@media (min-width:768px) {
    .section-boxes--slider-gallery .splide__arrow--prev {
        left: 0;
        -webkit-transform: translate(-50%, calc(-50% - 32px));
        -ms-transform: translate(-50%, calc(-50% - 32px));
        transform: translate(-50%, calc(-50% - 32px))
    }

    .section-boxes--slider-gallery .splide__arrow--next {
        right: -45px;
        -webkit-transform: translate(-50%, calc(-50% - 32px));
        -ms-transform: translate(-50%, calc(-50% - 32px));
        transform: translate(-50%, calc(-50% - 32px))
    }
}

@media (max-width:767.98px) {
    .section-boxes--slider-gallery .splide__arrow--prev {
        -webkit-transform: translate(0, calc(-50% - 52px));
        -ms-transform: translate(0, calc(-50% - 52px));
        transform: translate(0, calc(-50% - 52px))
    }

    .section-boxes--slider-gallery .splide__arrow--next {
        right: -45px;
        -webkit-transform: translate(-50%, calc(-50% - 52px));
        -ms-transform: translate(-50%, calc(-50% - 52px));
        transform: translate(-50%, calc(-50% - 52px))
    }
}

.section-boxes--slider-gallery .slider-gallery__wrapper {
    overflow: hidden;
    position: relative
}

@media (min-width:1600px) {

    .section-boxes--slider-gallery .slider-gallery__wrapper .container,
    .section-boxes--slider-gallery .slider-gallery__wrapper body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    .section-boxes--slider-gallery .slider-gallery__wrapper body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper,
    body.register-page .woocommerce+.woocommerce .section-boxes--slider-gallery .slider-gallery__wrapper .woocommerce-notices-wrapper,
    body:not(.logged-in) .woocommerce+.woocommerce .section-boxes--slider-gallery .slider-gallery__wrapper .woocommerce-notices-wrapper {
        max-width: 1400px
    }
}

.section-boxes--slider-gallery .slider-gallery__wrapper .splide__track {
    overflow: visible
}

@media (max-width:767.98px) {
    .section-boxes--slider-gallery .slider-gallery__wrapper .splide__track {
        margin-left: 25px;
        margin-right: 25px
    }
}

.section-boxes--slider-gallery .slider-gallery__wrapper .splide__pagination {
    display: none
}

.section-boxes--slider-gallery .slider-gallery__wrapper::after {
    content: '';
    height: 100%;
    width: 12rem;
    background: #fff;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:1600px) {
    .section-boxes--slider-gallery .slider-gallery__wrapper::after {
        width: 18rem
    }
}

@media (max-width:767.98px) {
    .section-boxes--slider-gallery .slider-gallery__wrapper::after {
        width: 0
    }
}

.section-boxes--slider-gallery .splide-boxes-slider {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-top: 5.5rem
}

@media (max-width:767.98px) {
    .section-boxes--slider-gallery .splide-boxes-slider {
        margin-top: 16px
    }
}

.section-boxes--slider-gallery .splide-boxes-slider .splide__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-boxes--slider-gallery .splide-boxes-slider .splide__list img {
    border-radius: 6px
}

.section-boxes--slider-gallery .slide__gallery {
    display: none
}

.section-boxes--slider-gallery .slide__captions {
    padding: 30px 15px;
    font-size: var(--font-size-small);
    font-weight: 600;
    text-align: center
}

.section-boxes--slider-gallery .slide__captions .slide__captions-title {
    font-size: 20px;
    font-weight: 700
}

.section-boxes--slider-gallery .slide__captions p {
    margin-bottom: 0
}

@media (min-width:768px) {
    .section-boxes--slider-gallery .splide__arrow--prev {
        left: 0;
        -webkit-transform: translate(-50%, calc(-50% - 32px));
        -ms-transform: translate(-50%, calc(-50% - 32px));
        transform: translate(-50%, calc(-50% - 32px))
    }

    .section-boxes--slider-gallery .splide__arrow--next {
        right: -45px;
        -webkit-transform: translate(-50%, calc(-50% - 32px));
        -ms-transform: translate(-50%, calc(-50% - 32px));
        transform: translate(-50%, calc(-50% - 32px))
    }
}

@media (max-width:767.98px) {
    .section-boxes--slider-gallery .splide__arrow--prev {
        -webkit-transform: translate(0, calc(-50% - 52px));
        -ms-transform: translate(0, calc(-50% - 52px));
        transform: translate(0, calc(-50% - 52px))
    }

    .section-boxes--slider-gallery .splide__arrow--next {
        right: -45px;
        -webkit-transform: translate(-50%, calc(-50% - 52px));
        -ms-transform: translate(-50%, calc(-50% - 52px));
        transform: translate(-50%, calc(-50% - 52px))
    }
}

.section-our-products .our-products__wrapper {
    position: relative
}

.section-our-products .our-products__wrapper::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 0;
    height: calc(100% + 4rem);
    z-index: -1;
    width: 100%;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #fff 0, rgba(215, 219, 226, .2) 50%, #fff 100%);
    background: linear-gradient(0deg, #fff 0, rgba(215, 219, 226, .2) 50%, #fff 100%);
    pointer-events: none
}

@media (max-width:767.98px) {
    .section-our-products .our-products__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .section-our-products .our-products__wrapper::before {
        top: 0;
        height: 100%
    }
}

.section-our-products .nav-pills--categories {
    margin-top: 12px
}

.section-our-products .our-products__terms {
    margin-top: 10px
}

.section-our-products .our-products__term-image--hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-our-products .our-products__term-link {
    display: block;
    position: relative;
    border-radius: 6px;
    padding-top: 100%;
    width: 100%;
    margin: auto;
    height: 0;
    text-align: center;
    background-color: #fff
}

.section-our-products .our-products__term-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.section-our-products .our-products__term-link:active,
.section-our-products .our-products__term-link:focus,
.section-our-products .our-products__term-link:hover {
    color: #000
}

.section-our-products .our-products__term-link:active::after,
.section-our-products .our-products__term-link:focus::after,
.section-our-products .our-products__term-link:hover::after {
    opacity: 1
}

.section-our-products .our-products__term-link:active .our-products__term-image--hover,
.section-our-products .our-products__term-link:focus .our-products__term-image--hover,
.section-our-products .our-products__term-link:hover .our-products__term-image--hover {
    opacity: 1
}

.section-our-products .our-products__term-link .our-products__term-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.section-our-products .our-products__term-title {
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 40px;
    right: 0
}

@media (max-width:575.98px) {
    .section-our-products .our-products__term-title {
        padding: 0 15px;
        bottom: 15px
    }
}

.section-our-products .our-products__term-title span {
    text-transform: lowercase
}

.section-our-products .our-products__term-col {
    margin-top: 20px
}

.section-fabrics .section-fabrics__variations {
    margin-bottom: 190px
}

@media (max-width:767.98px) {
    .section-fabrics .section-fabrics__variations {
        margin-bottom: 100px
    }
}

.section-fabrics .fabrics__section:last-of-type .section-fabrics__variations {
    margin-bottom: 0
}

.section-fabrics .section-text_image {
    margin-bottom: 80px
}

.section-fabrics .section-text_image .section-video__video {
    height: auto;
    max-width: 100%
}

@media (min-width:992px) {
    .section-fabrics .section-text_image .text_image__wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:992px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--1 {
        max-width: calc(960px / 3);
        width: 100%;
        margin-top: 0
    }

    .section-fabrics .section-text_image .text_image__col.text_image_col--1 .text_image__content-wysiwyg {
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--1 {
        max-width: 540px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--1 {
        max-width: 720px
    }
}

@media (max-width:991.98px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--1 {
        margin: auto;
        padding: 0 15px
    }
}

@media (max-width:767.98px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--1 {
        padding: 0 30px
    }
}

@media (min-width:1200px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--1 {
        max-width: calc(1140px / 3)
    }
}

@media (min-width:1600px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--1 {
        margin-top: auto
    }
}

@media (min-width:992px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--2 {
        max-width: calc(50% + 160px);
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1200px) {
    .section-fabrics .section-text_image .text_image__col.text_image_col--2 {
        max-width: calc(50% + 190px)
    }
}

.section-fabrics .section-text_image .text_image__col.text_image_col--2 iframe,
.section-fabrics .section-text_image .text_image__col.text_image_col--2 img,
.section-fabrics .section-text_image .text_image__col.text_image_col--2 video {
    border-radius: 6px
}

.section-fabrics .section-text_image .text_image__content-wysiwyg {
    font-weight: 300;
    line-height: 1.625
}

.section-fabrics .section-text_image .text_image__content-wysiwyg .section-title {
    margin-bottom: 1.2rem
}

@media (max-width:767.98px) {
    .section-fabrics .section-text_image .text_image__content-wysiwyg .section-title {
        margin-bottom: 20px
    }
}

.section-fabrics .section-text_image .section-video__video--oembed {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: calc(9/16 * 100%)
}

@media (min-width:992px) {
    .section-fabrics .section-text_image .section-video__video--oembed {
        width: calc(100% - 80px);
        margin-left: auto
    }
}

@media (min-width:1200px) {
    .section-fabrics .section-text_image .section-video__video--oembed {
        width: calc(100% - 95px)
    }
}

.section-fabrics .section-text_image .section-video__video--oembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.section-fabrics .section-text_image .section-video__no-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: calc(9/16 * 100%)
}

@media (min-width:992px) {
    .section-fabrics .section-text_image .section-video__no-video {
        width: calc(100% - 80px);
        margin-left: auto
    }
}

@media (min-width:1200px) {
    .section-fabrics .section-text_image .section-video__no-video {
        width: calc(100% - 95px)
    }
}

.section-fabrics .section-text_image .section-video__no-video img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.section-fabrics .section-text_image .section-video__video {
    width: 100%
}

@media (min-width:992px) {
    .section-fabrics .section-text_image .section-video__video {
        width: calc(100% - 65px);
        margin-left: auto
    }
}

@media (min-width:1200px) {
    .section-fabrics .section-text_image .section-video__video {
        width: calc(100% - 80px)
    }
}

.section-fabrics .section-text_image .section-video__video-play {
    height: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0;
    border: none
}

@media (min-width:992px) {
    .section-fabrics .section-text_image .section-video__video-play {
        width: calc(100% - 80px);
        left: unset;
        right: 0
    }
}

@media (min-width:1200px) {
    .section-fabrics .section-text_image .section-video__video-play {
        width: calc(100% - 95px)
    }
}

.section-fabrics .section-text_image .section-video__video-play img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    object-fit: cover
}

.section-fabrics .section-text_image .section-video__video-play.video-active {
    opacity: 0;
    pointer-events: none
}

.section-fabrics .section-text_image .section-video__video-play:active .video-play__icon,
.section-fabrics .section-text_image .section-video__video-play:focus .video-play__icon,
.section-fabrics .section-text_image .section-video__video-play:hover .video-play__icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.section-fabrics .section-text_image .video-play__icon {
    z-index: 3;
    display: inline-block;
    margin: auto;
    height: 135px;
    width: 135px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-fabrics .section-text_image .video-play__icon svg {
    -webkit-transform: translate(-22px, -11px);
    -ms-transform: translate(-22px, -11px);
    transform: translate(-22px, -11px)
}

.section-fabrics .fabrics__variations__button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff0076;
    height: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-fabrics .fabrics__variations__button svg {
    margin-right: 14px
}

.section-fabrics .fabrics__variations__label {
    text-transform: uppercase;
    display: block;
    color: #ff0076;
    font-size: 12px;
    letter-spacing: .15em;
    margin-bottom: 0;
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-fabrics .fabrics__variations__link {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-top: 0;
    position: relative
}

.section-fabrics .fabrics__variations__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-fabrics .fabrics__variations__link:active,
.section-fabrics .fabrics__variations__link:focus,
.section-fabrics .fabrics__variations__link:hover {
    color: initial
}

.section-fabrics .fabrics__variations__link:active::before,
.section-fabrics .fabrics__variations__link:focus::before,
.section-fabrics .fabrics__variations__link:hover::before {
    opacity: 1
}

.section-fabrics .fabrics__variations__link:active .fabrics__variations__title,
.section-fabrics .fabrics__variations__link:focus .fabrics__variations__title,
.section-fabrics .fabrics__variations__link:hover .fabrics__variations__title {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.section-fabrics .fabrics__variations__link:active .fabrics__variations__button,
.section-fabrics .fabrics__variations__link:focus .fabrics__variations__button,
.section-fabrics .fabrics__variations__link:hover .fabrics__variations__button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.section-fabrics .fabrics__variations__link:active .fabrics__variations__label,
.section-fabrics .fabrics__variations__link:focus .fabrics__variations__label,
.section-fabrics .fabrics__variations__link:hover .fabrics__variations__label {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

@media (max-width:767.98px) {
    .section-fabrics .fabrics__variations__link {
        color: initial
    }

    .section-fabrics .fabrics__variations__link .fabrics__variations__title {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .section-fabrics .fabrics__variations__link .fabrics__variations__button {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .section-fabrics .fabrics__variations__link .fabrics__variations__label {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.section-fabrics .fabrics__variations__desc {
    padding: 45px 15px 20px;
    text-align: center;
    position: relative
}

.section-fabrics .fabrics__variations__title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-fabrics .fabrics__variations__title strong {
    display: inline-block !important
}

.section-fabrics .fabrics__variations__image_wrapper {
    padding-top: 100%;
    height: 0;
    width: 100%;
    position: relative
}

.section-fabrics .fabrics__variations__image_wrapper .img-placeholder,
.section-fabrics .fabrics__variations__image_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    display: block
}

.section-fabrics .fabrics__variations__image_wrapper .img-placeholder {
    background-color: #f8f8f8
}

@media (max-width:991.98px) {
    .section-fabrics .products li.product:nth-child(odd) .fabrics__variations__link {
        border-left: 0
    }
}

.section-fabrics .products li.product:last-child {
    border-right: 1px solid #ebebeb
}

.section-fabrics .nav-pills--categories {
    margin-top: 20px;
    margin-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text_image__content-attr-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 35px
}

.text_image__content-attr-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
    font-size: var(--font-size-regular);
    font-weight: 400
}

.text_image__content-attr-list li img {
    margin-right: 15px
}

.text_image__content-attr-list li p {
    margin-bottom: 0
}

.section-modal-video .modal-video__header {
    margin-bottom: 25px
}

.section-modal-video .modal-video__header img {
    margin-right: 18px;
    margin-bottom: 20px
}

.section-modal-video .section-video__video,
.section-modal-video .section-video__video--oembed {
    max-width: 100%;
    border-radius: 10px
}

.section-modal-video .section-video__video--oembed,
.section-modal-video .section-video__video-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: calc(9/16 * 100%)
}

.section-modal-video .section-video__video--oembed iframe,
.section-modal-video .section-video__video--oembed video,
.section-modal-video .section-video__video-wrapper iframe,
.section-modal-video .section-video__video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.section-modal-video .modal-dialog {
    max-width: unset
}

.section-modal-video .modal-content {
    padding: 0;
    background: 0 0;
    border: 0
}

.section-modal-video .modal-body {
    padding: 0
}

.section-modal-video .section-video__content {
    font-size: var(--font-size-small);
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #868686
}

.modal-backdrop {
    z-index: 1999;
    background: #000
}

.modal-backdrop.show {
    opacity: .9
}

.modal-header {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    border-bottom: 0
}

.modal-header button.close {
    position: absolute;
    top: 10px;
    right: -15px;
    padding: 0;
    color: #fff;
    opacity: 1
}

.modal-header button.close:active,
.modal-header button.close:focus,
.modal-header button.close:hover {
    color: #ff0076;
    opacity: 1 !important
}

@media (max-width:1199.98px) {
    .modal-header button.close {
        top: -10px;
        right: 15px
    }
}

.modal {
    z-index: 2000
}

.modal .modal-content {
    text-align: center;
    background: #e9edef;
    border: none;
    border-radius: 0
}

.modal .woocommerce-message {
    margin-bottom: 0 !important;
    padding-top: 10px
}

#samplesAdded .modal-body {
    padding: 28px 22px;
    text-align: center;
    background: #e9edef
}

#samplesAdded .modal-body .woocommerce-message {
    padding: 0;
    text-align: center
}

@media (max-width:991.98px) {
    #samplesAdded .modal-body .woocommerce-message::before {
        margin: 0
    }
}

.modal.right {
    z-index: 2000
}

.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    width: 55vw;
    max-width: unset;
    height: 100%;
    margin: auto
}

@media (max-width:1199.98px) {
    .modal.right .modal-dialog {
        width: 80vw
    }
}

@media (max-width:767.98px) {
    .modal.right .modal-dialog {
        width: 100vw
    }
}

@media (min-width:1600px) {
    .modal.right .modal-dialog {
        width: 45vw
    }
}

.modal.right .modal-dialog .modal-content {
    background: #f7f7f9
}

.modal.right .modal-dialog .modal-body {
    padding: 80px 95px
}

@media (max-width:1199.98px) {
    .modal.right .modal-dialog .modal-body {
        padding: 50px 60px
    }
}

@media (max-width:767.98px) {
    .modal.right .modal-dialog .modal-body {
        padding: 50px 35px
    }
}

.modal.right .modal-dialog .modal-header button.close {
    top: 50px;
    right: 8vw;
    z-index: 2;
    padding: 0;
    color: #000
}

.modal.right .modal-dialog .modal-header button.close svg {
    width: 17px;
    height: 17px
}

.modal.right .modal-dialog .modal-header button.close:active,
.modal.right .modal-dialog .modal-header button.close:focus,
.modal.right .modal-dialog .modal-header button.close:hover {
    color: #ff0076
}

.modal.right .modal-dialog .section-contact-form {
    overflow: unset
}

.modal.right .modal-dialog .section-contact-form form .form-wrap label span {
    opacity: .87
}

.modal.right .modal-dialog {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.modal.right.fade.show .modal-dialog {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px)
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: scroll;
    border: 0;
    border-radius: 0;
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 #efefef
}

.modal.right .modal-content::-webkit-scrollbar {
    width: .5em;
    height: 8px;
    -webkit-appearance: none
}

.modal.right .modal-content::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 25px
}

.modal.right .modal-content::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 25px
}

body.error404 {
    padding-top: 0
}

body.error404 .alert {
    display: none
}

body.error404 .main-header {
    display: none
}

body.error404.alert-on {
    padding-top: 0
}

.error404__content {
    padding: 150px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

@media (min-width:992px) {
    .error404__content {
        -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@media (max-width:991.98px) {
    .error404__content {
        padding: 100px 20px
    }
}

@media (max-width:767.98px) {
    .error404__content {
        padding: 50px 20px
    }
}

.error404__content a {
    color: #ff0076
}

.error404__content a:active,
.error404__content a:focus,
.error404__content a:hover {
    color: #000
}

@media (min-width:992px) {
    .error404__content {
        margin-left: 0 !important;
        width: 80% !important
    }
}

.error404__content-title {
    line-height: .95;
    margin-bottom: 50px
}

@media (min-width:992px) {
    .error404__content-title {
        width: 80%
    }
}

.error404__image {
    width: 100%;
    height: auto;
    object-fit: cover
}

@media (max-width:991.98px) {
    .error404__image {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .error404__image {
        width: calc(100% + 15px);
        max-width: calc(100% + 15px);
        -webkit-transform: translate(-70px, -60px);
        -ms-transform: translate(-70px, -60px);
        transform: translate(-70px, -60px)
    }
}

.error404__content-logo {
    display: inline-block;
    margin-bottom: 58px
}

.search__result {
    margin-top: 50px
}

@media (max-width:767.98px) {
    .search__result {
        padding-left: 20px;
        padding-right: 20px
    }
}

.content-search__box {
    display: inline-block;
    width: 30%;
    margin-right: 15px
}

@media (max-width:1199.98px) {
    .content-search__box {
        width: 45%
    }
}

@media (max-width:767.98px) {
    .content-search__box {
        width: 100%;
        margin-right: 0
    }
}

.result__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-search__image {
    overflow: hidden;
    display: inline-block
}

.content-search {
    margin-bottom: 80px;
    display: block
}

.content-search img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content-search:active .content-search__title,
.content-search:focus .content-search__title,
.content-search:hover .content-search__title {
    color: #ff0076
}

.content-search:active img,
.content-search:focus img,
.content-search:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.content-search__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
    color: #000;
    opacity: 1;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.page-template-search .cms-content::before,
.page-template-search .noacf-content::before,
.search .cms-content::before,
.search .noacf-content::before {
    display: none !important
}

@media (max-width:767.98px) {
    .custom-page-hero .woocommerce-products-header {
        padding-left: 15px;
        padding-right: 15px
    }
}

.custom-page-hero .woocommerce-products-header a span {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.custom-page-hero .woocommerce-products-header a:active,
.custom-page-hero .woocommerce-products-header a:focus,
.custom-page-hero .woocommerce-products-header a:hover {
    color: #000
}

.custom-page-hero .woocommerce-products-header a:active span,
.custom-page-hero .woocommerce-products-header a:focus span,
.custom-page-hero .woocommerce-products-header a:hover span {
    color: #000 !important
}

.custom-page-hero .cms-content p:first-of-type {
    margin-bottom: 0
}

.custom-page-hero .cms-content p.blog-hero__lead {
    margin-bottom: 20px
}

.custom-page-hero .cms-content em {
    margin-top: 0;
    font-size: var(--font-size-regular);
    text-transform: uppercase;
    color: currentColor;
    font-family: Proxima, sans-serif;
    letter-spacing: .15em;
    line-height: 1.25;
    margin-bottom: .5rem;
    font-weight: 400;
    font-style: normal;
    display: inline-block
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 !important;
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist {
    position: absolute;
    margin: 0;
    top: 16px;
    right: 21px;
    font-size: var(--font-size-regular)
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist img,
.woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist img {
    width: 16px !important
}

.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a {
    position: absolute;
    right: 0;
    top: 20px
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper {
    text-align: center;
    padding: 5px 20px 35px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper .woocommerce-loop-product__title::after,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper .woocommerce-loop-product__title::after {
    content: url(../../dist/images/arrow-pink.svg);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper span.price,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper span.price {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #000
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper span.price .price__variable-from,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper span.price .price__variable-from {
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: var(--font-size-regular)
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper span.price .woocommerce-Price-currencySymbol,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper span.price .woocommerce-Price-currencySymbol {
    font-size: var(--font-size-regular);
    text-transform: uppercase
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper span.price .woocommerce-Price-amount--sale,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper span.price .woocommerce-Price-amount--sale {
    color: #ff0076
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper span.price .woocommerce-Price-amount--regular,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper span.price .woocommerce-Price-amount--regular {
    color: #b5b5b5;
    position: relative
}

.woocommerce ul.products li.product .woocommerce-loop-product__content-wrapper span.price .woocommerce-Price-amount--regular::before,
.woocommerce-page ul.products li.product .woocommerce-loop-product__content-wrapper span.price .woocommerce-Price-amount--regular::before {
    content: '';
    height: 1px;
    background: #000;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-left: 1px solid #fff;
    border-top: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.woocommerce ul.products li.product .woocommerce-loop-product__link .onsale,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link .onsale {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    position: relative;
    background: 0 0;
    padding: 0;
    min-height: unset;
    border-radius: 0;
    min-width: unset;
    height: 0;
    margin: 0;
    width: 100%;
    -webkit-transform: translateY(-78px);
    -ms-transform: translateY(-78px);
    transform: translateY(-78px);
    font-size: 34px;
    font-weight: 700;
    text-transform: lowercase;
    color: #ff0076
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.woocommerce ul.products li.product .woocommerce-loop-product__link::after,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:active,
.woocommerce ul.products li.product .woocommerce-loop-product__link:focus,
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:active,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:focus,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover {
    color: #000
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:active::after,
.woocommerce ul.products li.product .woocommerce-loop-product__link:focus::after,
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover::after,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:active::after,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:focus::after,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover::after {
    opacity: 1
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:active .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__link:focus .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:active .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:focus .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
    -webkit-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transform: translateX(-12px)
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:active .woocommerce-loop-product__title::after,
.woocommerce ul.products li.product .woocommerce-loop-product__link:focus .woocommerce-loop-product__title::after,
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title::after,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:active .woocommerce-loop-product__title::after,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:focus .woocommerce-loop-product__title::after,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title::after {
    -webkit-transform: scale(1) translateX(12px);
    -ms-transform: scale(1) translateX(12px);
    transform: scale(1) translateX(12px)
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button {
    display: none
}

@media (min-width:576px) {

    .woocommerce ul.products li.product:nth-child(-n+2) .woocommerce-loop-product__link,
    .woocommerce-page ul.products li.product:nth-child(-n+2) .woocommerce-loop-product__link {
        border-top: 1px solid #ebebeb
    }

    .woocommerce ul.products li.product:last-child .woocommerce-loop-product__link,
    .woocommerce ul.products li.product:nth-child(2n) .woocommerce-loop-product__link,
    .woocommerce-page ul.products li.product:last-child .woocommerce-loop-product__link,
    .woocommerce-page ul.products li.product:nth-child(2n) .woocommerce-loop-product__link {
        border-right: 1px solid #ebebeb
    }
}

@media (max-width:575.98px) {

    .woocommerce ul.products li.product .woocommerce-loop-product__link,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
        border-right: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb
    }

    .woocommerce ul.products li.product:first-child .woocommerce-loop-product__link,
    .woocommerce-page ul.products li.product:first-child .woocommerce-loop-product__link {
        border-top: 1px solid #ebebeb
    }
}

.shop-page__filter-forms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991.98px) {
    .shop-page__filter-forms .woocommerce-breadcrumb {
        width: 100%
    }
}

@media (min-width:992px) {
    .shop-page__filter-forms .collection_select__wrapper .bootstrap-select {
        margin-right: 8px
    }
}

@media (max-width:991.98px) {
    .shop-page__filter-forms .collection_select__wrapper {
        width: 100%
    }
}

.shop-page__filter-forms .filter-forms__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop-page__filter-forms .woocommerce-ordering {
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .shop-page__filter-forms .woocommerce-ordering {
        width: 100%
    }
}

.shop-page__filter-forms .bootstrap-select {
    height: 48px;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    margin-bottom: 1em
}

.shop-page__filter-forms .bootstrap-select .btn {
    color: #6c757d !important;
    font-size: 16px
}

.shop-page__filter-forms .dropdown-toggle {
    height: 100%
}

.shop-page__filter-forms .dropdown-toggle .filter-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.shop-page__filter-forms .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: left
}

.shop-page__order-form {
    padding-top: 50px
}

@media (min-width:768px) and (max-width:991.98px) {
    .shop-page__order-form {
        padding-left: 30px;
        padding-right: 30px
    }
}

.section-wc-categories {
    padding-top: 36px
}

.section-wc-categories .nav-pills {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce ul.products {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid;
    margin-bottom: 0
}

.woocommerce ul.products::before {
    display: none
}

.woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:991.98px) {
    .woocommerce ul.products.columns-4 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:575.98px) {
    .woocommerce ul.products.columns-4 {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:992px) {
    .woocommerce ul.products.columns-4 li.product:nth-child(-n+4) .woocommerce-loop-product__link {
        border-top: 1px solid #ebebeb
    }

    .woocommerce ul.products.columns-4 li.product:last-child .woocommerce-loop-product__link,
    .woocommerce ul.products.columns-4 li.product:nth-child(2n) .woocommerce-loop-product__link {
        border-right: 1px solid #ebebeb
    }
}

@media (min-width:1200px) {
    .woocommerce ul.products.columns-4 li.product:nth-child(-n+4) .woocommerce-loop-product__link {
        border-top: 1px solid #ebebeb
    }

    .woocommerce ul.products.columns-4 li.product:last-child .woocommerce-loop-product__link,
    .woocommerce ul.products.columns-4 li.product:nth-child(4n) .woocommerce-loop-product__link {
        border-right: 1px solid #ebebeb
    }
}

.woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1199.98px) {
    .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767.98px) {
    .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:575.98px) {
    .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:576px) {
    .woocommerce ul.products.columns-3 li.product:nth-child(-n+2) .woocommerce-loop-product__link {
        border-top: 1px solid #ebebeb
    }

    .woocommerce ul.products.columns-3 li.product:last-child .woocommerce-loop-product__link,
    .woocommerce ul.products.columns-3 li.product:nth-child(2n) .woocommerce-loop-product__link {
        border-right: 1px solid #ebebeb
    }
}

@media (min-width:768px) {
    .woocommerce ul.products.columns-3 li.product:nth-child(-n+3) .woocommerce-loop-product__link {
        border-top: 1px solid #ebebeb
    }

    .woocommerce ul.products.columns-3 li.product:last-child .woocommerce-loop-product__link,
    .woocommerce ul.products.columns-3 li.product:nth-child(3n) .woocommerce-loop-product__link {
        border-right: 1px solid #ebebeb
    }
}

@media (min-width:1200px) {
    .woocommerce ul.products.columns-3 li.product:nth-child(-n+3) .woocommerce-loop-product__link {
        border-top: 1px solid #ebebeb
    }

    .woocommerce ul.products.columns-3 li.product:last-child .woocommerce-loop-product__link,
    .woocommerce ul.products.columns-3 li.product:nth-child(3n) .woocommerce-loop-product__link {
        border-right: 1px solid #ebebeb
    }
}

.woocommerce ul.products.columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:1199.98px) {
    .woocommerce ul.products.columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767.98px) {
    .woocommerce ul.products.columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:575.98px) {
    .woocommerce ul.products.columns-2 {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:576px) {
    .woocommerce ul.products.columns-2 li.product:nth-child(-n+2) .woocommerce-loop-product__link {
        border-top: 1px solid #ebebeb
    }

    .woocommerce ul.products.columns-2 li.product:last-child .woocommerce-loop-product__link,
    .woocommerce ul.products.columns-2 li.product:nth-child(2n) .woocommerce-loop-product__link {
        border-right: 1px solid #ebebeb
    }
}

.bestseller__label {
    text-transform: uppercase;
    display: block;
    color: #ff0076;
    font-size: var(--font-size-regular);
    letter-spacing: .15em;
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.bestseller__label.bestseller__label--fabric {
    display: none
}

.bestseller__label.bestseller__label--fabric.active {
    display: block
}

.entry-summary .bestseller__label {
    margin-top: 10px
}

.archive.woocommerce-page .site-main .woocommerce-info {
    margin-top: 50px
}

.woo-product__wrapper {
    overflow: hidden
}

.woocommerce button.button.added::after {
    content: none
}

.woocommerce a.added_to_cart {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding: 18px 35px;
    color: #ff0076;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border: none;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

@media (min-width:992px) {
    .woocommerce a.added_to_cart {
        display: none
    }
}

.woocommerce a.added_to_cart::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: "";
    pointer-events: none
}

.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart:hover {
    color: #fff !important;
    background: #ff0076 !important
}

.woocommerce a.added_to_cart.added_to_cart--mobile {
    display: none !important;
    width: 100%;
    margin: 30px 15px 0
}

@media (max-width:767.98px) {
    .woocommerce a.added_to_cart.added_to_cart--mobile {
        display: block
    }
}

.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.product .single_add_to_cart_button {
    width: 100%;
    margin-bottom: 40px !important
}

@media (min-width:992px) {
    .product .single_add_to_cart_button {
        width: 480px;
        max-width: calc(100% - 20px)
    }
}

.product .quantity {
    display: none !important
}

.product .product__delivery-info {
    display: none
}

@media (min-width:992px) {
    .product .woocommerce-variation-price {
        width: 480px;
        max-width: 100%
    }
}

.product .woocommerce-variation-price .woocs_price_code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    margin-bottom: 15px
}

.product .woocommerce-variation-price .woocs_price_code ins {
    text-decoration: none
}

.product .woocommerce-variation-price .woocs_price_code ins span {
    color: #ff0076 !important
}

.product .woocommerce-variation-price .woocs_price_code del {
    margin-left: 5px;
    color: #000;
    text-decoration: line-through;
    opacity: 1 !important
}

.product .woocommerce-variation-price .woocs_price_code del span {
    color: #000
}

.product .woocommerce-variation-price .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product .woocommerce-variation-price .product__delivery-info {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 165px;
    font-size: var(--font-size-regular);
    text-transform: uppercase
}

.product .woocommerce-variation-price .product__delivery-info-icon {
    margin-right: 10px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.product .additional-product-info {
    padding-left: 0;
    font-size: var(--font-size-regular);
    list-style-type: none
}

@media (min-width:992px) {
    .product .additional-product-info {
        padding-right: 20px
    }
}

.product .additional-product-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px
}

.product .additional-product-info li svg {
    width: 30px
}

.product .additional-product-info li span {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px
}

.product .woo-variation-product-gallery {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    float: none;
    max-width: 100% !important
}

@media (max-width:767.98px) {
    .product .woo-variation-product-gallery {
        width: 100%;
        width: calc(100vw - 30px) !important;
        margin-bottom: 0 !important
    }
}

.product .product__data {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    float: none !important;
    width: 100%;
    margin: auto;
    margin-bottom: 150px
}

@media (min-width:992px) {
    .product .product__data {
        margin-top: -235px
    }
}

@media (max-width:991.98px) {
    .product .product__data {
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .product .product__data {
        max-width: 100% !important
    }
}

@media (max-width:767.98px) {
    .product .product__data {
        padding: 0
    }
}

.product .product__data .data__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 60px 35px 15px;
    font-weight: 300
}

@media (max-width:1199.98px) {
    .product .product__data .data__item {
        padding: 0 15px 35px 15px
    }
}

@media (max-width:991.98px) {
    .product .product__data .data__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:767.98px) {
    .product .product__data .data__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px 60px 15px
    }
}

.product .product__data .data__item>h3 {
    margin-bottom: 30px
}

.product .product__data .data__item table {
    margin-top: 25px
}

.product .product__data .data__item table th {
    font-weight: 400;
    font-size: 18px
}

.product .product__data .data__item table tbody {
    font-weight: 300
}

.product .product__data .data__item table tbody tr {
    border-bottom: 1px solid #ebebeb
}

.product .product__data .data__item table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px
}

.product .product__data .data__item table tbody tr td:first-child {
    padding-right: 40px
}

.product .product__data .data__item table tbody tr td:last-child {
    padding-left: 30px;
    font-weight: 600
}

.product .product__data .data__item .data__item__link {
    display: inline-block;
    margin-top: 36px;
    color: #ff0076;
    font-weight: 400;
    font-size: var(--font-size-small);
    text-transform: uppercase
}

.product .product__data .data__item .data__item__link svg {
    margin-right: 12px
}

.product .product__data .data__item .data__item__link:active,
.product .product__data .data__item .data__item__link:focus,
.product .product__data .data__item .data__item__link:hover {
    color: #000
}

.product .product__data .data__item .data__item__info {
    margin-top: 20px
}

.product .product__data .data__item .data__item__info svg {
    margin-right: 12px
}

@media (min-width:768px) {
    .product .product__data {
        max-width: 720px !important
    }
}

@media (min-width:992px) {
    .product .product__data {
        max-width: 960px !important
    }
}

@media (min-width:1200px) {
    .product .product__data {
        max-width: 1140px !important
    }
}

.text_image__content-attr-list--sample {
    display: none
}

.text_image__content-attr-list--sample.active {
    display: block
}

@media (min-width:992px) {
    .variations {
        max-width: 410px;
        padding-right: 20px
    }
}

@media (min-width:1600px) {
    .variations {
        max-width: 520px
    }
}

.variations .variation-radios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.variations .variation-radios .variation-subgroup__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 27px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .87);
    font-size: var(--font-size-small);
    text-transform: uppercase
}

.variations .variation-radios>.variation-radio {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.variations .variation-radios>.variation-radio label {
    position: relative;
    margin-bottom: 0
}

.variations .variation-radios>.variation-radio:not(.child) {
    margin-bottom: 10px
}

.variations .variation-radios>.variation-radio:not(.child) label {
    padding-left: 35px;
    font-weight: 400 !important;
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase
}

.variations .variation-radios>.variation-radio:not(.child) label:after,
.variations .variation-radios>.variation-radio:not(.child) label:before {
    border-radius: 100%
}

.variations .variation-radios>.variation-radio:not(.child) label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    content: ""
}

.variations .variation-radios>.variation-radio:not(.child) label:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 0;
    content: ""
}

.variations .variation-radios>.variation-radio:not(.child) input:checked+label:after {
    opacity: 1
}

.variations .variation-radios>.variation-radio.child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42px;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    max-width: 42px;
    height: 42px;
    margin-right: 4px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (min-width:1600px) {
    .variations .variation-radios>.variation-radio.child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54px;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        max-width: 54px;
        height: 54px
    }
}

.variations .variation-radios>.variation-radio.child img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 100%
}

@media (min-width:1600px) {
    .variations .variation-radios>.variation-radio.child img {
        width: 48px;
        height: 48px
    }
}

.variations .variation-radios>.variation-radio.child:hover {
    border: 1px solid #d5d5d5
}

.variations .variation-radios>.variation-radio.child label {
    position: relative;
    margin-bottom: 0
}

.variations .variation-radios>.variation-radio.child input:checked+label:before {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: #ff0076;
    border-radius: 100%;
    content: ""
}

.variations .variation-radios>.variation-radio.child input:checked+label:after {
    position: absolute;
    top: -6px;
    right: -3px;
    z-index: 1;
    display: inline-block;
    width: 5px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""
}

.variations .variation-group {
    width: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 #efefef
}

.variations .variation-group::-webkit-scrollbar {
    width: .5em;
    height: 8px;
    -webkit-appearance: none
}

.variations .variation-group::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 25px
}

.variations .variation-group::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 25px
}

.variations .variation-group>select {
    display: none !important
}

.variations .variation-group:first-child {
    height: 275px;
    overflow: auto
}

@media (max-width:991.98px) {
    .variations .variation-group:first-child {
        height: auto !important
    }
}

.variations .variation-group.variation-needs-selection .variation-radio label:after {
    background: #fff
}

.variations .variation-group.variation-needs-selection.has-error .variation-subgroup__name {
    color: red
}

.variations .variation-group.variation-needs-selection.has-error .variation-radio label:before {
    border-color: red
}

.fabric-info h3 {
    margin-bottom: 30px
}

.fabric-info .marks {
    margin-top: 10px
}

.fabric-info .marks>button {
    display: none;
    margin-top: 15px;
    margin-right: 15px;
    padding: 0;
    background: 0 0;
    border: 0
}

.fabric-info .marks>button span {
    display: none
}

.fabric-info .marks>button[data-active="1"] {
    display: inline-block
}

.fabric-info .properties {
    margin: 30px 0
}

.fabric-info .properties>div {
    display: none;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.fabric-info .properties>div[data-active="1"] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.fabric-info .properties>div .item__title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35%;
    font-weight: 400
}

.fabric-info .properties>div .item__value {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 55%;
    margin-left: auto;
    font-weight: 600
}

.custom-product__cross-sells {
    position: relative
}

.custom-product__cross-sells .woocommerce-loop-product__link {
    background: #fff
}

.custom-product__cross-sells::before {
    position: absolute;
    top: -15rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% + 30rem);
    background: #fff;
    background: -webkit-linear-gradient(bottom, #fff 0, rgba(215, 219, 226, .2) 50%, #fff 100%);
    background: linear-gradient(0deg, #fff 0, rgba(215, 219, 226, .2) 50%, #fff 100%);
    content: "";
    pointer-events: none
}

.cross-sells__header {
    margin-bottom: 36px;
    text-align: center
}

@media (max-width:767.98px) {
    .cross-sells__header {
        padding-right: 30px;
        padding-left: 30px
    }
}

.product .product_title {
    position: relative;
    font-weight: 400
}

@media (min-width:992px) {
    .product .product_title {
        padding-right: 20px
    }
}

.product .product_title strong {
    font-weight: 700
}

.product .product_title .product_selected_variations {
    display: block;
    font-weight: 700;
    text-transform: capitalize
}

@media (max-width:991.98px) {
    .product .product_title {
        margin-bottom: 16px
    }
}

.product .product_title::after {
    display: block;
    width: calc(100% + 90px);
    height: 1px;
    margin-top: 15px;
    background: #ebebeb;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    content: ""
}

@media (max-width:991.98px) {
    .product .product_title::after {
        display: none
    }
}

.product .product_slider-summary__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

@media (max-width:767.98px) {
    .product .product_slider-summary__wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.product .product_slider-summary__wrapper>div {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%
}

@media (max-width:767.98px) {
    .product .product_slider-summary__wrapper>div {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product .product_slider-summary__wrapper .float-mode {
    padding-top: 15px;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch
}

.product .variation--fixed {
    position: fixed;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0 15px;
    background: #fff
}

.product .variation--fixed .product__delivery-info {
    display: none !important
}

.product .product_info_mobile {
    display: none !important
}

@media (max-width:767.98px) {
    .product .product_info_mobile {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 5px 0 0 0;
        padding: 0 15px
    }
}

.product .product_info_mobile .product_selected_variations {
    width: 50%;
    font-weight: 700;
    font-size: 12px
}

.product .product_info_mobile .product_selected_variations>span {
    display: block;
    font-weight: 400
}

.product .product_info_mobile .section-fabrics__variations {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.product .product_info_mobile .price__mobile {
    width: 50%
}

.product .product_info_mobile .price__mobile>div .woocommerce-variation-price {
    margin-top: 0
}

.product .product_info_mobile .price__mobile>div .price {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product .product_info_mobile .price__mobile>div .woocs_price_code {
    margin-right: 0;
    margin-bottom: 0
}

.product .product_info_mobile .single_add_to_cart_button__mobile {
    width: 100%
}

.product .product_info_mobile .product__delivery-info--mobile-only {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

.product .product_info_mobile .product__delivery-info--mobile-only .product__delivery-info-icon {
    margin-right: 10px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.product .product_info_mobile .product__delivery-info--mobile-only svg {
    width: 13px;
    height: 13px
}

.product .product_entry_content__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

@media (max-width:991.98px) {
    .product .product_entry_content__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product .product_entry_content__wrapper .product__slider-col {
    position: relative;
    width: auto
}

@media (min-width:992px) {
    .product .product_entry_content__wrapper .product__slider-col {
        margin-bottom: 250px
    }
}

@media (max-width:991.98px) {
    .product .product_entry_content__wrapper .product__slider-col {
        width: 100%;
        max-width: 100%
    }
}

.product .product_entry_content__wrapper .product__slider-col .container--half {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) and (max-width:767.98px) {
    .product .product_entry_content__wrapper .product__slider-col .container--half {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .product .product_entry_content__wrapper .product__slider-col .container--half {
        max-width: 720px;
        margin-right: 0;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .product .product_entry_content__wrapper .product__slider-col .container--half {
        max-width: calc(calc(960px / 1.5) - 30px);
        margin-right: 15px
    }
}

@media (min-width:1200px) {
    .product .product_entry_content__wrapper .product__slider-col .container--half {
        max-width: calc(calc(1140px / 1.5) - 15px);
        margin-right: 15px
    }
}

.product .product_entry_content__wrapper .summary.entry-summary {
    z-index: 3;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    float: unset !important;
    width: 100% !important;
    max-width: unset !important;
    margin: 0;
    padding-right: 40px;
    padding-left: 30px;
    -webkit-box-flex: unset
}

@media (min-width:576px) and (max-width:767.98px) {
    .product .product_entry_content__wrapper .summary.entry-summary {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .product .product_entry_content__wrapper .summary.entry-summary {
        max-width: 720px
    }
}

@media (max-width:991.98px) {
    .product .product_entry_content__wrapper .summary.entry-summary {
        padding-right: 35px;
        padding-left: 35px
    }
}

@media (max-width:767.98px) {
    .product .product_entry_content__wrapper .summary.entry-summary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .product .product_entry_content__wrapper .summary.entry-summary {
        width: calc(50% - 160px) !important
    }
}

@media (min-width:1200px) {
    .product .product_entry_content__wrapper .summary.entry-summary {
        width: calc(50% - 190px) !important
    }
}

.product .product_entry_content__wrapper .summary.entry-summary .product__delivery-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.98px) {
    .product .product_entry_content__wrapper .summary.entry-summary.entry-summary--desktop .product_title.entry-title {
        display: block !important;
        margin-top: 10px !important;
        /* Dodaje odstęp od góry */
    }
}


@media (max-width:767.98px) {
    .product .product_entry_content__wrapper .summary.entry-summary .single_variation_wrap .single_variation {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .product .product_entry_content__wrapper .summary.entry-summary .single_variation_wrap .variations_button {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .product .product_entry_content__wrapper .summary.entry-summary .product_selected_variations {
        display: none !important
    }
}

.product .woocommerce-variation-price {
    margin-top: 40px
}

.product .woocommerce-variation-price span {
    color: #000;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    text-transform: none
}

@media (max-width:1199.98px) {
    .product .woocommerce-variation-price span {
        font-size: 34px
    }
}

@media (max-width:575.98px) {
    .product .woocommerce-variation-price span {
        font-size: 34px
    }
}

.product .woocommerce-variation-price .woocommerce-Price-currencySymbol {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: none
}

@media (max-width:1199.98px) {
    .product .woocommerce-variation-price .woocommerce-Price-currencySymbol {
        font-size: 24px
    }
}

@media (max-width:575.98px) {
    .product .woocommerce-variation-price .woocommerce-Price-currencySymbol {
        font-size: 24px
    }
}

.single_variation_wrap {
    position: relative;
    top: 0;
    background: #fff
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single_variation_wrap .woocommerce-variation-add-to-cart .additional-product-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 36px
}

.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.single_variation_wrap span.onsale {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    min-width: unset;
    min-height: unset;
    margin: 0;
    margin-bottom: -40px;
    padding: 0;
    color: #ff0076;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    text-align: left;
    text-transform: lowercase;
    background: 0 0;
    border-radius: 0
}

.wvg-gallery-thumbnail-image img {
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14)
}

@media (max-width:767.98px) {
    .wvg-gallery-thumbnail-image {
        position: relative;
        width: 7px !important;
        width: 10px !important;
        height: 7px;
        height: 10px !important;
        margin: 0 7px;
        margin-bottom: 0 !important;
        border: 1px solid;
        border-radius: 100%;
        opacity: 1 !important
    }

    .wvg-gallery-thumbnail-image.current-thumbnail {
        background-color: #000
    }

    .wvg-gallery-thumbnail-image img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 10px !important;
        max-width: 10px !important;
        height: 10px !important;
        opacity: 0
    }
}

@media (max-width:767.98px) {
    .woo-variation-gallery-thumbnail-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }
}

.woo-variation-gallery-thumbnail-wrapper {
    overflow: visible
}

@media only screen and (max-width:767px) {
    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.wvg-gallery-thumbnail-image {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:768px) {

    .wvg-gallery-thumbnail-image:active,
    .wvg-gallery-thumbnail-image:focus,
    .wvg-gallery-thumbnail-image:hover {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@media (min-width:992px) {
    .product .woo-variation-product-gallery {
        min-height: 500px
    }
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img:not(.zoomImg) {
    border-radius: 6px
}

@media (max-width:767.98px) {
    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img:not(.zoomImg) {
        max-height: 30vh !important;
        object-fit: cover
    }

    .product--sample .woo-variation-gallery-wrapper .woo-variation-gallery-slider img:not(.zoomImg) {
        max-height: 25vh !important
    }
}

.slick-slider {
    -ms-touch-action: inherit;
    touch-action: inherit
}

.wvg-gallery-image {
    border-radius: 6px
}

.wvg-gallery-image:hover {
    cursor: none
}

.zoom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, .65);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    pointer-events: none
}

.zoom-cursor.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

@media (max-width:767.98px) {
    .zoom-cursor {
        display: none
    }
}

.product__wishlist-button {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 2
}

.product__wishlist-button img {
    width: 16px
}

.free-sample .variation-group,
.product_cat-fabric-per-meter .variation-group {
    height: 160px !important
}

@media (max-width:991.98px) {

    .free-sample .variation-group,
    .product_cat-fabric-per-meter .variation-group {
        height: auto !important
    }
}

.free-sample .product__data,
.product_cat-fabric-per-meter .product__data {
    z-index: 2;
    margin-top: 0
}

.free-sample .fabric-sample-button,
.product_cat-fabric-per-meter .fabric-sample-button {
    width: 100%;
    margin-bottom: 10px !important
}

@media (min-width:992px) {

    .free-sample .fabric-sample-button:not(.fabric-sample-button--add-to-cart),
    .product_cat-fabric-per-meter .fabric-sample-button:not(.fabric-sample-button--add-to-cart) {
        width: 480px;
        max-width: calc(100% - 20px)
    }
}

@media (min-width:992px) {

    .free-sample .fabric-sample-button.fabric-sample-button--add-to-cart,
    .product_cat-fabric-per-meter .fabric-sample-button.fabric-sample-button--add-to-cart {
        max-width: 480px
    }
}

.free-sample .single_add_to_cart_button,
.product_cat-fabric-per-meter .single_add_to_cart_button {
    margin-bottom: 25px !important
}

.free-sample .btn-text,
.product_cat-fabric-per-meter .btn-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px !important;
    color: #ff0076;
    font-size: var(--font-size-small);
    text-align: center;
    text-transform: uppercase
}

@media (min-width:992px) {

    .free-sample .btn-text,
    .product_cat-fabric-per-meter .btn-text {
        width: 480px;
        max-width: calc(100% - 20px)
    }
}

.free-sample .btn-text:active,
.free-sample .btn-text:focus,
.free-sample .btn-text:hover,
.product_cat-fabric-per-meter .btn-text:active,
.product_cat-fabric-per-meter .btn-text:focus,
.product_cat-fabric-per-meter .btn-text:hover {
    color: #000
}

.free-sample .single_variation_wrap,
.product_cat-fabric-per-meter .single_variation_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.free-sample .woocommerce-variation,
.product_cat-fabric-per-meter .woocommerce-variation {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
    font-weight: 300;
    font-size: 16px
}

@media (min-width:992px) {

    .free-sample .woocommerce-variation,
    .product_cat-fabric-per-meter .woocommerce-variation {
        max-width: 340px;
        margin-top: 0
    }
}

.free-sample .product__data .data__item,
.product_cat-fabric-per-meter .product__data .data__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    padding: 0
}

.free-sample .product__data .data__item:first-child,
.product_cat-fabric-per-meter .product__data .data__item:first-child {
    display: none
}

@media (min-width:992px) {

    .free-sample .product__data .data__item,
    .product_cat-fabric-per-meter .product__data .data__item {
        max-width: 340px
    }
}

.free-sample .product__data .fabric-info h3 br,
.product_cat-fabric-per-meter .product__data .fabric-info h3 br {
    display: none
}

.free-sample table.shop_attributes,
.product_cat-fabric-per-meter table.shop_attributes {
    display: none
}

.free-sample .woocommerce-variation-add-to-cart,
.product_cat-fabric-per-meter .woocommerce-variation-add-to-cart {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.free-sample .fabric__contact,
.product_cat-fabric-per-meter .fabric__contact {
    font-size: 13px
}

.free-sample .fabric__contact .btn-text,
.product_cat-fabric-per-meter .fabric__contact .btn-text {
    display: inline-block;
    width: auto
}

.fabric-covers-search {
    margin-top: 20px
}

.free-sample .variation-group {
    margin-bottom: 40px
}

.free-sample .variation-group:first-child {
    height: 275px !important;
    overflow: auto
}

@media (max-width:991.98px) {
    .free-sample .variation-group:first-child {
        height: auto !important
    }
}

.free-sample .product .product_title::after {
    content: none
}

.product_cat-fabric-per-meter .product_title::after {
    content: none
}

@media (max-width:767.98px) {
    span.section-fabrics__variations {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.variations_form.cart .product_selected_variations--mobile {
    display: none;
    font-weight: 700;
    font-size: var(--font-size-regular);
    line-height: 1
}

.variations_form.cart .product_selected_variations--mobile span {
    display: block;
    font-weight: 400
}

.variations_form.cart .additional-product-info--mobile-only,
.variations_form.cart .product__delivery-info--mobile-only {
    display: none !important
}

@media (max-width:991.98px) {
    .variations_form.cart {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .variations_form.cart .product_selected_variations--mobile {
        position: static;
        display: block;
        float: left;
        width: 50%;
        height: 0;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }

    .variations_form.cart .onsale {
        display: block;
        display: none;
        width: 100%;
        height: 0;
        margin-bottom: 0;
        font-size: 24px;
        text-align: right;
        -webkit-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        transform: translateY(-24px)
    }

    .variations_form.cart .woocommerce-variation-availability+p {
        width: 50%;
        min-height: 45px;
        margin-left: auto;
        font-size: var(--font-size-regular)
    }

    .variations_form.cart .woocommerce-variation-price {
        margin-top: 0
    }

    .variations_form.cart .woocommerce-variation-price .price {
        display: block
    }

    .variations_form.cart .woocommerce-variation-price .woocs_price_code {
        margin: 0
    }

    .variations_form.cart .woocommerce-variation-price .product__delivery-info {
        display: none !important;
        width: 100%
    }

    .variations_form.cart .product__delivery-info--mobile-only {
        display: block !important;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        font-weight: 700;
        font-size: var(--font-size-regular);
        text-align: center;
        text-transform: uppercase
    }

    .variations_form.cart .product__delivery-info--mobile-only .product__delivery-info-icon {
        margin-right: 10px;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .variations_form.cart .product__delivery-info--mobile-only .product__delivery-info-icon svg {
        width: 13px;
        height: 13px
    }

    .variations_form.cart .single_add_to_cart_button {
        margin-bottom: 20px !important
    }

    .variations_form.cart .variations {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .variations_form.cart .single_variation_wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .variations_form.cart .additional-product-info {
        display: none
    }

    .variations_form.cart .additional-product-info.additional-product-info--mobile-only {
        display: block !important;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
}

.single-product .text_video__content-wysiwyg {
    padding-bottom: 0 !important
}

.single-product .text_video__content-wysiwyg .cms-content {
    margin-bottom: 0
}

@media (max-width:767.98px) {

    .woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container.preload-style-blur .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container.preload-style-blur .woo-variation-gallery-thumbnail-wrapper {
        opacity: 0
    }

    .woo-variation-gallery-wrapper.woo-variation-gallery-thumbnail-position-left .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-wrapper.woo-variation-gallery-thumbnail-position-left .woo-variation-gallery-thumbnail-wrapper {
        opacity: 0
    }
}

.product_cat-fabric-per-meter .product_selected_variations--mobile {
    min-height: 34px
}

.product_cat-fabric-per-meter .single_variation__mobile {
    margin-top: 0
}

div.additional_product_title {
    width: 100%;
    color: #ff0076;
    font-size: 16px;
    text-transform: uppercase
}

@media (min-width:576px) {
    div.additional_product_title {
        display: none
    }
}

span.additional_product_title {
    color: #ff0076;
    font-size: 16px;
    text-transform: uppercase
}

.free-sample .price {
    display: none !important
}

@media only screen and (max-width:767px) {
    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image {
        width: 10px !important
    }

    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide {
        width: 24px !important
    }

    .woo-variation-gallery-thumbnail-wrapper .slick-track {
        width: 100% !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .woo-variation-gallery-thumbnail-wrapper .slick-cloned {
        display: none !important
    }

    .slick-current .wvg-gallery-thumbnail-image {
        background: #000
    }

    .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail div:after {
        display: none !important
    }

    .woo-variation-gallery-thumbnail-wrapper .slick-slide>div {
        width: 10px !important;
        height: 10px !important
    }

    .woo-product__wrapper.woo-product__wrapper--mobile .woo-variation-gallery-wrapper .woo-variation-gallery-slider img:not(.zoomImg) {
        max-height: 35vh !important;
        object-fit: contain !important
    }

    .single-product span.additional_product_title {
        display: none
    }

    .product.product_cat-fabric-per-meter .product_entry_content__wrapper .summary.entry-summary .product_selected_variations.d-inline-block,
    .product.product_cat-samples .product_entry_content__wrapper .summary.entry-summary .product_selected_variations.d-inline-block {
        display: inline-block !important
    }
}

.variation-selection-validation {
    opacity: 0
}

.variation-selection-validation p {
    margin-bottom: 0;
    color: red;
    font-size: 14px
}

.variation-selection-validation.visible {
    opacity: 1
}

.product__delivery-info,
.woocs_price_code {
    margin: 0 !important
}

.woocommerce-variation-description {
    color: #e72577;
    font-weight: 700
}

.product_cat-fabric-per-meter .woocommerce-variation-description,
.product_cat-samples .woocommerce-variation-description {
    color: #000;
    font-weight: 300
}

.woocommerce-variation-description.mobile {
    text-align: right
}

.woocommerce-variation-description p {
    margin-bottom: 0 !important
}

.pswp__caption {
    display: none !important
}

@media (min-width:992px) {
    .woocommerce-cart-form {
        margin-right: 50px
    }
}

@media (max-width:767.98px) {
    .woocommerce-cart-form {
        padding-right: 20px;
        padding-left: 20px
    }
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item:not(:first-child) {
    padding-top: 60px
}

.woocommerce-cart-form .product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.woocommerce-cart-form .product-details dl.variation {
    display: none
}

.woocommerce-cart-form .product-name {
    margin-left: 30px
}

.woocommerce-cart-form .product-name span {
    display: block;
    font-size: var(--font-size-regular)
}

.woocommerce-cart-form .product-name .product_name__fabric {
    text-transform: capitalize
}

.woocommerce-cart-form .product-name .product_name__main {
    margin-bottom: 16px;
    font-size: 18px
}

.woocommerce-cart-form .product-name .product_name__main strong {
    text-transform: capitalize
}

.woocommerce-cart-form .product-management {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 180px
}

@media (max-width:767.98px) {
    .woocommerce-cart-form .product-management {
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-left: 0
    }

    .woocommerce-cart-form .product-management .product-quantity,
    .woocommerce-cart-form .product-management .product-remove,
    .woocommerce-cart-form .product-management .product-subtotal {
        width: 100%
    }

    .woocommerce-cart-form .product-management .product-subtotal {
        text-align: right
    }

    .woocommerce-cart-form .product-management .product-remove {
        position: absolute;
        bottom: 5px;
        left: 0;
        z-index: 2;
        width: auto
    }

    .woocommerce-cart-form .product-management .product-remove a.remove {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .woocommerce-cart-form .product-management a.remove {
        font-size: 14px
    }
}

.woocommerce-cart-form a.remove {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 40px;
    color: #000 !important;
    font-weight: 400;
    font-size: var(--font-size-small);
    text-transform: uppercase;
    background: 0 0 !important
}

.woocommerce-cart-form a.remove:active,
.woocommerce-cart-form a.remove:focus,
.woocommerce-cart-form a.remove:hover {
    color: #ff0076 !important
}

.woocommerce-cart-form .product-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce-cart-form .product-quantity .product-quantity__title {
    margin-right: 20px;
    font-size: var(--font-size-regular);
    letter-spacing: .15em;
    text-transform: uppercase
}

.woocommerce-cart-form .qty-input-wrapper input {
    max-width: 32px;
    font-weight: 700;
    font-size: 18px;
    background: 0 0;
    border: none
}

.woocommerce-cart-form .qty-input-wrapper .qty-change {
    background: 0 0;
    border: 0
}

@media (max-width:991.98px) {
    .woocommerce-cart-form .qty-input-wrapper .qty-change {
        width: 45px;
        height: 45px;
        margin: 0 5px 0;
        padding: 0;
        border-radius: 100%;
        box-shadow: 0 8px 25px rgba(53, 61, 72, .14)
    }

    .woocommerce-cart-form .qty-input-wrapper .qty-change svg {
        width: 12px;
        height: 12px;
        -webkit-transform: translate(0, -1px);
        -ms-transform: translate(0, -1px);
        transform: translate(0, -1px)
    }
}

.woocommerce-cart-form .product-subtotal {
    position: relative;
    margin-left: auto;
    font-weight: 700;
    font-size: 24px
}

.woocommerce-cart-form .product-subtotal .woocommerce_cart_item_price-discount {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 16px;
    text-decoration: line-through;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.woocommerce-cart-form .product-subtotal .woocommerce_cart_item_price-discount-total bdi {
    color: #ff0076
}

.woocommerce-cart-form .product-subtotal .woocommerce_cart_item_price-discount-total bdi span {
    color: #000
}

@media (max-width:767.98px) {
    .woocommerce-cart-form .product-subtotal {
        margin-top: 40px
    }
}

@media (max-width:991.98px) {
    .woocommerce .cart-collaterals {
        margin-top: 50px
    }
}

.woocommerce .cart-collaterals .cart-custom-coupon-wrapper {
    margin-bottom: 20px
}

.woocommerce .cart-collaterals .cart-custom-coupon-wrapper .custom-coupon-btn {
    margin-left: 20px
}

@media (max-width:767.98px) {
    .woocommerce .cart-collaterals .cart-custom-coupon-wrapper {
        padding-right: 20px;
        padding-left: 20px
    }
}

.woocommerce .cart-collaterals .form-wrap--checkbox {
    width: 100%;
    margin-bottom: 20px;
    font-size: var(--font-size-regular);
    letter-spacing: .05em;
    text-transform: uppercase
}

.woocommerce .cart-collaterals .form-wrap--checkbox label {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.woocommerce .cart-collaterals .form-wrap--checkbox input {
    margin-right: 20px
}

.woocommerce .cart-collaterals .collapse {
    width: 100%
}

.woocommerce .cart-collaterals .custom_coupon__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px
}

@media (max-width:767.98px) {
    .woocommerce .cart-collaterals .custom_coupon__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
        padding-left: 0
    }

    .woocommerce .cart-collaterals .custom_coupon__wrapper .form-row {
        width: 100%
    }

    .woocommerce .cart-collaterals .custom_coupon__wrapper input {
        width: 100%;
        margin-bottom: 15px
    }
}

.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals .shop_table {
    margin-top: 40px;
    border: 0
}

.woocommerce .cart-collaterals .cart_totals .shop_table th {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-weight: 400;
    font-size: 16px
}

.woocommerce .cart-collaterals .cart_totals .shop_table td {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: right
}

@media (max-width:767.98px) {
    .woocommerce .cart-collaterals .cart_totals .shop_table td {
        padding: 20px;
        background: #fff
    }
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    width: 100%
}

.woocommerce .cart-collaterals .cart-discount {
    position: relative
}

.woocommerce .cart-collaterals .cart-discount .cart-discount__amount {
    display: inline-block;
    margin-right: 12px;
    color: #ff0076
}

.woocommerce .cart-collaterals .cart-discount .woocommerce-remove-coupon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: var(--font-size-small)
}

@media (max-width:767.98px) {
    .woocommerce .cart-collaterals .cart_totals__total-price {
        padding-right: 20px;
        padding-left: 20px
    }
}

.woocommerce .cart-collaterals .cart_totals__total-price .order-total {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 20px
}

.woocommerce .cart-collaterals .cart_totals__total-price .order-total .woocommerce-Price-amount {
    color: #ff0076
}

.woocommerce .cart-collaterals .cart_totals__total-price .order-total .disount_value .woocommerce-Price-amount {
    color: #000
}

.woocommerce .cart-collaterals .cart_totals__total-price .order-total .woocommerce-Price-currencySymbol {
    color: #000
}

.woocommerce .cart-collaterals .cart_totals__total-price .order-total .disount_value {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 16px;
    text-decoration: line-through;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.woocommerce .cart-collaterals .cart_totals__total-price .order-total .disount_value a {
    display: none
}

@media (max-width:991.98px) {

    .cart .cart-form__col,
    .cart .cart-title__col {
        background: #fff
    }

    .cart .woocommerce_cart_wrapper_main {
        overflow: hidden
    }

    .cart .cart-collaterals__col {
        position: relative
    }

    .cart .cart-collaterals__col::before {
        position: absolute;
        bottom: -65px;
        left: -50vw;
        width: 150vw;
        height: calc(100% + 65px);
        background: rgba(215, 219, 226, .2);
        content: ""
    }

    .cart .custom-product__cross-sells {
        background: rgba(215, 219, 226, .2)
    }

    .cart .shop_table td {
        background: 0 0 !important
    }

    .cart .cart-collaterals .form-wrap--checkbox label {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cart .cart-collaterals .form-wrap--checkbox label span {
        margin: 0
    }

    .cart .cart-collaterals .form-wrap--checkbox input {
        width: 30px !important;
        height: 30px !important
    }

    .cart .cart-collaterals .form-wrap--checkbox input::before {
        width: 11px;
        height: 22px;
        -webkit-transform: translateX(10px) translateY(2px) rotate(45deg) !important;
        -ms-transform: translateX(10px) translateY(2px) rotate(45deg) !important;
        transform: translateX(10px) translateY(2px) rotate(45deg) !important
    }

    .cart .custom-coupon-btn {
        margin-left: 0
    }
}

.woocommerce_cart_wrapper_main {
    position: relative
}

.woocommerce_cart_wrapper_main::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 38%;
    height: 100%;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #fff 0, #d7dbe2 50%, #fff 100%);
    background: linear-gradient(0deg, #fff 0, #d7dbe2 50%, #fff 100%);
    opacity: .2;
    content: "";
    pointer-events: none
}

@media (max-width:991.98px) {
    .woocommerce_cart_wrapper_main::before {
        content: none
    }
}

@media (min-width:1600px) {
    .woocommerce_cart_wrapper_main::before {
        width: 42%
    }
}

@media (min-width:2500px) {
    .woocommerce_cart_wrapper_main::before {
        width: 44%
    }
}

.widget_shopping_cart_content {
    padding-bottom: 40px;
    border-radius: 6px
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
    color: #fff !important;
    background: #ff0076 !important
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:active,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:focus,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:hover {
    color: #ff0076 !important;
    background: #fff !important
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .widget-cart-button {
    color: #ff0076 !important;
    background: #fff !important
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .widget-cart-button:active,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .widget-cart-button:focus,
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .widget-cart-button:hover {
    color: #fff !important;
    background: #ff0076 !important
}

.widget_shopping_cart_content ul.woocommerce-mini-cart {
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.widget_shopping_cart_content .product-management {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 24px
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-weight: 700;
    font-size: 24px
}

.widget_shopping_cart_content .woocommerce-mini-cart .product-quantity {
    margin-top: 10px
}

.widget_shopping_cart_content .woocommerce-mini-cart .product-quantity .quantity {
    margin-top: 0
}

.widget_shopping_cart_content .woocommerce-mini-cart .product-quantity .product-quantity__title {
    margin-right: 10px
}

.widget_shopping_cart_content .woocommerce-mini-cart .product-quantity .quantity {
    white-space: nowrap
}

.widget_shopping_cart_content .woocommerce-mini-cart .product-quantity .qty-input-wrapper input {
    text-align: center
}

.widget_shopping_cart_content .woocommerce-mini-cart-item {
    width: 100%;
    padding-top: 0 !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .product-details {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .product-name {
    width: calc(100% - 125px);
    padding-top: 15px
}

.widget_shopping_cart_content .woocommerce-mini-cart-item dl.variation {
    display: none
}

.widget_shopping_cart_content .woocommerce-mini-cart-item:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, .2)
}

.widget_shopping_cart_content .woocommerce-mini-cart-item img {
    float: unset !important;
    width: 125px !important;
    height: 125px !important;
    margin: 0 !important
}

.widget_shopping_cart_content .product-thumbnail {
    width: 125px !important;
    height: 125px !important
}

.widget_shopping_cart_content .product-thumbnail a {
    width: 125px
}

.widget_shopping_cart_content .quantity {
    display: inline-block !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.widget_shopping_cart_content .quantity .woocommerce-Price-amount {
    margin-left: 15px;
    font-weight: 600;
    font-size: 24px
}

.widget_shopping_cart_content .quantity .woocommerce-Price-amount bdi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px
}

.widget_shopping_cart_content .woocommerce_cart_item_price-discount {
    position: absolute;
    display: inline-block !important;
    font-weight: 700;
    font-size: 16px !important;
    text-decoration: line-through
}

.widget_shopping_cart_content .woocommerce_cart_item_price-discount-total {
    display: inline-block !important;
    font-weight: 600;
    font-size: 17px
}

.widget_shopping_cart_content .woocommerce_cart_item_price-discount-total bdi {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.widget_shopping_cart_content .woocommerce_cart_item_price-discount-total bdi span {
    font-size: var(--font-size-regular)
}

.widget_shopping_cart_content .woocommerce_cart_item_price-discount-total:not(.woocommerce_cart_item_price-discount-total--nosale) bdi {
    color: #ff0076
}

.widget_shopping_cart_content .woocommerce_cart_item_price-discount-total:not(.woocommerce_cart_item_price-discount-total--nosale) bdi span {
    color: #000
}

.widget_shopping_cart_content .product_name__main {
    font-weight: 400;
    font-size: 14px
}

.widget_shopping_cart_content .product_name__fabric,
.widget_shopping_cart_content .product_name__size {
    font-weight: 400;
    font-size: var(--font-size-small)
}

.widget_shopping_cart_content.ajax-added {
    opacity: 0 !important;
    pointer-events: none
}

.fabric-samples {
    position: fixed;
    background-color: #fff;
    color: #000;
    padding: 20px 0;
    text-align: left;
    bottom: 0;
    left: 15px;
    z-index: 1001;
    width: 100%;
    height: 240px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 -7px 16px rgba(53, 61, 72, .51);
    display: inline-block;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media (max-width:991.98px) {
    .fabric-samples {
        height: auto
    }

    .fabric-samples .woocommerce {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 25px
    }
}

@media (max-width:991.98px) and (max-width:767.98px) {
    .fabric-samples .woocommerce {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767.98px) {
    .fabric-samples .button {
        width: 100%
    }
}

.fabric-samples.drawer-toggle {
    -webkit-transform: translateY(190px);
    -ms-transform: translateY(190px);
    transform: translateY(190px)
}

@media (max-width:991.98px) {
    .fabric-samples.drawer-toggle {
        -webkit-transform: translateY(270px);
        -ms-transform: translateY(270px);
        transform: translateY(270px)
    }
}

@media (max-width:767.98px) {
    .fabric-samples.drawer-toggle {
        -webkit-transform: translateY(295px);
        -ms-transform: translateY(295px);
        transform: translateY(295px)
    }
}

@media (max-width:350px) {
    .fabric-samples.drawer-toggle {
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px)
    }
}

.fabric-samples .fabric-samples__col {
    position: relative
}

.fabric-samples .fabric-samples__slide-toggle {
    position: absolute;
    bottom: 2px;
    right: 15px;
    border: 0;
    z-index: 2;
    background: 0 0;
    display: block;
    height: 30px;
    width: 30px;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:992px) {
    .fabric-samples .fabric-samples__slide-toggle {
        bottom: 7px
    }
}

.fabric-samples .fabric-samples__slide-toggle:active,
.fabric-samples .fabric-samples__slide-toggle:focus {
    outline: 0
}

.fabric-samples .fabric-samples__slide-toggle.active {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fabric-samples .text_image__content-attr-list {
    margin-top: 0
}

@media (max-width:991.98px) {
    .fabric-samples .text_image__content-attr-list {
        margin-right: 15px
    }
}

@media (max-width:767.98px) {
    .fabric-samples .text_image__content-attr-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.fabric-samples .text_image__content-attr-list li {
    margin-top: 0;
    margin-bottom: 10px
}

.fabric-samples .text_image__content-attr-list li span {
    margin-right: 20px;
    display: inline-block
}

@media (max-width:767.98px) {
    .fabric-samples .text_image__content-attr-list li span {
        margin-right: 5px
    }
}

.fabric-samples .button {
    margin-top: 15px
}

.fabric-samples .fabric-samples__counter {
    font-size: var(--font-size-regular);
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.25;
    margin-bottom: .5rem;
    font-weight: 400;
    max-width: calc(100% - 30px)
}

@media (min-width:992px) {
    .fabric-samples .fabric-samples__counter {
        margin-bottom: 1rem
    }
}

.fabric-samples #selected-samples {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

@media (max-width:991.98px) {
    .fabric-samples #selected-samples {
        height: 142px
    }
}

.fabric-samples #selected-samples li {
    width: 105px;
    margin-right: 50px;
    font-size: 14px;
    position: relative
}

@media (max-width:1199.98px) {
    .fabric-samples #selected-samples li {
        width: 70px
    }
}

@media (max-width:991.98px) {
    .fabric-samples #selected-samples li {
        font-size: 12px;
        width: 65px;
        margin-right: 30px;
        line-height: 1.5
    }

    .fabric-samples #selected-samples li strong {
        font-size: 15px;
        line-height: 1
    }
}

@media (max-width:767.98px) {
    .fabric-samples #selected-samples li {
        margin-right: 5px
    }
}

@media (max-width:350px) {
    .fabric-samples #selected-samples li {
        width: 55px
    }

    .fabric-samples #selected-samples li strong {
        font-size: 12px
    }
}

.fabric-samples #selected-samples li span {
    display: inline-block;
    margin-top: 5px
}

.fabric-samples #selected-samples li img {
    z-index: 1;
    position: relative;
    border-radius: 6px
}

@media (max-width:1199.98px) {
    .fabric-samples #selected-samples li img {
        width: 70px;
        height: 70px
    }
}

@media (max-width:991.98px) {
    .fabric-samples #selected-samples li img {
        width: 65px;
        height: 65px
    }
}

@media (max-width:350px) {
    .fabric-samples #selected-samples li img {
        width: 55px;
        height: 55px
    }
}

.fabric-samples #selected-samples li .delete-sample {
    position: absolute;
    top: 0;
    right: -15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #040405
}

@media (max-width:991.98px) {
    .fabric-samples #selected-samples li .delete-sample {
        top: 0;
        right: 0;
        z-index: 2;
        height: 65px;
        width: 65px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .fabric-samples #selected-samples li .delete-sample span {
        margin-top: 0
    }
}

@media (max-width:350px) {
    .fabric-samples #selected-samples li .delete-sample {
        width: 55px;
        height: 55px
    }
}

.fabric-samples #selected-samples li .delete-sample:active,
.fabric-samples #selected-samples li .delete-sample:focus,
.fabric-samples #selected-samples li .delete-sample:hover {
    color: #ff0076
}

.fabric-samples .samples-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0
}

.fabric-samples .samples-placeholder li {
    width: 105px;
    margin-right: 50px;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14);
    border-radius: 6px;
    font-size: 34px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 105px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: rgba(190, 190, 190, .87)
}

@media (max-width:1199.98px) {
    .fabric-samples .samples-placeholder li {
        width: 70px;
        height: 70px
    }
}

@media (max-width:991.98px) {
    .fabric-samples .samples-placeholder li {
        width: 65px;
        height: 65px;
        margin-right: 30px
    }
}

@media (max-width:767.98px) {
    .fabric-samples .samples-placeholder li {
        margin-right: 5px
    }
}

@media (max-width:350px) {
    .fabric-samples .samples-placeholder li {
        width: 55px;
        height: 55px
    }
}

.fabric-samples .fabric-samples__wrapper {
    position: relative
}

.fabric-samples .fabric-samples__wrapper .loader {
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    position: absolute;
    background: rgba(255, 255, 255, .6);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%
}

.fabric-samples .fabric-samples__wrapper .loader.active {
    opacity: 1;
    pointer-events: all
}

body.register-page .woocommerce+.woocommerce,
body:not(.logged-in) .woocommerce+.woocommerce {
    position: relative
}

body.register-page .woocommerce+.woocommerce:before,
body:not(.logged-in) .woocommerce+.woocommerce:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #d7dbe2 8%, #d7dbe2 100%);
    background: linear-gradient(180deg, #fff 0, #d7dbe2 8%, #d7dbe2 100%);
    z-index: 0;
    opacity: .2
}

body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper,
body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin: auto;
    justify-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper>*,
body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper>* {
    margin: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 66.66667%;
    width: auto
}

@media (max-width:991.98px) {

    body.register-page .woocommerce+.woocommerce .woocommerce-notices-wrapper>*,
    body:not(.logged-in) .woocommerce+.woocommerce .woocommerce-notices-wrapper>* {
        max-width: 100%
    }
}

@media (max-width:991.98px) {
    .site-main>.woocommerce+.woocommerce {
        padding: 30px 20px !important;
        background: rgba(215, 219, 226, .2)
    }
}

.woocommerce-account form.woocommerce-ResetPassword {
    margin: auto
}

.woocommerce-account form.woocommerce-ResetPassword .form-submit-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce-account .woocommerce+.woocommerce {
    padding: 60px 0 120px 0
}

@media (max-width:991.98px) {
    .woocommerce-account .woocommerce+.woocommerce {
        padding: 0
    }
}

.woocommerce-account .woocommerce+.woocommerce .col-12 {
    text-align: center
}

.woocommerce-account .woocommerce+.woocommerce em {
    margin-top: 0;
    font-size: var(--font-size-regular);
    text-transform: uppercase;
    color: currentColor;
    font-family: Proxima, sans-serif;
    letter-spacing: .15em;
    line-height: 1.25;
    margin-bottom: .5rem;
    font-weight: 400;
    font-style: normal;
    display: inline-block
}

.woocommerce-account .woocommerce+.woocommerce form {
    max-width: 440px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    border: 0 !important;
    padding: 0 !important
}

.woocommerce-account .woocommerce+.woocommerce form.woocommerce-form {
    margin: 2em auto 1em auto !important
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row {
    position: relative;
    height: 56px;
    width: 100%;
    margin-bottom: 15px !important;
    padding: 0 !important;
    height: auto;
    min-height: 56px
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row .required {
    color: rgba(0, 0, 0, .87);
    opacity: .4;
    font-weight: 400;
    font-size: 12px
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row label {
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 30px;
    padding-left: 15px;
    left: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row label.on-focus {
    font-size: 10px;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%)
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row label.on-focus .required {
    font-size: 10px
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row input {
    font-size: 16px;
    padding: 22px 15px 14px 15px;
    color: #000;
    border: 0;
    border-radius: 6px;
    width: 100% !important;
    display: block;
    height: 100%;
    box-shadow: none !important
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row .password-input {
    width: 100%
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row .password-input input {
    max-width: 100%
}

.woocommerce-account .woocommerce+.woocommerce form .form-row.woocommerce-form-row .password-input .show-password-input {
    top: 18px;
    display: none
}

.woocommerce-account .woocommerce+.woocommerce form .form-submit-row {
    margin-top: 1em
}

.woocommerce-account .woocommerce+.woocommerce form .woocommerce-Button,
.woocommerce-account .woocommerce+.woocommerce form .woocommerce-button {
    float: none;
    background: #fff !important;
    color: #ff0076 !important;
    min-width: 130px !important;
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14)
}

.woocommerce-account .woocommerce+.woocommerce form .woocommerce-Button:focus,
.woocommerce-account .woocommerce+.woocommerce form .woocommerce-Button:hover,
.woocommerce-account .woocommerce+.woocommerce form .woocommerce-button:focus,
.woocommerce-account .woocommerce+.woocommerce form .woocommerce-button:hover {
    background: #ff0076 !important;
    color: #fff !important
}

.woocommerce-account .woocommerce+.woocommerce form.woocommerce-form .woocommerce-Button,
.woocommerce-account .woocommerce+.woocommerce form.woocommerce-form .woocommerce-button {
    margin: auto !important
}

.woocommerce-account .woocommerce+.woocommerce form .lost_password a {
    font-size: var(--font-size-small);
    color: #ff0076;
    text-transform: uppercase
}

.woocommerce-account .woocommerce+.woocommerce form.lost_reset_password>p:first-child {
    font-weight: 300;
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto 50px auto
}

.woocommerce-account .woocommerce+.woocommerce form.lost_reset_password label {
    text-align: left
}

.woocommerce-account .woocommerce-error {
    background: 0 0 !important;
    border: 0 !important;
    font-size: var(--font-size-regular) !important;
    color: #000 !important;
    display: inline-block;
    position: relative;
    padding-left: 15px
}

.woocommerce-account .woocommerce-error:before {
    content: '!';
    font-family: Proxima, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ff0076;
    position: absolute;
    top: 15px !important;
    left: 0
}

.woocommerce-account .woocommerce+.woocommerce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.woocommerce-account .woocommerce+.woocommerce .woocommerce-notices-wrapper {
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
    -ms-flex-order: 100;
    order: 100
}

form.woocommerce-checkout {
    position: relative;
    padding: 0 30px
}

@media (max-width:767.98px) {
    form.woocommerce-checkout {
        padding: 0
    }
}

form.woocommerce-checkout::before {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100%);
    background: #d7dbe2;
    background: -webkit-linear-gradient(top, #fff 0, #d7dbe2 8%, #d7dbe2 100%);
    background: linear-gradient(180deg, #fff 0, #d7dbe2 8%, #d7dbe2 100%);
    opacity: .2;
    content: "";
    pointer-events: none
}

@media (max-width:991.98px) {
    form.woocommerce-checkout::before {
        display: none
    }
}

form.woocommerce-checkout .custom_coupon__wrapper {
    width: 80%;
    margin: auto;
    padding: 0 0 20px;
    overflow: visible
}

form.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px
}

form.woocommerce-checkout .checkout-col__title {
    margin-bottom: 40px;
    padding: 0 20px
}

@media (max-width:991.98px) {
    form.woocommerce-checkout .checkout-col__title {
        margin-top: 15px;
        margin-bottom: 20px;
        padding: 0;
        font-size: 30px
    }
}

@media (max-width:991.98px) {
    form.woocommerce-checkout .col-billing .checkout-col__title {
        margin-top: 0
    }
}

form.woocommerce-checkout .col-billing__sign-in {
    padding: 0 20px;
    font-size: 13px;
    line-height: .5
}

@media (max-width:1199.98px) {
    form.woocommerce-checkout .col-billing__sign-in {
        line-height: 1
    }
}

form.woocommerce-checkout .col-billing__sign-in .btn-text {
    display: inline-block;
    padding: 10px 0;
    color: #ff0076;
    font-weight: 400;
    font-size: var(--font-size-small);
    text-transform: uppercase
}

form.woocommerce-checkout .col-billing__sign-in .btn-text:active,
form.woocommerce-checkout .col-billing__sign-in .btn-text:focus,
form.woocommerce-checkout .col-billing__sign-in .btn-text:hover {
    color: #000
}

form.woocommerce-checkout .woocommerce-input-wrapper {
    width: 100%
}

form.woocommerce-checkout .input-text,
form.woocommerce-checkout select {
    width: 100% !important;
    margin-right: 20px;
    box-shadow: none
}

form.woocommerce-checkout .input-text:not(textarea),
form.woocommerce-checkout select:not(textarea) {
    height: 56px !important
}

form.woocommerce-checkout textarea.input-text {
    padding: 15px !important
}

form.woocommerce-checkout .checkout_fields-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 0
}

@media (max-width:1365.98px) {
    form.woocommerce-checkout .checkout_fields-wrapper .form-row {
        width: calc(100% - 20px)
    }
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row .required {
    font-size: 0;
    cursor: default
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row .required::before {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    opacity: .4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "(required)"
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row .optional {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    opacity: .4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row label {
    top: 28px;
    color: #000 !important
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row label.on-focus {
    -webkit-transform: translateY(-135%);
    -ms-transform: translateY(-135%);
    transform: translateY(-135%)
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row label.on-focus .required::before {
    font-size: var(--font-size-small)
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row label.on-focus .optional {
    font-size: var(--font-size-small)
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row label[for=billing_state] {
    font-size: var(--font-size-small);
    -webkit-transform: translateY(-135%);
    -ms-transform: translateY(-135%);
    transform: translateY(-135%)
}

form.woocommerce-checkout .checkout_fields-wrapper .form-row.form-row--wide {
    width: calc(100% - 20px)
}

form.woocommerce-checkout #payment {
    background: 0 0
}

form.woocommerce-checkout .payment_methods.methods {
    padding-left: 0;
    background: 0 0;
    border: 0
}

form.woocommerce-checkout .payment_methods.methods .payment_method_paypal img {
    margin-left: 0
}

@media (min-width:1350px) {
    form.woocommerce-checkout .payment_methods.methods .payment_method_paypal img {
        margin-left: 10px
    }
}

@media (max-width:1199.98px) {
    form.woocommerce-checkout .payment_methods.methods .payment_method_paypal img {
        margin-left: 0 !important
    }
}

@media (min-width:1350px) {
    form.woocommerce-checkout .payment_methods.methods .payment_method_paypal span {
        display: inline-block;
        margin-left: 5px
    }
}

@media (max-width:1349.98px) {
    form.woocommerce-checkout .payment_methods.methods .payment_method_paypal span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1350px) {
    form.woocommerce-checkout .payment_methods.methods label {
        white-space: nowrap
    }
}

form.woocommerce-checkout .payment_methods.methods li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    margin-bottom: 20px !important;
    padding: 0;
    background: #fff;
    border-radius: 6px
}

form.woocommerce-checkout .payment_methods.methods li .payment_box {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: 100%;
    padding: 20px;
    font-size: var(--font-size-regular);
    border-radius: 6px
}

form.woocommerce-checkout .payment_methods.methods li .payment_box p {
    margin-bottom: 0
}

form.woocommerce-checkout .payment_methods.methods li>label {
    top: 0;
    left: 50px;
    width: calc(100% - 50px);
    height: 100%;
    margin-bottom: 0;
    padding: 20px;
    font-weight: 600;
    font-size: 14px
}

form.woocommerce-checkout .payment_methods.methods li>label img {
    max-width: 100%;
    max-height: 100% !important
}

form.woocommerce-checkout .payment_methods.methods li>label .about_paypal {
    display: none
}

form.woocommerce-checkout .payment_methods.methods li>input {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-left: 20px !important;
    border: 1px solid #000;
    border-radius: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form.woocommerce-checkout .payment_methods.methods li>input::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    content: ""
}

form.woocommerce-checkout .payment_methods.methods li>input:checked::after {
    opacity: 1
}

@media (max-width:991.98px) {

    form.woocommerce-checkout .select2-selection__rendered,
    form.woocommerce-checkout input,
    form.woocommerce-checkout textarea {
        font-weight: 600;
        font-size: 20px !important
    }

    form.woocommerce-checkout .select2-selection__rendered[type=checkbox],
    form.woocommerce-checkout input[type=checkbox],
    form.woocommerce-checkout textarea[type=checkbox] {
        width: 30px !important;
        height: 30px !important
    }

    form.woocommerce-checkout .select2-selection__rendered[type=checkbox]::before,
    form.woocommerce-checkout input[type=checkbox]::before,
    form.woocommerce-checkout textarea[type=checkbox]::before {
        width: 11px;
        height: 22px;
        -webkit-transform: translateX(10px) translateY(2px) rotate(45deg) !important;
        -ms-transform: translateX(10px) translateY(2px) rotate(45deg) !important;
        transform: translateX(10px) translateY(2px) rotate(45deg) !important
    }
}

@media (max-width:991.98px) {

    form.woocommerce-checkout .create-account label.checkbox,
    form.woocommerce-checkout .woocommerce-invoice-fields label.checkbox {
        padding-left: 0
    }
}

@media (max-width:991.98px) {

    form.woocommerce-checkout .create-account input[type=checkbox]::before,
    form.woocommerce-checkout .woocommerce-invoice-fields input[type=checkbox]::before {
        -webkit-transform: translateX(-5px) translateY(2px) rotate(45deg) !important;
        -ms-transform: translateX(-5px) translateY(2px) rotate(45deg) !important;
        transform: translateX(-5px) translateY(2px) rotate(45deg) !important
    }
}

form.woocommerce-checkout .select2-selection__placeholder {
    color: #000 !important;
    font-size: 14px
}

@media (max-width:991.98px) {
    form.woocommerce-checkout .select2-selection__placeholder {
        font-weight: 400;
        font-size: 14px
    }
}

#order_review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#order_review .shop_table {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:992px) {
    #order_review .shop_table tbody tr td {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    #order_review .shop_table tbody tr td:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    #order_review .shop_table tbody tr td:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    #order_review .shop_table tbody tr:first-child td:first-child {
        border-top-left-radius: 6px
    }

    #order_review .shop_table tbody tr:first-child td:last-child {
        border-top-right-radius: 6px
    }

    #order_review .shop_table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 6px
    }

    #order_review .shop_table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 6px
    }

    #order_review .shop_table tfoot tr th {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    #order_review .shop_table tfoot tr td {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

#order_review .cart-custom-coupon-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

#order_review .shipping-details {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

#order_review .woocommerce-checkout-payment {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px
}

.woocommerce_checkout_place_order__button {
    width: 100%
}

.form-row.place-order {
    padding: 0 !important
}

.form-row.place-order .form-row {
    padding: 0 !important
}

.order-review__wrapper {
    margin-top: 10px;
    padding: 20px 20px;
    background: #fff;
    border-radius: 6px
}

.order-review__wrapper .order-review__box {
    position: relative;
    padding: 20px;
    border-top: 1px solid #ebebeb
}

.order-review__wrapper .order-review__box:first-child {
    border-top: 0
}

.order-review__wrapper .order-review__box-content {
    font-size: 14px
}

.order-review__wrapper .order-review__box-content[data-payment=paypal] {
    position: relative
}

.order-review__wrapper .order-review__box-content[data-payment=paypal]::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 59px;
    height: 23px;
    background-image: url(../../dist/images/paypal-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ""
}

.order-review__wrapper .box-content__address span {
    display: block
}

.order-review__wrapper .order-review__box--shipping img {
    margin-top: -20px
}

.order-review__wrapper .order-review__box--shipping .order-review__box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-review__wrapper .order-review__box-label {
    margin-bottom: 10px;
    color: #ff0076;
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase
}

.woocommerce-terms-and-conditions-wrapper .form-wrap--checkbox input {
    box-shadow: 0 8px 25px rgba(53, 61, 72, .14) !important
}

.woocommerce-checkout-review-order table {
    border: 0 !important;
    border-spacing: 0
}

.woocommerce-checkout-review-order a.woocommerce-remove-coupon {
    display: inline-block;
    width: auto;
    height: auto;
    color: #000 !important;
    font-weight: 400;
    font-size: var(--font-size-small);
    text-transform: uppercase;
    background: 0 0 !important
}

.woocommerce-checkout-review-order tfoot tr {
    height: 70px
}

.woocommerce-checkout-review-order .spacer {
    height: 20px
}

.woocommerce-checkout-review-order tr {
    background: #fff;
    border-radius: 6px
}

.woocommerce-checkout-review-order td,
.woocommerce-checkout-review-order th {
    padding: 15px 15px 15px 25px !important;
    border: 0 !important;
    border-radius: 6px
}

.woocommerce-checkout-review-order tfoot td {
    padding: 15px !important;
    font-size: var(--font-size-regular);
    text-align: right
}

.woocommerce-checkout-review-order tfoot th {
    font-weight: 400 !important
}

.woocommerce-checkout-review-order .cart-discount__amount {
    display: inline-block;
    margin-right: 12px;
    color: #ff0076
}

.woocommerce-checkout-review-order .cart-discount {
    position: relative
}

.woocommerce-checkout-review-order .cart-discount td {
    font-size: 16px;
    white-space: nowrap
}

.woocommerce-checkout-review-order .woocommerce-remove-coupon {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: var(--font-size-small)
}

.woocommerce-checkout-review-order .woocommerce-remove-coupon:active,
.woocommerce-checkout-review-order .woocommerce-remove-coupon:focus,
.woocommerce-checkout-review-order .woocommerce-remove-coupon:hover {
    color: #ff0076 !important
}

.woocommerce-checkout-review-order .order-total th {
    font-weight: 600 !important;
    font-size: 20px
}

.woocommerce-checkout-review-order .order-total .woocommerce-Price-amount {
    color: #ff0076;
    font-size: 24px
}

.woocommerce-checkout-review-order .order-total .woocommerce-Price-currencySymbol {
    color: #000;
    font-size: 17px
}

.woocommerce-checkout-review-order .order-total .woocs_special_price_code {
    white-space: nowrap
}

.woocommerce-checkout-review-order .order-total .woocs_special_price_code .woocommerce-Price-currencySymbol {
    color: #ff0076
}

.woocommerce-checkout-review-order .order-total .disount_value {
    display: block;
    text-decoration: line-through
}

.woocommerce-checkout-review-order .order-total .disount_value .woocommerce-Price-amount {
    color: #000;
    font-size: 16px
}

.woocommerce-checkout-review-order .order-total .disount_value a {
    display: none
}

.woocommerce-checkout-review-order div.product-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce-checkout-review-order div.product-name dl.variation {
    display: none
}

.woocommerce-checkout-review-order td.product-name dl.variation {
    display: none
}

.woocommerce-checkout-review-order td.product-name:not(.product-name--details) {
    padding: 15px 15px 15px 25px !important
}

.woocommerce-checkout-review-order .product-total {
    padding: 18px 15px !important;
    text-align: right
}

.woocommerce-checkout-review-order .product_name__main {
    margin-bottom: 10px;
    font-size: 18px
}

.woocommerce-checkout-review-order .product_name__main strong {
    text-transform: capitalize
}

.woocommerce-checkout-review-order .product-quantity {
    margin-bottom: auto;
    margin-left: auto;
    font-size: var(--font-size-regular)
}

.woocommerce-checkout-review-order .product-name--details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 !important
}

.woocommerce-checkout-review-order .product-total {
    font-weight: 600;
    font-size: var(--font-size-regular);
    vertical-align: top !important
}

.woocommerce-checkout-review-order .product_name__fabric {
    text-transform: capitalize
}

.woocommerce-checkout-review-order .product_name__fabric,
.woocommerce-checkout-review-order .product_name__version {
    width: 100%;
    font-size: var(--font-size-regular);
    line-height: 1.3
}

.woocommerce-checkout-review-order .product-thumbnail {
    width: 50px
}

.woocommerce-checkout-review-order .product-thumbnail img {
    width: 50px;
    height: 50px
}

.shipping-details .woocommerce-additional-fields {
    margin-top: 50px
}

#billing_phone_prefix_field .select2-selection__arrow::after,
#shipping_phone_prefix_field .select2-selection__arrow::after {
    position: absolute;
    top: 7px;
    right: 25px;
    content: url(../images/earth.svg)
}

@media (min-width:992px) {
    #customer_details .shipping-details .cart-custom-coupon-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

#customer_details .shipping-details .checkout_fields-wrapper {
    margin-top: 0
}

#customer_details .shipping-details .cart-custom-coupon-wrapper {
    margin-bottom: 20px
}

.woocommerce-column--shipping-address {
    margin-top: 2em
}

.hidden-shipping-checkbox {
    height: 0;
    visibility: hidden;
    pointer-events: none
}

#billing_country_field label,
#billing_phone_prefix_field label,
#billing_state_field.validate-required label,
#shipping_country_field label,
#shipping_phone_prefix_field label,
#shipping_state_field.validate-required label {
    font-size: 10px;
    -webkit-transform: translateY(-135%);
    -ms-transform: translateY(-135%);
    transform: translateY(-135%)
}

#billing_country_field label .required::before,
#billing_phone_prefix_field label .required::before,
#billing_state_field.validate-required label .required::before,
#shipping_country_field label .required::before,
#shipping_phone_prefix_field label .required::before,
#shipping_state_field.validate-required label .required::before {
    font-size: 10px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 15px
}

.select2-container .select2-selection--single {
    height: 56px !important;
    margin: 0;
    border: 0
}

.select2-container--default .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.select2-selection__arrow {
    position: absolute;
    top: 8px !important;
    right: 10px !important
}

.select2-selection__arrow::before {
    content: url(../images/dropdown-icon.svg)
}

.select2-selection__arrow b {
    display: none
}

.select2-dropdown {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 13px 16px rgba(0, 0, 0, .35)
}

.select2-results__option.select2-results__option--highlighted {
    color: #ff0076 !important;
    background: 0 0 !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb;
    border-radius: 6px
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    color: #ff0076 !important;
    background: #efefef
}

.select2-results__option {
    padding: 9px 18px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #ff0076;
    -webkit-overflow-scrolling: touch
}

.select2-results__options::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-appearance: none
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 25px
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #ff0076;
    border-radius: 25px
}

.select2-container {
    width: 100% !important
}

#invoice_address_2_field label {
    display: none
}

label span.optional {
    font-weight: 400;
    font-size: 12px;
    opacity: .4
}

body.woocommerce-checkout {
    overflow-x: hidden
}

.payment_method_stripe .form-row label {
    position: static;
    padding-left: 0;
    font-size: 10px;
    line-height: .9;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.payment_method_stripe .form-row input {
    box-shadow: none
}

.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#stripe-cvc-element,
#stripe-exp-element,
.stripe-card-group {
    width: 100%;
    margin: 0
}

#stripe-payment-data>p {
    margin-bottom: 10px
}

label[for=wc-stripe-new-payment-method] {
    width: calc(100% - 30px);
    padding-left: 10px
}

.woocommerce-SavedPaymentMethods-saveNew {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.stripe-source-errors li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stripe-source-errors li:before {
    margin-bottom: 10px
}

.my-account-wrapper {
    position: relative
}

.my-account-wrapper::before {
    content: '';
    height: 150%;
    width: 66.6%;
    right: 0;
    z-index: -1;
    top: -50%;
    position: absolute;
    pointer-events: none;
    opacity: .2;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #d7dbe2 8%, #d7dbe2 100%);
    background: linear-gradient(180deg, #fff 0, #d7dbe2 8%, #d7dbe2 100%)
}

@media (max-width:991.98px) {
    .my-account-wrapper::before {
        content: none
    }
}

@media (min-width:1600px) {
    .my-account-wrapper::before {
        width: 62%
    }
}

.my-account-wrapper form .form-row label {
    color: #000 !important
}

.my-account-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important
}

.my-account-wrapper .select2-selection__placeholder {
    font-size: 14px;
    font-weight: 400
}

@media (max-width:991.98px) {
    .my-account-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 20px;
        font-weight: 600
    }
}

.my-account-wrapper .woocommerce-MyAccount-navigation {
    width: 100%
}

.my-account-wrapper .woocommerce-MyAccount-navigation .hello-name {
    font-size: var(--font-size-regular);
    margin-bottom: 30px
}

.my-account-wrapper .woocommerce-MyAccount-navigation .hello-name strong {
    display: block;
    font-size: 24px;
    font-weight: 700
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ff0076;
    font-weight: 700
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li a:hover {
    color: #ff0076
}

.woocommerce-account .my-account__content {
    padding-left: 15px
}

@media (max-width:991.98px) {
    .woocommerce-account .my-account__content {
        padding-left: 0;
        margin-top: 45px
    }
}

.woocommerce-account .my-account__content>p {
    font-weight: 300
}

.woocommerce-account .my-account__content .h3+p,
.woocommerce-account .my-account__content h2+p {
    margin-bottom: 60px
}

@media (max-width:991.98px) {

    .woocommerce-account .my-account__content .h3+p,
    .woocommerce-account .my-account__content h2+p {
        margin-bottom: 30px
    }
}

.woocommerce-account .my-account__content .dashboard-links {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none
}

@media (max-width:991.98px) {
    .woocommerce-account .my-account__content .dashboard-links {
        margin: 15px 0 0 0
    }
}

.woocommerce-account .my-account__content .dashboard-links li {
    margin-bottom: 26px;
    position: relative
}

@media (max-width:991.98px) {
    .woocommerce-account .my-account__content .dashboard-links li {
        margin-bottom: 20px
    }
}

.woocommerce-account .my-account__content .dashboard-links li a {
    position: relative;
    padding-left: 60px;
    border-radius: 6px
}

@media (max-width:991.98px) {
    .woocommerce-account .my-account__content .dashboard-links li a {
        font-size: 16px
    }
}

.woocommerce-account .my-account__content .dashboard-links li a:after {
    content: '';
    background-size: contain !important;
    position: absolute;
    top: 18px;
    left: 26px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.woocommerce-account .my-account__content .dashboard-links li a.link--orders:after {
    background: url(../images/order_history.svg) no-repeat center;
    width: 20px;
    height: 22px
}

.woocommerce-account .my-account__content .dashboard-links li a.link--addresses:after {
    background: url(../images/addresses.svg) no-repeat center;
    width: 20px;
    height: 23px
}

.woocommerce-account .my-account__content .dashboard-links li a.link--settings:after {
    background: url(../images/settings.svg) no-repeat center;
    width: 23px;
    height: 23px
}

.woocommerce-account .my-account__content .dashboard-links li a:hover:after {
    -webkit-filter: brightness(.1);
    filter: brightness(.1)
}

.woocommerce-account .my-account__content>form {
    margin-left: 0 !important
}

.woocommerce-account .my-account__content>form .h5,
.woocommerce-account .my-account__content>form h5 {
    margin-bottom: 20px
}

.woocommerce-account .my-account__content>form em {
    text-transform: none !important;
    letter-spacing: normal !important;
    margin-bottom: 0 !important;
    margin-top: 15px !important
}

.woocommerce-account .my-account__content>form fieldset {
    margin-top: 40px
}

@media (max-width:991.98px) {
    .woocommerce-account .my-account__content>form .form-row.woocommerce-form-row input {
        font-size: 20px !important;
        font-weight: 600
    }
}

.woocommerce-account .my-account__content>form .form-row.woocommerce-form-row.form-row-first,
.woocommerce-account .my-account__content>form .form-row.woocommerce-form-row.form-row-last {
    width: 48%
}

@media (max-width:991.98px) {

    .woocommerce-account .my-account__content>form .form-row.woocommerce-form-row.form-row-first,
    .woocommerce-account .my-account__content>form .form-row.woocommerce-form-row.form-row-last {
        width: 100%
    }
}

.woocommerce-account .my-account__content>form button.button,
.woocommerce-account .my-account__content>form button.woocommerce-Button {
    margin: 40px 0 !important
}

.woocommerce-account .register p {
    font-size: 14px
}

.woocommerce-account .register .woocommerce-privacy-policy-text {
    margin-bottom: 30px
}

.woocommerce-account .woocommerce-error {
    background: #e9edef !important;
    text-align: center
}

.woocommerce-account .woocommerce-error::before {
    position: static
}

.woocommerce-Addresses {
    margin-top: 65px
}

.woocommerce-Address__noaddress-info {
    font-size: 16px;
    font-weight: 600;
    color: #ff0076
}

.woocommerce-Address {
    margin-bottom: 70px
}

.woocommerce-Address address {
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: 20px
}

.woocommerce-address-fields__field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce-address-fields {
    margin-top: 50px
}

.woocommerce-address-fields .input-text,
.woocommerce-address-fields select {
    box-shadow: none;
    margin-right: 20px;
    width: 100% !important
}

.woocommerce-address-fields .input-text:not(textarea),
.woocommerce-address-fields select:not(textarea) {
    height: 56px !important
}

.woocommerce-address-fields .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-address-fields label {
    top: 28px
}

.woocommerce-address-fields label.on-focus {
    -webkit-transform: translateY(-135%);
    -ms-transform: translateY(-135%);
    transform: translateY(-135%)
}

.woocommerce-address-fields label.on-focus .required::before {
    font-size: var(--font-size-small)
}

.woocommerce-address-fields label.on-focus .optional {
    font-size: var(--font-size-small)
}

.woocommerce-address-fields .woocommerce-invoice-fields {
    margin-top: 20px
}

.woocommerce-address-fields .woocommerce-address__save {
    margin-top: 50px
}

.woocommerce-address-fields textarea.input-text {
    padding: 15px !important
}

.woocommerce-address-fields .form-row {
    float: unset !important;
    width: calc(50% - 20px) !important;
    padding: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 15px !important
}

@media (max-width:991.98px) {
    .woocommerce-address-fields .form-row {
        width: calc(100% - 20px) !important
    }

    .woocommerce-address-fields .form-row input,
    .woocommerce-address-fields .form-row select {
        font-weight: 600;
        font-size: 20px !important
    }
}

.woocommerce-address-fields .form-row.form-row--wide,
.woocommerce-address-fields .form-row.form-row-wide {
    width: calc(100% - 20px) !important
}

.woocommerce-address-fields .form-row.form-row--wide .woocommerce-input-wrapper,
.woocommerce-address-fields .form-row.form-row-wide .woocommerce-input-wrapper {
    width: 100%
}

.myaccount-orders__norders {
    margin-bottom: 35px
}

.login-form-button {
    color: #ff0076;
    font-size: var(--font-size-small);
    padding: 10px 0;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase
}

.login-form-button:active,
.login-form-button:focus,
.login-form-button:hover {
    color: #000
}

body.woocommerce-account {
    overflow-x: hidden
}

body.woocommerce-account .woocommerce-notices-wrapper {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

@media (min-width:992px) {
    body.woocommerce-account .woocommerce-notices-wrapper {
        -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

.show-title-form {
    color: #000 !important;
    font-size: var(--font-size-small);
    padding: 10px 0;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase
}

.show-title-form:active,
.show-title-form:focus,
.show-title-form:hover {
    color: #ff0076 !important
}

.wishlist-title.wishlist-title-with-form h2 {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: 0 0;
    color: #ff0076
}

.wishlist-title {
    margin-bottom: 0 !important
}

.woocommerce-cart-form--wishlist .woocommerce-Price-amount--regular {
    text-decoration: line-through;
    font-size: 16px;
    color: #b5b5b5
}

.woocommerce-cart-form--wishlist .woocommerce-Price-amount--sale {
    color: #ff0076
}

.woocommerce-cart-form--wishlist .product-thumbnail {
    max-width: 160px
}

@media (max-width:767.98px) {
    .woocommerce-cart-form--wishlist .product-thumbnail {
        max-width: 120px
    }
}

.woocommerce-cart-form--wishlist .product-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(112, 112, 112, .2)
}

.woocommerce-cart-form--wishlist .product-name {
    max-width: calc(100% - 190px)
}

@media (max-width:767.98px) {
    .woocommerce-cart-form--wishlist .product-name {
        max-width: calc(100% - 150px)
    }
}

.woocommerce-cart-form--wishlist .product-management {
    width: 100%;
    margin-left: 190px
}

.woocommerce-cart-form--wishlist .product-management .product-subtotal {
    margin-left: 0
}

@media (max-width:767.98px) {
    .woocommerce-cart-form--wishlist .product-management {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.woocommerce-cart-form--wishlist .product-remove {
    margin-left: auto
}

.woocommerce-cart-form--wishlist .product-remove a.remove {
    color: #ff0076 !important
}

.woocommerce-cart-form--wishlist .product-remove a.remove:active,
.woocommerce-cart-form--wishlist .product-remove a.remove:focus,
.woocommerce-cart-form--wishlist .product-remove a.remove:hover {
    color: #000 !important
}

.yith-wcwl-add-button__remove-label {
    font-size: 0
}

.yith-wcwl-add-button .delete_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff
}

.yith-wcwl-add-button .delete_item img {
    margin: 0 !important
}

.yith-wcwl-add-button * {
    display: none !important
}

.yith-wcwl-add-button :first-child {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
    font-size: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center
}

.add_to_wishlist.single_add_to_wishlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff
}

.add_to_wishlist.single_add_to_wishlist img {
    margin: auto !important
}

.woocommerce-cart-form--wishlist .woocs_price_code {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce-cart-form--wishlist .woocs_price_code ins {
    text-decoration: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.woocommerce-cart-form--wishlist .woocs_price_code ins .woocommerce-Price-amount.amount {
    color: #ff0076
}

.woocommerce-cart-form--wishlist .woocs_price_code del {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 5px
}

.woocommerce-cart-form--wishlist .woocs_price_code del .woocommerce-Price-amount.amount {
    text-decoration: line-through;
    font-size: 16px;
    color: #b5b5b5
}

.woocommerce-wishlist .woocommerce-MyAccount-navigation-link--wishlist a {
    font-weight: 700;
    color: #ff0076
}

@media (max-width:767.98px) {
    .wishlist-fragment>div a.add_to_wishlist {
        text-align: center;
        line-height: 30px
    }

    .wishlist-fragment>div a.add_to_wishlist>img {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.yith-wcwl-items-count {
    position: relative
}

.yith-wcwl-items-count .yith-wcwl-icon {
    color: #707070;
    margin-left: 4px;
    text-align: center;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 0;
    -webkit-transform: translate(15px, 10px);
    -ms-transform: translate(15px, 10px);
    transform: translate(15px, 10px);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #ff0076;
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

.yith-wcwl-popup-message {
    display: none !important
}

.woocommerce-notices-wrapper>* {
    width: 100%;
    padding: 28px 22px;
    color: #000;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    background: #e9edef;
    margin-bottom: 20px !important;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce-notices-wrapper>::before {
    position: static
}

.woocommerce-notices-wrapper .button.wc-forward {
    float: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 25px;
    margin-right: 25px;
    color: #ff0076 !important;
    background: #fff !important
}

.woocommerce-notices-wrapper .button.wc-forward:active,
.woocommerce-notices-wrapper .button.wc-forward:focus,
.woocommerce-notices-wrapper .button.wc-forward:hover {
    background: #ff0076 !important;
    color: #fff !important
}

ul.woocommerce-error li {
    display: block;
    width: 100%;
    margin: 0 !important;
    text-align: center
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    width: 100%;
    padding: 28px 22px;
    color: #000;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    background: #e9edef;
    margin-bottom: 20px !important;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    position: static;
    margin-right: 25px
}

.woocommerce-error.cart-empty::before,
.woocommerce-info.cart-empty::before,
.woocommerce-message.cart-empty::before {
    content: url(../../dist/images/empty-icon.svg)
}

.woocommerce-message::before {
    content: url(../../dist/images/ok-icon.svg)
}

.woocommerce-error::before {
    content: url(../../dist/images/alert-icon.svg);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    margin-right: 0
}

.woocommerce-info::before {
    content: url(../../dist/images/info-icon.svg)
}

.search__no-results-text,
.woocommerce-mini-cart__empty-message {
    width: 100%;
    padding: 28px 22px;
    color: #000;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    background: #e9edef;
    margin-bottom: 20px !important;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.search__no-results-text::before,
.woocommerce-mini-cart__empty-message::before {
    content: url(../../dist/images/empty-icon.svg);
    position: static;
    margin-right: 25px
}

.woocommerce-mini-cart__empty-message {
    background: 0 0;
    margin-bottom: 0 !important;
    padding-bottom: 0
}

.woocommerce-message .continue-button {
    margin-left: 0 !important
}

@media (max-width:767.98px) {
    .woocommerce-message .continue-button {
        margin: 15px 0 0 0 !important
    }
}

.woocommerce table.my_account_orders {
    margin-top: 50px;
    border: 0;
    border-spacing: 0
}

.woocommerce table.my_account_orders th .nobr {
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: var(--font-size-regular);
    letter-spacing: .15em;
    text-transform: uppercase
}

.woocommerce table.my_account_orders td {
    border: 0
}

.woocommerce table.my_account_orders tr td {
    background-color: #fff
}

.woocommerce table.my_account_orders tr td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.woocommerce table.my_account_orders tr td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.woocommerce table.my_account_orders tr.spacer {
    height: 20px
}

.woocommerce table.my_account_orders .woocommerce-orders-table__header-order-date .nobr {
    margin-left: 75px
}

.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions::before,
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-date::before {
    content: none
}

.woocommerce table.my_account_orders .woocommerce-orders-table__cell::before {
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: var(--font-size-regular);
    letter-spacing: .15em;
    text-transform: uppercase
}

.woocommerce table.my_account_orders .woocommerce-orders-table__header-order-number .nobr {
    margin-left: 10px
}

.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-status {
    font-size: var(--font-size-regular)
}

.woocommerce table.my_account_orders .woocommerce-Price-amount {
    font-weight: 600;
    font-size: var(--font-size-regular)
}

.woocommerce table.my_account_orders .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 9px
}

.woocommerce table.my_account_orders .btn-text {
    color: #ff0076;
    font-size: var(--font-size-small);
    text-transform: uppercase
}

.woocommerce table.my_account_orders .btn-text:active,
.woocommerce table.my_account_orders .btn-text:focus,
.woocommerce table.my_account_orders .btn-text:hover {
    color: #000
}

.woocommerce table.my_account_orders .order-number__number {
    display: inline-block;
    font-size: 16px
}

@media (min-width:768px) {
    .woocommerce table.my_account_orders .order-number__number {
        margin-right: 20px;
        margin-left: 10px
    }
}

.woocommerce table.my_account_orders .order-number__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce table.my_account_orders .order-number__products .product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px
}

.woocommerce table.my_account_orders .order-number__products .product-details .product-thumbnail {
    width: 80px;
    margin-right: 25px
}

.woocommerce table.my_account_orders .order-number__products .product-details .product-thumbnail img {
    width: 80px;
    height: 80px
}

@media (max-width:767.98px) {
    .woocommerce table.my_account_orders .order-number__products .product-details .product-thumbnail {
        width: 100px
    }

    .woocommerce table.my_account_orders .order-number__products .product-details .product-thumbnail img {
        width: 100px;
        height: 100px
    }
}

.woocommerce table.my_account_orders .order-number__products .product-details .product-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.woocommerce table.my_account_orders .order-number__products .product-details .product-name span {
    display: block
}

.woocommerce table.my_account_orders .order-number__products .product-details .product-name .product_name__main {
    margin-bottom: 10px;
    font-size: 16px
}

.woocommerce table.my_account_orders .order-number__products .product-details .product-name .product_name__fabric,
.woocommerce table.my_account_orders .order-number__products .product-details .product-name .product_name__version {
    font-size: var(--font-size-regular);
    line-height: 1.3
}

.woocommerce table.my_account_orders td {
    padding: 0 10px;
    padding-top: 20px;
    vertical-align: top
}

@media (max-width:767.98px) {
    .woocommerce table.my_account_orders td {
        padding: 10px
    }
}

.woocommerce table.my_account_orders th {
    padding: 10px
}

.woocommerce table.my_account_orders .btn-text {
    margin-left: 10px
}

.my-account .order-details__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 50px
}

@media (max-width:767.98px) {
    .my-account .order-details__links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.my-account .order-details__links a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px
}

@media (min-width:768px) {
    .my-account .order-details__links a:last-child {
        margin-right: 0
    }
}

.my-account .order-details__links .btn-text {
    color: #ff0076;
    font-size: var(--font-size-small);
    text-transform: uppercase
}

.my-account .order-details__links .btn-text:active,
.my-account .order-details__links .btn-text:focus,
.my-account .order-details__links .btn-text:hover {
    color: #000
}

.my-account .woocommerce-customer-details {
    margin-top: 60px
}

.my-account .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 30px
}

.my-account .woocommerce-customer-details address {
    margin-bottom: 70px;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
    border: 0
}

.my-account .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-top: 15px;
    padding-left: 0
}

.my-account .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    content: none
}

.my-account .woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 0
}

.my-account .woocommerce-customer-details .woocommerce-customer-details--email::before {
    content: none
}

.my-account .woocommerce-order-details .woocommerce-order-details__title {
    margin-bottom: 30px
}

.my-account .woocommerce-order-details table {
    border: 0;
    border-spacing: 0
}

.my-account .woocommerce-order-details .order_details__summary-title {
    margin-bottom: 35px
}

.my-account .woocommerce-order-details .order_details__status {
    color: #ff0076
}

.my-account .woocommerce-order-details .order_details__items {
    margin-top: 80px;
    margin-bottom: 100px
}

.my-account .woocommerce-order-details table.order-details,
.my-account .woocommerce-order-details table.shop_table {
    width: 65%
}

@media (min-width:992px) and (max-width:1199.98px) {

    .my-account .woocommerce-order-details table.order-details,
    .my-account .woocommerce-order-details table.shop_table {
        width: 80%
    }
}

@media (max-width:767.98px) {

    .my-account .woocommerce-order-details table.order-details,
    .my-account .woocommerce-order-details table.shop_table {
        width: 100%
    }
}

.my-account .woocommerce-order-details table.order-details th,
.my-account .woocommerce-order-details table.shop_table th {
    padding: 0;
    font-weight: 400
}

.my-account .woocommerce-order-details table.order-details td,
.my-account .woocommerce-order-details table.shop_table td {
    font-weight: 600;
    text-align: right
}

.my-account .woocommerce-order-details table.order-details td,
.my-account .woocommerce-order-details table.order-details th,
.my-account .woocommerce-order-details table.shop_table td,
.my-account .woocommerce-order-details table.shop_table th {
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #ebebeb
}

table.order_details--items {
    width: 100%
}

table.order_details--items thead th {
    padding: 10px 20px
}

table.order_details--items thead th:first-child span {
    display: inline-block;
    margin-left: 75px
}

@media (max-width:767.98px) {
    table.order_details--items thead {
        display: none
    }
}

table.order_details--items tbody .product-quantity {
    font-weight: 400;
    font-size: var(--font-size-regular)
}

table.order_details--items tbody td {
    padding: 20px;
    background-color: #fff
}

table.order_details--items tbody td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

table.order_details--items tbody td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

@media (max-width:767.98px) {
    table.order_details--items tbody td {
        display: block;
        text-align: right !important
    }

    table.order_details--items tbody td:not(.woocommerce-table__product-name)::before {
        float: left;
        font-weight: 400;
        font-size: var(--font-size-regular);
        letter-spacing: .15em;
        text-transform: uppercase;
        content: attr(data-title) ": "
    }
}

table.order_details--items tbody td .wc-item-meta {
    display: none
}

table.order_details--items tbody .woocommerce-Price-amount {
    font-weight: 600;
    font-size: var(--font-size-regular)
}

table.order_details--items tbody .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 9px
}

table.order_details--items .product_name__main {
    display: block;
    margin-bottom: 10px;
    font-size: 16px
}

table.order_details--items .product_name__fabric,
table.order_details--items .product_name__version {
    display: block;
    font-size: var(--font-size-regular);
    line-height: 1.3
}

table.order_details--items tr.spacer {
    height: 20px
}

table.order_details--items th {
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: var(--font-size-regular);
    letter-spacing: .15em;
    text-transform: uppercase
}

table.order_details--items .product-thumbnail {
    width: 50px;
    margin-right: 25px
}

table.order_details--items .product-thumbnail img {
    width: 50px;
    height: 50px
}

table.order_details--items .product-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

table.order_details--items .product-details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.thankyou_page_wrapper {
    position: relative;
    overflow: hidden
}

.thankyou_page_wrapper::before {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100%);
    background: #d7dbe2;
    background: -webkit-linear-gradient(top, #fff 0, #d7dbe2 8%, #d7dbe2 100%);
    background: linear-gradient(180deg, #fff 0, #d7dbe2 8%, #d7dbe2 100%);
    opacity: .2;
    content: "";
    pointer-events: none
}

@media (max-width:991.98px) {
    .thankyou_page_wrapper::before {
        display: none
    }
}

.thankyou__order-overview-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.thankyou__order-overview-wrapper .woocommerce-customer-details {
    width: 35%;
    margin-left: 15%
}

@media (max-width:1199.98px) {
    .thankyou__order-overview-wrapper .woocommerce-customer-details {
        width: 50%;
        margin-left: 0
    }
}

@media (max-width:767.98px) {
    .thankyou__order-overview-wrapper .woocommerce-customer-details {
        width: 100%
    }
}

.thankyou__order-overview-wrapper .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 30px
}

.thankyou__order-overview-wrapper .woocommerce-customer-details address {
    margin-bottom: 70px;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
    border: 0
}

.thankyou__order-overview-wrapper .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-top: 15px;
    padding-left: 0
}

.thankyou__order-overview-wrapper .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    content: none
}

.thankyou__order-overview-wrapper .woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 0
}

.thankyou__order-overview-wrapper .woocommerce-customer-details .woocommerce-customer-details--email::before {
    content: none
}

.thankyou__order-overview-wrapper .woocommerce-customer-details.woocommerce-customer-details--company {
    margin-left: 0
}

.thankyou__ordered-items h2.woocommerce-order-details__title {
    display: none
}

.thankyou__ordered-items .woocommerce-table--order-details.order_details {
    display: none
}

.thankyou__ordered-items .woocommerce-customer-details {
    display: none
}

.thankyou__ordered-items .order_details__summary-title {
    display: none
}

.thankyou__ordered-items .order-details__links {
    display: none
}

.woocommerce-thankyou-order-received {
    padding-top: 25px
}

.woocommerce-thankyou-order-received strong {
    font-weight: 600
}

@media (max-width:575.98px) {
    .thankyou__col {
        padding: 0
    }
}

.woocommerce-thankyou-order-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.woocommerce-thankyou-order-details .order-review__discount-val {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.woocommerce-thankyou-order-details .order-review__discount-val .order-review__discount-val-per {
    display: inline-block;
    margin-right: 10px;
    color: #ff0076
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__status strong {
    color: #ff0076
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__total .amount {
    color: #ff0076;
    font-size: 24px !important
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__total .woocommerce-Price-currencySymbol {
    color: #000;
    font-size: 17px !important
}

.woocommerce-thankyou-order-details li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 !important;
    padding: 20px 5px !important;
    color: #000;
    border-right: 0 !important;
    border-bottom: 1px solid #ebebeb
}

.woocommerce-thankyou-order-details li .order-overview__title {
    font-weight: 400;
    font-size: 16px !important;
    text-transform: none !important
}

@media (max-width:767.98px) {
    .woocommerce-thankyou-order-details li .order-overview__title {
        font-size: 14px !important
    }
}

.woocommerce-thankyou-order-details li .order-overview__title.order-overview__title--icon {
    font-size: var(--font-size-regular) !important
}

.woocommerce-thankyou-order-details li .order-overview__title.order-overview__title--icon svg {
    margin-right: 10px
}

.woocommerce-thankyou-order-details li.woocommerce-order-overview__status {
    border-bottom: 0
}

.woocommerce-thankyou-order-details li.woocommerce-order-overwiew__delivery {
    padding-top: 0 !important
}

.woocommerce-thankyou-order-details li strong {
    font-size: 16px !important;
    text-align: right
}

@media (max-width:767.98px) {
    .woocommerce-thankyou-order-details li strong {
        font-size: 14px !important
    }
}

.thankyou__order-overview {
    width: 50%
}

@media (max-width:1199.98px) {
    .thankyou__order-overview {
        width: 70%
    }
}

@media (max-width:767.98px) {
    .thankyou__order-overview {
        width: 100%
    }
}

.trustpilot-widget::before {
    content: 'Read reviews from our customers:';
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 0 35px;
    display: block;
    font-size: 48px;
    font-weight: 700;
    text-transform: none;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.14
}

@media (max-width:1199.98px) {
    .trustpilot-widget::before {
        font-size: 34px
    }
}

@media (max-width:575.98px) {
    .trustpilot-widget::before {
        font-size: 34px
    }
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    opacity: 1
}