/*   
Theme Name: Lex Company
Version: 2.0
Author: oaks
*/

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Regular.woff2') format('woff2'),
    url('fonts/Montserrat-Regular.woff') format('woff'),
    url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Bold.woff2') format('woff2'),
    url('fonts/Montserrat-Bold.woff') format('woff'),
    url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.eot');
    src: local('Montserrat Light'), local('Montserrat-Light'),
    url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Light.woff2') format('woff2'),
    url('fonts/Montserrat-Light.woff') format('woff'),
    url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Medium.woff2') format('woff2'),
    url('fonts/Montserrat-Medium.woff') format('woff'),
    url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.eot');
    src: local('Montserrat Black'), local('Montserrat-Black'),
    url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Black.woff2') format('woff2'),
    url('fonts/Montserrat-Black.woff') format('woff'),
    url('fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --lex: #bf1b3e;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1900px;
    --breakpoint-xxxl: 3000px;
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

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

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    letter-spacing: normal;
    color: #000;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    margin: 0;

}

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

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;
    -webkit-text-decoration-skip: objects;
}

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

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

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

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
}

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, 0.1);
}

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

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

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

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

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

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

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.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: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

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

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

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 3000px) {
    .container {
        max-width: 2500px;
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1900px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 3000px) {
    .col-xxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxxl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxxl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxxl-0 {
        margin-left: 0;
    }
    .offset-xxxl-1 {
        margin-left: 8.333333%;
    }
    .offset-xxxl-2 {
        margin-left: 16.666667%;
    }
    .offset-xxxl-3 {
        margin-left: 25%;
    }
    .offset-xxxl-4 {
        margin-left: 33.333333%;
    }
    .offset-xxxl-5 {
        margin-left: 41.666667%;
    }
    .offset-xxxl-6 {
        margin-left: 50%;
    }
    .offset-xxxl-7 {
        margin-left: 58.333333%;
    }
    .offset-xxxl-8 {
        margin-left: 66.666667%;
    }
    .offset-xxxl-9 {
        margin-left: 75%;
    }
    .offset-xxxl-10 {
        margin-left: 83.333333%;
    }
    .offset-xxxl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 > th,
.table-secondary > td {
    background-color: #d6d8db;
}

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

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

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

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

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

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

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

.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 > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.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 > th,
.table-light > td {
    background-color: #fdfdfe;
}

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

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

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

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

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

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

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

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

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1899.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}

@media (max-width: 2999.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xxxl > .table-bordered {
        border: 0;
    }
}

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
}

.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:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

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(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.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-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
}

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

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

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

.btn-primary.disabled, .btn-primary:disabled {
    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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

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

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

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

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

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

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

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

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

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.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 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

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

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

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

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

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

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

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:hover, .dropdown-item:focus {
    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;
    background-color: transparent;
}

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

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

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

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

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

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

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

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

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

.btn-group > .btn:first-child {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.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: 0.25rem;
}

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

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

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

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

.custom-control-inline {
    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;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-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 {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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 {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%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, 0.5);
}

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-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, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%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 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

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

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

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

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

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

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

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff;
}

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none;
}

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

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

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.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-appearance: none;
    appearance: none;
}

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

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

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}

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

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

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

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

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

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

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

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

.nav-link.disabled {
    color: #6c757d;
}

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

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    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: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.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 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    /*.navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }*/
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1899.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1900px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

@media (max-width: 2999.98px) {
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 3000px) {
    .navbar-expand-xxxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xxxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xxxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xxxl .navbar-toggler {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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, 0.5);
}

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

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

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

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

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

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

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

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

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.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:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    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;
}

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

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

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

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

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

.breadcrumb-item.active {
    color: #6c757d;
}

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

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #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 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

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

.page-item.active .page-link {
    z-index: 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: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

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

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

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

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

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

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

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

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

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

.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

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

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

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

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

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

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

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

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

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.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: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

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

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

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

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    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: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}

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

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    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:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    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:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    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:hover, .list-group-item-danger.list-group-item-action:focus {
    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:hover, .list-group-item-light.list-group-item-action:focus {
    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:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

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

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

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

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

.modal-title {
    width: 100%;
    line-height: 1.2;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 30px;
}

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.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-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #fff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #fff;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #fff;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #000;
    text-align: center;
}
.tooltip-inner {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    box-shadow: 0 10px 30px rgba(13, 70, 144, .2)!important;
    border-radius: 5px;
    padding:10px 20px;
    font-family: 'Montserrat', sans-serif;
    opacity: 1 !important;
    border: 1px solid #fff;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.this-slide-banner {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100% !important;
}
.content-this-banner {
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.home-swiper-slider .swiper-slide {
    margin-right: 0;
}
.home-swiper-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.this-content-block {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 40px;
}
.carousel-title {
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
}
.this-content-block a.slide-btn-go {
    padding: 20px 30px;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}
.this-content-block a.slide-btn-go:hover {
    background-color: var(--lex);
    color: #fff;
}
.this-content-block .carousel-title {
    color: #fff;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
    border-color: #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 {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

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

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

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

.d-none {
    display: none !important;
}

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

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

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

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

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1900px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 3000px) {
    .d-xxxl-none {
        display: none !important;
    }
    .d-xxxl-inline {
        display: inline !important;
    }
    .d-xxxl-inline-block {
        display: inline-block !important;
    }
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-table {
        display: table !important;
    }
    .d-xxxl-table-row {
        display: table-row !important;
    }
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
    .d-xxxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1900px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 3000px) {
    .flex-xxxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xxxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xxxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxxl-stretch {
        -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;
    }
}

@media (min-width: 1900px) {
    .float-xxl-left {
        float: left !important;
    }
    .float-xxl-right {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
}

@media (min-width: 3000px) {
    .float-xxxl-left {
        float: left !important;
    }
    .float-xxxl-right {
        float: right !important;
    }
    .float-xxxl-none {
        float: none !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;
}
header.shadow {
    position: relative;
    z-index: 100;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0 30px rgba(13, 70, 144, 0.2) !important;
}

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

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

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

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

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

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

.w-auto {
    width: auto !important;
}

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

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

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

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

.h-auto {
    height: auto !important;
}

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

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

.m-0 {
    margin: 0 !important;
}

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

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

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

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

.m-1 {
    margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
    margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
    padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1900px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 3000px) {
    .m-xxxl-0 {
        margin: 0 !important;
    }
    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important;
    }
    .m-xxxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxxl-3 {
        margin: 1rem !important;
    }
    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxxl-5 {
        margin: 3rem !important;
    }
    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxxl-0 {
        padding: 0 !important;
    }
    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important;
    }
    .p-xxxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxxl-3 {
        padding: 1rem !important;
    }
    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxxl-5 {
        padding: 3rem !important;
    }
    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxxl-auto {
        margin: auto !important;
    }
    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important;
    }
    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important;
    }
    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1900px) {
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 3000px) {
    .text-xxxl-left {
        text-align: left !important;
    }
    .text-xxxl-right {
        text-align: right !important;
    }
    .text-xxxl-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-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

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

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

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

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

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

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

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

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        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 th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
}



h1, h2, h3, h4, h5 {
	font-weight: 800;
}
a {
	color: #000;
}
a:hover {
	color: var(--lex);
}
:focus,
a:focus,
button:focus,
input:focus {
	outline: none;
}
.container {
    position: relative;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
  color: #000;
  border-bottom: 3px solid;
}
ul#tab-product .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
  color: #fff;
  border-bottom: 3px solid;
}

.bg-about-image img {
  width: 100%;
}

.item-product-lex {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
}
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon, div.bhoechie-tab-menu div.list-group > a .fa {
  color: #000000;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #000000;
  color: #ffffff;
}
.modal-content {
    border: none !important;
}
.top-bar-lex .widget.yith-woocompare-widget {
    height: 24px;
}
div.bhoechie-tab-menu div.list-group > a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #000000;
}

div.bhoechie-tab-content {
  height: 100%;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.bhoechie-tab {
  padding-left: 0;
}

.header-lex {
  background-color: #fff;
  padding: 20px;
}

.header-lex h2 {
  margin: 0;
}
a.item-logo-lex {
    display: block;
    height: 40px;
}
div#logotype-lex img {
    width: 100%;
    height: auto;
}
#navigation-category-lex {
    position: absolute;
    top: 106px;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    height: 60px;
    padding-top: 8px;
    -webkit-transition: height .2s linear;
    -moz-transition: height .2s linear;
    transition: height .2s linear;
}
div#navigation-category-lex:hover {
    height: 150px;
    -webkit-transition: height .2s linear;
    -moz-transition: height .2s linear;
    transition: height .2s linear;
}
div#navigation-category-lex span.nav-icon svg {
    height: 55px;
}
div#navigation-category-lex .navbar-nav .nav-link {
    transform: translateY(-70px);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
div#navigation-category-lex:hover .navbar-nav .nav-link {
    transform: translateY(0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
div#navigation-category-lex li.nav-item {
    height: 50px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
div#navigation-category-lex:hover li.nav-item {
    height: 112px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
span.nav-icon {
    height: 55px !important;
    margin-bottom: 16px;
}
.navbar.navbar-light.navbar-expand-xl {
  padding: 0;
}

.nav-item.text-center {
  margin-right: 10px;
}

#wrapper-footer-lex {
  background-color: #151515;
  color: rgb(255,255,255);
  padding: 100px 0;
}

.list-unstyled.d-xl-flex.justify-content-xl-start.item-footer-cond-lex {
  margin: 0;
}

#partners-lex {
  padding: 60px 0;
}

#item-copyright-lex span {
  font-size: 12px;
}

#cond-lex li {
  font-size: 13px;
}

#search-lex {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1200px) {
    div#search-lex a {
        color: var(--lex) !important;
    }
}
div#search-lex a {
    color: #fff;
}
div#logout-partners {
    display: flex;
    align-items: center;
}
div#categoryLex ul.nav.navbar-nav {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: nowrap;
}
.h1, h1 {
  font-weight: 900;
}

#lex-about-text {
  padding: 60px 0;
}

.item-product-image img {
  width: 100%;
}

.item-product-description h3 {
  font-size: 18px;
  text-align: left;
}

.item-product-description h4 {
  font-size: 14px;
  text-align: left;
}

.item-product-description {
  text-align: center;
}
.item-product-lex:last-child {
  margin-bottom: 0;
}

#company-news-lex {
  padding: 60px 0;
  background-color: #f7f7f7;
}

#category-product-lex {
  padding: 60px 0;
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 120px;
}
section#details-product-lex .nav-tabs {
	position: relative;
  	border-bottom: none;
    width: 100%;
	background-color: var(--lex);
    z-index: 1;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  	border-bottom: 3px solid #fff;
  	color: #fff;
	background-color: transparent;
}

.nav-tabs .nav-link {
  	color: #fff;
  	padding: 20px 0;
  	margin-right: 30px;
  	border: none;
  	border-bottom: 3px solid transparent;
	background-color: transparent;
  	font-size: 14px;
  	font-weight: 500;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.nav-tabs .nav-item:last-child .nav-link {
  	margin-right: 0;
}

.heading-lex {
  padding: 30px 0;
}

.item-phone-lex {
  	font-weight: 500;
  	font-size: 16px;
	height: 20px;
    line-height: 20px;
}

.item-mail-lex {
  	font-weight: 500;
  	font-size: 16px;
	height: 30px;
    line-height: 30px;
}
div#navigation-category-lex .navbar-nav .nav-link {
	font-weight: 500;
    color: #000;
    padding: 0!important;
    text-align: center;
    border-radius: 4px;
}
div#navigation-category-lex .navbar-nav .nav-link:hover {
    color: var(--lex);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
div#navigation-category-lex .navbar-nav .nav-link:hover svg {
   	fill: var(--lex) !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a.nav-link i {
    font-size: 18px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}
a.nav-link.sale-item-link i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    font-size: 50px;
}
a.nav-link.sale-item-link {
    background-color: var(--lex);
    padding: 15px 10px;
    border-radius: 20px;
    width: 100%;
}
.categoryNav-mobile a.nav-link.sale-item-link {
    height: 119px;
	border-radius: 0;
    color: #fff;
}
.categoryNav-mobile a.nav-link.sale-item-link i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    font-size: 55px;
}
.categoryNav-mobile a.nav-link span {
    font-size: 12px;
}
#top-bar-lex .navbar-nav .nav-link {
  	font-weight: 500;
  	color: rgba(255,255,255,0.9) !important;
	font-size: 13px;
}

#top-bar-lex {
	z-index: 99999;
    position: relative;
  	border-bottom: 1px solid #e3e3e3;
  	background-color: #000000;
}

.navbar.navbar-light.navbar-expand-md.d-xl-flex {
  padding: 0;
}

button.navbar-toggler.CatNav {
    color: rgb(0, 0, 0);
    border-color: rgba(0,0,0,.1);
    font-size: 14px;
    border: none;
    text-align: left;
    padding: 0;
	font-weight: 500;
}
button.navbar-toggler.CatNav i.fal.fa-bars,
button.navbar-toggler.CatNav i.fal.fa-times{
    float: left;
    font-size: 24px;
    margin-right: 5px;
	width: 20px;
    height: 20px;
    text-align: center;
}
.itemCatLexNav a.nav-link span {
    font-size: 14px;
    font-weight: 500;
}
header {
	background-color: #fff;
	z-index: 1;
}
#lex-info.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#lex-info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 9;
}
a.item-logo-lex svg {
    height: 40px;
}
.navbar-expand-md .navbar-nav {
  font-size: 14px;
  color: #fff;
}
.woocommerce-product-gallery {
    position: relative;
    margin: 0 -15px 40px -15px;
    max-width: 100%;
    width: 100%;
}
.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    text-align: center;
}
.woocommerce-product-gallery .flex-control-thumbs {
	width: 15%;
	list-style-type: none;
    padding: 0;
    float: left;
}
.flex-viewport {
    float: right;
    width: 85%;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    margin: 0 0 10px 0;
}

@media (min-width: 992px) {
	div.product .woocommerce-product-gallery .flex-control-thumbs li {
		margin: 0 16px 16px 0;
		width: calc(100% / 4 - 12px);
	}
	div.product .woocommerce-product-gallery .flex-control-thumbs {
		padding: 32px 0 0 0;
	}
	div.product .woocommerce-product-gallery {
		width: calc(100% - 430px);
		margin: 0 45px 120px 0;
	}
}
@media (min-width: 768px) {
	div.product .woocommerce-product-gallery {
		max-width: 600px;
	}
	div#logotype-lex img {
		max-width: 145px;
	}
}
@media (max-width: 768px) {
	div#logotype-lex img {
		max-width: 145px;
	}
	.fix-bar.is_stuck {
		top: inherit !important;
		bottom: 0;
		height: 70px !important;
		padding: 10px 0;
		text-align: center !important;
	}
}
@media (max-width: 1024px) {
	div#logotype-lex img {
		max-width: 145px;
	}
}
@media (min-width:1024px) {
	header {
		height: auto;
	}
}
@media (min-width: 1200px) {
	header {
		height: 68px;
	}
}
h1.product_title_lex {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 30px;
}
.product_meta_lex {
    background-color: #fff;
    border-radius: 4px;
    padding: 3px 15px;
    display: inline-block;
}
span.sku {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}
span.sku_wrapper {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}
del span.woocommerce-Price-amount.amount {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #9da2a5;
}
del {
    color: #9da2a5;
}
.fix-bar del {
    width: 40%;
    color: #9da2a5;
}
.info-product .fix-bar span.woocommerce-Price-amount.amount {
    font-size: 26px;
}
.itemDescriptionCategoryProductLex ins {
    text-decoration: none;
}
.price del {
	color: #cbcfd2;
}
.price ins {
    text-decoration: none;
}
span.woocommerce-Price-amount.amount {
    font-size: 26px;
    font-weight: 900;
}
table.shop_attributes_lex {
    width: 100%;
    border-top: 0;
    margin-bottom: 0;
}
table.shop_attributes_lex tr {
    width: 48%;
    float: left;
    margin-right: 2%;
	padding: 10px 0;
	border-bottom: 1px dotted #9e9e9e;
}
table.shop_attributes_lex tr th {
    text-align: left;
    font-weight: 600;
    width: 320px;
    padding: 0;
    border: none;
    font-size: 14px;
}
table.shop_attributes_lex tr td p {
		margin: 0;
		font-weight: 500;
		font-size: 14px;
}
table.shop_attributes_lex tr td p a {
    color: #000;
}
.subtitle-product-lex {
    font-size: 15px;
	font-weight: 500;
}
.product-details-description-lex {
    width: 70%;
}
span.price-text-rrc {
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
section#related-product-lex {
    padding: 6rem 0;
	background-color: #f0f0f0;
}
section#related-product-lex h2 {
    text-align: center;
}
ul.nav.nav-tabs.justify-content-xl-center.align-items-xl-center.is_stuck {
    width: 100% !important;
    left: 0;
    background-color: #fff;
}
.stock.in-stock {
    font-weight: 500;
    font-size: 14px;
	margin-bottom: 15px;
}
button.add_to_cart_button.ajax_add_to_cart.product_type_simple.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lex);
    padding: 15px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid var(--lex);
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    height: 61px;
    max-width: 220px;
    width: 100%;
}
button.add_to_cart_button.ajax_add_to_cart.product_type_simple.button:focus {
	outline: none;
}
span.and_single_add_to_cart {
    margin-left: -50px;
    z-index: 1;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    color: var(--lex);
    font-weight: 700;
    box-shadow: 0 0 30px rgba(13, 70, 144,.2);
    border: 1px solid var(--lex);
}
.awooc-custom-order-button.show-add-to-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000;
    padding: 15px 25px 15px 80px;
    border-radius: 50px;
    color: var(--lex);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid var(--lex);
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    height: 61px;
    margin-left: -62px;
    max-width: 220px;
    width: 100%;
    box-shadow: 0 0 30px rgba(13, 70, 144,.2);
}
span.awooc-sum-wrapper {
    background-color: var(--lex);
    color: #fff;
    padding: 3px 20px;
    display: block;
    border-radius: 5px;
}
.awooc-col.columns-right .wpcf7-response-output {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px !important;
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}
.awooc-col.columns-right .wpcf7-response-output:before {
    content: "";
    background-image: url(/wp-content/themes/lex-company/img/check-bold.svg);
    width: 110px;
    height: 110px;
    position: absolute;
    top: 21%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
figure.woocommerce-product-gallery__wrapper img {
    width: 100%;
}
.instruction-icon i {
    font-size: 80px;
    margin-bottom: 15px;
}
.item-document-product-lex {
    padding: 0 30px 0 0;
    z-index: 0;
}
.instruction-content {
    width: 100%;
}
.instruction-content > span {
    display: block;
}
span.non_instruction {
	display: inline-block !important;
    background-color: #ffffff;
    border: 1px solid var(--lex);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 500;
    color: var(--lex);
}
.itemDescriptionCategoryProductLex h3.titleCategoryProductLex {
    font-size: 16px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.itemDescriptionCategoryProductLex h4.subtitle {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
	height: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
}
h4.subtitle-product-lex.output_assortment i.fal.fa-info-circle,
h4.subtitle i.fal.fa-info-circle {
    margin-right: 5px;
    font-size: 22px;
	color: var(--lex);
}
.stock-false span.woocommerce-Price-amount.amount, .stock-false .itemDescriptionCategoryProductLex ins span.woocommerce-Price-amount.amount {
    color: #cbcfd2 !important;
}
.itemDescriptionCategoryProductLex ins span.woocommerce-Price-amount.amount {
    color: var(--lex);
}
.post-type-archive .itemCatalog-productLex .itemListProductlex {
    height: auto;
}
.post-type-archive .itemCatalog-productLex .type-product__lex:hover .itemListProductlex {
    height: auto;
    box-shadow: none;
}
.homeCarousel__product {
    padding-bottom: 150px !important;
    margin-bottom: -150px !important;
}
.list-price {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.itemDescriptionCategoryProductLex .list-price del {
    width: 100%;
}
section#related-product-lex .itemCatalog-productLex {
    padding: 20px 0;
}
.filter-productsLex .itemListProductlex {
    padding: 0 20px 40px;
    border: none;
    box-shadow: 0 5px 30px rgba(13, 70, 144, .2);
    border-radius: 20px;
}
h3.titleCategoryProductLex a {
    color: #000;
    text-decoration: none;
	text-transform: uppercase;
}
.stock, .outofstock {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 23px;
}
.itemDescriptionCategoryProductLex .stock, .itemDescriptionCategoryProductLex .outofstock {
    margin-top: 25px !important;
    margin-bottom: 0;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
a.readmoreProductLex {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #cbcfd2;
    border-radius: 100%;
    color: #cbcfd2;
}
a.readmoreProductLex:hover {
    border: 1px solid #000;
    color: #000;
}
.itemCatalog-productLex {
    position: relative;
}
.productList-atrrLex {
    font-size: 14px;
    margin-bottom: 20px;
	color: #636363;
}
span.headingAtrr {
    font-weight: 500;
}
span.itemInfoAtrr {
    text-transform: capitalize;
}
.skuList {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cbcfd2;
    font-size: 12px;
    font-weight: 500;
    color: #636363;
}
.itemDescriptionCategoryProductLex .star-rating {
    width: 5.6em;
}
.itemDescriptionCategoryProductLex .productLex-rating {
    padding: 5px 0 15px;
	height: 46px;
}
.itemCatalog-productLex .elektronnyj-katalog-lex.product-category.product,
.itemCatalog-productLex .arxiv-produkcii.product-category.product,
.itemCatalog-productLex .uncategorized.product-category.product {
    display: none;
}
.sale.product-category.product .itemListProductlex {
    background-color: var(--lex);
}
.sale.product-category.product .itemListProductlex h3.titleCategoryProductLex {
    color: #fff;
}
.product-category.product h3.titleCategoryProductLex {
    font-weight: 700;
    margin-top: 50px;
}
@media screen and (min-width: 1900px) and (max-width: 2500px) {
    .type-product__lex {
        position: relative;
        width: calc(100%/5) !important;
        flex: inherit;
        max-width: inherit;
    }
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    height: 59px;
    margin: 25px auto 0;
    padding: 15px;
    border-radius: 50px;
    color: var(--lex);
    border: 1px solid var(--lex);
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover .icon-btn-cart {
    display: none;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart .icon-btn-cart {
    display: block;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart .hover-icon-btn-cart {
    display: none;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover .hover-icon-btn-cart {
    display: block;
}
.single-product div#right-info-product__lex a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 15px 80px;
    border: 1px solid var(--lex);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: var(--lex);
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart svg.hover-cart {
    display: none;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover svg.hover-cart {
    display: block;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart svg {
    width: 25px;
    margin-right: 10px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    background-color: var(--lex);
    color: #fff;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	background-color: var(--lex);
	color: #fff;
}
nav.woocommerce-pagination {
    padding: 1.875rem  /* 30/16 */ 0;
}
ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: center;
}
ul.page-numbers li {
    display: inline-block;
}
a.page-numbers, span.page-numbers {
    width: 2.5rem  /* 40/16 */;
    height: 2.5rem  /* 40/16 */;
    line-height: 2.4375rem  /* 39/16 */;
    border: 1px solid #cbcfd2;
	background-color: #fff;
    border-radius: 100%;
    margin-right: 0.625rem  /* 10/16 */;
    display: block;
    cursor: pointer;
	font-weight: 500;
    font-size: 0.875rem  /* 14/16 */;
	text-decoration: none;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
a.page-numbers:hover, span.page-numbers:hover {
	color: #fff;
    border-color: var(--lex);
    background-color: var(--lex);
}
span.page-numbers.current {
    color: #fff;
    border-color: var(--lex);
    background-color: var(--lex);
}
.getAttr {
    font-size: 0.8125rem  /* 13/16 */;
    color: #636363;
    margin-bottom: 0.3125rem  /* 5/16 */;
}
.getAttr span {
    font-weight: 500;
}
a.compare.button_compare_grid_list {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #cbcfd2;
    border-radius: 100%;
    color: #cbcfd2;
}
a.compare.button_compare_grid_list:hover {
    border: 1px solid var(--lex);
    color: #fff;
	background-color: var(--lex);
}
dl.tm-extra-product-options-totals.tm-custom-price-totals {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
dt.tm-final-totals {
    margin-top: 15px;
    font-size: 18px;
    width: 100%;
}
dt.tm-options-totals {
    margin-right: 10px;
    font-weight: 500;
}
.percentage {
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background-color: #FA4C4C;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    border: 1px solid #FA4C4C;
}
.percentage.percentage-repack {
    top: 180px;
	background-color: #ff7307;
    border: 1px solid #ff7307;
}
.inside-text > span {
    font-size: 14px;
    font-weight: 500;
	color: #fff;
}
div#pills-tabContent {
    position: relative;
}
section#headerListProductLex {
    padding: 30px 0 34px;
    text-align: center;
}
section#contentListProductLex {
    background-color: #f0f0f0;
	border-bottom: 1px solid #cbcfd2;
	padding-top: 0;
}
.archive section#contentListProductLex {
    padding-top: 30px;
}
.item-subcategoryProductLex.item-sale-subcategory {
    background-color: var(--lex);
}
.item-subcategoryProductLex.item-sale-subcategory i {
	font-size: 75px;
}
.item-subcategoryProductLex.item-sale-subcategory a {
	color: #fff;
}
@media screen and (max-width: 1200px) {
    .breadcrumbs-lex {
        overflow-x: auto;
        padding-bottom: 10px;
    }
    div#prdctfltr-4 .prdctfltr_buttons {
        display: flex;
        justify-content: center;
    }
    .prdctfltr_wc {
        margin-bottom: 10px !important;
    }
    button.navbar-toggler.TopBarNav svg {
        margin-right: 5px;
        width: 20px;
    }
    button.navbar-toggler.TopBarNav svg path {
        fill: #000 !important;
    }
    svg.svg-close-bar {
        display: none;
    }
    button.navbar-toggler.TopBarNav.text-left.open-toggler svg.svg-close-bar {
        display: block;
    }
    button.navbar-toggler.TopBarNav.text-left.open-toggler svg.svg-bar {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .itemDescriptionCategoryProductLex h3.titleCategoryProductLex {
        height: auto;
    }
    .list-price {
        height: auto;
    }
    .item-pervid {
        bottom: 20px;
    }
    .itemListProductlex {
        padding: 30px 15px 30px;
    }
}
.breadcrumbs-lex {
    font-size: 14px;
    font-weight: 500;
	color: #929292;
}
.breadcrumbs-lex svg {
    margin: 0 5px;
    overflow: initial;
}
.breadcrumbs-lex a {
    text-decoration: none;
	color: #000;
}
.breadcrumbs-lex span.kb_title {
    color: #929292;
}
#right-info-product__lex a.added_to_cart.wc-forward {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: absolute;
    bottom: -35px;
    left: 15px;
    white-space: nowrap;
}
.item-productImageLex img {
    min-height: 375px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home .item-productImageLex img {
    width: 274px;
    height: 274px;
    object-fit: contain;
}
figure.lexProduct-gallery__wrapper {
    margin: 0;
}
nav.woocommerce-breadcrumb a {
    color: #000000;
}
nav.woocommerce-breadcrumb {
    font-size: 14px;
    font-weight: 500;
}
a.nav-link img {
    width: 70px;
}
a.nav-link span {
    height: 41px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
    justify-content: center;
    align-items: center;
}
span.image-productCategory-nav svg {
    width: 50px;
    height: 50px;
}
/*desctop category nav*/
.categoryNav-mobile span.image-productCategory-nav {
    height: 60px;
    width: 60px;
}
span.image-productCategory-nav {
    height: 50px !important;
	margin-bottom: 10px;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*span.image-productCategory-nav.nav-hoods {
	background-image: url(/wp-content/uploads/dishwasher-lex_6270854309aedba446f13d1e1be51275.png);
}
span.image-productCategory-nav.nav-cooking {
	background-image: url(/wp-content/uploads/stove-lex_0359d3164945a61722ec80cb33799aef.png);
}
span.image-productCategory-nav.nav-oven {
	background-image: url(/wp-content/uploads/owen-lex_8b4bd2634b5eec717c1b366683ad23f9.png);
}
span.image-productCategory-nav.nav-dishwasher {
	background-image: url(/wp-content/uploads/extractor-hood-lex_661a419dbba2470d24b99da963bad317.png);
}
span.image-productCategory-nav.nav-wash {
	background-image: url(/wp-content/uploads/sink-lex_bfde072dfbc5462d6b7bdf675caed98b.png);
}
span.image-productCategory-nav.nav-sink {
	background-image: url(/wp-content/uploads/plumbering2-lex_3f278154c073c1170fd4405ca41fbb48.png);
}
span.image-productCategory-nav.nav-refrigerator {
	background-image: url(/wp-content/uploads/refrigerator-lex_dec57308dbdbe5dd1449e2c8da7d25b8.png);
}*/
/*span.image-productCategory-nav.nav-grill {
	background-image: url(/wp-content/uploads/565yh5.png);
	width: 50px;
    height: 50px;
	margin: 0 auto 10px;
}*/
/*span.image-productCategory-nav.nav-microwave {
	width: 80px;
	background-image: url(/wp-content/uploads/microwave.png);
}*/
.categoryNav-mobile span.image-productCategory-nav.nav-microwave {
    width: 70px;
}
span.image-productCategory-nav.nav-filter {
	background-image: url(/wp-content/uploads/icon-filter-bl.png);
}
/*mobile category header nav*/
span.image-productCategory-nav-mobile {
    height: 60px !important;
    width: 60px !important;
	margin: 0 auto 15px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
span.image-productCategory-nav-mobile svg {
    width: 60px;
    height: 60px;
}
span.image-productCategory-nav-mobile svg {
    fill: #fff;
}
/*span.image-productCategory-nav-mobile.nav-hoods {
	background-image: url(/wp-content/uploads/extractor-hood.png);
}
span.image-productCategory-nav-mobile.nav-cooking {
	background-image: url(https://lex1.ru/wp-content/uploads/stove.png);
}
span.image-productCategory-nav-mobile.nav-oven {
	background-image: url(/wp-content/uploads/oven.png);
}
span.image-productCategory-nav-mobile.nav-dishwasher {
	background-image: url(/wp-content/uploads/dishwasher.png);
}*/
span.image-productCategory-nav-mobile.nav-wash {
	background-image: url(/wp-content/uploads/sink.png);
}
span.image-productCategory-nav-mobile.nav-sink {
	background-image: url(/wp-content/uploads/plumbering.png);
}
span.image-productCategory-nav-mobile.nav-filter {
	background-image: url(/wp-content/uploads/icon-filter.png);
}
/*span.image-productCategory-nav-mobile.nav-refrigerator {
	background-image: url(/wp-content/uploads/refrigerator.png);
}*/
span.image-productCategory-nav-mobile.nav-grill {
	background-image: url(/wp-content/uploads/565yh5.png);
}
/*span.image-productCategory-nav-mobile.nav-microwave {
	width: 80px;
	background-image: url(/wp-content/uploads/microwave-wh.png);
}*/
.categoryNav-mobile .nav-link {
    display: block;
    padding: 15px 10px;
}
ul.mini-cartLex {
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 1200px) {
	a.cart-contents {
		padding-right: 0 !important;
	}
}
.cart-itemLex {
    position: fixed;
    top: 0;
    height: 100%;
    width: 450px;
	padding: 70px 60px 30px;
	overflow-y: auto;
    background-color: #f0f0f0;
	transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.cart-itemLex.hidden {
	visibility: hidden;
}
.cart-itemLex.active {
	visibility: visible;
  	right: -16px;
	-webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
	z-index: 9999999999999;
}
.item-image-mini-cartLex img {
    width: 100%;
    height: auto;
}
.itemDescriptionCategoryProductLex a.review-linkLex {
    display: none;
}
h3.product-name-miniCartLex {
    font-size: 13px;
}
span.item-text-mini-cartLex {
    font-size: 14px;
	display: block;
}
span.item-text-mini-cartLex span.woocommerce-Price-amount.amount {
    font-size: 14px;
}
li.mini-cart-itemLex.mini_cart_item {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-radius: 10px;
	padding: 0;
    background-color: #fff;
	text-align: left;
	position: relative;
    overflow: hidden;
}
h3.title-mini-cartLex {
    font-size: 22px;
	text-align: center;
}
a.close-menu {
    font-size: 14px;
	text-align: center;
    margin-bottom: 30px;
	text-decoration: none;
	font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.close-menu i {
    font-size: 40px;
    color: #636363;
    display: block;
}
a.remove.remove_from_cart_button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid;
    display: block;
    text-align: center;
    color: #000;
    top: -20px;
    right: 3px;
    position: absolute;
    z-index: 9;
}
@keyframes cartOpen {
  from {
    right: -700px;
  }
  to {
    right: -15px;
  }
}

@keyframes cartClose {
  from {
    right: -15px;
  }
  to {
    right: -700px;
  }
}
.sk-circle {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -50px;
    display: none;
}
.sk-circle.list-tax-product {
    display: block;
}
a.cart-contents {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}
a.cart-contents svg {
    height: 20px;
}
span.item-count-productLex {
    position: absolute !important;
    top: -7px;
    left: -10px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-weight: 700;
    background-color: var(--lex);
    color: #fff;
    overflow: hidden;
}
span.yith-woocompare-counter:hover span.yith-woocompare-count {
    color: var(--lex);
}
header span.yith-woocompare-counter:hover span.yith-woocompare-count {
    color: #fff !important;
}
.woocommerce.product.compare-button a.compare {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #cbcfd2;
    border-radius: 100%;
    color: #cbcfd2;
}
.woocommerce.product.compare-button a.compare.added {
    background-color: var(--lex);
    color: #fff;
    border: 1px solid var(--lex);
}
.woocommerce.product.compare-button a.compare.added i {
    font-weight: 600;
}
.top-bar-nav-mobile span.yith-woocompare-icon i {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.top-bar-nav-mobile .yith-woocompare-counter span.yith-woocompare-count {
    top: -5px;
}
.top-bar-nav-mobile .compareHeader,
.top-bar-nav-mobile .wishlistHeader{
    margin: 15px 25px 15px 0;
	height: 20px;
}
.yith-woocompare-counter span.yith-woocompare-icon {
    margin-right: 0px !important;
}
.overlay-cart-miniLex {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}
.top-bar-nav-mobile .wishlistHeader a {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    line-height: 24px;
}
.top-bar-nav-mobile span.counter-selectorWishlist {
	top: -5px;
}
.overlay-cart-miniLex.active {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}
.go-shopLex {
	padding: 15px 30px;
    border: 1px solid #cbcfd2;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.widget_shopping_cart_content {
    text-align: center;
}
.item-mini-cart-item.clossed:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
}
@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
span.item-phone-lex i, .item-mail-lex i {
    font-size: 30px;
	margin-right: 10px;
}

@media screen and (min-width: 1200px) {
    div#phone-lex {
        margin-right: 60px;
    }
}
div#phone-lex, div#mail-lex {
    display: flex;
    align-items: center;
}
div#phone-lex svg, div#mail-lex svg {
    height: 30px;
    margin-right: 15px;
}
div#phone-lex i, #mail-lex i {
    float: left;
	font-size: 30px;
	margin-right: 10px;
}
.item-total-mini-cartLex > span {
    font-size: 14px;
}
.item-total-mini-cartLex span.woocommerce-Price-amount.amount {
    font-size: 22px;
}

a.button.wc-forward {
    font-weight: 700;
    text-decoration: underline;
}
a.button.checkout.wc-forward {
    background-color: var(--lex);
    color: #fff;
}
.widget_shopping_cart_content a.button.checkout.wc-forward {
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.widget_shopping_cart_content a.button.wc-forward {
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: var(--lex);
    color: #fff;
    font-weight: 500;
}
.itemDescriptionCategoryProductLex a.added_to_cart.wc-forward {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    white-space: nowrap;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    background-color: var(--lex);
    font-size: 14px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-total-mini-cartLex {
    margin-bottom: 30px;
}
li.mini-cart-itemLex.shadow.mini_cart_item .item-mini-cart-item {
   	padding: 20px;
}
li.mini-cart-itemLex.shadow.mini_cart_item .item-mini-cart-item.spinner-remove {
    position: relative;
}

li.mini-cart-itemLex.shadow.mini_cart_item .item-mini-cart-item.spinner-remove:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 239, 239, 0.7);
}
li.mini-cart-itemLex.shadow.mini_cart_item .item-mini-cart-item.spinner-remove:before {
    content: "\f110";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 39%;
    width: auto;
    opacity: 1;
    z-index: 999999;
    transform: translate(-50%, -50%);
	-webkit-animation-name: rotation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.product.type-product.status-publish.outofstock:before {
	content: none;
}
.outofstock.soon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.outofstock.soon svg {
    width: 35px;
    margin-right: 10px;
}
.item-carousel-productLex {
    width: 130px;
    height: 130px;
    overflow: hidden;
	border-radius: 20px;
	border: 1px solid #cbcfd2;
}
.item-carousel-productLex.video-productLex svg {
    width: 50px;
    height: 50px;
}
.carousel-productLex .owl-stage.d-flex.align-items-center {
    margin: 0 auto;
}
.item-carousel-productLex img {
    width: 130% !important;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
body.compensate-for-scrollbar {
    overflow: auto !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
figure.lexProduct-gallery__wrapper img {
    width: 100%;
}
.item-carousel-productLex.video-productLex a {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    display: block;
	color: #000;
    font-weight: 500;
	font-size: 14px;
	text-decoration: none;
}
.item-carousel-productLex.video-productLex a i {
    font-size: 50px;
	color: var(--lex);
}
.item-carousel-productLex.video-productLex a:before, 
.item-carousel-productLex.video-productLex a:after,
.item-carousel-productLex.video-productLex a:hover:before,
.item-carousel-productLex.video-productLex a:hover:after {
	content: none;
}
.item-carousel-productLex.video-productLex a:hover {
    opacity: .5;
    transition: all .1s linear;
}
.item-carousel-productLex a:before {
    content: "\f302";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	visibility: hidden;
	z-index: 9;
    font-size: 36px;
	opacity: 0;
	transition: opacity .2s;
}
.item-carousel-productLex a:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
}
.item-carousel-productLex a:hover:before,
.item-carousel-productLex a:hover:after{
	visibility: visible;
	color: #000;
	opacity: 1;
	transition: opacity .2s;
}
.item-convention-icon {
	z-index: 0;
    padding-top: 190px;
    margin-top: -190px;
	
}
.item-convention-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.item-convention-icon ul li {
    width: 40px;
    height: 40px;
    display: block;
    margin: 20px auto;
}
.item-convention-icon ul li:first-child {
    margin-top: 0;
}
i.convention-icon {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 46px;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
i.convention-icon:hover {
	cursor: pointer;
}
i.convention-icon.icon-touch_control_type_hoods {
	background-image: url(/wp-content/uploads/touch_control_type_hoods.jpg);
}
i.convention-icon.icon-push_control_type_hoods {
	background-image: url(/wp-content/uploads/push_control_type_hoods.jpg);
}
i.convention-icon.icon-key_control_type_hoods {
	background-image: url(/wp-content/uploads/key_control_type_hoods.jpg);
}
i.convention-icon.icon-electronic_type_control_hoods {
	background-image: url(/wp-content/uploads/electronic_type_control_hoods.jpg);
}
i.convention-icon.icon-control_type_slider_hoods {
	background-image: url(/wp-content/uploads/control_type_slider_hoods.jpg);
}
i.convention-icon.icon-illumination_incandescent_lamps_hoods {
	background-image: url(/wp-content/uploads/illumination_incandescent_lamps_hoods.jpg);
}
i.convention-icon.icon-lights_led_lamp_hoods {
	background-image: url(/wp-content/uploads/lights_led_lamp_hoods.jpg);
}
i.convention-icon.icon-backlight_halogen_lamps_hoods {
	background-image: url(/wp-content/uploads/backlight_halogen_lamps_hoods.jpg);
}
i.convention-icon.icon-control_backlight_hoods {
	background-image: url(/wp-content/uploads/control_backlight_hoods.jpg);
}
i.convention-icon.icon-single_motor_hoods {
	background-image: url(/wp-content/uploads/single_motor_hoods.jpg);
}
i.convention-icon.icon-double_motor_hoods {
	background-image: url(/wp-content/uploads/double_motor_hoods.jpg);
}
i.convention-icon.icon-quiet_operation_hoods {
	background-image: url(/wp-content/uploads/quiet_operation_hoods.jpg);
}
i.convention-icon.icon-non_ionized_tree_hoods {
	background-image: url(/wp-content/uploads/non_ionized_tree_hoods.jpg);
}
i.convention-icon.icon-lcd_display_hoods {
	background-image: url(/wp-content/uploads/lcd_display_hoods.jpg);
}
i.convention-icon.icon-enhanced_motor_power_hoods {
	background-image: url(/wp-content/uploads/enhanced_motor_power_hoods.jpg);
}
i.convention-icon.icon-remote_control_hoods {
	background-image: url(/wp-content/uploads/remote_control_hoods.jpg);
}
i.convention-icon.icon-timer_hoods {
	background-image: url(/wp-content/uploads/timer_hoods.jpg);
}
i.convention-icon.icon-clock_hoods {
	background-image: url(/wp-content/uploads/clock_hoods.jpg);
}

i.convention-icon.icon-surface_hi_light_heating_element_electric {
	background-image: url(/wp-content/uploads/surface_hi_light_heating_element_electric.jpg);
}
i.convention-icon.icon-boost_high_power_mode_electric {
	background-image: url(/wp-content/uploads/boost_high_power_mode_electric.jpg);
}
i.convention-icon.icon-heating_area_extended_radius_double_circuit_electric {
	background-image: url(/wp-content/uploads/heating_area_extended_radius_double_circuit_electric.jpg);
}
i.convention-icon.icon-touch_control_type_electric {
	background-image: url(/wp-content/uploads/touch_control_type_electric.jpg);
}
i.convention-icon.icon-touch_control_panel_lock_function {
	background-image: url(/wp-content/uploads/touch_control_panel_lock_function.jpg);
}
i.convention-icon.icon-surface_with_induction_heating {
	background-image: url(/wp-content/uploads/surface_with_induction_heating.jpg);
}
i.convention-icon.icon-heating_zone_additional_oval_circuit_electric {
	background-image: url(/wp-content/uploads/heating_zone_additional_oval_circuit_electric.jpg);
}
i.convention-icon.icon-residual_heat_indication_electric {
	background-image: url(/wp-content/uploads/residual_heat_indication_electric.jpg);
}
i.convention-icon.icon-programmable_auto_off_timer_electric {
	background-image: url(/wp-content/uploads/programmable_auto_off_timer_electric.jpg);
}
i.convention-icon.icon-case_thickness_40_mm_electric {
	background-image: url(/wp-content/uploads/case_thickness_40_mm_electric.jpg);
}

i.convention-icon.icon-gas_control {
	background-image: url(/wp-content/uploads/gas_control.jpg);
}
i.convention-icon.icon-suitable_mains_bottled_gas {
	background-image: url(/wp-content/uploads/suitable_mains_bottled_gas.jpg);
}
i.convention-icon.icon-electric_ignition {
	background-image: url(/wp-content/uploads/electric_ignition.jpg);
}

i.convention-icon.icon-economical_level_energy_consumption_oven {
	background-image: url(/wp-content/uploads/economical_level_energy_consumption_oven.jpg);
}
i.convention-icon.icon-telescopic_guides_oven {
	background-image: url(/wp-content/uploads/telescopic_guides_oven.jpg);
}
i.convention-icon.icon-tangential_cooling_oven {
	background-image: url(/wp-content/uploads/tangential_cooling_oven.jpg);
}
i.convention-icon.icon-recessed_handles_oven {
	background-image: url(/wp-content/uploads/recessed_handles_oven.jpg);
}
i.convention-icon.icon-mechanical_type_control_oven {
	background-image: url(/wp-content/uploads/mechanical_type_control_oven.jpg);
}
i.convention-icon.icon-convection_oven {
	background-image: url(/wp-content/uploads/convection_oven.jpg);
}
i.convention-icon.icon-control_lock_oven {
	background-image: url(/wp-content/uploads/control_lock_oven.jpg);
}
i.convention-icon.icon-touch_control_type_oven {
	background-image: url(/wp-content/uploads/touch_control_type_oven.jpg);
}
i.convention-icon.icon-time_oven {
	background-image: url(/wp-content/uploads/time_oven.jpg);
}
i.convention-icon.icon-clock_oven {
	background-image: url(/wp-content/uploads/clock_oven.jpg);
}

i.convention-icon.icon-capacity_sets_cookware_dishwashers {
	background-image: url(/wp-content/uploads/capacity_sets_cookware_dishwashers.jpg);
}
i.convention-icon.icon-lcd_display_dishwashers {
	background-image: url(/wp-content/uploads/lcd_display_dishwashers.jpg);
}
i.convention-icon.icon-internal_led_backlight_dishwashers {
	background-image: url(/wp-content/uploads/internal_led_backlight_dishwashers.jpg);
}
i.convention-icon.icon-delayed_start_timer_dishwashers {
	background-image: url(/wp-content/uploads/delayed_start_timer_dishwashers.jpg);
}
 i.convention-icon.icon-classes_washing_drying_energy_consumption_dishwashers{
	background-image: url(/wp-content/uploads/classes_washing_drying_energy_consumption_dishwashers.jpg);
}
i.convention-icon.icon-presence_horizontal_pull_out_shelf_dishwashers {
	background-image: url(/wp-content/uploads/presence_horizontal_pull_out_shelf_dishwashers.jpg);
}
i.convention-icon.icon-made_in_europe_dishwashers {
	background-image: url(/wp-content/uploads/made_in_europe_dishwashers.jpg);
}
span.prdctfltr_widget_title {
    font-weight: 900;
    font-size: 18px;
}
.prdctfltr_filter label {
    font-size: 14px;
}
section.contentLex {
    padding: 60px 0;
}
section.item-title-lex {
    padding: 3rem 0;
    text-align: center;
}
.page-id-16917 section.item-title-lex, .page-id-99756 section.item-title-lex {
    text-align: left;
}
.page-template-page-cart section.item-title-lex {
    text-align: left;
}
.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em;
    font-size: 14px;
}
.page-id-16917 ul.breadcrumbs-lex, .page-id-99756 ul.breadcrumbs-lex {
    justify-content: flex-start !important;
}
.page-template-page-cart ul.breadcrumbs-lex {
    justify-content: flex-start !important;
}
section.contentLexPage {
    padding: 60px 0;
}
.item-cartProductLex-image img {
    width: 100%;
    height: 100%;
}
.item-listProductLex-cart.shadow {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
	margin-bottom: 30px;
}
.item.cartProductLex-title h3 a {
    color: #000;
    text-decoration: none;
}
.item.cartProductLex-title h3 {
    font-size: 14px;
}
.item-cartProductLex-price span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.item-cartProductLex-total span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
.cfw-cart-item-subtotal span.woocommerce-Price-amount.amount,
.cart-subtotal span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.item-cartProductLex-price h3,
.item-cartProductLex-total h3 {
    font-size: 14px;
}
.cart-discount {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.rp_wcdpd_promotion_total_saved_label {
    font-size: 14px;
    font-weight: 500;
}
.product-name dl.variation, dl.variation dd.variation- p, .product-name dl.variation dd.variation- {
    margin: 0;
}
label.screen-reader-text {
    display: block;
	font-weight: 500;
    font-size: 14px;
	margin-bottom: 0px;
}
.item.cartProductLex-title dl.variation dt.variation-, .item-mini-cart-item dl.variation dt.variation-, .billing-fields-lex dl.variation dt.variation- {
    display: none;
}
button.button[name="update_cart"] {
    border: 1px solid #cbcfd2;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #0000;
    border-radius: 7px;
    cursor: pointer;
}
button.button.update_cart {
    display: none;
}
.cart_totals h2 {
    font-weight: 300;
}
.wc-proceed-to-checkout {
    margin-top: 20px;
}
.wc-proceed-to-checkout a.button.wc-forward {
    display: block;
    text-align: center;
    padding: 15px 30px;
    background-color: var(--lex);
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
.wc-proceed-to-checkout a.button.wc-forward:hover {
    background-color: transparent;
    color: var(--lex);
    border: 1px solid;
}
.item-remove-button-ProductLex a {
    color: #9ea2a5;
    font-size: 13px;
    font-weight: 500;
}
.item-remove-button-ProductLex a:hover {
    color: var(--lex);
}
.item-remove-button-ProductLex {
    margin-top: 20px;
}
.woocommerce-message {
    font-weight: 500;
    margin-bottom: 30px;
}
.image-description-productLex img {
    width: 100%;
}
section.item-description {
	position: relative;
    background-color: #fff;
}
.lex-attributes-label {
    font-weight: 700;
    font-size: 14px;
}
.lex-attributes:nth-child(2n) .lex-attributes-label span,
.lex-attributes:nth-child(2n) .lex-attributes-value p {
    background-color: #f0f0f0;
}
.lex-attributes .lex-attributes-label span {
	padding: 15px 15px 0;
    display: block;
}
.lex-attributes .lex-attributes-value p {
    font-size: 14px;
	padding: 5px 15px 15px;
    margin-top: 0;
	margin-bottom: 0;
    font-weight: 400;
}
.lex-attributes-value p a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
span.lex-fontWeight {
    font-weight: 800;
}
p.woocommerce-noreviews {
    font-weight: 500;
	text-align: center;
}
.item-text-description-productLex.text-position-left {
    position: absolute;
    left: -100px;
    background-color: #fff;
    padding: 30px;
	z-index: 1;
}
section.item-description .img {
    margin-bottom: 30px;
}
address.page-contactsLex h4 {
    margin-top: 30px;
	margin-bottom: 15px;
}
ul.schedule {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.schedule li {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #cbcfd2;
    border-radius: 20px;
    margin-top: 15px;
    margin-right: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    font-weight: 500;
    font-size: 14px;
}
address.page-contactsLex span a {
	color: #000;
	text-decoration: none;
}
address.page-contactsLex span {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
address.page-contactsLex i {
	font-size: 24px;
    margin-right: 9px;
    width: 30px;
    text-align: center;
}
.modal-content {
    border: none;
}
.modal-content .modal-body {
    padding: 40px;
}
#contactsMsk .modal-content,
#contactsSpb .modal-content,
#contactsService .modal-content,
#contactsDirector .modal-content,
#contactsProdaj .modal-content,
#contactsRevisit .modal-content {
    border: none;
}
#contactsMsk .modal-content .modal-body,
#contactsSpb .modal-content .modal-body,
#contactsService .modal-content .modal-body,
#contactsDirector .modal-content .modal-body,
#contactsProdaj .modal-content .modal-body,
#contactsRevisit .modal-content .modal-body {
    padding: 40px;
}
@media (max-width: 768px) {
    #contactsMsk .modal-content .modal-body,
    #contactsSpb .modal-content .modal-body,
    #contactsService .modal-content .modal-body,
    #contactsDirector .modal-content .modal-body,
    #contactsProdaj .modal-content .modal-body,
    #contactsRevisit .modal-content .modal-body {
        padding: 15px;
    }
    .modal-content .modal-body {
        padding: 15px;
    }
}
#contactsMapSpb .modal-body, #contactsMapMsk .modal-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: 20px 30px;
}
#contactsMapSpb button.close,
#contactsMapMsk button.close,
#contactsMsk button.close,
#contactsSpb button.close,
#contactsService button.close,
#contactsDirector button.close,
#contactsProdaj button.close,
#contactsRevisit button.close {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 24px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 0 5px 0 0;
    overflow: hidden;
}
.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 24px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 0 5px 0 0;
    overflow: hidden;
}
#contactsMapSpb button.close svg,
#contactsMapMsk button.close svg,
#contactsMsk button.close svg,
#contactsSpb button.close svg,
#contactsService button.close svg,
#contactsDirector button.close svg,
#contactsProdaj button.close svg,
#contactsRevisit button.close svg {
    height: 60px;
    max-width: 60px;
    min-width: 24px;
}
.modal-content button.close svg {
    height: 60px;
    max-width: 60px;
    min-width: 24px;
}
@media screen and (max-width: 1200px) {
    div#search-modal button.close {
        right: 15px !important;
    }
    #top-bar-lex {
        z-index: 999 !important;
    }
    div#search-lex button svg path, div#search-lex button svg circle {
        stroke: #fff !important;
    }
    div#phone-lex svg, div#mail-lex svg {
        height: 20px !important;
        margin-right: 10px;
    }
    div#search-lex button svg {
        height: 20px !important;
    }
    span.yith-woocompare-icon svg {
        height: 20px !important;
    }
    h1.page-titleLex {
        font-size: 30px !important;
    }
    .inter-header-mobile a {
        display: flex;
        height: 20px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        line-height: 11px;
    }
    .inter-header-mobile {
        height: 20px;
        margin: 15px 25px 15px 0;
    }
}
body.web-to-lead {
    padding: 0;
}
#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
    display: none;
}
a.shadowBtn {
    padding: 10px 20px;
    border: 1px solid #cbcfd2;
    color: #000;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-top: 10px;
    display: inline-block;
	font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}
.item-contactLex {
    text-align: center;
    margin-bottom: 60px;
}
.contact-icon a > span {
    display: block;
}
.item-contactLex a {
    color: #000;
    font-weight: 500;
}
.item-contactLex i {
    font-size: 36px;
}
.item-sercher-bl-imLex {
    text-align: center;
}
input#search-black-imLex,
input#search-product-asc {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #cbcfd2;
    text-align: center;
}
input#search-black-imLex:focus,
input#search-product-asc:focus {
	outline: none;
}
ul.item-list-sercher-bl-imLex {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
ul.item-list-sercher-bl-imLex li {
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
	html, body {
		overflow-x: hidden;
	}
	.top-bar-lex div#phone-lex {
		color: #fff;
	}
	.top-bar-lex .item-phone-lex {
		font-size: 14px;
	}
	span.item-phone-lex a {
		color: #fff;
	}
	.top-bar-lex div#phone-lex i, #mail-lex i {
		float: inherit;
		font-size: 20px;
		margin-right: 0px;
	}
	header .navbar-light .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
		color: #000;
		border-color: transparent;
		font-size: 14px;
		font-weight: 500;
		padding: 0;
		border: none;
	}
	.navbar-collapse.offcanvas-collapse.TopBarNav.open .nav-link {
		color: #fff !important;
		font-size: 14px;
	}
	li.nav-item.category-item-nav a.nav-link {
		font-size: 16px !important;
		margin-bottom: 25px;
		border-bottom: 2px solid;
		display: inline-block;
		font-weight: 700;
	}
	.dropdown-menu .nav-link {
		border: none !important;
	}
	 .navbar-nav .category-item-nav .dropdown-menu {
		position: static;
		float: none;
		background-color: transparent;
		text-align: center;
	}
	.topBarNavMenuLex .nav-item.text-center {
		margin-right: 0;
	}
	.topBarNavMenuLex span {
		font-size: 12px !important;
	}
	.topBarNavMenuLex a.nav-link img {
		width: 60px;
	}
	#search-lex {
		width: auto;
		height: 20px;
		line-height: 20px;
		float: left;
		margin: 15px 25px 15px 0;
	}
	a.search-productLex {
		font-size: 20px !important;
		color: #fff;
	}
	div#top-bar-lex span.counter-selectorCompare,
	div#top-bar-lex span.counter-selectorWishlist{
		left: -9px;
	}
}
div#categoryLex .col-6.nav-item.text-center {
    margin: 0;
}
@media (max-width:1200px) {
    a.item-logo-lex {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.single-product .top-bar-lex.header-fixed-mobile {
		margin-bottom: 0;
	}
	header.shadow.sticky-top.header-fixed-mobile {
		position: fixed;
		width: 100%;
		top: 0;
		background-color: #fff;
	}
	header {
		height: 67px;
	}
	header.shadow.sticky-top.header-fixed-mobile .navbar-collapse.offcanvas-collapse.TopBarNav {
		top: 67px;
	}
	.single-product main.header-fixed-mobile-content {
		margin-top: 0;
	}
	.navbar-collapse.offcanvas-collapse.TopBarNav {
		position: fixed;
		top: 120px;
		bottom: 0;
		width: 101%;
		padding: 60px 40px 60px;
		overflow-y: auto;
		background-color: #000;
		z-index: 999;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.navbar-collapse.offcanvas-collapse.TopBarNav.open {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
	}
	html.mobile-colapse-fixed {
		overflow: hidden;
	}
	.sticky .navbar-collapse.offcanvas-collapse.TopBarNav {
		top: 70px;
	}
	
	.topBarNavMenuLex button.navbar-toggler i.fal.fa-times {
		display: none;
	}
	.topBarNavMenuLex button.navbar-toggler.open-toggler i.fal.fa-times {
		display: block;
	}
	.topBarNavMenuLex button.navbar-toggler.open-toggler i.fal.fa-bars {
		display: none;
	}
	.topBarNavMenuLex button.navbar-toggler.TopBarNav.text-left i {
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 50px;
		float: left;
		font-size: 20px;
		margin-right: 5px;
	}
	
}
.productLex-rating {
    display: flex;
    align-items: center;
    padding: 5px 0 35px;
    margin: 0;
}
.star-rating {
    bottom: 0;
    float: left;
    left: 0;
}
@media (min-width: 319px) and (max-width: 376px) {
    .star-rating {
        max-width: 200px !important;
    }
    .awooc-custom-order-button.show-add-to-card {
        padding: 15px 15px 15px 55px !important;
    }
}
.star-rating span {
    color: #333;
}
.star-rating span:before {
    color: #F7CA18;
}
a.review-linkLex {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
	margin-left: 10px;
}
.item-image-catalog img {
    width: 100%;
}
.item-description-catalogLex {
    background-color: #fff;
    padding: 30px;
}
a.btn-shadowLex {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #cbcfd2;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 50px;
	margin-top: 15px;
}
a.btn-shadowLex:hover {
	background-color: var(--lex);
	color: #fff;
    border: 1px solid var(--lex);
	text-decoration: none;
}
p.stars {
	position: relative;
	font-size: 25px;
	display: inline-block;
}
p.stars a {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-right: 0.2em;
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	text-decoration: none;
	color: #F7CA18;
}
p.stars a:hover,
p.stars a.active {
	color: #F7CA18;
}
p.stars a:last-child {
	border-right: 0;
}
p.stars a:before,
p.stars a:hover ~ a:before {
	content: "\f005";
	font-weight: 500;
}
p.stars.selected a.active:before,
p.stars:hover a:before {
	content: "\f005";
	font-weight: 700;
}
p.stars.selected a.active ~ a:before {
	content: "\f005";
	font-weight: 500;
	color: #cbcfd2;
}
p.stars.selected a:not(.active):before {
	content: "\f005";
	font-weight: 700;
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "Font Awesome 5 pro";
	text-indent: 0;
}
label[for="rating"],
label[for="comment"] {
    display: block;
    font-weight: 500;
}
.comment-titleLex {
	clear: both;
    padding-top: 15px;
    display: block;
}
.item-comment-description .description {
    display: flex;
    align-items: center!important;
}
.item-comment-description .description > p {
	order: 1;
	width: 100%;
    position: relative;
}
.user-comments-grades {
    order: 2;
	padding: 20px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
li.review {
    margin-bottom: 60px;
}
p.comment-meta-option-name {
    font-weight: 500;
    font-size: 14px !important;
}
form#commentform {
    display: flex;
    columns: 2;
    flex-flow: column;
}
#wppr-slider-comment .wppr-comment-form-meta label {
    font-size: 16px !important;
	margin-bottom: 10px;
}
#wppr-slider-comment {
    order: 1;
}
.comment-form-rating {
	order: 2;
}
form#commentform .acf-fields {
    order: 2;
}
p.comment-form-comment {
	order: 3;
}
p.form-submit {
	order: 5;
	position: relative;
}
.item-reviewFormLex {
    padding: 20px;
}
form#commentform .acf-input-wrap input {
    height: 50px;
   	border: 1px solid #cbcfd2;
    border-radius: 10px;
}
form#commentform textarea#comment, 
textarea#acf-field_5dea407382510 {
    width: 100%;
    border: 1px solid #cbcfd2;
    border-radius: 10px;
    height: 80px;
}
form#commentform .acf-field .acf-label label {
    font-weight: 500;
}
form#commentform input#submit {
    background-color: #fff;
    border: 1px solid #cbcfd2;
    border-radius: 50px;
    padding: 10px 20px 10px 45px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
form#commentform p.form-submit:before {
    content: "\f086";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 9px;
    left: 20px;
    z-index: 1;
}
.comment-form label {
    display: block;
    font-weight: 500;
    margin: 0 0 3px;
    padding: 0;
}
.comment-form-author input,
.comment-form-email input {
    height: 50px;
    border: 1px solid #cbcfd2;
    border-radius: 10px;
    width: 100%;
    padding: 3px 5px;
    resize: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}
.acf-prepend {
    width: 100%;
    padding-bottom: 8px;
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
}
.acf-range-wrap input[type="number"] {
    display: inline-block;
    min-width: 3em;
    margin-left: 10px;
    vertical-align: middle;
    border: 1px solid #cbcfd2;
    border-radius: 10px;
    height: 35px;
}
.wrapper-range-rating {
    margin-bottom: 15px;
    display: inline-block;
    max-width: 280px;
    width: 100%;
}
.wrapper-range-rating-value {
    width: 50%;
    float: left;
	margin-right: 10px;
	margin-top: 10px;
	height: 10px;
	border-radius: 20px;
    background-color: #cbcfd2;
	overflow: hidden;
}
span.item-range-rating-value {
    height: 10px;
    background-color: #000;
    display: block;
}
span.item-range-rating-value-label {
    display: inline-block;
    font-weight: 500;
	width: 95px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
h4.range-rating-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
p.meta {
    font-weight: 500;
    font-size: 14px;
}
ol.commentlist {
    padding: 0;
	list-style: none;
}
#wppr-slider-comment .wppr-comment-form-meta .wppr-comment-meta-slider .ui-slider-handle {
    top: -12px !important;
    left: 10px;
    width: 30px !important;
    height: 30px !important;
    background: #ffffff !important;
    border: 1px solid #cbcfd2;
}
.item-ratingStarsLex {
    text-align: center;
	margin-bottom: 60px;
}
.item-ratingStarsLex .star-rating {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
}
.countViewRating {
    font-weight: 700;
}
.itemRatingBig {
    margin: 30px auto;
    width: 280px;
    overflow: hidden;
}
h2.Reviews-title {
    font-weight: 300;
}
h2.Reviews-title span {
    font-weight: 700;
}
.frt-singleProductLex {
    background-image: url(/wp-content/uploads/frt.jpg);
    background-position: 80% bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 305px;
    position: absolute;
    bottom: 0%;
    right: 15%;
    width: 35%;
}
.item-subcategoryProductLex {
    background-color: #fff;
    border-radius: 20px;
	overflow: hidden;
	padding: 5px 15px 5px;
	border: 1px solid #e1e1e1;
}
.sub-category__list .swiper-slide {
    max-width: 320px;
}
.item-subcategoryProductLex-title h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
@media (max-width: 2000px) {
    .sub-category__list .swiper-slide {
        max-width: 284px;
    }
}
.subcategoryProductLex.owl-carousel .owl-item img {
    height: auto;
}
.owl-nav {
    margin: 0 auto;
    width: 100px;
    padding: 20px 0 0;
	text-align: center;
}
button.owl-prev.disabled,
button.owl-next.disabled {
    opacity: 0.5;
}
button.owl-prev {
    width: 40px;
    height: 40px;
	margin: 0 5px;
    line-height: 40px !important;
    background-color: #fff !important;
    border: 1px solid #cbcfd2 !important;
    border-radius: 100%;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
button.owl-next {
	width: 40px;
    height: 40px;
	margin: 0 5px;
    line-height: 40px !important;
    background-color: #fff !important;
    border: 1px solid #cbcfd2 !important;
    border-radius: 100%;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
section#subCategory-productLex {
    padding: 30px 0 0;
    background-color: #f0f0f0;
}
.sidebarLex {
    padding: 60px 50px;
	background-color: #fff;
    border-radius: 0px 20px 20px 0px;
}
.item-subcategoryProductLex-title h3 a {
	text-decoration: none;
}
.item-subcategoryProductLex-title h3 a span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    margin-bottom: 4px;
}
@media (max-width:2000px) {
	.itemListProductlex {
		padding: 30px 15px 50px;
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		padding: 13px 40px;
	}
	.sidebarLex {
		padding: 60px 20px 60px 20px;
	}
}
section#contentListProductLex p.woocommerce-info {
    padding: 30px;
    font-weight: 500;
}
.wrapper-product .woocommerce-info {
    padding-left: 50px !important;
}
.wishlistHeader {
    position: relative;
    margin-right: 30px;
}
.wishlistHeader a {
    font-size: 24px;
    line-height: 42px;
}
.wishlistHeader a i {
	font-weight: 300 !important;
}
span.counter-selectorWishlist {
    position: absolute !important;
    top: 5px;
    left: -7px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-weight: 700;
    background-color: var(--lex);
    color: #fff;
    overflow: hidden;
}
span.counter-selectorCompare {
    position: absolute !important;
    top: 0px;
    left: 18px;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    background-color: #fff;
}
.compareHeader {
    position: relative;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
a.compareHeaderButton.count-productHCompare {
    font-size: 24px;
    display: inline-block;
    position: relative;
}
.yith-woocompare-counter span.yith-woocompare-icon {
    display: flex;
    align-items: center;
}
span.yith-woocompare-icon svg {
    height: 20px;
}
a.compare.button_compare_grid_list.added {
    background-color: var(--lex);
    border: 1px solid var(--lex);
    color: #fff;
    font-weight: 600 !important;
	text-decoration: none;
}
a.compare.button_compare_grid_list.added i {
    font-weight: 500 !important;
}
a.click-logout-partners i {
    font-size: 20px;
}
a.click-logout-partners {
    font-size: 12px;
    display: inline-block;
    position: relative;
	text-align: center;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 0;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    left: 35px;
    top: 11px;
}
a.button.prdctfltr_woocommerce_filter_submit {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #cbcfd2;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	text-decoration: none;
}
.nav-archive-btn {
    margin-bottom: 30px;
}
.nav-archive-btn .prdctfltr_wc {
    margin-bottom: 0 !important;
}
.nav-archive-btn .prdctfltr_wc .prdctfltr_buttons label {
    padding: 18px 30px;
    margin: 0 !important;
    background-color: #fff;
    border-radius: 50px;
}
.nav-archive-btn .prdctfltr_woocommerce_ordering span.prdctfltr_instock span:before {
    content: none;
}
.nav-archive-btn .prdctfltr_instock label {
    font-size: 100%;
}
.prdctfltr_wc {
    margin-bottom: 15px !important;
}
.prdctfltr_customize_block .prdctfltr_customize_color {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.prdctfltr_customize_block {
    border: 1px solid #cbcfd2;
    border-radius: 100%;
	overflow: hidden;
}
.prdctfltr_wc .prdctfltr_description {
    font-size: 80% !important;
    font-weight: 500;
    margin-bottom: 30px !important;
    display: block;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
    font-size: 14px;
    font-weight: 500;
}
.prdctfltr_buttons {
    font-weight: 500;
    font-size: 14px;
}
.prdctfltr_wc .prdctfltr_buttons label {
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 500;
}
.prdctfltr_wc .prdctfltr_buttons label:hover {
	background-color: var(--lex);
	color: #fff;
	border-color: var(--lex);
}
div#prdctfltr-4 label.prdctfltr_active {
    background-color: var(--lex) !important;
    color: #fff;
}
div#prdctfltr-4 .prdctfltr_woocommerce_ordering span.prdctfltr_instock label.prdctfltr_active span:before,
div#prdctfltr-4 .prdctfltr_woocommerce_ordering .prdctfltr_sale label.prdctfltr_active span:before {
    color: #fff !important;
}
div#prdctfltr-4 .prdctfltr_buttons {
    margin: 0;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons span span {
    margin: 0;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons span {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
prdctfltr_sale label {
    font-size: 100% !important;
}
span.onsale i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--lex);
    font-weight: 700;
	cursor: help;
}
@media (min-width:320px) and (max-width:335px) {
	.frt-singleProductLex {
		display: none !important;
	}
}
@media (min-width:320px) and (max-width:374px) {
	.top-bar-lex .item-phone-lex {
		font-size: 12px;
	}
}
@media (max-width:576px) {
	.item-description-catalogLex {
		position: initial;
		padding: 30px 0px;
		text-align: center;
	}
	.item-description-catalogLex a.btn-shadowLex {
		margin-top: 30px;
	}
	.nav-tabs {
		margin-bottom: 60px;
	}
	.cart-itemLex.active {
		right: -16px;
		-webkit-transform: translateX(-1rem);
    	transform: translateX(-1rem);
	}
	.cart-itemLex {
		width: 100%;
		padding: 30px;
	}
}
@media (min-width:576px) {
	.item-description-catalogLex {
		padding: 0;
	}
	.nav-tabs {
		margin-bottom: 30px;
	}
}
@media (min-width:767px) {
	.item-description-catalogLex {
		padding: 30px;
	}
	.nav-tabs {
		margin-bottom: 30px;
	}
}


@media (min-width:320px) and (max-width:767px) {
	.frt-singleProductLex {
		display: block;
		height: 195px;
		position: absolute;
		bottom: 8%;
		right: -2%;
		width: 37%;
		z-index: -1;
	}
	.heading h1 {
		font-size: 26px;
	}
	span.price-text-rrc {
		font-weight: 700;
		font-size: 10px;
		display: block;
		text-transform: uppercase;
	}
	h1.product_title_lex {
		font-size: 28px;
	}
	span.sku {
		font-weight: 700;
		font-size: 12px;
	}
	.subtitle-product-lex {
		font-size: 12px;
	}
	del span.woocommerce-Price-amount.amount {
		font-size: 18px;
	}
	button.add_to_cart_button.ajax_add_to_cart.product_type_simple.button {
        width: 100%;
		font-size: 13px;
	}
	.item-carousel-productLex {
		height: 105px;
	}
	.carousel-productLex.owl-carousel {
		margin-bottom: 40px;
	}
	section#details-product-lex {
		padding: 0px 0 30px;
	}
	section#productImin {
		padding: 20px 0 20px;
	}
}
@media (min-width:550px) and (max-width:767px) {
	.frt-singleProductLex {
		display: block;
		height: 255px;
		position: absolute;
		bottom: 10%;
		right: 13%;
		width: 32%;
		z-index: -1;
	}
	.cart-itemLex.active {
		right: 0;
	}
	.cart-itemLex {
		width: 50%;
	}
}
@media (min-width:768px) {
	.item-document-product-lex.airSticky_absolute, .item-convention-icon.airSticky_absolute {
		bottom: 0 !important;
		top: inherit !important;
	}
	.frt-singleProductLex {
		height: 250px;
		position: absolute;
		bottom: 20%;
		right: 5%;
		width: 31%;
		z-index: -1;
	}
	.lex-tabs.lex-tabs-wrapper {
		padding-bottom: 35px;
	}
	.nav-tabs {
		margin-bottom: 35px;
	}
}
@media (min-width:767px) and (max-width:1200px) {
	.item-carousel-productLex {
		height: 160px;
	}
}

@media (min-width:1360px) {
	.frt-singleProductLex {
		height: 290px;
		position: absolute;
		bottom: -20%;
		right: 5%;
		width: 30%;
		z-index: -1;
	}
}
.project-block .itemListProductlex {
    padding: 0;
}
.col-12.no-results {
    padding: 0 15px !important;
}
ul.filter {
    list-style: none;
    padding: 0;
	margin-bottom: 60px;
}
ul.filter li {
    float: left;
    margin-left: 20px;
}
ul.filter li a {
    float: left;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
	text-decoration: none;
    border: 1px solid #cbcfd2;
    margin-left: 20px;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
ul.filter li a:hover {
	background-color: var(--lex);
	color: #fff;
}
ul.filter li a.active {
    background-color: var(--lex);
    color: #fff;
    border: 1px solid var(--lex) !important;
}
ul.filter li:first-child {
    margin-left: 0px;
}
input[name="post_password"] {
    border: 1px solid #cbcfd2;
    outline: none;
    height: 51px;
    border-radius: 50px;
    padding: 0 20px;
	font-size: 14px;
    font-weight: 500;
}
.login-v input[type="submit"] {
    background-color: var(--lex);
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 50px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
}
.page-template-page-doc-service label {
    font-weight: 500;
    font-size: 14px;
}
.alert-pass-sert {
    margin-bottom: 20px;
}
section#asc-item-section {
    background-color: #efefef;
}
div#filter-link {
    padding-top: 70px;
    margin-top: -70px;
}
a[href="#filter-link"] {
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.pf_rngstyle_html5 .irs-from, .pf_rngstyle_html5 .irs-single, .pf_rngstyle_html5 .irs-to {
    font-size: 12px;
    padding: 3px 12px;
    background: #000000;
    border-radius: 50px;
    -moz-border-radius: 50px;
    font-weight: 500;
}
.pf_rngstyle_html5 .irs-bar {
    background: #000;
	border: none;
}
.pf_rngstyle_html5 .irs-slider {
    border: 1px solid #cbcfd2;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.pf_rngstyle_html5 .irs-max, .pf_rngstyle_html5 .irs-min {
    color: #717171;
    padding: 4px 12px;
    border-radius: 50px;
    -moz-border-radius: 3px;
    font-weight: 500;
}
.btn-lex {
    position: relative;
	display: inline-block;
    background-color: #fff;
    border: 1px solid var(--lex);
    color: var(--lex);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px !important;
	text-decoration: none;
	cursor: pointer;
    z-index: 1;
}
.btn-lex-rtl {
    background-color: var(--lex);
    color: #fff;
}
.btn-lex-rtl:hover {
    background-color: transparent !important;
    color: var(--lex) !important;
}
section#sale__product .btn-lex, section#new__product .btn-lex {
    z-index: 0;
}
.btn-lex:hover {
    background-color:  var(--lex);
    color: #fff;
	border: 1px solid var(--lex);
	text-decoration: none;
}
.btn-lex.active {
    background-color: var(--lex);
    color: #fff;
}
input#submit_paymaster_payment_form {
    background-color: var(--lex);
    color: #fff;
	border-color: var(--lex);
}
a.btn-lex i {
    font-size: 16px;
}
.dropdown-item {
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}
.prdctfltr_tooltip > span {
    border-radius: 50px;
    padding: 10px 10px;
    font-weight: 500;
    border: 1px solid #000;
}
.prdctfltr_tooltip > span:after {
    border-top-color: #000;
}
.prdctfltr_customize_block:hover {
    border-color: var(--lex);
}
.gtr_bg {
    background-image: url(/wp-content/uploads/gtrs.jpg);
    width: auto;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 20px;
}
.infoBox div#info-img {
    background-size: 35% !important;
    background-repeat: no-repeat;
    background-position: center;
}
form.checkout_coupon.woocommerce-form-coupon {
    overflow: hidden;
    margin-top: 30px;
}
span.woocommerce-input-wrapper input {
    display: block;
    width: 100%;
    height: calc(2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbcfd2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-additional-fields__field-wrapper textarea {
    width: 100%;
	font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #cbcfd2;
	font-weight: 500;
}
label[for="order_comments"] {
    color: #000;
    font-weight: 700;
}
.billing-fields-lex {
    background-color: #fff;
    padding: 40px;
    width: 100%;
    margin-bottom: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
.notice.billing-fields-lex {
    text-align: center;
}
.lex-checkout-review-order {
    background-color: #fff;
}
.wizard>.content>.body label {
    margin-bottom: 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
}
.billing-fields__field-wrapper .form-row {
    margin: 15px 0;
}
.billing-fields__field-wrapper label {
    width: 20%;
    margin: 0;
    line-height: 35px;
}
span.woocommerce-input-wrapper {
    width: 90%;
}
@media screen and (min-width:768px) {
	.woocommerce-billing-fields__field-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
@media screen and (max-width:768px) {
	.woocommerce-billing-fields__field-wrapper .form-row {
		width: 100% !important;
	}
}
.woocommerce-billing-fields__field-wrapper label {
    z-index: 1;
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 0 10px;
    position: absolute;
    top: -10px;
    left: 2px;
    color: #000;
}
a.nav-link.link-percent {
    position: relative;
}
a.nav-link.link-percent svg {
    width: 30px;
    position: absolute;
    left: -36px;
    top: 2px;
}
#order_comments_field {
    font-size: 13px;
    color: #666;
}
.additional-fields label[for="order_comments"] {
    width: 100% !important;
}
.additional-fields span.woocommerce-input-wrapper textarea#order_comments {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
	border: 1px solid #cbcfd2;
	border-radius: .25rem;
}
.additional-fields p#order_comments_field {
    margin: 0 !important;
}
.additional-fields span.woocommerce-input-wrapper {
    width: 100%;
}
label.error-class {
    width: 45% !important;
    line-height: normal !important;
    height: auto !important;
    margin-left: 140px;
}
.wizard>.steps a, .wizard>.steps a:active, .wizard>.steps a:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: left;
}
.wizard>.steps .number {
    font-size: 1.429em;
    width: 50px;
    height: 50px;
	font-weight: 800;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
	margin-right: 10px;
	background-color: #fff;
}
.wizard li.first.current .number {
    border-color: var(--lex) !important;
    color: var(--lex);
}
.wizard li.current .number {
    border-color: var(--lex) !important;
    color: var(--lex);
}
.wizard>.actions>ul>li, .wizard>.steps>ul>li {
    text-align: center;
}
.wizard li.first.done span.number {
    background-color: var(--lex);
    color: #fff;
	border-color: var(--lex) !important;
}
.wizard li.disabled {
    opacity: .3;
}
.wizard li.done span.number {
    background-color: var(--lex) !important;
    color: #fff;
	border-color: var(--lex) !important;
}
.wizard>.actions a {
    font-weight: 500;
    font-size: 14px;
    padding: 15px 20px;
	border-radius: 50px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.wizard>.actions a[href="#next"],
.wizard>.actions a[href="#finish"] {
    background-color: var(--lex);
    color: #fff;
}
.wizard>.actions a:hover {
    font-weight: 500;
    font-size: 14px;
    padding: 15px 20px;
	border-radius: 50px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	background-color: var(--lex);
}
.wizard>.content {
    margin-bottom: 30px;
}
.tabcontrol, .wizard {
    overflow: inherit !important;
}
.wizard>.content>.body label.error {
    margin-left: 0;
    width: 100%;
}
.wizard>.actions a[href="#next"]:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
}
.wizard>.actions a[href="#previous"]:before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}
button#place_order {
    background-color: var(--lex);
    color: #fff;
    border: 1px solid;
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}
.item-info-order {
    background-color: #fff;
    padding: 30px;
}
ul.wc_payment_methods.payment_methods.methods {
    padding: 0;
    list-style: none;
	overflow: hidden;
    margin-bottom: 0;
}
ul.wc_payment_methods.payment_methods.methods label {
    position: relative;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
}
li.wc_payment_method.payment_method_cod {
    overflow: hidden;
}
.billing-fields-lex span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
.payment_box p {
    font-size: 13px;
    margin-top: 10px;
}
#wizard #order_review {
    padding: 40px 45px;
}
ul.order_details {
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    border-radius: 20px;
    margin-bottom: 50px;
}
ul.woocommerce-error {
    list-style: none;
    margin-top: 20px;
}
.item__subtotal {
    padding: 20px 0px 0;
}
.item-review-order-dil {
	font-size: 1.75rem;
    font-weight: 700;
    text-align: left;
	line-height: normal;
}
label[for="payment_method_paymaster"] img {
    height: 70px;
    position: relative;
    bottom: -15px;
    left: -25px;
    border-radius: 10px;
}
li.wc_payment_method {
    display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
}
.payment_box.payment_method_paymaster img {
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
}
input#payment_method_paymaster,
input#payment_method_cod,
input#payment_method_moneycare {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
}
label[for="payment_method_moneycare"] img {
    width: 60px;
}
li.total span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
li.woocommerce-order-overview__total.total span.woocommerce-Price-amount.amount {
    font-size: inherit;
}
table.order_details span.woocommerce-Price-amount.amount {
    font-size: inherit;
}
.woocommerce-terms-and-conditions-wrapper {
    width: 100%;
}
.woocommerce-privacy-policy-text p {
    font-size: 13px;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 13px;
}
span.woocommerce-terms-and-conditions-checkbox-text a {
    color: var(--lex);
    text-decoration: underline;
}
.form-row.place-order {
    margin: 0;
}
.col-4.product-subtotal span.woocommerce-Price-amount.amount,
.col-12.col-md-8.product-total span.woocommerce-Price-amount.amount{
    font-size: 16px;
}
form#order_review ul.wc_payment_methods.payment_methods.methods {
    padding: 0;
}
form#order_review label[for="payment_method_paymaster"] img {
    left: -15px;
}
label[for="shipping_method_0_flat_rate-4"] span.woocommerce-Price-amount.amount,
label[for="shipping_method_0_flat_rate-7"] span.woocommerce-Price-amount.amount {
    font-size: 13px;
}
.shop_table .item.cartProductLex-title {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 13px;
}
.shop_table .item-cartProductLex-price {
    padding: 0px 10px 30px;
}
.item-product-checkout-order-list.shadow {
    border-radius: 20px;
    overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #cbcfd2;
	background-color: #fff;
}
.order-total span.woocommerce-Price-amount.amount {
    font-size: 35px;
    line-height: 24px;
    font-weight: 800;
}
td._product-total.product-total span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
@media (max-width:855px) {
	.billing-fields-lex, 
	.shop_table.woocommerce-checkout-review-order-table.have-thumnails,
	.thankyou-order-lex,
	#wizard #order_review {
		padding: 15px;
    	margin: 0;
	}
	.additional-fields span.woocommerce-input-wrapper textarea#order_comments {
		width: 100%;
	}
	.woocommerce-privacy-policy-text p {
		text-align: center;
	}
	.wizard>.content>.body label {
		font-size: 13px;
		line-height: normal;
	}
	ul#shipping_method label[for="shipping_method_0_free_shipping-1"]:after, 
	ul#shipping_method label[for="shipping_method_0_local_pickup-2"]:after, 
	ul#shipping_method label[for="shipping_method_0_flat_rate-3"]:after {
		font-size: 12px !important;
		top: 20px !important;
		line-height: 15px !important;
	}
	label[for="payment_method_paymaster"] img {
		width: 120%;
		bottom: -5px;
		left: -11px;
	}
	.woocommerce-additional-fields__field-wrapper span.woocommerce-input-wrapper {
		width: 100% !important;
	}
}
@media (max-width:768px) {
	span.woocommerce-input-wrapper {
		width: 100%;
	}
	.additional-fields {
		margin-top: 30px;
	}
	.billing-fields__field-wrapper label {
		height: 32px !important;
    	font-size: 14px;
	}
}
.woocommerce-checkout div#cart-lex {
    display: none;
}
p.thankyou-notice.notice--success.thankyou-order-received {
    font-weight: 500;
    background-color: #28a745;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 60px;
}
.thankyou-order-lex {
    background-color: #fff;
    padding: 40px;
}
ul.order-overview.thankyou-order-details.order_details i,
p.customer-details--phone i,
p.customer-details--email i{
    font-size: 24px;
    margin-right: 5px;
}
ul.order_details li {
    margin-bottom: 5px;
}
ul.order-overview.thankyou-order-details.order_details li {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
}
ul.order-overview.thankyou-order-details.order_details {
    padding: 0;
    list-style: none;
	margin-bottom: 60px;
}

.thankyou-order-lex span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.order-details .table td, .order-details .table th {
    padding: .75rem 0;
}
.order-details .table thead th {
    vertical-align: bottom;
    border-bottom: none;
}
.order-details .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
section.woocommerce-customer-details address {
    font-weight: 500;
}
.item-order-adress-user {
    margin-bottom: 20px;
}
table.table.table-striped.table--order-details.shop_table.order_details th {
    font-weight: 500;
    font-size: 14px;
}
h2.order-details__title,
h2.column__title {
    font-size: 24px;
    margin-bottom: 30px;
}
section.order-details {
    margin-bottom: 40px;
}
td._product-name.product-name a {
    font-size: 14px;
    font-weight: 500;
}
.home .owl-stage-outer {
    overflow: hidden !important;
}
.social-home ul li {
    display: inline-block;
    font-size: 26px;
    margin-right: 30px;
    color: #000;
}

.social-home ul {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    overflow: hidden;
}
.item-image-home {
    max-height: 280px;
    height: 100%;
    overflow: hidden;
}
@media screen and (min-width:667px) {
	section.item-ytLex {
		margin-bottom: 6rem;
	}
	section.contentLex.gauranry-page {
		margin-top: -60px;
		padding-top: 150px;
	}
}
@media screen and (max-width:667px) {
	section.item-ytLex {
		padding: 40px 0px;
	}
	.wrapper-yt.shadow {
		margin-bottom: 30px;
	}
	.wrapper-yt .btn-lex {
		padding: 0 !important;
		margin-top: 0 !important;
		width: 25px !important;
		height: 25px !important;
		font-size: 10px !important;
		line-height: 25px !important;
		right: 0px !important;
		bottom: 45px !important;
	}
}
@media screen and (max-width:991px) {
    .wrapper-yt.shadow {
        margin-bottom: 30px;
    }
}
@media (max-width:1200px) {
	
	#navigation-category-lex {
		display: none;
	}
	.mx-30 {
		padding: 0 30px;
	}
	.owl-carousel.carousel-post-image .item {
		height: 120px !important;
	}
}
#lex-about-text-home {
    padding: 160px 0;
}
.item-about-text-home .heading svg {
    width: 240px;
    height: 160px;
    margin-right: 40px;
}
.item-about-text-home .heading {
    margin-bottom: 40px;
}
.item-about-text-home .heading h1 {
    font-size: 38px;
    line-height: 55px;
}
.wrapper-icon-utp {
    filter: drop-shadow(0px 5px 30px rgba(13, 70, 144, 0.2));
}
.utg_bg img {
    width: 100%;
    margin-top: -20px;
}
.contact-icon i {
    font-size: 60px;
    margin-bottom: 30px;
}
input.wpcf7-text {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #cbcfd2;
    width: 100%;
    box-shadow: none;
	font-size: 14px !important;
    padding: 10px;
    font-weight: 500;
    color: #828282;
}
textarea.wpcf7-textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cbcfd2;
    height: 80px;
	font-size: 14px !important;
    padding: 10px;
    font-weight: 500;
    color: #828282;
}
form.wpcf7-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
input.wpcf7-submit.btn-lex {
    padding: 13px 25px;
}
form.wpcf7-form i {
    font-size: 24px;
    margin-right: 5px;
}
ul.recvisity-list li {
    margin-bottom: 5px;
    font-size: 14px;
    list-style: none;
}
.grecaptcha-badge { visibility: hidden; }
span.ajax-loader {
    display: none;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    left: -20px;
    bottom: 35%;
    transform: translate(0px, 50%);
}
span.wpcf7-not-valid-tip {
    color: var(--lex);
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	color: var(--lex);
}
div.wpcf7-response-output {
    margin: 30px 0 0;
    padding: 0;
    border: none !important;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
}
.modal {
    z-index: 999999;
}
.modal-header {
    position: relative;
}
.modal-header .close i {
    position: fixed;
    transform: translate(-100%, -100%);
	background-color: #fff;
    border-radius: 100%;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    opacity: 1;
	z-index: 9;
    font-weight: 500;
    font-size: 20px;
}
h3.titleCategoryProductLex-sertificate a {
    font-size: 18px;
}
.itemListProductlex-sertificate {
    padding: 10px 20px;
    border-radius: 20px;
}
div#cond-lex ul {
    margin: 0;
}
#cond-lex li a {
    color: #fff;
}
.item-search-productLex {
	position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    padding: 70px 60px 30px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.93);
    transform: translateX(100%);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    z-index: 9999999999;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 60px !important;
    font-style: normal;
    font-weight: 500;
}
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder          {color:#999;}/* Firefox 19+ */
:-moz-placeholder           {color:#999;}/* Firefox 18- */
:-ms-input-placeholder      {color:#999;}
.item-search-productLex.active {
    left: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 999999;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
/*.item-search-productLex.hidden {
    visibility: hidden;
}*/
.dgwt-wcas-content-wrapp span.woocommerce-Price-amount.amount {
    font-size: 14px;
    color: #000;
}
.dgwt-wcas-content-wrapp del span.woocommerce-Price-amount.amount {
    font-size: 12px;
}
.dgwt-wcas-suggestions-wrapp {
    position: fixed !important;
}
a.search-productLex {
    font-size: 24px;
    display: inline-block;
    position: relative;
}
.woocommerce {
	width: 100%;
}
.owl-item.owl-loading {
	opacity: 1 !important;
	height: 280px;
  	background: url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/ajax-loader.gif") no-repeat center center;
}
.item-sertificate {
    box-shadow: 0 0 30px rgba(0, 0, 0 .1);
    padding: 30px 40px;
    border-radius: 5px;
	position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.sertificate-title h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.sertificate-title span {
    font-size: 14px;
    color: #999;
}
.sertificate-icon {
    text-align: center;
}
.content-tabsLex .card {
    border: none;
    margin-bottom: 25px;
	border-radius: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.content-tabsLex li.nav-item {
    margin-right: 15px;
}
.content-tabsLex .btn-lex.active {
    background-color: var(--lex);
    color: #fff;
    border-color: var(--lex);
}
.content-tabsLex .btn-lex {
    margin-bottom: 15px;
}
.content-tabsLex .card-header {
    padding: 0;
	border: none;
}
.content-tabsLex .card-header button {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
	text-decoration: none;
	width: 100%;
    text-align: left;
    padding: 20px;
	background-color: var(--lex);
    border: none;
	transition: none;
	border-radius: 0;
    cursor: pointer;
}
input#search-videos {
    height: 50px;
    padding: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: 300px;
    margin-bottom: 25px;
    border: 1px solid #b5b5b5;
        -webkit-border: 1px solid #b5b5b5;
    border-radius: 0;
        -webkit-border-radius: 0;
}
.card.no-results {
    padding: 30px;
    font-weight: 500;
}
.content-tabsLex .card-body a svg {
    width: 30px;
    height: 30px;
}
.content-tabsLex .card-body a span {
    width: 100%;
    padding-right: 70px;
}
.content-tabsLex .card-header button.collapsed {
	background-color: #fff;
	color: #000;
    border: none;
    font-weight: 500;
    padding: 20px;
    width: 100%;
}
.content-tabsLex .card-header button.collapsed:hover {
    color: var(--lex);
	transition: none;
    border: none;
}
.rll-youtube-player {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    border: 0;
}
i.icon-messeger {
    width: 30px !important;
    height: 30px;
    margin-right: 5px !important;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
i.icon-messeger.viber {
    background-image: url(/wp-content/uploads/viber.png);
}
i.icon-messeger.whatsapp {
    background-image: url(/wp-content/uploads/whatsapp-2.png);
}
i.icon-messeger.telegram {
    background-image: url(/wp-content/uploads/telegram.png);
}
.woocommerce-checkout div.blockOverlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
    -moz-opacity: .7 !important;
    opacity:.7 !important;
    background-color: #fff !important;
	position: fixed !important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.diliveryInfo {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.grouped-product-list-item__label label {
    font-weight: 500;
    font-size: 14px;
}
ul#shipping_method {
    padding: 0;
}
.grouped-product-list-item.shadow {
    border-radius: 20px;
    padding: 20px 0;
}
.dgwt-wcas-sp {
    width: 160px;
}
.dgwt-wcas-has-desc .dgwt-wcas-sp>*, .dgwt-wcas-has-img .dgwt-wcas-sp>* {
    float: left;
}
.dgwt-wcas-sp del {
    font-size: 16px;
}
.colapse-fixed-html {
    overflow: hidden;
}
.itemListProductlex.shadow.crossel-cart {
    padding: 30px 15px;
	
}
ins {
	text-decoration: none;
}
.catalog-icin-youtube, .catalog-icin-youtube__online {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: red;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid red;
}
.catalog-icin-youtube svg {
    width: 23px;
    height: 23px;
}
.item-pervid {
    position: absolute;
    width: 100%;
    bottom: -25px;
}
.item-productImageLex {
    position: relative;
}
.catalog-icin-youtube__online {
	left: 45% !important;
}
.type-product__lex {
    position: relative;
}
.type-product__lex:hover {
    position: relative;
}
.itemListProductlex {
     position: relative;
     padding: 30px 20px 30px;
     z-index: 1;
     text-align: center;
     background-color: #fff;
     border-radius: 20px;
 }
@media (min-width: 1200px) {
    .single-page__product:hover .itemListProductlex {
        width: 100%;
    }
    .homeCarousel__product .type-product__lex:hover .itemListProductlex {
         width: 100%;
     }
}
@media (min-width: 1700px) and (max-width:2000px) {
	.col-xl2-3 {
    	float: left;
  	}
  	.col-xl2-3 {
	  	max-width: 25%;
	  	flex: 0 0 25%;
  	}
}
@media (min-width: 2000px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }
  	.col-xxl-12 {
		max-width: 100%;
	  	flex: 0 0 100%;
  	}
  .col-xxl-11 {
    max-width: 91.66666667%;
  }
  .col-xxl-10 {
    max-width: 83.33333333%;
	  flex: 83.33333333%;
  }
  .col-xxl-9 {
    max-width: 75%;
  }
  .col-xxl-8 {
    max-width: 66.66666667%;
  }
  .col-xxl-7 {
    max-width: 58.33333333%;
  }
  .col-xxl-6 {
    max-width: 50%;
  }
  .col-xxl-5 {
    max-width: 41.66666667%;
  }
  .col-xxl-4 {
    max-width: 33.33333333%;
  }
  .col-xxl-3 {
    max-width: 25%;
  }
  .col-xxl-2 {
    max-width: 16.66666667%;
	  flex: 0 0 16.66666667%;
  }
  .col-xxl-1 {
    max-width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
    .wrapper-yithwfbt {
        padding-left: 25%;
    }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
}
.visible-xl,
.visible-xxl {
  display: none !important;
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block {
  display: none !important;
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1920px) {
  .visible-xxl {
    display: block !important;
  }
  table.visible-xxl {
    display: table;
  }
  tr.visible-xxl {
    display: table-row !important;
  }
  th.visible-xxl,
  td.visible-xxl {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) {
  .visible-xxl-block {
    display: block !important;
  }
}
@media (min-width: 1920px) {
  .visible-xxl-inline {
    display: inline !important;
  }
}
@media (min-width: 1920px) {
  .visible-xxl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (max-width: 576px) {
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		border-bottom: 3px solid #fff;
		background-color: #fff;
		color: #000;
		border-radius: 0;
	}
	.nav-tabs .nav-item {
		width: 50%;
	}
	.nav-tabs .nav-link {
		padding: 10px 15px 10px;
		margin-right: 0px;
		margin-left: 0px;
	}
}
.item-fresh {
    width: 120px;
    height: 58px;
    background-image: url(https://lex1.ru/wp-content/uploads/fresh.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.item-productImageLex .item-fresh {
    left: -22px;
    top: -40px;
}
.swiper-container .item-productImageLex .item-fresh {
    left: -22px;
    top: -23px;
}
.swiper-container .item__hot-online {
    top: -25px;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    float: left;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    float: left;
}
input#coupon_code {
    width: 280px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #cbcfd2;
    box-shadow: none;
    padding: 0 15px;
    margin-right: 15px;
}
.coupon label {
    position: absolute;
    left: 12px;
    top: -12px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 14px;
    color: #a5a5a5;
}
a.showcoupon {
    color: var(--lex);
}
.btn-apply-coupon {
    height: 48px;
    background-color: var(--lex);
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #0000;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
}
button.button.btn-apply-coupon:hover {
    border: 1px solid var(--lex);
    background-color: #0000;
    color: var(--lex);
}
a.link-pay-partners {
    display: flex;
    align-items: center;
    background-color: var(--lex) !important;
    color: #fff !important;
    border-color: var(--lex);
}
a.link-pay-partners svg {
    margin-right: 15px;
}
.woocommerce-privacy-policy-text p a {
    color: var(--lex);
    text-decoration: underline;
}
.info-product {
	position: relative;
}
.wrapper-ratingStar {
    padding-top: 190px;
    margin-top: -190px;
    z-index: 999;
}
.fix-bar {
    position: relative;
    z-index: 1000;
}
.fix-bar .repeat-details__single {
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    z-index: 9;
    background-color: #fff;
    transition: opacity .2s linear;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.fix-bar .link-details__single {
    background-color: var(--lex);
}
.fix-bar .link-details__single ul.vNav li {
    margin-right: 30px;
}
.fix-bar .link-details__single ul.vNav a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 20px 0;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}
.fix-bar .link-details__single ul.vNav a:hover {
    border-bottom: 3px solid #fff;
}
.fix-bar .link-details__single ul.vNav a.active {
    border-bottom: 3px solid #fff;
}
.fix-bar .repeat-details__single.is_stuck {
    display: flex;
    align-items: center;
	opacity: 1;
	height: 55px;
	-webkit-transform: translateY(0);
    transform: translateY(0); 
}
.fix-bar .productLex-rating {
    padding: 0;
}
.fix-bar a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: var(--lex);
    color: #fff;
    border: none;
    margin: 0;
    padding: 0 30px;
    height: 40px;
}
.fix-bar .repeat-details__single.is_stuck h2.h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.fix-bar .repeat-details__single.is_stuck h2.h6 b {
    font-weight: 900;
    font-size: 18px;
}
.fix-bar a.added_to_cart.wc-forward {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(8%);
    }
    65%{
        transform: translateY(-4%);
    }
    80%{
        transform: translateY(4%);
    }
    95%{
        transform: translateY(-2%);
    }           
    100% {
        transform: translateY(0%);
    }       
}
 
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(8%);
    }
    65%{
        -webkit-transform: translateY(-4%);
    }
    80%{
        -webkit-transform: translateY(4%);
    }
    95%{
        -webkit-transform: translateY(-2%);
    }           
    100% {
        -webkit-transform: translateY(0%);
    }   
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    50%{
        transform: translateY(-8%);
    }
    65%{
        transform: translateY(4%);
    }
    80%{
        transform: translateY(-4%);
    }
    95%{
        transform: translateY(2%);
    }           
    100% {
        transform: translateY(0%);
    }   
}
 
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }
    50%{
        -webkit-transform: translateY(-8%);
    }
    65%{
        -webkit-transform: translateY(4%);
    }
    80%{
        -webkit-transform: translateY(-4%);
    }
    95%{
        -webkit-transform: translateY(2%);
    }           
    100% {
        -webkit-transform: translateY(0%);
    }   
}
section#sale__product {
    padding: 0 0 50px;
    background-color: #f5f5f5;
    overflow: hidden;
}
section#new__product {
    padding: 0 0 50px;
    background-color: #f5f5f5;
    overflow: hidden;
}
@media screen and (max-width:1200px) {
section#purpose__lex,
section#partners__lex {
	padding: 6rem 0;
}
}
@media screen and (min-width:319px) and (max-width:1200px) {
	section#purpose__lex,
	section#partners__lex {
		padding: 0 0 6rem;
	}
}
.item__hot-online.item__kiber-mon {
    background-image: url(https://lex1.ru/wp-content/uploads/cyber.png);
}
.archive-itemList__products .item__hot-online {
    top: 65px;
    right: -30px;
}
.item__hot-online {
    position: absolute;
    top: 0;
    right: -30px;
    width: 130px;
    height: 60px;
    font-size: 13px;
    font-weight: 600;
    background-image: url(https://lex1.ru/wp-content/uploads/6756dg5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999999px;
    z-index: 2;
}
section#productImin .item__hot-online {
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 9;
}
.post__image-thumbnail img {
    width: 100%;
    height: auto;
}
.category .post__image-thumbnail {
	margin: -30px -30px 30px;
}
.item__post {
	height: 100%;
	position: relative;
	overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 30px;
	border-radius: 20px;
}
.item__post h2 {
    font-size: 1rem;
    margin: 20px 0;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
ul.pagination li {
    float: left;
}
.category .meta-date {
    margin-top: 25px;
    text-align: center;
    color: #767676;
}
.category .post__content {
    text-align: center;
    font-size: 13px;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    margin-bottom: 60px;
}
ul.pagination {
    display: inline-block;
}
a.next.page-numbers {
    display: none;
}
.post__product {
    margin-top: 6rem;
}
.single .thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.single .thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.single .post__image-thumbnail {
	height: auto
}
.owl-carousel.carousel-post-image .item {
    overflow: hidden;
    height: 250px;
}
.owl-carousel.carousel-post-image img {
    height: 265px;
    width: auto !important;
}
.item.youtube-post a:before {
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.item-post__page-home h3 {
    font-size: 1rem;
    padding: 30px;
    height: 100px;
    display: flex;
    align-items: center;
}
.item.item-post__page-home img {
    width: 100%;
    height: auto;
}
.item.item-post__page-home {
	overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 20px rgba(13, 70, 144, 0.1);
}
.item.item-post__page-home p {
	font-size: .9rem;
    padding: 0 30px;
    display: flex;
    align-items: center;
    height: 50px;
}
.carousel-news {
    padding: 20px !important;
    margin: 0 -20px !important;
}
div#text-2 {
    margin-bottom: 50px;
}
.itemDescriptionCategoryProductLex {
    position: relative;
    margin-top: 20px;
}
.mobile-none {
    display: none !important;
}
section.item-description.two-blocks {
    height: 500px;
    padding: 6rem;
}
.item-image-and {
    height: 98px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.meta-date {
    font-size: 14px;
    color: #B8B8B8;
    padding: 0 30px 0;
}
.item.item-post__page-home .wpulike {
    padding: 10px 30px 20px !important;
}
.mystickyelements-custom-html-wrap input.tnp-email {
    height: 50px;
    border-radius: 4px;
    border: 1px solid #cbcfd2;
    margin-left: 20px;
	padding: 9px 15px;
	margin-bottom: 20px;
}
.mystickyelements-custom-html-wrap input.tnp-submit.btn-lex {
    border-radius: 4px;
    height: 50px;
    background-color: var(--lex);
    color: #fff;
    font-weight: 700;
    border-color: var(--lex);
}
label.prdctfltr_ft_none {
    margin-bottom: 15px;
}
label.prdctfltr_ft_none span {
    font-size: 13px !important;
}
.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span {
    font-weight: 700 !important;
	color: var(--lex);
}
label.prdctfltr_active .prdctfltr_customize_block {
    border: 2px solid var(--lex) !important;
}
span.prdctfltr_selected_title {
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    #subCategory-productLex .wrapper-btn-carousel {
        display: none !important;
    }
	.sidebarLex.active {
		position: fixed;
		top: 0;
		z-index: 999999;
		border-radius: 0;
		background-color: #fff;
		padding: 30px 30px 50px;
		height: 100vh;
		overflow-y: auto;
	}
	.sidebarLex.hidden {
		display: none !important;
	}
	.button-filter {
        margin-top: 0;
        border: none;
        background-color: #fff;
        padding: 0 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
	}
    .nav-archive-btn {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-archive-btn .prdctfltr_wc .prdctfltr_buttons label {
        padding: 18px 20px;
    }
	.close-filter {
        font-size: 32px;
        font-weight: 700;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: var(--lex);
        z-index: 2;
	}
}
.item-discount-code {
    padding: 30px;
    text-align: center;
    background-color: #efefef;
    border-radius: 4px;
    margin: 30px 0;
}
.discount-code {
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
}
.cart-discount.coupon-repack17 .woocommerce-Price-amount.amount {
    display: none;
}
.rp_wcdpd_promotion_total_saved_label {
    padding: 0 15px 0 0;
}
.product-total del span.woocommerce-Price-amount.amount {
    font-size: 15px;
}
#right-info-product__lex .price del span {
    font-size: 24px !important;
    margin-right: 10px;
}
.product-total del {
	order: 1;
}
del.sale-price-checkout {
    order: 2;
}
.product-total ins {
	order: 3;
}
.product-total span.woocommerce-Price-amount.amount {
	order: 2;
}
.woocommerce-invalid .woocommerce-input-wrapper input {
    border: 1px solid var(--lex);
    border-radius: 4px;
}
tr.rp_wcdpd_promotion_total_saved_table_row span.rp_wcdpd_promotion_total_saved_label {
    padding-left: 0;
}
tr.rp_wcdpd_promotion_total_saved_table_row span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
a.woocommerce-remove-coupon {
    color: #007bff;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}
.lex-product-options, a.tm-cart-edit-options {
	display: none !important;
}
dd.variation- {
    font-size: 14px;
}
dt.variation- {
    font-size: 14px;
}
.tm-description {
    font-size: 14px;
}
.tm-extra-product-options-totals .price.amount.options, .tm-extra-product-options-totals .price.amount.fees, .tm-extra-product-options-totals .price.amount.subscription-fee {
    font-size: 1.5em !important;
}
.tm-epo-style-wrapper {
    height: 1.5em !important;
    width: 1.5em !important;
}
.tm-epo-style.round, .tm-epo-style.square {
    height: 1.5em !important;
    width: 1.5em !important;
}
.tm-extra-product-options-totals .price.amount.final {
    display: flex !important;
    align-items: baseline;
}
.tc-tooltip {
    color: var(--lex);
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    margin: 0 0 1em 0;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
    margin-bottom: 40px !important;
}
.shop-page-description {
    background-color: #fff;
    padding: 30px 30px 0;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
}
li.yith-wfbt-item span.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 700;
}
li.yith-wfbt-item del span.woocommerce-Price-amount.amount {
    font-size: 13px;
    margin-right: 5px;
    color: #636363;
}
.yith-wfbt-submit-block .yith-wfbt-submit-button {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    background: var(--lex) !important;
    border: 1px solid var(--lex);
    cursor: pointer;
}
.yith-wfbt-submit-block .yith-wfbt-submit-button:hover {
    border: 1px solid #cbcfd2 !important;
}
span.total_price_label {
    font-size: 14px;
}
td.image_plus i {
    font-size: 18px;
}
.nostar.star-rating span:before {
    color: #cbcfd2;
    font-weight: 500;
}
.image-td a.review-linkLex {
    display: none;
}
.image-td .productLex-rating {
    display: flex;
    justify-content: center;
	padding: 0 0 5px;
}
.image-td .star-rating {
    font-size: 14px;
}
section#bundle {
    background-color: #f5f5f5;
}
span.yith-woocompare-icon i {
    font-size: 24px;
    line-height: 42px;
}
span.bundle-out-of-stock {
    font-size: 13px;
    color: var(--lex);
    display: block;
    line-height: normal;
    margin-top: -3px;
    font-weight: 500;
}
span.tc-label-wrap span.tc-label.tm-label {
    font-weight: 600;
}
.image-td del span.woocommerce-Price-amount.amount {
    font-size: 14px;
    margin-right: 10px;
    color: #636363;
}
.image-td span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 800;
}
p.additional-text {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 2rem;
    line-height: 35px;
    margin-bottom: 40px;
    font-weight: 300;
}
section#related-product-lex h3.titleCategoryProductLex {
    font-size: 18px;
}
.itemListProductlex-review img {
    width: 100%;
}
.itemListProductlex-review .col-4, .itemListProductlex-review .col-8 {
    background-color: #fff;
}
.itemListProductlex-review span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
.pwgc-input-text {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 14px;
	font-weight: 500;
}
select#gift-card-amount {
    border: 1px solid #e1e1e1;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
	font-size: 14px;
    font-weight: 500;
}
a.reset_variations {
    margin-left: 20px;
    font-size: 13px;
}
button.single_add_to_cart_button.button.alt {
    background-color: var(--lex);
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--lex);
    cursor: pointer;
}
.tm-epo-totals {
    padding-bottom: 0;
    padding-top: 0;
}
.tc-totals-form dl.tm-extra-product-options-totals {
    margin-bottom: 0;
    margin-top: 10px;
}
textarea#pwgc-message {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (min-width:1200px) {
	.item-order-review:before {
		content: " ";
		background: #f8f8f8;
		position: fixed;
		height: calc(100vh + 60px);
		width: 100%;
		top: 0;
		border-left: 1px solid #eee;
		z-index: -1;
	}
}
.product-total span.woocommerce-Price-amount.amount {
    font-size: 14px;
}
.cart-discount span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
span.rp_wcdpd_promotion_total_saved_amount span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.item-order-total {
    width: 100%;
    margin: 50px 15px 20px;
    border-top: 1px solid #000000;
    padding-top: 20px;
}
.woocommerce-billing-fields__field-wrapper .form-row {
	position: relative;
	width: 50%;
    margin-left: 0;
    margin-right: 0;
	margin-bottom: 30px;
}
.woocommerce-additional-fields__field-wrapper .form-row {
    margin-left: 0;
    margin-right: 0;
}
main#wrapper-content-lex-checkout {
    padding: 50px 0;
}
.shop_table.woocommerce-checkout-review-order-table .product-name {
    font-size: 14px;
    width: 100%;
    max-width: 250px;
}
.product-total {
    max-width: 80px;
    width: 100%;
    display: flex;
    justify-content: end;
}
.contentLex-checkout .woocommerce-error {
    list-style: none;
    background-color: var(--lex);
    color: #fff;
    width: 50%;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 40px;
}
.contentLex-checkout .woocommerce-error:before {
    color: #fff;
}
.return-to-shop a.button.wc-backward {
    color: #fff;
    background-color: var(--lex);
    font-size: 14px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
}
.contentLex-checkout .woocommerce-message {
    padding: 15px 20px 15px 55px;
    background-color: #28a745;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
}
@media screen and (max-width:1200px) {
.contentLex-checkout .woocommerce-message {
		width: 100%;
	}
}
img.attachment-cart_thumbnail_checkout.size-cart_thumbnail_checkout {
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}
input#pwgc-custom-amount {
    display: block;
    height: calc(2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbcfd2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pwgc-label {
    font-weight: 500 !important;
    z-index: 1;
    background-color: #fff;
    font-size: 13px;
    padding: 0 10px;
    position: absolute;
    top: -10px;
    left: 20px;
    color: #666;
}
@media screen and (min-width:1200px) {
	.pwgc-field-container {
		width: 50%;
		padding: 0 15px;
		position: relative;
		margin-bottom: 30px !important;
	}
	div#pwgc-purchase-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	div#pwgc-custom-amount-form {
		width: 100%;
	}
	.pwgc-field-container:nth-child(6) {
		width: 60%;
	}
}
.pwgc-subtitle {
    padding: 5px 0 0;
}
label[for="gift-card-amount"] {
    font-size: 14px;
}
.single .woocommerce-message {
    padding: 10px 20px 10px 55px;
    background-color: #28a745;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.single .woocommerce-message a.button.wc-forward {
    color: #fff;
    margin-right: 3px;
}
.input-text.qty.text {
    width: 3.631em;
    height: 48px;
    text-align: center;
    border: 1px solid #bebebe;
    border-radius: 5px;
}
/*.row.variation div:nth-child(5), .row.variation div:nth-child(6) {
    display: none;
}*/
.variation {
    font-weight: 500;
}
.row.variation div p {
    margin: 0 !important;
}
.product-name .product-total {
    display: none;
}
.item-mini-cart-item .row.variation {
    display: none;
}
.info-total-code {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-total-code {
    display: none;
}
tr.rp_wcdpd_promotion_total_saved_table_row {
    display: none;
}
.info-total-code span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.pwgc-checkout-subtitle {
    font-weight: 500 !important;
    font-size: 14px;
}
a.pwgc-remove-card {
    background-color: var(--lex);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}
.rp_wcdpd_promotion_total_saved_table_row {
    border-top: 1px solid;
    padding: 20px 0 0;
    margin-top: 30px;
}
._df_thumb:hover ._df_book-cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(60,60,60,0.8);
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
}
._df_thumb:hover ._df_book-cover:after {
    content: "\f06e";
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
}
.item-sheme {
    width: 50%;
    text-align: center;
    padding: 0 20px;
}
.item-sheme span {
    display: block;
}
span.sheme-sep i {
    font-size: 40px;
    margin: 30px 0;
    color: #ced2d5;
}
span.title-sheme, .item-sheme a {
    font-size: 14px;
}
.wrapper-sheme p {
    font-size: 14px;
}
.sheme-sep.right-sep {
    transform: rotate(-45deg);
    width: 100px;
    display: inline-block;
}
.sheme-sep.left-sep {
    transform: rotate(45deg);
    width: 100px;
    display: inline-block;
}
section.item-recipes {
    display: flex;
    align-items: center;
    padding: 6rem 0;
    margin-top: 20px;
    background-image: url(https://lex1.ru/wp-content/uploads/bg.jpg);
    background-size: cover;
    background-position: top;
}
.owl-carousel.recipes-archive-carousel {
    overflow: hidden;
}
.recipes__image-thumbnail, .post__image-thumbnail {
    /*filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.25));*/
    background-color: #fff;
    border-radius: 10px;
}
.recipes__image-thumbnail img {
    width: 100%;
}
.category .post__image-thumbnail {
    filter: none;
    padding: 0;
}
.item__recipes h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0;
}
.recipes-section-9 h2 {
    margin-bottom: 60px;
}
.item__recipes h2 a {
    color: #121441;
}
section.item-recipes .owl-nav {
    margin: 0;
    width: auto;
    float: left;
    padding-top: 64px;
}
section.item-recipes button.owl-prev, section.item-recipes button.owl-next {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #000 !important;
    cursor: pointer;
}
li.item-list-ingredients {
    flex-wrap: wrap;
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}
ul.ingredients {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ingredients-sep {
    height: 24px;
    border-bottom: 1px dotted #333;
    margin: 0 5px;
}
.number-servings {
    height: 38px;
    width: 207px;
    line-height: 38px;
    border: 1px solid #8C8C8C;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #8C8C8C;
    margin-bottom: 30px;
}
h1.header__title.recipes-title {
    font-size: 40px;
    margin-bottom: 20px;
}
.h3.title-ingredients {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.this_ingredients .far {
    margin-right: 15px;
    color: var(--lex);
}
.recipes-section-1 {
    padding-top: 6rem;
    padding-bottom: 3rem;
}
.recipes-section-2, .recipes-section-3, .recipes-section-4, .recipes-section-5, .recipes-section-6,
.recipes-section-7, .recipes-section-8 {
    padding-bottom: 3rem;
}
.recipes-section-1 img, .recipes-section-2 img, .recipes-section-3 img, .recipes-section-4 img, .recipes-section-5 img, .recipes-section-6 img, .recipes-section-7 img, .recipes-section-8 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.note_recipes_section_2 {
    background: #FEFBF4;
    box-shadow: 0 0 30px rgba(20, 52, 100, 0.15);
    border-radius: 10px;
    padding: 40px 40px 70px;
}
.number-recipes {
    font-size: 50px;
    font-weight: 700;
    color: var(--lex);
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 40px;
}
.note_recipes_section_2 p {
    font-style: italic;
    font-weight: 400;
}
.description_section_4, .description_section_6 {
    margin-top: 40px;
}
.recipes-archive-carousel .owl-stage.d-flex.align-items-center {
    align-items: start !important;
}
.nice-appetite {
    display: block;
    font-weight: 300;
    font-size: 70px;
    line-height: 85px;
    margin-top: 80px;
}
.single-recipes p {
    font-weight: 400;
    line-height: 28px;
}
.recipes-section-9 .recipes__image-thumbnail, .recipes-section-9 .post__image-thumbnail {
    filter: none;
}
.single-recipes .owl-stage.d-flex.align-items-center {
    align-items: start !important;
}
section.recipes-section-9 {
    position: relative;
    padding: 6rem 0;
}
.recipes-chief {
    width: 436px;
    height: 848px;
    background-image: url(https://lex1.ru/wp-content/uploads/1-4-1.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.back-to-all-recipes {
    position: absolute;
    top: 125px;
    width: 96px;
    text-align: center;
}
span.back-to-all-recipes-title {
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
.back-to-all-recipes svg {
    width: 46px;
    height: 62px;
    display: block;
    margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1900px) {
    .recipes-chief {
        width: 340px;
        height: 640px;
    }
}
@media screen and (max-width: 768px) {
    .main-product #section6 {
        padding: 60px 0;
    }
    li.yith-wfbt-item span.product-name {
        font-weight: 700;
    }
    .tinkoff_credit_form_wrapper:first-child {
        margin-bottom: 20px;
    }
    div#tab-title-additional_information h3 {
        font-size: 22px;
    }
    span.total_price_label {
        display: block;
    }
    span.total_price {
        width: 100%;
    }
    .yith-wfbt-submit-block .price_text {
        display: flex;
        flex-wrap: wrap;
    }
    .yith-wfbt-section .yith-wfbt-items {
        margin: 0 0 30px !important;
        list-style: none !important;
    }
    h1.header__title.recipes-title {
        font-size: 30px;
    }
    .wrapper-yith-wfbt-items {
        padding: 40px 25px !important;
    }
    .nice-appetite {
        font-size: 40px;
        line-height: inherit;
        text-align: center;
    }
    .recipes-chief {
        width: 140px;
        height: 270px;
    }
    section.recipes-section-9 {
        padding: 3rem 0;
    }
    h2.header__title.recipes-title {
        font-size: 28px;
    }
    .recipes-section-1 {
        padding-top: 3rem;
    }
    .this_ingredients, .number-this-ingredients {
        font-size: 14px;
    }
    .this_ingredients {
        padding-left: 25px !important;
        position: relative;
    }
    .this_ingredients .far {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}
section.item-recipes svg {
    width: 380px;
    margin-bottom: 20px;
}
section.item-title-lex.about-company:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
section.item-title-lex.about-company h1.header__title.page-title {
    color: #fff;
}
section.item-title-lex.about-company .breadcrumbs-lex {
    color: #d6d6d6;
}
section.item-title-lex.about-company .breadcrumbs-lex a {
    color: #fff;
}
section.item-title-lex.about-company {
    position: relative;
}
section.recipes-section-0 img {
    width: 100%;
    height: auto;
}
.basic-collection-image img, .this-gallery-collection img {
    width: 100%;
}
.this-collection-content h2 {
    font-size: 55px;
    color: var(--lex);
}
.this-collection-content {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 500px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
section#collection-vintage {
    margin-top: 20px;
}
.basic-collection-text {
    margin-top: 80px;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.image-animal img {
    max-width: 430px;
    width: 100%;
    height: auto;
}
.image-animal {
    margin-top: 70px;
}
span.collection-subtitle {
    text-transform: uppercase;
    font-size: 15px;
}
div#sep {
    background-image: url(https://lex1.ru/wp-content/uploads/rectangle-26.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 126px;
    width: 100%;
    margin: 130px 0;
}
.this-gallery-collection-go {
    background-color: var(--lex);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.this-gallery-collection-go a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
i.icon-collection-go svg {
    width: 28px;
}
i.icon-collection-go {
    display: block;
    margin-top: 20px;
}
.this-gallery-collection, .this-gallery-collection-go {
    height: 370px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    div#sep {
        margin: 30px 0 50px;
    }
    section.item-recipes {
        padding: 2rem 0;
        margin-top: 0;
        background-position: 0 -23px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.item-recipes svg {
        width: 270px;
    }
    .recipes__image-thumbnail, .post__image-thumbnail {
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    }
    section.item-recipes .owl-nav {
        padding-top: 20px;
    }
}
nav.woocommerce-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
}
.item-developer {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
.logo-developer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.logo-developer img {
    width: 50%;
    height: auto;
}
.text-developer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 50px;
    margin-bottom: 10px;
}
span.site-developer {
    width: 100%;
    text-align: center;
    color: #a5a5a5;
    font-size: 14px;
}
.text-developer .h3 {
    font-size: 18px;
    font-weight: 700;
}
.wrapper-new-carousel-product {
    display: flex;
    align-items: center;
}
.carousel-text {
    width: 362px;
    background-color: var(--lex);
    height: 100%;
    border-radius: 20px;
    margin-right: 40px;
    padding: 60px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.carousel-text strong {
    font-weight: 700;
}


@font-face{
    font-family:swiper-icons;
    src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight:400;
    font-style:normal;
    }
    :root{
    --swiper-theme-color:#007aff
    }
    .swiper-container{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;
    }
    .swiper-container-vertical>.swiper-wrapper{
    flex-direction:column
    }
    .swiper-wrapper{
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:flex;
    transition-property:transform;
    box-sizing:content-box
    }
    .swiper-container-android .swiper-slide,.swiper-wrapper{
    transform:translate3d(0px,0,0)
}
.swiper-container-multirow>.swiper-wrapper{
    flex-wrap:wrap
}
.swiper-container-multirow-column>.swiper-wrapper{
    flex-wrap:wrap;
    flex-direction:column
}
.swiper-container-free-mode>.swiper-wrapper{
    transition-timing-function:ease-out;
    margin:0 auto
}
.swiper-slide{
    flex-shrink:0;
    position:relative;
    transition-property:transform;
    margin-right: 30px;
}
.swiper-slide-invisible-blank{
    visibility:hidden
}
.item-subcategoryProductLex-image {
    width: 110px;
    height: 110px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-subcategoryProductLex-title {
    width: 140px;
}
.item-subcategoryProductLex-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
    height:auto
}
.swiper-container-autoheight .swiper-wrapper{
    align-items:flex-start;
    transition-property:transform,height
}
.swiper-container-3d{
    perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
    transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left{
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right{
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top{
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom{
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-css-mode>.swiper-wrapper{
    overflow:auto;
    scrollbar-width:none;
    -ms-overflow-style:none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{
    display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
    scroll-snap-align:start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{
    scroll-snap-type:x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{
    scroll-snap-type:y mandatory
}
:root{
    --swiper-navigation-size:20px
}
.swiper-button-next, .swiper-button-prev,
.swiper-button-next-recipes, .swiper-button-prev-recipes,
.swiper-button-next-collections, .swiper-button-prev-collections,
.swiper-button-next-news, .swiper-button-prev-news {
    cursor:pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .15);
    z-index: 1;
}
.swiper-button-next:hover,.swiper-button-prev:hover,
.swiper-button-next-recipes:hover,.swiper-button-prev-recipes:hover,
.swiper-button-next-collections:hover, .swiper-button-prev-collections:hover,
.swiper-button-next-news:hover, .swiper-button-prev-news:hover {
    background-color: var(--lex);
    color: #fff;
}
.swiper-button-prev, .swiper-button-prev-recipes, .swiper-button-prev-collections, .swiper-button-prev-news {
    margin-right: 20px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled,
.swiper-button-next-recipes.swiper-button-disabled, .swiper-button-prev-recipes.swiper-button-disabled,
.swiper-button-next-collections.swiper-button-disabled, .swiper-button-prev-collections.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none
}
.swiper-button-next:after,.swiper-button-prev:after,
.swiper-button-next-recipes:after,.swiper-button-prev-recipes:after,
.swiper-button-next-collections:after, .swiper-button-prev-collections:after,
.swiper-button-next-news:after, .swiper-button-prev-news:after {
    font-family:swiper-icons;
    font-size:var(--swiper-navigation-size);
    text-transform:none!important;
    letter-spacing:0;
    text-transform:none;
    font-variant:initial;
    line-height:1
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left:10px;
    right:auto
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,
.swiper-button-prev-recipes:after, .swiper-button-prev-collections:after, .swiper-button-prev-news:after {
    content:'prev'
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right:10px;
    left:auto
}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-next-recipes:after, .swiper-button-next-collections:after, .swiper-button-next-news:after {
    content:'next'
}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{
    --swiper-navigation-color:#ffffff
}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black,
.swiper-button-next-recipes.swiper-button-black,.swiper-button-prev-recipes.swiper-button-black{
    --swiper-navigation-color:#000000
}
.swiper-button-lock{
    display:none
}
.swiper-pagination{
    position:absolute;
    text-align:center;
    transition:.3s opacity;
    transform:translate3d(0,0,0);
    z-index:10
}
.swiper-pagination.swiper-pagination-hidden{
    opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:10px;
    left:0;
    width:100%
}
.swiper-pagination-bullets-dynamic{
    overflow:hidden;
    font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    transform:scale(.33);
    position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
    transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
    transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
    transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
    transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
    transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
    transform:scale(.33)
}
.swiper-pagination-bullet{
    width:8px;
    height:8px;
    display:inline-block;
    border-radius:100%;
    background:#000;
    opacity:.2
}
button.swiper-pagination-bullet{
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    cursor:pointer
}
.swiper-pagination-bullet-active{
    opacity:1;
    background:var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets{
    right:10px;
    top:50%;
    transform:translate3d(0px,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:6px 0;
    display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    top:50%;
    transform:translateY(-50%);
    width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    display:inline-block;
    transition:.2s transform,.2s top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    transition:.2s transform,.2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    transition:.2s transform,.2s right
}
.swiper-pagination-progressbar{
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:var(--swiper-pagination-color,var(--swiper-theme-color));
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform:scale(0);
    transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width:100%;
    height:4px;
    left:0;
    top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{
    width:4px;
    height:100%;
    left:0;
    top:0
}
.swiper-pagination-white{
    --swiper-pagination-color:#ffffff
}
.swiper-pagination-black{
    --swiper-pagination-color:#000000
}
.swiper-pagination-lock{
    display:none
}
.swiper-scrollbar{
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar{
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
}
.swiper-container-vertical>.swiper-scrollbar{
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
}
.swiper-scrollbar-drag{
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}
.swiper-scrollbar-cursor-drag{
    cursor:move
}
.swiper-scrollbar-lock{
    display:none
}
.swiper-zoom-container{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
    max-width:100%;
    max-height:100%;
    object-fit:contain
}
.swiper-slide-zoomed{
    cursor:move
}
.swiper-lazy-preloader{
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    transform-origin:50%;
    animation:swiper-preloader-spin 1s infinite linear;
    box-sizing:border-box;
    border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius:50%;
    border-top-color:transparent
}
.swiper-lazy-preloader-white{
    --swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color:#a4a4a4
}
@keyframes swiper-preloader-spin{
    100%{
        transform:rotate(360deg)
    }
}
.swiper-container .swiper-notification{
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
    transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide{
    pointer-events:none;
    transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
.swiper-container-cube{
    overflow:visible
}
.swiper-container-cube .swiper-slide{
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;
    visibility:hidden;
    transform-origin:0 0;
    width:100%;
    height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide{
    transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
    pointer-events:auto;
    visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow{
    position:absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0
}
.swiper-container-flip{
    overflow:visible
}
.swiper-container-flip .swiper-slide{
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
@media screen and (max-width: 1200px) {
    .carousel-text {
        padding: 30px 30px;
    }
}
@media screen and (max-width: 768px) {
    .carousel-text {
        width: 100%;
        padding: 60px 30px;
    }
    #lex-about-text-home {
        padding: 60px 0;
    }
    .item-about-text-home .heading h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .item-about-text-home .heading svg {
        width: 140px;
        margin: 0 auto;
    }
}
.bif-title-text {
    font-size: 200px;
    font-weight: 700;
    color: #f5f5f5;
    -webkit-text-stroke: 1px #D3D3D3;
    position: absolute;
    top: -60px;
    left: 110px;
    line-height: 140px;
    z-index: 0;
}
span.count-weght {
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
}
.count-small {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--lex);
}
@media screen and (min-width: 768px) {
    #lex-about-text-home {
        padding: 160px 0 80px;
    }
}
@media screen and (min-width: 1200px) {
    .item-about-text-home .heading h1 {
        font-size: 24px;
        line-height: 40px;
    }
    .wrapper-yt {
        padding: 30px 10px 20px;
    }
}
@media screen and (min-width: 1600px) {
    .item-about-text-home .heading h1 {
        font-size: 27px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1900px) {
    .item-about-text-home .heading h1 {
        font-size: 38px;
        line-height: 48px;
    }
    #lex-about-text-home {
        padding: 160px 0;
    }
    .wrapper-yt {
        padding: 70px 30px 50px;
    }
}
@media screen and (max-width: 1400px) {
    .bif-title-text {
        font-size: 160px;
        left: 160px;
    }
}

.ls-n {
    list-style: none;
}
.del-price-table li span {
    display: block;
    font-size: 13px;
    color: #a5a5a5;
}
.del-price-table li {
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.search-city {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.search-city input {
    height: 48px;
    width: 25%;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
}
.main-product .section-single-product .item-delivery-spb {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}
.item-delivery {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    height: 100%;
    border-radius: 20px;
    background-color: #fff;
}
.item-delivery h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.item-delivery ul li {
    margin-bottom: 10px;
}
.item-delivery h2 {
    font-size: 24px;
}
span.sep-breadcrumb {
    padding: 0 5px;
}
li.breadcrumb-item a span {
    color: #5a5a5a;
}
.breadcrumbs {
    color: #5a5a5a;
    font-weight: 500;
    font-size: 12px;
    overflow-x: auto;
}
li.breadcrumb-item span {
    color: #a5a5a5;
}
li.breadcrumb-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
span.green-map {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
}
span.green-map:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #28a745;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
span.blue-map {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
}
span.blue-map:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #237cda;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.item-delivery a#pay-tab {
    color: var(--lex);
    text-decoration: underline;
}
@media screen and (max-width: 600px) {
    .itemCatalog-productLex {
        display: block;
        flex-wrap: inherit;
    }
    .item-delivery {
        padding: 40px 10px;
    }
    span.blue-map {
        margin-left: 0;
    }
    section.item-title-lex {
        padding: 40px 0;
    }
    section.contentLex {
        padding: 40px 0;
    }
    section#recipes{
        padding: 80px 0;
    }
    section#home-news {
        padding-bottom: 90px;
    }
    section#collections h2, section#home-news h2 {
        font-size: 28px;
    }
}
@media screen and (min-width: 1200px) {
    .TopBarNav ul li {
        margin-right: 30px;
    }
    .TopBarNav ul li:last-child {
        margin-right: 0;
    }
    .CatNav ul li {
        margin-right: 40px;
    }
    .CatNav ul li:last-child {
        margin-right: 0;
    }
    section#recipes {
        padding: 120px 0;
    }
    section#home-news {
        padding-bottom: 50px;
    }
    section#recipes {
        padding: 50px;
    }
    section#collections h2, section#home-news h2 {
        font-size: 30px;
    }
}
.admin-bar div#navigation-category-lex {
    top: 139px;
}
/*@media screen and (min-width: 1600px) {
    section#home-news {
        padding-bottom: 120px;
    }
}*/
section#collections h2, section#home-news h2 {
    font-weight: 300;
}
.item-recipes {
    box-shadow: 0 0 25px rgba(13, 70, 144, 0.1);
    border-radius: 10px;
    padding: 20px;
}
.image-recipes img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.title-recipes {
    margin-top: 20px;
    height: 50px;
    display: flex;
    align-items: center;
}
.title-recipes a {
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    width: 100%;
}
.carousel-recipes {
    padding: 20px;
    margin: 0 -20px;
}
.item-collecrions {
    position: relative;
}
.title-collections {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e8e8e8;
    padding: 20px;
}
.title-collections a {
    text-decoration: none;
}
.image-collections img {
    width: 100%;
    height: auto;
}
span.collection-small-title {
    display: block;
}
span.collection-big-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    color: var(--lex);
    -webkit-transition: all .1s linear;
    -moz-animation: all .1s linear;
    transition: all .1s linear;
}
.item-collecrions:hover .title-collections {
    background-color: var(--lex);
    -webkit-transition: all .1s linear;
    -moz-animation: all .1s linear;
    transition: all .1s linear;
}
.item-collecrions:hover .title-collections span.collection-big-title,
.item-collecrions:hover .title-collections span.collection-small-title {
    color: #fff;
    -webkit-transition: all .1s linear;
    -moz-animation: all .1s linear;
    transition: all .1s linear;
}
section.breadcrumbs-section {
    padding: 10px 0;
    background-color: #f5f5f5;
}
nav.woocommerce-pagination.prdctfltr-pagination.prdctfltr-pagination-load-more a {
    background-color: var(--lex);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
}
nav.woocommerce-pagination.prdctfltr-pagination.prdctfltr-pagination-load-more a:hover {
    border: 1px solid var(--lex);
    background-color: transparent;
    color: var(--lex);
}
nav.woocommerce-pagination.prdctfltr-pagination.prdctfltr-pagination-load-more span.button.disabled {
    display: none;
}
.asp_res_text span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
div#search-modal .modal-content {
    background-color: transparent !important;
}
div#search-lex button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
div#search-lex button svg {
    height: 20px;
}
div#search-lex button svg path, div#search-lex button svg circle {
    stroke: var(--lex);
}
button.close svg {
    height: 25px;
}
.pf_rngstyle_html5 .irs-bar {
    border-top: 1px solid var(--lex) !important;
    border-bottom: 1px solid var(--lex) !important;
    background: var(--lex) !important;
}
.pf_rngstyle_html5 .irs-slider {
    border: 1px solid var(--lex) !important;
    background: #ffffff !important;
}
.pf_rngstyle_html5 .irs-from, .pf_rngstyle_html5 .irs-to, .pf_rngstyle_html5 .irs-single {
    background: var(--lex) !important;
}
span.gift-popup-val {
    display: block;
}
span.gift-popup-val bdi {
    font-size: 18px;
}
.gift-popup-depends {
    display: none;
}
ul.woocommerce-error span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.item-order-review ul.woocommerce-error {
    width: 100%;
    margin: 0 50px 30px;
}
.text_bottom_image {
    text-align: center;
    font-size: 18px;
}
#bundle .text_bottom_image p {
    margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.store-description {
    margin-bottom: 30px;
}

.store-description img {
    width: 200px;
    height: auto;
}

span.optional {
    display: none;
}
.banner-premium-design img {
    width: 100%;
}
.this-premium-text {
    padding: 60px;
    font-size: 18px;
}
.this-premium-text-utp {
    background-color: var(--lex);
    color: #fff;
    padding-bottom: 45px;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .carousel-title span {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .this-premium-text {
        padding: 0 20px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .this-premium-video {
        margin-bottom: 30px;
    }
}
.moneycare {
    margin-top: 140px;
}
.moneycare-title {
    font-weight: 900;
    margin-bottom: 20px;
}
.moneycare-title span {
    color: var(--lex);
    display: block;
    font-size: 55px;
}
section.section-1__moneycare p {
    margin-bottom: 60px;
}
section.section-1__moneycare blockquote {
    font-size: 25px;
    margin-bottom: 40px;
}
section.section-1__moneycare ul li {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
section.section-1__moneycare ul li svg {
    margin-right: 10px;
}
.moneycare section {
    padding-bottom: 120px;
}
section.section-2__moneycare {
    padding-bottom: 80px;
}
svg.arrow-rignt__moneycare {
    position: absolute;
    top: 66%;
    right: -35px;
}
section.section-2__moneycare img {
    margin-right: 20px;
}
.title-partners__moneycare {
    font-weight: 700;
    font-size: 15px;
}
.desc-partners__moneycare {
    font-size: 13px;
}
section.section-2__moneycare .col-xl-3.d-flex.align-items-center {
    margin-bottom: 40px;
}
section.section-2__moneycare .col-12.d-flex.justify-content-center {
    margin-bottom: 60px;
}
section.section-3__moneycare h2 {
    font-size: 55px;
    margin-bottom: 40px;
}
section.section-3__moneycare ul li {
    font-size: 25px;
    margin-bottom: 20px;
}
.wrapper-requirements__moneycare {
    border: 10px solid var(--lex);
    padding: 45px;
}
.wrapper-requirements__moneycare ul li {
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
.wrapper-requirements__moneycare h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
}
section.section-3__moneycare .wrapper-requirements__moneycare ul {
    margin-left: 15px;
}
.row-moneycare {
    padding-top: 120px;
}
section.section-4__moneycare img {
    margin-bottom: 40px;
}
section.section-4__moneycare h2 {
    margin-bottom: 60px;
}
.moneycare section img {
    width: 100%;
    height: auto;
}
section.section-2__moneycare img {
    width: 60px;
    height: auto;
}
.height-text__moneycare {
    height: 48px;
}
@media screen and (max-width: 768px) {
    .moneycare {
        margin-top: 40px;
    }
    .moneycare-title span {
        font-size: 40px;
    }
    section.section-1__moneycare img {
        margin-bottom: 30px;
    }
    section.section-1__moneycare p {
        margin-bottom: 40px;
    }
    .moneycare section {
        padding-bottom: 60px;
    }
    section.section-2__moneycare .col-xl-3.d-flex.align-items-center div {
        flex: 0 0 70%;
    }
    section.section-3__moneycare h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    section.section-3__moneycare ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }
    section.section-3__moneycare > ul {
        margin-bottom: 40px !important;
    }
    .wrapper-requirements__moneycare {
        margin-bottom: 30px;
        padding: 20px;
    }
    .row-moneycare {
        padding-top: 60px;
    }
    section.section-4__moneycare h2 {
        margin-bottom: 30px;
    }
    svg.arrow-rignt__moneycare {
        display: none;
    }
    section.section-4__moneycare .col-xl-3.d-flex.justify-content-center.flex-wrap {
        margin-bottom: 30px;
    }
    .height-text__moneycare {
        height: auto;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .moneycare section {
        padding-bottom: 80px;
    }
    section.section-2__moneycare .col-xl-3.d-flex.align-items-center div {
        flex: 0 0 70%;
    }
}
.fee span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
div#order_review .fee {
    padding: 0 15px;
    width: 100%;
}
a.btn-lex-pay {
    background-color: var(--lex);
    color: #fff;
    padding: 20px 30px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 60px;
}
.totalpoll-buttons {
    justify-content: center !important;
}
.totalpoll-question-choices-item-label span {
    font-weight: 700;
    color: #000;
}
.page-id-69456 .contentLex {
    background-color: #fff;
}
.page-id-69456 .item-title-lex {
    display: none;
}
#sb_instagram .sbi_meta {
    font-weight: 700;
    margin-top: 10px;
}
@-webkit-keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@font-face{
    font-family:star;
    src:url(/wp-content/themes/lex-company/fonts/star.eot);
    src:url(/wp-content/themes/lex-company/fonts/star.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/lex-company/fonts/star.woff) format("woff"),url(/wp-content/themes/lex-company/fonts/star.ttf) format("truetype"),url(/wp-content/themes/lex-company/fonts/star.svg#star) format("svg");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:WooCommerce;
    src:url(/wp-content/themes/lex-company/fonts/WooCommerce.eot);
    src:url(/wp-content/themes/lex-company/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),
    url(/wp-content/themes/lex-company/fonts/WooCommerce.woff) format("woff"),
    url(/wp-content/themes/lex-company/fonts/WooCommerce.ttf) format("truetype"),
    url(/wp-content/themes/lex-company/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight:400;
    font-style:normal
}
.woocommerce-store-notice,p.demo_store{
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:0;
    width:100%;
    font-size:1em;
    padding:1em 0;
    text-align:center;
    background-color:#a46497;
    color:#fff;
    z-index:99998;
    box-shadow:0 1px 1em rgba(0,0,0,.2);
    display:none
}
.woocommerce-store-notice a,p.demo_store a{
    color:#fff;
    text-decoration:underline
}
.screen-reader-text{
    clip:rect(1px,1px,1px,1px);
    height:1px;
    overflow:hidden;
    position:absolute!important;
    width:1px;
    word-wrap:normal!important
}
.admin-bar p.demo_store{
    top:32px
}
.clear{
    clear:both
}
.woocommerce .blockUI.blockOverlay{
    position:relative;
    opacity: .5;
}
.woocommerce .blockUI.blockOverlay::before{
    height:1em;
    width:1em;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-.5em;
    margin-top:-.5em;
    content:'';
    -webkit-animation:spin 1s ease-in-out infinite;
    animation:spin 1s ease-in-out infinite;
    background:url(/wp-content/themes/lex-company/img/loader.svg) center center;
    background-size:cover;
    line-height:1;
    text-align:center;
    font-size:2em;
    color:rgba(0,0,0,.75);
}
.woocommerce .loader::before{
    height:1em;
    width:1em;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-.5em;
    margin-top:-.5em;
    content:'';
    -webkit-animation:spin 1s ease-in-out infinite;
    animation:spin 1s ease-in-out infinite;
    background:url(/wp-content/themes/lex-company/img/loader.svg) center center;
    background-size:cover;
    line-height:1;
    text-align:center;
    font-size:2em;
    color:rgba(0,0,0,.75)
}
button.print-btn {
    height: 48px;
    background-color: #c5c5c57a;
    color: #000;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #0000;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
}
.woocommerce small.note{
    display:block;
    color:#767676;
    font-size:.857em;
    margin-top:10px
}
.woocommerce .woocommerce-breadcrumb{
    margin:0 0 1em;
    padding:0;
    font-size:.92em;
    color:#767676
}
.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{
    content:' ';
    display:table
}
.woocommerce .woocommerce-breadcrumb::after{
    clear:both
}
.woocommerce .woocommerce-breadcrumb a{
    color:#767676
}
.woocommerce div.product{
    margin-bottom:0;
    position:relative
}
.woocommerce div.product .product_title{
    clear:none;
    margin-top:0;
    padding:0
}
.woocommerce div.product p.price,.woocommerce div.product span.price{
    color:#77a464;
    font-size:1.25em
}
.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{
    background:inherit;
    font-weight:700;
    display:inline-block
}
.woocommerce div.product p.price del,.woocommerce div.product span.price del{
    opacity:.5;
    display:inline-block
}
.woocommerce div.product p.stock{
    font-size:.92em
}
.woocommerce div.product .stock{
    color:#77a464
}
.woocommerce div.product .out-of-stock{
    color:red
}
.woocommerce div.product .woocommerce-product-rating{
    margin-bottom:1.618em
}
.woocommerce div.product div.images{
    margin-bottom:2em
}
.woocommerce div.product div.images img{
    display:block;
    width:100%;
    height:auto;
    box-shadow:none
}
.woocommerce div.product div.images div.thumbnails{
    padding-top:1em
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    position:relative
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    -webkit-transition:all cubic-bezier(.795,-.035,0,1) .5s;
    transition:all cubic-bezier(.795,-.035,0,1) .5s;
    margin:0;
    padding:0
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
    background-color:#fff;
    opacity:0
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{
    border:1px solid #f2f2f2
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    width:25%;
    display:inline-block
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    position:absolute;
    top:.5em;
    right:.5em;
    font-size:2em;
    z-index:9;
    width:36px;
    height:36px;
    background:#fff;
    text-indent:-9999px;
    border-radius:100%;
    box-sizing:content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
    content:"";
    display:block;
    width:10px;
    height:10px;
    border:2px solid #000;
    border-radius:100%;
    position:absolute;
    top:9px;
    left:9px;
    box-sizing:content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
    content:"";
    display:block;
    width:2px;
    height:8px;
    background:#000;
    border-radius:6px;
    position:absolute;
    top:19px;
    left:22px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    box-sizing:content-box
}
.woocommerce div.product div.images .flex-control-thumbs{
    overflow:hidden;
    zoom:1;
    margin:0;
    padding:0
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width:25%;
    float:left;
    margin:0;
    list-style:none
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    cursor:pointer;
    opacity:.5;
    margin:0
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{
    opacity:1
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){
    clear:left
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear:left
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){
    clear:left
}
.woocommerce div.product div.summary{
    margin-bottom:2em
}
.woocommerce div.product div.social{
    text-align:right;
    margin:0 0 1em
}
.woocommerce div.product div.social span{
    margin:0 0 0 2px
}
.woocommerce div.product div.social span span{
    margin:0
}
.woocommerce div.product div.social span .stButton .chicklets{
    padding-left:16px;
    width:0
}
.woocommerce div.product div.social iframe{
    float:left;
    margin-top:3px
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    list-style:none;
    padding:0 0 0 1em;
    margin:0 0 1.618em;
    overflow:hidden;
    position:relative
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border:1px solid #d3ced2;
    background-color:#ebe9eb;
    display:inline-block;
    position:relative;
    z-index:0;
    border-radius:4px 4px 0 0;
    margin:0 -5px;
    padding:0 1em
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display:inline-block;
    padding:.5em 0;
    font-weight:700;
    color:#515151;
    text-decoration:none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    text-decoration:none;
    color:#6b6a6b
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background:#fff;
    z-index:2;
    border-bottom-color:#fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color:inherit;
    text-shadow:inherit
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
    box-shadow:2px 2px 0 #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
    box-shadow:-2px 2px 0 #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border:1px solid #d3ced2;
    position:absolute;
    bottom:-1px;
    width:5px;
    height:5px;
    content:" ";
    box-sizing:border-box
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    left:-5px;
    border-bottom-right-radius:4px;
    border-width:0 1px 1px 0;
    box-shadow:2px 2px 0 #ebe9eb
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    right:-5px;
    border-bottom-left-radius:4px;
    border-width:0 0 1px 1px;
    box-shadow:-2px 2px 0 #ebe9eb
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    position:absolute;
    content:" ";
    width:100%;
    bottom:0;
    left:0;
    border-bottom:1px solid #d3ced2;
    z-index:1
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin:0 0 2em;
    padding:0
}
.woocommerce div.product p.cart{
    margin-bottom:2em
}
.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{
    content:' ';
    display:table
}
.woocommerce div.product p.cart::after{
    clear:both
}
.woocommerce div.product form.cart{
    margin-bottom:2em
}
.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{
    content:' ';
    display:table
}
.woocommerce div.product form.cart::after{
    clear:both
}
.woocommerce div.product form.cart div.quantity{
    float:left;
    margin:0 4px 0 0
}
.woocommerce div.product form.cart table{
    border-width:0 0 1px
}
.woocommerce div.product form.cart table td{
    padding-left:0
}
.woocommerce div.product form.cart table div.quantity{
    float:none;
    margin:0
}
.woocommerce div.product form.cart table small.stock{
    display:block;
    float:none
}
.woocommerce div.product form.cart .variations{
    margin-bottom:1em;
    border:0;
    width:100%
}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{
    border:0;
    vertical-align:top;
    line-height:2em
}
.woocommerce div.product form.cart .variations label{
    font-weight:700
}
.woocommerce div.product form.cart .variations select{
    max-width:100%;
    min-width:75%;
    display:inline-block;
    margin-right:1em
}
.woocommerce div.product form.cart .variations td.label{
    padding-right:1em
}
.woocommerce div.product form.cart .woocommerce-variation-description p{
    margin-bottom:1em
}
.woocommerce div.product form.cart .reset_variations{
    visibility:hidden;
    font-size:.83em
}
.woocommerce div.product form.cart .wc-no-matching-variations{
    display:none
}
.woocommerce div.product form.cart .button{
    vertical-align:middle;
    float:left
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
    padding-right:1em;
    padding-left:1em
}
.woocommerce div.product form.cart .group_table td{
    vertical-align:top;
    padding-bottom:.5em;
    border:0
}
.woocommerce div.product form.cart .group_table td:first-child{
    width:4em;
    text-align:center
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{
    display:inline-block;
    width:auto;
    margin:0 auto;
    -webkit-transform:scale(1.5,1.5);
    -ms-transform:scale(1.5,1.5);
    transform:scale(1.5,1.5)
}
.woocommerce .products ul,.woocommerce ul.products{
    margin:0 0 1em;
    padding:0;
    list-style:none outside;
    clear:both
}
span.onsale svg {
    width: 15px;
    height: 20px;
}
span.onsale {
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 50px;
    background-color: #FA4C4C;
    color: #fff;
    font-weight: 700;
}
span.onsale svg path {
    fill: #FA4C4C;
}
.main-product .price ins {
    display: block;
}
.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{
    content:' ';
    display:table
}
.woocommerce .products ul::after,.woocommerce ul.products::after{
    clear:both
}
.woocommerce .products ul li,.woocommerce ul.products li{
    list-style:none outside
}
.woocommerce ul.products li.product .onsale{
    top:0;
    right:0;
    left:auto;
    margin:-.5em -.5em 0 0
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{
    padding:.5em 0;
    margin:0;
    font-size:1em
}
.woocommerce ul.products li.product a{
    text-decoration:none
}
.woocommerce ul.products li.product a img{
    width:100%;
    height:auto;
    display:block;
    margin:0 0 1em;
    box-shadow:none
}
.woocommerce ul.products li.product strong{
    display:block
}
.woocommerce ul.products li.product .woocommerce-placeholder{
    border:1px solid #f2f2f2
}
.woocommerce ul.products li.product .star-rating{
    font-size:.857em
}
.woocommerce ul.products li.product .button{
    margin-top:1em
}
.woocommerce ul.products li.product .price{
    color:#77a464;
    display:block;
    font-weight:400;
    margin-bottom:.5em;
    font-size:.857em
}
.woocommerce ul.products li.product .price del{
    color:inherit;
    opacity:.5;
    display:inline-block
}
.woocommerce ul.products li.product .price ins{
    background:0 0;
    font-weight:700;
    display:inline-block
}
.woocommerce ul.products li.product .price .from{
    font-size:.67em;
    margin:-2px 0 0 0;
    text-transform:uppercase;
    color:rgba(132,132,132,.5)
}
.woocommerce .woocommerce-result-count{
    margin:0 0 1em
}
.woocommerce .woocommerce-ordering{
    margin:0 0 1em
}
.woocommerce .woocommerce-ordering select{
    vertical-align:top
}
.woocommerce nav.woocommerce-pagination{
    text-align:center
}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
    display:block
}
.woocommerce #respond input#submit {
    font-size:100%;
    margin:0;
    line-height:1;
    cursor:pointer;
    position:relative;
    text-decoration:none;
    overflow:visible;
    padding:.618em 1em;
    font-weight:700;
    border-radius:3px;
    left:auto;
    color:#515151;
    background-color:#ebe9eb;
    border:0;
    display:inline-block;
    background-image:none;
    box-shadow:none;
    text-shadow:none
}
.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{
    opacity:.25;
    padding-right:2.618em
}
.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{
    font-family:WooCommerce;
    content:"\e01c";
    vertical-align:top;
    font-weight:400;
    margin-left: 10px;
    -webkit-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite
}
.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after{
    font-family:WooCommerce;
    content:"\e017";
    margin-left:.53em;
    vertical-align:bottom;
    font-size: 18px;
    width: 25px;
}
.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{
    background-color:#a46497;
    color:#fff
}
.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]{
    color:inherit;
    cursor:not-allowed;
    opacity:.5;
    padding:.618em 1em
}
.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{
    color:inherit;
    background-color:#ebe9eb
}
.woocommerce #reviews h2 small{
    float:right;
    color:#767676;
    font-size:15px;
    margin:10px 0 0
}
.woocommerce #reviews h2 small a{
    text-decoration:none;
    color:#767676
}
.woocommerce #reviews h3{
    margin: 0 0 10px;
    font-weight: 700;
}
.main-product section h2 {
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
}
.main-product section h2 span {
    font-weight: 300;
    font-size: 25px;
}
.woocommerce #reviews #respond{
    margin:0;
    border:0;
    padding:0
}
.woocommerce #reviews #comment{
    height:75px
}
.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{
    content:' ';
    display:table
}
.woocommerce #reviews #comments .add_review::after{
    clear:both
}
.woocommerce #reviews #comments h2{
    clear:none
}
.woocommerce #reviews #comments ol.commentlist{
    margin:0;
    width:100%;
    background:0 0;
    list-style:none
}
.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{
    content:' ';
    display:table
}
.woocommerce #reviews #comments ol.commentlist::after{
    clear:both
}
.woocommerce #reviews #comments ol.commentlist li{
    padding:0;
    margin:0 0 20px;
    border:0;
    position:relative;
    background:0;
    border:0
}
.woocommerce #reviews #comments ol.commentlist li .meta{
    color:#767676;
    font-size:.75em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    float:left;
    position:absolute;
    top:0;
    left:0;
    padding:3px;
    width:32px;
    height:auto;
    background:#ebe9eb;
    border:1px solid #e4e1e3;
    margin:0;
    box-shadow:none
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin: 0 0 0 50px;
    padding: 30px 30px 0;
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(13, 70, 144, .2);
    border-radius: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{
    content:' ';
    display:table
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after{
    clear:both
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
    margin: 0 0 2em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    font-size:.83em
}
.item-comment-description {
    margin-top: 2rem;
}
.item-comment-description p {
    margin-bottom: 0 !important;
    line-height: 30px;
    font-weight: 500;
    font-size: 15px;
}
button.btn-lex.btn-review {
    background-color: var(--lex);
    color: #fff;
    padding: 15px 30px;
}
.woocommerce #reviews #comments ol.commentlist ul.children{
    list-style:none outside;
    margin:20px 0 0 50px
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{
    display:none
}
#reviews #comments ol.commentlist #respond{
    border:1px solid #e4e1e3;
    border-radius:4px;
    padding:1em 1em 0;
    margin:20px 0 0 50px
}
#reviews #comments .commentlist>li::before{
    content:""
}
span.price.tc-price {
    font-weight: 900;
}
.star-rating{
    overflow:hidden;
    position:relative;
    height:1em;
    line-height:1;
    font-size: 24px;
    width:5.4em;
    font-family:star
}
.itemListProductlex .star-rating{
    font-size: 20px;
}
.itemListProductlex .productLex-rating > span {
    display: none;
}
.star-rating::before{
    content:"\73\73\73\73\73";
    color:#d3ced2;
    float:left;
    top:0;
    left:0;
    position:absolute
}
.star-rating span{
    overflow:hidden;
    float:left;
    top:0;
    left:0;
    position:absolute;
    padding-top:1.5em
}
.star-rating span::before{
    content:"\53\53\53\53\53";
    top:0;
    position:absolute;
    left:0
}
.woocommerce-product-rating{
    line-height:2;
    display:block
}
.woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{
    content:' ';
    display:table
}
.woocommerce-product-rating::after{
    clear:both
}
.woocommerce-product-rating .star-rating{
    margin:.5em 4px 0 0;
    float:left
}
.products .star-rating{
    display:block;
    margin:0 0 .5em;
    float:none
}
.hreview-aggregate .star-rating{
    margin:10px 0 0
}
#review_form #respond{
    position:static;
    margin:0;
    width:auto;
    padding:0;
    background:transparent none;
    border:0
}
.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{
    content:' ';
    display:table
}
.woocommerce #review_form #respond::after{
    clear:both
}
.woocommerce #review_form #respond p{
    margin:0 0 10px
}
.woocommerce #review_form #respond .form-submit input{
    left:auto
}
.woocommerce #review_form #respond textarea{
    box-sizing:border-box;
    width:100%
}
.woocommerce p.stars a{
    position:relative;
    height:1em;
    width:1em;
    text-indent:-999em;
    display:inline-block;
    text-decoration:none
}
.woocommerce p.stars a::before{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:1em;
    height:1em;
    line-height:1;
    font-family:WooCommerce;
    content:"\e021";
    text-indent:0
}
.woocommerce p.stars a:hover~a::before{
    content:"\e021"
}
.woocommerce p.stars:hover a::before{
    content:"\e020"
}
.woocommerce p.stars.selected a.active::before{
    content:"\e020"
}
.woocommerce p.stars.selected a.active~a::before{
    content:"\e021"
}
.woocommerce p.stars.selected a:not(.active)::before{
    content:"\e020"
}
.woocommerce table.shop_attributes{
    border:0;
    border-top:1px dotted rgba(0,0,0,.1);
    margin-bottom:1.618em;
    width:100%
}
.woocommerce table.shop_attributes th{
    width:150px;
    font-weight:700;
    padding:8px;
    border-top:0;
    border-bottom:1px dotted rgba(0,0,0,.1);
    margin:0;
    line-height:1.5
}
.woocommerce table.shop_attributes td{
    font-style:italic;
    padding:0;
    border-top:0;
    border-bottom:1px dotted rgba(0,0,0,.1);
    margin:0;
    line-height:1.5
}
.woocommerce table.shop_attributes td p{
    margin:0;
    padding:8px 0
}
.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{
    background:rgba(0,0,0,.025)
}
.woocommerce table.shop_table{
    border:1px solid rgba(0,0,0,.1);
    margin:0 -1px 24px 0;
    text-align:left;
    width:100%;
    border-collapse:separate;
    border-radius:5px
}
.woocommerce table.shop_table th{
    font-weight:700;
    padding:9px 12px;
    line-height:1.5em
}
.woocommerce table.shop_table td{
    border-top:1px solid rgba(0,0,0,.1);
    padding:9px 12px;
    vertical-align:middle;
    line-height:1.5em
}
.woocommerce table.shop_table td small{
    font-weight:400
}
.woocommerce table.shop_table td del{
    font-weight:400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{
    border-top:0
}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{
    font-weight:700;
    border-top:1px solid rgba(0,0,0,.1)
}
.woocommerce table.my_account_orders{
    font-size:.85em
}
.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{
    padding:4px 8px;
    vertical-align:middle
}
.woocommerce table.my_account_orders .button{
    white-space:nowrap
}
.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{
    vertical-align:top;
    text-align:center
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{
    text-align:left
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{
    text-align:left
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{
    content:"\2193";
    display:inline-block
}
.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{
    list-style:none outside
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{
    float:left;
    clear:both;
    margin-right:.25em;
    display:inline-block;
    list-style:none outside
}
.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{
    margin:0
}
.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{
    margin-bottom:0
}
.woocommerce td.product-name p.backorder_notification{
    font-size:.83em
}
.woocommerce td.product-quantity{
    min-width:80px
}
.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{
    list-style:none outside;
    padding:0;
    margin:0
}
.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{
    content:' ';
    display:table
}
.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{
    clear:both
}
.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{
    margin:0;
    padding-left:1em;
    border-left:2px solid rgba(0,0,0,.1)
}
.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{
    content:' ';
    display:table
}
.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{
    clear:both
}
.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{
    display:inline-block;
    float:left;
    margin-bottom:1em
}
.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{
    font-weight:700;
    padding:0 0 .25em;
    margin:0 4px 0 0;
    clear:left
}
.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{
    padding:0 0 .25em
}
.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{
    margin-bottom:0
}
.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{
    float:none
}
.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{
    border-top:3px double #ebe9eb;
    padding:4px 0 0
}
.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{
    min-width:40px;
    display:inline-block
}
.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{
    content:' ';
    display:table
}
.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{
    clear:both
}
.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{
    margin-right:5px;
    margin-bottom:5px
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{
    -webkit-transition:opacity .5s .5s ease;
    transition:opacity .5s .5s ease;
    opacity:0
}
.woocommerce form .form-row label{
    line-height:2
}
.woocommerce form .form-row label.hidden{
    visibility:hidden
}
.woocommerce form .form-row label.inline{
    display:inline
}
.woocommerce form .form-row .woocommerce-input-wrapper .description{
    background:#1e85be;
    color:#fff;
    border-radius:3px;
    padding:1em;
    margin:.5em 0 0;
    clear:both;
    display:none;
    position:relative
}
#billing_email_field #billing_email-description {
    background: #fff !important;
    color: #666 !important;
    font-weight: 500;
    padding: 0 !important;
    margin: 5px 0 0 !important;
    font-size: 13px !important;
    display: inline-block !important;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a{
    color:#fff;
    text-decoration:underline;
    border:0;
    box-shadow:none
}
#billing_email_field #billing_email-description:before {
    content: none !important;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description:before{
    left:50%;
    top:0;
    margin-top:-4px;
    -webkit-transform:translateX(-50%) rotate(180deg);
    -ms-transform:translateX(-50%) rotate(180deg);
    transform:translateX(-50%) rotate(180deg);
    content:"";
    position:absolute;
    border-width:4px 6px 0 6px;
    border-style:solid;
    border-color:#1e85be transparent transparent transparent;
    z-index:100;
    display:block
}
.woocommerce form .form-row select{
    cursor:pointer;
    margin:0
}
.woocommerce form .form-row .required{
    color:red;
    font-weight:700;
    border:0!important;
    text-decoration:none;
    visibility:hidden
}
.woocommerce form .form-row .optional{
    visibility:visible
}
.woocommerce form .form-row .input-checkbox{
    display:inline;
    margin:-2px 8px 0 0;
    text-align:center;
    vertical-align:middle
}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{
    box-sizing:border-box;
    width:100%;
    margin:0;
    outline:0;
    line-height:normal
}
.woocommerce form .form-row textarea{
    height:4em;
    line-height:1.5;
    display:block;
    box-shadow:none
}
.woocommerce form .form-row .select2-container{
    width:100%;
    line-height:2em
}
.woocommerce form .form-row.woocommerce-invalid label{
    color:#a00
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{
    border-color:#a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{
    border-color:#6dc22e
}
.woocommerce form .form-row ::-webkit-input-placeholder{
    line-height:normal
}
.woocommerce form .form-row :-moz-placeholder{
    line-height:normal
}
.woocommerce form .form-row :-ms-input-placeholder{
    line-height:normal
}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
.woocommerce ul#shipping_method{
    list-style:none outside;
    margin:0;
    padding:0
}
.shipping-info {
    margin-bottom: 50px;
}
.woocommerce-info {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.woocommerce ul#shipping_method .amount {
    font-size: 15px;
    font-weight:700;
}
.woocommerce p.woocommerce-shipping-contents{
    margin:0
}
.woocommerce ul.order_details{
    margin:0 0 3em;
    list-style:none
}
.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{
    content:' ';
    display:table
}
.woocommerce ul.order_details::after{
    clear:both
}
.woocommerce ul.order_details li{
    float:left;
    margin-right:2em;
    text-transform:uppercase;
    font-size:.715em;
    line-height:1;
    border-right:1px dashed #d3ced2;
    padding-right:2em;
    margin-left:0;
    padding-left:0;
    list-style-type:none;
    font-weight: 700;
}
.woocommerce ul.order_details li strong{
    display:block;
    font-size: 1rem;
    text-transform:none;
    line-height:1.5
}
.woocommerce ul.order_details li:last-of-type{
    border:none
}
.woocommerce .wc-bacs-bank-details-account-name{
    font-weight:700
}
.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{
    margin-bottom:2em
}
.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{
    margin-bottom:0
}
.woocommerce .woocommerce-customer-details address{
    font-style:normal;
    margin-bottom:0;
    border:1px solid rgba(0,0,0,.1);
    border-bottom-width:2px;
    border-right-width:2px;
    text-align:left;
    width:100%;
    border-radius:5px;
    padding:6px 12px
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
    margin-bottom:0;
    padding-left:1.5em
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{
    font-family:WooCommerce;
    speak:none;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    margin-right:.618em;
    content:"";
    text-decoration:none;
    margin-left:-1.5em;
    line-height:1.75;
    position:absolute
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
    font-family:WooCommerce;
    speak:none;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    margin-right:.618em;
    content:"";
    text-decoration:none;
    margin-left:-1.5em;
    line-height:1.75;
    position:absolute
}
.woocommerce .woocommerce-widget-layered-nav-list{
    margin:0;
    padding:0;
    border:0;
    list-style:none outside
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
    padding:0 0 1px;
    list-style:none
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{
    content:' ';
    display:table
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{
    clear:both
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{
    padding:1px 0
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
    font-family:WooCommerce;
    speak:none;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    margin-right:.618em;
    content:"";
    text-decoration:none;
    color:#a00
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{
    margin-top:1em
}
.woocommerce .widget_layered_nav_filters ul{
    margin:0;
    padding:0;
    border:0;
    list-style:none outside;
    overflow:hidden;
    zoom:1
}
.woocommerce .widget_layered_nav_filters ul li{
    float:left;
    padding:0 1em 1px 1px;
    list-style:none
}
.woocommerce .widget_layered_nav_filters ul li a{
    text-decoration:none
}
.woocommerce .widget_layered_nav_filters ul li a::before{
    font-family:WooCommerce;
    speak:none;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    margin-right:.618em;
    content:"";
    text-decoration:none;
    color:#a00;
    vertical-align:inherit;
    margin-right:.5em
}
.woocommerce .widget_price_filter .price_slider{
    margin-bottom:1em
}
.woocommerce .widget_price_filter .price_slider_amount{
    text-align:right;
    line-height:2.4;
    font-size:.8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    font-size:1.15em;
    float:left
}
.woocommerce .widget_price_filter .ui-slider{
    position:relative;
    text-align:left;
    margin-left:.5em;
    margin-right:.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    position:absolute;
    z-index:2;
    width:1em;
    height:1em;
    background-color:#a46497;
    border-radius:1em;
    cursor:ew-resize;
    outline:0;
    top:-.3em;
    margin-left:-.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    position:absolute;
    z-index:1;
    font-size:.7em;
    display:block;
    border:0;
    border-radius:1em;
    background-color:#a46497
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    border-radius:1em;
    background-color:#462940;
    border:0
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height:.5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
    top:0;
    height:100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{
    left:-1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{
    right:-1px
}
.woocommerce .widget_rating_filter ul{
    margin:0;
    padding:0;
    border:0;
    list-style:none outside
}
.woocommerce .widget_rating_filter ul li{
    padding:0 0 1px;
    list-style:none
}
.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{
    content:' ';
    display:table
}
.woocommerce .widget_rating_filter ul li::after{
    clear:both
}
.woocommerce .widget_rating_filter ul li a{
    padding:1px 0;
    text-decoration:none
}
.woocommerce .widget_rating_filter ul li .star-rating{
    float:none;
    display:inline-block
}
.woocommerce .widget_rating_filter ul li.chosen a::before{
    font-family:WooCommerce;
    speak:none;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    margin-right:.618em;
    content:"";
    text-decoration:none;
    color:#a00
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    float:left;
    margin-right:1em
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    display:inline-block
}
.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{
    display:block!important
}
.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{
    display:none!important
}
.woocommerce-error,.woocommerce-info,.woocommerce-message{
    padding:1em 2em 1em 3.5em;
    margin:0 0 1em;
    position:relative;
    background-color:#f7f6f7;
    border-top:3px solid #a46497;
    list-style:none outside;
    width:auto;
    word-wrap:break-word;
    font-size: 14px;
}
.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{
    content:' ';
    display:table
}
.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{
    clear:both
}
.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
}
.before-cart-notice .woocommerce-message:before {
    color: #000;
}
.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{
    float:right
}
.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{
    list-style:none outside!important;
    padding-left:0!important;
    margin-left:0!important
}
.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{
    direction:ltr;
    unicode-bidi:embed
}
.woocommerce-message {
    border: none;
    background-color: #28a745;
    color: #fff;
    border-radius: 5px;
}
.woocommerce-message::before{
    content:"\e015";
    color:#fff
}
.woocommerce-info{
    border-top-color:#1e85be
}
.woocommerce-info::before{
    color:#1e85be
}
.woocommerce-error{
    border-top-color:#b81c23
}
.woocommerce-error::before{
    content:"\e016";
    color:#b81c23
}
.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{
    content:' ';
    display:table
}
.woocommerce-account .woocommerce::after{
    clear:both
}
.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{
    content:' ';
    display:table
}
.woocommerce-account .addresses .title::after{
    clear:both
}
.woocommerce-account .addresses .title h3{
    float:left
}
.woocommerce-account .addresses .title .edit{
    float:right
}
.woocommerce-account ol.commentlist.notes li.note p.meta{
    font-weight:700;
    margin-bottom:0
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child{
    margin-bottom:0
}
.woocommerce-account ul.digital-downloads{
    margin-left:0;
    padding-left:0
}
.woocommerce-account ul.digital-downloads li{
    list-style:none;
    margin-left:0;
    padding-left:0
}
.woocommerce-account ul.digital-downloads li::before{
    font-family:WooCommerce;
    speak:none;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    margin-right:.618em;
    content:"";
    text-decoration:none
}
.woocommerce-account ul.digital-downloads li .count{
    float:right
}
#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{
    min-width:32px
}
#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{
    width:32px;
    box-shadow:none
}
#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{
    vertical-align:middle
}
#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{
    float:left;
    box-sizing:border-box;
    border:1px solid #d3ced2;
    padding:6px 6px 5px;
    margin:0 4px 0 0;
    outline:0
}
#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{
    margin:0;
    vertical-align:middle
}
#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{
    padding:1em 0
}
#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{
    content:' ';
    display:table
}
#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{
    clear:both
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    display:block;
    text-align:center;
    margin-bottom:1em;
    font-size:1.25em;
    padding:1em
}
#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{
    float:none;
    margin-top:.5em;
    display:inline-block
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{
    font-family:WooCommerce;
    speak:none;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    margin-left:.618em;
    content:"";
    text-decoration:none
}
#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{
    margin:1em 0 0 0
}
#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{
    color:#767676;
    font-size:.83em
}
#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{
    border-collapse:separate;
    margin:0 0 6px;
    padding:0
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{
    border-top:0
}
#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{
    width:35%
}
#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{
    vertical-align:top;
    border-left:0;
    border-right:0;
    line-height:1.5em
}
#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{
    color:#767676
}
#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{
    width:100%
}
#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{
    color:#77a464
}
#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{
    border-top:1px solid #ebe9eb
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{
    margin-bottom:0
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{
    margin-top:0
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
    float:left;
    clear:none
}
#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{
    clear:left
}
#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{
    clear:left
}
#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{
    font-size:11px;
    color:#767676;
    font-weight:400
}
#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{
    padding:0;
    clear:left;
    width:100%
}
#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{
    clear:both
}
#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods{
    text-align:left;
    padding:1em;
    border-bottom:1px solid #d3ced2;
    margin:0;
    list-style:none outside
}
#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{
    content:' ';
    display:table
}
#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{
    clear:both
}
#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{
    line-height:2;
    text-align:left;
    margin:0;
    font-weight:400
}
#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{
    margin:0 10px 0 0
}
#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img {
    vertical-align:middle;
    margin:-2px 0 0 .5em;
    padding:0;
    position:relative;
    box-shadow:none
}
#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{
    margin-left:2px
}
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{
    content:' ';
    display:table
}
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}
#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{
    line-height:1.5;
}
#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{
    border-color:#c7c1c6;
    border-top-color:#bbb3b9
}
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{
    color:#bbb3b9
}
#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{
    color:#bbb3b9
}
#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{
    color:#bbb3b9
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{
    list-style:none outside;
    margin:0
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{
    margin:0 0 .5em
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{
    cursor:pointer
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{
    vertical-align:middle;
    margin:-3px 1em 0 0;
    position:relative
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{
    border:0;
    padding:0;
    margin:1em 0 0
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{
    font-size:1.5em;
    padding:8px;
    background-repeat:no-repeat;
    background-position:right .618em center;
    background-size:32px 20px
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{
    background-image:url(../images/icons/credit-cards/visa.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{
    background-image:url(../images/icons/credit-cards/mastercard.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{
    background-image:url(../images/icons/credit-cards/laser.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{
    background-image:url(../images/icons/credit-cards/diners.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{
    background-image:url(../images/icons/credit-cards/maestro.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{
    background-image:url(../images/icons/credit-cards/jcb.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{
    background-image:url(../images/icons/credit-cards/amex.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{
    background-image:url(../images/icons/credit-cards/discover.svg)
}
#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{
    font-size:.857em;
    color:#767676;
    font-weight:400
}
#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{
    margin:0 0 1em
}
#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin: 0;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    float:right;
    line-height:52px;
    font-size:.83em
}
#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{
    max-height:52px;
    vertical-align:middle
}
.woocommerce-terms-and-conditions{
    border:1px solid rgba(0,0,0,.2);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    background:rgba(0,0,0,.05)
}
.woocommerce-invalid #terms{
    outline:2px solid red;
    outline-offset:2px
}
.woocommerce-password-strength{
    text-align:center;
    font-weight:600;
    padding:3px .5em;
    font-size:1em
}
.woocommerce-password-strength.strong{
    background-color:#c1e1b9;
    border-color:#83c373
}
.woocommerce-password-strength.short{
    background-color:#f1adad;
    border-color:#e35b5b
}
.woocommerce-password-strength.bad{
    background-color:#fbc5a9;
    border-color:#f78b53
}
.woocommerce-password-strength.good{
    background-color:#ffe399;
    border-color:#ffc733
}
.woocommerce-password-hint{
    margin:.5em 0 0;
    display:block
}
#content.twentyeleven .woocommerce-pagination a{
    font-size:1em;
    line-height:1
}
.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{
    padding:0
}
.single-product .twentythirteen p.stars{
    clear:both
}
.twentythirteen .woocommerce-breadcrumb{
    padding-top:40px
}
.twentyfourteen ul.products li.product{
    margin-top:0!important
}
body:not(.search-results) .twentysixteen .entry-summary{
    color:inherit;
    font-size:inherit;
    line-height:inherit
}
.twentysixteen .price ins{
    background:inherit;
    color:inherit
}
.widget.woocommerce.widget_shopping_cart h2.widgettitle {
    text-align: center;
}
@media screen and (min-width: 1900px) {
    .history-lex {
        margin-right: -45%;
        margin-left: 10%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    h1.page-titleLex {
        width: 100%;
    }
    .products-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.pagination-history .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #0000;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 900;
    padding: 10px 20px;
    opacity: 1;
}
.pagination-history .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--lex);
    color: #fff;
    border-radius: 50px;
}
section#history-lex {
    padding: 100px 0 230px;
}
.history-lex .swiper-scrollbar {
    top: 0;
    opacity: 1 !important;
}
.history-lex .swiper-scrollbar-drag {
    background: var(--lex);
}
.history-lex .swiper-wrapper {
    padding-top: 60px;
}
.history-lex .swiper-slide img {
    width: 100%;
    height: auto;
}
.history-lex .swiper-slide h2 {
    font-size: 45px;
    color: var(--lex);
    line-height: 55px;
    margin-bottom: 40px;
    font-weight: 900;
}
.history-lex .swiper-slide h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.swiper-slide p {
    font-size: 15px;
}
.history-lex .swiper-slide-active .progressbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 50%;
    background-color: var(--lex);
    transition: all .2s linear;
}
.history-lex .swiper-slide .progressbar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    width: 50%;
    background-color: var(--lex);
    transition: all .2s linear;
}
.progressbar {
    background-color: #E8E8E8;
    height: 5px;
    position: relative;
    transition: all .2s linear;
}
.history-lex .swiper-scrollbar {
    position: absolute;
    left: 0%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
section#history-lex h1 {
    font-weight: 900;
}
section#history-lex ul.breadcrumbs-lex {
    margin-bottom: 40px !important;
}
section.before-about-tax {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
    margin-top: 40px;
    overflow: hidden;
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-top .swiper-slide {
    width: 100%;
}
.gallery-top .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.gallery-thumbs {
    max-height: 340px;
    margin: 0 !important;
}
.gallery-thumbs .swiper-wrapper {
    flex-direction: column;
    max-height: 340px;
}
.wrapper-thumbs__single {
    width: 80%;
}
.wrapper-gallery-thumbs__single, .wrapper-thumbs__single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-gallery-thumbs__single {
    width: 100px;
    padding: 80px 0 80px 20px;
}
.wrapper-gallery-thumbs__single .swiper-button-next, .wrapper-gallery-thumbs__single .swiper-button-prev {
    transform: rotate(90deg);
    margin: 0;
}
.gallery-thumbs .swiper-slide {
    margin-right: 0;
}
.wrapper-arrow-swiper {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    top: 0;
}
.main-product section {
    position: relative;
    padding: 0 0 60px;
}
section#section2 {
    padding: 0 0 56px;
}
.main-product #section0 {
    padding: 30px 0 100px;
}
.main-product #section1 {
    padding: 60px 0 80px;
}
.main-product #section4 {
    background-color: #f5f5f5;
    padding: 100px 0;
}
.main-product #section5 {
    padding: 100px 0;
}
.main-product #section6 {
    padding: 100px 0;
}
.main-product #section7 {
    background-color: #F2F4F4;
    padding: 100px 0;
}
.main-product #section8 {
    padding: 80px 0;
    background-color: #343434;
}
.main-product #section9 {
    background-color: #f5f5f5;
    padding: 100px 0;
}
.main-product #section9 h2 {
    margin-bottom: 20px;
}
.main-product #section6 p, .main-product #section5 p {
    font-size: 18px;
}
.main-product #section8 .title-product-partners {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-right: 60px;
}
.main-product #section8 .text-partners {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-right: 60px;
}
.main-product #section8 .text-partners svg {
    margin-right: 30px;
}
.main-product #section0 #preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f0f0ef;
    border-radius: 20px;
}
.main-product #section0 #preloader:before {
    content: "";
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    transform-origin:50%;
    animation:swiper-preloader-spin 1s infinite linear;
    box-sizing:border-box;
    border:4px solid #000;
    border-radius:50%;
    border-top-color:transparent
}
.main-product #section0 .visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.main-product #section0 .hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}
.gallery-thumbs .swiper-slide {
    height: 100px !important;
    cursor: pointer;
    margin-bottom: 20px;
}
.gallery-thumbs .swiper-slide:last-child {
    margin-bottom: 0 !important;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}
.gallery-thumbs .swiper-slide img {
    opacity: .4;
}
.this-thumb-slide {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border: 1px solid #cbcfd2;
    border-radius: 10px;
}
.swiper-slide.swiper-slide-thumb-active .this-thumb-slide {
    border: 1px solid var(--lex);

}
.swiper-slide-youtube {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.swiper-slide-youtube a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .15);
    border-radius: 100%;
    background-color: #fff;
}
.swiper-slide-youtube svg {
    width: 30px;
    height: 30px;
}
div#right-info-product__lex span.woocommerce-Price-amount.amount {
    font-size: 45px;
    font-weight: 900;
    line-height: 55px
}
.footer-col5 {
    padding: 0 15px;
}
#wrapper-footer-lex ul li a {
    font-size: 15px;
    color: #8F8F8F;
    text-decoration: none;
}
#wrapper-footer-lex ul li a:hover, .footer-heading a:hover {
    color: var(--lex);
}
.footer-heading a {
    color: #fff;
}
#wrapper-footer-lex ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
#wrapper-footer-lex ul li:last-child {
    margin-bottom: 0;
}
#wrapper-footer-lex ul li svg {
    margin-right: 15px;
}
.footer-heading {
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-col5.footer-about-company svg.logo-footer {
    margin-bottom: 40px;
    margin-right: 0;
}
ul.list-unstyled.item-footer-cond-lex li a, ul.list-unstyled.item-footer-cond-lex li span {
    width: 100%;
    text-align: right;
}
footer .tnp.tnp-subscription form {
    display: flex;
    align-items: center;
}
footer .tnp-field.tnp-field-email label {
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 10px;
    line-height: 14px;
}
footer .tnp-field.tnp-field-email input {
    width: 95%;
    border-radius: 6px;
    border: none;
    height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
}
footer input.tnp-submit {
    border-radius: 50px;
    height: 42px;
    padding: 0 30px;
    border: none;
    background-color: var(--lex);
    color: #fff;
    font-size: 14px;
    margin-top: 34px;
    cursor: pointer;
}
footer #item-social-lex li {
    margin-right: 20px;
    margin-bottom: 0;
}
footer #item-social-lex ul li a svg {
    margin: 0;
}
footer .wrapper-newsletter p {
    display: none;
}
footer .tnp.tnp-subscription {
    margin-top: -25px;
}
.tinkoff_credit_wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.page-template-page-cart .tinkoff_credit_wrapper {
    margin-top: 0;
    margin-bottom: 60px;
}
.tinkoff_credit_submit, .tinkoff_installments_submit {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: normal;
    text-align: left;
}
.wrapper-tinkoff-btn {
    width: 100%;
    margin-left: 10px;
}
.tinkoff_installments_form_wrapper {
    margin-bottom: 0;
}
.tinkoff_credit_form_wrapper {
    margin-bottom: 10px;
}
.tinkoff_credit_submit:hover, .tinkoff_installments_submit:hover {
    color: var(--lex);
}
.tinkoff_credit_form_wrapper, .tinkoff_installments_form_wrapper {
    position: relative;
}
.tinkoff_installments_form_wrapper {
    margin-right: 0;
}
.tinkoff_credit_form_wrapper, .tinkoff_installments_form_wrapper {
    width: 100%;
}
.tinkoff_credit_form_wrapper:last-child {
    margin-right: 0;
    margin-left: 10%;
}
span.new-product__price {
    font-size: 13px;
    font-weight: 500;
}
div#yandex-widget {
    margin: 0 -15px;
}
.tinkoff img {
    width: 60px;
    height: 60px;
}
.tinkoff {
    margin: 20px 0;
}

/*.tinkoff_credit_form_wrapper:before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/themes/lex-company/img/credit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tinkoff_installments_form_wrapper:before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/themes/lex-company/img/installments.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/






@media screen and (max-width: 768px) {
    footer .tnp.tnp-subscription {
        margin-top: 30px;
    }
    ul.list-unstyled.item-footer-cond-lex li a, ul.list-unstyled.item-footer-cond-lex li span {
        text-align: left;
    }
    ul.list-unstyled.item-footer-cond-lex {
        margin-top: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .footer-col5 {
        width: calc(100% / 5);
        padding: 0 15px;
    }
}
.order-total {
     display: flex;
     align-items: center;
 }
.order-total div:first-child {
    padding-right: 10px;
    font-weight: 500;
}
.title-product-bundle {
    font-weight: 900 !important;
}
li.yith-wfbt-item span.product-name {
    font-weight: 600;
}
@media screen and (max-width: 1200px) {


    .woocommerce-info {
        display: block;
    }
    .item.cartProductLex-title h3 {
        font-size: 20px;
        text-align: center;
    }
    .wrapper-add-to-cart {
        display: block;
    }
    .tinkoff_credit_form_wrapper {
        margin-right: 0;
        margin-left: 0;
    }
    .tinkoff_credit_wrapper {
        display: block;
        align-items: center;
    }
    /*.wrapper-gallery-thumbs__single {
        padding: 40px 0;
    }*/
    .wrapper-gallery-thumbs__single  .swiper-button-next:after, .wrapper-gallery-thumbs__single  .swiper-button-prev:after {
        font-size: 16px;
    }
    .wrapper-gallery-thumbs__single .gallery-thumbs {
        height: 350px;
        margin: 0 !important;
    }
    .main-product #section0 {
        padding: 30px 0 40px !important;
    }
    .main-product section {
        padding: 0 0 40px;
    }
    .main-product #section4 {
        padding: 60px 0;
    }
    .fix-bar .link-details__single ul.vNav {
        overflow-x: auto;
    }
    .fix-bar .link-details__single ul.vNav li {
        white-space: nowrap;
    }
    .repeat-details__single.is_stuck {
        display: none !important;
    }
    .main-product section h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .main-product section h2 span {
        font-size: 32px;
    }
    .main-product #section1 {
        padding: 60px 0 !important;
    }
    .item-document-product-lex {
        padding: 60px 20px 0;
        margin-top: -60px
    }
    .title-product-bundle {
        font-size: 16px;
    }
    .image-td span.woocommerce-Price-amount.amount {
        font-size: 22px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0;
    }
    .woocommerce #reviews h3 {
        font-size: 18px;
        line-height: 27px;
    }
}

.modal-fullscreen .modal-dialog {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 100000;
}
.modal-fullscreen .modal-content {
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    padding: 20px 0 20px;
    border: none;
    background-color: #fff;
}
.modal-fullscreen .moneycare {
    margin-top: 20px;
}
.modal-fullscreen .btn-installment-close {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--lex);
}
.modal-fullscreen .btn-installment-close:hover {
    text-decoration: underline;
}
.modal-fullscreen .btn-lex {
    background-color: var(--lex);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
section#section-1__tincoff {
    padding: 3rem 0;
}
.modal-fullscreen .modal-body {
    padding: 0;
}
.wrapper-installment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 50px rgba(7, 23, 104, .15);
    padding: 45px;
    border-radius: 10px;
}
.wrapper-installment svg {
    width: 100%;
    margin-bottom: 30px;
}
button.btn-installment.btn-lex {
    border-color: var(--lex);
    border-width: 2px;
    color: var(--lex);
    font-weight: 700;
}
button.btn-installment.btn-lex:hover {
    color: #fff;
}
section#choise-installment {
    padding-bottom: 6rem;
}
@media screen and (max-width: 1200px) {

    h1.header__title.title__installment {
        font-size: 26px;
    }
    section#section-1__tincoff {
        padding: 0 0 3rem;
    }
}
@media screen and (max-width: 768px) {
    .wrapper-installment {
        margin-bottom: 30px;
    }
    .modal-fullscreen section#section-1__tincoff svg {
        width: 100%;
    }
}
#innovation_1 {
    background-color: var(--lex);
    color: #fff;
}
.section__innovation h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.section__innovation {
    padding: 6rem 0;
    position: relative;
}
#innovation_3,
#innovation_5,
#innovation_7,
#innovation_9,
#innovation_11,
#innovation_13,
#innovation_15 {
    padding: 13rem 0;
}
.wrapper-cat__innovation img {
    width: 90%;
    height: auto;
}
.wrapper-cat__innovation a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wrapper-cat__innovation a span {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    display: block;
    margin-top: 30px;
}
#innovation_3 {
    background-image: url("https://lex1.ru/wp-content/uploads/rectangle-26-1-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.whis-video-cat__innovation {
    position: relative;
    transform: translateY(50%);
}
svg.play-video__innovation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.whis-video-cat__innovation:hover  svg.play-video__innovation path {
    fill: var(--lex)
}
.whis-video-cat__innovation img {
    width: 100%;
    height: auto;
}
.image-box__innovation {
    position: relative;
    width: 100%;
    height: 233px;
    overflow: hidden;
}
.image-box__innovation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-box__innovation:before {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-image: url(/wp-content/themes/lex-company/img/thf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.image-box__innovation.no-cursor:before {
    content: none;
}
.image-box__innovation:hover:before {
    display: none;
    z-index: -1;
}
.image-box__innovation:hover {
    cursor: pointer;
}
.title-box__innovation {
    height: 48px;
    align-items: center;
    display: flex;
    margin: 25px 0;
    font-weight: 700;
    font-size: 13px;
}
.title-box__innovation svg {
    margin-right: 15px;
}
a.btn__innovation {
    border: 1px dotted var(--lex);
    border-radius: 50px;
    padding: 15px 20px;
    color: var(--lex);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
}
div#innovation_modal .modal-header {
    border: none;
    padding: 20px 40px 0;
}
div#innovation_modal ul li {
    font-size: 12px;
    margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
    div#innovation_modal .modal-body {
        padding: 40px;
    }
}
button#innovation_modal_label {
    background-color: transparent;
    border: none;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
}
button#innovation_modal_label:hover {
    color: var(--lex)
}
section#innovation_4, section#innovation_6, #innovation_8, #innovation_10, #innovation_12, #innovation_14, #innovation_16 {
    padding-top: 6rem;
}
#innovation_5, #innovation_7, #innovation_9, #innovation_11, #innovation_13, #innovation_15 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#innovation_5 {
    background-image: url("https://lex1.ru/wp-content/uploads/rectangle-26-2-1.jpg");
}
#innovation_7 {
    background-image: url("https://lex1.ru/wp-content/uploads/main_gas.jpg");
}
#innovation_9 {
    background-image: url("https://lex1.ru/wp-content/uploads/main_oven.jpg");
}
#innovation_11 {
    background-image: url("https://lex1.ru/wp-content/uploads/main_ppm.jpg");
}
#innovation_13 {
    background-image: url("https://lex1.ru/wp-content/uploads/main_ice.jpg");
}
#innovation_15 {
    background-image: url("https://lex1.ru/wp-content/uploads/rectangle-27.png");
}
@media screen and (max-width: 1200px) {
    #innovation_5:before, #innovation_7:before, #innovation_9:before, #innovation_11:before, #innovation_13:before, #innovation_15:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .6);
    }
}
a[data-fancybox="gallery-post-gallery__image"] svg {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--lex);
    padding: 15px;
    border-radius: 5px;
}
a[data-fancybox="gallery-post-gallery__image"] {
    position: relative;
    display: block;
}
#super-form-74751 .super-label {
    font-weight: 600 !important;
    margin-bottom: 15px;
}
#super-form-74751 .super-field {
    margin: 0 0 40px 0 !important;
}
#super-form-74751 .display-vertical label.super-item {
    margin-bottom: 15px !important;
}
#super-form-74751 .display-vertical label.super-item:last-child {
    margin-bottom: 0 !important;
}
#super-form-74751 .super-checkbox label.super-item.super-has-image span.super-item-label {
    font-weight: 600 !important;
    font-size: 16px;
    margin-top: 30px;
}
#super-form-74751 .super-shortcode.super-multipart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
#super-form-74751 .wrapper-view-interior span.super-item-label {
    position: absolute;
    bottom: 10%;
    left: 15%;
    background-color: var(--lex);
    font-size: 25px;
    color: #fff;
    padding: 15px 20px;
    font-weight: 900;
    border-radius: 6px;
}
#super-form-74751 .super-button-name {
    font-size: 16px !important;
    font-weight: 600 !important;
}
/*.super-loading-wrapper:before {
    content: "";
    background-image: url(https://lex1.ru/wp-content/uploads/Termos-front-s-logo_bant-2.png);
    width: 230px;
    height: 231px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
}*/
.super-emoji {
    background-image: url(/wp-content/themes/lex-company/img/Emoji.svg);
    width: 100px;
    height: 100px;
    background-size: contain;
    margin-bottom: 10px;
}
.super-loading-overlay .super-loading-wrapper {
    position: relative;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    font-size: 18px !important;
    font-weight: 900 !important;
}
.cart-discount > div {
    max-width: 300px;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 14px;
}
div#pw_slider_gift {
    margin-bottom: 60px;
    margin-top: 40px;
}
.term-podarochnye-sertifikaty .list-add-cart,
.term-podarochnye-sertifikaty .list-price{
    display: none;
}
h3.ywgc_select_amount_title, h5.ywgc_recipient_info_title {
    font-size: 16px;
    margin-bottom: 20px;
}
div#right-info-product__lex .gift-cards-list .selected_button span.woocommerce-Price-amount.amount {
    color: #fff;
}
div#right-info-product__lex .gift-cards-list span.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 700;
    color: var(--lex);
}
div#right-info-product__lex .gift-cards-list button {
    border-radius: 50px;
    padding: 5px 20px;
    margin-right: 15px;
}
h3.ywgc_delivery_info_title {
    display: none;
}
.ywgc-single-recipient input, .ywgc-message textarea, .ywgc-additional-recipient input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ywgc-message textarea {
    height: auto;
}
.gift-card-content-editor.step-content label {
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    height: auto;
    line-height: normal;
    width: 100%;
}
.ywgc-recipient-name, .ywgc-recipient-email, .ywgc-message {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.yith_wc_gift_card_input_recipient_details {
    margin-bottom: 30px;
}
.add-recipient {
    margin: 0 0 40px !important;
    float: inherit !important;
}
.ywgc-additional-recipient {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}
.ywgc-single-recipient .ywgc-recipient-name {
    margin-bottom: 0 !important;
}
.gift_card_template_button {
    display: flex;
    align-items: center;
}
.gift_card_template_button .quantity {
    margin-right: 20px;
}
section#quiz-home {
    background-image: url(https://lex1.ru/wp-content/uploads/inter_help.webp);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 3rem 0;
}
section#quiz-home h2 {
    font-size: 50px;
    line-height: 61px;
}
section#quiz-home p {
    font-size: 25px;
    line-height: 35px;
}
a.btn-quiz {
    position: relative;
    display: inline-block;
    padding:20px 30px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 33px;
    outline: none;
    background: #0000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    color: var(--color-white);
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}
a.btn-quiz:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    background-color: var(--lex);
    z-index: -1;
    border-radius: 25px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.btn-quiz:hover:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
a.btn-quiz:hover {
    border: 2px solid var(--lex);
}
@media (min-width: 1200px) {
    section#quiz-home {
        height: 800px;
    }
}
@media (max-width: 1200px) {
    section#quiz-home h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px !important;
    }
    section#quiz-home p {
        font-size: 18px;
        line-height: 25px;
    }
    a.btn-quiz {
        font-size: 18px;
    }
}
.saleGroup-section {
    padding-bottom: 120px;
}
.item-saleGroup h2 {
    font-size: 20px;
    text-transform: uppercase;
}
section#section-1 .name-group {
    padding: 10px;
    background-color: var(--lex);
    display: inline-block;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}
.saleGroup-section .name-group {
    margin-bottom: 80px;
    background-color: #000;
    padding: 10px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.wrapper-price-details span.economy-sum {
    width: 100%;
    text-align: right;
}
span.economy-sum {
    display: block;
    color: var(--lex);
    font-weight: 700;
}
span.economy-sum b {
    color: #000;
}
span.sale-price__saleGroup, span.regular-price__saleGroup {
    display: block;
}
span.sale-price__saleGroup {
    color: #8D8D8D;
    font-size: 18px;
    font-weight: 900;
}
span.regular-price__saleGroup {
    font-size: 25px;
    font-weight: 900;
}
a.go-info-saleGroup {
    text-decoration: none;
}
a.go-info-saleGroup:hover {
    color: #000;
}
.slider-saleGroup .swiper-slide {
    margin: 0;
}
h2.title-red__saleGroup {
    color: var(--lex);
}
p.thin-text-saleGroup {
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0;
}
.slider-text-saleGroup p {
    margin-bottom: 10px;
}
.slider-text-saleGroup {
    margin-top: 30px;
}
.total-price__groupSale a.add_to_cart_button {
    background-color: var(--lex);
    color: #fff;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border-radius: 50px;
    font-weight: 700;
    float: right;
    margin-top: 30px;
    box-shadow: 0px 10px 30px rgba(191, 27, 62, 0.2);
}
.total-price__groupSale a.add_to_cart_button:hover {
    text-decoration: none;
}
.total-price__groupSale a.add_to_cart_button svg {
    margin-right: 15px;
}
.total-price__groupSale span.sale-price__saleGroup {
    display: inline-block;
    margin-right: 15px;
}
.item-product-saleGroup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
span.subtitle__groupSale {
    font-size: 13px;
    line-height: 18px;
    display: block;
}
.title-product__groupSale a {
    color: var(--lex);
    font-weight: 900;
    margin-bottom: 10px;
    text-decoration: none;
}
.this-product-price__groupSale {
    font-size: 18px;
    font-weight: 900;
}
section#section-1 h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 60px 0;
}

.image-col-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1200px) {
    section#section-1 .name-group {
        font-size: 14px;
    }
    .item-saleGroup h2 {
        font-size: 15px;
        line-height: 20px;
    }
    .image-col-top {
        height: 290px;
    }
    .price-saleGroup {
        margin-bottom: 20px;
    }
    section#section-1 h1 {
        font-size: 28px;
        margin: 40px 0 0;
        padding: 0 15px;
    }
    .saleGroup-section .name-group {
        margin-bottom: 40px;
    }
    .item-product-saleGroup img {
        width: 65%;
        height: 100%;
        object-fit: contain;
    }
    span.economy-sum {
        text-align: center !important;
    }
    .total-price__groupSale a.add_to_cart_button {
        float: inherit;
        margin: 30px auto 0;
    }
    h2.title-innovation-home {
        font-size: 30px !important;
    }
    .red-box-home {
        padding: 30px !important;
    }
    section#innovation-home {
        margin-top: 80px !important;
    }
}
.innovation-swiper .swiper-slide img {
     height: 100%;
     object-fit: cover;
 }
.inter-header a, .academy-header a {
    text-decoration: none;
}
.inter-header, .academy-header {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.academy-header {
    margin-right: 3rem;
}
@media (max-width: 1500px) {
    .academy-header {
        width: 220px;
    }
}
.academy-header a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 15px;
}
.innovation-swiper {
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 0;
}
.innovation-swiper .swiper-slide {
    margin: 0;
}
section#innovation-home {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 100px;
}
.red-box-home {
    padding: 60px;
    background-color: var(--lex);
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.red-box-home .swiper-pagination {
    bottom: 50px;
}
.red-box-home a {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 40px;
    display: inline-block;
}
h2.title-innovation-home {
    font-size: 50px;
}
p.asp-try a {
    font-weight: 500;
    text-decoration: none;
}
.cart-collaterals {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .item.cartProductLex-title h3 {
        font-size: 14px;
        text-align: left;
    }
}
a.deliveryCovid {
    position: relative;
    left: 22px;
    top: 0;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0px 0;
    border-radius: 4px;
    color: var(--lex);
}
td.table-bg-del {
    background-color: #fff721;
    width: 60px;
    height: 60px;
}
.table-delivery-covid th {
    font-size: 13px;
}
.woocommerce-compare-bar {
    background-color: var(--lex);
}
svg.remove-compare-svg path {
    fill: var(--lex);
}
.woocommerce-compare-bar {
    position: fixed;
    width: 100%;
    z-index: 1;
    box-shadow: 0 12px 58px -7px rgba(69,77,89,.50);
}

.woocommerce-compare-bar a, .woocommerce-compare-bar a:hover {
    text-decoration: none;
}

.woocommerce-compare-bar-items, .woocommerce-compare-bar-open-close {
    background: #fff;
}

.woocommerce-compare-bar-items {
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
    overflow-y: auto;
}

.woocommerce-compare-bar-item-container,
.woocommerce-compare-sidebar-item-container {
    position: relative;
}

.woocommerce-compare-bar-title {
    font-size: 75%;
    text-align: center;
    white-space: initial;
    font-weight: 700;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-compare-sidebar-title {
    font-size: 120%;
}

.woocommerce-compare-sidebar-img {
    width: 40%;
    float: left;
    position: relative;
}

.woocommerce-compare-sidebar-item .woocommerce-compare-sidebar-title {
    width: 50%;
    margin-left: 5%;
    float: left;
}

.woocommerce-compare-sidebar-clearfix {
    clear: both;
    float: none;
}

@media(max-width: 768px) {
    .woocommerce-compare-sidebar-img,
    .woocommerce-compare-sidebar-title {
        width: 100%;
        clear: both;
        float: none;
    }


    .woocommerce-compare-bar-item {
        max-width: 100px;
        height: 100px;
    }

}

.woocommerce-compare-bar-item-container {
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1200px) {
    .woocommerce-compare-bar-item-container {
        padding: 20px 10px;
    }
    .woocommerce-compare-bar-item a.woocommerce-compare-bar-item-remove, .woocommerce-compare-bar-item a.woocommerce-compare-bar-item-remove:hover, a.woocommerce-compare-sidebar-item-remove {
        right: 5px !important;
        top: 13px !important;
    }
}
.woocommerce-compare-sidebar-item-container {
    margin-bottom: 20px;
}

.woocommerce-compare-bar-item-placeholder .woocommerce-compare-bar-item {
    min-height: 205px;
    background-color: #991b35;
    border-radius: 15px;
}
.woocommerce-compare-bar-item {
    height: 100%;
}
.woocommerce-compare-bar-item img {
    max-width: 100%;
    height: auto;
}

.woocommerce-compare-bar-item a.woocommerce-compare-bar-item-remove,
.woocommerce-compare-bar-item a.woocommerce-compare-bar-item-remove:hover,
a.woocommerce-compare-sidebar-item-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFF;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #000;
    line-height: 18px;
    border-radius: 50%;
    font-weight: 700;
}

a.woocommerce-compare-sidebar-item-remove {
    top: 5px;
    right: 5px;
}

.woocommerce-compare-sidebar-action-clear {
    display: block;
}

.woocommerce-compare-bar-actions {
    padding: 0 20px;
    font-size: 120%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}
a.woocommerce-compare-bar-item-remove svg path {
    fill: #000;
}

@media(max-width: 680px) {
    .compare-table-grid .col-xs-2.compare-table-row-attribute-name {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        border-top: 1px solid #eaeaea;
        font-weight: bold;
    }

    .woocommerce-compare-table {
        word-wrap: break-word;
        font-size: 12px;
    }
}

a.woocommerce-compare-table-action-compare, a.woocommerce-compare-table-action-compare:hover {
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    padding: 15px 30px;
    text-decoration: none;
}

.woocommerce-compare-sidebar-actions {
    text-align: center;
}


.compare-table-row {
    padding: 0px;
}

.compare-table-row-attribute-name {
    font-weight: bold;
}

#woocommerce-compare-sidebar-action-compare {
    margin-top: 0px;
    display: inline-block;
}

.woocommerce-compare-bar-open-close-container {
    width: 100%;
    text-align: center;
    position: absolute;
    height: 45px;
    top: -45px;
}

.woocommerce-compare-bar-action-clear {
    margin-right: 20px;
    color: #fff !important;
}

.woocommerce-compare-table-action-compare {
    color: red;
}

.woocommerce-compare-bar-open-close {
    height: 100%;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 15px 15px 0 0;
}

.woocommerce-compare-table-container {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    width: 100%;
    background: #000;
    z-index: 99999999;
    padding: 10px;
}

.woocommerce .woocommerce-compare-table-container .star-rating,
.woocommerce .woocommerce-single-compare-table-container .star-rating {
    float: left;
}

.compare-table-hidden {
    display: none !important;
}

.woocommerce-compare-table-close {
    position: absolute;
    right: 20px;
    font-size: 55px;
    line-height: 55px;
    top: 10px;
}

.woocommerce-compare-table {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-compare-table img {
    max-width: 220px;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    margin: 30px 0;
}

.woocommerce-compare-table td, .woocommerce-compare-table th,
.woocommerce-single-compare-table td, .woocommerce-single-compare-table th {
    padding: 5px 10px;
}
.woocommerce-compare-bar-item-placeholder {
    min-height: 200px;
}
.woocommerce-compare-table th, .woocommerce-single-compare-table th {
    font-weight: bold;
}

.woocommerce-compare-table-hide-similarities, .woocommerce-compare-table-highlight-differences {
    margin-left: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}

.single-product-compare-column {
    /*padding: 10px;*/
}

.single-product-compare-value,
.single-product-compare-key-column {
    padding: 10px 5px;
    min-height: 60px;
}

.single-product-compare-products-slick .single-product-compare-value:nth-of-type(odd),
.single-product-compare-products-slick .single-product-compare-key-column:nth-of-type(odd),
.single-product-compare-key-column:nth-of-type(odd) {
    background-color: #f6f6f6;
}

.single-product-compare-value:nth-of-type(even),
.single-product-compare-key-column:nth-of-type(even) {
    background-color: #FFF;
}

.single-product-compare-products-slick .woocommerce .single-product-compare-value .star-rating {
    float: none;
}

.single-product-compare-column-this-product .single-product-compare-value:nth-of-type(odd),
.single-product-compare-column-this-product .single-product-compare-column-key:nth-of-type(odd),
.single-product-compare-column-key:nth-of-type(odd) {
    background-color: #ffffde;
}

.single-product-compare-key {
    font-size: 9px;
    display: block;
}

.single-product-compare-current-product {
    font-size: 90%;
    font-weight: bold;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.woocommerce-compare-sidebar-item-placeholder {
    border: 1px dotted #eaeaea;
    background-color: #f7f7f7;
    min-height: 20px;
    margin-bottom: 10px;
}

.woocommerce-compare-autocomplete-icon {
    background: #F44336;
    font-size: 24px;
    color: #FFF;
    line-height: 24px;
    float: left;
    width: 44px;
    padding: 10px;
}

.woocommerce-compare-autocomplete input[type="text"] {
    float: left;
    width: 80%;
    height: 44px;
    font-size: 13px;

}

.woocommerce-compare-autocomplete-message {
    font-size: 11px;
    line-height: 11px;
    color: #333;
    float: none;
    clear: both;
    margin-top: 10px;
    text-align: center;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../vendor/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../vendor/slick/fonts/slick.eot');
    src: url('../vendor/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../vendor/slick/fonts/slick.woff') format('woff'), url('../vendor/slick/fonts/slick.ttf') format('truetype'), url('../vendor/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #2196F3;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -20px;
}
[dir='rtl'] .slick-prev
{
    right: -20px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -20px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -20px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slick-list .slick-track li {
    clear: none !important;
    float: left !important;
}

.compare_products_add_all_to_cart_button {
    display: inline-block;
}

.compare-products-add-all-to-cart-container {
    width: 100%;
    display: block;
    text-align: center;
}

.compare-table-row-clear {
    clear: both;
    float: none;
}

.compare-table-row-attribute-name, .compare-table-row-attribute-value {
    float: left;
}

.compare-table-grid .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
.compare-table-grid .row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
.compare-table-grid .row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.compare-table-grid .col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.compare-table-grid .col-xs,
.compare-table-grid .col-xs-1,
.compare-table-grid .col-xs-2,
.compare-table-grid .col-xs-3,
.compare-table-grid .col-xs-4,
.compare-table-grid .col-xs-5,
.compare-table-grid .col-xs-6,
.compare-table-grid .col-xs-7,
.compare-table-grid .col-xs-8,
.compare-table-grid .col-xs-9,
.compare-table-grid .col-xs-10,
.compare-table-grid .col-xs-11,
.compare-table-grid .col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
.compare-table-grid .col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.compare-table-grid .col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}
.compare-table-grid .col-xs-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
}
.compare-table-grid .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.compare-table-grid .col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.compare-table-grid .col-xs-5 {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    max-width: 41%;
}
.compare-table-grid .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.compare-table-grid .col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}
.compare-table-grid .col-xs-8 {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
}
.compare-table-grid .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.compare-table-grid .col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}
.compare-table-grid .col-xs-11 {
    -ms-flex-preferred-size: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
}
.compare-table-grid .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.compare-table-grid .col-xs-offset-1 {
    margin-left: 8.333%;
}
.compare-table-grid .col-xs-offset-2 {
    margin-left: 16.666%;
}
.compare-table-grid .col-xs-offset-3 {
    margin-left: 25%;
}
.compare-table-grid .col-xs-offset-4 {
    margin-left: 33.333%;
}
.compare-table-grid .col-xs-offset-5 {
    margin-left: 41.666%;
}
.compare-table-grid .col-xs-offset-6 {
    margin-left: 50%;
}
.compare-table-grid .col-xs-offset-7 {
    margin-left: 58.333%;
}
.compare-table-grid .col-xs-offset-8 {
    margin-left: 66.666%;
}
.compare-table-grid .col-xs-offset-9 {
    margin-left: 75%;
}
.compare-table-grid .col-xs-offset-10 {
    margin-left: 83.333%;
}
.compare-table-grid .col-xs-offset-11 {
    margin-left: 91.666%;
}
.compare-table-grid .start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.compare-table-grid .center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.compare-table-grid .end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.compare-table-grid .top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.compare-table-grid .middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.compare-table-grid .bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.compare-table-grid .around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.compare-table-grid .between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.compare-table-grid .first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.compare-table-grid .last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
@media only screen and (min-width: 48em) {
    .compare-table-grid .container {
        width: 46rem;
    }
    .compare-table-grid .col-sm,
    .compare-table-grid .col-sm-1,
    .compare-table-grid .col-sm-2,
    .compare-table-grid .col-sm-3,
    .compare-table-grid .col-sm-4,
    .compare-table-grid .col-sm-5,
    .compare-table-grid .col-sm-6,
    .compare-table-grid .col-sm-7,
    .compare-table-grid .col-sm-8,
    .compare-table-grid .col-sm-9,
    .compare-table-grid .col-sm-10,
    .compare-table-grid .col-sm-11,
    .compare-table-grid .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .compare-table-grid .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .compare-table-grid .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .compare-table-grid .col-sm-2 {
        -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
        max-width: 16.666%;
    }
    .compare-table-grid .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .compare-table-grid .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .compare-table-grid .col-sm-5 {
        -ms-flex-preferred-size: 41.666%;
        flex-basis: 41.666%;
        max-width: 41.666%;
    }
    .compare-table-grid .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .compare-table-grid .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .compare-table-grid .col-sm-8 {
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        max-width: 66.666%;
    }
    .compare-table-grid .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .compare-table-grid .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .compare-table-grid .col-sm-11 {
        -ms-flex-preferred-size: 91.666%;
        flex-basis: 91.666%;
        max-width: 91.666%;
    }
    .compare-table-grid .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .compare-table-grid .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .compare-table-grid .col-sm-offset-2 {
        margin-left: 16.666%;
    }
    .compare-table-grid .col-sm-offset-3 {
        margin-left: 25%;
    }
    .compare-table-grid .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .compare-table-grid .col-sm-offset-5 {
        margin-left: 41.666%;
    }
    .compare-table-grid .col-sm-offset-6 {
        margin-left: 50%;
    }
    .compare-table-grid .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .compare-table-grid .col-sm-offset-8 {
        margin-left: 66.666%;
    }
    .compare-table-grid .col-sm-offset-9 {
        margin-left: 75%;
    }
    .compare-table-grid .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .compare-table-grid .col-sm-offset-11 {
        margin-left: 91.666%;
    }
    .compare-table-grid .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .compare-table-grid .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .compare-table-grid .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .compare-table-grid .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .compare-table-grid .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .compare-table-grid .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .compare-table-grid .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .compare-table-grid .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .compare-table-grid .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .compare-table-grid .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 62em) {
    .compare-table-grid .container {
        width: 61rem;
    }
    .compare-table-grid .col-md,
    .compare-table-grid .col-md-1,
    .compare-table-grid .col-md-2,
    .compare-table-grid .col-md-3,
    .compare-table-grid .col-md-4,
    .compare-table-grid .col-md-5,
    .compare-table-grid .col-md-6,
    .compare-table-grid .col-md-7,
    .compare-table-grid .col-md-8,
    .compare-table-grid .col-md-9,
    .compare-table-grid .col-md-10,
    .compare-table-grid .col-md-11,
    .compare-table-grid .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .compare-table-grid .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .compare-table-grid .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .compare-table-grid .col-md-2 {
        -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
        max-width: 16.666%;
    }
    .compare-table-grid .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .compare-table-grid .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .compare-table-grid .col-md-5 {
        -ms-flex-preferred-size: 41.666%;
        flex-basis: 41.666%;
        max-width: 41.666%;
    }
    .compare-table-grid .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .compare-table-grid .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .compare-table-grid .col-md-8 {
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        max-width: 66.666%;
    }
    .compare-table-grid .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .compare-table-grid .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .compare-table-grid .col-md-11 {
        -ms-flex-preferred-size: 91.666%;
        flex-basis: 91.666%;
        max-width: 91.666%;
    }
    .compare-table-grid .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .compare-table-grid .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .compare-table-grid .col-md-offset-2 {
        margin-left: 16.666%;
    }
    .compare-table-grid .col-md-offset-3 {
        margin-left: 25%;
    }
    .compare-table-grid .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .compare-table-grid .col-md-offset-5 {
        margin-left: 41.666%;
    }
    .compare-table-grid .col-md-offset-6 {
        margin-left: 50%;
    }
    .compare-table-grid .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .compare-table-grid .col-md-offset-8 {
        margin-left: 66.666%;
    }
    .compare-table-grid .col-md-offset-9 {
        margin-left: 75%;
    }
    .compare-table-grid .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .compare-table-grid .col-md-offset-11 {
        margin-left: 91.666%;
    }
    .compare-table-grid .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .compare-table-grid .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .compare-table-grid .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .compare-table-grid .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .compare-table-grid .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .compare-table-grid .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .compare-table-grid .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .compare-table-grid .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .compare-table-grid .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .compare-table-grid .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 75em) {
    .compare-table-grid .container {
        width: 71rem;
    }
    .compare-table-grid .col-lg,
    .compare-table-grid .col-lg-1,
    .compare-table-grid .col-lg-2,
    .compare-table-grid .col-lg-3,
    .compare-table-grid .col-lg-4,
    .compare-table-grid .col-lg-5,
    .compare-table-grid .col-lg-6,
    .compare-table-grid .col-lg-7,
    .compare-table-grid .col-lg-8,
    .compare-table-grid .col-lg-9,
    .compare-table-grid .col-lg-10,
    .compare-table-grid .col-lg-11,
    .compare-table-grid .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .compare-table-grid .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .compare-table-grid .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .compare-table-grid .col-lg-2 {
        -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
        max-width: 16.666%;
    }
    .compare-table-grid .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .compare-table-grid .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .compare-table-grid .col-lg-5 {
        -ms-flex-preferred-size: 41.666%;
        flex-basis: 41.666%;
        max-width: 41.666%;
    }
    .compare-table-grid .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .compare-table-grid .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .compare-table-grid .col-lg-8 {
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        max-width: 66.666%;
    }
    .compare-table-grid .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .compare-table-grid .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .compare-table-grid .col-lg-11 {
        -ms-flex-preferred-size: 91.666%;
        flex-basis: 91.666%;
        max-width: 91.666%;
    }
    .compare-table-grid .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .compare-table-grid .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .compare-table-grid .col-lg-offset-2 {
        margin-left: 16.666%;
    }
    .compare-table-grid .col-lg-offset-3 {
        margin-left: 25%;
    }
    .compare-table-grid .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .compare-table-grid .col-lg-offset-5 {
        margin-left: 41.666%;
    }
    .compare-table-grid .col-lg-offset-6 {
        margin-left: 50%;
    }
    .compare-table-grid .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .compare-table-grid .col-lg-offset-8 {
        margin-left: 66.666%;
    }
    .compare-table-grid .col-lg-offset-9 {
        margin-left: 75%;
    }
    .compare-table-grid .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .compare-table-grid .col-lg-offset-11 {
        margin-left: 91.666%;
    }
    .compare-table-grid .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .compare-table-grid .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
    .compare-table-grid .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .compare-table-grid .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .compare-table-grid .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .compare-table-grid .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .compare-table-grid .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .compare-table-grid .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .compare-table-grid .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .compare-table-grid .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

.compare-table-responsive-image {
    width: 100%;
    height: auto;
}

.woocommerce-single-compare-table-container.has-keys-column label {
    display: block;
}

.woocommerce-single-compare-table-container.has-keys-column .single-product-compare-keys,
.single-product-compare.has-keys-column .single-product-compare-keys {
    width: 20%;
    float: left;
}

.woocommerce-single-compare-table-container.has-keys-column .woocommerce-single-compare-table,
.single-product-compare.has-keys-column .single-product-compare-products-slick {
    width: 80%;
    float: left;
}

.woocommerce-single-compare-table-container.has-keys-column .woocommerce-single-compare-table .slick-prev {
    left: -28%;
}

@media print {
    .woocommerce-compare-table-container {
        overflow-y: auto;
        height: auto;
        position: absolute;
    }
    .compare-table-row {
        padding: 0;
    }
    .compare-table-grid .col-xs-12 {
        line-height: initial;
    }
    .woocommerce-compare-table-close, .woocommerce-compare-table-container label, .compare-table-row-rm, .woocommerce-compare-bar {
        display: none !important;
    }
}
.woocommerce-compare-bar {
    bottom: 0;
}
.woocommerce-compare-bar-open-close:hover,
.woocommerce-compare-bar-open-close {
    font-size: 14px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-weight: 700;
}
.woocommerce-compare-bar-item {
    max-width: 150px;
    width: 150px;
    min-height: 205px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
}
.woocommerce-compare-bar-open-close, .woocommerce-compare-bar-items {
    background-color: var(--lex);
}
.woocommerce-compare-table-container {
    background-color: rgba(255,255,255,1);
}
.woocommerce-compare-table-container .compare-table-row:nth-child(even) {
    background-color: rgba(255,255,255,0.9);
}
.woocommerce-compare-table-container .compare-table-row:nth-child(odd) {
  background-color: rgba(243,243,243,1);
}
.woocommerce-compare-table-container .compare-table-row .compare-table-highlight  {
    background-color: #bf1b3e1f;
    color: var(--lex);
    font-size: 14px;
    padding: 10px;
    margin: -5px 0;
}
.compare-table-row-attribute-name, .compare-table-row-attribute-value {
    padding: 15px 10px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.woocommerce-compare-table-close {
    color: #000;
}
.woocommerce-single-compare-table-container {
    color: #000000;
}
.woocommerce-single-compare-table-container .single-product-compare-value.even,
.woocommerce-single-compare-table-container .single-product-compare-key-column.even {
    background-color: rgba(247,247,247,1);
}
.woocommerce-single-compare-table-container .single-product-compare-value.oddd,
.woocommerce-single-compare-table-container .single-product-compare-key-column.oddd {
   background-color: rgba(255,255,255,1);
}
.woocommerce-single-compare-table-container .single-product-compare-value.compare-table-highlight,
.woocommerce-single-compare-table-container .single-product-compare-key-column.compare-table-highlight  {
    background-color: rgba(255,247,123,1);
}
div#woocommerce-compare-bar-actions a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
span.add-to-compare-text.add-to-compare-text-single {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
}
span.add-to-compare-text.add-to-compare-text-single {
    margin-top: 10px;
}

span.add-to-compare-text.add-to-compare-text-single svg {
    margin-right: 10px;
}
.fa-spin-load{
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
span.remove-from-compare-text, span.add-to-compare-text {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}
div#woocommerce-compare-table-container label {
    font-weight: 700;
    font-size: 14px;
}
div#woocommerce-compare-table-container label input {
    margin-right: 10px;
}
div#woocommerce-compare-table span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
a.woocommerce-better-compare-read-more.btn.button.btn-default.theme-button.theme-btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}
.wrapper-header-category-nav {
    width: 100%;
    padding-bottom: 30px;
    transform: translateY(-120%);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.wrapper-header-category-nav-open {
    transform: translateY(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.wrapper-header-category-nav .this-header-category-nav {
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 30px rgba(13, 70, 144, .2) !important;
}
/*button.header-category-nav:hover, button.header-category-nav.header-category-nav-open {
    background-color: #EA244E;
}*/
button.header-category-nav {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 30px;
    border: 2px solid var(--lex);
    border-radius: 50px;
    outline: none;
    background: #0000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
    background-color: #fff;
}
button.header-category-nav.header-category-nav-open:after {
    background-color: var(--lex);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
button.header-category-nav.header-category-nav-open svg path {
    fill: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
button.header-category-nav:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background-color: var(--lex);
    z-index: -1;
    border-radius: 25px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
button.header-category-nav.header-category-nav-open:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
button.header-category-nav:hover:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
button.header-category-nav .btn-nav-category-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
button.header-category-nav svg {
    width: 18px;
    height: 18px;
}
span.nav-category-title {
    display: block;
    font-weight: 700;

}
.this-header-category-nav ul li {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.this-header-category-nav ul li.filtry-dlya-vytyazhek {
    margin-top: 30px;
}
.wrapper-nav-category-title {
    margin-bottom: 10px;
}
span.nav-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 40px;
    height: 40px;
}
span.nav-category-icon img {
    width: 50px;
    height: auto;
}
.super-image img {
    height: auto;
}
.this-header-category-nav ul {
    padding-left: 75px;
}
.wrapper-nav-category-title a:hover .nav-category-icon svg path {
    fill: var(--lex);
}
.this-header-category-nav a:hover {
    text-decoration: none;
}
.close-bar-nav-category {
    display: none;
}
button.header-category-nav.header-category-nav-open .close-bar-nav-category {
    display: block;
}
button.header-category-nav.header-category-nav-open .bar-nav-category {
    display: none;
}
.header-company-phone a {
    color: #fff;
}
.header-company-phone svg {
    width: 24px;
    height: 25px;
    margin-right: 10px;
}
.this-header-category-nav .col-xl-4 {
    padding-bottom: 1.875rem;
}

/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container{ margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper{
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container{
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/

/* default theme ("light") */

.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.85);
    filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.9);
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    background-image: url(/wp-content/themes/lex-company/img/mCSB_buttons.png); /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp{
    background-position: 0 0;
    /*
    sprites locations
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown{
    background-position: 0 -20px;
    /*
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}

.mCSB_scrollTools .mCSB_buttonLeft{
    background-position: 0 -40px;
    /*
    sprites locations
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */
}

.mCSB_scrollTools .mCSB_buttonRight{
    background-position: 0 -56px;
    /*
    sprites locations
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }


/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

/* ---------------------------------------- */



/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }


/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }

/* ---------------------------------------- */



/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }

/* ---------------------------------------- */



/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 2px;
    margin: 7px auto;
}


/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

/* ---------------------------------------- */



/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    width: 16px; /* auto-expanded scrollbar */
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 16px; /* auto-expanded scrollbar */
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 4px; /* auto-expanded scrollbar */
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }


/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }


/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }


/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }

/* ---------------------------------------- */



/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}


/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools{
    opacity: 1;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
    width: 8px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools{
    opacity: 1;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
    background-color: #000; background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }


/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
    background-color: #fff; background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    bottom: 0;
    margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.2);
    filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.5);
    filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}


/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.2);
    filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.5);
    filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */



/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
    width: 6px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
    width: 12px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }


/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255,255,255,0.2);
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }


/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

/* ---------------------------------------- */

div#totalpoll .totalpoll-question-choices-item-container {
    height: 100%;
    justify-content: inherit !important;
}
.totalpoll-question-content {
    text-align: center;
    font-weight: 700;
}
.totalpoll-buttons {
    padding: 6rem 0 3rem !important;
}
div#totalpoll .totalpoll-button {
    font-weight: 500 !important;
    font-size: 15px !important;
    border-radius: 50px !important;
}
label.totalpoll-question-choices-item.totalpoll-question-choices-item-type-html.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-label span {
    color: #fff;
}
div#info-lex {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 30px;
}
.item-info-lex {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.wrapper-content-info-lex {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -130%);
    transition: all .2s linear;
}
.wrapper-content-info-lex.active-content-info-lex {
    transform: translate(0, 30px);
    transition: all .2s linear;
}
.wrapper-info-lex-header {
    min-width: 230px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 30px rgba(13, 70, 144, .2) !important;
}
ul.info-schedule-lex li {
    margin-bottom: 5px;
}
ul.info-schedule-lex li:last-child {
    margin-bottom: 0;
}
.title-info-lex {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
}
.this-row-info-lex {
    margin-bottom: 25px;
}
.this-row-info-lex:last-child {
    margin-bottom: 0;
}
.close-bar-info-lex {
    display: none;
}
.item-info-lex.active-content-info-lex .close-bar-info-lex {
    display: block;
}
.item-info-lex.active-content-info-lex .info-bar-svg {
    display: none;
}

.woocommerce-cart-form__cart-item {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.woocommerce-cart-form .product-thumbnail img {
    width: 80%;
    height: auto;
}
.woocommerce-cart-form__cart-item .product-name > a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.woocommerce-cart-form__cart-item .product-remove a svg {
    width: 18px;
    margin-left: 8px;
}
.woocommerce-cart-form__cart-item .product-remove {
    margin-top: 20px;
}
.woocommerce-cart-form .subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.woocommerce .woocommerce-cart-form__cart-item.cart_item .product-remove a.remove:hover,
.woocommerce-cart-form__cart-item .product-remove a:hover svg path {
    opacity: 1;
    text-decoration: none;
}
.woocommerce .woocommerce-cart-form__cart-item.cart_item .product-remove a.remove {
    display: flex;
    align-items: self-end;
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
    opacity: .5;
}
.woocommerce-cart-form__cart-item .product-remove a svg path {
    fill: #007bff;
}
form.woocommerce-cart-form del .amount {
    font-size: 14px;
}
form.woocommerce-cart-form .this-priceTotal-product__cart .amount {
    font-size: 24px;
}
form.woocommerce-cart-form .amount {
    font-weight: 700;
    font-size: 14px;
}
.one-rub__list a {
    position: absolute;
    right: -38px;
    top: -53px;
    background-image: url(https://lex1.ru/wp-content/uploads/frame-1908.png);
    width: 85px;
    height: 85px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 1199.98px) {
    form.woocommerce-cart-form .amount {
        font-weight: 700;
        font-size: 20px;
    }
}
.this-cart-totals .fee {
    margin-bottom: 20px;
}
.woocommerce span.ed {
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin-left: 7px;
}
.cart-collaterals ul#shipping_method {
    flex-wrap: nowrap !important;
    display: block !important;
}
.header-cart-totals h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}
.header-shipping h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 800;
}
.page-template-page-checkout .header-shipping h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 800;
}
.this-field-billing {
    margin-bottom: 50px;
}
.page-template-page-checkout .woocommerce-shipping-totals.shipping {
    border: none;
    margin-bottom: 50px !important;
}
.count-cart {
    font-size: 14px;
    font-weight: 500;
}
.remove-all-cart a {
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
}


.woocommerce ul#shipping_method li {
    position: relative;
    margin: 0;
    list-style: none outside;
    border: 1px solid #cbcfd2;
    border-radius: 5px;
    padding: 15px;
}
ul#shipping_method li.active {
    border: 1px solid var(--lex);
}
.cart-collaterals ul#shipping_method li {
    margin-bottom: 15px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    padding: 40px;
    border-radius: 5px;
}
.woocommerce ul#shipping_method li input {
    margin: -5px 0.4375em 0 0;
    vertical-align: top;
    cursor: pointer;
}
.woocommerce ul#shipping_method li label {
    display: inline;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.this-info-shipping {
    font-size: 13px;
    color: #9B9B9B;
}
p.woocommerce-shipping-destination {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 30px !important;
}
.header-cart-totals {
    border-bottom: 1px solid #cbcfd2;
}
.woocommerce-shipping-totals.shipping {
    margin-bottom: 30px;
    border-bottom: 1px solid #cbcfd2;
}
.wc-proceed-to-checkout .tinkoff_credit_form_wrapper:last-child .tinkoff_credit_submit {
    width: auto;
}
.item-count-weight  {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 500;
    border-bottom: 1px solid #cbcfd2;
}
#diliverySpb .modal-content .modal-body, #diliveryMsk .modal-content .modal-body, #help-order .modal-content .modal-body {
    padding: 40px;
}
#diliverySpb button.close, #diliveryMsk button.close, #help-order button.close {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 24px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 0 5px 0 0;
    overflow: hidden;
}
#diliverySpb button.close svg, #diliveryMsk button.close svg, #help-order button.close svg {
    height: 60px;
    max-width: 60px;
    min-width: 24px;
}
.wc-esl-shipping-method-time {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.wc-esl-shipping-method-time p {
    margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    display: flex;
    align-items: center;
    line-height: 2;
    text-align: left;
    font-weight: 400;
    margin: 0;
    list-style: none outside;
    border: 1px solid #cbcfd2;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

ul.wc_payment_methods li.active {
    border: 1px solid var(--lex) !important;
}
.item-checkput-review {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 40px;
}
.item-shipping ul#shipping_method li {
    width: calc(100% / 3 - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
}
.checkout.woocommerce-checkout .result-cart {
    margin-bottom: 25px;
}
.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 40px;
}
.footer-order-total {
    margin-top: 40px;
}
.woocommerce-cart-form__cart-item.cart_item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cbcfd2;
}
.cart_item .product-total span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.shop_table.woocommerce-checkout-review-order-table .subtitle-review-order-table {
    font-size: 14px;
    color: #a5a5a5;
}
h2#order_review_heading {
    font-size: 25px;
    margin-bottom: 0;
}
.woocommerce-cart-form .product-price del {
    display: block;
}
@media (min-width: 1200px) and (max-width: 1900px) {
    .main-product #section0 {
        padding: 20px 0;
    }
}
@media (min-width: 1300px) and (max-width: 1900px) {
    .item-shipping ul#shipping_method li {
        width: calc(100% / 2 - 20px);
    }
}
@media (max-width: 1300px) {
    .order-total span.woocommerce-Price-amount.amount {
        font-size: 25px;
        line-height: 25px;
    }
    .item-shipping ul#shipping_method li {
        width: calc(100% / 1 - 20px);
    }

    .woocommerce-cart-form .subtitle {
        width: calc(100% - 0px);
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        padding: 30px;
    }
    .tinkoff_credit_form_wrapper:before, .tinkoff_installments_form_wrapper:before {
        width: 45px;
        height: 45px;
        background-size: contain;
    }
}
@media (max-width: 768px) {
    .gallery-top .swiper-slide a {
        box-shadow: 0 5px 30px rgba(13, 70, 144, .2);
        border-radius: 10px;
        overflow: hidden;
    }
    #right-info-product__lex a.added_to_cart.wc-forward {
        font-weight: 700;
        margin-left: 0;
        text-align: center;
        position: relative;
        top: 7px;
    }
    .wrapper-kp-product {
        margin-top: 40px;
    }
    .woocommerce-cart-form .product-thumbnail img {
        width: 100%;
        height: auto;
    }
    .order-total span.woocommerce-Price-amount.amount {
        font-size: 20px;
    }
    .item-checkput-review {
        padding: 30px;
    }
    .shop_table.woocommerce-checkout-review-order-table .product-name {
        width: 45%;
    }
    .btn-apply-coupon {
        margin-top: 20px;
        width: 100%;
    }
    input#coupon_code {
        width: 100%;
    }
    ul.wc_payment_methods.payment_methods.methods label {
        font-size: 13px;
    }
}
button.btn-eyezon-single svg {
    margin-right: 10px;
}
button.btn-eyezon-single:hover {
    border: 1px solid var(--lex);
}
button.btn-eyezon-single {
    background-color: #0000;
    border: 1px solid #cbcfd2;
    color: var(--lex);
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.text-partners-single-block {
    margin-left: 50px;
}
.wrapper-partners-single-block {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}
.text-partners-single-block h2 {
    font-size: 30px;
    margin-bottom: 10px !important;
}
.wrapper-del-price {
    background-image: url(/wp-content/themes/lex-company/img/bg-del.svg);
    background-position: 85% bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
a.btn-lex.btn-lex-delivery__single svg {
    margin-right: 10px;
}
a.btn-lex.btn-lex-delivery__single {
    background-color: var(--lex);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
}
p#billing_country_field {
    display: none;
}
.wrapper-add-to-cart {
    position: relative;
    height: auto;
}
.wrapper-three-icon {
    background-color: var(--lex);
    padding: 20px;
    margin: 0 -20px 0;
}
.item-three:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item-three {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #971631;
    margin-bottom: 15px;
}
svg.info-three-icon {
    position: absolute;
    right: 0;
    cursor: pointer;
}
.this-three-text {
    font-size: 13px;
    color: #fff;
}
.this-three-icon {
    height: 41px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.payment_box.payment_method_tinkoff p {
    color: var(--lex) !important;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 40px;
}
.woocommerce ul.order_details li strong {
    font-size: 14px;
}
@media (max-width: 768px) {
    .woocommerce ul.order_details li:last-child {
        margin-bottom: 0;
    }
    .woocommerce ul.order_details li {
        float: none;
        margin-right: 0;
        text-transform: inherit;
        font-size: 13px;
        line-height: 1;
        border-right: none;
        padding-right: 0;
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        margin-bottom: 40px;
        font-weight: 800;
        text-align: center;
    }
    .woocommerce ul.order_details li strong {
        font-size: 15px;
        font-weight: 800;
    }
    main#wrapper-content-lex-checkout h1 {
        font-size: 28px;
    }
    main#wrapper-content-lex-checkout {
        padding: 20px 0;
    }
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #lex-about-text-home {
        padding: 60px 0;
    }
    .red-box-home {
        width: 300px;
        float: right;
    }
    section#recipes {
        padding: 60px 0;
    }
    section#home-news {
        padding-bottom: 40px;
    }
    #wrapper-footer-lex {
        padding: 60px 0 80px;
    }
    .item-document-product-lex {
        padding: 190px 30px 0;
    }
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        padding: 13px 20px;
    }
    .main-product #section6 {
        padding: 60px 0;
    }
    .main-product #section7 {
        background-color: #F2F4F4;
        padding: 60px 0;
    }
    span.woocommerce-Price-amount.amount {
        font-size: 23px;
    }
}
.wrapper-catalog-pdf img {
    width: 100%;
}
.wrapper-catalog-pdf {
    box-shadow: 0 0 30px rgba(13, 70, 144, .2) !important;
    margin-top: 40px;
    border-radius: 10px;
}
.flipbook-tocItem {
    font-family: inherit !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}
.flipbook-font {
    font-family: inherit !important;
}
span.flipbook-menu-title {
    font-weight: 900;
}
a.flipbook-tocItem a.flipbook-tocItem {
    font-size: 12px !important;
    padding: 0 !important;
    color: #666 !important;
}
.flipbook-tocHolder {
    width: 350px !important;
}
.flipbook-tocItem .title {
    width: 250px !important;
}
.flipbook-tocItem:hover, a.flipbook-tocItem a.flipbook-tocItem:hover {
    color: var(--lex) !important;
}
.wrapper-yith-wfbt-items {
    max-width: 400px;
    background-color: #F2F4F4;
    border-radius: 10px;
    padding: 40px;
 }
@media (max-width: 1200px) {
    .carousel-text {
        width: auto;
        height: auto;
        margin-right: 0;
    }
    button.add_to_cart_button.ajax_add_to_cart.product_type_simple.button {
        width: 100%;
    }
    ul.list-unstyled.item-footer-cond-lex li a, ul.list-unstyled.item-footer-cond-lex li span {
        text-align: left;
    }
}
@media (min-width: 1024px) and (max-width: 1300px) {
    .wrapper-yith-wfbt-items {
        max-width: 320px;
        padding: 40px 18px;
    }
    .yith-wfbt-submit-block span.total_price span.woocommerce-Price-amount.amount {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .single-product .breadcrumbs-lex {
        width: calc(100% - 200px);
    }
    .wrapper-yith-wfbt-items {
        max-width: 290px;
    }
    .main-product section h2 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .wrapper-yithwfbt {
        padding-left: 15px;
    }
    .gallery-top img {
        border-radius: 10px;
        object-fit: inherit;
        height: auto;
    }
    video.product-video {
        min-height: auto !important;
        object-fit: inherit;
    }
    .product_meta_lex {
        margin-top: 10px;
    }
    footer .tnp.tnp-subscription form {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .tnp-field.tnp-field-email, .tnp-field.tnp-field-button {
        width: 100%;
    }
    footer input.tnp-submit {
        margin-top: 20px;
    }
    footer .tnp-field.tnp-field-email input {
        width: 100%;
        margin-right: 0;
    }
    .wrapper-gallery-thumbs__single {
        display: none;
    }
    .wrapper-thumbs__single {
        width: 100%;
    }
    .wrapper-product-image {
        margin-bottom: 10px;
    }
    .main-product #section0 #preloader {
        border-radius: 0;
        top: -31px;
        height: 125%;
    }
    .gallery-top {
        padding: 30px;
    }
}
@media (min-width: 320px) and (max-width: 374px) {
    .carousel-text h3 {
        font-size: 26px;
        line-height: 1.36;
    }
    .carousel-text {
        padding: 30px 20px;
    }
    section#quiz-home h2 {
        font-size: 28px;
    }
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        padding: 13px 30px;
    }
    .red-box-home {
        padding: 30px 20px!important;
    }
    section#recipes svg {
        margin-bottom: 25px;
    }
    span.woocommerce-Price-amount.amount {
        font-size: 24px;
    }
    section#home-news {
        padding-bottom: 60px;
    }
    #wrapper-footer-lex {
        padding: 60px 0 80px;
    }
}
.wrapper-text-insrall-eq .this-textBold-install-eq.d-block {
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
}
.wrapper-install-eq svg {
    margin-right: 20px;
    width: 55px;
    height: 55px;
}
.wrapper-install-eq {
    margin-top: 20px;
}
.wrapper-text-insrall-eq .this-text-install-eq.d-block {
    font-size: 14px;
}
.wrapper-install-eq a {
    font-size: 12px;
    margin-right: 20px;
    font-weight: 700;
}
.wrapper-kp-product .tinkoff_installments_submit span {
    padding: 0;
}
.wrapper-kp-product {
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
    padding: 0 20px 20px;
    border-radius: 10px;
    overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .wrapper-kp-product {
        padding: 15px;
    }
    .wrapper-kp-product .tinkoff {
        margin: -20px -15px 0 !important;
    }
    .tinkoff_credit_submit, .tinkoff_installments_submit {
        font-size: 13px;
    }
    .wrapper-three-icon {
        padding: 15px;
        margin: 15px -15px 0;
    }
}
.reklamodatel__swiper-slide {
    position: absolute;
    background-color: #fff;
    z-index: 9;
    font-size: 13px;
    padding: 5px;
    right: 20px;
    bottom: 20px;
}
.wc-proceed-to-checkout .tinkoff_installments_submit {
    text-decoration: none;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 21px 20px;
    background-color: #ffdd2d;
    cursor: pointer;
    border-radius: 5px;
    text-align: left;
    line-height: 18px;
    border: 1px solid #ffdd2d;
    color: inherit;
    font-weight: 500;
    position: relative;
    height: 56px;
}
.wc-proceed-to-checkout .tinkoff_installments_submit img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-right: 10px;
    position: absolute;
    left: -20px;
    background-color: #ffdd2d;
    border-radius: 100%;
    padding: 5px;
    border: 4px solid #fff;
}
button.tinkoff_installments_submit span {
    padding-left: 25px;
}
.wc-proceed-to-checkout .tinkoff_installments_submit:hover img {
    background-color: #ffdd2d;
}
.wc-proceed-to-checkout .tinkoff_installments_submit:hover {
    color: #000;
    border-color: #ffdd2d;
    text-decoration: none;
}
@media (max-width: 500px) {
    button.tinkoff_installments_submit span {
        padding-left: 40px;
        text-align: center;
    }
}
.align_content_left {
    position: relative;
}
.wrapper-content-left-content__fixeble {
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
    max-width: 422px;
}
.postid-104953 .wrapper-content-left-content__fixeble h2,
.postid-104953 .wrapper-content-right-content__fixeble h2,
.postid-104953 .two_content .wrapper-two_content-content__fixeble h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}
.wrapper-content-left-content__fixeble h2,
.wrapper-content-right-content__fixeble h2,
.two_content .wrapper-two_content-content__fixeble h2 {
    font-size: 30px !important;
    line-height: 37px !important;
    margin-bottom: 20px !important;
}
.wrapper-content-left-image__fixeble {
    width: 100%;
    text-align: right;
    overflow: hidden;
}
.item-tab-descriptionProductLex section {
    padding-bottom: 1rem;
}
.wrapper-content-right-image__fixeble {
    width: 100%;
    overflow: hidden;
}
.wrapper-content-right-content__fixeble {
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translateY(-50%);
    max-width: 465px;
}
.postid-104953 .main-product section h2 span {
    font-size: 30px;
}
.postid-104953 .section-fixeble-5 .icon_box {
    margin-top: 70px;
    margin-left: 126px;
}
.postid-104953 .section-fixeble-1 .wrapper-content-right-content__fixeble {
    max-width: 588px;
}
.postid-104953 .section-fixeble-4 .wrapper-content-right-content__fixeble {
    max-width: 622px;
}
.postid-104953 .section-fixeble-5 .wrapper-content-left-content__fixeble {
    max-width: 600px;
}
.postid-104953 .section-fixeble-6 .wrapper-content-left-content__fixeble,
.postid-104953 .section-fixeble-8 .wrapper-content-right-content__fixeble,
.postid-104953 .section-fixeble-7 .wrapper-content-left-content__fixeble {
    max-width: 540px;
}
.postid-104953 section.section-fixeble-7 h2 {
    max-width: 500px;
}
.postid-104953 .section-fixeble-8 .icon_box .this-icon-box,
.postid-104953 .section-fixeble-7 .icon_box .this-icon-box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.postid-104953 .section-fixeble-8 .icon_box .this-icon-icon-box,
.postid-104953 .section-fixeble-7 .icon_box .this-icon-icon-box {
    margin-bottom: 0;
    margin-right: 20px;
}
.postid-104953 .section-fixeble-8 .icon_box .this-text-icon-box,
.postid-104953 .section-fixeble-7 .icon_box .this-text-icon-box {
    max-width: 100%;
    font-size: 25px;
    text-align: left;
}
.postid-104953 .section-fixeble-8 .icon_box,
.postid-104953 .section-fixeble-7 .icon_box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.postid-104953 .section-fixeble-4 .this-icon-box[data-target="1"] {
    width: 118px;
}
.postid-104953 .section-fixeble-4 .this-icon-box[data-target="2"] {
    width: 173px;
}
.postid-104953 .section-fixeble-5 .this-icon-box[data-target="3"] {
    width: 107px;
}
.postid-104953 .section-fixeble-5 .this-icon-box[data-target="2"] {
    width: 169px;
}
.postid-104953 .section-fixeble-5 .this-icon-box[data-target="1"] {
    width: 120px;
}
.icon_box {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
}
.this-icon-box {
    text-align: center;
    width: 207px;
}
.this-icon-icon-box {
    margin-bottom: 15px;
}
.item-tab-descriptionProductLex p {
    font-size: 18px;
    margin-bottom: 0;
}
.wrapper-two_content-image__fixeble img {
    width: 100%;
    height: auto;
}
.wrapper-two_content-image__fixeble {
    max-height: 690px;
    overflow: hidden;
}
.two_content .wrapper-two_content-content__fixeble {
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 563px;
    display: flex;
    align-items: center;
}
.title-icon {
    margin-right: 30px;
}
.postid-104953 .two-content-left .wrapper-two_content-content__fixeble h2 {
    margin-bottom: 0 !important;
}
section.section-fixeble-4.align_content_left .wrapper-content-left-content__fixeble, section.section-fixeble-5.align_content_left .wrapper-content-left-content__fixeble {
    color: #fff;
}
@media (max-width: 767px) {
    .wrapper-content-left-content__fixeble, .wrapper-content-right-content__fixeble {
        top: 0;
        left: 0;
        transform: inherit;
        width: 100%;
        max-width: inherit;
        order: 1;
        padding: 40px 35px 40px;
    }
    .align_content_left .col-12:before, .align_content_right .col-12:before {
        content: none;
    }
    .wrapper-content-left-image__fixeble img.d-lg-none, .wrapper-content-right-image__fixeble img.d-lg-none {
        width: 100%;
    }
    .two_content .wrapper-two_content-content__fixeble {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        padding: 40px 35px 40px;
    }
    .item-tab-descriptionProductLex section {
        padding-bottom: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1600px) {
    .wrapper-content-right-content__fixeble {
        max-width: 300px;
    }
    .two_content .wrapper-two_content-content__fixeble {
        max-width: 380px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .gallery-top {
        max-height: 375px;
    }
    .main-product #section0 #preloader {
        border-radius: 0;
        top: 15px;
        height: 100%;
    }
    .wrapper-content-left-content__fixeble h2, .wrapper-content-right-content__fixeble h2, .two_content .wrapper-two_content-content__fixeble h2 {
        font-size: 24px !important;
        line-height: 37px !important;
        margin-bottom: 20px !important;
    }
    .wrapper-content-right-content__fixeble {
        right: 40px;
        max-width: 280px;
        left: inherit;
    }
    .wrapper-content-left-content__fixeble {
        left: 40px;
        max-width: 400px;
    }
    .two_content .wrapper-two_content-content__fixeble {
        max-width: 300px;
    }
}
#section3.collection-urban:before, #section3.collection-vintage:before, #section3.collection-compact:before, #section3.collection-cream:before, #section3.collection-fullmetal:before, #section3.collection-white:before, #section3.collection-default:before {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#section3.collection-urban:before {
    background-image: url(https://lex1.ru/wp-content/uploads/urban.png);
}
#section3.collection-vintage:before {
    background-image: url(https://lex1.ru/wp-content/uploads/vintage.png);
}
#section3.collection-compact:before {
    background-image: url(https://lex1.ru/wp-content/uploads/compact.png);
}
#section3.collection-cream:before {
    background-image: url(https://lex1.ru/wp-content/uploads/ivory.png);
}
#section3.collection-fullmetal:before {
    background-image: url(https://lex1.ru/wp-content/uploads/fullmetal.jpg); /*/////////*/
}
#section3.collection-white:before {
    background-image: url(https://lex1.ru/wp-content/uploads/white.png);
}
#section3.collection-default:before {
    background-image: url(https://lex1.ru/wp-content/uploads/white.png);/*/////////*/
}
section#desc-0 {
    padding: 0;
}
.main-product section h2.additional-text {
    display: inline-block;
    font-size: 45px;
    color: var(--lex);
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 30px rgba(13, 70, 144, 0.1);
    border-radius: 0 10px 10px 10px;
}
.main-product section h2.additional-text span {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #000;
    display: block;
}
.yith-wfbt-section .yith-wfbt-images .image_plus {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100%;
    z-index: 1;
    border: 1px solid #cbcfd2;
}
div#toTop {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 85px;
    right: -30px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    color: #000;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 5px 30px rgba(13, 70, 144, .2);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
#toTop:hover {
    background-color: var(--lex);
}
#toTop svg {
    transition: all .3s ease-in-out;
    width: 20px;
    height: 8px;
}
#toTop:hover svg {
    cursor: pointer;
    fill: #fff;
    transition: all .3s ease-in-out;
}
#toTop:hover svg path {
    fill: #fff;
    transition: all .3s ease-in-out;
}
#toTop.show {
    opacity: 1;
    visibility: visible;
    right: 20px;
}
button.xoo-wl-action-btn:hover {
    background-color: var(--lex);
    color: #fff;
}
form.xoo-wl-form button.xoo-wl-action-btn:focus {
    outline: none;
    box-shadow: none;
}
form.xoo-wl-form button.xoo-wl-action-btn {
    max-width: 120px !important;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    border: 1px solid var(--lex);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--lex);
}
button.xoo-wl-action-btn {
    background-color: #fff;
    color: var(--lex);
    font-weight: 500;
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid;
    border-radius: 50px;
}
#search-modal .modal-content button.close svg {
    max-width: 20px;
    height: 20px;
}
#search-modal .modal-content .modal-body {
    padding: 0;
}
#search-modal button.close {
    position: absolute;
    right: -35px;
    top: -35px;
}
div#right-info-product__lex .price.amount.final .amount {
    font-size: 35px;
    line-height: 45px;
}

@media (min-width: 768px) {
    .wrapper-btn-carousel {
        position: absolute;
        right: 14px;
        bottom: -80px;
        z-index: 1;
    }
    div#prdctfltr-4 .prdctfltr_buttons {
        justify-content: flex-start !important;
    }
}
@media (max-width: 768px) {
    .main-product #section3 {
        padding: 320px 0 40px;
    }
    #section3.collection-urban:before, #section3.collection-vintage:before, #section3.collection-compact:before, #section3.collection-cream:before, #section3.collection-fullmetal:before, #section3.collection-white:before, #section3.collection-default:before {
        width: 100%;
        height: 400px;
        top: 0;
        background-position: top;
    }
    /*#section3.collection-urban:before, #section3.collection-vintage:before, #section3.collection-compact:before, #section3.collection-cream:before, #section3.collection-fullmetal:before, #section3.collection-white:before, #section3.collection-default:before {
        content: none;
    }*/
    section#headerListProductLex {
        padding: 30px 0 20px;
    }
    .yith-wfbt-section .yith-wfbt-images .image_plus {
        display: none;
    }
    .main-product section h2.additional-text {
        font-size: 25px;
        padding: 20px;
        box-shadow: none;
        margin-bottom: 0;
        position: absolute;
        top: -321px;
        right: 0;
        border-radius: 0;
    }
    .main-product section h2.additional-text span {
        font-size: 15px !important;
    }
    .main-product #section6, .main-product #section9 {
        padding: 60px 0 !important;
    }
    .yith-wfbt-section .yith-wfbt-submit-block {
        margin-bottom: 0 !important;
    }
    #right-info-product__lex span.price.amount.final del .amount{
        font-size: 30px;
    }
}
.yith-sl-wrap-no-image #yith-sl-results .store-info {
    background-color: #f6f6f6;
    border-radius: 10px;
}
.wrapper-kp-product-cart {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}
.wrapper-kp-product-cart .wrapper-tinkoff-btn {
    background-color: var(--lex);
    padding: 20px;
    margin-left: 20px;
    height: 120px;
    display: flex;
    align-items: center;
}
.wrapper-tinkoff-logo {
    padding: 0 0 0 20px;
}
.tinkoff_credit_submit:hover, .tinkoff_installments_submit:hover {
    color: #fff;
    text-decoration: underline;
}
.tinkoff_credit_submit, .tinkoff_installments_submit {
    color: #fff;
}
.section-single-product .tinkoff_credit_submit, .section-single-product .tinkoff_installments_submit {
    color: #000;
}
@media (max-width: 767px) {
    span.and_single_add_to_cart {
        display: none;
    }
    .awooc-custom-order-button.show-add-to-card {
        padding: 15px 20px 15px 65px;
        margin-left: -50px;
        max-width: inherit;
        width: 100%;
    }
    #wrapper-footer-lex {
        padding: 45px 0;
    }
}
svg.remove-compare-icon path {
    fill: var(--lex);
}
.remove-from-compare-button, .add-to-compare-button, .loading-compare, .add-to-compare-button.loading .loading-compare {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    color: var(--lex);
}
.remove-from-compare-button:hover, .add-to-compare-button:hover {
    text-decoration: none;
    color: var(--lex);
}
.add-to-compare-button.loading .loading-compare:before {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;

}
a#woocommerce-compare-table-close svg path {
    fill: #000;
}
i.fa.fa-angle-double-down:after {
    content: "";
    border-bottom: 2px solid #fff;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(-45deg);
    margin-left: -7px;
}

i.fa.fa-angle-double-down:before {
    content: "";
    border-bottom: 2px solid #fff;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(45deg);
}
i.fa.fa-angle-double-down {
    width: 15px;
    height: 14px;
    display: inline-block;
    color: #000;
}
.aio-contact-block-title {
    font-weight: 500;
    font-size: 14px;
}
.sidebarLex.hidden {
    display: inherit;
}
@media (max-width: 1200px) {
    main#wrapper-content-lex p img {
        width: 100%;
        height: auto;
    }
    .reklamodatel__swiper-slide {
        right: 20px;
        top: inherit;
        bottom: 20px;
    }
}
a.header-logout {
    font-weight: 500;
    font-size: 13px;
    margin-left: 40px;
}
a.video-yotube-p {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: var(--lex);
    z-index: 9999999999;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.productLex-rating .stock-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    position: relative;
    padding-left: 15px;
}
.productLex-rating .stock-badge:last-child {
    margin-right: 0;
}
.productLex-rating .stock-badge svg {
    margin-left: 10px;
}
.stock-badge-more:before,
.stock-badge-less:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}
.stock-badge-more:before {
    background-color: #51B514;
}
.stock-badge-less:before {
    background-color: #EB5F10;

}
.itemListProductlex .wrapper-stock-pr {
    display: none !important;
}
.btn-messengers:focus-visible {
    outline: 0;
}
.btn-messengers {
    position: absolute;
    right: 1.25rem  /* 20/16 */;
    bottom: 1.25rem  /* 20/16 */;
    background-color: var(--lex);
    color: #fff;
    border: none;
    width: 3rem  /* 48/16 */;
    height: 3rem  /* 48/16 */;
    border-radius: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0.1875rem;
    box-shadow: 0 5px 30px rgba(13, 70, 144, .2);
    cursor: pointer;
    z-index: 9999999999;
}
.fixed-messenger .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9375rem;
}
span.name-messandger span:first-child {
    font-size: 11px;
}
.fixed-messenger .dropdown-menu {
    padding: 1.25rem 0.625rem;
    margin-bottom: 0.625rem !important;
    box-shadow: 0 5px 30px rgba(13, 70, 144, .2);
    border: none;
}
.fixed-messenger .dropdown-menu .dropdown-item svg {
    margin-right: 0.3125rem;
}
.compare-table-row-attribute-value del {
    margin-right: 15px;
}
a.link-ozon:hover span {
    transform: translateX(0);
    transition: all .6s linear;
}
.wrapper-link-mp__single-productNoBtn a.link-ozon span {
    transform: translateX(0);
}
a.link-ozon span {
    transform: translateX(220px);
}

a.link-ozon:hover {
    width: 170px;
    padding-left: 50px;
    transition: all .3s linear;
}
a.link-ozon {
    font-size: 12px;
    font-weight: 700;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://lex1.ru/wp-content/uploads/53467547.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 61px;
    background-color: #065cfe;
    color: #fff;
    border-radius: 50px;
    transition: all .3s linear;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 15px;
}

a.link-wb:hover span {
    transform: translateX(0);
    transition: all .6s linear;
}
a.link-wb span {
    transform: translateX(220px);
}
a.link-wb:hover {
    width: 230px;
    padding-left: 50px;
    transition: all .3s linear;
}
a.link-wb {
    font-size: 12px;
    font-weight: 700;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://lex1.ru/wp-content/uploads/18316560-1639990557.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 61px;
    background-color: #9d1094;
    color: #fff;
    border-radius: 50px;
    transition: all .3s linear;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}
.wrapper-link-mp__single-productNoBtn a.link-ozon, .wrapper-link-mp__single-productNoBtn a.link-wb {
    width: auto;
    padding-left: 75px;
    padding-right: 25px;
}
.wrapper-link-mp__single-productNoBtna .link-ozon:hover, .wrapper-link-mp__single-productNoBtna a.link-wb:hover {
    width: auto;
    padding-left: 75px;
    padding-right: 25px;
}
.wrapper-link-mp__single-productNoBtn a.link-ozon span,
.wrapper-link-mp__single-productNoBtn a.link-wb span{
    transform: translateX(0);
}
.wrapper-link-mp__single-productNoBtn a.link-ozon {
    margin-right: 20px;
}
.wrapper-link-mp__single-product {
    position: absolute;
    right: 20px;
    bottom: 0;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
}
@media (max-width: 767.98px) {
    .wrapper-link-mp__single-product {
        bottom: -22px;
    }
}
h2.product-title__repeat-details__single {
    font-size: 20px;
    margin-bottom: 0;
}
span.subtitle__repeat-details__single {
    font-size: 14px;
}
span.title-fee {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
span.total-fee span.woocommerce-Price-amount.amount {
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}
.super-button-name {
    font-weight: 700;
    font-size: 16px;
}
a.bg-link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #cbcfd2;
}
.bg-link-black {
    background-color: #000;
}
.bg-link-inox {
    background-color: #efefef;
}
.bg-link-white {
    background-color: #fff;
}
.bg-link-ivory {
    background-color: #fff8de;
}
.bg-link-ivory-light {
    background-color: #fffff4;
}
.wrapper-view-productInColor {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    width: 130px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 11px;
    border-radius: 10px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .15);
}
@media (max-width: 676.98px) {
    .wrapper-view-productInColor {
        left: 0;
        transform: translateX(0);
    }
}
.wrapper-view-productInColor img {
    width: 100%;
    height: auto;
}
.wrapper-view-productInColor span.product-price .amount,
.wrapper-view-productInColor span.product-title {
    display: block;
}
li.item-property-colors-object {
    position: relative;
    margin-right: 10px;
}
.item-list-property {
    display: flex;
    align-items: center;
}
.wrapper-view-productInColor span.product-price .amount {
    font-size: 15px !important;
    line-height: 25px !important;
}
.this-sale {
    position: absolute;
    width: 160px;
    left: -45px;
    top: -56px;
}
#yandex-pay-button {
    margin-bottom: 15px;
}
.ya-pay-button {
    height: 61px !important;
    border-radius: 5px !important;
    border: 1px solid #cbcfd2 !important;
}
li.nav-item.nav-item-sale {
    background-color: var(--lex);
}
li.nav-item.nav-item-sale a {
    padding: 0.5rem 1rem;
    font-weight: 700 !important;
}
video.product-video {
    width: 100%;
    min-height: 375px;
}
.this-text-icon-box {
    color: #fff;
    max-width: 207px;
    text-align: center;
    font-weight: 400;
}
@media (max-width: 576px) {
    .postid-104953 .section-fixeble-1 {
        background-color: #000515;
    }
    .postid-104953 .wrapper-content-left-image__fixeble {
        margin-top: 250px;
    }
    .postid-104953 .wrapper-content-left-content__fixeble h2, .postid-104953 .wrapper-content-right-content__fixeble h2, .postid-104953 .two_content .wrapper-two_content-content__fixeble h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .postid-104953 .main-product section h2 span {
        font-size: 25px;
    }
    .postid-104953 .section-fixeble-3 .two_content .wrapper-two_content-content__fixeble {
        display: block;
    }
    .postid-104953 .title-icon {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .postid-104953 .section-fixeble-4 {
        background-color: #1F2024;
    }
    .section-fixeble-4 .wrapper-content-right-image__fixeble {
        margin-top: 440px;
        margin-bottom: 400px;
    }
    .postid-104953 .section-fixeble-4 .icon_box {
        margin-top: 250px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .postid-104953 .section-fixeble-4 .icon_box .this-icon-box {
        margin-bottom: 30px;
        width: 100% !important;
        text-align: center;
    }
    .postid-104953 .section-fixeble-5 .icon_box .this-icon-box {
        margin-bottom: 30px;
        width: 100% !important;
        text-align: center;
    }
    .postid-104953 .section-fixeble-3 .wrapper-two_content-content__fixeble {
        flex-wrap: wrap;
    }
    .postid-104953 .this-text-icon-box {
        max-width: 100%;
    }
    .postid-104953 .section-fixeble-5 .wrapper-content-left-image__fixeble {
        margin-top: 580px;
        margin-bottom: 450px;
    }
    .postid-104953 .section-fixeble-5 {
        background-color: #1A1D25;
    }
    .postid-104953 .section-fixeble-5 .icon_box {
        margin-top: 530px;
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .postid-104953 .item-tab-descriptionProductLex section, .postid-104953 .two-content-left {
        margin-bottom: 15px;
    }
}
#related-filter-hoods {
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0;
    margin-top: 40px;
    cursor: pointer;
}
.text-related-filter-hoods {
    display: flex;
    align-items: center;
}
.icon-related-filter-hoods img {
    width: 100px;
    height: 100px;
}
.icon-related-filter-hoods {
    margin-right: 15px;
}
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    box-shadow: 0 0 30px rgba(13, 70, 144, .2) !important;
}
div.asp_m.ajaxsearchpro .probox .proinput {
    margin: 0 0 0 55px !important;
}
#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    position: relative;
    left: -50px;
    z-index: 0;
}
#ajaxsearchpro1_1 .probox .proloading, #ajaxsearchpro1_2 .probox .proloading, div.asp_m.asp_m_1 .probox .proloading {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
}
@media (max-width: 1199.98px) {
    #ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
        left: 0;
    }

    div.asp_m.ajaxsearchpro .probox .proinput {
        margin: 0 0 0 5px !important;
    }

    #ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
        border: 0 solid rgba(191, 27, 62, 1) !important;
    }
}
.sub-category__list a:hover {
    text-decoration: none;
}
#ajaxsearchpro1_1 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight: 500;
}
#ajaxsearchpro1_1 .probox .proinput input.orig::-moz-placeholder {
    font-weight: 500;
}
#ajaxsearchpro1_1 .probox .proinput input.orig::-ms-input-placeholder {
    font-weight: 500;
}
#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
    font-weight: 500 !important;
}
a.link-gift-cart {
    padding: 10px 30px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid var(--lex);
    color: var(--lex);
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-decoration: none;
    border-radius: 50px;
}
a.link-gift-cart:hover {
    background-color: var(--lex);
    color: #fff;
}
.newinfo {
    background-color: var(--lex);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    animation: pulse 2s infinite;
    z-index: 99999;
    position: relative;
}
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}
