<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8"; /*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Arimo:400, 600, 700);/*| Dosis:400, 600, 700*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&amp;display=swap');
@font-face {
    font-family: Arimo;
    font-style: normal;
    font-weight: 400;
    src: local("Arimo Regular"), local("Arimo-Regular"), url(https://fonts.gstatic.com/s/arimo/v12/P5sMzZCDf9_T_10ZxCQ.ttf) format("truetype");
}
@font-face {
    font-family: Arimo;
    font-style: normal;
    font-weight: 700;
    src: local("Arimo Bold"), local("Arimo-Bold"), url(https://fonts.gstatic.com/s/arimo/v12/P5sBzZCDf9_T_1Wi4TRDrZc.ttf) format("truetype");
}
@font-face {
  font-family: "Dosis", serif;
  font-optical-sizing: auto;
  font-weight: &lt;weight&gt;;
  font-style: normal;
}



/*
@font-face {
    font-family:  Dosis;
    font-style: normal;
    font-weight: 400;
    src: local(" Dosis Regular"), local(" Dosis-Regular"), url(https://fonts.gstatic.com/s/ Dosis/v8/LDIxapCSOBg7S-QT7p4HM-M.ttf) format("truetype");
}
@font-face {
    font-family:  Dosis;
    font-style: normal;
    font-weight: 600;
    src: local(" Dosis SemiBold"), local(" Dosis-SemiBold"), url(https://fonts.gstatic.com/s/ Dosis/v8/LDI2apCSOBg7S-QT7pbYF_OreeI.ttf) format("truetype");
}
@font-face {
    font-family:  Dosis;
    font-style: normal;
    font-weight: 700;
    src: local(" Dosis Bold"), local(" Dosis-Bold"), url(https://fonts.gstatic.com/s/ Dosis/v8/LDI2apCSOBg7S-QT7pa8FvOreeI.ttf) format("truetype");
}
*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion:after,
.actionBar-section:after,
.actionBar:after,
.card-footer:after,
.clearfix::after,
.definitionList:after,
.form-actions:after,
.form-field-errors,
.form-field:after,
.form-minMaxRow:after,
.form-row:after,
.navBar-section:after,
.navBar:after,
.navList:after,
.pagination-list:after,
.slick-track:after,
.tabs-contents:after,
.tabs:after,
hr {
    clear: both;
}
.small,
small {
    font-size: 0.875em;
    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: 0.875em;
    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 {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a &gt; 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,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.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 &gt; .col,
.no-gutters &gt; [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 &gt; * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 &gt; * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 &gt; * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 &gt; * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 &gt; * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 &gt; * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 &gt; * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 &gt; * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 &gt; * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 &gt; * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 &gt; * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 &gt; * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 &gt; * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 &gt; * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 &gt; * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 &gt; * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 &gt; * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 &gt; * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 &gt; * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 &gt; * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 &gt; * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 &gt; * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 &gt; * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 &gt; * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 &gt; * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 &gt; * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 &gt; * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 &gt; * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 &gt; * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 &gt; * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary &gt; td,
.table-primary &gt; th {
    background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary &gt; td,
.table-secondary &gt; th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
    background-color: #c8cbcf;
}
.table-success,
.table-success &gt; td,
.table-success &gt; th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
    background-color: #b1dfbb;
}
.table-info,
.table-info &gt; td,
.table-info &gt; th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
    background-color: #abdde5;
}
.table-warning,
.table-warning &gt; td,
.table-warning &gt; th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger &gt; td,
.table-danger &gt; th {
    background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
    background-color: #f1b0b7;
}
.table-light,
.table-light &gt; td,
.table-light &gt; th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
    background-color: #ececf6;
}
.table-dark,
.table-dark &gt; td,
.table-dark &gt; th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
    background-color: #b9bbbe;
}
.table-active,
.table-active &gt; td,
.table-active &gt; th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm &gt; .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md &gt; .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg &gt; .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl &gt; .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive &gt; .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(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: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row &gt; .col,
.form-row &gt; [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -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: 0.875em;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row &gt; .col &gt; .valid-tooltip,
.form-row &gt; [class*="col-"] &gt; .valid-tooltip {
    left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control .is-valid,
.form-control .was-validated :valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control .is-valid:focus,
.form-control .was-validated :valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
select.form-control .is-valid,
select.form-control .was-validated :valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
textarea.form-control .is-valid,
textarea.form-control .was-validated :valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select .is-valid,
.custom-select .was-validated :valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            center right 1.75rem/"calc(.75em + .375rem) calc(.75em + .375rem)" no-repeat;
}
.custom-select .is-valid:focus,
.custom-select .was-validated :valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input .is-valid ~ .form-check-label,
.form-check-input .was-validated :valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input .is-valid ~ .valid-feedback,
.form-check-input .is-valid ~ .valid-tooltip,
.form-check-input .was-validated :valid ~ .valid-feedback,
.form-check-input .was-validated :valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input .is-valid ~ .custom-control-label,
.custom-control-input .was-validated :valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input .is-valid ~ .custom-control-label::before,
.custom-control-input .was-validated :valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-control-input .is-valid:checked ~ .custom-control-label::before,
.custom-control-input .was-validated :valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input .is-valid:focus ~ .custom-control-label::before,
.custom-control-input .was-validated :valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input .is-valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input .was-validated :valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-file-input .is-valid ~ .custom-file-label,
.custom-file-input .was-validated :valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input .is-valid:focus ~ .custom-file-label,
.custom-file-input .was-validated :valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row &gt; .col &gt; .invalid-tooltip,
.form-row &gt; [class*="col-"] &gt; .invalid-tooltip {
    left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control .is-invalid,
.form-control .was-validated :invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control .is-invalid:focus,
.form-control .was-validated :invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
select.form-control .is-invalid,
select.form-control .was-validated :invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
textarea.form-control .is-invalid,
textarea.form-control .was-validated :invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select .is-invalid,
.custom-select .was-validated :invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
            center right 1.75rem/"calc(.75em + .375rem) calc(.75em + .375rem)" no-repeat;
}
.custom-select .is-invalid:focus,
.custom-select .was-validated :invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input .is-invalid ~ .form-check-label,
.form-check-input .was-validated :invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input .is-invalid ~ .invalid-feedback,
.form-check-input .is-invalid ~ .invalid-tooltip,
.form-check-input .was-validated :invalid ~ .invalid-feedback,
.form-check-input .was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input .is-invalid ~ .custom-control-label,
.custom-control-input .was-validated :invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input .is-invalid ~ .custom-control-label::before,
.custom-control-input .was-validated :invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}
.custom-control-input .is-invalid:checked ~ .custom-control-label::before,
.custom-control-input .was-validated :invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input .is-invalid:focus ~ .custom-control-label::before,
.custom-control-input .was-validated :invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input .is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input .was-validated :invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}
.custom-file-input .is-invalid ~ .custom-file-label,
.custom-file-input .was-validated :invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input .is-invalid:focus ~ .custom-file-label,
.custom-file-input .was-validated :invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    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 .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 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;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 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 (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 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 &gt; .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 &gt; .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show &gt; .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 &gt; .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show &gt; .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 &gt; .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show &gt; .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 &gt; .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show &gt; .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 &gt; .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 &gt; .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 &gt; .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 &gt; .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show &gt; .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 &gt; .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 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 &gt; .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 &gt; .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 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 &gt; .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 &gt; .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 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 &gt; .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 &gt; .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 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 &gt; .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 &gt; .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show &gt; .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 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 &gt; .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 &gt; .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 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 &gt; .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 &gt; .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 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 &gt; .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 &gt; .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;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg &gt; .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm &gt; .btn,
.btn-sm {
    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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #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-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #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:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #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-vertical &gt; .btn,
.btn-group &gt; .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:hover {
    z-index: 1;
}
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn.active,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn:focus {
    z-index: 1;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group &gt; .btn-group:not(:first-child),
.btn-group &gt; .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group &gt; .btn:not(:first-child) {
    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,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm &gt; .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg &gt; .btn + .dropdown-toggle-split,
.btn-lg + .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 &gt; .btn,
.btn-group-vertical &gt; .btn-group {
    width: 100%;
}
.btn-group-vertical &gt; .btn-group:not(:first-child),
.btn-group-vertical &gt; .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group-vertical &gt; .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
    margin-bottom: 0;
}
.btn-group-toggle &gt; .btn input[type="checkbox"],
.btn-group-toggle &gt; .btn input[type="radio"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="checkbox"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"] {
    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 &gt; .custom-file,
.input-group &gt; .custom-select,
.input-group &gt; .form-control,
.input-group &gt; .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group &gt; .custom-file + .custom-file,
.input-group &gt; .custom-file + .custom-select,
.input-group &gt; .custom-file + .form-control,
.input-group &gt; .custom-select + .custom-file,
.input-group &gt; .custom-select + .custom-select,
.input-group &gt; .custom-select + .form-control,
.input-group &gt; .form-control + .custom-file,
.input-group &gt; .form-control + .custom-select,
.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control-plaintext + .custom-file,
.input-group &gt; .form-control-plaintext + .custom-select,
.input-group &gt; .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group &gt; .custom-select:focus,
.input-group &gt; .form-control:focus {
    z-index: 3;
}
.input-group &gt; .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group &gt; .custom-select:not(:first-child),
.input-group &gt; .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group &gt; .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group &gt; .custom-file:not(:last-child) .custom-file-label,
.input-group &gt; .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group &gt; .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) &gt; .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) &gt; .custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation) &gt; .custom-select:not(:last-child),
.input-group:not(.has-validation) &gt; .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation &gt; .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation &gt; .custom-file:nth-last-child(n + 3) .custom-file-label::after,
.input-group.has-validation &gt; .custom-select:nth-last-child(n + 3),
.input-group.has-validation &gt; .form-control:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -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="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-append &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-append &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg &gt; .custom-select,
.input-group-sm &gt; .custom-select {
    padding-right: 1.75rem;
}
.input-group.has-validation &gt; .input-group-append:nth-last-child(n + 3) &gt; .btn,
.input-group.has-validation &gt; .input-group-append:nth-last-child(n + 3) &gt; .input-group-text,
.input-group:not(.has-validation) &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group:not(.has-validation) &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child),
.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child),
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    print-color-adjust: exact;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(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::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .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(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    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: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    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:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    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(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
.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;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #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;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill &gt; .nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified &gt; .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content &gt; .tab-pane {
    display: none;
}
.tab-content &gt; .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,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -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:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm &gt; .container,
    .navbar-expand-sm &gt; .container-fluid,
    .navbar-expand-sm &gt; .container-lg,
    .navbar-expand-sm &gt; .container-md,
    .navbar-expand-sm &gt; .container-sm,
    .navbar-expand-sm &gt; .container-xl {
        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 &gt; .container,
    .navbar-expand-sm &gt; .container-fluid,
    .navbar-expand-sm &gt; .container-lg,
    .navbar-expand-sm &gt; .container-md,
    .navbar-expand-sm &gt; .container-sm,
    .navbar-expand-sm &gt; .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid,
    .navbar-expand-md &gt; .container-lg,
    .navbar-expand-md &gt; .container-md,
    .navbar-expand-md &gt; .container-sm,
    .navbar-expand-md &gt; .container-xl {
        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 &gt; .container,
    .navbar-expand-md &gt; .container-fluid,
    .navbar-expand-md &gt; .container-lg,
    .navbar-expand-md &gt; .container-md,
    .navbar-expand-md &gt; .container-sm,
    .navbar-expand-md &gt; .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg &gt; .container,
    .navbar-expand-lg &gt; .container-fluid,
    .navbar-expand-lg &gt; .container-lg,
    .navbar-expand-lg &gt; .container-md,
    .navbar-expand-lg &gt; .container-sm,
    .navbar-expand-lg &gt; .container-xl {
        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 &gt; .container,
    .navbar-expand-lg &gt; .container-fluid,
    .navbar-expand-lg &gt; .container-lg,
    .navbar-expand-lg &gt; .container-md,
    .navbar-expand-lg &gt; .container-sm,
    .navbar-expand-lg &gt; .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl &gt; .container,
    .navbar-expand-xl &gt; .container-fluid,
    .navbar-expand-xl &gt; .container-lg,
    .navbar-expand-xl &gt; .container-md,
    .navbar-expand-xl &gt; .container-sm,
    .navbar-expand-xl &gt; .container-xl {
        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 &gt; .container,
    .navbar-expand-xl &gt; .container-fluid,
    .navbar-expand-xl &gt; .container-lg,
    .navbar-expand-xl &gt; .container-md,
    .navbar-expand-xl &gt; .container-sm,
    .navbar-expand-xl &gt; .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-lg,
.navbar-expand &gt; .container-md,
.navbar-expand &gt; .container-sm,
.navbar-expand &gt; .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid,
.navbar-expand &gt; .container-lg,
.navbar-expand &gt; .container-md,
.navbar-expand &gt; .container-sm,
.navbar-expand &gt; .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show &gt; .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show &gt; .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -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 &gt; hr {
    margin-right: 0;
    margin-left: 0;
}
.card &gt; .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card &gt; .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card &gt; .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card &gt; .card-header + .list-group,
.card &gt; .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group &gt; .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group &gt; .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group &gt; .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group &gt; .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group &gt; .card:not(:last-child) .card-header,
    .card-group &gt; .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group &gt; .card:not(:last-child) .card-footer,
    .card-group &gt; .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group &gt; .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group &gt; .card:not(:first-child) .card-header,
    .card-group &gt; .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group &gt; .card:not(:first-child) .card-footer,
    .card-group &gt; .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion &gt; .card {
    overflow: hidden;
}
.accordion &gt; .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion &gt; .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion &gt; .card &gt; .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.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 {
    float: left;
    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: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #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;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 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;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal &gt; .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal &gt; .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl &gt; .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl &gt; .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl &gt; .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush &gt; .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush &gt; .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
    z-index: 100;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer &gt; * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 450px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: 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::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] &gt; .arrow,
.bs-popover-top &gt; .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] &gt; .arrow::before,
.bs-popover-top &gt; .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] &gt; .arrow::after,
.bs-popover-top &gt; .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] &gt; .arrow,
.bs-popover-right &gt; .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] &gt; .arrow::before,
.bs-popover-right &gt; .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] &gt; .arrow::after,
.bs-popover-right &gt; .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] &gt; .arrow,
.bs-popover-bottom &gt; .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] &gt; .arrow::before,
.bs-popover-bottom &gt; .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] &gt; .arrow::after,
.bs-popover-bottom &gt; .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] &gt; .arrow,
.bs-popover-left &gt; .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] &gt; .arrow::before,
.bs-popover-left &gt; .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] &gt; .arrow::after,
.bs-popover-left &gt; .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.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.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -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 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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 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;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
meta.foundation-version {
    font-family: "/5.5.3/";
}
meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}
meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 551px)/";
    width: 0;
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:551px)/";
    width: 551px;
}
meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
    width: 551px;
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:801px)/";
    width: 801px;
}
meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
    width: 801px;
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:1261px)/";
    width: 1261px;
}
meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
    width: 1261px;
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:1681px)/";
    width: 1681px;
}
meta.foundation-data-attribute-namespace {
    font-family: false;
}
.u-block {
    display: block !important;
}
.u-inlineBlock {
    display: inline-block !important;
    max-width: 100% !important;
}
.u-hidden {
    display: none !important;
}
.is-srOnly,
.u-hiddenVisually {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.u-textAlignCenter {
    text-align: center !important;
}
.u-textAlignLeft {
    text-align: left !important;
}
.u-textAlignRight {
    text-align: right !important;
}
.u-textBreak {
    word-wrap: break-word !important;
}
.u-textInheritColor {
    color: inherit !important;
}
.u-textKern {
    text-rendering: optimizeLegibility !important;
    -webkit-font-feature-settings: "kern" 1 !important;
    font-feature-settings: "kern" 1 !important;
    -webkit-font-kerning: normal !important;
    font-kerning: normal !important;
}
.u-textLead {
    line-height: 1.6 !important;
    font-size: 1.1em !important;
}
.u-textNoWrap,
.u-textTruncate {
    white-space: nowrap !important;
}
.u-textTruncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
}
.u-fontSmoothing {
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
@keyframes wobble {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.bounceOut,
.flipOutX {
    -webkit-animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
.fancybox-container,
.fancybox-slide,
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-outer,
.fancybox-thumbs {
    -webkit-overflow-scrolling: touch;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: no-repeat;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.modal,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}
.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}
.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
    .fancybox-caption {
        padding: 12px;
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.nanobar,
.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.swal2-modal,
body {
    overflow-x: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs__list a,
.slick-slider,
[class^="swal2"],
a:active,
a:focus,
a:hover {
    -webkit-tap-highlight-color: transparent;
}
.fancybox-caption::before,
.fancybox-slide::before,
.fancybox-thumbs__list a::before {
    content: "";
}
.page-heading,
.switch-label,
abbr,
acronym,
h5,
h6 {
    text-transform: uppercase;
}
.page-h
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside &gt; .mCSB_container,
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}
.mCSB_scrollTools {
    position: absolute;
    width: 8px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_scrollTools,
.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}
.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    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: 8px;
    height: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 8px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #2d2d2d;
}
.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;
}
.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;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}
.mCSB_horizontal.mCSB_inside &gt; .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside &gt; .mCSB_container {
    min-height: 100%;
}
.mCSB_horizontal &gt; .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}
.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;
    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;
    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;
    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;
}
.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;
}
pre,
textarea {
    overflow: auto;
}
.mCSB_container_wrapper &gt; .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}
.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden &gt; .mCSB_container {
    padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden &gt; .mCSB_container {
    padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
}
.mCS-autoHide &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
.mCS-autoHide &gt; .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
.mCS-autoHide:hover &gt; .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover &gt; .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar &gt; .mCustomScrollBox &gt; .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar &gt; .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: #f5f5f5;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #2d2d2d;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #ccc;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #2d2d2d;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
.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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .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;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .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;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .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;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .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;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .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;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
.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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .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;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}
.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,
.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 {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}
.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,
.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 {
    width: 4px;
}
.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,
.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 {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}
.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,
.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 {
    height: 4px;
    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;
}
.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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .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;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.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-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.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;
}
.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;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.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-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.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-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.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;
}
.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;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.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-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.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-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
    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-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 12px;
    width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}
.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;
}
.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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .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,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.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;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}
.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}
.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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}
.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,
.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 {
    width: 12px;
}
.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,
.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 {
    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;
}
.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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .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;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.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-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.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-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-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-3-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-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}
button,
img,
legend {
    border: 0;
}
.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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .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.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.icon,
img {
    vertical-align: middle;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    display: inline-block;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.form-input,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
button {
    overflow: visible;
    background: 0 0;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
.button,
.form-input {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    height: auto;
    min-height: 50px;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body,
html {
    height: 100%;
}
body {
    background: #fff;
    color: #00699e;
    cursor: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a:hover {
    cursor: pointer;
}
figure {
    margin: 0 0 1.5rem;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
img {
    -ms-interpolation-mode: bicubic;
}
button {
    background: 0 0;
    border: 0;
}
button:active,
button:focus {
    box-shadow: none;
    outline: 0;
}
textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 12px;
}
@media (min-width: 551px) {
    html {
        font-size: 12px;
    }
}
@media (min-width: 801px) {
    html {
        font-size: 12px;
    }
}
@media (min-width: 1261px) {
    html {
        font-size: 12px;
    }
}
body {
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
a {
    background-color: transparent;
    color: #00699e;
    line-height: inherit;
    text-decoration: underline;
}
a:focus,
a:hover {
    color: #059;
}
p {
    margin-bottom: 1.5rem;
}
.subheader,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00699e;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.25px;
    margin-bottom: 0.75rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
}
.subheader {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0.75rem;
}
b,
em,
i,
small,
strong {
    line-height: inherit;
}
dl,
dl dd,
ol,
ul {
    margin-bottom: 1.5rem;
}
hr {
    box-sizing: content-box;
    border: solid #e5e5e5;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 2rem 0 1.91667rem;
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
    line-height: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
dl,
ol,
ul {
    list-style-position: outside;
    margin-bottom: 1.5rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.2rem;
    margin-bottom: 0;
}
ol,
ul {
    margin-left: 1.15rem;
}
ol {
    margin-left: 1.15rem;
}
dl dt {
    font-weight: 700;
    margin-bottom: 0.41667rem;
}
dl dd {
    margin-bottom: 1.5rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #ccc;
    color: #00699e;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase;
}
.table,
.table-tfoot,
.table-thead {
    border: 1px solid #e5e5e5;
}
abbr {
    text-transform: none;
}
blockquote,
blockquote p {
    font-size: 22px;
    line-height: 29px;
}
cite {
    color: #999;
    display: block;
    font-size: 1rem;
}
.icon,
.icon svg {
    display: inline-block;
}
.icon {
    height: 1.33333rem;
    width: 1.33333rem;
    display: inline-block;
    vertical-align: middle;
}
.icon svg {
    display: inline-block;
    fill: #323232;
    height: 100%;
    vertical-align: top;
    width: 100%;
}
.inlineList {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.41667rem;
    margin-left: -1.83333rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0 0 1.41667rem -1.83333rem;
}
.inlineList &gt; li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.83333rem;
}
.inlineList &gt; li &gt; * {
    display: block;
}
.table {
    border: solid 1px #e5e5e5;
    margin-bottom: 2rem;
    table-layout: auto;
    width: 100%;
}
.table thead {
    background: #e5e5e5;
}
.button,
.button:active {
    background-color: transparent;
}
.table thead tr td,
.table thead tr th {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
}
.table tr td,
.table tr th {
    padding: 0.75rem 1.5rem;
    text-align: left;
}
.table tbody tr td,
.table tbody tr th,
.table tfoot tr td,
.table tfoot tr th,
.table thead tr th,
.table tr td {
    display: table-cell;
}
.table td.table-cell--numericData,
.table th.table-header--numericData {
    text-align: right;
}
.table-thead {
    border: 1px solid #e5e5e5;
}
.table-tfoot {
    border: 1px solid #e5e5e5;
}
.table-tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.table-tbody tr:last-child {
    border-bottom: 0;
}
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #b6b6b6;
    color: #00699e;
    font-size: 1rem;
    padding: 0.91667rem 2.25rem;
    border-radius: 4px;
    outline: 0;
    vertical-align: middle;
}
.dropdown-menu--content &gt; :first-child,
.dropdown-menu &gt; :first-child {
    margin-top: 0;
}
.dropdown-menu--content &gt; :last-child,
.dropdown-menu &gt; :last-child {
    margin-bottom: 0;
}
.button.active,
.button.is-active,
.button:focus,
.button:hover {
    background-color: transparent;
    border-color: #00699e;
    color: #fff;
}
.button:active {
    background-color: transparent;
    border: 1px solid;
}
.button.active,
.button.is-active,
.button:focus {
    outline: 0;
}
@media (min-width: 481px) {
    .button + .button {
        margin-left: 0.75rem;
    }
}
.button--primary {
    background-color: #b20000;
    border-color: #b20000;
    color: #fff;
}
.button--primary.active,
.button--primary.is-active,
.button--primary:focus,
.button--primary:hover {
    background-color: rgba(0, 0, 255, 0);
    border-color: rgba(0, 0, 255, 0);
    color: #b20000;
}
.button[disabled] {
    background-color: #ccc;
    border-color: rgba(0, 0, 255, 0);
    color: #fff;
    cursor: default;
}
.dropdown-menu,
.dropdown-menu--content {
    left: -9999px;
    list-style: none;
    margin-left: 0;
    background: #e5e5e5;
    z-index: 89;
    max-width: 200px;
    width: 100%;
    height: auto;
    position: absolute;
}
.button--large {
    font-size: 15px;
}
.button--small {
    font-size: 13px;
    padding: 0.58333rem 1.5rem;
}
.button--icon,
.dropdown-menu--content {
    padding: 0.75rem;
    font-size: 1rem;
}
.button--slab {
    display: block;
    width: 100%;
}
.button + .button--slab {
    margin-left: 0;
}
.button--icon {
    font-size: 1rem;
    padding: 0.75rem 0.75rem;
}
.button--icon svg {
    fill: #757575;
}
.buttonGroup {
    display: inline-block;
}
.buttonGroup &gt; .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0;
}
.buttonGroup &gt; .button:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.buttonGroup &gt; .button:last-child {
    border-bottom-right-radius: 4px;
    border-right-width: 1px;
    border-top-right-radius: 4px;
}
.dropdown-menu {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e5e5e5;
    font-size: 1rem;
    height: auto;
    width: 100%;
    z-index: 89;
    max-width: 200px;
}
.dropdown-menu.open {
    display: block;
}
.dropdown-menu &gt; :first-child {
    margin-top: 0;
}
.dropdown-menu &gt; :last-child {
    margin-bottom: 0;
}
.dropdown-menu--content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e5e5e5;
    font-size: 1rem;
    height: auto;
    padding: 0.75rem;
    width: 100%;
    z-index: 89;
    max-width: 200px;
}
.dropdown-menu--content.open,
.form-input,
.form-label,
.form-legend {
    display: block;
}
.dropdown-menu--content &gt; :first-child {
    margin-top: 0;
}
.dropdown-menu--content &gt; :last-child {
    margin-bottom: 0;
}
.dropdown-menu-item {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0.41667rem 0.83333rem;
}
.dropdown-menu-item a {
    display: block;
    padding: 0.41667rem;
}
.dropdown-menu-item a {
    margin: -0.41667rem;
}
.form {
    margin: 0 0 1.5rem;
}
.form-fieldset {
    border-width: 0;
    margin: 0;
    padding: 0;
}
.form-legend {
    background: 0 0;
    border: solid #999;
    border-width: 0 0 1px;
    display: block;
    line-height: 32px;
    margin-bottom: 0.75rem;
    padding: 0;
    width: 100%;
}
.form-input:focus,
.form-select:focus {
    border-color: #999;
}
.form-input,
.form-select {
    font-family: inherit;
    margin: 0;
    font-size: 1rem;
}
.form-label {
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.form-label small {
    color: #757575;
    font-size: 0.83333rem;
    text-transform: uppercase;
    vertical-align: bottom;
}
.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #666;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 3rem;
    margin: 0;
    padding: 0.75rem 1rem;
    transition: border-color 0.1s ease-out;
    width: 100%;
}
.form-input:disabled {
    background-color: #fff;
    color: #999;
    cursor: not-allowed;
}
.form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999;
    color: #757575;
    cursor: text;
}
.form-body,
.form-checkbox[disabled] + .form-label::before,
.form-radio[disabled] + .form-label::before,
.form-select:disabled {
    background-color: #fff;
}
.form-input:focus {
    border-color: #999;
    outline: 0;
}
.form-input[rows] {
    height: auto;
}
.form-input[type="search"] {
    box-sizing: border-box;
}
.form-input::-webkit-input-placeholder {
    color: #999;
}
.form-input::-ms-clear {
    height: 0;
    width: 0;
}
.form-input::-moz-placeholder {
    color: #999;
}
.form-input:-ms-input-placeholder {
    color: #999;
}
.form-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fff;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    color: #666;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    padding: 0.75rem;
    border-radius: 0;
    cursor: pointer;
    height: 3rem;
    margin: 0;
    outline: 0;
}
.form-select::-ms-expand {
    display: none;
}
.form-select.radius {
    border-radius: 4px;
}
.form-select:focus {
    border-color: #999;
}
.form-select:disabled {
    background-color: #fff;
    cursor: not-allowed;
}
.form-select:focus {
    border-color: #999;
}
.form-body {
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    margin-bottom: 1.5rem;
    max-width: none;
    padding: 1.5rem;
}
.form-row {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
}
.form-row:after,
.form-row:before {
    content: " ";
    display: table;
}
.form-row:after {
    clear: both;
}
.form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none;
}
@media (min-width: 551px) {
    .form-row--half .form-field {
        width: 50%;
    }
    .form-row--third .form-field {
        width: 33.33333%;
    }
    .form-row--quarter .form-field {
        width: 25%;
    }
    .tab {
        float: left;
    }
}
.form-field {
    display: block;
    margin: 0 0 2rem;
    max-width: none;
}
.form-field:after,
.form-field:before {
    content: " ";
    display: table;
}
.form-field:after {
    clear: both;
}
.form-select[multiple] {
    height: auto;
}
.form-select[multiple] option {
    padding: 5px;
}
.form-checkbox,
.form-radio {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form-checkbox + .form-label,
.form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.41667rem;
    padding-left: 1.91667rem;
    position: relative;
    vertical-align: baseline;
    width: 100%;
}
.form-checkbox + .form-label::after,
.form-checkbox + .form-label::before,
.form-radio + .form-label::after,
.form-radio + .form-label::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out;
}
.switch-label,
.switch-toggle,
.switch-toggle::before {
    transition: all 0.1s ease-out;
}
.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
    background-color: #fff;
    border: solid #ccc;
    border-width: 1px;
    height: 1.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem;
}
.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    -webkit-transform: scale(0);
    top: 1px;
    transform: scale(0);
    width: 1.16667rem;
}
.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
    cursor: default;
}
.form-checkbox[disabled] + .form-label::before,
.form-radio[disabled] + .form-label::before {
    background-color: #fff;
}
.form-checkbox + .form-label::before {
    border-radius: 4px;
}
.form-checkbox + .form-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1.16667rem;
    line-height: 1;
    text-align: center;
}
.form-radio + .form-label::before {
    border-radius: 50%;
}
.form-radio + .form-label::after {
    background: rgba(51, 51, 51, 0.999);
    border: 3px solid #fff;
    border-radius: 1.16667rem;
}
.form-input.has-action {
    float: left;
    padding-right: 2.83333rem;
}
.form-input.has-action + .button--inputAction {
    background: 0 0;
    border: 0;
    border-radius:  0;
    float: left;
    height: 2.83333rem;
    margin: 0.08333rem 0 0 -2.91667rem;
    width: 2.83333rem;
}
.form-input.has-icon {
    float: left;
    padding-right: 3rem;
}
.form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -3rem;
    width: 1.66667rem;
}
.form-prefixPostfix,
.swal2-container,
.swal2-modal {
    -webkit-box-direction: normal;
}
.form-prefixPostfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.form-prefixPostfix .form-input {
    -ms-flex: 1;
    flex: 1;
}
.form-prefixPostfix .button {
    height: 3rem;
}
.form-prefixPostfix-input {
    border-radius: 0;
}
.form-prefixPostfix-label {
    background-color: #fff;
    border: solid #999;
    border-width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    height: 3rem;
    line-height: normal;
    max-width: 7.5rem;
    padding: 0.75rem;
    text-align: center;
}
.switch-ariaDescription,
.switch-checkbox {
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.form-prefixPostfix-label--prefix {
    border-radius: 0;
    border-width: 1px 0 1px 1px;
}
.form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0;
}
.form-prefixPostfix-label--postfix {
    border-radius: 0;
    border-width: 1px 1px 1px 0;
}
.form-prefixPostfix-button--prefix {
    margin: 0 0.75rem 0 0;
}
.form-prefixPostfix-button--postfix {
    margin: 0 0 0 0.75rem;
}
.switch-checkbox {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4);
}
.switch-toggle {
    background-color: #757575;
    border: 1px solid #757575;
    border-radius: 2.33333rem;
    cursor: pointer;
    display: inline-block;
    height: 2.33333rem;
    position: relative;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    width: 5rem;
}
.switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500;
}
.switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06;
}
.switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999;
    cursor: default;
}
.switch-toggle::before {
    background: #fff;
    border-radius: 1.6667rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    content: "";
    height: 1.6667rem;
    left: 0.24998rem;
    position: absolute;
    top: 0.24998rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1.6667rem;
}
.switch--checked .switch-toggle::before {
    left: 2.91665rem;
}
.switch-label {
    color: #fff;
    height: 26px;
    line-height: 2.25;
    position: absolute;
    right: 0.5rem;
    text-transform: uppercase;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.switch-label--icon.icon,
.switch-label--icon.icon svg {
    height: 2.16667rem;
    width: 2.16667rem;
}
.switch--checked .switch-label {
    font-weight: 600;
    left: 0.5rem;
    right: auto;
}
.switch--disabled .switch-label {
    color: #757575;
}
.switch-label--icon.icon {
    height: 2.16667rem;
    width: 2.16667rem;
}
.switch-label--icon.icon svg {
    height: 2.16667rem;
    width: 2.16667rem;
    fill: #fff;
}
.switch--disabled .switch-label--icon.icon svg {
    fill: #757575;
}
.form-field--success .form-input-indicator &gt; svg,
.form-input-indicator &gt; svg {
    fill: #008a06;
}
.switch-description--off {
    color: #000;
    margin-right: 5px;
}
.switch--checked .switch-description--off {
    color: #757575;
}
.switch-description--on {
    color: #757575;
    margin-left: 5px;
}
.switch--checked .switch-description--on {
    color: #000;
}
.switch-ariaDescription {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form-actions {
    background: 0 0;
    border: 0;
    text-align: center;
}
.form-actions &gt; * {
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%;
}
@media (min-width: 481px) {
    .form-actions {
        text-align: left;
    }
    .form-actions &gt; * {
        vertical-align: baseline;
        width: auto;
    }
}
@media (min-width: 481px) {
    .form-actions--fixed {
        background: #fff;
        border-top: 1px solid #999;
        bottom: 0;
        left: 0;
        padding: 1.5rem 2rem;
        position: fixed;
        right: 0;
        text-align: right;
        z-index: 20;
    }
}
.actionBar .buttonGroup,
.alertBox-column,
.slick-dots li button {
    vertical-align: middle;
}
.alertBox,
.breadcrumb:before,
.panel,
.tab {
    position: relative;
}
.form-input-indicator {
    height: 1.83333rem;
    width: 1.83333rem;
    float: left;
    margin: 0 0 0 -2.5rem;
    position: relative;
    top: 0.83333rem;
}
.form-field-errors,
.form-field-errors ol,
.form-field-errors ul {
    margin-bottom: 0;
    list-style: none;
}
.form-prefixPostfix .form-input-indicator {
    top: 0;
}
.form-input-indicator &gt; svg {
    fill: #008a06;
}
.form-field-errors {
    list-style: none;
    margin-left: 0;
    margin-left: 0;
    clear: both;
    margin-bottom: 0;
    margin-top: 0.16667rem;
}
.form-field-errors ol,
.form-field-errors ul {
    list-style: none;
    margin-bottom: 0;
}
.form-inlineMessage {
    display: inline-block;
    line-height: 24px;
    margin: 0.41667rem 0 -0.5rem;
    width: 100%;
}
.form-field--error .form-input,
.form-field--success .form-input,
.form-field--warning .form-input {
    float: left;
}
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-input,
.form-field--success .form-prefixPostfix-label,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-select {
    border-color: #008a06;
}
.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
    color: #008a06;
}
.form-field--success .form-input-indicator &gt; svg {
    fill: #008a06;
}
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-input,
.form-field--error .form-prefixPostfix-label,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-select {
    border-color: #cc4749;
}
.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
    color: #cc4749;
}
.form-field--error .form-input-indicator &gt; svg {
    fill: #cc4749;
}
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-input,
.form-field--warning .form-prefixPostfix-label,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-select {
    border-color: #f1a500;
}
.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
    color: #f1a500;
}
.form-field--warning .form-input-indicator &gt; svg {
    fill: #f1a500;
}
.panel {
    position: relative;
}
.panel-header {
    background-color: #e5e5e5;
    margin: 0;
    padding: 1.5rem 2rem 0;
}
.panel-title {
    line-height: 1.5;
    margin: 0;
}
.panel-body {
    margin-bottom: 1.5rem;
    padding: 1rem 2rem 1.5rem;
    background: #e5e5e5;
}
.breadcrumb,
.breadcrumb:first-child:before {
    margin: 0;
}
.panel-body &gt; :first-child {
    margin-top: 0;
}
.panel-body &gt; :last-child {
    margin-bottom: 0;
}
.panel-body &gt; :last-child {
    margin-bottom: 0;
}
.breadcrumbs {
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}
.breadcrumb {
    color: #757575;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    line-height: 1.5;
}
.breadcrumb a,
.breadcrumb.current {
    color: #757575;
    cursor: default;
}
.breadcrumb.current a {
    color: #757575;
    cursor: default;
}
.breadcrumb.current:focus,
.breadcrumb.current:focus a,
.breadcrumb.current:hover,
.breadcrumb.current:hover a {
    text-decoration: none;
}
.breadcrumb.unavailable,
.breadcrumb.unavailable a {
    color: #999;
}
.breadcrumb.unavailable a:focus,
.breadcrumb.unavailable:focus,
.breadcrumb.unavailable:hover,
.breadcrumb.unavailable:hover a {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}
.breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px;
}
.breadcrumb:first-child:before {
    content: " ";
    margin: 0;
}
.breadcrumb::before {
    margin: 0 0.5rem;
}
@media (min-width: 481px) {
    .breadcrumb::before {
        margin: 0 0.5rem;
    }
}
.tab,
.tabs {
    margin: 0;
}
.breadcrumb-label {
    cursor: pointer;
}
.breadcrumb-label:hover {
    color: #333;
    text-decoration: none;
}
.breadcrumb.is-active &gt; .breadcrumb-label {
    color: #757575;
    cursor: default;
}
.breadcrumb.is-unavailable &gt; .breadcrumb-label {
    color: #999;
    cursor: default;
}
.tabs {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.tabs:after,
.tabs:before {
    content: " ";
    display: table;
}
.tabs:after {
    clear: both;
}
.tab {
    border-bottom: #fff;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
@media (min-width: 551px) {
    .tab {
        float: left;
    }
}
.tab-title {
    color: #757575;
    display: block;
    font-size: 15px;
    padding: 0.75rem 1.5rem;
}
.tab-title:hover {
    color: #00699e;
}
.tab .tab-title.active {
    color: #00699e;
    font-weight: 700;
}
@media (min-width: 551px) {
    .tabs--vertical {
        border-bottom: 0;
        float: left;
        margin: 0 0 1.5rem;
        max-width: 20%;
        width: 20%;
    }
}
.navBar ol ol,
.navBar ol ul,
.navBar ul ol,
.navBar ul ul,
.navList ol ol,
.navList ol ul,
.navList ul ol,
.navList ul ul {
    margin-bottom: 0;
    list-style: none;
}
.tabs--vertical .tab {
    float: none;
}
.tabs-contents {
    margin-bottom: 1.5rem;
}
.tabs-contents:after,
.tabs-contents:before {
    content: " ";
    display: table;
}
.tabs-contents:after {
    clear: both;
}
@media (min-width: 551px) {
    .tabs-contents--vertical {
        float: left;
        max-width: 80%;
        padding-left: 1.5rem;
        width: 80%;
    }
    .tabs-contents--vertical &gt; .tab-content {
        padding: 0 1.5rem;
    }
}
.tab-content {
    display: none;
    padding: 1.5rem 0;
}
.tab-content.is-active {
    display: block;
}
.no-js .tab-content {
    display: block;
    float: none;
}
.navBar-section:after,
.navBar-section:before,
.navBar:after,
.navBar:before {
    content: " ";
    display: table;
}
.navBar:after {
    clear: both;
}
.navBar ol,
.navBar ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
}
.navBar ol ol,
.navBar ol ul,
.navBar ul ol,
.navBar ul ul {
    list-style: none;
    margin-bottom: 0;
}
.navBar ol li,
.navBar ul li {
    margin: 0;
    padding: 0;
}
.navBar-section {
    float: left;
}
.navBar-section:after,
.navBar-section:before {
    content: " ";
    display: table;
}
.navBar-section:after {
    clear: both;
}
.navBar-section--alt {
    float: right;
    margin-left: 1.5rem;
}
.navBar-section + .navBar-section {
    margin-left: 1.5rem;
}
@media (min-width: 551px) {
    .navBar-item {
        float: left;
    }
    .modal {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.navBar-action,
.navBar-item {
    display: block;
}
.navList-section:after,
.navList-section:before,
.navList:after,
.navList:before {
    display: table;
    content: " ";
}
.navBar-action {
    color: #000;
    font-size: 15px;
    padding: 0.75rem;
}
.navList:after,
.navList:before {
    content: " ";
    display: table;
}
.navList:after {
    clear: both;
}
.navList ol,
.navList ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
}
.navList ol ol,
.navList ol ul,
.navList ul ol,
.navList ul ul {
    list-style: none;
    margin-bottom: 0;
}
.navList ol li,
.navList ul li {
    margin: 0;
    padding: 0;
}
.navList-section:after,
.navList-section:before {
    content: " ";
    display: table;
}
.navList-section:after {
    clear: both;
}
.navList-section--alt {
    float: right;
    margin-left: 1.5rem;
}
.pagination-list,
li.pagination-item:first-child {
    margin-left: 0;
}
.navList-section + .navList-section {
    margin-top: 1.5rem;
}
.navList-action,
.navList-item {
    display: block;
}
.navList-action {
    color: #00699e;
    font-size: 15px;
    padding: 0.16667rem 0;
}
.pagination-list {
    display: block;
    margin-left: 0;
}
.pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.41667rem;
    display: block;
}
.pagination-list li a,
.pagination-list li button {
    border-radius: 4px;
    transition: background-color 0.3s ease-out;
    background: 0 0;
    color: #757575;
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    padding: 0.33333rem 0.5rem;
}
.pagination-list li {
    display: block;
}
li.pagination-item {
    cursor: pointer;
}
li.pagination-item:first-child {
    margin-left: 0;
}
li.pagination-item a:hover {
    color: #00699e;
}
li.pagination-item--current a,
li.pagination-item--current button {
    color: #00699e;
    cursor: default;
}
.alertBox {
    border-style: none;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    padding: 0.75rem 1.16667rem;
    position: relative;
    transition: opacity 0.3s ease-out;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #fff;
}
.alertBox .icon {
    height: 1.66667rem;
    width: 1.66667rem;
}
.alertBox .button {
    margin: 0 0 0 0.75rem;
}
.alertBox--info {
    background-color: #666;
    border-color: #666;
    color: #333;
}
.alertBox--info svg {
    fill: #dfdfdf;
}
.alertBox--success {
    background-color: #d5ffd8;
    border-color: #d5ffd8;
    color: #fff;
}
.alertBox--success svg {
    fill: #008a06;
}
.alertBox--warning {
    background-color: #fffdea;
    border-color: #fffdea;
    color: #fff;
}
.alertBox--warning svg {
    fill: #f1a500;
}
.alertBox--error {
    background-color: #fdd;
    border-color: #fdd;
    color: #fff;
}
.alertBox--error svg {
    fill: #cc4749;
}
.alertBox-column {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.alertBox-icon {
    padding-right: 1.16667rem;
}
.alertBox-message {
    margin: 0;
    text-align: left;
    width: 100%;
}
.alertBox-heading {
    margin: 0;
}
.alertBox-close {
    cursor: pointer;
    padding-left: 1.16667rem;
}
.alertBox-close .icon {
    height: 1.66667rem;
    width: 1.66667rem;
}
.alertBox-close svg {
    fill: #999;
}
.accordion {
    margin-bottom: 0;
    border: #e5e5e5 solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    margin: 0 0 1.5rem;
}
.accordion:after,
.accordion:before {
    content: " ";
    display: table;
}
.accordion:after {
    clear: both;
}
.accordion-navigation {
    display: block;
    margin-bottom: 0 !important;
    border: #e5e5e5 solid;
    border-width: 1px 0;
    cursor: pointer;
}
.accordion-navigation.is-open &gt; a {
    background: #fff;
    color: #000;
}
.accordion-navigation &gt; a {
    background: #fff;
    color: #00699e;
    padding: 1.91667rem;
    display: block;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-size: 1rem;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.accordion-navigation &gt; a:hover {
    background: #e5e5e5;
}
.accordion-navigation .accordion-title {
    padding: 1.5rem 1.91667rem;
}
.accordion-title {
    font-weight: 700;
    line-height: 24px;
}
.accordion-content {
    display: none;
    padding: 2rem;
    border: #e5e5e5 solid;
    border-width: 0 0 1px;
}
.accordion-content.is-open {
    display: block;
}
.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open &gt; a {
    color: #008a06;
}
.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open &gt; a {
    color: #cc4749;
}
.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open &gt; a {
    color: #f1a500;
}
body.has-activeModal {
    overflow: hidden;
}
.modal-background {
    background: #000;
    background: rgba(51, 51, 51, 0.95);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}
.has-activeModal .modal-background {
    display: block;
}
.modal {
    border-radius: 0;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 2.25rem 2.25rem;
    border: 0 solid #e5e5e5;
    box-shadow: none;
    max-height: 80%;
    overflow: auto;
    position: fixed;
}
@media only screen and (max-width: 551px) {
    .modal {
        min-height: 100vh;
    }
}
.modal .column,
.modal .columns {
    min-width: 0;
}
.modal &gt; :first-child {
    margin-top: 0;
}
.modal &gt; :last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 551px) {
    .modal {
        left: 0;
        margin: 0 auto;
        max-width: 80%;
        right: 0;
        width: 900px;
    }
}
@media only screen and (min-width: 551px) {
    .modal {
        top: 50% !important;
    }
}
@media (min-width: 551px) {
    .modal {
        transform: translateY(-50%);
    }
}
.modal--large {
    max-height: 90%;
    width: 1280px;
}
.modal--small {
    width: 500px;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
    position: relative;
}
.modal-header-title {
    margin: 0;
}
.modal-body {
    padding: 3rem 0;
}
.modal-body &gt; :last-child {
    margin-bottom: 0;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 0.75rem 1.5rem;
    text-align: center;
}
.modal-footer .button {
    display: block;
}
@media (min-width: 481px) {
    .modal-footer {
        text-align: right;
    }
}
.modal-footer .button {
    display: block;
}
@media (min-width: 481px) {
    .modal-footer .button {
        display: inline-block;
        margin-bottom: 0;
    }
}
.modal-footer-link {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 0.75rem;
}
@media (min-width: 481px) {
    .modal-footer-link {
        display: inline;
        margin: 1.5rem;
    }
}
.modal-close {
    color: #666;
    cursor: pointer;
    -webkit-transform: translateY(none);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 1.05rem;
    right: 0.75rem;
    transform: translateY(none);
}
.modal-close .icon {
    height: 1.66667rem;
    width: 1.66667rem;
}
@media print {
    .modal {
        background: #fff !important;
        display: none;
    }
}
.loadingNotification {
    left: 50%;
    position: fixed;
    text-align: center;
    top: 3rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.2s ease-out;
    z-index: 500;
}
.loadingNotification.ng-hide-add-active,
.loadingNotification.ng-hide-remove {
    opacity: 0;
    top: 3.6rem;
    -webkit-transform: scale(0.9) translateX(-50%);
    transform: scale(0.9) translateX(-50%);
}
.loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}
.loadingNotification-label {
    background: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 0.41667rem 0.75rem;
}
.card-body .card-text,
.card-figcaption-body .card-text {
    color: #757575;
}
.loadingOverlay-container {
    min-height: 120px;
    position: relative;
}
.loadingOverlay {
    background: rgba(51, 51, 51, 0.9);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 250ms ease-out;
    width: 100%;
}
.loadingOverlay::before {
    height: 3.33333rem;
    width: 3.33333rem;
    border-radius: 3.33333rem;
    border: 2px solid;
    border-color: #fff #fff #999 #999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: spin 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
    animation: spin 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
}
.loadingOverlay.ng-enter,
.loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0;
}
.card-figcaption:hover,
.loadingOverlay.ng-enter.ng-enter-active,
.loadingOverlay.ng-leave {
    opacity: 1;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}
.actionBar {
    margin: 1.5rem 0;
}
.actionBar:after,
.actionBar:before {
    content: " ";
    display: table;
}
.actionBar:after {
    clear: both;
}
.actionBar .button {
    margin-bottom: 0;
}
.actionBar .buttonGroup {
    vertical-align: middle;
}
.actionBar-link {
    display: block;
    padding: 0.75rem 0;
}
.actionBar-section:after,
.actionBar-section:before {
    content: " ";
    display: table;
}
.actionBar-section:after {
    clear: both;
}
@media (min-width: 551px) {
    .actionBar-section {
        float: left;
    }
    .actionBar-section .form-label {
        display: inline-block;
        margin: 0 0.41667rem 0 0;
    }
    .actionBar-section .form-input,
    .actionBar-section .form-select {
        display: inline-block;
        width: 16.66667rem;
    }
}
@media (min-width: 551px) {
    .actionBar-section--alt {
        float: right;
    }
}
.card-body &gt; :first-child,
.card-figcaption-body &gt; :first-child {
    margin-top: 0;
}
.actionBar-item {
    margin-bottom: 1.5rem;
}
.card-body &gt; :last-child,
.card-button,
.card-figcaption-body &gt; :last-child,
.card-figure {
    margin-bottom: 0;
}
@media (min-width: 551px) {
    .actionBar-item {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1.5rem;
        vertical-align: middle;
    }
    .actionBar-item:last-child {
        margin-right: 0;
    }
}
.card {
    background-color: transparent;
    margin-bottom: 3rem;
    padding: 0;
}
.card-figure {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.card-image {
    border: 1px solid #999;
    width: 100%;
}
.card-figcaption {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.card-figcaption:hover {
    opacity: 1;
}
.card-figcaption-action {
    display: block;
    height: 100%;
}
.card-figcaption-body {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.card-figcaption-body &gt; :first-child {
    margin-top: 0;
}
.card-figcaption-body &gt; :last-child {
    margin-bottom: 0;
}
.card-figcaption-body .card-text {
    color: #757575;
}
.card-figcaption-button {
    background-color: rgba(255, 255, 255, 0.9);
    color: #373e46;
}
.card-figcaption-button:hover {
    background-color: #fff;
    color: #373e46;
}
.card-body {
    padding: 0.75rem 0 0;
}
.card-body &gt; :first-child {
    margin-top: 0;
}
.card-body &gt; :last-child {
    margin-bottom: 0;
}
.card-body .card-text {
    color: #757575;
}
.card-surTitle {
    float: right;
    margin-left: 1.5rem;
    max-width: 40%;
    text-align: right;
}
.card-footer {
    background-color: transparent;
    margin: 0;
}
.card-footer:after,
.card-footer:before {
    content: " ";
    display: table;
}
.card-footer:after {
    clear: both;
}
.card-button {
    margin-bottom: 0;
}
.slick-next:before,
.slick-prev:before,
.slick-track:after,
.slick-track:before,
[dir="rtl"] .slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "";
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: center center no-repeat #fff;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 0.8;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.6;
}
.slick-next:before,
.slick-prev:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "";
}
[dir="rtl"] .slick-prev:before {
    content: "";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "";
}
[dir="rtl"] .slick-next:before {
    content: "";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 0.8;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: inherit;
    font-size: 60px;
    line-height: 20px;
    text-align: center;
    color: #8b8d90;
    opacity: 0.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: rgba(0, 0, 255, 0);
    opacity: 1;
}
.slick-next,
.slick-prev {
    background-color: #00f;
    background-color: rgba(0, 0, 255, 0.9);
    z-index: 1;
    border: 1px solid #fff;
    height: 5.08333rem;
    margin-top: -1.25rem;
    padding: 0.83333rem;
    width: 3.33333rem;
}
.slick-next::before,
.slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 3.41667rem;
    width: 1.66667rem;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #00f;
    background-color: rgba(0, 0, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.slick-next {
    right: -10px;
}
@media (min-width: 1261px) {
    .slick-next {
        right: -3.41667rem;
    }
}
.slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-next:hover::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.slick-prev {
    left: -15px;
}
@media (min-width: 1261px) {
    .slick-next {
        right: -3.41667rem;
    }
    .slick-prev {
        left: -3.41667rem;
    }
}
.slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-prev:hover::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}
.slick-dots {
    margin: 0;
}
.slick-dots li {
    height: 2.66667rem;
    width: 2.66667rem;
    margin: 0;
    padding: 0.41667rem;
}
.slick-dots li button,
.slick-dots li button::before {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
}
.slick-dots li button {
    border: 1px solid #8b8d90;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.slick-dots li button:hover::before {
    background: #8b8d90;
}
.slick-dots li button::before {
    display: block;
    left: -1px;
    top: -1px;
    transition: background 0.1s ease-out;
}
.slick-dots li.slick-active button::before {
    background: rgba(0, 0, 255, 0);
}
.productView .slick-dots {
    position: relative;
}
.swal2-container,
body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.slick-disabled {
    cursor: default;
    opacity: 0.1;
}
.slick-track {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}
.nanobar {
    width: 100%;
    height: 0.41667rem;
    z-index: 9999;
    top: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nanobar .bar {
    width: 0;
    height: 100%;
    transition: height 0.1s;
    background-color: #999;
}
body.swal2-shown {
    overflow-y: hidden;
}
body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.swal2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
}
.card-title,
.swal2-modal {
    -webkit-box-orient: vertical;
}
.swal2-container.swal2-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swal2-container.swal2-top-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.swal2-container.swal2-top-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.swal2-container.swal2-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swal2-container.swal2-center-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.swal2-container.swal2-center-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.swal2-container.swal2-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.swal2-container.swal2-bottom-left {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.swal2-container.swal2-bottom-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.swal2-container.swal2-grow-fullscreen &gt; .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swal2-container.swal2-grow-row &gt; .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swal2-container.swal2-grow-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-top-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.swal2-container.swal2-grow-column &gt; .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swal2-modal,
.swal2-modal &gt; .swal2-checkbox,
.swal2-modal &gt; .swal2-file,
.swal2-modal &gt; .swal2-input,
.swal2-modal &gt; .swal2-radio,
.swal2-modal &gt; .swal2-select,
.swal2-modal &gt; .swal2-textarea {
    display: none;
}
.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) &gt; .swal2-modal {
    margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}
.swal2-container.swal2-fade {
    transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}
.swal2-modal {
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%;
}
.modal,
body.has-activeNavPages,
body.has-newsletter,
body.themevale_open-Account,
body.themevale_open-Cart,
body.themevale_open-Sidebar,
body.themevale_quickSearch {
    overflow: hidden;
}
.swal2-modal:focus {
    outline: 0;
}
.swal2-modal.swal2-loading {
    overflow-y: hidden;
}
.swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
}
.swal2-modal .swal2-buttonswrapper {
    margin-top: 15px;
}
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 7.5px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
    margin-left: 30px;
    margin-right: 30px;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    content: "";
    margin-left: 5px;
    vertical-align: -1px;
    height: 15px;
    width: 15px;
    border: 3px solid #999;
    box-shadow: 1px 1px 1px #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span,
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span,
.swal2-modal .swal2-styled {
    vertical-align: middle;
}
.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
}
.swal2-modal .swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%;
}
.swal2-modal .swal2-close {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #ccc;
    transition: color 0.1s ease;
}
.swal2-modal .swal2-close:hover {
    color: #d55;
}
.swal2-modal &gt; .swal2-checkbox,
.swal2-modal &gt; .swal2-file,
.swal2-modal &gt; .swal2-input,
.swal2-modal &gt; .swal2-radio,
.swal2-modal &gt; .swal2-select,
.swal2-modal &gt; .swal2-textarea {
    display: none;
}
.swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
}
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
    margin: 20px auto;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color 0.3s, box-shadow 0.3s;
}
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 1px solid #b4dbed;
    box-shadow: 0 0 3px #c4e6f5;
}
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
    color: #ccc;
}
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
    color: #ccc;
}
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
    color: #ccc;
}
.swal2-modal .swal2-range input {
    float: left;
    width: 80%;
}
.swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0;
}
.swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px;
}
.swal2-modal .swal2-input[type="number"] {
    max-width: 150px;
}
.swal2-modal .swal2-file {
    font-size: 20px;
}
.swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px;
}
.swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%;
}
.swal2-modal .swal2-radio {
    border: 0;
}
.swal2-modal .swal2-radio label:not(:first-child) {
    margin-left: 20px;
}
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
    vertical-align: middle;
}
.swal2-modal .swal2-radio input {
    margin: 0 3px 0 0;
}
.swal2-modal .swal2-checkbox {
    color: #545454;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
    vertical-align: middle;
}
.swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none;
}
.swal2-modal .swal2-validationerror::before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}
.swal2-icon.swal2-info,
.swal2-icon.swal2-question,
.swal2-icon.swal2-warning {
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-icon.swal2-error {
    border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    display: block;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.swal2-icon.swal2-warning {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
.swal2-icon.swal2-info {
    font-family: "Open Sans", sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
.swal2-icon.swal2-question {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
.swal2-icon.swal2-success {
    border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
    width: 25px;
    left: 14px;
    top: 46px;
     -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    width: 47px;
    right: 8px;
    top: 38px;
     -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
}
.swal2-progresssteps li {
    display: inline-block;
    position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: 0.4em;
    margin: 0 -1px;
    z-index: 10;
}
@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
.swal2-show {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
.swal2-hide {
    -webkit-animation: hideSweetAlert 0.15s forwards;
    animation: hideSweetAlert 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes animate-success-tip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animate-success-tip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@-webkit-keyframes animate-success-long {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes animate-success-long {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes rotatePlaceholder {
    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
.swal2-animate-success-line-tip {
    -webkit-animation: animate-success-tip 0.75s;
    animation: animate-success-tip 0.75s;
}
.swal2-animate-success-line-long {
    -webkit-animation: animate-success-long 0.75s;
    animation: animate-success-long 0.75s;
}
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}
@keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}
.swal2-animate-error-icon {
    -webkit-animation: animate-error-icon 0.5s;
    animation: animate-error-icon 0.5s;
}
@-webkit-keyframes animate-x-mark {
    0%,
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes animate-x-mark {
    0%,
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
.swal2-animate-x-mark {
    -webkit-animation: animate-x-mark 0.5s;
    animation: animate-x-mark 0.5s;
}
@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swal2-modal {
    background-color: #fff !important;
    border-radius: 4px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
.swal2-modal .swal2-title {
    color: #00699e;
    font-size: 2.5rem;
}
.swal2-modal .swal2-content {
    color: #00699e;
    font-size: 1.16667rem;
}
.swal2-modal .swal2-styled,
body {
    font-size: 1rem;
    font-weight: 400;
    position: relative;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 1px solid #ccc;
    color: #666;
}
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-select {
    color: #666;
}
.swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0;
}
.swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #b6b6b6;
    color: #00699e;
    font-size: 1rem;
    padding: 0.91667rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: 0;
    transition: all 0.15s ease;
    vertical-align: middle;
}
.swal2-modal .swal2-styled.active,
.swal2-modal .swal2-styled.is-active,
.swal2-modal .swal2-styled:focus,
.swal2-modal .swal2-styled:hover {
    background-color: transparent;
    border-color: #00699e;
    color: #fff;
}
.swal2-modal .swal2-styled:active {
    background-color: transparent;
    border: 1px solid;
}
.swal2-modal .swal2-styled:focus {
    outline: 0;
}
.swal2-modal .swal2-confirm {
    border-radius: 3px;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
    min-width: 120px;
    outline: 0;
    min-height: 40px;
    box-shadow: none !important;
    background-color: #b20000 !important;
    border-color: #b20000 !important;
    color: #fff !important;
}
.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:hover {
    box-shadow: none !important;
    background-color: #fff !important;
    border-color: #b20000 !important;
    color: #b20000 !important;
}
.swal2-modal .swal2-confirm:active {
    box-shadow: none !important;
    background-color: #b20000 !important;
    border-color: #b20000 !important;
    color: #fff !important;
}
.swal2-modal .swal2-cancel {
    min-width: 120px;
    background-color: rgba(0, 0, 255, 0);
    border-color: #b6b6b6;
    color: #00699e;
}
.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-cancel:hover {
    box-shadow: none !important;
    background-color: #00699e;
    border-color: #00699e;
    color: #fff;
}
.swal2-modal .swal2-cancel:active {
    box-shadow: none !important;
    background-color: rgba(0, 0, 255, 0);
    border-color: #b6b6b6;
    color: #00699e;
}
.swal2-modal .button + .button {
    margin-left: 0.75rem;
}
body,
html {
    height: auto;
}
body {
    padding: 0;
    line-height: 22px;
    color: #00699e;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    -wenkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 801px) {
    body {
        padding-top: 0;
    }
}
figure {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
figure &gt; figcaption {
    margin-bottom: -0.5rem;
}
figcaption {
    color: #999;
    margin-top: 0.75rem;
}
html * {
    outline: 0 !important;
}
body {
    padding: 0;
    line-height: 22px;
    position: relative;
    overflow-x: hidden;
    font-size: 1rem;
    color: #00699e;
    font-weight: 400;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    -wenkit-font-smoothing: subpixel-antialiased;
}
body.has-activeNavPages,
body.has-newsletter,
body.themevale_open-Account,
body.themevale_open-Lang,
body.themevale_open-Cart,
body.themevale_open-Sidebar,
body.themevale_quickSearch {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    margin-top: 2.25rem;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
}
h1:active,
h1:focus,
h1:hover,
h2:active,
h2:focus,
h2:hover,
h3:active,
h3:focus,
h3:hover,
h4:active,
h4:focus,
h4:hover,
h5:active,
h5:focus,
h5:hover,
h6:active,
h6:focus,
h6:hover {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
h5,
h6 {
    text-transform: uppercase;
}
a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
cite {
    line-height: 1.5;
    margin: 0.5rem 0 0;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
}
.definitionList:after,
.definitionList:before {
    content: " ";
    display: table;
}
.definitionList:after {
    clear: both;
}
.definitionList-key {
    color: #757575;
    float: left;
    font-weight: 400;
    margin: 0 0.41667rem 0 0;
}
.definitionList-value {
    margin: 0;
}
.page-heading {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.page-heading a {
    color: inherit;
}
.page-heading.page-heading-flashsale {
    color: #b20000;
}
.page-heading.page-heading-flashsale svg {
    height: 2.5rem;
    width: 2.5rem;
    fill: #b20000;
}
.page-heading-wrapper {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.page-heading-wrapper .page-heading {
    margin-bottom: 0;
}
.page-heading-wrapper .page-heading-link {
    font-size: 12px;
    font-weight: 400;
    display: block;
    font-weight: 700;
    margin-top: 5px;
    position: relative;
    text-transform: capitalize;
    color: #059;
}
.page-heading-wrapper .page-heading-link .text {
    margin: 0;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #00699e;
}
.page-heading-wrapper .page-heading-link .text + .link:before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #e2e4e8;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    position: relative;
    top: -1px;
}
.page-heading-wrapper .page-heading-link .link {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}
.page-heading-wrapper .page-heading-arrow {
    display: none;
    top: 50%;
    right: 0;
    margin: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-heading-wrapper .page-heading-arrow .btn-arrow {
    width: 24px;
    height: 24px;
    padding: 3px;
    cursor: pointer;
    display: inline-block;
    fill: #4d5259;
}
.form-input,
.form-select {
    height: auto;
    line-height: 38px;
    min-height: 38px;
}
.page-heading-wrapper .page-heading-arrow .btn-arrow + .btn-arrow {
    margin-left: 10px;
}
.page-heading-wrapper .description {
    max-width: 850px;
    margin: 15px auto 0;
}
.page-heading-wrapper.layout-2 {
    margin-bottom: 40px;
}
.page-heading-wrapper.layout-2 .page-heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 18px;
}
.page-heading-wrapper.layout-2 .page-heading:after {
    bottom: 0;
    left: 50%;
    content: "";
    width: 60px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #b20000;
    transform: translateX(-50%);
}
@media (min-width: 551px) {
    .page-heading-wrapper .page-heading-link {
        top: 50%;
        right: 0;
        margin: 0;
        position: absolute;
        transform: translateY(-50%);
    }
}
@media (min-width: 1025px) {
    .page-heading-wrapper.text-left,
    .page-heading-wrapper.text-right {
        text-align: left;
    }
    .page-heading-wrapper .page-heading-arrow {
        display: block;
    }
    .page-heading-wrapper.layout-2 {
        margin-bottom: 60px;
    }
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.border-top {
    border-top: 1px solid #e2e4e8;
}
.border-bottom {
    border-bottom: 1px solid #e2e4e8;
}
.background-gray {
    background-color: #f7f7f7;
}
.form-input,
.form-select,
.table--line .table-thead {
    background-color: #fff;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30,
.padding-top-40,
.padding-top-50,
.padding-top-70 {
    padding-top: 30px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30,
.padding-bottom-40,
.padding-bottom-50,
.padding-bottom-70 {
    padding-bottom: 30px;
}
.padding-top-100 {
    padding-top: 50px;
}
.padding-bottom-100 {
    padding-bottom: 50px;
}
.padding-top-30-mobile {
    padding-top: 30px;
}
@media (min-width: 551px) {
    .page-heading-wrapper .page-heading-link {
        top: 50%;
        right: 0;
        margin: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .padding-top-40 {
        padding-top: 40px;
    }
    .padding-top-50,
    .padding-top-70 {
        padding-top: 50px;
    }
    .padding-bottom-40 {
        padding-bottom: 40px;
    }
    .padding-bottom-50,
    .padding-bottom-70 {
        padding-bottom: 50px;
    }
    .padding-top-100 {
        padding-top: 70px;
    }
    .padding-bottom-100 {
        padding-bottom: 70px;
    }
}
@media (min-width: 801px) {
    .padding-top-70 {
        padding-top: 70px;
    }
    .padding-bottom-70 {
        padding-bottom: 70px;
    }
    .padding-top-100 {
        padding-top: 100px;
    }
    .padding-bottom-100 {
        padding-bottom: 100px;
    }
    .padding-top-30-mobile {
        padding-top: 0;
    }
}
.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
    background-position: right 0.58333rem top 0.66667rem;
    border-radius: 4px;
    padding: 0.75rem 3rem 0.75rem 1rem;
}
.form-label small {
    float: right;
    margin-top: 0.41667rem;
}
.form-label--inlineSmall small {
    color: #757575;
    float: none;
    font-size: inherit;
    font-weight: 400;
    margin-left: 0.41667rem;
    text-transform: none;
}
.form-input {
    height: auto;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 15px;
    min-height: 38px;
    border: 1px solid #cccfd6;
    background-color: #fff;
}
.form-input::-webkit-input-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease;
}
.form-input::-moz-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease;
}
.form-input:-ms-input-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease;
}
.form-input:-moz-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease;
}
.form-input:focus::-webkit-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden;
}
.form-input:focus::-moz-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden;
}
.form-input:focus:-ms-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden;
}
.form-input:focus:-moz-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden;
}
.form-select {
    height: auto;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 31px 0 15px;
    min-height: 38px;
    border: 1px solid #cccfd6;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
    background-position: right 0.58333rem top 0.66667rem;
    background-size: 1.66667rem;
}
.form-select option {
    line-height: 38px;
    padding: 0 15px;
    min-height: 38px;
}
textarea.form-input {
    resize: none;
    line-height: 20px;
}
.form-wishlist .dropdown-menu li,
.modal-close {
    line-height: 30px;
}
.form-label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.form-label small {
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 1px;
    font-style: italic;
}
.table {
    margin-top: 2rem;
}
.table td + td {
    border-left: 1px solid #e5e5e5;
}
.table--line,
.table--line .table-thead {
    border-color: #e5e5e5;
    border-width: 0 0 1px;
}
.table .table-alignCenter {
    text-align: center;
}
.table .table-alignRight {
    text-align: right;
}
.table-actions {
    margin: 1.5rem;
    text-align: center;
}
.table-actions .form {
    margin-bottom: 0;
}
.table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.table--line .table-thead tr th {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 551px) {
    .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto;
    }
}
@media (min-width: 551px) {
    .table-actions .button + .button {
        margin-left: 0.41667rem;
    }
}
.table--line {
    border-color: #e5e5e5;
    border-width: 0 0 1px;
}
.table--line .table-thead {
    background-color: #fff;
    border-color: #e5e5e5;
    border-width: 0 0 1px;
}
.table--line .table-thead tr th {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 551px) {
    .table--line .table-thead tr th {
        text-align: center;
    }
    .table--line .table-thead tr th:first-child {
        text-align: left;
    }
    .table--line .table-thead tr th:last-child {
        text-align: right;
    }
    .table--line tr td {
        text-align: center;
        vertical-align: middle;
    }
    .table--line tr td:first-child {
        text-align: left;
    }
    .table--line tr td:last-child {
        text-align: right;
    }
}
.table--line .table-thead tr th + th {
    padding-left: 1.5rem;
}
.table--line tr {
    border-color: 1px solid #e5e5e5;
}
.table--line tr td {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 551px) {
    .table--line tr td {
        text-align: center;
    }
    .table--line tr td:first-child {
        text-align: left;
    }
    .table--line tr td:last-child {
        text-align: right;
    }
}
.table--line tr td + td {
    padding-left: 1.5rem;
}
.table--line td + td {
    border-left: 0;
}
.dropdown {
    left: -9999px;
    outline: 0;
    position: absolute;
}
.dropdown-menu.is-loading .loadingOverlay {
    background: 0 0;
    padding: 4.5rem 0;
    position: relative;
}
.dropdown-menu.is-open {
    display: block;
}
.dropdown-menu-item {
    text-align: left;
}
.dropdown-menu-item:first-child &gt; a {
    padding-top: 0.75rem;
}
.dropdown-menu-item:last-child &gt; a {
    padding-bottom: 1rem;
}
.dropdown-menu-item &gt; a {
    margin: 0;
    padding: 0.25rem 1.16667rem;
    text-decoration: none;
}
.form-wishlist {
    position: relative;
}
.form-wishlist .button .icon {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropdown-menu-button {
    width: 100%;
}
.form-wishlist .dropdown-menu.is-open:after,
.form-wishlist .dropdown-menu.is-open:before {
    content: "";
    height: 0;
    width: 0;
    bottom: 100%;
    position: absolute;
    display: block;
}
.dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-menu-button .icon {
    float: right;
    margin-left: 10px;
}
.form-wishlist .dropdown-menu {
    text-align: center;
    padding: 7px 0;
    margin-top: 12px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.form-wishlist .dropdown-menu li {
    line-height: 30px;
}
.form-wishlist .dropdown-menu li + li {
    border-top: 1px solid #eaeaea;
}
.form-wishlist .dropdown-menu a {
    color: inherit;
    font-weight: 700;
}
.form-wishlist .dropdown-menu.is-open:before {
    border: 10px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5;
    border-bottom-style: solid;
    left: auto;
    bottom: 100%;
    right: 0.75rem;
    position: absolute;
}
.form-wishlist .dropdown-menu.is-open:after {
    border: 8px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff;
    border-bottom-style: solid;
    left: auto;
    bottom: 100%;
    right: 0.91667rem;
    position: absolute;
}
.form-wishlist .dropdown-menu.is-open {
    background: #fff;
    left: auto !important;
    top: auto !important;
    max-width: none !important;
    width: 100% !important;
    position: absolute;
    padding: 0;
    margin-top: 10px;
    border-radius: 3px;
}
.form-wishlist .dropdown-menu.is-open:before {
    left: auto;
    right: 22px;
}
.form-wishlist .dropdown-menu.is-open:after {
    left: auto;
    right: 24px;
}
.form-wishlist .dropdown-menu.is-open:focus {
    outline: 0;
}
.form-wishlist .dropdown-menu.is-open &gt; li + li {
    border-top: 1px solid #eaeaea;
}
.form-wishlist .dropdown-menu.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0;
    width: 100%;
}
.form-wishlist .dropdown-menu.is-open .button {
    border: none;
    padding: 10px;
    background-color: #fff;
    text-transform: capitalize !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}
.form-wishlist .dropdown-menu.is-open .button:active,
.form-wishlist .dropdown-menu.is-open .button:focus,
.form-wishlist .dropdown-menu.is-open .button:hover {
    color: #00699e;
}
.form-wishlist .dropdown-menu.is-open .button--has-items {
    font-weight: 700;
}
.form-wishlist .dropdown-menu.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0;
    border-top: none;
    margin-bottom: 0;
}
.modal {
    top: calc(50% + 100px) !important;
    left: 50%;
    bottom: auto;
    padding: 0;
    right: auto;
    outline: 0;
    height: auto;
    margin: 0 auto;
    max-width: 95%;
    max-height: 90%;
    overflow: hidden;
    min-height: 240px;
    border-radius: 3px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease, width 0s ease;
}
.modal.open {
    top: 50% !important;
}
@media (min-width: 1025px) {
    .modal {
        overflow: visible;
    }
    .modal .modal-close {
        right: -16px;
        top: -16px;
        -webkit-transform: none;
        transform: none;
    }
}
.modal--alert {
    padding: 15px;
    text-align: center;
}
.modal--alert .button-container {
    margin-top: 15px;
}
.modal--alert .button-container .confirm {
    min-width: 120px;
}
@media (min-width: 1261px) {
    .modal--large {
        width: 1280px;
    }
}
.modal-header {
    display: block;
    border-radius: 3px 3px 0 0;
    border-color: #f7f7f7;
    background-color: #f7f7f7;
    padding: 12px 30px 10px 15px;
}
.modal-header .modal-close {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 1025px) {
    .modal-header {
        padding: 12px 15px 10px;
    }
    .modal-header .modal-close {
        top: -20px;
        right: -20px;
        -webkit-transform: none;
        transform: none;
    }
}
.modal-close {
    top: 10px;
    right: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    font-weight: 300;
}
.breadcrumbs,
.pagination-list,
.pagination-list--small,
.pagination-wrapper {
    position: relative;
}
.modal-close &gt; span {
    display: block;
    width: 100%;
    height: 100%;
}
.modal-close:focus,
.modal-close:hover {
    color: #fff;
}
@media (min-width: 1025px) {
    .modal-close {
        top: -20px;
        right: -20px;
        font-size: 28px;
        width: 40px;
        height: 40px;
        line-height: 34px;
        color: #fff;
        background-color: #000;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    }
}
.modal-header-title {
    text-align: center;
    font-size: 16px;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
    text-transform: capitalize;
}
@media (min-width: 801px) {
    .modal-header-title {
        text-transform: uppercase;
    }
}
.modal-content {
    border: none;
    background-color: transparent;
    display: block;
}
.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 15px;
}
@media (min-width: 551px) {
    .modal-body {
        padding: 30px;
    }
}
@media (min-width: 801px) {
    .modal-header-title {
        text-transform: uppercase;
    }
    .modal-body {
        padding: 40px 50px 50px;
    }
}
.modal--small .modal-body {
    padding: 20px 15px;
}
@media (max-width: 360px) {
    .g-recaptcha &gt; div {
        width: 275px !important;
    }
}
#ask-an-expert .modal-header .modal-header-title {
    font-size: 1rem;
}
#ask-an-expert .modal-body {
    padding-top: 20px;
    padding-bottom: 20px;
}
#ask-an-expert .form-field-radio .form-radio + .form-label {
    margin-bottom: 8px;
}
#ask-an-expert .form-inner {
    margin: 0 auto;
    max-width: 500px;
}
#ask-an-expert .form-inner .form {
    margin-bottom: 0;
}
#ask-an-expert .form-inner .description,
#ask-an-expert .form-inner .question {
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}
#ask-an-expert .form-inner .description {
    font-style: italic;
}
#ask-an-expert .form-inner .description br {
    display: none;
}
#ask-an-expert .form-inner .description + .question {
    padding-top: 20px;
    border-top: 1px solid #eee;
}
#ask-an-expert .form-inner .question {
    font-weight: 700;
}
#ask-an-expert .form-actions .button {
    width: 100%;
}
@media (min-width: 551px) {
    #ask-an-expert .modal-header {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    #ask-an-expert .modal-header .modal-header-title {
        font-size: 20px;
    }
    #ask-an-expert .modal-body {
        padding-top: 30px;
        padding-bottom: 55px;
    }
    #ask-an-expert .form-field-radio .form-label {
        width: auto;
        display: inline-block;
        margin-right: 30px;
    }
    #ask-an-expert .form-field-radio .form-label-custom {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
#instruction-popup,
#warranty-popup {
    width: 100%;
}
@media (min-width: 801px) {
    #ask-an-expert {
        right: auto;
        width: 768px;
    }
    #ask-an-expert .form-inner .description br {
        display: block;
    }
}
#instruction-popup,
#warranty-popup {
    width: 100%;
}
@media (min-width: 801px) {
    #instruction-popup,
    #warranty-popup {
        width: auto;
        min-width: 60%;
    }
}
@media (min-width: 1025px) {
    #instruction-popup,
    #warranty-popup {
        min-width: 30%;
    }
}
#previewModal {
    width: 960px;
}
@media (min-width: 993px) {
    #previewModal .modal-body {
        padding: 35px 50px 50px;
    }
}
#previewModal.modal-quickview {
    width: 1050px;
}
#video-gallery-pc-popup .modal-header-title {
    font-weight: 400;
    text-transform: capitalize;
    color: #059;
}
#video-gallery-pc-popup .modal-header-title strong {
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    color: #00699e;
}
.themevale_popup-video {
    background-color: transparent;
}
.themevale_popup-video .modal-body {
    padding: 0;
    overflow: initial;
}
.breadcrumbs {
    margin: 0;
    z-index: 5;
    font-size: 0;
    display: none;
    line-height: 1;
    text-align: left;
    position: relative;
}
.breadcrumb {
    float: none;
    line-height: 1;
    padding: 5px 0;
    vertical-align: top;
    display: inline-block;
    color: #323232;
    font-size: 1rem;
    background-color: transparent;
}
.breadcrumb a {
    color: #323232;
    text-transform: capitalize;
}
.breadcrumb a:hover {
    color: #323232;
}
.breadcrumb:before {
    color: #323232;
    content: "&gt;";
    font-family: Poppins, Arial, Helvetica, sans-serif;
}
.breadcrumb:first-child:before {
    content: none;
}
.breadcrumb.is-active &gt; .breadcrumb-label {
    color: #323232;
    cursor: text;
}
.breadcrumb-label {
    text-decoration: none;
}
.themevale_breadcrumb,
.themevale_breadcrumbCategory {
    display: block;
    text-align: left;
    padding: 20px 0;
    color: #323232;
}
.themevale_breadcrumb p,
.themevale_breadcrumbCategory p {
    margin: 0;
}
.themevale_breadcrumb .page-heading,
.themevale_breadcrumbCategory .page-heading {
    margin: 0;
    color: #00699e;
}
.themevale_breadcrumb .page-heading + p,
.themevale_breadcrumbCategory .page-heading + p {
    margin-top: 20px;
}
@media (min-width: 551px) {
    .themevale_breadcrumb,
    .themevale_breadcrumbCategory {
        padding: 20px 0 35px 0;
    }
    .themevale_breadcrumb .breadcrumbs,
    .themevale_breadcrumbCategory .breadcrumbs {
        display: block;
    }
    .themevale_breadcrumb .breadcrumbs + #search-results-heading,
    .themevale_breadcrumb .breadcrumbs + .page-heading,
    .themevale_breadcrumbCategory .breadcrumbs + #search-results-heading,
    .themevale_breadcrumbCategory .breadcrumbs + .page-heading {
        margin-top: 15px;
        margin-bottom: 0;
    }
}
.panel-title {
    font-size: 20px;
}
.panel--large .panel-body {
    margin-bottom: 2rem;
    padding: 2rem;
}
.pagination-wrapper {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
@media (min-width: 801px) {
    .pagination-wrapper {
        margin-top: 30px;
    }
}
.pagination {
    display: block;
    margin-top: 30px;
}
.pagination .pagination-list {
    margin-bottom: 0;
    display: block;
}
.pagination .pagination-info {
    color: #8c8c8c;
    display: none;
    text-align: center;
    margin-bottom: 20px;
}
@media (min-width: 551px) {
    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pagination .pagination-info {
        text-align: left;
        display: inline-block;
        margin-bottom: 0;
    }
    .pagination .pagination-list {
        display: inline-block;
    }
}
.pagination-list {
    font-size: 0;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    display: inline-block;
}
.pagination-list:after,
.pagination-list:before {
    content: " ";
    display: table;
}
.pagination-list:after {
    clear: both;
}
.pagination-list .pagination-item {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.pagination-list li {
    margin-left: 10px;
}
@media (min-width: 1025px) {
    #button-showmore-category + .pagination {
        margin-top: 50px;
    }
}
.pagination-item {
    border: none;
    line-height: 1;
    vertical-align: top;
    border-radius: 3px;
}
.pagination-item svg {
    fill: #323232;
    stroke: #323232;
}
.button svg,
.button:active svg,
.button:focus svg,
.button:hover svg {
    fill: #00699e;
}
.pagination-item .pagination-link {
    padding: 12px 0 11px 0;
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    min-width: 36px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background-color: transparent;
}
.pagination-item .pagination-link:hover,
.pagination-item.pagination-item--current .pagination-link {
    color: #323232;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}
.pagination-item.pagination-item--current .pagination-link {
    border-radius: 3px;
}
.pagination-item.pagination-item--next &gt; a,
.pagination-item.pagination-item--previous &gt; a {
    font-weight: 700;
    border-radius: 3px;
    padding: 12px 15px 11px;
    border: 1px solid #eaeaea;
    background-color: transparent;
    text-transform: uppercase;
}
@media (min-width: 551px) {
    .pagination-item .pagination-link {
        font-size: 13px;
        min-width: 40px;
        padding: 13px 0 12px 0;
    }
    .pagination-item.pagination-item--next &gt; a,
    .pagination-item.pagination-item--previous &gt; a {
        padding: 14px 20px 12px;
    }
}
.pagination-item--next .icon,
.pagination-item--previous .icon {
    top: -2px;
    position: relative;
    height: 0.83333rem;
    width: 0.83333rem;
}
.pagination-item--previous .icon {
    margin-right: 5px;
}
.pagination-item--next .icon {
    margin-left: 5px;
}
.pagination-list--small {
    position: relative;
}
.pagination-list--small .pagination-item {
    font-size: 12px;
    color: #757575;
    cursor: inherit;
    line-height: 1.5;
}
.pagination-list--small .pagination-link {
    padding: 0 0.41667rem;
}
.compare-link {
    display: none;
}
@media (min-width: 1025px) {
    .compare-link {
        display: block;
        position: fixed;
        right: 50px;
        top: 40%;
        z-index: 10;
    }
    .compare-link a {
        opacity: 0;
        visibility: hidden;
        line-height: 1;
        font-size: 16px;
        font-weight: 700;
        border-radius: 3px;
        position: relative;
        text-transform: uppercase;
        padding: 10px 30px 8px;
        border: 1px solid #808287;
        background-color: #fff;
        font-family:  Dosis, Arial, Helvetica, sans-serif;
        color: #00699e;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    }
    .compare-link a.show {
        opacity: 1;
        visibility: visible;
    }
    .compare-link .countPill {
        top: -12px;
        right: -12px;
        width: 24px;
        height: 24px;
        margin-left: 0;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        position: absolute;
        font-family: Arimo, Arial, Helvetica, sans-serif;
        color: #fff;
        background-color: #b20000;
    }
}
.button,
.tabs,
.tabs .tab {
    position: relative;
}
.button,
.tabs .tab a {
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: break-spaces;
}
.button {
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    padding: 11px 15px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
    border: 1px solid #b6b6b6;
    background-color: rgba(0, 0, 255, 0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.button .icon,
.button span {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0;
}
.button .icon + span,
.button span + .icon {
    margin-left: 5px;
}
.button svg {
    fill: #00699e;
}
.button + .button {
    margin-left: 0;
}
.button.disable {
    opacity: 0.5;
    pointer-events: none;
}
.button.disable,
.fancybox-infobar,
.form-option-variant,
.nanobar,
.slick-slide.dragging img {
    pointer-events: none;
}
@media (min-width: 551px) {
    .button {
        font-size: 16px;
        padding: 13px 15px 12px;
    }
}
.button--secondary.loadding .text,
.tabs {
    font-size: 0;
}
.button:active,
.button:focus,
.button:hover {
    color: #00699e;
    border: 1px solid #b6b6b6;
    background-color: rgba(0, 0, 255, 0);
}
.button:active svg,
.button:focus svg,
.button:hover svg {
    fill: #00699e;
}
.button--primary svg,
.button--primary:active svg,
.button--primary:focus svg,
.button--primary:hover svg {
    fill: #fff;
}
@media (min-width: 768px) {
    .button + .button {
        margin-left: 0.75rem;
    }
}
@media (min-width: 1025px) {
    .button:active,
    .button:focus,
    .button:hover {
        color: #fff;
        border: 1px solid #00699e;
        background-color: #00699e;
    }
    .button:active svg,
    .button:focus svg,
    .button:hover svg {
        fill: #fff;
    }
}
.button--primary svg {
    fill: white;
}
.button--primary,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
    color: #fff;
    border: 1px solid #b20000;
    background-color: #b20000;
}
.button--primary:active svg,
.button--primary:focus svg,
.button--primary:hover svg {
    fill: white;
}
@media (min-width: 1025px) {
    .button--primary:active,
    .button--primary:focus,
    .button--primary:hover {
        color: #b20000;
        border: 1px solid #b20000;
        background-color: rgba(0, 0, 255, 0);
    }
    .button--primary:active svg,
    .button--primary:focus svg,
    .button--primary:hover svg {
        fill: #b20000;
    }
    .button--secondary:active,
    .button--secondary:focus,
    .button--secondary:hover {
        color: #fff;
        border: 1px solid #00699e;
        background-color: #00699e;
    }
    .button--secondary:active svg,
    .button--secondary:focus svg,
    .button--secondary:hover svg {
        fill: #fff;
    }
}
.button--secondary {
    min-width: 220px;
}
.button--secondary,
.button--secondary:active,
.button--secondary:focus,
.button--secondary:hover {
    color: #fff;
    border: 1px solid #00699e;
    background-color: #00699e;
}
.button--secondary svg,
.button--secondary:active svg,
.button--secondary:focus svg,
.button--secondary:hover svg,
.button--transparent svg,
.button--transparent:active svg,
.button--transparent:focus svg,
.button--transparent:hover svg {
    fill: #fff;
}
@media (min-width: 1025px) {
    .button--secondary:active,
    .button--secondary:focus,
    .button--secondary:hover {
        color: #fff;
        border: 1px solid #00699e;
        background-color: #00699e;
    }
    .button--secondary:active svg,
    .button--secondary:focus svg,
    .button--secondary:hover svg {
        fill: white;
    }
}
.button--secondary.loadding .text {
    font-size: 0;
}
.button--secondary.loadding .icon {
    display: inline-block;
    -webkit-animation: rotate_180 1s infinite linear;
    animation: rotate_180 1s infinite linear;
}
.button--transparent {
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 255, 0);
}
.button--transparent svg {
    fill: white;
}
.button--transparent:active,
.button--transparent:focus,
.button--transparent:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 255, 0);
}
.button--transparent:active svg,
.button--transparent:focus svg,
.button--transparent:hover svg {
    fill: white;
}
    display: inline-block;
    -webkit-animation: rotate_180 1s infinite linear;
    animation: rotate_180 1s infinite linear;
}
@media (min-width: 1025px) {
    .button--transparent:active,
    .button--transparent:focus,
    .button--transparent:hover {
        color: #b20000;
        border: 1px solid #fff;
        background-color: #fff;
    }
    .button--transparent:active svg,
    .button--transparent:focus svg,
    .button--transparent:hover svg {
        fill: #b20000;
    }
}
.button[disabled] {
    cursor: not-allowed;
}
.button--big {
    min-width: 180px;
}
@media (min-width: 801px) {
    .button--big {
        min-width: 270px;
    }
}
.button--small {
    padding-top: 2px;
    padding-bottom: 0;
    line-height: 36px;
}
.themevale_showMoreProduct {
    text-align: center;
    margin-top: 25px;
}
@-webkit-keyframes rotate_180 {
    0% {
        -webkit-transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate_180 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.tabs {
    width: 100%;
    border: none;
    display: block;
    text-align: center;
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
}
.tabs .tab {
    z-index: 1;
    padding: 0;
    float: none;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e2e4e8;
}
.tabs .tab a {
    color: #999;
    height: 30px;
    padding: 6px 15px 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.tabs .tab:nth-child(odd) {
    margin-right: 8px;
}
.tabs .tab:nth-child(even) {
    margin-left: 8px;
}
.tabs .tab .active {
    background-color: #fff;
    border-bottom-style: solid;
    border-color: #b20000;
}
.tabs .tab .active a {
    font-weight: 700;
    color: #00699e;
}
@media (min-width: 768px) {
    .tabs {
        border-bottom: 1px solid #e2e4e8;
    }
    .tabs .tab {
        width: auto;
        border: none;
        margin-bottom: 0;
    }
    .tabs .tab a {
        padding: 0 0 20px;
        margin: 0 15px;
        height: auto;
        font-size: 16px;
        line-height: 1.2;
        overflow: visible;
    }
    .tabs .tab:first-child a,
    .tabs .tab:nth-child(even) {
        margin-left: 0;
    }
    .tabs .tab a:after {
        left: 0;
        bottom: -1px;
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #b20000;
    }
    .tabs .tab:last-child a,
    .tabs .tab:nth-child(odd) {
        margin-right: 0;
    }
    .tabs .tab .active a:after {
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .tabs {
        text-align: left;
    }
    .tabs.tabs-custom .tab a {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .tabs.tabs-custom-2 .tab a {
        font-size: 20px;
        padding-bottom: 10px;
    }
}
.tabs-contents {
    padding: 0;
    margin-bottom: 0;
}
.tab-content .toggle-content &gt; p,
.tab-content &gt; p {
    margin-bottom: 15px;
}
.tab-content {
    padding: 0;
    font-size: 1rem;
}
.tab-content.has-jsContent {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
}
.tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible;
}
.card-figure,
.card-title,
[data-product-attribute] .form-option {
    overflow: hidden;
}
.tab-content strong,
.tab-content &gt; h1,
.tab-content &gt; h2,
.tab-content &gt; h3,
.tab-content &gt; h4,
.tab-content &gt; h5,
.tab-content &gt; h6 {
    color: #00699e;
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
}
.tab-content &gt; p {
    color: #00699e;
    margin-bottom: 15px;
}
.tab-content .toggle-content &gt; ul {
    margin-left: 20px;
}
.tab-content .toggle-content &gt; ul li {
    list-style: disc;
    position: relative;
    line-height: 30px;
}
.tab-content .toggle-content &gt; ul.accordion--List,
.tab-content .toggle-content &gt; ul.imageGallery-carousel,
.tab-content .toggle-content &gt; ul.pagination-list,
.tab-content .toggle-content &gt; ul.productReviews-list {
    margin-left: 0;
}
.tab-content .toggle-content &gt; ul.accordion--List li,
.tab-content .toggle-content &gt; ul.imageGallery-carousel li,
.tab-content .toggle-content &gt; ul.pagination-list li,
.tab-content .toggle-content &gt; ul.productReviews-list li {
    padding-left: 0;
    list-style: none;
}
.tab-content .toggle-content &gt; ul.accordion--List li:before,
.tab-content .toggle-content &gt; ul.imageGallery-carousel li:before,
.tab-content .toggle-content &gt; ul.pagination-list li:before,
.tab-content .toggle-content &gt; ul.productReviews-list li:before {
    content: none;
}
.tab-content .toggle-content &gt; p {
    margin-bottom: 15px;
}
.tab-content ol {
    margin-left: 34px;
}
.tab-content ol li {
    line-height: 30px;
    padding-left: 4px;
}
.tab-content blockquote {
    padding: 28px 25px;
    background: #fafafa;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 30px;
}
.tab-content table {
    border: none;
}
.tab-content table td {
    border: none;
    padding: 10px 25px;
    line-height: 20px;
    vertical-align: top;
}
.tab-content table .title {
    padding-left: 0;
    font-weight: 500;
    color: #00699e;
}
@media (min-width: 1025px) {
    .tab-content .themevale_productLoading {
        height: 434px;
    }
}
.tabs-vertical {
    margin-bottom: 0;
}
.tabs-vertical .toggle-title {
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #00699e;
    border-bottom: 1px solid #ebebeb;
}
.tabs-vertical .toggle-title .toggleLink {
    width: 100%;
    float: none;
    color: inherit;
    vertical-align: top;
    display: inline-block;
}
.tabs-vertical .toggle-title .toggleLink .text {
    float: left;
}
.tabs-vertical .toggle-title .toggleLink .icon {
    width: 15px;
    height: 24px;
    float: right;
    padding: 5px 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #c1c1c1;
    stroke: #c1c1c1;
    transition: all 0.3s ease;
}
.tabs-vertical .toggle-title .toggleLink.is-open .icon {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
@media (min-width: 551px) {
    .tabs-vertical .toggle-title {
        font-size: 16px;
    }
}
.tabs-vertical .toggle-content {
    font-size: 1rem;
    padding: 10px 0 15px;
}
.tabs-vertical .productReview:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.tabs-vertical:first-child {
    border-top: none;
}
.tabs-vertical:first-child .toggle-title {
    padding-top: 0;
}
#productReviews-content &gt; h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
}
.accordion {
    border: none;
    box-shadow: none;
    border-radius: 3px;
    list-style: none;
}
.accordion .navList {
    margin-bottom: 0;
}
.accordion-title {
    margin: 0;
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 13px 50px 12px 15px;
    background-color: #f7f7f7;
    font-weight: 700;
    transition: all 0.3s ease;
    color: #00699e;
}
.accordion-title .icon-arrow {
    top: 50%;
    right: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-title .icon-arrow .icon {
    height: 1rem;
    width: 1rem;
    transition: all 0.5s ease;
}
.accordion-title .label-answer,
.accordion-title .label-question {
    z-index: 5;
    width: 60px;
    height: 17px;
    padding: 0 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    transition: all 0.3s ease;
}
.accordion-block.is-open .accordion-title .label-question,
.accordion-title .label-answer {
    opacity: 0;
    display: none;
    visibility: hidden;
}
.accordion-title .label-question {
    background-color: #b20000;
}
.accordion-title .label-answer {
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    display: none;
    background-color: #5ea209;
}
.accordion-title:active,
.accordion-title:focus,
.accordion-title:hover {
    color: #00699e;
}
.accordion-block.is-open .accordion-title {
    color: #fff;
    background-color: #484b51;
}
.accordion-block.is-open .accordion-title .icon-arrow .icon {
    fill: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-block.is-open .accordion-title .label-question {
    opacity: 0;
    display: none;
    visibility: hidden;
}
.accordion-block.is-open .accordion-title .label-answer {
    opacity: 1;
    display: block;
    visibility: visible;
}
.accordion-title.has-label {
    padding: 13px 50px 12px 95px;
}
.accordion-title .label-answer,
.accordion-title .label-question {
    top: 14px;
    left: 20px;
    margin-bottom: 0;
    position: absolute;
}
@media (min-width: 551px) {
    .accordion-title.has-label {
        padding: 13px 50px 12px 95px;
    }
    .accordion-title .label-answer,
    .accordion-title .label-question {
        top: 14px;
        left: 20px;
        margin-bottom: 0;
        position: absolute;
    }
}
@media (min-width: 1025px) {
    .accordion-title:hover {
        color: #fff;
        background-color: #484b51;
    }
    .accordion-title:hover .icon-arrow .icon {
        fill: #fff;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.accordion-content {
    border: 0;
    padding: 15px 0;
}
.accordion-content .form:only-child {
    margin-bottom: 0;
}
.accordion-content h1,
.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6 {
    text-transform: uppercase;
}
@media (min-width: 551px) {
    .accordion-content {
        padding: 25px 0;
    }
}
.accordion-navigation {
    border: none;
    position: relative;
    text-decoration: none;
    margin-bottom: 15px;
}
.accordion--navList .accordion-content {
    padding: 1rem;
}
.accordion--List .accordion-block + .accordion-block {
    margin-top: 15px;
}
@media (min-width: 801px) {
    .accordion--navList {
        border: 0;
    }
    .sidebarBlock + .accordion--navList,
    .accordion--navList .accordion-block {
        margin-top: 2rem;
    }
    .accordion--navList .accordion-content {
        padding: 0;
    }
    .accordion--navList .accordion-navigation {
        background-position: right 0 top 50%;
        border: 0;
    }
}
.accordion--navList .accordion-content {
    padding: 1rem;
}

.accordion--navList .accordion-content .toggleLink {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #323232;
    margin-top: 5px;
    display: inline-block;
}
.accordion--navList .accordion-content .toggleLink .toggleLink-text {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
@media (min-width: 801px) {
    .accordion--navList .accordion-navigation {
        background-position: right 0 top 50%;
        border: 0;
    }
}
.accordion--navList .accordion-title {
    font-weight: 400;
    padding: 1rem;
    text-decoration: none;
    text-transform: inherit;
}
@media (min-width: 801px) {
    .accordion--navList .accordion-title {
        margin-bottom: 0.75rem;
        margin-top: 0;
        padding: 0;
    }
}
.accordion--navList .accordion-indicator {
    fill: #999;
}
.accordion--navList .accordion-navigation-actions {
    right: 1rem;
    top: 1.16667rem;
}
@media (min-width: 801px) {
    .accordion--navList .accordion-title {
        margin-bottom: 0.75rem;
        margin-top: 0;
        padding: 0;
    }
    .accordion--navList .accordion-navigation-actions {
        right: 0;
        top: 0;
    }
}
.accordion--navList .sidebarBlock .accordion-navigation-actions {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-block:first-child {
    margin-top: 0;
}
.accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0;
}
.accordion-block:last-child .accordion-content,
.accordion-block:last-child .accordion-navigation {
    border-radius: 0 0 4px 4px;
}
.accordion-block:last-child .accordion-navigation {
    border-bottom-width: 0;
}
.accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0;
}
.accordion-navigation-actions {
    position: absolute;
    right: 1.91667rem;
    top: 1.5rem;
}
.accordion-navigation-actions &gt; a {
    color: #757575;
    vertical-align: middle;
}
.accordion-navigation-actions &gt; a:hover {
    color: #333;
}
.inlineList--labels {
    margin-bottom: 0;
    margin-left: -0.75rem;
}
.inlineList--labels &gt; li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem;
}
.alertBox {
    border-radius: 4px;
    color: #333;
}
.alertBox-icon .icon {
    height: 2.08333rem;
    width: 2.08333rem;
}
.alertBox--info {
    color: #fff;
}
.alertBox--info .alertBox-close svg {
    fill: #dfdfdf;
}
.lazyload,
.lazyloading {
    height: 100%;
}
.form--hiddenLabels .form-label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form-inlineMessage {
    display: block;
}
.form-field--error .form-input {
    float: none;
}
.form-field--error .form-inlineMessage:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E")
        no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 1.16667rem;
    left: -0.16667rem;
    margin-right: 0.08333rem;
    position: relative;
    top: 0.25rem;
    width: 1.16667rem;
}
.form-field--success .form-input[type="text"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
    background-position: right 0.66667rem center;
    background-repeat: no-repeat;
    padding-right: 3rem;
}
.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -0.33333rem;
}
.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
    top: 1px;
}
.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
    top: 0;
}
.form-actions {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
    display: block;
    text-align: center;
}
.form-actions:after,
.form-actions:before {
    content: " ";
    display: table;
}
.form-actions:after {
    clear: both;
}
@media (min-width: 551px) {
    .form-actions {
        margin-top: 1.5rem;
    }
}
.form-actions .button,
.form-actions a,
.form-actions input {
    vertical-align: top;
    width: 100%;
}
@media (min-width: 551px) {
    .form-actions {
        margin-top: 1.5rem;
    }
    .form-actions .button,
    .form-actions a,
    .form-actions input {
        margin-bottom: 0;
        width: auto;
    }
}
.form-actions .button + .button,
.form-actions .button + a,
.form-actions .button + input,
.form-actions a + .button,
.form-actions a + a,
.form-actions a + input,
.form-actions input + .button,
.form-actions input + a,
.form-actions input + input {
    margin-top: 0.75rem;
}
@media (min-width: 551px) {
    .form-actions .button + .button,
    .form-actions .button + a,
    .form-actions .button + input,
    .form-actions a + .button,
    .form-actions a + a,
    .form-actions a + input,
    .form-actions input + .button,
    .form-actions input + a,
    .form-actions input + input {
        margin: 0 0 0 0.75rem;
    }
}
.form-actions.text-left {
    text-align: left;
}
@media (min-width: 1025px) {
    .form-actions.text-right {
        text-align: right !important;
    }
}
.form-actions .button {
    min-width: 120px;
}
.form-label--alternate {
    font-size: 12px;
    margin-bottom: 0.75rem;
}
.form-select--date {
    width: initial;
}
.form-select--date + .form-select--date {
    margin-left: 0.41667rem;
}
.form-select--date,
.form-select--small {
    background-position: right 0.5rem top 0.5rem;
    background-size: 1.5rem;
    font-size: 13px;
    height: 2.33333rem;
    line-height: 1rem;
    max-width: 20rem;
    padding: 0.58333rem 2rem 0.58333rem 0.75rem;
    padding-right: 2rem;
}
.form-select--short {
    max-width: 6rem;
    width: 4.5rem;
}
.form-file {
    margin-bottom: 0.5rem;
}
.form-fileDescription {
    color: #999;
    font-size: 13px;
}
.form-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}
@media (min-width: 551px) {
    .form-column {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left;
    }
    .form-option-variant--color,
    .form-option-variant--pattern {
        pointer-events: inherit;
    }
}
@media (min-width: 1025px) {
    .form-actions.text-right {
        text-align: right !important;
    }
    .form-column {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.form-prefixPostfix.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-prefixPostfix .button,
.form-prefixPostfix .form-input {
    display: block;
    width: 100%;
}
.form-prefixPostfix .form-inlineMessage {
    margin-bottom: 0.41667rem;
}
@media (min-width: 1261px) {
    .form-prefixPostfix .form-input {
        width: auto;
    }
    .form-prefixPostfix .button {
        width: auto;
    }
}
.form-prefixPostfix .form-inlineMessage {
    margin-bottom: 0.41667rem;
}
@media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
        margin-bottom: 0;
    }
}
.form-prefixPostfix-button--postfix {
    margin: 0.75rem 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
        margin: 0 0 0 0.75rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
.form-prefixPostfix,
.swal2-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.form-increment {
    margin: 0;
    font-size: 0;
    border-radius: 3px;
    border: 1px solid #e2e4e8;
}
.form-increment .button {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 40px;
    color: #323232;
    line-height: 40px;
    border: none;
    border-radius: 0;
    border-right: 1px solid #e2e4e8;
    background-color: transparent;
    box-shadow: none;
}
.form-increment .button .icon,
.form-increment .button svg {
    color: #4d5258;
    fill: #4d5258;
}
.form-increment .button &gt; .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0 6px;
}
.form-increment .button:active,
.form-increment .button:focus,
.form-increment .button:hover {
    border: none;
    color: #4d5258;
    border-right: 1px solid #e2e4e8;
    background-color: #f7f7f7;
}
.form-increment .form-input--incrementTotal + .button,
.form-increment .form-input--incrementTotal + .button:active,
.form-increment .form-input--incrementTotal + .button:focus,
.form-increment .form-input--incrementTotal + .button:hover {
    border-right: none;
    border-left: 1px solid #e2e4e8;
}
.form-input--incrementTotal {
    border: 0;
    padding: 0;
    width: 60px;
    height: 40px;
    min-height: 0;
    
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.form-option {
    border: 1px solid #ccc;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    padding: 1px;
    transition: all 0.15s ease;
}
.form-option:hover {
    border-color: #999;
}
.form-radio:checked + .form-option {
    border-color: #333;
    box-shadow: 0 0 0 1px #333;
}
.form-option-variant {
    display: inline-block;
    font-size: 1rem;
    min-width: 3.16667rem;
    padding: 1px 0.41667rem;
    pointer-events: none;
    text-align: center;
}
.form-option-variant--color,
.form-option-variant--pattern {
    height: 1.83333rem;
    width: 1.83333rem;
    min-width: initial;
    padding: 0;
}
@media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
        pointer-events: inherit;
    }
}
.form-option-variant--pattern {
    background-position: center;
    background-repeat: no-repeat;
}
.form-input--small {
    font-size: 13px;
    height: 2.33333rem;
    line-height: 1rem;
    padding: 0.58333rem 0.75rem;
}
.form-minMaxRow {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}
.form-minMaxRow:after,
.form-minMaxRow:before {
    content: " ";
    display: table;
}
.form-minMaxRow:after {
    clear: both;
}
.form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.form-minMaxRow .form-field:last-child {
    margin-top: 15px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
@media (min-width: 551px) {
    .form-row--half &gt; .form-field:nth-child(odd) {
        clear: left;
    }
}
.account--addReturn-row:after,
.banner:after,
.cart-item,
.cart-item-info,
.facetedSearch-toggle:after,
.productCarousel:after,
.productView-info-name,
.productView-options:after,
.productView-thumbnails:after,
.quickView:after,
.socialLinks:after {
    clear: both;
}
[data-product-attribute] .form-option {
    overflow: hidden;
    position: relative;
}
[data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3;
}
[data-product-attribute] .form-option.unavailable:before {
    background-color: #000;
    content: "";
    height: 2px;
    left: -5px;
    position: absolute;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 141%;
}
[data-product-attribute="product-list"] .unavailable,
[data-product-attribute="set-radio"] .unavailable {
    opacity: 0.6;
    text-decoration: line-through;
}
.form-row {
    margin-left: -8px;
    margin-right: -8px;
}
.card-title &gt; a,
.navBar-action,
.navList-action,
.navUser-action-divider,
.socialLinks .icon,
.tag a {
    text-decoration: none;
}
.form-row &gt; .form-column &gt; .form-field {
    padding-left: 0;
    padding-right: 0;
}
.form-row .form-field {
    padding-left: 8px;
    padding-right: 8px;
}
.form-row .form-field-group .form-radio + .form-label {
    margin-bottom: 10px;
}
.form-row .form-field-group .form-radio:last-of-type + .form-label {
    margin-bottom: 0;
}
@media (min-width: 1025px) {
    .form-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.card-figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.card-figure &gt; a {
    display: block;
}
.card-figure .card-figcaption {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    height: auto;
    margin: 0;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.3s ease;
}
@media (min-width: 1025px) {
    .card-figure:hover .card-figcaption {
        opacity: 1;
        visibility: visible;
    }
}
.card-img-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}
.card-img-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.card-img-container img {
    transition: all 0.7s ease;
}
.card-img-container .product-additional {
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.7s ease;
}
.card-img-container .product-additional img {
    display: inline-block;
    max-height: 100%;
}
.card-img-container .product-additional img.lazyload,
.card-img-container .product-additional img.lazyloading {
    opacity: 0;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    position: relative;
    transition: all 0.3s ease;
}
.card-img-container img.lazyload,
.card-img-container img.lazyloading {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
    .card-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        opacity: 0;
        content: "";
        visibility: hidden;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.4);
        transition: all 0.3s ease;
    }
}
.card-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    width: auto;
    max-height: 100%;
}
.card-img-container .card-image {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.card-body {
    position: relative;
    text-align: left;
    padding-top: 15px;
}
.card-body .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-body .card-wrapper + .card-wrapper {
    margin-top: 20px;
}
.card-body .card-title {
    margin-top: 22px;
}
.card-body .card-brand + .card-title {
    margin-top: 0;
}
@media (min-width: 1025px) {
    .card-body {
        padding-top: 20px;
    }
}
.card-body &gt; :last-child {
    margin-bottom: 5px;
}
.card-brand {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: capitalize;
    color: #999;
}
.card-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 12px 0;
    overflow: hidden;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;

}
.card-title &gt; a {
    color: inherit;
    text-decoration: none;
}
.card-title &gt; a:hover {
    color: #059;
}
@media (min-width: 801px) {
    .card-title {
        display: block;
        overflow: visible;
        text-overflow: unset;
    }
}
.card-rating {
    margin: 0;
    line-height: 1;
}
.card-rating .icon {
    height: 1.16667rem;
    width: 1.16667rem;
}
.card-rating .number-review {
    font-size: 12px;
    margin-left: 5px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
}
.card-price {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #141414;
}
.card-price .price-section {
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}
.card-price .price-section span {
    line-height: inherit;
}
.card-price .price-section:last-child {
    margin-right: 0;
}
.card-price .price-section.price-section--withoutTax {
    color: #b20000;
}
.card-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
    color: #141414;
}
.card-price .price-section.rrp-price--withoutTax {
    color: #999;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
}
.card-price .price-section.non-sale-price--withoutTax {
    color: #999;
}
.card-price .price-section.price-none {
    display: none;
}
.card-price .price-section.price-none + .price-section--withoutTax {
    color: #141414;
}
.card-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit;
}
.card-price .label-sale {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    position: relative;
    background-color: #f04723;
    display: block;
    margin: 7px 0 0;
    padding: 3px 5px;
    border-radius: 3px;
    max-width: 40px;
    text-align: center;
}
.card-price .label-sale.hide {
    display: none;
}
@media (min-width: 414px) {
    .card-price .label-sale {
        margin: 0 0 0 20px;
        display: inline-block;
        vertical-align: middle;
        padding: 4px 7px 4px 2px;
        border-radius: 0 3px 3px 0;
    }
    .card-price .label-sale:before {
        top: 50%;
        width: 0;
        height: 0;
        content: "";
        right: 100%;
        display: block;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #f04723;
    }
}
.card-price.card-price-sale .price-section {
    float: none;
    vertical-align: middle;
}
.card-desciption {
    display: none;
    margin-top: 15px;
    font-size: 12px;
}
.card-text {
    margin-bottom: 0.16667rem;
}
.card-compare {
    display: none;
    cursor: pointer;
    line-height: 14px;
    transition: all 0.3s ease;
}
.card-compare &gt; input,
.card-compare &gt; span {
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
    color: #999;
}
.card-compare &gt; input[type="checkbox"] {
    border-radius: 0;
    border: 1px solid #fff;
    position: relative;
    margin-right: 5px;
    width: 14px;
    height: 14px;
}
.card-compare &gt; input[type="checkbox"]:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #fff;
    box-sizing: content-box;
    border: 1px solid #d0d0d0;
}
.card-compare &gt; input[type="checkbox"]:after {
    content: "";
    top: 3px;
    left: 2px;
    height: 5px;
    width: 10px;
    opacity: 0;
    position: absolute;
    border: 2px solid #323232;
    border-top: none;
    border-right: none;
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.1s;
}
.card-compare &gt; input[type="checkbox"]:checked:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.card-compare:checked &gt; input[type="checkbox"]:before {
    border: 1px solid #5fb139;
    background-color: #5fb139;
}
@media (min-width: 1025px) {
    .card-compare {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
}
.card-figcaption {
    opacity: 1;
    margin-top: 20px;
    visibility: visible;
    position: relative;
}
.card-figcaption-button {
    width: 100%;
    display: block;
    color: #373e46;
    border-color: #808287;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}
.card-figcaption-button:active,
.card-figcaption-button:focus,
.card-figcaption-button:hover {
    color: #fff;
    border-color: #b20000;
    background-color: #b20000;
}
.card-figcaption-button.card_out_of_stock {
    cursor: no-drop;
    color: #999;
    background: #f7f7f7;
    border-color: #f7f7f7;
}
.card-figcaption-button.card_out_of_stock:active,
.card-figcaption-button.card_out_of_stock:focus,
.card-figcaption-button.card_out_of_stock:hover {
    color: #999;
    background: #f7f7f7;
    border-color: #f7f7f7;
}
.card-figcaption-button.card_out_of_stock {
    cursor: no-drop;
}
.navList-action--checkbox.is-disabled,
.navUser-or,
.ribbon {
    cursor: default;
}
.card-button-quickview {
    display: none;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    border-radius: 3px;
    padding: 6px 12px;
    text-transform: capitalize;
    color: #00699e;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.card-button-quickview:hover {
    color: #00699e;
}
@media (min-width: 1025px) {
    .card-button-quickview {
        display: block;
    }
}
.card-button-wishlist {
    width: 20px;
    height: 20px;
    display: none;
    transition: all 0.3s ease;
}
.card-button-wishlist .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #4d5259;
    stroke: #4d5259;
}
.navPages .navPages-action svg,
.navUser-item &gt; .icon {
    fill: #00699e;
    stroke: #00699e;
}
.card {
    margin-bottom: 30px;
}
@media (min-width: 1025px) {
    .card-button-wishlist {
        display: block;
        opacity: 0;
        visible: hidden;
    }
}
.card-countdown {
    left: 50%;
    bottom: 0;
    z-index: 5;
    position: absolute;
    display: inline-block;
    transform: translateX(-50%);
}
.card {
    border: none;
    margin-bottom: 30px;
}
@media (min-width: 1025px) {
    .card:hover .card-button-wishlist,
    .card:hover .card-compare {
        opacity: 1;
        visibility: visible;
    }
    .card:hover .card-img-hover &gt; .card-image {
        animation-name: flash-animation;
  animation-duration: 2s;
    }
    .card:hover .card-img-hover .product-additional {
        opacity: 1;
        visibility: visible;
    }
    @keyframes flash-animation
{
  25% {
    opacity: .25;
  }
  50% {
    opacity: .5;
  }
  75% {
    opacity: .75;
  }
  99.99% {
    opacity: 1;
  }
    100% {
    opacity: 0;
  }
}
}
@media (max-width: 551px) {
    .card .countDown .block-time {
        padding: 7px 5px;
        min-width: 35px;
    }
    .card .countDown .block-time .num {
        font-size: 12px;
    }
    .card .countDown .block-time .block-label {
        font-size: 11px;
        margin-top: -5px;
    }
}
.navBar,
.navList {
    margin-left: 0;
}
.navBar-action,
.navList-action {
    text-decoration: none;
}
.navList-action.is-active {
    font-weight: 700;
}
.navList-action--checkbox {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.41667rem;
    padding-left: 1.91667rem;
    position: relative;
    vertical-align: baseline;
    width: 100%;
}
.navList-action--checkbox::after,
.navList-action--checkbox::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out;
}
.navList-action--checkbox::before {
    background-color: #fff;
    border: solid #ccc;
    border-width: 1px;
    height: 1.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem;
    border-radius: 4px;
}
.navList-action--checkbox::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 1.16667rem;
}
.navList-action--checkbox::before {
    border-radius: 4px;
}
.navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1.16667rem;
    line-height: 1;
    text-align: center;
}
.navList-action--checkbox:after,
.navList-action--checkbox:before {
    top: 50%;
}
.navList-action--checkbox:before {
    margin-top: -0.66667rem;
}
.navList-action--checkbox:after {
    margin-top: -0.58333rem;
}
.navList-action--checkbox.is-disabled {
    cursor: default;
}
.navList-action--checkbox.is-disabled::before {
    background-color: #fff;
}
.navList-action--checkbox.is-checked::after,
.navList-action--checkbox.is-selected::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.navList-action-close {
    background: #e5e5e5;
    border-radius: 100%;
    display: inline-block;
    float: right;
    line-height: 0;
    opacity: 0;
    padding: 0.25rem;
    transition: opacity 0.3s ease;
    visibility: hidden;
}
.navList-action-close .icon {
    height: 1.08333rem;
    width: 1.08333rem;
    fill: #00699e;
}
.navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible;
}
.navBar--sub {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
@media (min-width: 801px) {
    .navBar--sub {
        margin-bottom: 30px;
    }
}
@media (min-width: 1261px) {
    .navBar--sub {
        margin-bottom: 40px;
    }
}
.navBar-section {
    float: none;
    display: block;
    border-radius: 3px;
}
.navBar-section .navBar-item {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
.navBar-section .navBar-item .navBar-action,
.navBar-section .navBar-item &gt; a {
    color: #8c8c8c;
    padding: 11px 10px 9px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #e2e4e8;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.navBar-section .navBar-item .navBar-action .toggleLink-text,
.navBar-section .navBar-item &gt; a .toggleLink-text {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.navBar-section .navBar-item .navBar-action-color--active {
    color: #00699e;
    background-color: #fff;
}
.navBar-section .navBar-item.is-active .navBar-action {
    color: #00699e;
    background-color: #fff;
}
@media (min-width: 551px) {
    .navBar-section {
        margin: 0 -8px !important;
        font-size: 0;
    }
    .navBar-section .navBar-item {
        width: 50%;
        padding: 0 8px;
        display: inline-block;
    }
}
@media (min-width: 801px) {
    .navBar-section {
        margin: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        border: 1px solid #e2e4e8;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    }
    .navBar-section .navBar-item {
        width: 50%;
        padding: 0;
        margin-bottom: 0;
        border-right: 1px solid #e2e4e8;
    }
    .navBar-section .navBar-item .navBar-action,
    .navBar-section .navBar-item &gt; a {
        border: none;
        height: 100%;
        border-radius: 0;
    }
    .navBar-section .navBar-item:last-child {
        border-right: none;
    }
}
#menu .imageArea.colLeft,
#menu .imageArea.colRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.themevale_categoryToolbar .form-label,
.themevale_sidebar-mobile &gt; .text {
    padding-right: 10px;
    min-width: 70px;
    color: #00699e;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
}
.loadingOverlay {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 20;
}
.icons-svg-sprite {
    display: none;
}
.icon,
.icon svg {
    transition: all 0.15s ease;
}
.actionBar-section .form-field {
    margin: 0;
}
.actionBar-section .form-input,
.actionBar-section .form-select {
    height: 40px;
    min-height: 40px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    border-color: #cccfd6;
    background-color: #f7f7f7;
}
.actionBar-section .form-select {
    background-position: right 0.58333rem top 9px;
}
.actionBar-section .form-select:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
}
.themevale_sidebar-mobile {
    display: inline-block;
    position: relative;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}
.themevale_sidebar-mobile &gt; .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccfd6;
    border-radius: 3px;
    pointer-events: none;
    fill: #00699e;
}
.themevale_sidebar-mobile &gt; .text {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-right: 10px;
    min-width: 70px;
    color: #00699e;
}
@media (min-width: 1025px) {
    .themevale_sidebar-mobile {
        display: none;
    }
}
.themevale_categoryToolbar {
    font-size: 0;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}
.themevale_categoryToolbar .actionBar {
    margin: 0 0 15px 0;
    display: block;
}
.themevale_categoryToolbar .actionBar:last-child {
    margin: 0;
}
.themevale_categoryToolbar .form-label {
    margin: 0;
    font-size: 12px;
    padding-right: 10px;
    min-width: 70px;
    font-weight: 700;
    display: none;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00699e;
}
.themevale_categoryToolbar .view-as-btn {
    font-size: 0;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccfd6;
    overflow: hidden;
}
.themevale_categoryToolbar .view-as-btn &gt; a {
    padding: 8px;
    width: 38px;
    height: 38px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    background-color: #fff;
}
.themevale_categoryToolbar .view-as-btn &gt; a:before {
    top: 10px;
    left: 10px;
    content: "";
    position: absolute;
    background-color: #e2e4e8;
    transition: all 0.3s ease;
}
.themevale_categoryToolbar .view-as-btn &gt; #list-view:before {
    width: 18px;
    height: 4px;
    box-shadow: 0 7px 0 #dcdcdc, 0 14px 0 #dcdcdc;
}
.productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn &gt; #list-view {
    background-color: #f7f7f7;
}
.productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn &gt; #list-view:before {
    background-color: #222326;
    box-shadow: 0 7px 0 #222326, 0 14px 0 #222326;
}
.themevale_categoryToolbar .view-as-btn &gt; #grid-view-2 {
    width: 32px;
}
.themevale_categoryToolbar .view-as-btn &gt; #grid-view-2:before {
    width: 4px;
    height: 18px;
    box-shadow: 7px 0 0 #dcdcdc;
}
.productGrid--maxCol2 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2,
.productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2,
.productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2,
.productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2 {
    background-color: #f7f7f7;
}
.productGrid--maxCol2 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2:before,
.productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2:before,
.productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2:before,
.productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2:before {
    background-color: #222326;
    box-shadow: 7px 0 0 #222326;
}
@media (min-width: 551px) {
    .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2,
    .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2,
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2 {
        background-color: #fff;
    }
    .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2:before,
    .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2:before,
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2:before {
        background-color: #dcdcdc;
        box-shadow: 7px 0 0 #dcdcdc;
    }
}
@media (min-width: 1025px) {
    .themevale_categoryToolbar .view-as-btn &gt; #grid-view-2 {
        display: none;
    }
}
.themevale_categoryToolbar .view-as-btn &gt; #grid-view-3 {
    display: none;
}
.themevale_categoryToolbar .view-as-btn &gt; #grid-view-3:before {
    width: 4px;
    height: 18px;
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc;
}
@media (min-width: 551px) {
    .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3 {
        display: inline-block;
    }
    .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3,
    .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3,
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3 {
        background-color: #f7f7f7;
    }
    .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3:before,
    .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3:before,
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3:before {
        background-color: #222326;
        box-shadow: 7px 0 0 #222326, 14px 0 0 #222326;
    }
}
@media (min-width: 993px) {
    .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3,
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3 {
        background-color: #fff;
    }
    .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3:before,
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-3:before {
        background-color: #dcdcdc;
        box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc;
    }
}
.themevale_categoryToolbar .view-as-btn &gt; #grid-view-4 {
    width: 44px;
    display: none;
}
.themevale_categoryToolbar .view-as-btn &gt; #grid-view-4:before {
    width: 4px;
    height: 18px;
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc;
}
@media (min-width: 993px) {
    .themevale_categoryToolbar .view-as-btn &gt; #grid-view-4 {
        display: inline-block;
    }
    .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-4,
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-4 {
        background-color: #f7f7f7;
    }
    .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-4:before,
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-4:before {
        background-color: #222326;
        box-shadow: 7px 0 0 #222326, 14px 0 0 #222326, 21px 0 0 #222326;
    }
}
@media (min-width: 1025px) {
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-4 {
        background-color: #fff;
    }
    .productGrid--maxCol5 .themevale_categoryToolbar .view-as-btn &gt; #grid-view-4:before {
        background-color: #dcdcdc;
        box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc;
    }
}
.themevale_categoryToolbar &gt; .item-iconSidebar,
.themevale_categoryToolbar &gt; .item-viewas {
    width: 50%;
    vertical-align: top;
    display: inline-block;
}
.themevale_categoryToolbar &gt; .item-viewas {
    text-align: right;
}
.themevale_categoryToolbar &gt; .item-filter {
    width: 100%;
    display: block;
    margin-top: 15px;
}
.themevale_categoryToolbar .form-field {
    margin: 0;
    display: block;
}
.themevale_categoryToolbar .form-field .form-label {
    display: none;
}
.themevale_categoryToolbar .form-field .form-select {
    display: block;
    min-width: 100%;
    background-color: #f7f7f7;
}
@media (min-width: 360px) {
    .themevale_categoryToolbar .form-label {
        display: inline-block;
    }
    .themevale_categoryToolbar .form-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .themevale_categoryToolbar .form-field .form-label {
        display: inline-block;
    }
    .themevale_categoryToolbar .form-field .form-select {
        display: inline-block;
        min-width: calc(100% - 100px);
    }
}
@media (min-width: 1025px) {
        .themevale_categoryToolbar &gt; .item-filter,
    .themevale_categoryToolbar &gt; .item-viewas {
        width: auto;
        vertical-align: middle;
        display: inline-block;
    }
    .themevale_categoryToolbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 40px;
    }
    .themevale_categoryToolbar .form-label {
        min-width: 0;
        padding-right: 15px;
        position: relative;
        top: 1px;
    }
    .themevale_categoryToolbar .form-field .form-select {
        min-width: 175px;
    }
    .themevale_categoryToolbar &gt; .item-iconSidebar {
        display: none;
    }
    .themevale_categoryToolbar &gt; .item-viewas {
        width: auto;
        display: inline-block;
        vertical-align: middle;
    }
    .themevale_categoryToolbar &gt; .item-filter {
        width: auto;
        margin-top: 0;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }
    .themevale_categoryToolbar &gt; .item-filter .actionBar {
        display: inline-block;
        margin: 0 0 0 30px;
    }
}
.has-ribbon {
    position: relative;
}
.ribbon {
    background-color: #333;
    color: #fff;
    cursor: default;
    font-weight: 700;
    margin: -0.91667rem -0.91667rem 0 0;
    padding: 0.08333rem 1rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
}
.navUser,
.navUser-action,
.navUser-action.custom .navUser-text-wrapper .navUser-action--account,
.navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel,
.navUser-section {
    position: relative;
}
.navUser {
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navUser-section {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navUser-section.navUser-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navUser-section.navUser-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.navUser-action {
    padding: 0;
    display: block;
    line-height: 1;
    font-weight: 400;
    position: relative;
    font-size: 1rem;
    text-transform: capitalize;
}
.navUser-action .icon {
    margin: 0 0 0 0.16667rem;
}
.navUser-action .navUser-icon,
.navUser-action .navUser-text {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.navUser-action .navUser-icon + .navUser-text {
    margin-left: 8px;
}
.navUser-action .navUser-text + .navUser-icon {
    margin-left: 8px;
}
.navUser-action.custom {
    margin-bottom: 0;
}
.navUser-action.custom .navUser-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.navUser-action.custom .navUser-icon .icon {
    margin: 0;
    height: 2.5rem;
    width: 2.5rem;
}
.navUser-action.custom .navUser-text-wrapper {
    line-height: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}
.navUser-action.custom .navUser-text-wrapper.text-left {
    text-align: left;
}
.navUser-action.custom .navUser-text-wrapper .countPill {
    margin-left: 0;
    margin-bottom: 0;
    /*width: 30px;*/
    height: 18px;
    line-height: 18px;
    border-radius: 10px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel {
    display: block;
    font-weight: 700;
}
.navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel {
    max-width: 30px;
    font-weight: 700;
}
.navUser-action.custom .navUser-text-wrapper .navUser-action-accountLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-action-logoutLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-action-orLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel {
    display: inline-block;
    font-weight: 400;
    line-height: 18px;
}
.navUser-action.custom .navUser-text-wrapper .navUser-action-orLabel {
    text-transform: lowercase;
    font-weight: 400;
}
.navUser-action.custom .navUser-text-wrapper .navUser-action--account {
    display: inline-block;
    font-weight: 700;
    line-height: 18px;
}
.navUser-action.custom .navUser-text-wrapper .navUser-action--account,
.navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel,
.navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel {
    position: relative;
}
.navUser-action.custom .navUser-text-wrapper .navUser-action--account:before,
.navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel:before,
.navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel:before,
.navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel:before,
.navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel:before {
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #059;
    transition: all 0.3s ease;
}
.navUser-action.custom .navUser-text-wrapper .navUser-action--account:hover:before,
.navUser-action.custom .navUser-text-wrapper .navUser-action-loginLabel:hover:before,
.navUser-action.custom .navUser-text-wrapper .navUser-action-registerLabel:hover:before,
.navUser-action.custom .navUser-text-wrapper .navUser-item-cartLabel:hover:before,
.navUser-action.custom .navUser-text-wrapper .navUser-item-wishListLabel:hover:before {
    width: 100%;
}
.navUser-action.custom-2 {
    text-align: center;
    margin-bottom: 0;
}
.navUser-action.custom-2 .navUser-icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 0;
    position: relative;
}
.navUser-action.custom-2 .navUser-icon .icon {
    margin: 0;
    height: 2.5rem;
    width: 2.5rem;
}
.navUser-action.custom-2 .countPill {
    margin-left: 0;
    margin-bottom: 0;
    height: 22px;
    width: 22px;
    line-height: 22px;
    border-radius: 50%;
    display: block;
}
.navUser-action.custom-2 .navUser-text-wrapper {
    font-weight: 700;
    line-height: 18px;
    display: block;
    text-transform: capitalize;
}
.navUser-action.custom-2 .navUser-text-wrapper &gt; .navUser-action,
.navUser-action.custom-2 .navUser-text-wrapper &gt; .navUser-text {
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap;
    vertical-align: top;
}
.navUser-action.custom-2 .navUser-text-wrapper .navUser-action--myaccount,
.navUser-action.custom-2 .navUser-text-wrapper .navUser-item-cartLabel,
.navUser-action.custom-2 .navUser-text-wrapper .navUser-item-wishListLabel {
    position: relative;
}
.navUser-action.custom-2 .navUser-text-wrapper .navUser-action--myaccount:before,
.navUser-action.custom-2 .navUser-text-wrapper .navUser-item-cartLabel:before,
.navUser-action.custom-2 .navUser-text-wrapper .navUser-item-wishListLabel:before {
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #059;
    transition: all 0.3s ease;
}
.navUser-action.custom-2 .navUser-text-wrapper .navUser-action--myaccount:hover:before,
.navUser-action.custom-2 .navUser-text-wrapper .navUser-item-cartLabel:hover:before,
.navUser-action.custom-2 .navUser-text-wrapper .navUser-item-wishListLabel:hover:before {
    width: 100%;
}
.navUser-action--currencySelector .image-flag,
.navUser-action--currencySelector .text-flag,
.navUser-action--currencySelector &gt; .icon {
    display: inline-block;
    vertical-align: middle;
}
.navUser-action--currencySelector .icon {
    height: 0.58333rem;
    width: 0.58333rem;
    position: relative;
    top: -1px;
}
.navUser-action--currencySelector .image-flag img {
    position: relative;
    top: -2px;
}
.navUser-action--currencySelector .text-flag {
    font-weight: 700;
}
.navUser-action--currencySelector .image-flag + .text-flag {
    margin-left: 3px;
}
.navUser-action--account .icon,
.navUser-action--myaccount .icon {
    height: 0.58333rem;
    width: 0.58333rem;
}
.navUser-item--account2 .navUser-action.custom .navUser-text-wrapper {
    max-width: 105px;
}
.navUser-action--storeCredit + .dropdown-menu {
    max-width: 25rem;
    padding: 1.5rem;
}
.navUser-action--storeCredit + .dropdown-menu:before {
    left: 11.66667rem !important;
}
.navUser-action--storeCredit + .dropdown-menu:after {
    left: 11.83333rem !important;
}
.navUser-action-divider {
    border-right: 1px solid #e5e5e5;
    color: #757575;
    display: inline-block;
    padding: 0 1.66667rem 0 0;
    text-decoration: none;
}
.navUser-item {
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.navUser-item + .navUser-item {
    margin-left: 20px;
}
.navUser-item &gt; .icon {
    line-height: 22px;
    height: 1.33333rem;
    width: 1.33333rem;
    fill: #00699e;
    stroke: #00699e;
}
.navUser-item &gt; .own-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #b20000;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.navUser-item [data-compare-nav] .countPill {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    color: inherit;
    background-color: transparent;
    padding: 0;
}
#currencySelection .dropdown-menu-item a strong,
#navPages-account-topbar .dropdown-menu-item a strong,
.navUser-item--account .navUser-action strong {
    font-weight: 600;
}
.navUser-item--cart {
    display: block;
}
.navUser-item--cart .navUser-action {
    color: #333;
}
.navUser-item--cart .navUser-action.is-open,
.navUser-item--cart .navUser-action:hover {
    color: #757575;
}
.navUser-item--cart .dropdown-menu {
    max-width: 26.66667rem;
}
.navUser-item--cart .dropdown-menu.is-open {
    top: auto !important;
    left: auto !important;
    right: 0.41667rem;
}
@media (min-width: 801px) {
    .navUser-item--cart .dropdown-menu.is-open {
        right: 0;
    }
}
.navUser-item--cart .dropdown-menu.is-open:after,
.navUser-item--cart .dropdown-menu.is-open:before {
    left: auto;
}
.navUser-item--cart .dropdown-menu.is-open:before {
    right: 0.33333rem;
}
@media (min-width: 801px) {
    .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.75rem;
    }
}
.navUser-item--cart .dropdown-menu.is-open:after {
    right: 0.5rem;
}
@media (min-width: 801px) {
    .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.91667rem;
    }
}
.navUser-item-cartLabel {
    display: none;
}
@media (min-width: 551px) {
    .navUser-item-cartLabel {
        display: inline;
    }
}
.navUser-item--compare {
    display: none;
}
.navUser-item--compare.show {
    display: block;
}
.navUser-item--account .navUser-action,
.navUser-or {
    display: inline-block;
}
.navUser-item--account .navUser-or {
    margin: 0;
}
.navUser-item--account .navUser-action {
    display: inline-block;
}
.navUser-item--account .icon {
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.navUser-item--account .dropdown-menu {
    width: 180px;
}
.navUser-item--account .navUser-action {
    display: inline-block;
}
.navUser-item--account .navUser-action strong {
    font-weight: 600;
}
.navUser-item--account .navUser-action + .navUser-action {
    margin-left: 5px;
}
#currencySelection,
#navPages-account-topbar {
    left: 0;
    right: auto;
    width: 130px;
    border: none;
    box-shadow: none;
    padding-top: 5px;
    outline: 0;
    border-radius: 0;
    position: absolute;
    background-color: transparent;
}
.navUser-action--quickSearch.is-open,
.navUser-or {
    position: relative;
}
#currencySelection .dropdown-menu-item,
#navPages-account-topbar .dropdown-menu-item {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    transition: all 0.3s ease;
}
#currencySelection .dropdown-menu-item:hover,
#navPages-account-topbar .dropdown-menu-item:hover {
    background-color: #fff;
}
#currencySelection .dropdown-menu-item a,
#navPages-account-topbar .dropdown-menu-item a {
    font-weight: 400;
    padding: 8px;
}
#currencySelection .dropdown-menu-item a img,
#navPages-account-topbar .dropdown-menu-item a img {
    margin-right: 5px;
}
#currencySelection .dropdown-menu-item a strong,
#navPages-account-topbar .dropdown-menu-item a strong {
    font-weight: 700;
}
#currencySelection .dropdown-menu-item + .dropdown-menu-item,
#navPages-account-topbar .dropdown-menu-item + .dropdown-menu-item {
    border-top: none;
}
.navUser-or {
    cursor: default;
    display: inline-block;
    margin: 0;
    padding: 0 2px;
    position: relative;
    z-index: 1;
}
.navUser-action--quickSearch.is-open {
    position: relative;
}
.navUser-action--quickSearch.is-open:before {
    border: 10px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dropdown--quickSearch {
    background-color: #e5e5e5;
    padding: 1.5rem 0;
}
@media (min-width: 551px) {
    .dropdown--quickSearch {
        padding: 3rem;
    }
}
.dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: 0;
    right: 0 !important;
    width: 100% !important;
    z-index: 50;
}
.dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem;
}
.dropdown--quickSearch .form,
.dropdown--quickSearch .form-field {
    margin-bottom: 0;
}
.dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset;
}
.dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0;
}
@media (min-width: 551px) {
    .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0;
    }
}
.countPill {
    top: -6px;
    right: -10px;
    height: 22px;
    /*width: 22px;*/
    width: 125%;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    background-color: #b20000;
}
.countPill--positive {
    display: inline-block;
}
.countPill--alt {
    background-color: #ccc;
    color: #333;
}
#accountMobile .navPage-subMenu-title,
#cartMobile .navPage-subMenu-title {
    color: #00699e;
    border-bottom: 1px solid #ebebeb;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
#accountMobile ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#accountMobile ul li {
    display: block;
}
#accountMobile .navPages-mobile {
    padding: 0 20px;
    overflow-x: auto;
    padding-bottom: 30px;
    height: calc(100vh - 70px);
}
#accountMobile .navPage-subMenu-title {
    color: #00699e;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
#accountMobile .navPage-subMenu-title .icon,
#accountMobile .navPage-subMenu-title .text {
    display: inline-block;
    vertical-align: middle;
}
#accountMobile .navPage-subMenu-title .icon {
    margin-right: 5px;
}
#accountMobile .navPages-action {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    background-color: transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#accountMobile .login-form .form-actions {
    margin-top: 0;
    text-align: center;
}
#accountMobile .login-form .form-actions .button,
#accountMobile .login-form .form-actions .forgot-password {
    margin-left: 0;
    display: block;
    width: 100%;
}
#accountMobile .login-form .form-actions .forgot-password {
    margin-top: 15px;
    margin-bottom: 0;
}
#accountMobile .new-customer {
    padding: 0;
    background-color: transparent;
}
#accountMobile .new-customer .button {
    margin-top: 0;
    display: block;
    width: 100%;
}
#cartMobile {
    overflow-x: auto;
    padding: 0 20px 30px;
    height: calc(100vh - 70px);
}
#cartMobile .navPage-subMenu-title {
    color: #00699e;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
#cartMobile .navPage-subMenu-title .icon,
#cartMobile .navPage-subMenu-title .text {
    display: inline-block;
    vertical-align: middle;
}
#cartMobile .navPage-subMenu-title .icon {
    margin-right: 5px;
}
#cartMobile .dropdown-cart {
    display: block;
    position: relative;
}
#cartMobile .dropdown-cart .loadingOverlay {
    display: block;
    padding: 25px;
}
#cartMobile .previewCartTable {
    display: block;
}
#cartMobile .previewCartHeader {
    display: none;
}
#cartMobile .previewCartList {
    height: auto;
    max-height: 246px;
    padding-bottom: 15px;
}
#cartMobile .previewCartList .previewCartItem {
    display: block;
    font-size: 0;
}
#cartMobile .previewCartList .previewCartItem + .previewCartItem {
    margin-top: 15px;
    padding-top: 15px;
}
#cartMobile .previewCartList .previewCartItem-block {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
#cartMobile .previewCartList .previewCartItem-image {
    width: 60px;
    max-height: 55px;
}
#cartMobile .previewCartList .previewCartItem-content {
    vertical-align: top;
    padding: 0 0 10px 15px;
    width: calc(100% - 60px);
}
#cartMobile .previewCartList .previewCartItem-price {
    margin-left: 75px;
    margin-right: 0;
}
#cartMobile .previewCartList .previewCartItem-price,
#cartMobile .previewCartList .previewCartItem-quantity,
#cartMobile .previewCartList .previewCartItem-total {
    width: auto;
}
#cartMobile .previewCartList .previewCartItem-quantity {
    margin: 0 5px;
}
#cartMobile .previewCartList .previewCartItem-quantity:before {
    content: "x";
    color: #999;
    position: relative;
    display: inline-block;
}
#cartMobile .previewCartList .previewCartItem-total {
    display: none;
}
#cartMobile .preview-cart-grand-total,
#cartMobile .preview-cart-total {
    padding: 0;
}
#cartMobile .previewCartAction {
    padding: 0;
    background-color: transparent;
}
#cartMobile .previewCartAction .previewCartAction-checkout,
#cartMobile .previewCartAction .previewCartAction-viewCart {
    display: block;
    width: 100%;
}
#cartMobile .previewCartAction .previewCartAction-viewCart {
    margin-top: 15px;
    margin-bottom: 15px;
}
#cartMobile .previewCartAction-checkoutMultiple {
    margin: 15px 0 0 0;
}
#cartMobile .previewCartItem-pricewrapper {
    margin-top: 10px;
}
#cartMobile .previewCartItem-pricewrapper .previewCartItem-price {
    margin-left: 0;
}
#cartMobile .mCSB_scrollTools {
    width: 3px;
}
@media (min-width: 768px) {
    #cartMobile .previewCartList {
        max-height: calc(100vh - 400px);
    }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
#menu .cateArea,
#menu .cateArea.colLeft {
    float: left;
}
@media (min-width: 1025px) {
    #cartMobile .previewCartList {
        max-height: calc(100vh - 450px);
    }
}
.has-activeNavPages {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}
.navPages-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.navPages-container ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    list-style: none;
}
@media (min-width: 1025px) {
    .navPages-container {
        height: auto;
        overflow: visible;
        margin: 0 auto;
        max-width: 1170px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1281px) {
    .page--fullWidth .navPages-container {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}
.navPages {
    padding: 0;
    width: 100%;
    font-size: 0;
    background: 0 0;
    text-align: left;
    overflow-y: visible;
}
.navPages .navPages-action {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    padding: 10px 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent;
    color: #00699e;
}
.contentSitemap &gt; li:last-child li a,
.navPages-label {
    letter-spacing: 0;
}
.navPages .navPages-action .text {
    color: inherit;
    position: relative;
}
.navPages .navPages-action svg {
    fill: #00699e;
    stroke: #00699e;
}
.navPages .navPages-action:hover {
    color: #059;
}
.navPages .navPages-action:hover svg {
    color: #059;
}
.navPages .navPages-item {
    margin-right: 25px;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.navPages .navPages-item &gt; .navPages-action {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding: 13px 0 11px;
    position: relative;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #fff;
}
.navPages .navPages-item &gt; .navPages-action .text:before {
    left: 0;
    bottom: -1px;
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #fff;
}
.navPages .navPages-item.hasMegamenu {
    position: static;
}
.navPages .navPages-item:hover &gt; .navPages-action {
    color: #00699e;
}
.navPages .navPages-item:hover &gt; .navPages-action svg {
    fill: #00699e;
    stroke: #00699e;
}
.navPages .navPages-item:hover &gt; .navPages-action .text:before {
    width: 100%;
    background-color: #00699e;
}
.navPages .navPages-item:hover &gt; .navPage-subMenu {
    top: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.navPages .navPages-item:last-child {
    margin-right: 0;
}
@media (min-width: 1281px) {
    .navPages .navPages-item {
        margin-right: 30px;
    }
    .navPages .navPages-item:last-child {
        margin-right: 0;
    }
}
.navPages .navPage-subMenu-title {
    display: none;
}
.navPages .navPages-list--user {
    display: none;
}
@media (min-width: 1025px) {
    .navPages .navPages-item-custom .navPage-subMegaMenu,
    .navPages .navPages-item-custom .navPage-subMenu {
        display: none !important;
    }
    .navPages .navPages-item-hidden {
        display: none !important;
    }
}
.navPages .navPages-item:hover &gt; .navPages-action svg,
.navUser-wrapper .navUser-action svg {
    fill: #fff;
    stroke: #fff;
}
.navPages-label {
    line-height: 1;
    font-size: 11px;
    margin-left: 10px;
    font-weight: 700;
    padding: 3px 5px 2px;
    letter-spacing: 0;
    border-radius: 3px;
    text-align: center;
    position: relative;
    border: 1px solid;
    display: inline-block;
    text-transform: capitalize;
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
.navPages-label.sale-label {
    color: #fff;
    border-color: #b20000;
    background-color: #b20000;
}
.navPages-label.new-label {
    color: #fff;
    border-color: #008ddd;
    background-color: #008ddd;
}
.navPages-label.hot-label {
    color: #fff;
    border-color: #70b00c;
    background-color: #70b00c;
}
.themevale_MobileMenu.themevale_Mobile {
    padding: 0;
    display: block;
}
@media (min-width: 1025px) {
    .navPages-label {
        left: 100%;
        top: -22px;
        margin-left: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 1025px) {
    .themevale_MobileMenu .themevale_close {
        display: none;
    }
}
.navPage-subMenu {
    z-index: 2;
    opacity: 0;
    left: 0;
    top: auto;
    height: auto;
    margin: auto;
    display: block;
    width: 200px;
    border-radius: 0 0 3px 3px;
    padding: 0;
    text-align: left;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.navPage-subMenu .navPage-subMenu {
    top: 30px;
    height: auto;
    border-radius: 3px;
    margin-left: calc(100% + 0px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.navPage-subMenu .navPage-subMenu-item-child {
    position: relative;
    border-bottom: 1px solid #ccc;
}
#menu .navPage-subMegaMenu .navPage-subMenu-item-child,
.navPage-subMenu .navPage-subMenu-item-child:last-child {
    border-bottom: none;
}
.navPage-subMenu .navPage-subMenu-item-child:hover &gt; .navPage-subMenu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.navPage-subMenu .navPage-subMenu-item-child:nth-child(n + 12):hover &gt; .navPage-subMenu {
    top: auto;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.navPage-subMenu .navPage-subMenu-item-child:last-child {
    border-bottom: none;
}
.navPage-subMenu .navPage-subMenu-item-child .navPages-action-moreIcon {
    top: 0;
    bottom: 0;
    margin: 0;
    right: 20px;
    width: 20px;
    height: 40px;
    display: block;
    line-height: 40px;
    position: absolute;
    text-align: center;
    transform: rotate(-90deg);
}
.navPage-subMenu .navPage-subMenu-action {
    width: 100%;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navPage-subMenu .navPage-subMenu-action .text {
    color: inherit;
    position: relative;
}
.navPage-subMenu .navPage-subMenu-action svg {
    fill: #00699e;
    stroke: #00699e;
}
.navPage-subMenu .navPage-subMenu-action:hover .text {
    color: #059;
}
.navPage-subMenu .navPage-subMenu-action:hover svg {
    fill: #005599;
    stroke: #005599;
}
.navPage-subMenu .navPage-subMenu-action .text:before {
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #059;
}
#menuMobile .navPage-subMenu-item-child:after,
#menuMobile .navPages-action .text:before {
    content: none;
}
.navPage-subMenu .navPage-subMenu-action:hover .text:before {
    width: 100%;
}
.navPages-action-moreIcon {
    font-size: 0;
    display: none;
    -webkit-transform: none;
    transform: none;
    margin-left: 0.41667rem;
    transition: all 0.3s ease;
}
.navPages-action-moreIcon svg {
    height: 0.75rem;
    width: 0.75rem;
    pointer-events: none;
}
#menu .navPages-item:not(.hasMegamenu) &gt; .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-item-child:last-child .navPage-subMenu-action {
    border-radius: 0 0 3px 3px;
}
#menu .navPages-item:not(.hasMegamenu) &gt; .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action {
    padding: 10px 20px;
}
#menu .navPages-item:not(.hasMegamenu) &gt; .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action.has-subMenu .navPages-action-moreIcon {
    left: 12px;
    width: 20px;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
}
#menu .navPages-item:not(.hasMegamenu) &gt; .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action.has-subMenu:hover {
    padding-left: 36px;
}
#menu .navPages-item:not(.hasMegamenu) &gt; .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action.has-subMenu:hover .navPages-action-moreIcon {
    opacity: 1;
    visibility: visible;
}
#menu .navPages-item:not(.hasMegamenu) &gt; .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action:hover {
    background-color: #f7f7f7;
}
#menu .navPage-subMegaMenu {
    left: 0;
    padding: 15px 0 0 0;
}
#menu .navPage-subMegaMenu .navPage-subMenu {
    top: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    position: relative;
    box-shadow: none;
}
#menu .navPage-subMegaMenu .navPage-subMenu-action {
    padding: 5px 0;
    background-color: transparent;
}
#menu .navPage-subMegaMenu .navPage-subMenu-action:hover {
    background-color: transparent;
}
#menu .navPage-subMegaMenu .navPage-subMenu-item-child {
    border-bottom: none;
}
#menu .navPage-subMegaMenu .navPage-subMenu-item-child:hover &gt; .has-subMenu + .navPage-subMenu {
    top: auto;
}
#menu .navPage-subMegaMenu .navPages-action-moreIcon {
    display: none !important;
}
@media (min-width: 1025px) {
    #menu .navPage-subMegaMenu {
        max-height: 400px;
        overflow-y: auto;
    }
    #menu .navPage-subMegaMenu .navPage-subMenu-item-child .navPage-subMenu-item-child .navPages-action {
        font-size: 12px;
    }
}
@media (min-width: 1300px) {
    #menu .navPage-subMegaMenu {
        max-height: none;
        overflow-y: visible;
    }
}
@media (min-width: 1281px) {
    #menu .navPage-subMegaMenu &gt; .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
#menu .cateArea {
    float: left;
}
#menu .cateArea &gt; ul {
    width: auto;
    font-size: 0;
    margin: 0 -15px 15px;
}
#menu .cateArea &gt; ul &gt; li {
    padding: 0 15px 5px;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
#menu .cateArea &gt; ul &gt; li,
.category-suggestion {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
#menu .cateArea &gt; ul &gt; li &gt; .navPage-subMenu-action {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #059;
}
#menu .cateArea &gt; ul &gt; li &gt; .navPage-subMenu-action .text:before {
    background-color: #059;
}
#menu .cateArea.columns-2 &gt; ul {
    column-count: 2;
    -webkit-column-count: 2;
}
#menu .cateArea.columns-3 &gt; ul {
    column-count: 3;
    -webkit-column-count: 3;
}
#menu .cateArea.columns-4 &gt; ul {
    column-count: 4;
    -webkit-column-count: 4;
}
#menu .cateArea.columns-5 &gt; ul {
    column-count: 5;
    -webkit-column-count: 5;
}
#menu .cateArea.columns-6 &gt; ul {
    column-count: 6;
    -webkit-column-count: 6;
}
#menu .cateArea.colLeft {
    float: left;
}
#menu .cateArea.colRight {
    float: right;
}
#menu .imgList {
    display: block;
    font-size: 0;
    margin: 0 -15px;
}
#menu .imgList &gt; .imgItem {
    width: 50%;
    padding: 0 15px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 30px;
}
#menu .imgList &gt; .imgItem &gt; a {
    display: block;
}
#menu .imgList &gt; .imgItem:last-child {
    margin-bottom: 0;
}
#menu .imgList &gt; .imgItem--full {
    width: 100%;
}
#menu .imgList.style-2 {
    margin: 0 -8px;
}
#menu .imgList.style-2 &gt; .imgItem {
    padding: 0 8px;
}
#menu .imgList.style-2 &gt; .imgRight {
    padding-top: 10px;
}
#menu .imageTop .imageTop-item {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}
#menu .imageArea,
#menu .imageArea.colLeft {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
#menu .imageTop .cateArea &gt; ul &gt; li &gt; .navPage-subMenu-action {
    margin-bottom: 10px;
    border-bottom: none;
}
#menu .imageArea {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#menu .imageArea.colLeft {
    float: left;
    padding-right: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
#menu .imageArea.colRight {
    float: right;
    padding-left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
#menu .imageArea &gt; .imgList {
    padding-top: 13px;
}
#menu .imageArea &gt; .imgList.style-2 {
    padding-top: 0;
}
#menu .imageArea .imgHeading {
    margin: 0;
    padding: 7px 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    color: #059;
}
#menu .imageArea .card {
    margin-bottom: 0;
    padding: 0 2px 5px 2px;
}
#menu .imageArea .card .card-img-container {
    max-width: 185px;
}
#menu .imageArea .card .card-img-container:after {
    padding-bottom: 80%;
}
#menu .imageArea .card .card-body .card-rating {
    display: block;
    margin-bottom: 15px;
}
#menu .imageArea .card .card-body .card-figcaption {
    opacity: 1;
    font-size: 12px;
    margin-top: 15px;
    visibility: visible;
    text-align: center;
}
#menu .imageArea .card .card-body .card-figcaption .link {
    display: inline-block;
    color: #00699e;
    border-bottom: 1px solid #00699e;
}
#menu .imageArea .slick-dots {
    bottom: -35px;
}
#menu .bottomMegamenu {
    left: 0;
    right: 0;
    padding: 9px 15px 8px;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #e06868;
    background-color: #fef8e7;
    text-transform: uppercase;
}
#menu .bottomMegamenu p {
    margin-bottom: 0;
}
#menuMobile .is-hidden {
    display: none !important;
}
#menuMobile .navPages-list {
    overflow: hidden;
    position: relative;
}
#menuMobile .navPages-list + .navPages-list {
    margin-top: 30px;
}
#menuMobile .navPages-item {
    width: 100%;
    margin-right: 0;
    position: static;
    vertical-align: top;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
}
#menuMobile .navPages-item &gt; .navPages-action {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
#menuMobile .navPages-item &gt; .navPages-action .text {
    white-space: nowrap;
}
#menuMobile .navPages-item.is-open &gt; .navPages-action {
    display: none !important;
}
#menuMobile .navPages-item.is-open &gt; .navPage-subMenu {
    right: 0;
    position: relative;
}
@media (min-width: 1025px) {
    #menuMobile .navPages-item-page {
        display: none;
    }
}
#menuMobile .navPages-action {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    text-transform: capitalize;
    background-color: transparent;
    color: #00699e;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
#menuMobile .navPages-action .text {
    padding: 12px 20px;
    color: inherit;
    display: inline-block;
}
#menuMobile .navPages-action .text:before {
    content: none;
}
#menuMobile .navPages-action .icon,
#menuMobile .navPages-action img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
#menuMobile .navPages-action .icon {
    fill: #00699e;
    stroke: #00699e;
}
#menuMobile .navPages-action img {
    position: relative;
    top: -1px;
}
#menuMobile .navPages-action-moreIcon {
    width: 44px;
    height: 44px;
    font-size: 0;
    right: auto;
    float: right;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transform: none;
    transform: none;
    pointer-events: none;
}
#menuMobile .navPages-action-moreIcon svg {
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    height: 0.83333rem;
    width: 0.83333rem;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #00699e;
    stroke: #00699e;
}
#menuMobile .navPage-subMenu {
    top: 0;
    right: 100%;
    left: auto;
    padding: 0;
    margin: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transform: none;
    transform: none;
    box-shadow: none;
    position: absolute;
}
#menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: block;
    text-transform: uppercase;
}
#menuMobile .navPage-subMenu .navPage-subMenu .navPage-subMenu-action {
    text-transform: uppercase;
}
#menuMobile .navPage-subMenu-item-child {
    position: static;
    border-bottom: 1px solid #ebebeb;
}
#menuMobile .navPage-subMenu-item-child:after {
    content: none;
}
#menuMobile .navPage-subMenu-item-child.is-open {
    border-bottom: none;
}
#menuMobile .navPage-subMenu-item-child.is-open &gt; .navPages-action {
    display: none !important;
}
#menuMobile .navPage-subMenu-item-child.is-open &gt; .navPage-subMenu {
    right: 0;
    position: relative;
}
#menuMobile .navPage-subMenu-item-child:last-child {
    border-bottom: 0;
}
#menuMobile .navPage-subMenu-title {
    display: block;
    text-align: center;
}
#menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-transform: uppercase !important;
}
#menuMobile .navPage-subMenu-title .navPages-action a {
    pointer-events: none;
}
#menuMobile .navPage-subMenu-title .navPages-action-moreIcon {
    right: auto;
    left: 0;
    float: none;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#menuMobile .navPages-list--user {
    display: block;
}
#menuMobile .navPages-list--user .navPage-subMenu-title {
    border-top: 1px solid #ebebeb;
}
#menuMobile .navPages-list--user .navPages-item {
    border-bottom: none;
}
#menuMobile .navPages-list--user .navPages-item &gt; .navPages-action {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
#menuMobile .navPages-list--user .navPages-item &gt; .navPages-action &gt; .text {
    padding-top: 9px;
    padding-bottom: 9px;
}
#menuMobile .navPages-list--user .navPages-item &gt; .navPages-action &gt; .text .icon,
#menuMobile .navPages-list--user .navPages-item &gt; .navPages-action &gt; .text span {
    display: inline-block;
    vertical-align: middle;
}
.tag,
.tag a {
    vertical-align: top;
}
#menuMobile .navPages-list--user .socialLinks--alt .icon {
    height: 1.33333rem;
    width: 1.33333rem;
}
#menuMobile .navPages-list--user .login-content {
    padding: 20px;
}
#menuMobile .navPages-list--user .new-customer {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    background-color: transparent;
}
#menuMobile .navPages-list--user .new-customer .button {
    width: 100%;
}
#menuMobile .navPages-list--user .socialLinks {
    padding: 15px 0 10px 20px;
}
#menuMobile .navPages-label {
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin-left: 10px;
    position: relative;
}
#menuMobile .navPage-subMegaMenu .container {
    padding: 0;
}
#menuMobile .imageTop .imageTop-item {
    padding: 0 20px;
    margin: 20px 0;
    display: none;
    text-align: left;
}
#menuMobile .imageTop .is-open .imageTop-item {
    display: block;
}
#menuMobile .imgList {
    display: block;
    font-size: 0;
    margin: 0 -5px;
}
#menuMobile .imgList &gt; .imgItem {
    width: 50%;
    padding: 0 5px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
#menuMobile .imgList &gt; .imgItem--full {
    width: 100%;
}
#menuMobile .imgList.style-2 &gt; .imgItem {
    width: 100%;
    display: block;
}
#menuMobile .imgList.style-2 &gt; .imgItem + .imgItem {
    margin-top: 30px;
}
#menuMobile .cateArea,
#menuMobile .imageArea {
    float: none;
    display: block;
}
#menuMobile .cateArea {
    position: relative;
    max-width: 100% !important;
}
#menuMobile .imageArea {
    max-width: 100% !important;
    padding: 0 20px;
    margin: 20px 0;
}
#menuMobile .imageArea a {
    display: block;
}
#menuMobile .imageArea img {
    margin: 0 auto;
}
#menuMobile .imageArea .imgHeading {
    margin: 0;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #00699e;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
#menuMobile .imageArea .card {
    margin-bottom: 0;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
#menuMobile .imageArea .card .card-img-container {
    max-width: 185px;
}
#menuMobile .imageArea .card .card-img-container:after {
    padding-bottom: 80%;
}
#menuMobile .imageArea .card .card-body .card-title {
    display: block;
}
#menuMobile .imageArea .card .card-body .card-rating {
    display: block;
    margin-bottom: 15px;
}
.tag,
.tag a {
    display: inline-block;
}
#menuMobile .bottomMegamenu p,
.tags {
    margin-bottom: 0;
}
#menuMobile .imageArea .card .card-body .card-figcaption {
    font-size: 12px;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    text-align: center;
}
#menuMobile .imageArea .card .card-body .card-figcaption .link {
    display: inline-block;
    color: #00699e;
    border-bottom: 1px solid #00699e;
}
#menuMobile .bottomMegamenu {
    left: 0;
    right: 0;
    padding: 9px 15px 8px;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #e06868;
    background-color: #fef8e7;
    text-transform: uppercase;
}
#menuMobile .bottomMegamenu p {
    margin-bottom: 0;
}
.themevale_allCategories {
    vertical-align: middle;
    display: inline-block;
    width: 240px;
    padding: 0 15px;
    position: relative;
    z-index: 12;
    bottom: -1px;
    border-radius: 3px 3px 0 0;
}
.themevale_allCategories + .navPages {
    width: auto;
    margin-left: 30px;
    vertical-align: middle;
    display: inline-block;
}
.themevale_allCategories + .navPages .navPages-item {
    margin-right: 22px;
}
.themevale_allCategories + .navPages .navPages-item:last-child {
    margin-right: 0;
}
.themevale_allCategories .themevale_allCategories-text {
    margin: 0;
    line-height: 45px;
}
.themevale_allCategories .themevale_allCategories-text .icon {
    height: 2rem;
    width: 2rem;
    margin-right: 15px;
}
.themevale_allCategories .themevale_allCategories-text .text {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.themevale_allCategories .themevale_allCategories-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease;
}
.themevale_allCategories:hover .themevale_allCategories-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.page-type-default .header:not(.is-sticky) .themevale_allCategories.is-open .themevale_allCategories-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.themevale_allCategories-dropdown {
    top: 100%;
    left: 0;
    right: 0;
    border-top: none;
    position: absolute;
    border-radius: 0 0 3px 3px;
}
.themevale_allCategories-dropdown .navPages-list {
    position: relative;
}
.themevale_allCategories-dropdown .navPages-list &gt; .navPages-item:first-child {
    padding-top: 10px;
}
.themevale_allCategories-dropdown .navPages-list &gt; .navPages-item:last-child {
    padding-bottom: 10px;
}
.themevale_allCategories-dropdown .navPage-subMenu-title {
    display: none;
}
.themevale_allCategories-dropdown .navPages-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    display: block;
}
.themevale_allCategories-dropdown .navPages-item &gt; .navPages-action {
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.themevale_allCategories-dropdown .navPages-item &gt; .navPages-action .navPages-action-moreIcon {
    transform: rotate(-90deg);
    right: 5px;
}
.themevale_allCategories-dropdown .navPages-item &gt; .navPages-action .text {
    padding: 7px 0;
}
.themevale_allCategories-dropdown .navPages-item &gt; .navPages-action .text:before {
    content: none;
}
.themevale_allCategories-dropdown .navPages-item.hasMegamenu {
    position: static;
}
.themevale_allCategories-dropdown .navPages-item:hover &gt; .navPages-action {
    background-color: #f7f7f7;
}
.themevale_allCategories-dropdown .navPages-item:hover &gt; .navPage-subMenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}
.themevale_allCategories-dropdown .navPages-action {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-transform: capitalize;
}
.themevale_allCategories-dropdown .navPages-action .text {
    color: inherit;
    display: inline-block;
}
.themevale_allCategories-dropdown .navPages-action .icon,
.themevale_allCategories-dropdown .navPages-action img {
    display: inline-block;
    vertical-align: middle;
}
.themevale_allCategories-dropdown .navPages-action img {
    position: relative;
    top: -1px;
}
.themevale_allCategories-dropdown .navPages-action .navPages-label {
    top: -10px;
    left: calc(100% + 10px);
}
.themevale_allCategories-dropdown .navPages-action .image-icon {
    max-width: 20px;
    margin-right: 12px;
    opacity: 0.8;
    display: inline-block;
}
.themevale_allCategories-dropdown .navPages-action-moreIcon {
    width: 36px;
    height: 36px;
    font-size: 0;
    right: auto;
    float: right;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    transform: none;
    pointer-events: none;
}
.themevale_allCategories-dropdown .navPages-action-moreIcon svg {
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    height: 0.83333rem;
    width: 0.83333rem;
    transition: all 0.5s ease;
}
.themevale_allCategories-dropdown .navPage-subMenu-action {
    padding: 0 20px;
}
.themevale_allCategories-dropdown .navPage-subMenu {
    top: 0;
    left: 100%;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu {
    top: 30px;
    left: 0;
}
.themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:after {
    content: none;
}
.themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:first-child .navPage-subMenu-action,
.themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:nth-child(2) .navPage-subMenu-action {
    border-radius: 3px 3px 0 0;
}
.themevale_allCategories-dropdown .navPage-subMegaMenu {
    top: 0;
    left: 100% !important;
    padding: 15px !important;
    max-width: calc(970px - 240px);
    min-width: calc(970px - 240px);
}
.themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu {
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    position: relative;
    box-shadow: none;
}
.themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-action {
    padding: 7px 0;
}
.themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-action .text {
    padding: 0;
}
.themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-item-child:after {
    content: none;
}
.themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-item-child:hover &gt; .has-subMenu + .navPage-subMenu {
    top: auto;
}
.themevale_allCategories-dropdown .navPage-subMegaMenu .navPages-action-moreIcon {
    display: none !important;
}
@media (min-width: 1281px) {
    .themevale_allCategories-dropdown .navPage-subMegaMenu {
        max-width: calc(1200px - 260px);
        min-width: calc(1200px - 260px);
    }
}
.themevale_allCategories-dropdown .cateArea {
    float: left;
}
.themevale_allCategories-dropdown .cateArea &gt; ul {
    width: auto;
    font-size: 0;
    margin: 0 -15px 15px;
}
.themevale_allCategories-dropdown .cateArea &gt; ul &gt; li {
    font-size: 12px;
    padding: 0 15px 5px;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
.themevale_allCategories-dropdown .cateArea &gt; ul &gt; li &gt; .navPage-subMenu-action {
    font-size: 16px;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    text-transform: uppercase !important;
    color: #059;
}
.themevale_allCategories-dropdown .cateArea.columns-2 &gt; ul {
    column-count: 2;
    -webkit-column-count: 2;
}
.themevale_allCategories-dropdown .cateArea.columns-3 &gt; ul {
    column-count: 3;
    -webkit-column-count: 3;
}
.themevale_allCategories-dropdown .cateArea.columns-4 &gt; ul {
    column-count: 4;
    -webkit-column-count: 4;
}
.themevale_allCategories-dropdown .cateArea.columns-5 &gt; ul {
    column-count: 5;
    -webkit-column-count: 5;
}
.themevale_allCategories-dropdown .cateArea.columns-6 &gt; ul {
    column-count: 6;
    -webkit-column-count: 6;
}
.themevale_allCategories-dropdown .cateArea.colLeft {
    float: left;
}
.themevale_allCategories-dropdown .cateArea.colRight {
    float: right;
}
.themevale_allCategories-dropdown .imgList {
    display: block;
    font-size: 0;
    margin: 0 -3px;
}
.themevale_allCategories-dropdown .imgList &gt; .imgItem {
    width: auto;
    padding: 0 3px;
    vertical-align: top;
    display: inline-block;
}
.themevale_allCategories-dropdown .imgList &gt; .imgItem &gt; a {
    display: block;
}
.themevale_allCategories-dropdown .imgList &gt; .imgItem &gt; a + a {
    margin-top: 6px;
}
.themevale_allCategories-dropdown .imgList &gt; .imgItem--full {
    width: 100%;
}
.themevale_allCategories-dropdown .imgList.style-2 {
    margin: 0 -8px;
}
.themevale_allCategories-dropdown .imgList.style-2 &gt; .imgItem {
    padding: 0 8px;
}
.themevale_allCategories-dropdown .imgList.style-2 &gt; .imgRight {
    padding-top: 10px;
}
.themevale_allCategories-dropdown .imageTop .imageTop-item {
    display: block;
    margin-bottom: 10px;
}
.themevale_allCategories-dropdown .imageTop .cateArea &gt; ul &gt; li &gt; .navPage-subMenu-action {
    margin-bottom: 10px;
    border-bottom: none;
}
.themevale_allCategories-dropdown .imageArea {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.themevale_allCategories-dropdown .imageArea.colLeft {
    float: left;
    padding-right: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.themevale_allCategories-dropdown .imageArea.colRight {
    float: right;
    padding-left: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.themevale_allCategories-dropdown .imageArea &gt; .imgList {
    padding-top: 15px;
}
.themevale_allCategories-dropdown .imageArea &gt; .imgList.style-2 {
    padding-top: 0;
}
.themevale_allCategories-dropdown .imageArea .imgHeading {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 0;
    text-align: left !important;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #059;
    text-transform: uppercase !important;
}
.themevale_allCategories-dropdown .imageArea .card {
    margin-bottom: 0;
}
.themevale_allCategories-dropdown .imageArea .card .card-img-container:after {
    padding-bottom: 80%;
}
.themevale_allCategories-dropdown .imageArea .card .card-body .card-rating {
    display: block;
    margin-bottom: 15px;
}
.themevale_allCategories-dropdown .imageArea .card .card-body .card-figcaption {
    opacity: 1;
    font-size: 12px;
    margin-top: 15px;
    visibility: visible;
    text-align: center;
}
.themevale_allCategories-dropdown .imageArea .card .card-body .card-figcaption .link {
    display: inline-block;
    color: #00699e;
    border-bottom: 1px solid #00699e;
}
.themevale_allCategories-dropdown .bottomMegamenu {
    left: 0;
    right: 0;
    padding: 9px 0 8px 0;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #e06868;
    background-color: #fef8e7;
    text-transform: uppercase;
}
.themevale_allCategories-dropdown .bottomMegamenu p {
    margin-bottom: 0;
}
.tags {
    list-style: none;
    margin-left: 0;
    font-size: 0;
    margin-bottom: 0;
}
.tags ol,
.tags ul {
    list-style: none;
    margin-bottom: 0;
}
.tag {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tag a {
    font-size: 12px;
    color: #8c8c8c;
    line-height: 1;
    padding: 9px 15px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.socialLinks {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.socialLinks:after,
.socialLinks:before {
    content: " ";
    display: table;
}
.heroCarousel .slick-arrow:before,
.heroCarousel .slick-dots li button:before {
    content: none;
}
.socialLinks:after {
    clear: both;
}
.socialLinks ol,
.socialLinks ul {
    list-style: none;
    margin-bottom: 0;
}
.socialLinks li {
    margin: 0;
    padding: 0;
}
.socialLinks .icon {
    width: 16px;
    height: 16px;
    font-size: 12px;
    margin: 0;
    display: block;
    text-decoration: none;
}
.socialLinks .icon:hover svg {
    fill: #323232;
}
.socialLinks .icon svg {
    fill: #323232;
    transition: all 0.15s ease;
}
.socialLinks .icon.icon--google_plusone,
.socialLinks .icon.icon--print,
.socialLinks .icon.icon--twitter {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.socialLinks .icon.icon--email,
.socialLinks .icon.icon--facebook,
.socialLinks .icon.icon--instagram {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.socialLinks .icon.icon--google_plusone {
    width: 15px !important;
}
.google_plusone_iframe_widget {
    width: inherit !important;
    display: none !important;
}
.socialLinks-item--pinterest {
    width: 15px;
}
.pin_it_iframe_widget {
    display: none;
}
.socialLinks-item {
    display: inline-block;
    vertical-align: middle;
}
.socialLinks .socialLinks-item {
    margin: 0 10px 5px 0;
}
.socialLinks .socialLinks-item:last-child {
    margin-right: 0;
}
@media (min-width: 551px) {
    .socialLinks .socialLinks-item {
        margin: 0 15px 5px 0;
    }
}
.socialLinks-item.socialLinks-item--google_plusone {
    display: none;
}
.socialLinks--alt .icon {
    height: 1.75rem;
    width: 1.75rem;
}
.socialLinks--alt svg {
    fill: #757575;
}
.heroCarousel-wrapper {
    position: relative;
}
@media (max-width: 1024px) {
    .heroCarousel-wrapper &gt; .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.heroCarousel {
    margin-bottom: 0;
}
.heroCarousel .slick-arrow {
    top: 50%;
    z-index: 5;
    width: 60px;
    height: 60px;
    padding: 0 18px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.3s ease;
    fill: white;
    stroke: white;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 255, 0);
}
.heroCarousel-title,
.heroCarousel-title-mobile {
    line-height: 1.2;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
    font-weight: 700;
}
.heroCarousel .slick-arrow:before {
    content: none;
}
.heroCarousel .slick-arrow.slick-prev {
    left: 6%;
}
.heroCarousel .slick-arrow.slick-next {
    right: 6%;
}
.heroCarousel .slick-arrow:hover {
    fill: white;
    stroke: white;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 255, 0);
}
.heroCarousel .slick-dots {
    bottom: auto;
    z-index: 5;
    padding: 5px 0 0 0;
    position: relative;
    transition: all 0.3s ease;
}
.heroCarousel .slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 4px;
}
.heroCarousel .slick-dots li button {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    border: 1px solid #323232;
    background-color: #323232;
    transition: all 0.3s ease;
}
.heroCarousel .slick-dots li button:before {
    content: none;
}
.heroCarousel .slick-dots .slick-active button {
    opacity: 0.8;
    background-color: transparent;
}
@media (min-width: 801px) {
    .heroCarousel .slick-dots {
        padding: 0;
        bottom: 15px;
        position: absolute;
    }
    .heroCarousel .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 1px solid #8b8d90;
        background-color: #8b8d90;
    }
    .heroCarousel .slick-dots .slick-active button {
        opacity: 0.8;
        background-color: rgba(0, 0, 255, 0);
    }
}
@media (min-width: 1025px) {
    .heroCarousel .slick-dots {
        bottom: 25px;
    }
}
.heroCarousel .link-carousel {
    vertical-align: top;
}
.heroCarousel.slick-dotted {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .heroCarousel .slick-slide .heroCarousel-title,
    .heroCarousel .slick-slide .heroCarousel-description,
    .heroCarousel .slick-slide .heroCarousel-action {
        visibility: hidden;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-name: fadeOutRight;
        animation-name: fadeOutRight;
    }
    .heroCarousel .slick-current .heroCarousel-title {
        visibility: visible;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }
    .heroCarousel .slick-current .heroCarousel-description {
    .heroCarousel .slick-current .heroCarousel-description {
        visibility: visible;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }
    .heroCarousel .slick-current .heroCarousel-action {
        visibility: visible;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }
}
@media (min-width: 1025px) {
    .heroCarousel .slick-arrow,
    .heroCarousel .slick-dots {
        opacity: 0;
        visibility: hidden;
    }
    .heroCarousel .slick-dots li {
        margin: 0 7px;
    }
    .heroCarousel .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    .heroCarousel:hover .slick-arrow {
        opacity: 0.5;
        visibility: visible;
    }
    .heroCarousel:hover .slick-arrow:hover {
        opacity: 1;
    }
    .heroCarousel:hover .slick-dots {
        opacity: 1;
        visibility: visible;
    }
}
.heroCarousel:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
}
.heroCarousel:not(.slick-slider) .heroCarousel-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.heroCarousel-slide {
    position: relative;
    vertical-align: top;
}
.heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
@media (min-width: 1261px) {
    .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%;
    }
}
.heroCarousel-slide.compat-object-fit .heroCarousel-image {
    opacity: 0;
}
.heroCarousel-image-wrapper {
    position: relative;
    overflow: hidden;
}
.heroCarousel-image-wrapper .heroCarousel-image {
    display: none;
}
.heroCarousel-image-wrapper .heroCarousel-image-mobile {
    top: auto;
    left: auto;
    width: 100%;
    z-index: 1;
    height: auto;
    max-width: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
}
.heroCarousel-image-wrapper .heroCarousel-image-mobile img.lazyload {
    width: 100%;
}
.heroCarousel-image-wrapper .heroCarousel-image-mobile + .heroCarousel-image {
    display: none;
}
.heroCarousel-image-wrapper &gt; .link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
}
@media (min-width: 551px) {
    .heroCarousel-image-wrapper .heroCarousel-image {
        display: block;
        top: auto;
        left: auto;
        width: 100%;
        z-index: 1;
        height: auto;
        max-width: none;
        -webkit-transform: none;
        transform: none;
        position: relative;
    }
    .heroCarousel-image-wrapper .heroCarousel-image-mobile {
        display: none;
    }
    .heroCarousel-image-wrapper .heroCarousel-image-mobile + .heroCarousel-image {
        display: block;
    }
}
@media (min-width: 1025px) {
    .heroCarousel-image-wrapper {
        max-height: 31vw;
    }
}
@media (max-width: 551px) {
    .heroCarousel-image-wrapper {
        height: auto !important;
    }
}
.heroCarousel-content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px 15px 3px;
    white-space: normal;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 100%;
    padding: 25px 30px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    background-color: transparent;
}
@media (min-width: 768px) {
    .heroCarousel-content {
        top: 50%;
        left: 50%;
        z-index: 5;
        padding: 25px 30px;
        position: absolute;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        background-color: transparent;
    }
}
.heroCarousel-title {
    display: none;
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #fff;
}
@media (min-width: 551px) {
    .heroCarousel-title {
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .heroCarousel-title {
         display: block;
        font-size: 32px;
        color: #fff;
    }
}
@media (min-width: 1261px) {
    .heroCarousel-title {
        font-size: 50px;
    }
}
.heroCarousel-title-mobile {
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: 0;
    width: 250px;
    max-width: 290px;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    padding: 3px 15px;
    position: absolute;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 768px) {
    .heroCarousel-title-mobile {
        display: none;
    }
}
.productReview .productReview-title,
.writeReview-productDetails .product-brand,
.writeReview-productDetails .product-title {
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
.heroCarousel-description {
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #00699e;
}
@media (min-width: 1261px) {
    .heroCarousel-description {
        margin: 0 0 32px 0;
    }
}
.heroCarousel-action {
    display: none;
    margin: 0;
    color: #fff;
    min-width: 175px;
    color: #fff;
    border: 1px solid #b20000;
    background-color: #b20000;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
    .heroCarousel-title-mobile {
        display: none;
    }
    .heroCarousel-description {
        color: #fff;
    }
    .heroCarousel-action {
        display: inline-block;
        min-width: 175px;
        color: #fff;
        border: 1px solid #b20000;
        background-color: #b20000;
    }
    .heroCarousel-action:active,
    .heroCarousel-action:focus,
    .heroCarousel-action:hover {
        color: #fff;
        border: 1px solid #b20000;
        background-color: #b20000;
    }
    .writeReview-productDetails {
        width: 45%;
        float: left;
        padding-right: 15px;
    }
}
.themevale_heroCarousel {
    position: relative;
}
.heroCarousel-action {
        min-width: 175px;
    }
@media (min-width: 768px) {
    .writeReview-productDetails {
        width: 45%;
        float: left;
        padding-right: 15px;
    }
}
.writeReview-productDetails .product-brand {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #999;
}
.writeReview-productDetails .product-title {
    font-size: 12px;
    margin-top: 0;
    font-weight: 400;
    text-transform: none;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
}
.writeReview-form {
    margin-top: 30px;
}
.writeReview-form .form-label small {
    float: right;
    font-style: italic;
    color: #8c8c8c;
}
.writeReview-form textarea {
    min-height: 120px;
}
.writeReview-form .button {
    min-width: 200px;
}
@media (min-width: 768px) {
    .writeReview-form {
        width: 55%;
        float: left;
        margin-top: 0;
        padding-left: 15px;
    }
}
.writeReview-productImage-container {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}
.writeReview-productImage-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
@media (min-width: 768px) {
    .writeReview-productImage-container {
        max-width: none;
    }
}
.account--addReturn .table {
    display: block;
    margin-bottom: 3rem;
}
@media (min-width: 551px) {
    .account--addReturn .table {
        display: table;
        margin-bottom: 6rem;
    }
}
.account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0;
}
@media (min-width: 551px) {
    .account--addReturn .table tr {
        display: table-row;
        padding: 0;
    }
}
.account--addReturn .table td,
.account--addReturn .table th {
    display: block;
    padding: 0;
}
@media (min-width: 551px) {
    .account--addReturn .table td,
    .account--addReturn .table th {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }
}
.account--addReturn .table td + td,
.account--addReturn .table td + th,
.account--addReturn .table th + td,
.account--addReturn .table th + th {
    padding-left: 0;
}

@media (min-width: 551px) {
    .account--addReturn .table td + td,
    .account--addReturn .table td + th,
    .account--addReturn .table th + td,
    .account--addReturn .table th + th {
        padding-left: 1.5rem;
    }
}
.account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.16667rem;
}
@media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
        text-align: center;
    }
}
@media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
        text-align: right;
    }
}
.account--addReturn .table-thead {
    display: none;
}
@media (min-width: 551px) {
    .account--addReturn .table-thead {
        display: table-header-group;
    }
}
.account--addReturn .table-thead th {
    font-size: 15px;
}
.account--addReturn .table-thead th:first-child {
    width: 60%;
}
.account--addReturn .table-tbody {
    display: block;
}
@media (min-width: 551px) {
    .account--addReturn .table-tbody {
        display: table-row-group;
    }
}
.return-itemName {
    font-size: 15px;
    font-weight: 700;
}
@media (min-width: 551px) {
    .return-itemName {
        font-size: 1rem;
        font-weight: 400;
    }
}
.return-itemPrice {
    color: #999;
    margin-bottom: 0.41667rem;
}
@media (min-width: 551px) {
    .return-itemPrice {
        color: inherit;
        margin-bottom: 0;
        text-align: center;
    }
}
.return-itemQuantity .form-label {
    display: inline;
    margin-right: 0.41667rem;
}
@media (min-width: 551px) {
    .return-itemQuantity .form-label {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}
.account--addReturn-row:after,
.account--addReturn-row:before,
.productCarousel:after,
.productCarousel:before {
    display: table;
    content: " ";
}
.account--addReturn-row {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    margin: 0 -1rem;
}
.account--addReturn-row:after,
.account--addReturn-row:before {
    content: " ";
    display: table;
}
.account--addReturn-row:after {
    clear: both;
}
.account--addReturn-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 0 1rem;
}
@media (min-width: 551px) {
    .account--addReturn-column {
        width: 50%;
    }
}
.productCarousel {
    margin: 0 -8px;
    max-width: none;
    width: auto;
}
.productCarousel.slick-slider {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
}
.productCarousel.slick-slider:after,
.productCarousel.slick-slider:before {
    content: " ";
    display: table;
}
.productCarousel.slick-slider:after {
    clear: both;
}
.productCarousel-slide .card,
.productView--quickView .productView-details,
.productView--quickView.themevalte_productView {
    margin-bottom: 0;
}
.productCarousel .slick-slide,
.productCarousel.slick-slider .slick-slide {
    padding: 0 8px;
}
.productCarousel .slick-slide &gt; div + div,
.productCarousel.slick-slider .slick-slide &gt; div + div {
    margin-top: 30px;
}
.productCarousel .slick-slide .productCarousel-slide,
.productCarousel.slick-slider .slick-slide .productCarousel-slide {
    padding: 0;
}
.productCarousel .productCarousel-slide,
.productCarousel.slick-slider .productCarousel-slide {
    float: none;
}
.productCarousel.slick-slider .productCarousel-slide .card {
    margin-bottom: 0;
}
@media (min-width: 1025px) {
    .productCarousel.slick-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .productCarousel.slick-slider .slick-arrow.slick-prev {
        left: -35px;
    }
    .productCarousel.slick-slider .slick-arrow.slick-next {
        right: -35px;
    }
    .productCarousel.slick-slider .slick-slide {
        padding: 0 15px;
    }
    .productCarousel.slick-slider .slick-dots {
        bottom: -40px;
    }
    .productCarousel {
        margin-left: -15px;
        margin-right: -15px;
    }
    .productCarousel .slick-arrow.slick-prev {
        left: -35px;
    }
    .productCarousel .slick-arrow.slick-next {
        right: -35px;
    }
    .productCarousel .slick-slide {
        padding: 0 15px;
    }
}
.productCarousel.slick-slider.slick-dotted {
    margin-bottom: 30px;
}
.productCarousel:not(.slick-slider) {
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
}
.productCarousel:not(.slick-slider) .productCarousel-slide {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 15px;
    width: 50%;
    font-size: 12px;
    white-space: normal;
    float: none;
}
.productCarousel:not(.slick-slider) .productCarousel-slide .card {
    margin-bottom: 0;
}
@media (min-width: 551px) {
    .productCarousel:not(.slick-slider) .productCarousel-slide {
        width: 33.33333333%;
    }
}
@media (min-width: 768px) {
    .themevale_productsCategorySortTabs.custom .productCarousel:not(.slick-slider) .productCarousel-slide {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .productCarousel:not(.slick-slider) .productCarousel-slide {
        width: 25%;
    }
    .themevale_productsCategorySortTabs.custom .productCarousel:not(.slick-slider) .productCarousel-slide {
        width: 33.333333333%;
    }
}
@media (min-width: 1025px) {
    .productCarousel:not(.slick-slider) {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-bottom: 0;
    }
    .productCarousel:not(.slick-slider) .productCarousel-slide {
        padding-right: 30px;
    }
    [data-themevale-products-by-category-id] .productCarousel:not(.slick-slider) .productCarousel-slide {
        width: 33.33333333%;
    }
    .themevale_productsBestsellers .productCarousel:not(.slick-slider) .productCarousel-slide {
        width: 100%;
    }
}
.productCarousel-slide {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    padding: 0 8px;
}
@media (min-width: 551px) {
    .productCarousel-slide {
        width: 33.33333%;
    }
}
@media (min-width: 801px) {
    .productCarousel-slide {
        width: 25%;
    }
    .productView-image {
        min-height: 366px;
        min-width: inherit;
    }
}
@media (min-width: 1261px) {
    .productCarousel-slide {
        width: 16.66667%;
    }
}
@media (min-width: 1025px) {
    .productCarousel-slide {
        padding: 0 15px;
    }
}
.quickView:after,
.quickView:before {
    content: " ";
    display: table;
}
.quickView:after {
    clear: both;
}
.modal-quickview {
    width: 1050px;
}
@media (min-width: 1024px) {
    .modal-quickview .modal-body {
        padding: 40px 60px 60px;
    }
}
.productView--quickView.themevalte_productView {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .productView--quickView.themevalte_productView .themevalte_productView-left {
        width: 50%;
    }
    .productView--quickView.themevalte_productView .themevalte_productView-right {
        width: 50%;
    }
}
.productView--quickView .productView-details {
    margin-bottom: 0;
}
.quickView .themevale_productView {
    display: block;
    font-size: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.quickView .themevale_productView .themevale_productView-left,
.quickView .themevale_productView .themevale_productView-right {
    display: block;
    font-size: 1rem;
}
.quickView .themevale_productView .productView-description {
    display: none;
}
.quickView .themevale_productView .themevale_securityImage ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .quickView .themevale_productView .themevale_productView-left,
    .quickView .themevale_productView .themevale_productView-right {
        width: 50%;
        vertical-align: top;
        display: inline-block;
    }
    .quickView .themevale_productView .themevale_productView-left {
        padding-right: 15px;
    }
    .quickView .themevale_productView .themevale_productView-right {
        padding-left: 15px;
        margin-top: 0;
    }
}
.themevale_quickViewImage {
    width: 100%;
    max-width: 470px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 30px;*/
}
.themevale_quickViewImage .productView-image {
    cursor: zoom-in;
    vertical-align: top;
}
.themevale_quickViewImage .productView-image .easyzoom-flyout {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: absolute;
}
.themevale_quickViewImage .productView-img-container {
    max-width: none;
}
.themevale_quickViewImage .productView-img-container &gt; a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.themevale_quickViewImage .productView-img-container &gt; a img {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.themevale_quickViewImage .productView-thumbnails {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 0 30px;
}
.themevale_quickViewImage .productView-thumbnails .productView-thumbnail {
    border: none;
    outline: 0;
    padding: 0 10px;
    vertical-align: top;
}
.themevale_quickViewImage .productView-thumbnails .productView-thumbnail &gt; a {
    display: block;
    position: relative;
}
.themevale_quickViewImage .productView-thumbnails .productView-thumbnail &gt; a:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.themevale_quickViewImage .productView-thumbnails .productView-thumbnail &gt; a img {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    width: auto;
    height: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.themevale_quickViewImage .productView-thumbnails .slick-arrow {
    width: 21px;
    height: 21px;
    padding: 0;
}
.themevale_quickViewImage .productView-thumbnails .slick-prev {
    left: 0;
}
.themevale_quickViewImage .productView-thumbnails .slick-next {
    right: 0;
}
.productReviews-list {
    margin: 0;
}
.productReview {
    width: 100%;
    float: none;
    font-size: 1rem;
    display: block;
    vertical-align: top;
    margin-bottom: 0;
}
.productReview + .productReview {
    margin-top: 45px;
}
.productReview .productReview-title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    text-transform: capitalize;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #059;
}
.compareTable thead .compareTable-heading,
.compareTable-heading {
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.productReview .productReview-rating {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.productReview .productReview-author {
    color: #8c8c8c;
    margin-top: 10px;
    margin-bottom: 15px;
}
.productReview .productReview-ratingNumber {
    display: none;
}
.productReview .productReview-body {
    margin-bottom: 0;
}
.productReview .pagination {
    margin: 30px 0 0 0;
}
.btn-createReview {
    margin-top: 5px;
    float: left;
    width: 100%;
}
.productView-images {
    margin: 30px 0 0;
}
.productView-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: relative;
}
@media (min-width: 801px) {
    .productView-image {
        min-height: 366px;
        min-width: inherit;
        pointer-events: none;
    }
}
.productView-img-container {
    position: relative;
    margin: auto;
    width: 100%;
}
.productView-img-container &gt; a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}
.productView-img-container img.lazyload,
.productView-img-container img.lazyloading {
    width: auto;
    height: auto;
}
.productView-img-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.productView-thumbnails {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    margin: 0;
    font-size: 0;
    text-align: center;
}
.productView-thumbnails ol,
.productView-thumbnails ul {
    list-style: none;
    margin-bottom: 0;
}
.productView-thumbnails:after,
.productView-thumbnails:before {
    content: " ";
    display: table;
}
.productView-thumbnails:after {
    clear: both;
}
.productView-thumbnails .slick-arrow {
    fill: #323232;
}
.productView-thumbnails .slick-next {
    right: 0;
}
.productView-thumbnails .slick-prev {
    left: 0;
}
.productView-thumbnail {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    display: inline-block;
    float: none;
}
.productView-thumbnail-link {
    display: block;
    position: relative;
}
.productView-thumbnail-link:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.productView-thumbnail-link img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}
.productView-thumbnail-link img.lazyload,
.productView-thumbnail-link img.lazyloading {
    width: auto;
    height: auto;
}
.productView-thumbnail-link.is-active {
    opacity: 0.5;
}
.productView-details {
    margin-bottom: 2rem;
}
@media (min-width: 801px) {
    .productView-product {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 2rem;
    }
}
.productView-product &gt; :last-child {
    margin-bottom: 0;
}
.productView-title {
    font-size: 20px;
    margin: -0.75rem 0 0.41667rem;
}
@media (min-width: 801px) {
    .productView-title {
        margin-top: 1.5rem;
    }
}
@media (min-width: 1261px) {
    .productView-title {
        font-size: 28px;
    }
}
.productView-brand {
    color: #757575;
    font-size: 15px;
    margin: 0 0 0.75rem;
}
@media (min-width: 1261px) {
    .productView-brand {
        font-size: 20px;
        margin: -0.16667rem 0 1rem;
    }
}
.productView-brand a {
    color: #757575;
}
.productView-brand a:hover {
    color: #333;
}
.productView-price {
    font-size: 15px;
    margin-bottom: 0.5rem;
}
@media (min-width: 801px) {
    .productView-price {
        font-size: 25px;
        margin-bottom: 1rem;
    }
}
.productView-price .price-section--saving {
    font-size: 15px;
}
.productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit;
}
.productView-reviewLink {
    display: inline-block;
    margin-left: 0.75rem;
    vertical-align: middle;
}
.productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto;
}
@media (min-width: 551px) {
    .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.75rem;
    }
}
.productView-info:after,
.productView-info:before,
.productView-options:after,
.productView-options:before {
    display: table;
    content: " ";
}
.productView-reviewLink &gt; a {
    color: #757575;
}
.productView-reviewLink &gt; a:hover {
    color: #333;
}
.productView-info {
    margin-top: 0.75rem;
}
.productView-info:after,
.productView-info:before {
    content: " ";
    display: table;
}
.productView-info:after {
    clear: both;
}
@media (min-width: 551px) {
    .productView-info {
        margin-top: 0;
    }
}
@media (min-width: 551px) {
    .productView-info &gt; :first-child {
        margin-top: 1.5rem;
    }
}
.productView-info &gt; :last-child {
    margin-bottom: 0;
}
.productView-info-name,
.productView-info-value {
    float: left;
}
@media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
        float: none;
    }
}
.productView-info-name {
    clear: both;
    margin-bottom: 0.16667rem;
    margin-right: 0.41667rem;
}
@media (min-width: 551px) {
    .productView-info-name {
        font-size: 13px;
        font-weight: 400;
    }
}
.productView-info-name {
    margin-bottom: 0.16667rem;
    margin-right: 0.41667rem;
}
.productView-info-value {
    margin-bottom: 0.41667rem;
}
@media (min-width: 551px) {
    .productView-info-value {
        margin-bottom: 1rem;
    }
}
.productView-options {
    margin-bottom: 1.5rem;
    text-align: center;
}
.productView-options:after,
.productView-options:before {
    content: " ";
    display: table;
}
.productView-options:after {
    clear: both;
}
@media (min-width: 551px) {
    .productView-options {
        text-align: left;
    }
}
@media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
        width: 16.66667%;
    }
}
.productView-options .form {
    display: inline;
}
.productView-options input[type="file"] {
    font-size: 13px;
}
.productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem;
}
.productView-options .form-field &gt; .form-checkbox + .form-label,
.productView-options .form-field &gt; .form-radio + .form-label {
    width: auto;
    display: inline-block;
    margin-left: 1.5rem;
}
@media (min-width: 551px) {
    .productView-options .form-field &gt; .form-checkbox + .form-label,
    .productView-options .form-field &gt; .form-radio + .form-label {
        margin-left: 0;
        width: 100%;
    }
}
.productView-options .form-field &gt; .form-label:nth-of-type(2) {
    margin-left: 0;
}
.productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem;
}
.productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 6px;
}
.productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
.productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
    width: 100%;
}
.productView-options .add-to-cart-wallet-buttons button.show-more-button {
    color: #757575;
    display: block;
    margin-top: 0.41667rem;
    padding: 0.41667rem 0;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 100%;
}
.productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
    color: #333;
}
.productOptions-list {
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
}
.productOptions-list-item {
    padding: 1.5rem;
}
.productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #ccc;
}
.productOptions-list-item .form-label {
    text-align: left;
    top: -2px;
}
.productOptions-list-item-content,
.productOptions-list-item-figure {
    display: table-cell;
    vertical-align: middle;
}
.productOptions-list-item-figure {
    width: 3rem;
}
.productOptions-list-item-content {
    padding-left: 1.25rem;
}
.shareProduct {
    text-align: center;
}
.productView-image .easyzoom-flyout {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto;
}
.price--discounted,
.price--non-sale,
.price--rrp {
    text-decoration: line-through;
}
.price-section--minor {
    color: #999;
}
.compareTable {
    border-top: 1px solid #e5e5e5;
    table-layout: fixed;
    width: 100%;
}
.compareTable-row {
    vertical-align: top;
}
.compareTable-row + .compareTable-row .compareTable-heading,
.compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5;
}
.compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0;
}
.compareTable-heading {
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 1.25rem 1rem;
    position: relative;
    text-align: right;
    width: 0;
}
.compareTable-item {
    padding: 3.25rem 1rem 1.25rem;
}
@media (min-width: 801px) {
    .compareTable-heading {
        width: 25%;
    }
}
.compareTable thead,
.compareTable-product .card,
.compareTable-product .card .card-body {
    text-align: center;
}
.compareTable-headingText {
    position: absolute;
    top: 1.25rem;
    white-space: nowrap;
}
@media (min-width: 801px) {
    .compareTable-headingText {
        position: inherit;
        top: inherit;
    }
}
.compareTable-item {
    padding: 3.25rem 1rem 1.25rem;
    word-break: break-all;
}
@media (min-width: 801px) {
    .compareTable-item {
        padding-top: 1.25rem;
    }
}
.compareTable-removeProduct {
    background-color: #e5e5e5;
    border-radius: 50%;
    height: 2.5rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    transition: background-color 0.15s ease;
    width: 2.5rem;
}
.compareTable-removeProduct .icon {
    fill: #323232;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem;
}
.compareTable-product {
    font-weight: 400;
    padding: 2rem 1rem 1.25rem;
}
.compareTable-product .card {
    margin-bottom: 0;
}
.compareTable-action {
    padding: 0 1rem 1rem;
}
.compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
}
.compareTable {
    border: 1px solid #ececec;
    border-collapse: collapse;
}
.compareTable td,
.compareTable th {
    border: 1px solid #ececec;
    border-spacing: 0px;
}
.compareTable thead {
    text-align: center;
}
.compareTable thead .compareTable-heading {
    text-align: center;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.compareTable thead .compareTable-headingText {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00699e;
}
.compareTable .compareTable-heading.text-center,
.compareTable .compareTable-item.text-center {
    width: 150px;
}
.compareTable-product .card {
    margin-bottom: 0;
    border: none;
    text-align: center;
}
.compareTable-product .card .card-img-container {
    padding-left: 30px;
    padding-right: 30px;
}
.compareTable-product .card .card-img-container:before {
    content: none;
}
.compareTable-product .card .card-body {
    text-align: center;
}
.compareTable-product .card .card-body .card-figcaption {
    margin-top: 20px;
}
.compareTable-product .card .card-price-wrapper {
    margin-top: 5px;
}
.compareTable-product .card .card-price-wrapper .card-price {
    float: none;
}
.compareTable-product .compareTable-removeProduct {
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: transparent;
}
.compareTable-product .compareTable-removeProduct .icon {
    margin: 0;
    width: 25px;
    height: 25px;
    padding: 5px;
    fill: #fff;
    border-radius: 50%;
    background-color: #00699e;
}
.compareTable,
table {
    border-collapse: collapse;
}
.blocker {
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 500;
}
.blocker-container {
    position: relative;
}
.blocker-container,
.cart-item-figure,
.facetLabel .icon,
.textTruncate {
    position: relative;
}
.textTruncate {
    padding-bottom: 1.5rem;
    position: relative;
    transition: max-height 0.1s ease-out;
}
.js .textTruncate {
    max-height: 110px;
    overflow: hidden;
}
.js .textTruncate--visible {
    max-height: 83.33333rem;
}
.textTruncate-viewMore {
    background-color: #fff;
    bottom: 0;
    padding-top: 10px;
    position: absolute;
    width: 100%;
}
.toggle {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 2.25rem;
}
.toggle:last-of-type {
    margin-bottom: 4.5rem;
}
.toggle-title {
    margin-bottom: 2.25rem;
}
.toggleLink {
    color: #757575;
}
.toggleLink:hover {
    color: #333;
}
.toggle-title .toggleLink {
    float: right;
    line-height: 24px;
}
.toggleLink &gt; .icon {
    width: 15px;
    height: 24px;
    float: right;
    padding: 5px 0;
    transform: rotate(90deg);
    fill: #c1c1c1;
    stroke: #c1c1c1;
    transition: all 0.3s ease;
}
.toggleLink.is-open &gt; .icon {
    transform: rotate(270deg);
}
.toggleLink-text {
    font-size: 13px;
    font-weight: 400;
}
.toggleLink-text--off {
    display: inline-block;
}
.toggleLink.is-open .toggleLink-text--off {
    display: none;
}
.toggleLink-text--on {
    display: none;
}
.toggleLink.is-open .toggleLink-text--on {
    display: inline-block;
}
.toggle-content {
    display: none;
}
.toggle-content.is-open {
    display: block;
}
.facetedSearch-toggle {
    margin: 0 auto 2rem;
    max-width: 100rem;
    width: 100%;
    border: solid #e5e5e5;
    border-radius: 4px;
    border-width: 1px;
    display: block;
    padding: 1rem;
}
.facetedSearch-toggle:after,
.facetedSearch-toggle:before {
    content: " ";
    display: table;
}
.facetedSearch-toggle:after {
    clear: both;
}
@media (min-width: 801px) {
    .facetedSearch-toggle {
        display: none !important;
    }
}
.facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.facetedSearch-toggle-indicator,
.facetedSearch-toggle-text {
    display: block;
    font-weight: 400;
}
.facetedSearch-toggle-text {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 58.33333%;
    float: left;
    padding: 0;
    text-align: left;
}
.facetedSearch-toggle-indicator {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 41.66667%;
    float: left;
    font-weight: 700;
    padding: 0;
    text-align: right;
}
.facetedSearch-navList {
    display: none;
}
@media (min-width: 801px) {
    .facetedSearch-navList {
        display: block !important;
    }
}
.facetedSearch-navList.is-open {
    display: block;
}
.facetedSearch-navList.is-open .accordion--navList,
.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem;
}
.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px;
}
@media (min-width: 801px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem;
    }
}
.facetedSearch-navList .navList--inner {
    margin-left: 1.5rem;
}
.facet-quick-heading {
    text-transform: capitalize;
}
.facetedSearch-optionColumns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.facetedSearch-refineFilters {
    display: none;
}
.facetedSearch-refineFilters .inlineList li {
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 801px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem;
    }
    .facetedSearch-refineFilters {
        display: block;
    }
}
.facetedSearch-content--rating .is-selected {
    font-weight: 700;
}
.facetedSearch-content--rating ul &gt; li &gt; a {
    padding-left: 0 !important;
    vertical-align: middle !important;
    font-size: 0 !important;
    line-height: 1;
}
.facetedSearch-content--rating ul &gt; li &gt; a &gt; span:not(.rating--small) {
    padding-left: 15px;
    font-size: 12px !important;
}
.banners {
    padding: 0;
    color: #000;
    text-align: center;
    background-color: #fff;
}
.banners p:last-child {
    margin-bottom: 0;
}
.banners a {
    color: #fff;
}
.banner {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
}
.banner:after,
.banner:before {
    content: " ";
    display: table;
}
.banner:after {
    clear: both;
}
.banner + .banner {
    margin-top: 1.5rem;
}
.page-type-category .banner {
    max-width: none;
}
.facetLabel {
    background: #e5e5e5;
    border-radius: 4px;
    padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
    text-decoration: none;
}
.facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px;
}
.cart {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%;
}
@media (min-width: 801px) {
    .cart {
        display: table;
    }
}
.cart-header {
    display: none;
}
@media (min-width: 801px) {
    .cart-header {
        display: table-header-group;
        text-align: left;
        background-color: #f7f7f7;
        border-radius: 3px;
    }
}
.cart-header-item {
    padding: 12px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #8c8c8c;
    text-transform: uppercase;
}
.cart-header-item:first-child {
    padding-left: 20px;
    border-radius: 3px 0 0 3px;
}
.cart-header-item:last-child {
    text-align: center;
    border-radius: 0 3px 3px 0;
}
.cart-list {
    border-top: 1px solid #e5e5e5;
    display: block;
}
@media (min-width: 801px) {
    .cart-list {
        border-top: none;
        display: table-row-group;
    }
}
.cart-item {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
@media (min-width: 551px) {
    .cart-item {
        display: block;
        padding-left: 25%;
    }
    .cart-item:after,
    .cart-item:before {
        content: " ";
        display: table;
    }
    .cart-item:after {
        clear: both;
    }
}
@media (min-width: 801px) {
    .cart-item {
        display: table-row;
        padding-left: 0;
    }
    .cart-item:after,
    .cart-item:before {
        display: none;
    }
}
.cart-item-block {
    display: block;
}
@media (min-width: 801px) {
    .cart-item-block {
        display: table-cell;
        vertical-align: top;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.cart-item-figure {
    float: left;
    height: 8.33333rem;
    margin-bottom: 1.5rem;
    width: 25%;
    position: relative;
    vertical-align: top;
}
.cart-item-figure:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
@media (min-width: 551px) {
    .cart-item-figure {
        margin-bottom: 0;
        margin-left: -33.33333%;
        width: 33.33333%;
    }
}
@media (min-width: 801px) {
    .cart-item-figure {
        float: none;
        width: 10%;
    }
    .cart-item-figure:after {
        content: none;
    }
}
.cart-item-fixed-image {
    width: 100%;
}
.cart-item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}
@media (min-width: 801px) {
    .cart-item-image {
        margin-left: 0;
        position: relative;
    }
}
.cart-item-title {
    display: table-cell;
    vertical-align: top;
    height: 8.33333rem;
    padding-left: 1.5rem;
}
@media (min-width: 551px) {
    .cart-item-title {
        display: block;
        height: auto;
        margin-bottom: 1.5rem;
        overflow: hidden;
    }
}
@media (min-width: 801px) {
    .cart-item-title {
        display: table-cell;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.cart-item-info {
    clear: both;
    width: 75%;
    float: right;
    padding-left: 1.5rem;
    margin-top: 15px;
    position: relative;
}
@media (min-width: 551px) {
    .cart-item-info {
        clear: none;
        float: left;
        margin-top: 0;
        overflow: hidden;
        width: 33.33333%;
    }
    .cart-item-info.cart-item-quantity {
        padding-left: 0;
    }
}
.cart-actions,
.cart-actions:after,
.cart-gift-certificate-form:after,
.cart-total:after,
.coupon-form:after,
.estimator-form-row:after {
    clear: both;
}
@media (min-width: 801px) {
    .cart-item-info {
        float: none;
        width: 16.66667%;
        position: relative;
    }
    .cart-item-info:last-child {
        text-align: center;
        padding-left: 0;
    }
}
@media (min-width: 801px) {
    .cart-header-price,
    .cart-header-quantity,
    .cart-item-info:last-child,
    .cart-item-price,
    .cart-item-quantity {
        text-align: center;
        padding-left: 0;
    }
}
.cart-item-quantity .form-increment {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 50px;
}
.cart-item-quantity .cart-item-label {
    padding-left: 0;
    line-height: 42px;
}
@media (min-width: 551px) {
    .cart-item-quantity .cart-item-label {
        line-height: 20px;
    }
}
@media (min-width: 801px) {
    .cart-item-quantity .form-increment .form-input--incrementTotal {
        width: 50px;
    }
}
.cart-item-label {
    color: #00699e;
    float: left;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    width: 33.33333%;
}
@media (min-width: 551px) {
    .cart-item-label {
        display: block;
        text-align: left;
        width: 100%;
        margin-bottom: 0.41667rem;
    }
}
@media (min-width: 801px) {
    .cart-item-label {
        display: none;
    }
}
.cart-item-value {
    font-size: 15px;
    font-weight: 700;
    color: #00699e;
}
@media (min-width: 801px) {
    .cart-item-value {
        line-height: 42px;
    }
}
.cart-item-brand {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
    text-transform: capitalize;
    color: #999;
}
.cart-item-name {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
}
.cart-item-name &gt; a {
    color: inherit;
    text-decoration: none;
}
.cart-item-name &gt; a:hover {
    color: #059;
}
.cart-item-name + .definitionList {
    margin-top: 15px;
}
.cart-item-name + p {
    margin-top: 6px;
    font-style: italic;
}
.definitionList {
    margin-bottom: 5px;
}
.definitionList .definitionList-key,
.definitionList .definitionList-value {
    font-weight: 400;
    line-height: 30px;
    color: #00699e;
}
.definitionList .definitionList-key {
    min-width: 40px;
}
a[data-item-edit] {
    color: #059;
    font-weight: 700;
    font-style: italic;
}
.cart-item-options--giftWrapping {
    margin-bottom: 0;
    margin-top: 15px;
}
.cart-item-options--giftWrapping .cart-item-option-description,
.cart-item-options--giftWrapping .cart-item-option-title {
    margin: 0;
    line-height: 22px;
}
.cart-item-options--giftWrapping .cart-item-option-title {
    margin-right: 5px;
    font-weight: 700;
    float: left;
    color: #00699e;
}
.cart-item-options--giftWrapping .cart-item-option-description {
    color: #059;
    margin-bottom: 5px;
}
.cart-item-options--giftWrapping .cart-item-option-description a {
    font-weight: 700;
    color: inherit;
}
@media (min-width: 551px) {
    .cart-item-options--giftWrapping .cart-item-option-title {
        float: left;
    }
    .cart-item-options--giftWrapping .cart-item-option-description {
        margin-bottom: 0;
    }
    .cart-remove {
        margin-left: 25px;
    }
}
.cart-remove {
    border-radius: 50%;
    cursor: pointer;
    float: right;
    height: 1.66667rem;
    width: 1.66667rem;
    margin-top: 0;
    padding: 3px;
    transition: background-color 0.15s ease;
    position: absolute;
    right: 0;
    bottom: 2px;
}
@media (min-width: 360px) {
    .cart-remove {
        bottom: 50px;
    }
}
@media (min-width: 551px) {
    .cart-remove {
        margin-left: 25px;
        position: relative;
        right: auto;
        bottom: auto;
    }
}
@media (min-width: 801px) {
    .cart-remove {
        margin-top: 9px;
        padding: 0;
        height: 1.83333rem;
        width: 1.83333rem;
        position: absolute;
        right: 0;
    }
}
.cart-remove.cart-remove--spacer {
    visibility: hidden;
}
.cart-remove &gt; svg {
    fill: #b20000;
}
.cart-actions-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
}
.cart-actions-wrapper .button-group .button {
    display: block;
    width: 200px;
    margin-right: 0;
    margin-left: auto;
}
.cart-actions-wrapper .button-group .button + .button {
    margin-top: 15px;
}
.cart-actions-wrapper .themevale_securityImage {
    margin-top: 25px;
}
@media (min-width: 551px) {
    .cart-actions-wrapper .button-group .button {
        display: inline-block;
        width: auto;
        min-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .cart-actions-wrapper .button-group .button + .button {
        margin-top: 0;
        margin-left: 15px;
    }
}
@media (min-width: 801px) {
    .cart-actions-wrapper {
        margin-top: 35px;
        margin-bottom: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart-actions-wrapper .themevale_securityImage {
        margin-top: 0;
    }
}
.cart-totals {
    list-style: none;
    margin-left: 0;
    display: block;
    font-size: 0;
    margin: 0 -8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: right;
}
.cart-totals ol,
.cart-totals ul {
    list-style: none;
    margin-bottom: 0;
}
.cart-totals .column {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 100%;
    padding: 0 8px;
    margin-top: 15px;
}
.cart-totals .column:first-child {
    margin-top: 0;
}
@media (min-width: 768px) {
    .cart-totals .column {
        width: 50%;
        margin-top: 30px;
    }
    .cart-totals .column:nth-child(-n + 2) {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .cart-totals .column {
        width: 33.333333%;
    }
    .cart-totals .column:nth-child(-n + 3) {
        margin-top: 0;
    }
}
@media (min-width: 1025px) {
    .cart-totals {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px;
    }
    .cart-totals .column {
        padding: 0 15px;
    }
}
.cart-total {
    border-bottom: 0;
}
.cart-total:after,
.cart-total:before {
    content: " ";
    display: table;
}
.cart-total:after {
    clear: both;
}
.cart-total .cart-form,
.cart-total .shipping-estimator {
    display: block;
    margin-top: 1rem;
}
.cart-total .form-input {
    min-height: 38px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 75%;
}
.cart-total .form-select {
    min-height: 38px;
    padding: 0 15px;
    background-position: right 0.41667rem top 0.83333rem;
    background-size: 1.66667rem 1.66667rem;
    margin-bottom: 0.75rem;
}
.cart-total .form-inlineMessage {
    text-align: left;
    margin-top: 1rem;
}
.cart-total + .cart-total:not(.cart-total-custom) {
    margin-top: 15px;
}
@media (min-width: 551px) {
    .cart-total .form-input,
    .cart-total .form-select {
        min-height: 40px;
        padding: 0 15px;
    }
}
@media (min-width: 768px) {
    .cart-total + .cart-total:not(.cart-total-custom) {
        margin-top: 30px;
    }
}
.cart-total-label,
.cart-total-value {
    color: #00699e;
    font-weight: 700;
    line-height: 24px;
    padding: 1rem 0;
}
.cart-total-label b,
.cart-total-label strong,
.cart-total-value b,
.cart-total-value strong {
    font-weight: 700;
}
.cart-total-label {
    float: none;
    font-size: 20px;
    display: block;
    padding-left: 0;
    text-align: left;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.cart-total-value {
    text-align: right;
    font-size: 14.5px;
    width: 50%;
}
.cart-total-value button {
    margin: 0;
    padding: 0;
    border: none;
    color: #00699e;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent;
}
.cart-total-value button:active,
.cart-total-value button:focus,
.cart-total-value button:hover {
    color: #00699e;
    border: none;
    background-color: transparent;
}
.cart-total-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.cart-total-custom .cart-total-label,
.cart-total-custom .cart-total-value {
    margin-bottom: 0;
    display: inline-block;
    border-bottom: none;
    width: 50%;
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
.cart-gift-certificate-form:after,
.cart-gift-certificate-form:before,
.coupon-form:after,
.coupon-form:before,
.estimator-form-row:after,
.estimator-form-row:before {
    display: table;
    content: " ";
}
.cart-total-custom .cart-total-label {
    font-size: 12px;
    text-transform: none;
}
.cart-total-custom .cart-total-value {
    font-size: 14.5px;
}
.cart-total-grandTotal {
    border-bottom: none;
}
.cart-total-grandTotal .cart-total-label {
    font-size: 16px;
}
.cart-total-grandTotal .cart-total-value {
    font-size: 18px;
    position: relative;
}
.coupon-code-add,
.coupon-code-cancel,
.gift-certificate-add,
.gift-certificate-cancel,
.shipping-estimate-hide,
.shipping-estimate-show {
    color: #757575;
    padding: 0;
    text-decoration: underline;
    transition: color 0.15s ease;
}
.adminBar,
.adminBar-content a,
.panel--newAddress,
.previewCartItem-name &gt; a,
.video {
    text-decoration: none;
}
.coupon-code-add:hover,
.coupon-code-cancel:hover,
.gift-certificate-add:hover,
.gift-certificate-cancel:hover,
.shipping-estimate-hide:hover,
.shipping-estimate-show:hover {
    color: #333;
}
.cart-gift-certificate-form,
.coupon-form {
    font-size: 0;
    margin-bottom: 0;
}
.cart-gift-certificate-form:after,
.cart-gift-certificate-form:before,
.coupon-form:after,
.coupon-form:before {
    content: " ";
    display: table;
}
.cart-gift-certificate-form:after,
.coupon-form:after {
    clear: both;
}
.cart-gift-certificate-form .button,
.cart-gift-certificate-form .form-input,
.coupon-form .button,
.coupon-form .form-input {
    float: left;
}
.cart-gift-certificate-form .form-input,
.coupon-form .form-input {
    width: 68%;
}
.cart-gift-certificate-form .button,
.coupon-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 30%;
}
.estimator-form {
    margin-bottom: 0;
}
.estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%;
}
.estimator-form .button--primary {
    width: 60%;
}
.estimator-form-label {
    clear: both;
    float: left;
    font-weight: 400;
    margin-bottom: 0;
}
.estimator-form-label .form-label {
    line-height: 3.5rem;
    margin-bottom: 0;
}
.estimator-form-label-text {
    margin-left: 0.83333rem;
}
.estimator-form-input {
    float: right;
    margin-bottom: 1em;
    width: 60%;
}
.estimator-form-input .form-input,
.estimator-form-input .form-select {
    margin-bottom: 0;
}
.shipping-estimate-submit {
    margin-top: 8px;
    width: 60%;
    float: right;
}
.estimator-form-input--price {
    width: 30%;
}
.estimator-form-row:after,
.estimator-form-row:before {
    content: " ";
    display: table;
}
.estimator-form-row:after {
    clear: both;
}
.estimator-form-toggleUPSRate {
    display: block;
    margin-bottom: 1em;
}
.cart-actions {
    clear: both;
    text-align: center;
    margin-top: 15px;
}
.cart-actions:after,
.cart-actions:before {
    content: " ";
    display: table;
}
.cart-actions:after {
    clear: both;
}
.cart-actions .button {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
}
@media (min-width: 551px) {
    .cart-actions .button {
        float: right;
        font-size: 18px;
        padding-top: 14px;
        padding-bottom: 13px;
        display: inline-block;
    }
}
.cart-actions .checkoutMultiple {
    clear: right;
    color: #059;
    padding-top: 15px;
    display: inline-block;
    border-bottom: 1px solid #059;
}
.account-product-details:after,
.account-product:after,
.brandGrid:after,
.cart-additionalCheckoutButtons .FloatRight:after,
.container:after,
.footer-info:after,
.header-logo &gt; a:after,
.page:after,
.previewCartAction-checkoutMultiple,
.previewCartAction:after,
.previewCartItem:after,
.productView-details .productView-info .productView-info-name,
.video-body:after,
.video:after,
.videoGallery-list:after,
.wishlist-form:after {
    clear: both;
}
.cart-additionalCheckoutButtons {
    position: relative;
    text-align: center;
}
.cart-additionalCheckoutButtons:after,
.cart-additionalCheckoutButtons:before {
    content: "";
    position: absolute;
}
.cart-additionalCheckoutButtons:before {
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e2e4e8;
}
.cart-additionalCheckoutButtons:after {
    top: 12px;
    left: 50%;
    z-index: 1;
    width: 100px;
    height: 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}
.cart-additionalCheckoutButtons .FloatRight {
    z-index: 2;
    position: relative;
}
.cart-additionalCheckoutButtons .FloatRight:after,
.cart-additionalCheckoutButtons .FloatRight:before {
    content: " ";
    display: table;
}
.cart-additionalCheckoutButtons .FloatRight:after {
    clear: both;
}
.cart-additionalCheckoutButtons .FloatRight p {
    float: none !important;
    margin: 0.5rem 0;
}
.cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 0;
}
.cart-additionalCheckoutButtons .CheckoutButton:last-child {
    padding-bottom: 10px;
}
.data-cart-totals {
    width: 100%;
}
@media (min-width: 1025px) {
    .dropdown-cart {
        top: calc(100% + 10px);
        right: 0;
        padding: 0;
        z-index: 20;
        display: none;
        outline: 0;
        text-align: left;
        position: absolute;
        border-radius: 3px;
        width: 28.33333rem;
        background-color: #fff;
        border: 1px solid #e2e4e8;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
    .themevale_cart.is-open .dropdown-cart {
        display: block;
    }
    .dropdown-cart.is-loading .loadingOverlay {
        background: 0 0;
        padding: 25px;
        position: relative;
    }
}
.previewCartList {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 398px;
    overflow-y: auto;
}
.previewCartList li {
    padding: 20px;
    border-bottom: 1px solid #e2e4e8;
}
.previewCartList li:last-child {
    border-bottom: none;
}
.previewCartItem {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
    display: table;
}
.previewCartItem:after,
.previewCartItem:before {
    content: " ";
    display: table;
}
.previewCartItem:after {
    clear: both;
}
.previewCartItem-content,
.previewCartItem-image {
    display: table-cell;
    vertical-align: top;
}
.previewCartItem-image {
    width: 60px;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
}
.previewCartItem-image:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.previewCartItem-content {
    padding-left: 20px;
}
.previewCartItem-brand {
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #999;
}
.previewCartItem-name {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: none;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
}
.previewCartItem-name &gt; a {
    color: inherit;
    text-decoration: none;
}
.previewCartItem-price {
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    color: #00699e;
}
.previewCartAction {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
    display: block;
    margin: 0;
    padding: 25px 30px;
    background-color: #f7f7f7;
}
.previewCartAction:after,
.previewCartAction:before {
    content: " ";
    display: table;
}
.previewCartAction:after {
    clear: both;
}
.previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
}
.previewCartAction .button.button--action:not(:hover):not(:focus):not(:active) {
    background-color: #fff;
}
.previewCartAction-checkout {
    margin-bottom: 15px;
}
.previewCartAction-checkout,
.previewCartAction-viewCart {
    display: block;
}
.previewCartAction-checkoutMultiple {
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}
.previewCartAction-checkoutMultiple a {
    color: #059;
    border-bottom: 1px solid #059;
}
.previewCart-emptyBody {
    padding: 3rem;
    text-align: center;
}
.themevale_securityContact {
    margin-top: 30px;
    display: block;
    text-align: center;
}
.themevale_securityContact &gt; .wrapper {
    display: table;
    color: #86898d;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.themevale_securityContact &gt; .wrapper .icon,
.themevale_securityContact &gt; .wrapper .text {
    display: table-cell;
    vertical-align: middle;
}
.themevale_securityContact &gt; .wrapper .icon {
    height: 2rem;
    width: 2rem;
}
.themevale_securityContact &gt; .wrapper .icon svg {
    height: 2rem;
    width: 2rem;
    fill: #86898d;
    stroke: #86898d;
}
.themevale_securityContact &gt; .wrapper .text {
    padding-left: 5px;
    margin: 0;
    font-style: italic;
}
.themevale_securityContact .description {
    margin: 15px 0 0 0;
    color: #86898d;
}
.addressList {
    font-size: 0;
    list-style: none;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.address {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: top;
    width: 100%;
}
@media (min-width: 551px) {
    .address {
        width: 50%;
    }
}
@media (min-width: 1261px) {
    .address {
        width: 33.33333%;
    }
}
.panel--address {
    font-size: 1rem;
    position: relative;
}
.panel--address .panel-body {
    min-height: 23.33333rem;
    padding: 1.5rem;
}
@media (min-width: 551px) {
    .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem;
    }
}
.panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left;
}
@media (min-width: 551px) {
    .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto;
    }
}
.panel--address .form-actions .button {
    font-size: 12px;
    line-height: 1;
    min-width: auto;
    margin-bottom: 0.75rem;
    padding: 8px 20px;
}
.panel--address .form-actions .button + .button {
    margin-left: 0;
    margin-top: 0;
}
@media (min-width: 551px) {
    .panel--address .form-actions .button + .button {
        margin-left: 0.41667rem;
    }
}
.address-title {
    margin: 0 0 0.75rem;
    text-transform: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #00699e;
}
.address-details {
    list-style: none;
    margin: 0 0 0.75rem;
}
.address-details--postal {
    line-height: 24px;
}
.address-description,
.address-label {
    display: inline-block;
    font-size: 1rem;
    margin: 0;
}
.address-label {
    color: #757575;
    font-weight: 400;
}
.panel--newAddress {
    display: block;
    text-align: center;
    text-decoration: none;
}
.panel--newAddress:hover .address-title {
    color: #059;
}
.panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block;
}
.panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease;
}
.address-addNew {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-55%);
    transform: translateX(-50%) translateY(-55%);
}
.address-symbol {
    font-size: 50px;
    line-height: 1;
}
.videoGallery-main {
    height: 0;
    margin-bottom: 1.33333rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 2.08333rem;
    position: relative;
    margin-bottom: 1.91667rem;
}
.videoGallery-main.widescreen {
    padding-bottom: 56.34%;
}
.videoGallery-main.vimeo {
    padding-top: 0;
}
.videoGallery-main embed,
.videoGallery-main iframe,
.videoGallery-main object,
.videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.videoGallery-list {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
}
.videoGallery-list ol,
.videoGallery-list ul {
    list-style: none;
    margin-bottom: 0;
}
.videoGallery-list:after,
.videoGallery-list:before {
    content: " ";
    display: table;
}
.videoGallery-list:after {
    clear: both;
}
.videoGallery-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    display: inline-block;
    float: none;
    vertical-align: top;
}
@media (min-width: 801px) {
    .videoGallery-item {
        width: 50%;
    }
}
.video {
    display: block;
    margin-bottom: 1.91667rem;
    opacity: 0.4;
    text-decoration: none;
    transition: opacity 0.1s ease-out;
}
.video:after,
.video:before {
    content: " ";
    display: table;
}
.video:after {
    clear: both;
}
.video-figure {
    float: left;
    margin-right: 0.75rem;
}
.video-figure &gt; img {
    display: block;
}
.video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0;
}
.video-body:after,
.video-body:before {
    content: " ";
    display: table;
}
.video-body:after {
    clear: both;
}
@media (min-width: 801px) {
    .video {
        margin-bottom: 1.91667rem;
    }
}
.video.is-active,
.video:hover {
    color: #333;
    opacity: 1;
}
.video-figure {
    margin-right: 1.91667rem;
}
.video-title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}
.video-description {
    font-size: 1rem;
    margin-bottom: 0;
}
.themevale_videoGallery .videoGallery-main {
    margin-bottom: 15px;
    padding-bottom: 50%;
}
.themevale_videoGallery .videoGallery-list {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 10px 0;
}
.themevale_videoGallery .videoGallery-list .videoGallery-item {
    white-space: normal;
    width: auto;
    max-width: 180px;
    padding: 0 15px 0 0;
}
.adminBar-private span,
.header-logo-text {
    white-space: nowrap;
}
.themevale_videoGallery .videoGallery-list .videoGallery-item:last-child {
    padding-right: 0;
}
.themevale_videoGallery .videoGallery-list .video {
    display: block;
    margin-bottom: 0;
}
.themevale_videoGallery .videoGallery-list .video .video-body,
.themevale_videoGallery .videoGallery-list .video .video-figure {
    float: none;
    display: block;
}
.themevale_videoGallery .videoGallery-list .video .video-figure {
    margin-right: 0;
}
.themevale_videoGallery .videoGallery-list .video .video-body {
    display: none;
}
.previewCart {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
.previewCart .productView {
    padding: 0;
    font-size: 0;
    display: block;
    margin: 0 0 30px 0;
}
.previewCart .previewCartCheckout {
    padding: 0;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    max-width: 400px;
    text-align: center;
    color: #00699e;
    background-color: transparent;
}
.previewCart .productView-image {
    width: 30%;
    padding: 0;
    min-height: auto;
    display: inline-block;
    vertical-align: top;
}
.previewCart .productView-details {
    width: 70%;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}
.previewCart .productView-details .productView-brand {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    color: #999;
}
.previewCart .productView-details .productView-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
}
.previewCart .productView-details .productView-price {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #00699e;
}
.previewCart .productView-details .productView-info {
    margin-bottom: 0;
}
.previewCart .productView-details .productView-info .productView-info-name {
    min-width: 65px;
    font-weight: 700;
    margin-bottom: 0;
    color: #00699e;
}
.previewCart .productView-details .productView-info .productView-info-value {
    text-transform: capitalize;
}
.previewCart .productView-details .productView-info + .productView-info {
    margin-top: 7px;
}
@media (min-width: 768px) {
    .previewCart .productView {
        margin: 0;
        width: 60%;
        float: left;
        padding: 0 30px 0 0;
    }
    .previewCart .previewCartCheckout {
        width: 40%;
        margin: 0;
        float: right;
        max-width: none;
    }
}
@media (min-width: 801px) {
    .previewCart .productView-image {
        width: 210px;
    }
    .previewCart .productView-details {
        width: calc(100% - 210px);
    }
    .previewCart .productView {
        width: 67%;
        padding: 0 50px 0 0;
    }
    .previewCart .previewCartCheckout {
        width: 33%;
    }
    .previewCart .productView-details {
        padding-left: 20px;
    }
    .previewCartCheckout .proceed--button {
        font-size: 16px;
        padding: 16px 15px 15px;
    }
}
.previewCartCheckout {
    text-align: center;
}
.previewCartCheckout .button {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.previewCartCheckout .button + .button {
    margin-left: 0;
    margin-top: 15px;
}
.previewCartCheckout .proceed--button {
    margin-bottom: 0;
}
@media (min-width: 801px) {
    .previewCartCheckout .proceed--button {
        font-size: 16px;
        padding: 16px 15px 15px 15px;
    }
}
.previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 14px;
}
.previewCartCheckout .previewCartAction-checkoutMultiple {
    margin: 15px 0 12px 0;
}
@media (min-width: 1025px) {
    .previewCartCheckout .button {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.previewCartCheckout-additionalCheckoutButtons p {
    display: block;
    margin: 5px 0;
    float: none !important;
}
.previewCartCheckout-subtotal {
    margin: 30px 0 15px;
    padding-bottom: 15px;
    border: 1px solid #e2e4e8;
    border-radius: 3px;
}
.previewCartCheckout-subtotal .previewCartCheckout-subtotaltext {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: -12px;
    display: inline-block;
    text-transform: capitalize;
    background-color: #fff;
}
.previewCartCheckout-subtotal .previewCartCheckout-price {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00699e;
}
.suggestiveCart {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
}
.suggestiveCart &gt; h4 {
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.suggestiveCart .productGrid {
    overflow: auto;
    white-space: nowrap;
}
.suggestiveCart .productGrid .product {
    float: none;
}
@media (min-width: 1025px) {
    .suggestiveCart .productGrid .product {
        width: 25%;
    }
    .suggestiveCart .productGrid .card {
        margin-bottom: 0;
    }
}
.maintenanceNotice {
    background-color: #fffdea;
    box-shadow: 0 0 5px #999;
    color: #333;
    left: 1.16667rem;
    padding: 1rem 1.33333rem;
    position: fixed;
    top: 1.16667rem;
    width: 24rem;
    z-index: 500;
}
.maintenanceNotice &gt; :last-child {
    margin-bottom: 0;
}
.maintenanceNotice a {
    color: #333;
}
.maintenanceNotice-header {
    font-family:  Dosis;
    margin: 0 0 0.75rem;
}
body.hasAdminBar {
    padding-top: 101px;
}
@media (min-width: 801px) {
    body.hasAdminBar {
        padding-top: 0;
    }
    body.hasAdminBar .banners {
        margin-top: 46px;
    }
    body.hasAdminBar .header {
        padding-top: 0;
    }
}
body.hasAdminBar .header {
    padding-top: 46px;
}
body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px;
}
.adminBar {
    background-color: #fff;
    box-shadow: 0 0.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
    color: #626568;
    float: left;
    font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 46px;
    left: 0;
    position: fixed;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.adminBar-logo {
    background-color: #273a8a;
    float: left;
    height: 46px;
    width: 45px;
}
.adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%;
}
.adminBar-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 45px;
    padding: 17px 20.5px 14px 20px;
}
.adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none;
}
.adminBar-private {
    float: right;
    text-align: right;
}
.adminBar-private span {
    white-space: nowrap;
}
.preview {
    font-weight: 400;
    padding-left: 9px;
}
.cookieMessage {
    z-index: 12;
    display: block;
    text-align: center;
    padding: 10px 30px;
    line-height: 22px;
    width: 100%;
    color: #b8b8b8;
    border-radius: 0;
    background-color: rgba(25, 25, 25, 0.95);
    transition: all 0.3s ease;
}
.cookieMessage .close {
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
}
.privacy_accept,
.privacy_accept:active,
.privacy_accept:focus,
.privacy_accept:hover {
    color: #232323;
    background-color: #fff;
}
@media (min-width: 551px) {
    .cookieMessage {
        max-width: 360px;
        text-align: left;
        padding: 10px 40px 10px 15px;
    }
}
@media (min-width: 1025px) {
    .cookieMessage {
        padding: 30px 50px 30px 30px;
        max-width: 440px;
        border-radius: 3px;
    }
    .cookieMessage .close {
        top: 15px;
        right: 15px;
    }
}
.cookieMessage-container {
    width: 100%;
}
.cookieMessage-container p {
    margin-bottom: 15px;
}
.cookieMessage-container .group-button {
    margin-top: 10px;
    text-align: center;
}
@media (min-width: 551px) {
    .cookieMessage-container .group-button {
        text-align: left;
        margin-top: 20px;
    }
}
.privacy_accept {
    padding: 0;
    color: #232323;
    min-width: 180px;
    min-height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    border-radius: 18px;
    font-size: 13px;
    text-transform: uppercase;
}
.privacy_accept:active,
.privacy_accept:focus,
.privacy_accept:hover {
    color: #232323;
    background-color: #fff;
}
.privacy_policy {
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
}
@media (min-width: 551px) {
    .privacy_accept {
        font-size: 16px;
    }
}
.privacy_policy {
    display: block;
    margin-top: 10px;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    text-transform: capitalize;
}
.privacy_policy:active,
.privacy_policy:focus,
.privacy_policy:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}
@media (min-width: 551px) {
    .privacy_policy {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        margin-top: 0;
    }
}
.login-row {
    width: 100%;
    display: block;
    margin-top: 10px;
}
.login-row .login-form {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.login-row .new-customer {
    width: 100%;
    display: block;
}
.login-row .form-actions {
    text-align: left;
}
@media (min-width: 551px) {
    .login-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .login-row .login-form {
        width: 50%;
        padding-top: 30px;
        padding-right: 30px;
        margin-bottom: 0;
    }
    .login-row .new-customer {
        width: 50%;
    }
}
@media (min-width: 801px) {
    .login-row .login-form {
        padding-right: 50px;
    }
}
@media (min-width: 1025px) {
    .login-row .login-form {
        width: 470px;
        padding-right: 0;
    }
    .login-row .new-customer {
        width: 570px;
    }
}
.login-form .form-actions {
    margin-top: 25px;
    text-align: left;
}
.login-form .form-actions .button {
    min-width: 160px;
    display: inline-block;
    vertical-align: middle;
}
.login-form .form-actions .forgot-password {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #059;
}
@media (min-width: 801px) {
    .login-form .form-actions .forgot-password {
        margin-top: 0;
        margin-left: 30px;
        display: inline-block;
        vertical-align: middle;
    }
}
@media (min-width: 1025px) {
    .login-form .form-actions .forgot-password:before {
        content: "";
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #059;
    }
    .login-form .form-actions .forgot-password:hover {
        color: #059;
    }
    .login-form .form-actions .forgot-password:hover:before {
        width: 100%;
    }
}
.new-customer {
    padding: 25px 20px;
    background-color: #f7f7f7;
    border-radius: 3px;
}
.new-customer .panel-body,
.new-customer .panel-header {
    background-color: transparent;
}
.new-customer .panel-header {
    padding: 0;
}
.new-customer .panel-header .panel-title {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.new-customer .panel-body {
    padding: 0;
    margin-bottom: 0;
}
.new-customer .panel-body .new-customer-intro {
    margin-bottom: 7px;
}
.new-customer .panel-body ul li {
    line-height: 30px;
}
.new-customer .button {
    margin-top: 5px;
    min-width: 200px;
    margin-bottom: 0;
}
@media (min-width: 801px) {
    .new-customer {
        padding: 35px;
    }
}
.page-account-created {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-account-created .alertBox {
    display: block;
}
.page-account-created .alertBox .alertBox-message {
    width: auto;
}
.page-account-created .button {
    margin: 20px 0 0 0;
    min-width: 200px;
}
.page-account-created .page-heading {
    line-height: 1.5;
}
.page-account-created .page-heading:after,
.page-account-created .page-heading:before {
    content: none;
}
@media (min-width: 551px) {
    .page-account-created {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}
.button[value="Create Account"] {
    min-width: 200px;
}
.page-type-shippingaddressform form[data-address-form] .button {
    min-width: 180px;
}
.forgot-password-form .form-prefixPostfix {
    display: block;
}
.forgot-password-form .form-prefixPostfix .button {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    min-width: 200px;
    height: auto;
}
@media (min-width: 1261px) {
    .forgot-password-form .form-prefixPostfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .forgot-password-form .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px;
    }
    .forgot-password-form .form-prefixPostfix .form-inlineMessage {
        position: absolute;
        bottom: -10px;
    }
}
.new-password-form .button[value="Continue"] {
    min-width: 200px;
}
.gift_certificate-page.account {
    margin-top: 0;
}
.gift_certificate-page &gt; ol li {
    margin-bottom: 7px;
}
.gift_certificate-page &gt; h3 {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 15px;
}
@media (min-width: 551px) {
    .gift_certificate-page &gt; h3 {
        font-size: 20px;
    }
}
.gift_certificate-page strong {
    font-weight: 600;
}
#gift-certificate-balance .form-prefixPostfix {
    display: block;
}
#gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 15px;
    min-width: 200px;
    height: auto;
}
@media (min-width: 1261px) {
    #gift-certificate-balance .form-prefixPostfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #gift-certificate-balance .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px;
    }
}
@media (min-width: 551px) {
    #gift-certificate-form #gift-certificate-preview {
        min-width: 120px;
    }
    #gift-certificate-form #gift-certificate-submit {
        min-width: 300px;
    }
}
@media (min-width: 801px) {
    #gift-certificate-form #gift-certificate-preview {
        min-width: 160px;
    }
    #gift-certificate-form #gift-certificate-submit {
        min-width: 400px;
    }
}
.GiftCertificateBody #GiftCertificateAmount {
    font-size: 24px;
}
.GiftCertificateBody .StoreInfo {
    padding-right: 30%;
}
.GiftCertificateBody #LogoContainer h1 {
    font-size: 24px;
    line-height: 1.2;
}
.login-dropdown {
    right: 0;
    padding: 0;
    left: auto;
    z-index: 21;
    width: 300px;
    display: none;
    text-align: left;
    position: absolute;
    border-radius: 3px;
    top: calc(100% + 10px);
    color: #00699e;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.login-dropdown .close {
    top: 50%;
    right: 27px;
    color: #323232;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-dropdown .login-content,
.login-dropdown .login-footer,
.login-dropdown .login-header {
    padding-left: 28px;
    padding-right: 28px;
}
.login-dropdown .login-header {
    display: block;
    text-align: left;
    padding-top: 13px;
    position: relative;
    padding-bottom: 11px;
    border-bottom: 1px solid #e2e4e8;
}
.login-dropdown .login-header .login-title {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
}
.login-dropdown .login-content {
    padding-top: 15px;
    padding-bottom: 30px;
}
.login-dropdown .login-content .login-form {
    margin-bottom: 0;
}
.login-dropdown .login-content .form-field {
    margin-bottom: 20px;
}
.login-dropdown .login-content .form-actions {
    margin-top: 0;
    text-align: left;
}
.login-dropdown .login-content .form-actions .button,
.login-dropdown .login-content .form-actions .forgot-password {
    margin-left: 0;
}
.login-dropdown .login-content .form-actions .button + .forgot-password {
    margin-top: 15px;
    margin-bottom: 0;
}
.login-dropdown .login-content .form-actions .forgot-password {
    color: #059;
    line-height: 1;
    display: inline-block;
    margin-bottom: 16px;
}
@media (min-width: 1025px) {
    .login-dropdown .login-content .form-actions .forgot-password:before {
        content: "";
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #059;
    }
    .login-dropdown .login-content .form-actions .forgot-password:hover {
        color: #059;
    }
    .login-dropdown .login-content .form-actions .forgot-password:hover:before {
        width: 100%;
    }
}
.login-dropdown .login-footer {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
    border-radius: 0 0 3px 3px;
}
.login-dropdown .intro {
    margin-bottom: 18px;
}
.login-dropdown .button {
    width: 100%;
    display: block;
    padding: 11px 15px 10px;
}
.search-suggestion {
    margin-bottom: 2rem;
}
.search-suggestion &gt; :last-child {
    margin-bottom: 0;
}
.suggestion-title {
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.advancedSearch-form {
    margin-bottom: 3rem;
}
.advancedSearch-form .form-row {
    margin-bottom: -1.5rem;
}
.quickSearchResults {
    width: 100%;
    margin-top: 0;
    max-height: 320px;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.quickSearchResults .modal-close {
    display: none;
}
.quickSearchResults .productList {
    padding: 0;
    margin: 0;
}
.quickSearchResults .productList .product {
    margin: 0;
    width: 100%;
    padding: 15px;
    display: block;
    transition: all 0.3s ease;
    border-bottom: 1px solid #eaeaea;
}
.quickSearchResults .productList .product:hover {
    background-color: #fafafa;
}
.quickSearchResults .productList .product:last-child {
    padding-bottom: 15px;
}
.quickSearchResults .productList .product + .product {
    margin-top: 0;
}
.quickSearchResults .card {
    margin: 0;
    width: 100%;
    display: table;
    text-align: left;
}
.quickSearchResults .card .card-body,
.quickSearchResults .card .card-figure {
    text-align: left;
    display: table-cell;
    vertical-align: top;
}
.quickSearchResults .card .card-img-container:before {
    content: none;
}
.quickSearchResults .card .card-figure {
    width: 70px;
    padding-bottom: 0;
    background-color: transparent;
}
.quickSearchResults .card .card-body {
    padding-top: 0;
    padding-left: 15px;
}
.quickSearchResults .card .card-body .card-brand {
    display: none;
}
.quickSearchResults .card .card-body .card-title {
    margin-bottom: 10px;
}
.quickSearchResults .card .card-body .price-wrapper {
    margin-bottom: 12px;
}
@media (min-width: 551px) {
    .quickSearchResults .card .card-body .card-brand {
        display: block;
    }
}
.quickSearchResults .quickSearch-wrapper {
    padding: 15px;
}
@media (min-width: 551px) {
    .quickSearchResults {
        max-height: 250px;
    }
}
@media (min-width: 768px) {
    .quickSearchResults {
        max-height: 370px;
    }
}
.advancedSearch-separator {
    display: none;
}
.advancedSearch-title {
    margin: 0 0 1.5rem;
    text-transform: inherit;
}
.search-price-range label {
    display: inline;
}
.search-price-range label input {
    display: block;
    padding-left: 1.5rem;
}
@media (min-width: 551px) {
    .search-price-range label input {
        display: inline;
        width: 6rem;
    }
}
@media (min-width: 551px) {
    .search-price-range label span {
        display: inline;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.category-suggestion-list {
    list-style: none;
    margin: 0 -8px;
}
@media (min-width: 551px) {
    .category-suggestion-list {
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 1025px) {
    .category-suggestion-list {
        margin: 0 -15px;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
.category-suggestion {
    padding: 0 8px;
    font-size: 12px;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 10px;
}
@media (min-width: 1025px) {
    .category-suggestion {
        padding: 0 15px;
        margin-bottom: 15px;
    }
}
.search-refine {
    margin-left: 1.5rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
    color: #059;
}
.quickSearchMessage {
    font-size: 15px;
    margin: 0;
    text-align: center;
}
.themevale_searchSticky {
    top: 50px;
    left: 50%;
    width: 100%;
    z-index: 99;
    display: none;
    position: fixed;
    max-width: 770px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.themevale_searchSticky .form,
.themevale_searchSticky .form-field {
    margin-bottom: 0;
    position: relative;
}
.themevale_searchSticky .form-input {
    border: none;
    border-radius: 0 0 3px 3px;
    padding: 5px 50px 5px 15px;
    background-color: #fafafa;
}
.themevale_searchSticky button[type="submit"] {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    position: absolute;
    background-color: transparent;
}
.themevale_searchSticky button[type="submit"] .icon {
    width: 50px;
    height: 100%;
    padding: 0 15px;
    line-height: 50px;
}
.themevale_searchSticky.is-open {
    display: block;
}
@media (min-width: 768px) {
    .themevale_searchSticky {
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.themevale_search-custom {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.themevale_search-custom .form,
.themevale_search-custom .form-field,
.themevale_search-custom .form-fieldset {
    margin: 0;
}
.themevale_search-custom .form-fieldset {
    margin: 0;
    width: 100%;
    position: relative;
}
.themevale_search-custom .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 3px;
    color: #00699e;
    background-color: #fff;
    border: 1px solid #cccfd6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.themevale_search-custom #search_category {
    width: 60px;
    min-width: 60px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    border-radius: 3px 0 0 3px;
    color: #00699e;
    border-right: 1px solid #cccfd6;
    transition: all 0.3s ease;
}
.themevale_search-custom #search_category .select_category {
    z-index: 2;
    height: 100%;
    line-height: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 15px 17px 15px 15px;
    background-color: transparent;
}
.themevale_search-custom #search_category .select_category::-ms-expand {
    display: none;
}
.themevale_search-custom #search_category .icon {
    top: 50%;
    right: 14px;
    height: 0.66667rem;
    width: 0.66667rem;
    position: absolute;
    fill: #00699e;
    stroke: #00699e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.themevale_search-custom .form-input {
    min-height: auto;
    border: none;
    border-radius: 0;
}
.themevale_search-custom .form-input::-webkit-input-placeholder {
    color: #00699e;
}
.themevale_search-custom .form-input::-moz-placeholder {
    color: #00699e;
}
.themevale_search-custom .form-input:-ms-input-placeholder {
    color: #00699e;
}
.themevale_search-custom .form-input:-moz-placeholder {
    color: #00699e;
}
.themevale_search-custom .btn-search {
    padding: 8px 16px;
    border-radius: 0 3px 3px 0;
    background-color: #f7f7f7;
}
.themevale_search-custom .btn-search .icon {
    fill: #00699e;
    stroke: #00699e;
    height: 2rem;
    width: 2rem;
}
.themevale_search-custom .quickSearchResults {
    top: auto;
    left: 0;
    right: 0;
    z-index: 99;
    min-width: 320px;
    position: absolute;
    border-radius: 3px;
    background-color: transparent;
}
.themevale_search-custom .quickSearchResults.hasResults {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.themevale_search-custom.layout-2 .btn-search {
    margin: 4px;
    padding: 0 8px;
    border-radius: 3px;
    min-width: 55px;
}
@media (min-width: 1025px) {
    .themevale_search-custom {
        width: 500px;
    }
    .themevale_search-custom.layout-2 {
        width: 630px;
    }
}
.navBar--account {
    display: none;
}
@media (min-width: 801px) {
    .navBar--account {
        display: block;
    }
}
.account-heading {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding-bottom: 1rem;
}
.account-list {
    list-style: none;
    margin-left: 0;
}
.account-listItem {
    border-bottom: 1px solid #e5e5e5;
    padding: 1.5rem 0;
    position: relative;
}
.account-listItem img {
    width: 100%;
}
.account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}
.account-listShipping {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    padding: 2rem 0;
}
.account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit;
}
.account-product:after,
.account-product:before {
    content: " ";
    display: table;
}
.account-product:after {
    clear: both;
}
.account-product-figure {
    float: left;
    margin-right: 0.75rem;
}
.account-product-figure &gt; img {
    display: block;
}
.account-product-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0;
}
.account-product-body:after,
.account-product-body:before {
    content: " ";
    display: table;
}
.account-product-body:after {
    clear: both;
}
.account-product-figure {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2rem 0 0;
    position: relative;
    width: 70px;
}
.account-product-figure:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.account-product-download {
    border-radius: 50%;
    height: 2.75rem;
    padding: 0;
    position: absolute;
    right: -0.75rem;
    top: -0.75rem;
    width: 2.75rem;
    z-index: 1;
}
.account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.41667rem;
    width: 1.5rem;
}
.account-product-download svg {
    fill: white;
}
.account-product-body {
    overflow: hidden;
    padding-bottom: 3.5rem;
    position: relative;
}
@media (min-width: 551px) {
    .account-product-body {
        padding-bottom: 0;
    }
}
.account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0;
}
.account-product-title {
    margin: 0 0 0.16667rem;
    text-transform: inherit;
    font-size: 20px;
    color: #059;
}
.account-product-title &gt; a {
    text-decoration: none;
    color: inherit;
}
.account-product-title + .definitionList {
    margin-top: 0.75rem;
}
.account-product-subtitle {
    color: #999;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: -0.16667rem 0 1rem;
    text-transform: inherit;
}
.account-product-price {
    float: right;
    font-size: 15px;
}
.account-product-description + .definitionList {
    margin: -1.41667rem 0 1.5rem;
}
.account-product-refundQty {
    color: #999;
    margin-bottom: 0;
}
.account-product-details {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
}
.account-product-details:after,
.account-product-details:before {
    content: " ";
    display: table;
}
.account-product-details:after {
    clear: both;
}
.account-product-detail {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
}
@media (min-width: 551px) {
    .account-product-detail {
        width: 33.33333%;
    }
}
@media (min-width: 1261px) {
    .account-product-detail {
        width: 25%;
    }
}
.account-product-detail + .account-product-detail {
    margin-top: 1rem;
}
@media (min-width: 551px) {
    .account-product-detail + .account-product-detail {
        margin-top: 0;
    }
}
@media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
        margin-top: 1.5rem;
    }
}
@media (min-width: 1261px) {
    .account-product-detail--large {
        width: 50%;
    }
}
.account-product-detail--full {
    width: 100%;
}
.account-product-detail-heading {
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
    font-size: 16px;
    margin: 0 0 0.41667rem;
}
.account-product--alignMiddle {
    display: table;
    width: 100%;
}
.account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem;
}
@media (min-width: 1261px) {
    .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem;
    }
}
.account-product--alignMiddle .account-product-checkItem .form-label {
    height: 1.5rem;
    margin: 0;
    padding: 0;
    width: 1.5rem;
}
.account-product--alignMiddle .account-product-body,
.account-product--alignMiddle .account-product-figure {
    display: table-cell;
}
.account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0;
}
@media (min-width: 1261px) {
    .account-product--alignMiddle .account-product-figure {
        left: -2rem;
    }
}
.account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle;
}
@media (min-width: 1261px) {
    .account-product--alignMiddle .account-product-body {
        padding-left: 0;
    }
}
.account-orderTotal {
    float: right;
    font-size: 15px;
    margin-top: -1.5rem;
    width: 66.66667%;
}
.account-orderTotal-key,
.account-orderTotal-value {
    margin: 0;
    padding: 1.5rem 0;
}
.account-orderTotal-key {
    color: #757575;
    float: left;
    font-weight: 400;
}
.account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem;
}
.account-orderTotal-value {
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
}
.account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px;
}
.account-orderStatus {
    bottom: 0;
    left: 0;
    position: absolute;
}
@media (min-width: 551px) {
    .account-orderStatus {
        float: right;
        position: inherit;
        text-align: right;
    }
}
.account-orderStatus-label {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 0.41667rem;
    padding: 6px 10px 5px;
    border-radius: 3px;
}
.account-orderStatus-action {
    color: #757575;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.25px;
    margin-left: 0.75rem;
    text-align: right;
    text-decoration: underline;
    vertical-align: top;
}
@media (min-width: 551px) {
    .account-orderStatus-action {
        display: block;
        margin-left: 0;
    }
}
.account-orderStatus-action:hover {
    color: #333;
}
.account .pagination {
    color: #999;
    margin-top: 3rem;
    text-align: center;
}
.account-message .is-read {
    color: #999;
}
.account-sidebar-block {
    font-size: 15px;
}
.account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem;
}
.account-sidebar-block .account-heading {
    margin-bottom: 1.5rem;
}
.account-order-address {
    list-style: none;
    margin-left: 0;
}
.account-downloadsList ol,
.account-downloadsList ul,
.account-order-address ol,
.account-order-address ul {
    list-style: none;
    margin-bottom: 0;
}
.account-reorder-form {
    display: inline-block;
}
.order-payments-description {
    color: #757575;
    font-weight: 400;
    margin-top: 1.5rem;
}
.account-downloads-summary {
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    padding-bottom: 1.5rem;
}
.account-downloadsList {
    list-style: none;
    margin-left: 0;
}
.account-downloadsList ol,
.account-downloadsList ul {
    list-style: none;
    margin-bottom: 0;
}
.account-downloadsItem {
    margin-bottom: 1.5rem;
}
.account-downloadsItem &gt; :first-child {
    margin-top: 0;
}
.account-downloadsItem &gt; :last-child {
    margin-bottom: 0;
}
.account-downloadsItem-title {
    color: #757575;
    font-size: 15px;
    margin-bottom: 0.16667rem;
    text-transform: inherit;
}
.account-downloadsItem-description {
    margin-bottom: 0;
}
.account-downloadsItem-availability {
    color: #757575;
}
.wishlists-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
}
.wishlist-header {
    display: none;
    text-align: center;
}
.modal .wishlist-header {
    display: block;
}
.wishlist-form {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 45.83333rem;
}
.wishlist-form:after,
.wishlist-form:before {
    content: " ";
    display: table;
}
.wishlist-form:after {
    clear: both;
}
.wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
}
.share-wishlist {
    margin-left: auto;
    margin-right: auto;
    max-width: 54.16667rem;
    text-align: center;
}
.icon--ratingEmpty svg {
    fill: #e4e4e4;
}
.icon--ratingFull svg {
    fill: #ed6912;
}
.rating--small {
    display: inline-block;
    vertical-align: middle;
}
.rating--small .icon {
    height: 1.16667rem;
    width: 1.16667rem;
    margin-top: -3px;
}
.apple-pay-checkout-button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    border-radius: 0.33333rem;
    cursor: pointer;
    display: none;
    max-height: 5.33333rem;
    min-height: 2.66667rem;
    min-width: 11.16667rem;
    padding: 1.5rem;
    background-color: #000;
    background-image: -webkit-named-image(apple-pay-logo-white);
}
.cart-additionalCheckoutButtons .apple-pay-checkout-button {
    margin-top: 0.75rem;
}
.apple-pay-supported .apple-pay-checkout-button {
    display: block;
}
@media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
        display: inline-block;
        float: right;
    }
}
.previewCartCheckout .apple-pay-checkout-button {
    float: none;
    margin-top: 0.75rem;
}
.paymentMethodList {
    font-size: 0;
    list-style: none;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.paymentMethodName {
    margin-top: 0;
    padding: 0 0.75rem;
    text-transform: none;
}
.paymentMethod {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: top;
    width: 100%;
}
@media (min-width: 551px) {
    .paymentMethod {
        width: 50%;
    }
}
@media (min-width: 551px) {
    .paymentMethodForm {
        max-width: 60%;
    }
    .paymentMethodForm .paymentMethodForm-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%;
    }
    .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%;
    }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
        margin-bottom: 0.75rem;
    }
}
.panel--paymentMethod {
    font-size: 1rem;
    position: relative;
}
.panel--paymentMethod .panel-body {
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    min-height: 19rem;
    padding: 0;
}
.panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left;
}
#themevale_top-promotion,
.header-logo,
.page-content--textCenter,
.service-wrapper,
.themevale_flash-sale,
.themevale_header-middle .item--office {
    text-align: center;
}
.panel--paymentMethod .form-actions .button {
    margin-top: 0;
}
.paymentMethod-card,
.paymentMethod-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 0;
}
.paymentMethod-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 0.75rem;
}
@media (min-width: 1261px) {
    .paymentMethod-card {
        padding: 1.5rem;
    }
}
.paymentMethod-icon {
    margin-right: 0.75rem;
    width: 2.33333rem;
}
@media (min-width: 1261px) {
    .paymentMethod-icon {
        width: 3.5rem;
    }
}
.paymentMethod-brand {
    font-size: 13px;
    font-weight: 600;
}
@media (min-width: 1261px) {
    .paymentMethod-card {
        padding: 1.5rem;
    }
    .paymentMethod-icon {
        width: 3.5rem;
    }
    .paymentMethod-brand {
        font-size: 1rem;
    }
}
.paymentMethod-default {
    margin-left: 0.75rem;
}
.paymentMethod-default.icon {
    fill: #666;
    height: 1.5rem;
    width: 1.5rem;
}
@media (min-width: 1261px) {
    .paymentMethod-default.icon {
        height: 1.66667rem;
        width: 1.66667rem;
    }
}
.paymentMethod-expiry {
    font-size: 15px;
    margin-left: auto;
    text-transform: capitalize;
}
.paymentMethod-details {
    padding: 1.5rem;
}
.paymentMethod-description,
.paymentMethod-label {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0.75rem;
}
.paymentMethod-label {
    -webkit-box-flex: 8.33333rem;
    -ms-flex: 8.33333rem;
    flex: 8.33333rem;
    font-weight: 600;
}
.paymentMethod-description {
    -webkit-box-flex: calc(100% - 100px);
    -ms-flex: calc(100% - 100px);
    flex: calc(100% - 100px);
    padding-left: 0.75rem;
}
.paymentMethod-form {
    padding: 0 1.5rem 0.75rem;
}
@media (min-width: 551px) {
    .paymentMethod-form {
        bottom: 0.75rem;
        position: absolute;
        width: auto;
    }
}
.panel--newPaymentMethod {
    display: block;
    text-align: center;
    text-decoration: none;
}
.panel--newPaymentMethod:hover .paymentMethod-title {
    color: #059;
}
.panel--newPaymentMethod .panel-body {
    background-color: transparent;
}
.panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease;
}
.paymentMethod-addNew {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-55%);
    transform: translateX(-50%) translateY(-55%);
}
.paymentMethod-symbol {
    font-size: 50px;
    line-height: 1;
}
.paymentMethodForm-heading {
    color: #333;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    margin-top: 1.5rem;
    text-transform: capitalize;
}
.header-logo-text,
.themevale_header-middle .item--office .office-phone {
    text-transform: uppercase;
    line-height: 1;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.paymentMethodForm-subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
}
@media (min-width: 551px) {
    .paymentMethod-form {
        bottom: 0.75rem;
        position: absolute;
        width: auto;
    }
    .paymentMethodForm-cards {
        margin-left: auto;
    }
}
.paymentMethodForm-cards-icon {
    margin-right: 0.16667rem;
    width: 2.83333rem;
}
.paymentMethodForm-inputs {
    position: relative;
}
.paymentMethodForm-inputs-icon {
    position: absolute;
    right: 0.75rem;
    top: 3.25rem;
}
.header,
.header-logo-image-container,
.header-logo &gt; a {
    position: relative;
}
.paymentMethodForm-inputs-icon.icon {
    fill: #999;
    height: 1.75rem;
    width: 1.75rem;
}
.paymentMethodForm-details {
    margin-bottom: 0;
}
@media (min-width: 551px) {
    .paymentMethodForm-details {
        display: inline-block;
        margin: 0 3rem 0 0;
    }
}
.paymentMethodForm-details-term {
    font-weight: 400;
    margin-bottom: 0.75rem;
}
.paymentMethodForm-details-description {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.header {
    width: 100%;
    overflow: visible;
    position: relative;
    box-shadow: none;
    border-bottom: none;
    z-index: 99;
    background-color: #fff;
    color: #00699e;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 801px) {
    .header.is-open {
        height: auto;
    }
}
@media (min-width: 1025px) {
    .header {
        z-index: 20;
        box-shadow: none;
    }
    body:not(.page-type-default) .header {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }
}
.header-logo {
    margin: 0;
    font-size: 0;
    text-align: center;
}
.header-logo &gt; a {
    color: #333;
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.footer-info-list .ask_an_expert,
.sidebarBlock_custom .sidebarBlock-content p.title,
.themevale_featuredCategory .link,
.themevale_flash-sale .link,
.themevale_recently-bought .product-info .product-name {
    text-decoration: underline;
    text-underline-position: under;
}
.header-logo &gt; a:after,
.header-logo &gt; a:before {
    content: " ";
    display: table;
}
.header-logo &gt; a:after {
    clear: both;
}
.header-logo-text {
    display: block;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.41667rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    line-height: 1;
    padding: 0.25rem 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (min-width: 551px) {
    .header-logo-text {
        font-size: 22px;
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media (min-width: 801px) {
    .header-logo-text {
        display: inline;
        font-size: 28px;
        margin-left: 0;
        max-width: none;
        overflow: auto;
        white-space: normal;
        vertical-align: top;
    }
}
.header-logo-image-container {
    position: relative;
}
.header-logo-image {
    max-height: 45px;
    width: auto;
}
@media (min-width: 768px) {
    .header-logo-image {
        max-height: 45px;
    }
}
@media (min-width: 1025px) {
    .header-logo-image {
        max-height: 65px;
        padding-right: 20px;
    }
}
.header-logo-image-unknown-size {
    max-height: 3.08333rem;
}
@media (min-width: 801px) {
    .header.is-open {
        height: auto;
    }
    .header-logo-text {
        display: inline;
        font-size: 28px;
        margin-left: 0;
        max-width: none;
        overflow: auto;
        white-space: normal;
        vertical-align: top;
    }
    .header-logo-image-unknown-size {
        max-height: none;
    }
}
.header-sticky {
    transition: all 0.3s ease;
}
.header-sticky.is-sticky {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transform: none;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.header-sticky.is-sticky .themevale_header-bottom,
.header-sticky.is-sticky .themevale_header-top {
    display: none;
}
.header-sticky.is-sticky .themevale_header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 1025px) {
    .header-sticky.is-sticky {
        box-shadow: 0 0 8px 0 rgba(17, 35, 56, 0.18);
    }
}
.mobileMenu-toggle {
    width: 24px;
    height: 24px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 1;
    outline: 0;
    box-shadow: none;
}
.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::after,
.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background-color: #00699e;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms, -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in, top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms;
    transition: transform 0.1s ease-in, top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms, -webkit-transform 0.1s ease-in;
}
.mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: calc(100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 0.1s;
}
.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px;
}
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px;
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 0.1s;
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after,
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    bottom: auto;
    top: auto;
    transition: top 0.1s ease-in, bottom 0.1s ease-in, -webkit-transform 0.1s ease-in 150ms;
    transition: transform 0.1s ease-in 150ms, top 0.1s ease-in, bottom 0.1s ease-in;
    transition: transform 0.1s ease-in 150ms, top 0.1s ease-in, bottom 0.1s ease-in, -webkit-transform 0.1s ease-in 150ms;
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
@media (min-width: 1025px) {
    .mobileMenu-toggle {
        width: 36px;
        height: 36px;
    }
    .mobileMenu-toggle .mobileMenu-toggleIcon,
    .mobileMenu-toggle .mobileMenu-toggleIcon::after,
    .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        height: 4px;
    }
    .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: -8px;
    }
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: -10px;
    }
}
.themevale_header-PC {
    display: none;
}
@media (min-width: 1025px) {
    .themevale_header-PC {
        display: block;
        width: 100%;
    }
}
.themevale_header-Mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1025px) {
    .themevale_header-Mobile {
        display: none;
    }
}
.themevale_header-layout-1 .item--hamburger {
    display: none;
}
.themevale_header-layout-1 .themevale_header-middle .item--hamburger + .logo-wrapper {
    margin-left: 0;
}
.themevale_header-layout-1.is-sticky .item--hamburger {
    display: block;
}
.themevale_header-layout-1.is-sticky .themevale_header-middle .item--hamburger + .logo-wrapper {
    margin-left: 30px;
}
.themevale_header-layout-2 .themevale_header-top {
    padding: 10px 0;
    position: relative;
    z-index: 22;
}
.themevale_header-layout-2 .themevale_header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.themevale_header-layout-2 .themevale_header-top .navUser {
    display: inline-block;
    vertical-align: middle;
    width: 33.33333333333%;
}
.themevale_header-layout-2 .themevale_header-top .navUser.text-center {
    width: 30%;
}
.themevale_header-layout-2 .themevale_header-top .navUser.text-right {
    width: 40%;
}
.themevale_header-layout-2 .themevale_header-middle {
    padding: 20px 0;
}
.themevale_header-layout-2 .themevale_header-middle .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.themevale_header-layout-2 .themevale_header-middle .navUser-item {
    display: inline-block;
    vertical-align: middle;
}
.themevale_header-layout-2 .navPages-container {
    position: relative;
}
.themevale_header-layout-2 .navUser-item--quickSearch {
    margin-right: 30px;
}
.themevale_header-layout-2 .custom-link,
.themevale_header-layout-2 .facebook-like {
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.themevale_header-layout-2 .custom-link .navPages-action {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding: 13px 0 11px;
    position: relative;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.themevale_header-layout-2 .custom-link .navPages-action .text {
    position: relative;
}
.themevale_header-layout-2 .custom-link .navPages-action .text:before {
    left: 0;
    bottom: -1px;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #00699e;
}
.themevale_header-layout-2.custom .themevale_header-middle .navUser-item + .navUser-item {
    margin-left: 30px;
}
.themevale_header-layout-2.custom .headerMiddle-item.text-left {
    min-width: 240px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.themevale_header-layout-2.custom .navUser-item--quickSearch {
    margin-right: 15px;
}
.themevale_header-layout-2.custom .navPages .navPages-item &gt; .navPages-action .navPages-action-moreIcon {
    display: inline-block;
    vertical-align: middle;
}
.themevale_header-layout-2.custom .navPages .navPages-list--user {
    display: block;
}
@media (min-width: 1025px) {
    .themevale_header-layout-2.custom:not(.is-sticky) .item--hamburger {
        display: none;
    }
    .themevale_header-layout-2.custom:not(.is-sticky) .themevale_header-middle .item--hamburger + .logo-wrapper {
        margin-left: 0;
    }
}
#themevale_top-promotion {
    font-size: 11px;
    font-weight: 500;
    padding: 8px 0;
    text-align: center;
    position: relative;
    color: #00699e;
    background-color: #f7f7f7;
}
#themevale_top-promotion .banner-promotion {
    display: block;
}
#themevale_top-promotion .banner-promotion .image {
    display: none;
    margin-right: 15px;
    max-height: 20px;
}
#themevale_top-promotion .banner-promotion .text {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
#themevale_top-promotion .banner-promotion .link {
    border-radius: 3px;
    padding: 1px 15px;
    margin-left: 10px;
    display: inline-block;
    background-color: transparent;
    color: #00699e;
    border: 1px solid #979a9f;
}
#themevale_top-promotion .close-banner-promotion {
    top: 50%;
    right: 15px;
    font-size: 0;
    line-height: 1;
    position: absolute;
    transform: translateY(-50%);
}
#themevale_top-promotion .close-banner-promotion svg {
    fill: white;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
@media (min-width: 360px) {
    #themevale_top-promotion .banner-promotion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #themevale_top-promotion .banner-promotion .text {
        margin: 0;
    }
}
@media (min-width: 551px) {
    #themevale_top-promotion {
        font-size: 12px;
        padding: 10px 0;
    }
    #themevale_top-promotion .banner-promotion .image {
        display: inline-block;
        margin-right: 25px;
        max-height: 30px;
    }
    #themevale_top-promotion .banner-promotion .link {
        margin-left: 25px;
        border-radius: 3px;
        padding: 1px 15px;
        margin-left: 10px;
        display: inline-block;
        background-color: transparent;
        color: #fff;
        border: 1px solid #92979f;
    }
}
.themevale_header-top {
    padding: 9px 0;
    color: #00699e;
    background-color: #fff;
    border-bottom: 1px solid #e2e4e8;
}
.themevale_header-top .navUser:after,
.themevale_header-top .navUser:before {
    content: none;
}
.themevale_header-top .navUser-action {
    color: #00699e;
}
.themevale_header-top .navUser-action svg {
    fill: #00699e;
    stroke: #00699e;
}
.themevale_header-top .navUser-action .icon,
.themevale_header-top .navUser-action .text {
    display: inline-block;
    vertical-align: middle;
}
.themevale_header-top .navUser-action .icon.big {
    height: 1.16667rem;
    width: 1.16667rem;
    opacity: 0.3;
    margin: 0 5px 0 0;
}
.themevale_header-top .navUser-action:before {
    content: "";
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    position: absolute;
    background-color: #059;
    transition: all 0.3s ease;
}
.themevale_header-top .navUser-action:hover {
    color: #059;
}
.themevale_header-top .navUser-action:hover:before {
    width: 100%;
}
.themevale_header-top .navUser-action:hover svg {
    fill: #005599;
    stroke: #005599;
}
.themevale_header-top .navUser-item--mail &gt; .icon,
.themevale_header-top .navUser-item--phone &gt; .icon {
    height: 1.16667rem;
    width: 1.16667rem;
    opacity: 0.3;
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.themevale_header-top .navUser-item--mail &gt; .navUser-action,
.themevale_header-top .navUser-item--phone &gt; .navUser-action {
    display: inline-block;
    vertical-align: middle;
}
.themevale_header-top .navUser-item--mail &gt; .navUser-action {
    text-transform: lowercase;
}
.themevale_header-top .navUser-item--account {
    color: #00699e;
}
.themevale_header-top .navUser-item--account svg {
    fill: #059;
    stroke: #059;
}
.themevale_header-middle {
    display: block;
    padding: 19px 0;
    background-color: #fff;
}
.themevale_header-middle .headerMiddle-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.themevale_header-middle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.themevale_header-middle .container:after,
.themevale_header-middle .container:before {
    content: none;
}
.themevale_header-middle .container .item {
    position: relative;
}
.themevale_header-middle .container .item + .item {
    margin-left: 30px;
}
.themevale_header-middle .container .item:last-child {
    margin-left: 20px;
    padding-left: 20px;
}
.themevale_header-middle .container .item:last-child:before {
    left: 0;
    top: 50%;
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #e2e4e8;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.themevale_header-middle .item--office {
    text-align: center;
}
.themevale_header-middle .item--office .office-phone {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #b20000;
}
.themevale_header-middle .item--office .office-hours {
    line-height: 1;
    margin: 5px 0 0 0;
}
.themevale_header-middle .item-wislish + .item-cart {
    margin-left: 15px;
}
.themevale_header-middle .item-cart,
.themevale_header-middle .item-wislish {
    display: inline-block;
    vertical-align: middle;
}
.themevale_header-middle .item-cart .icon,
.themevale_header-middle .item-wislish .icon {
    margin: 0;
    height: 2.5rem;
    width: 2.5rem;
}
.themevale_header-middle .themevale_cart .cartdesktop {
    display: none;
}
.themevale_header-middle .themevale_cart .cartMobile {
    display: block;
}
@media (min-width: 1025px) {
    .themevale_header-middle .themevale_cart .cartdesktop {
        display: block;
    }
    .themevale_header-middle .themevale_cart .cartMobile {
        display: none;
    }
}
.themevale_header-middle .item--hamburger + .logo-wrapper {
    margin-left: 30px;
}
.themevale_header-middle .navUser-action {
    color: #00699e;
}
.themevale_header-middle .navUser-action svg {
    fill: #00699e;
    stroke: #00699e;
}
.themevale_header-middle .navUser-action:hover {
    color: #059;
}
.themevale_header-middle .navUser-action:hover svg {
    fill: #059;
    stroke: #059;
}
.themevale_header-bottom {
    border-top: 1px solid #00699e;
    border-bottom: 1px solid #00699e;
    background-color: #00699e;
    transition: all 0.3s ease;
}
.themevale_header-Mobile {
    padding: 0 15px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
}
.themevale_header-Mobile .navUser-item-cartIcon .countPill {
    margin: 0;
    font-size: 11px;
    top: -8px;
    right: -9px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.themevale_header-Mobile .header-Mobile-item {
    min-width: 85px;
}
.themevale_header-Mobile .header-Mobile-item .items {
    display: inline-block;
    vertical-align: middle;
}
.themevale_header-Mobile .header-Mobile-item .items + .items {
    margin-left: 25px;
}
@media (min-width: 360px) {
    .themevale_header-Mobile .header-Mobile-item .items + .items {
        margin-left: 30px;
    }
}
/*
.themevale_header-Mobile .header-Mobile-item .header-logo-image {
    max-height: 25px;
    max-width: 100px;
}*/
.themevale_header-Mobile .header-Mobile-item .navUser-action .navUser-icon {
    vertical-align: top;
}
.themevale_header-Mobile .header-Mobile-item .navUser-action .icon {
    margin: 0;
    position: relative;
    top: -1px;
    height: 1.75rem;
    width: 1.75rem;
}
.themevale_header-Mobile .header-Mobile-item .item--searchMobile .navUser-action .icon {
    width: 24px;
    height: 20px;
}
.themevale_header-Mobile .header-Mobile-item .item--searchMobile .navUser-action .icon.icon-close {
    display: none;
    height: 2rem;
    width: 2rem;
}
.themevale_header-Mobile .header-Mobile-item .item--searchMobile .navUser-action.is-open .icon {
    display: none;
}
.themevale_header-Mobile .header-Mobile-item .item--searchMobile .navUser-action.is-open .icon.icon-close {
    display: inline-block;
}
.themevale_header-Mobile .header-Mobile-item .item--cart .navUser-action .icon {
    height: 1.66667rem;
    width: 1.66667rem;
}
.themevale_flash-sale {
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background-color: #ed6912;
}
.themevale_flash-sale a,
.themevale_flash-sale span {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}
.themevale_flash-sale svg {
    fill: white;
}
.themevale_flash-sale .icon {
    display: none;
    margin-right: 12px;
}
.themevale_flash-sale .icon svg {
    height: 1.33333rem;
    width: 1.33333rem;
}
.themevale_flash-sale .title {
    display: none;
    font-weight: 700;
    text-transform: capitalize;
}
.themevale_flash-sale .content {
    font-weight: 400;
}
.themevale_flash-sale .time {
    font-size: 14.5px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.themevale_flash-sale .time .block-time {
    margin-right: 5px;
}
.themevale_flash-sale .link {
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    text-transform: capitalize;
    text-underline-position: under;
}
.themevale_flash-sale .close {
    right: 5px;
    top: 5px;
    position: absolute;
}
.themevale_flash-sale .close .icon {
    display: block;
    margin-right: 0;
    height: 1rem;
    width: 1rem;
}
@media (min-width: 551px) {
    .themevale_flash-sale {
        padding: 12px 0;
    }
    .themevale_flash-sale .icon,
    .themevale_flash-sale .title {
        display: inline-block;
        vertical-align: middle;
    }
    .themevale_flash-sale .close {
        top: 3px;
        right: 20px;
    }
    .themevale_flash-sale .close .icon {
        height: 1.33333rem;
        width: 1.33333rem;
    }
}
.container:after,
.container:before,
.page:after,
.page:before {
    display: table;
    content: " ";
}
.body {
    position: relative;
    padding-bottom: 30px;
}
@media (min-width: 551px) {
    .body {
        padding-bottom: 50px;
    }
}
@media (min-width: 801px) {
    .body {
        padding-bottom: 80px;
    }
}
.page-type-default .body {
    padding-bottom: 0;
}
.container,
.container--full {
    padding: 0 15px;
    position: relative;
}
.container {
    margin: 0 auto;
    max-width: none;
    width: auto;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container--full {
    width: 100%;
    padding: 0 15px;
    position: relative;
}
@media (min-width: 1025px) {
    .container--full .page-sidebar {
        width: 285px;
    }
    .container--full .page-sidebar + .page-content {
        width: calc(100% - 285px);
    }
    .container--full .themevale_categoryToolbar {
        padding: 0;
        background-color: #fff;
    }
}
@media (min-width: 1281px) {
    .container--full {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}
.page {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    margin: 0;
}
.page:after,
.page:before {
    content: " ";
    display: table;
}
.page:after {
    clear: both;
}
.page-content,
.page-content--full,
.page-sidebar {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}
.page-content .panel--large .panel-body {
    border-radius: 3px;
    background-color: #f7f7f7;
}
.page-content .panel--large .panel-body .suggestion-title {
    font-size: 16px;
}
@media (min-width: 801px) {
    .page-content--centered {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 66.66667%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
.page-content--textCenter {
    text-align: center;
}
.page-sidebar {
    display: none;
}
.page-sidebar-right {
    float: right;
}
@media (min-width: 1025px) {
    .page-sidebar {
        width: 240px;
        display: block;
        padding-right: 15px;
    }
    .page-sidebar + .page-content {
        padding-left: 15px;
        width: calc(100% - 240px);
    }
    .page-sidebar.u-hiddenVisually + .page-content {
        width: 100%;
        padding-left: 0;
    }
}
.page-sidebar-right {
    float: right;
}
@media (min-width: 1025px) {
    .page-sidebar-right {
        padding-left: 15px;
        padding-right: 0;
    }
    .page-sidebar-right + .page-content {
        padding-left: 0;
        padding-right: 15px;
    }
}
.themevale_service {
    color: #fff;
    background-color: #b20000;
}
.themevale_service .themevale_column {
    padding-bottom: 0;
}
.service-wrapper {
    height: 50px;
    font-size: 10px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: inherit;
    min-width: 200px;
}
.service-wrapper1 .icon {
    height: 1.66667rem;
    width: 1.66667rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.service-wrapper .icon i {
    fill: white;
}
.service-wrapper .icon + .text,
.service-wrapper .icon + .title {
    margin-left: 10px;
}
.service-wrapper .text,
.service-wrapper .title {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    /*text-transform: uppercase;*/
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.service-wrapper.layout-2 {
    text-align: left;
    height: auto;
    line-height: 20px;
    max-width: 280px;
}
.service-wrapper.layout-2 .icon {
    vertical-align: middle;
    display: inline-block;
    height: 4.16667rem;
    width: 4.16667rem;
    font-size: 12px;
    border-radius: 50%;
    border: 2px solid #b20000;
}
.service-wrapper.layout-2 .icon i {
    padding: 10px;
    fill: #b20000;
}
.service-wrapper.layout-2 .content {
    vertical-align: middle;
    font-size: 1rem;
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 20px;
}
.service-wrapper.layout-2 .content .title {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 7px 0;
    color: #fff;
}
.service-wrapper.layout-2 .content .text {
    color: #fff;
}
@media (min-width: 360px) {
    .service-wrapper.layout-2 {
        max-width: 300px;
    }
}
@media (min-width: 768px) {
    .service-wrapper {
        min-width: 240px;
    }
    .service-wrapper.layout-2 {
        max-width: 320px;
    }
}
@media (min-width: 1025px) {
    .service-wrapper {
        min-width: 0;
        height: 60px;
        line-height: 60px;
    }
    .service-wrapper .icon {
        height: 1.83333rem;
        width: 1.83333rem;
    }
    .service-wrapper .text,
    .service-wrapper .title {
        font-size: 16px;
    }
    .service-wrapper.layout-2 {
        max-width: 400px;
    }
    .service-wrapper.layout-2 .icon {
        height: 5.83333rem;
        width: 5.83333rem;
    }
    .service-wrapper.layout-2 .icon i {
        padding: 15px;
    }
    .service-wrapper.layout-2 .content {
        padding-left: 30px;
        width: calc(100% - 70px);
    }
    .service-wrapper.layout-2 .content .title {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
}
.footer {
    color: #dfdfdf;
    background-color: #222325;
}
.footer .form,
.footer .form-field {
    margin-bottom: 0;
}
.footer .socialLinks .socialLinks-item {
    margin-right: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.footer .socialLinks .socialLinks-item:last-child {
    margin-right: 0;
}
.footer .socialLinks .icon {
    width: 40px;
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: transparent;
    border: 1px solid #636364;
}
.footer .form-prefixPostfix .button,
.footer .form-prefixPostfix .button:active,
.footer .form-prefixPostfix .button:focus,
.footer .form-prefixPostfix .button:hover {
    background-color: #b20000;
    border-color: #b20000;
    color: #fff;
}
.footer .socialLinks .icon svg {
    fill: white;
    stroke: white;
}
.footer .form-prefixPostfix {
    max-width: 420px;
    display: block;
}
.footer .form-prefixPostfix .button,
.footer .form-prefixPostfix .form-input {
    width: 100%;
    display: block;
}
.footer .form-prefixPostfix .form-input {
    height: 42px;
    min-height: 42px;
    padding: 0 15px;
    line-height: 40px;
    color: #00699e;
    background-color: #fff;
    border-color: #fff;
}
.footer .form-prefixPostfix .form-input::-webkit-input-placeholder {
    color: #a3a3a3;
}
.footer .form-prefixPostfix .form-input::-moz-placeholder {
    color: #a3a3a3;
}
.footer .form-prefixPostfix .form-input:-ms-input-placeholder {
    color: #a3a3a3;
}
.footer .form-prefixPostfix .form-input:-moz-placeholder {
    color: #a3a3a3;
}
.footer .form-prefixPostfix .button {
    height: 42px;
    margin: 0.75rem 0 0 0;
    color: #fff;
    border-color: #b20000;
    background-color: #b20000;
}
.footer .form-prefixPostfix .button:active,
.footer .form-prefixPostfix .button:focus,
.footer .form-prefixPostfix .button:hover {
    color: #fff;
    border-color: #b20000;
    background-color: #b20000;
}
@media (min-width: 360px) {
    .footer .form-prefixPostfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer .form-prefixPostfix .form-input {
        width: calc(100% - 130px);
    }
    .footer .form-prefixPostfix .button {
        width: 120px;
        margin: 0 0 0 10px;
    }
}
.footer .footer-social .facebook-like,
.footer .footer-social .socialLinks {
    display: inline-block;
    vertical-align: bottom;
}
.footer-info {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    padding: 0;
    margin: 0 -8px;
}
.footer-info:after,
.footer-info:before {
    content: " ";
    display: table;
}
.footer-info:after {
    clear: both;
}
.footer-info + .footer-info-custom {
    margin-top: 20px;
}
@media (min-width: 1025px) {
    .footer-info {
        margin: 0 -15px;
    }
}
.footer-info-custom {
    display: block;
}
.footer-info-custom &gt; .item {
    display: block;
}
.footer-info-custom &gt; .item + .item {
    margin-top: 15px;
}
@media (min-width: 993px) {
    .footer-info-custom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-info-custom &gt; .item {
        width: 50%;
        display: inline-block;
    }
    .footer-info-custom &gt; .item + .item {
        margin-top: 0;
    }
    .footer-info-custom &gt; .item:nth-child(odd) {
        padding-right: 15px;
        text-align: left;
    }
    .footer-info-custom &gt; .item:nth-child(2n),
    .footer-info-custom &gt; .item:nth-child(even) {
        padding-left: 15px;
        text-align: right;
    }
}
.footer-info-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    font-size: 1rem;
    padding: 0 8px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.footer-info-col[data-section-type="newsletterSubscription"] .footer-info-heading {
    margin-bottom: 15px;
}
.footer-info-col &gt; .item {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .col-5 .footer-info-col {
        width: 100%;
    }
    .col-6 .footer-info-col {
        width: 66.66666666%;
    }
    .col-7 .footer-info-col {
        width: 33.33333333%;
    }
    .col-7 .footer-info-col:last-of-type {
        width: 66.66666667%;
    }
}
@media (min-width: 1025px) {
    .footer-info-col {
        padding: 0 15px;
    }
    .col-5 .footer-info-col {
        padding: 0 15px;
        width: 40%;
    }
    .col-6 .footer-info-col {
        width: 100%;
    }
    .col-7 .footer-info-col {
        width: 26%;
    }
    .col-7 .footer-info-col:last-of-type {
        width: 26%;
    }
}
@media (min-width: 1281px) {
    .col-6 .footer-info-col {
        width: 33.33333333%;
    }
}
@media (min-width: 768px) {
    .col-5 .footer-info-col--small,
    .col-6 .footer-info-col--small {
        width: 33.33333333%;
    }
    .col-7 .footer-info-col--small {
        width: 33.33333333%;
    }
    .text-center .footer-copyright {
        text-align: center;
    }
}
@media (min-width: 1025px) {
    .col-5 .footer-info-col--small {
        width: 20%;
    }
    .col-6 .footer-info-col--small {
        width: 25%;
    }
    .col-7 .footer-info-col--small {
        width: 16%;
    }
}
@media (min-width: 1281px) {
    .col-6 .footer-info-col--small {
        width: 16.66666667%;
    }
}
.footer-info-heading {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    color: #fff;
}
.footer-info-heading .icon-dropdown {
    display: none;
}
.footer-info-heading .logo-image {
    margin-bottom: 15px;
    max-height: 30px;
}
@media (max-width: 767px) {
    .footer-info-heading {
        cursor: pointer;
    }
    .footer-info-heading .logo-image {
        margin-bottom: 0;
    }
    .footer-dropdownmobile .footer-info-heading {
        position: relative;
        padding: 7px 0;
        border-bottom: 1px solid #39393b;
    }
    .footer-dropdownmobile .footer-info-heading .icon-dropdown {
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        display: block;
        fill: white;
        stroke: white;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease;
    }
    .footer-dropdownmobile.open-dropdown .footer-info-heading .icon-dropdown {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
}
.footer-info-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 20px;
}
.footer-info-list + .footer-info-list {
    margin-top: 30px;
}
.footer-info-list &gt; li {
    line-height: 30px;
}
.footer-info-list &gt; li .icon,
.footer-info-list &gt; li a {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.footer-info-list &gt; li .icon {
    height: 1.25rem;
    width: 1.25rem;
    fill: white;
}
.footer-info-list &gt; li a {
    text-transform: capitalize;
    color: #dfdfdf;
}
.footer-info-list &gt; li a:hover {
    color: #fff;
}
@media (min-width: 1025px) {
    .footer-info-list &gt; li a:before {
        content: "";
        bottom: 0;
        left: 0;
        height: 1px;
        width: 0;
        position: absolute;
        background-color: #fff;
        transition: all 0.3s ease;
    }
    .footer-info-list &gt; li a:hover:before {
        width: 100%;
    }
}
.footer-info-list .ask_an_expert:before,
.slick-arrow:before,
.slick-dots li button:before {
    content: none;
}
.footer-info-list &gt; .store-address,
.footer-info-list &gt; .store-email,
.footer-info-list &gt; .store-phone {
    line-height: 22px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.footer-info-list &gt; .store-address a,
.footer-info-list &gt; .store-email a,
.footer-info-list &gt; .store-phone a {
    text-transform: none;
}
.footer-info-list &gt; .store-address .icon,
.footer-info-list &gt; .store-email .icon,
.footer-info-list &gt; .store-phone .icon {
    position: absolute;
    left: 0;
    top: 4px;
}
.footer-info-list &gt; .store-phone p {
    margin-bottom: 5px;
}
.footer-info-list &gt; .store-email {
    margin-bottom: 0;
}
.footer-info-list .ask_an_expert {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase !important;
    text-decoration: underline;
    text-underline-position: under;
    color: #fff;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.footer-info-list .ask_an_expert:before {
    content: none;
}
.themevale_topFooter .phone,
.themevale_topFooter .text {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.footer-copyright {
    margin-bottom: 6px;
}
.footer-copyright a,
.footer-copyright p {
    margin-bottom: 0;
    color: inherit;
}
@media (min-width: 768px) {
    .text-center .footer-copyright {
        text-align: center;
    }
}
.footer-payment-icons {
    height: 3.33333rem;
    margin-top: 1.5rem;
}
@media (min-width: 801px) {
    .footer-payment-icons {
        margin-top: 3rem;
    }
}
.footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.41667rem;
    vertical-align: middle;
    width: 4.16667rem;
}
.footer-payment-icons svg {
    fill: #323232;
}
.footer-payment-image {
    font-size: 0;
}
.footer-payment-image img {
    display: inline-block;
    vertical-align: top;
    max-height: 28px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.footer-payment-image img:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .footer-payment-image img {
        max-height: 32px;
        margin-bottom: 0;
        margin-right: 15px;
        margin-left: 15px;
    }
    .footer-payment-image img:last-child {
        margin-right: 0;
    }
}
.themevale_topFooter {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #39393b;
}
.themevale_topFooter .text {
    margin: 0 3px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline;
    vertical-align: middle;
}
.themevale_topFooter .phone {
    margin: 0;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    display: inline;
    vertical-align: middle;
    color: #fff;
    background-color: #b20000;
}
@media (min-width: 768px) {
    .themevale_topFooter {
        text-align: center;
    }
    .themevale_topFooter .phone,
    .themevale_topFooter .text {
        font-size: 20px;
    }
    .themevale_topFooter .text {
       margin: 0 10px 0 0;
    }
}
.themevale_middleFooter {
    padding-top: 40px;
    padding-bottom: 40px;
}
.themevale_bottomFooter {
    padding: 30px 0;
    color: #dfdfdf;
    background-color: #2e3033;
}
.themevale_bottomFooter a,
.themevale_bottomFooter p {
    margin: 0;
    color: #dfdfdf;
}
#back-to-top,
#back-to-top:hover {
    color: #000;
    background-color: #fff;
}
.themevale_bottomFooter .container .item + .item {
    margin-top: 15px;
}
@media (min-width: 993px) {
    .themevale_bottomFooter .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .themevale_bottomFooter .container .item {
        width: 50%;
    }
    .themevale_bottomFooter .container .item + .item {
        margin-top: 0;
    }
    .themevale_bottomFooter .container .item:nth-child(odd) {
        padding-right: 15px;
        text-align: left;
    }
    .themevale_bottomFooter .container .item:nth-child(2n) {
        padding-left: 15px;
        text-align: right;
    }
}
.themevale_securityImage {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
}
.themevale_securityImage ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.themevale_securityImage ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.themevale_securityImage ul li:first-child {
    margin-left: 15px;
}
.themevale_securityImage img {
    max-height: 100px;
}
@media (min-width: 1025px) {
    .themevale_securityImage {
        margin-right: 0;
        margin-left: 0;
    }
    .themevale_securityImage ul {
        overflow: visible;
        white-space: normal;
    }
    .themevale_securityImage ul li {
        margin-right: 30px;
    }
    .themevale_securityImage ul li:first-child {
        margin-left: 0;
    }
    .themevale_securityImage ul li:last-child {
        margin-right: 0;
    }
}
#back-to-top {
    bottom: 38%;
    right: 15px;
    z-index: 19;
    padding: 2px;
    font-size: 0;
    display: none;
    cursor: pointer;
    position: fixed;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    transition: all 0.3s ease;
    color: #000;
    background-color: #fff;
    border: 1px solid #cdd0d7;
}
.themevale_popup_left,
.themevale_popup_right {
    position: fixed;
    z-index: 101;
    transition: all 0.3s ease;
}
#back-to-top .icon,
#back-to-top a,
#back-to-top.is-visible {
    display: block;
}
#back-to-top .icon {
    fill: #000;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#back-to-top.is-visible {
    display: block;
}
#back-to-top:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
#back-to-top:hover .icon {
    fill: #000;
}
@media (min-width: 1261px) {
    #back-to-top {
        right: 10vh;
    }
}
.themevale_popup_left {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 195px;
    z-index: 101;
    transition: all 0.3s ease;
}
@media (min-width: 551px) {
    .themevale_popup_left {
        left: 15px;
        right: auto;
        bottom: 195px;
    }
}
@media (min-width: 1025px) {
    .themevale_popup_left {
        left: 40px;
        bottom: 15px !important;
    }
}
.themevale_popup_right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    transition: all 0.3s ease;
}
@media (min-width: 551px) {
    .themevale_popup_right {
        left: 15px;
        right: auto;
        bottom: 15px;
    }
    .themevale_recently-bought {
        max-width: 360px;
    }
}
@media (min-width: 1025px) {
    .themevale_popup_right {
        right: 40px;
        bottom: 40px;
        left: auto;
    }
}
.themevale_recently-bought {
    padding: 0;
    width: auto;
    display: block;
    background: #fff;
    color: #969696;
    border-radius: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    padding: 10px 40px 10px 15px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition: all 1s ease;
}
.themevale_recently-bought .close {
    top: 10px;
    right: 10px;
    color: #969696;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
}
.themevale_recently-bought .recently-bought-inneer {
    display: table;
    width: 100%;
}
.themevale_recently-bought .product-image {
    padding: 0;
    width: 60px;
    display: table-cell;
    vertical-align: top;
}
.themevale_recently-bought .product-image &gt; a {
    display: block;
}
.themevale_recently-bought .product-image img {
    width: 100%;
    position: relative;
    display: inline-block;
}
.themevale_recently-bought .product-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.themevale_recently-bought .product-info .text {
    margin-bottom: 8px;
}
.themevale_recently-bought .product-info .product-name {
    color: #191919;
}
.themevale_recently-bought .product-info .product-name a {
    color: inherit;
}
.themevale_recently-bought .product-info .product-name a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.themevale_recently-bought .product-info #customer-info {
    font-size: 11px;
}
@media (min-width: 551px) {
    .themevale_recently-bought {
        max-width: 360px;
    }
}
@media (min-width: 768px) {
    .themevale_recently-bought {
        overflow: visible;
    }
    .themevale_recently-bought .product-image {
        width: 70px;
    }
}
@media (min-width: 1025px) {
    .themevale_recently-bought {
        padding: 15px 50px 15px 20px;
        max-width: 360px;
        border-radius: 3px;
    }
}
.slick-arrow {
    margin: 0;
    width: 35px;
    height: 35px;
    padding: 0 5px;
    line-height: 35px;
    border-radius: 3px;
    transition: all 0.3s ease;
    fill: #4d5259;
    border: 1px solid rgba(0, 0, 255, 0);
    background-color: rgba(0, 0, 255, 0);
}

.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow:before {
    content: none;
}
.slick-arrow.slick-disabled {
    opacity: 1;
    fill: #cfcfcf;
    border: 1px solid rgba(0, 0, 255, 0);
    background-color: rgba(0, 0, 255, 0);
}
.slick-arrow.slick-disabled:active,
.slick-arrow.slick-disabled:focus,
.slick-arrow.slick-disabled:hover {
    fill: #cfcfcf;
    border: 1px solid rgba(0, 0, 255, 0);
    background-color: rgba(0, 0, 255, 0);
}
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    fill: #4d5259;
    border-color: rgba(0, 0, 255, 0);
    background-color: rgba(0, 0, 255, 0);
}
@media (min-width: 1025px) {
    .slick-arrow.slick-next {
        right: -35px;
    }
    .slick-arrow.slick-prev {
        left: -35px;
    }
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 5px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    opacity: 0.3;
    border: 1px solid #323232;
    background-color: #323232;
    transition: all 0.3s ease;
}
.slick-dots li button:before {
    content: none;
}
@media (min-width: 551px) {
    .slick-dots li {
        margin: 0 6px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}
.slick-dots .slick-active button {
    opacity: 0.8;
    background-color: transparent;
}
.themevale_column {
    margin: 0 -8px;
    font-size: 0;
    list-style: none;
    text-align: left;
    display: block;
}
.themevale_column &gt; .item {
    padding: 0 8px;
    margin-bottom: 16px;
    white-space: normal;
    font-size: 1rem;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}
@media (min-width: 551px) {
    .themevale_column.themevale_column--col2 &gt; .item,
    .themevale_column.themevale_column--col3 &gt; .item,
    .themevale_column.themevale_column--col4 &gt; .item,
    .themevale_column.themevale_column--col5 &gt; .item {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .themevale_column.themevale_column--col3 &gt; .item,
    .themevale_column.themevale_column--col4 &gt; .item {
        width: 33.3333333%;
    }
    .themevale_column.themevale_column--col3.recent-post-style-2 &gt; .item,
    .themevale_column.themevale_column--col4.recent-post-style-2 &gt; .item {
        width: 40%;
    }

}
@media (min-width: 1025px) {
    .slick-arrow.slick-next {
        right: -35px;
    }
    .slick-arrow.slick-prev {
        left: -35px;
    }
    .themevale_column {
        margin: 0 -15px;
    }
    .themevale_column &gt; .item {
        padding: 0 15px;
        margin: 30px 0 0 0;
    }
    .themevale_column.themevale_column--col2 &gt; .item {
        width: 50%;
        margin-right: 0;
    }
    .themevale_column.themevale_column--col2 &gt; .item:nth-child(-n + 2) {
        margin-top: 0;
    }
    .themevale_column.themevale_column--col3 &gt; .item {
        width: 33.3333333%;
        margin-right: 0;
    }
    .themevale_column.themevale_column--col3 &gt; .item:nth-child(-n + 3) {
        margin-top: 0;
    }
    .themevale_column.themevale_column--col3.recent-post-style-2 &gt; .item {
        width: 33.3333333%;
    }
    .themevale_column.themevale_column--col4 &gt; .item {
        width: 25%;
        margin-right: 0;
    }
    .themevale_column.themevale_column--col4 &gt; .item:nth-child(-n + 4) {
        margin-top: 0;
    }
    .themevale_column.themevale_column--col5 &gt; .item {
        width: 20%;
        margin-right: 0;
    }
    .themevale_column.no-padding {
        margin: 0;
    }
    .themevale_column.themevale_column--col5 &gt; .item:nth-child(-n + 5) {
        margin-top: 0;
    }
    .themevale_column.no-padding &gt; .item {
        padding: 0;
        margin: 0;
    }
}
.themevale_customColumn_footer {
     -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
        white-space: nowrap;
        overflow-y: auto;
}
.themevale_customColumn_footer .item {
        margin-top: 0px!important;
}
.themevale_customColumn_footer .item .title{
        line-height: 20px!important;
        cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 105, 158, 0.3);/*rgba(0,0,0,0.3); */
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 105, 158, 0.8);/*rgba(255,0,0,0.8); */
    -webkit-box-shadow: inset 0 0 6px rgba(0, 105, 158, 0.5);/*rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 105, 158, 0.5);/*rgba(255,0,0,0.4); */
}

/*
::-webkit-scrollbar {
width: 20px;
height: 5px;
}

::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background:black; 
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background:rgb(54, 56, 58); 
}
*/
@media (max-width: 1024px) {
    .themevale_customColumn {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        white-space: nowrap;
        overflow-y: auto;
        padding-bottom: 2px;
    }
    .themevale_customColumn &gt; .item {
        width: auto !important;
        padding: 0;
        margin: 0 16px 0 0;
        white-space: normal;
    }
}
@media (max-width: 415px) {
    #themevale_category-card-1 .themevale_customColumn &gt; .item {
        width: 80% !important;
    }
    #themevale_category-card-2 .themevale_customColumn &gt; .item {
        width: 80% !important;
    }
}
.themevale_breadcrumbCategory {
    padding: 0;
    margin-bottom: 35px;
    background-color: #f7f7f7;
}
.themevale_breadcrumbCategory &gt; .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.themevale_breadcrumbCategory .categoryImage-carousel {
    margin-top: 30px;
    margin-left: -8px;
    margin-right: -8px;
    font-size: 0;
    list-style: none;
}
.themevale_breadcrumbCategory .categoryImage-carousel .item {
    padding: 0 8px;
    vertical-align: top;
    display: inline-block;
}
.themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap {
    overflow: hidden;
    position: relative;
    display: block !important;
}
.themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (min-width: 551px) {
    .themevale_breadcrumbCategory &gt; .container {
        padding-top: 20px;
        padding-bottom: 35px;
    }
}
.themevale_background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    z-index: 21;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.5s ease;
    background-color: rgba(255, 255, 255, 0.7);
}
.has-activeNavPages .themevale_background,
.themevale_open-Account .themevale_background,
.themevale_open-Lang .themevale_background,
.themevale_open-Cart .themevale_background,
.themevale_open-Currency .themevale_background,
.themevale_open-Sidebar .themevale_background,
.themevale_quickSearch .themevale_background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.has-activeNavPages .themevale_background,
.themevale_open-Account .themevale_background,
.themevale_open-Lang .themevale_background,
.themevale_open-Currency .themevale_background,
.themevale_open-Sidebar .themevale_background {
    z-index: 100;
}
.themevale_quickSearch .themevale_background {
    opacity: 0;
}
@media (min-width: 1281px) {
    .page--headerVertical .themevale_background {
        left: -340px;
    }
}
@media (min-width: 1025px) {
    .has-activeNavPages .themevale_background {
        z-index: 19;
    }
}
.themevale_Mobile {
    top: 0;
    bottom: 0;
    z-index: 101;
    left: -101%;
    width: 337px;
    height: 100%;
    padding: 0;
    z-index: 106;
    position: fixed;
    background-color: #fff;
    max-width: calc(100% - 44px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0;
}
.themevale_Mobile .themevale_MobileContent {
    height: calc(100% - 70px);
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto;
}
.themevale_Mobile .themevale_close {
    top: 0;
    right: -44px;
    width: 44px;
    height: 44px;
    z-index: 10;
    line-height: 44px;
    position: absolute;
    text-align: center;
    background-color: #fafafa;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
}
.themevale_Mobile .themevale_close .close {
    opacity: 1;
    width: 100%;
    height: 100%;
    color: #232323;
    display: block;
    font-size: 34px;
    line-height: inherit;
    font-weight: 300;
}
.themevale_Mobile .themevale_close2 {
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 20px 30px;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.themevale_Mobile .themevale_close2 .icon,
.themevale_Mobile .themevale_close2 .text {
    display: inline-block;
    vertical-align: middle;
}
.themevale_Mobile .themevale_close2 .icon {
    height: 1.5rem;
    width: 1.5rem;
}
.themevale_Mobile &gt; .navPages-container {
    z-index: 11;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 5px 0;
}
.themevale_Mobile .page-sidebar {
    display: block;
    padding-bottom: 100px;
}
@media (min-width: 360px) {
    .themevale_Mobile .themevale_close2 {
        padding: 20px 20px 30px 20px;
    }
    .themevale_Mobile .themevale_MobileContent {
        height: calc(100% - 70px);
    }
}
@media (min-width: 551px) {
    .themevale_Mobile .themevale_MobileContent {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.themevale_MobileMenu {
    width: calc(100% - 44px);
    max-width: 400px;
    box-shadow: none;
    transition: left 0.5s ease;
}
@media (min-width: 1025px) {
    .themevale_Mobile {
        display: none;
    }
    .themevale_Mobile &gt; .navPages-container::-webkit-scrollbar {
        display: none;
    }
}
.themevale_MobileMenu {
    max-width: 420px;
    max-width: 300px;
    box-shadow: none;
    transition: left 0.5s ease;
}
@media (min-width: 1025px) {
    .themevale_MobileMenu {
        max-width: 300px;
    }
    .themevale_MobileMenu &gt; .navPages-container {
        box-shadow: 2px 1px 2px 0 rgba(50, 50, 50, 0.2);
    }
}
.themevale_MobileAccount {
    left: auto;
    right: -101%;
    display: block;
}
.themevale_open-Account .themevale_MobileAccount {
    right: 0;
}
.themevale_MobileLang {
    left: auto;
    right: -101%;
    display: block;
}
.themevale_open-Lang .themevale_MobileLang {
    right: 0;
}
.themevale_MobileCart {
    left: auto;
    right: -101%;
    display: block;
}
.themevale_open-Cart .themevale_MobileCart {
    right: 0;
}
@media (max-width: 551px) {
    .themevale_MobileCart {
        left: 0;
        right: 0;
        top: calc(101% + 60px);
        display: block;
        width: 100%;
        max-width: 100%;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease;
    }
    .themevale_open-Cart .themevale_MobileCart {
        top: 51px;
    }
}
.themevale_open-Sidebar .themevale_MobileSidebar {
    left: 0;
}
.has-activeNavPages .themevale_MobileMenu {
    left: 0;
}
#themevale_newsletter {
    position: relative;
    z-index: 100;
}
#themevale_newsletter .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65);
}
#themevale_newsletter .newsletterPopup {
    top: 50%;
    left: 50%;
    z-index: 101;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#themevale_newsletter.hide {
    display: none !important;
}
.newsletterPopup {
    text-align: left;
    width: 95%;
    padding: 0;
    height: auto;
    max-height: 90%;
    overflow-y: auto;
    max-width: 950px;
    border-radius: 5px;
    color: #3c3c3c;
    background-color: #fff;
}
.newsletterPopup .newsletter-content {
    width: 100%;
    padding: 30px 15px;
}
.newsletterPopup .newsletter-image {
    display: none;
}
.newsletterPopup .newsletter-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #373e46;
}
.newsletterPopup .newsletter-sub-heading {
    margin-bottom: 0;
    font-weight: 700;
    color: #373e46;
}
.newsletterPopup #popupSubcribeForm {
    margin-top: 15px;
    margin-bottom: 15px;
}
.newsletterPopup #popupSubcribeForm .form,
.newsletterPopup #popupSubcribeForm .form-field {
    margin-bottom: 0;
}
.newsletterPopup #popupSubcribeForm .form-wrap {
    display: block;
}
.newsletterPopup #popupSubcribeForm .form-wrap .form-input {
    text-align: left;
    margin-bottom: 15px;
    min-height: 40px;
    line-height: 40px;
    border: 1px solid #cccfd6;
    background-color: #fff;
}
.newsletterPopup #popupSubcribeForm .form-wrap .button,
.newsletterPopup #popupSubcribeForm .form-wrap .button:active,
.newsletterPopup #popupSubcribeForm .form-wrap .button:focus,
.newsletterPopup #popupSubcribeForm .form-wrap .button:hover {
    color: #fff;
    border: 1px solid #b20000;
    background-color: #b20000;
}
.newsletterPopup #popupSubcribeForm .form-wrap .button {
    min-width: 120px;
    padding: 0 25px;
    display: block;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #b20000;
    background-color: #b20000;
}
.newsletterPopup #popupSubcribeForm .form-wrap .button:active,
.newsletterPopup #popupSubcribeForm .form-wrap .button:focus,
.newsletterPopup #popupSubcribeForm .form-wrap .button:hover {
    color: #fff;
    border: 1px solid #b20000;
    background-color: #b20000;
}
.newsletterPopup .newsletter-message {
    display: inline-block;
    margin-bottom: 0;
    font-style: italic;
}
.newsletterPopup .newsletter-icons {
    margin-top: 20px;
}
.newsletterPopup .newsletter-icons .socialLinks .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: transparent;
    border: 1px solid #cccfd6;
}
.newsletterPopup .newsletter-icons .socialLinks .icon svg {
    fill: #373e46;
}
.newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
    margin: 0 5px 5px 0;
}
.newsletterPopup .newsletter-show-again {
    margin-top: 20px;
}
.newsletterPopup .newsletter-show-again #do-not-show-again {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
}
.newsletterPopup .newsletter-show-again #do-not-show-again:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #fff;
    box-sizing: content-box;
    border: 1px solid #c1c1c2;
}
.newsletterPopup .newsletter-show-again #do-not-show-again:after {
    content: "";
    top: 3px;
    left: 2px;
    height: 5px;
    width: 10px;
    opacity: 0;
    position: absolute;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.1s;
}
.newsletterPopup .newsletter-show-again #do-not-show-again:checked:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.newsletterPopup .newsletter-show-again label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    position: relative;
    margin-bottom: 0;
    top: 1px;
    color: #3c3c3c;
}
@media (min-width: 551px) {
    .newsletterPopup #popupSubcribeForm .form-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .newsletterPopup #popupSubcribeForm .form-wrap .form-input {
        margin: 0 15px 0 0;
    }
    .newsletterPopup #popupSubcribeForm .form-wrap .button {
        width: auto;
        display: inline-block;
    }
    .newsletterPopup .newsletter-heading {
        font-size: 24px;
    }
    .newsletterPopup .newsletter-icons,
    .newsletterPopup .newsletter-show-again {
        margin-top: 27px;
    }
    .newsletterPopup .newsletter-content {
        padding: 30px;
    }
    .newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
        margin: 0 10px 5px 0;
    }
}
@media (min-width: 801px) {
    .newsletterPopup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .newsletterPopup .newsletter-content {
        width: 55%;
        padding: 40px;
    }
    .newsletterPopup .newsletter-image {
        width: 45%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        border-radius: 0 5px 5px 0;
        background-color: #000;
    }
    .newsletterPopup .newsletter-image img {
        top: 50%;
        left: 50%;
        position: absolute;
        min-height: 100%;
        height: auto;
        max-width: none;
        width: auto;
        min-width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .newsletterPopup .newsletter-image img.lazyload,
    .newsletterPopup .newsletter-image img.lazyloading {
        width: auto;
        height: auto;
        min-width: 0;
        min-height: 0;
    }
}
#themevale_brands-carousel-1 .page-heading-wrapper {
    text-align: center;
}
@media (min-width: 1025px) {
    .newsletterPopup {
        overflow: visible;
    }
    .newsletterPopup .newsletter-content {
        padding: 50px 60px;
    }
}
#themevale_brands-carousel-1 .page-heading-wrapper {
    text-align: center;
}
@media (min-width: 1025px) {
    #themevale_brands-carousel-1 .container {
        font-size: 0;
    }
    #themevale_brands-carousel-1 .page-heading-wrapper {
        width: 160px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        text-align: left;
    }
    #themevale_brands-carousel-1 .page-heading-wrapper .page-heading {
        font-size: 16px;
    }
    #themevale_brands-carousel-1 .page-heading-wrapper .page-heading-link {
        top: auto;
        margin-top: 5px;
        position: relative;
        -webkit-transform: none;
        transform: none;
    }
    #themevale_brands-carousel-1 .brandSlider {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 160px);
    }
    #themevale_brands-carousel-1 .brandSlider .slick-arrow.slick-prev {
        left: 0;
    }
    #themevale_brands-carousel-1 .brandSlider .slick-arrow.slick-next {
        right: 0;
    }
}
.category-card,
.category-card .category-figure {
    margin: 0;
    display: block;
}
@media (max-width: 551px) {
    #themevale_brands-carousel-1 .page-heading-wrapper {
        text-align: center;
    }
}
.category-card {
    margin: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    color: #00699e;
    background-color: #fff;
    border-radius: 3px;
}
.category-card .category-figure {
    margin: 0;
    display: block;
}
.category-card .category-figure .category-img-container {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.category-card .category-figure .category-img-container img.lazyload {
    transition: all 0.8s ease;
}
.b_grey{
    background: rgba(128, 128, 128, 0.5);
    width: 100%;
}
.category-card .category-body {
    top: 50%;
    left: 0;
    z-index: 3;
    position: absolute;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-card .title {
    z-index: 2;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px 0;
    max-width: 250px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.category-card .title:hover {
    color: #b20000;
}
.category-card.style-2,
.category-card.style-2 .title:hover,
.category-card.style-3,
.category-card.style-3 .title,
.category-card.style-3 .title:hover {
    color: #fff;
}
.category-card .description {
    max-width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.category-card + .category-card {
    margin-top: 16px;
}
@media (min-width: 1025px) {
    .category-card .category-body {
        padding: 0 10px;
    }
    .category-card .title:before {
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: all 0.3s ease;
        background-color: #b20000;
    }
    .category-card .title:hover:before {
        width: 100%;
    }
    .category-card + .category-card {
        margin-top: 30px;
    }
    .category-card:hover .category-figure .category-img-container img.lazyload {
        transform: scale(1.15);
    }
}
.category-card.style-2 {
    color: #fff;
}
.category-card.style-2 .category-body {
    top: 15px;
    left: 0;
    padding: 0 15px;
    -webkit-transform: none;
    transform: none;
}
.category-card.style-2 .category-button {
    right: 15px;
    bottom: 15px;
    z-index: 3;
    position: absolute;
}
.category-card.style-2 .category-button .button {
    padding: 7px 12px 6px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.category-card.style-2 .title {
    line-height: 1;
    font-size: 20px;
    color: #fff;
}
.category-card.style-2 .title:hover {
    color: #fff;
}
.category-card.style-2 .description {
    font-weight: 700;
}
@media (min-width: 1025px) {
    .category-card.style-2 .category-body {
        top: 30px;
        padding: 0 30px;
    }
    .category-card.style-2 .category-button {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }
    .category-card.style-2 .category-button .button {
        min-width: 120px;
        padding: 11px 15px 10px;
    }
    .category-card.style-2 .title {
        font-size: 32px;
    }
    .category-card.style-2 .title:before {
        content: none;
    }
    .category-card.style-2 .category-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        content: "";
        position: absolute;
        visibility: hidden;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .category-card.style-2:hover .category-img-container:before {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 360px) {
    .category-card.style-2 .category-button {
        display: none;
    }
}
.category-card.style-3 {
    color: #fff;
}
.category-card.style-3 .category-body {
    top: 15px;
    left: 0;
    padding: 0 15px;
    -webkit-transform: none;
    transform: none;
}
.category-card.style-3 .category-button {
    left: 15px;
    bottom: 15px;
    right: auto;
    z-index: 3;
    position: absolute;
}
.category-card.style-3 .category-button .button {
    padding: 7px 12px 6px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.category-card.style-3 .title {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}
.category-card.style-3 .title:hover {
    color: #fff;
}
.category-card.style-3 .description {
    max-width: 100%;
    margin-bottom: 0;
    white-space: normal;
}
@media (min-width: 1025px) {
    .category-card.style-3 .category-body {
        top: 30px;
        padding: 0 30px;
    }
    .category-card.style-3 .category-button {
        position: absolute;
        left: 30px;
        bottom: 30px;
    }
    .category-card.style-3 .category-button .button {
        min-width: 120px;
        padding: 11px 15px 10px;
    }
    .category-card.style-3 .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .category-card.style-3 .title:before {
        content: none;
    }
    .category-card.style-3 .category-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        content: "";
        position: absolute;
        visibility: hidden;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .category-card.style-3:hover .category-img-container:before {
        opacity: 1;
        visibility: visible;
    }
}
.category-carousel-wrapper {
    /*text-align: center;*/
    display: block;
    position: relative;
}
.category-carousel-wrapper img {
    display: inline-block;
    vertical-align: top;
}
.category-carousel-wrapper .title {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #00699e;
}
.category-carousel-wrapper .title:hover {
    color: #b20000;
}
.category-carousel-wrapper .link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
}
.category-carousel-wrapper.layout-2 img {
    max-width: 100px;
}
.category-carousel-wrapper.layout-2 .title {
    font-size: 14px;
}
@media (min-width: 1025px) {
    .category-carousel-wrapper .title:before {
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: all 0.3s ease;
        background-color: #b20000;
    }
    .category-carousel-wrapper .title:hover:before {
        width: 100%;
    }
    .category-carousel-wrapper.layout-2 img {
        opacity: 0.7;
        transition: all 0.3s ease;
    }
    .category-carousel-wrapper.layout-2:hover img {
        opacity: 1;
    }
}
.themevale_category-carousel.slick-slider {
    margin-left: -8px;
    margin-right: -8px;
}
.themevale_category-carousel.slick-slider .slick-slide {
    padding: 0 8px;
}
.themevale_category-carousel.slick-slider .items {
    display: inline-block;
    vertical-align: top;
}
.themevale_category-carousel:not(.slick-slider) {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
}
.themevale_category-carousel:not(.slick-slider) .items {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 40%;
}
@media (min-width: 414px) {
    .themevale_category-carousel:not(.slick-slider) .items {
        width: 30%;
    }
}
@media (min-width: 552px) {
    .themevale_category-carousel:not(.slick-slider) .items {
        width: 27%;
    }
    .themevale_category-carousel.layout-2:not(.slick-slider) .items {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .themevale_category-carousel:not(.slick-slider) .items {
        width: 23%;
    }
    .themevale_category-carousel.layout-2:not(.slick-slider) .items {
        width: 15%;
    }
}
@media (min-width: 1025px) {
    .themevale_category-carousel.slick-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .themevale_category-carousel.slick-slider .slick-slide {
        padding: 0 15px;
    }
    .themevale_category-carousel.slick-slider .slick-slide &gt; div + div {
        margin-top: 30px;
    }
    .themevale_category-carousel:not(.slick-slider) {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-bottom: 0;
    }
    .themevale_category-carousel:not(.slick-slider) .items {
        width: 16.6666667%;
        padding-right: 30px;
    }
    .themevale_category-carousel:not(.slick-slider).layout-2 .items {
        width: 11.11111111%;
    }
}
.banner-marketing-wrapper {
    margin: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    font-size: 1rem;
    color: #fff;
}
.banner-marketing-wrapper .banner-figure {
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
}
.banner-marketing-wrapper .banner-figure .banner-img-container {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 100%;
}
.banner-marketing-wrapper .banner-figure .banner-img-container img {
    height: 100%;
    width: auto;
    max-width: none;
}
.banner-marketing-wrapper .banner-body {
    z-index: 3;
    padding: 15px;
    position: relative;
}
.banner-marketing-wrapper .banner-button {
    z-index: 3;
    display: block;
    margin-top: 20px;
    position: relative;
}
.banner-marketing-wrapper .banner-button .button {
    width: 110px;
    padding: 7px 12px 6px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.banner-marketing-wrapper .title {
    z-index: 2;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    max-width: 350px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #fff;
}
.banner-marketing-wrapper .title:hover {
    color: #b20000;
}
.banner-marketing-wrapper .description {
    max-width: 100%;
    margin-bottom: 0;
    white-space: normal;
}
.themevale_category-carousel:not(.slick-slider),
.themevale_featuredCategory-wrapper:not(.slick-slider),
.themevale_marketingBanner:not(.slick-slider),
.themevale_productsCarousel-custom .productCarousel:not(.slick-slider) {
    white-space: nowrap;
    overflow: hidden;
}
.banner-marketing-wrapper .description .icon {
    fill: #fff;
    stroke: #fff;
    height: 0.83333rem;
    width: 0.83333rem;
    position: relative;
    top: -1px;
    margin-left: 3px;
}
.themevale_section-flash-sale .container .items {
    margin-bottom: 60px;
}
.themevale_section-flash-sale .container .items:last-child {
    margin-bottom: 0;
}
@media (min-width: 1025px) {
    .banner-marketing-wrapper .banner-figure {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        position: relative;
    }
    .banner-marketing-wrapper .banner-body {
        top: 0;
        left: 0;
        right: 0;
        padding: 27px 30px;
        position: absolute;
    }
    .banner-marketing-wrapper .banner-body .description,
    .banner-marketing-wrapper .banner-body .title {
        padding-right: 150px;
        max-width: none;
    }
    .banner-marketing-wrapper .banner-button {
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .banner-marketing-wrapper .banner-button .button {
        padding: 11px 15px 10px;
    }
    .banner-marketing-wrapper .banner-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        content: "";
        position: absolute;
        visibility: hidden;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .banner-marketing-wrapper:hover .banner-img-container:before {
        opacity: 1;
        visibility: visible;
    }
}
.themevale_section-flash-sale .container .items {
    margin-bottom: 60px;
}
.themevale_section-flash-sale .container .items:last-child {
    margin-bottom: 0;
}
.themevale_section-flash-sale .advertisement-image {
    text-align: center;
}
.themevale_section-flash-sale.custom .container .items {
    margin-bottom: 30px;
}
.themevale_section-flash-sale.custom .container .items:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .themevale_section-flash-sale.custom .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: top;
        align-items: top;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .themevale_section-flash-sale.custom .container:after,
    .themevale_section-flash-sale.custom .container:before {
        content: none;
    }
    .themevale_section-flash-sale.custom .container .items {
        margin-bottom: 0;
    }
    .themevale_section-flash-sale.custom .container .items:first-child {
        width: calc(100% - 300px);
        padding-right: 0;
    }
    .themevale_section-flash-sale.custom .container .items:last-child {
        width: 300px;
        padding-left: 30px;
    }
}
@media (min-width: 1025px) {
    .themevale_section-flash-sale .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .themevale_section-flash-sale .container:after,
    .themevale_section-flash-sale .container:before {
        content: none;
    }
    .themevale_section-flash-sale .container .items {
        margin-bottom: 0;
    }
    .themevale_section-flash-sale .container .items:first-child {
        width: 74.5%;
        padding-right: 0;
    }
    .themevale_section-flash-sale .container .items:first-child .themevale_productLoading {
        height: 434px;
    }
    .themevale_section-flash-sale .container .items:last-child {
        width: 25.5%;
        padding-left: 28px;
    }
    .themevale_section-flash-sale.style-2 .container {
         display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .themevale_section-flash-sale.style-2 .container:after,
    .themevale_section-flash-sale.style-2 .container:before {
        content: none;
    }
    .themevale_section-flash-sale.style-2 .container .items {
        margin-bottom: 0;
    }
    .themevale_section-flash-sale.style-2 .container .items:first-child {
        width: 79.4%;
        padding-right: 0;
    }
    .themevale_section-flash-sale.style-2 .container .items:first-child .themevale_productLoading {
        height: 434px;
    }
    .themevale_section-flash-sale.style-2 .container .items:last-child {
        width: 20.6%;
        padding-left: 30px;
    }
    .themevale_section-flash-sale.custom .container .items {
        margin-bottom: 0;
    }
    .themevale_section-flash-sale.custom .container .items:first-child {
        width: 74.5%;
        padding-right: 0;
    }
    .themevale_section-flash-sale.custom .container .items:first-child .themevale_productLoading {
        height: 434px;
    }
    .themevale_section-flash-sale.custom .container .items:last-child {
        width: 25.5%;
        padding-left: 28px;
    }
}
.themevale_featuredCategory-wrapper {
    margin: 0 -8px;
}
.themevale_featuredCategory-wrapper .items {
    padding: 0 8px 4px;
    vertical-align: top;
    display: inline-block;
}
.themevale_featuredCategory-wrapper.slick-slider {
    margin-left: -8px;
    margin-right: -8px;
}
.themevale_featuredCategory-wrapper.slick-slider .items {
    padding: 0 8px;
    padding-bottom: 4px;
    vertical-align: top;
    display: inline-block;
}
.themevale_featuredCategory-wrapper:not(.slick-slider) {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
}
.themevale_featuredCategory-wrapper:not(.slick-slider) .items {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 33.333333333%;
}
@media (min-width: 360px) {
    .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
        width: 80%;
    }
}
@media (min-width: 552px) {
    .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
        width: 40%;
    }
    .themevale_featuredCategory-wrapper.custom:not(.slick-slider) .items {
        width: 45%;
    }
}
@media (min-width: 992px) {
    .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
        width: 33.333333333%;
    }
    .themevale_featuredCategory-wrapper.custom:not(.slick-slider) .items {
        width: 37%;
    }
}
@media (min-width: 1025px) {
    .themevale_featuredCategory-wrapper {
        margin: 0 -15px;
    }
    .themevale_featuredCategory-wrapper .items {
        padding: 0 15px 4px;
    }
    .themevale_featuredCategory-wrapper.slick-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .themevale_featuredCategory-wrapper.slick-slider .items {
        padding: 0 15px;
        padding-bottom: 4px;
    }
    .themevale_featuredCategory-wrapper:not(.slick-slider) {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .themevale_featuredCategory-wrapper:not(.slick-slider) .items {
        width: 33.333333333%;
        padding-right: 30px;
    }
}
.themevale_featuredCategory {
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.themevale_featuredCategory .image {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.themevale_featuredCategory .content {
    padding: 20px 25px 25px;
}
.themevale_featuredCategory .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.themevale_featuredCategory .title a {
    color: inherit;
}
.themevale_featuredCategory .subcategory-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}
.themevale_featuredCategory .subcategory-list li {
    display: block;
    line-height: 30px;
}
.themevale_featuredCategory .subcategory-list li .icon {
    height: 0.75rem;
    width: 0.75rem;
    fill: #a6a8ac;
    stroke: #a6a8ac;
    margin-right: 5px;
}
@media (min-width: 1025px) {
    .themevale_featuredCategory .subcategory-list li a:after,
    .themevale_featuredCategory .subcategory-list li a:before {
        content: "";
        bottom: 0;
        left: 0;
        height: 1px;
        width: 0;
        position: absolute;
        background-color: #059;
        transition: all 0.3s ease;
    }
    .themevale_featuredCategory .subcategory-list li a:hover:after,
    .themevale_featuredCategory .subcategory-list li a:hover:before {

        width: 100%;
    }
    .themevale_productsCarousel-custom .page-heading-wrapper {
        border-bottom: 1px solid #e2e4e8;
        padding-bottom: 10px;
    }
}
.themevale_productsCarousel-custom,
.themevale_productsCategorySortTabs {
    position: relative;
}
.themevale_featuredCategory .link {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #059;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.themevale_featuredCategory .link:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.themevale_featuredCategory.layout-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: none;
}
.themevale_featuredCategory.layout-2 .image {
    max-width: 170px;
    border-radius: 3px;
}
.themevale_featuredCategory.layout-2 .content {
    padding: 0;
    padding-left: 15px;
}
.themevale_featuredCategory.layout-2 .title {
    text-transform: capitalize;
}
@media (min-width: 1025px) {
    .themevale_featuredCategory.layout-2 .content {
        padding-left: 25px;
    }
}
.themevale_productsCarousel-custom {
    position: relative;
    max-width: 99%;
}
@media (min-width: 1025px) {
    .themevale_productsCarousel-custom .page-heading-wrapper {
        border-bottom: 1px solid #e2e4e8;
        padding-bottom: 10px;
    }
}
.themevale_productsCategorySortNew {
    position: relative;
}
@media (min-width: 768px) {
    .themevale_productsCategorySortNew .tabs {
        text-align: center;
    }
    .themevale_productsCategorySortNew .tabs .tab {
        float: none;
    }
}
@media (min-width: 1025px) {
    .themevale_productsCategorySortNew .page-heading {
        top: 0;
        left: 0;
        line-height: 1;
        margin-bottom: 0;
        position: absolute;
    }
    .themevale_productsCategorySortNew .tabs {
        text-align: right;
    }
    .themevale_productsCategorySortNew .tabs .tab {
        float: none;
    }
}
.themevale_productsCategorySortTabs {
    position: relative;
}
.themevale_productsCarousel-custom .productCarousel:not(.slick-slider) .productCarousel-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
@media (min-width: 768px) {
    .themevale_productsCategorySortTabs .page-heading {
        top: 0;
        left: 0;
        line-height: 1;
        margin-bottom: 0;
        position: absolute;
    }
    .themevale_productsCategorySortTabs .tabs {
        text-align: right;
    }
    .themevale_productsCategorySortTabs .tabs .tab {
        float: none;
    }
}
.themevale_section_custom_blogs .container &gt; .items {
    margin-bottom: 50px;
}
.themevale_section_custom_blogs .container &gt; .items:last-child {
    margin-bottom: 0;
}
@media (min-width: 1025px) {
    .themevale_section_custom_blogs .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: top;
        align-items: top;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .themevale_section_custom_blogs .container:after,
    .themevale_section_custom_blogs .container:before {
        content: none;
    }
    .themevale_section_custom_blogs .container &gt; .items {
        margin-bottom: 0;
        width: 50%;
    }
    .themevale_section_custom_blogs .container &gt; .items:first-child {
        padding-right: 15px;
    }
    .themevale_section_custom_blogs .container &gt; .items:last-child {
        padding-left: 15px;
    }
}
.themevale_video_carousel.slick-slider {
    display: block;
    margin-left: -8px;
    margin-right: -8px;
}
.themevale_video_carousel.slick-slider .items {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}
.themevale_video_carousel:not(.slick-slider) {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
}
.themevale_video_carousel:not(.slick-slider) .items {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%;
    white-space: normal;
}
@media (min-width: 360px) {
    .themevale_video_carousel:not(.slick-slider) .items {
        width: 80%;
    }
}
@media (min-width: 552px) {
    .themevale_video_carousel:not(.slick-slider) .items {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .themevale_video_carousel:not(.slick-slider) .items {
        width: 33.3333333%;
    }
}
@media (min-width: 1025px) {
    .themevale_video_carousel:not(.slick-slider) {
        white-space: normal;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }
    .themevale_video_carousel:not(.slick-slider) .items {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .themevale_video_carousel:not(.slick-slider) .items:nth-child(n + 3) {
        display: none;
    }
    .themevale_video_carousel.slick-slider {
        margin: 0 -15px;
    }
    .themevale_video_carousel.slick-slider .items {
        padding: 0 15px;
        vertical-align: top;
        display: inline-block;
    }
    .themevale_video_carousel.slick-slider .slick-slide &gt; div + div {
        margin-top: 30px;
    }
}
.video-wrapper {
    position: relative;
}
.video-wrapper .video-image {
    display: block;
    position: relative;
}
.video-wrapper .video-image .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    max-width: 50px;
    transform: translate(-50%, -50%);
}
.video-wrapper .video-content {
    color: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 15px;
    position: absolute;
}
.video-wrapper .video-content .title {
    font-size: 18px;
    font-weight: 700;
    color: inherit;
    line-height: 1.4;
    margin: 0 0 7px 0;
    text-transform: capitalize;
}
.video-wrapper .video-content .description {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: inherit;
    margin: 0;
}
.video-wrapper .link-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: block;
}
@media (min-width: 1025px) {
    .video-wrapper .video-image {
        overflow: hidden;
        border-radius: 3px;
    }
    .video-wrapper .video-image .icon-video {
        max-width: 100px;
    }
    .video-wrapper .video-image img:not(.icon-video) {
        transition: all 0.8s ease;
    }
    .video-wrapper .video-image:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        content: "";
        position: absolute;
        visibility: hidden;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .video-wrapper .video-content {
        padding: 30px;
    }
    .video-wrapper .video-content .title {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    .video-wrapper:hover .video-image:before {
        opacity: 1;
        visibility: visible;
    }
    .video-wrapper:hover .video-image img:not(.icon-video) {
        transform: scale(1.15);
    }
}
.themevale_marketingBanner-wrapper {
    position: relative;
}
.themevale_marketingBanner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 450px;
    border-radius: 5px;
    overflow: hidden;
}
.themevale_marketingBanner img {
    border-radius: 5px;
}
.themevale_marketingBanner .slick-dots {
    bottom: 20px;
}
.themevale_marketingBanner .slick-dots li button {
    border-color: #fff;
    background-color: #fff;
}
.themevale_marketingBanner .slick-dots .slick-active button {
    background-color: transparent;
}
.themevale_marketingBanner:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
}
.themevale_marketingBanner:not(.slick-slider) .item {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
@media (min-width: 1025px) {
    .themevale_marketingBanner {
        max-width: none;
        margin-bottom: 0 !important;
    }
}
.themevale_marketingBanner-subcategory {
    top: 30px;
    left: 30px;
    z-index: 5;
    color: #fff;
    position: absolute;
}
.themevale_marketingBanner-subcategory .title-category {
    display: block;
    color: inherit;
    font-size: 24px;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.themevale_marketingBanner-subcategory .sub-category {
    display: block;
    color: inherit;
    margin-bottom: 8px;
}
.themevale_marketingBanner-subcategory .sub-category .link {
    color: inherit;
}
.themevale_marketingBanner-subcategory .group-button {
    margin-top: 20px;
}
.themevale_marketingBanner-subcategory .group-button .button {
    min-width: 110px;
}
@media (min-width: 1025px) {
    .themevale_marketingBanner-subcategory {
        top: 48px;
        left: 48px;
    }
    .themevale_marketingBanner-subcategory .title-category {
        font-size: 30px;
        margin: 0 0 22px 0;
    }
    .themevale_marketingBanner-subcategory .sub-category .link:before {
        content: "";
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 0;
        position: absolute;
        background-color: #fff;
        transition: all 0.3s ease;
    }
    .themevale_marketingBanner-subcategory .sub-category .link:hover:before {
        width: 100%;
    }
    .themevale_marketingBanner-subcategory .group-button {
        margin-top: 25px;
    }
}
.themevale_productsCategorySortTabs.custom {
    position: relative;
}
.themevale_productsCategorySortTabs.custom .tabs-contents {
    font-size: 0;
}
.themevale_productsCategorySortTabs.custom .themevale_marketingBanner-wrapper,
.themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper {

    font-size: 12px;
}
.themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper ~ .tab-content.is-active {
    margin-bottom: 20px;
}
.themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper .themevale_marketingBanner-image img {
    min-height: 0;
}
@media (min-width: 768px) {
    .themevale_productsCategorySortTabs.custom .page-heading {
        top: 0;
        left: 0;
        line-height: 1;
        margin-bottom: 0;
        position: absolute;
    }
    .themevale_productsCategorySortTabs.custom .tabs-contents {
        font-size: 0;
    }
    .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper {
        width: 35%;
        overflow: hidden;
        vertical-align: top;
        display: inline-block;
        margin-bottom: 0;
    }
    .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper .themevale_marketingBanner-image img {
        min-height: 450px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper .themevale_marketingBanner-image img.lazyload {
        width: auto;
        height: auto;
    }
    .themevale_productsCategorySortTabs.custom .tabs-contents .tab-content.is-active {
        width: 65%;
        font-size: 12px;
        padding-left: 30px;
        display: inline-block;
        vertical-align: top;
    }
}
.themevale_category-carousel .item {
    display: inline-block;
    vertical-align: top;
}
.themevale_category-carousel.slick-slider {
    margin-left: -8px;
    margin-right: -8px;
}
.themevale_category-carousel.slick-slider .slick-slide {
    padding: 0 8px;
}
@media (min-width: 1025px) {
    .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper {
        width: 38%;
    }
    .themevale_productsCategorySortTabs.custom .tabs-contents .themevale_marketingBanner-wrapper .themevale_marketingBanner-image img {
        min-height: 470px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .themevale_productsCategorySortTabs.custom .tabs-contents .tab-content.is-active {
        width: 62%;
    }
    .themevale_productsCategorySortTabs.custom .themevale_marketingBanner-wrapper ~ .tab-content.is-active {
        margin-bottom: 0;
    }
    .themevale_category-carousel.slick-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .themevale_category-carousel.slick-slider .slick-slide {
        padding: 0 15px;
    }
    .themevale_category-carousel.slick-slider .slick-slide &gt; div + div {
        margin-top: 30px;
    }
}
.themevale_category-carousel:not(.slick-slider) .item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.themevale_category-banner {
    position: relative;
    color: #fff;
}
.themevale_category-banner .themevale_category-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background-color: #00699e;
    overflow: hidden;
    overflow: hidden;
}
.themevale_category-banner .themevale_category-background:before {
    content: "";
    display: block;
    padding-bottom: 240px;
}
.themevale_category-banner .themevale_category-background img {
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}
.themevale_category-banner .themevale_category-background img.lazyload,
.themevale_category-banner .themevale_category-background img.lazyloading {
    opacity: 0;
}
.themevale_category-banner .themevale_category-background .title-wrapper {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 11;
    text-align: center;
    transform: translateX(-50%);
}
.themevale_category-banner .themevale_category-background .title-wrapper .label,
.themevale_category-banner .themevale_category-background .title-wrapper .page-heading {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 5px 10px 4px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    text-shadow: none;
    transform: skewX(-15deg);
}
.themevale_category-banner .themevale_category-background .title-wrapper .label a,
.themevale_category-banner .themevale_category-background .title-wrapper .page-heading a {
    text-shadow: none;
}
.themevale_category-banner .themevale_category-background .title-wrapper .label {
    display: inline-block;
    color: #fff;
    background-color: #b20000;
}
.themevale_category-banner .themevale_category-background .title-wrapper .page-heading {
    background-color: #fff;
    color: #00699e;
}
.themevale_category-banner .container {
    position: static;
}
.themevale_category-banner .themevale_category-content {
    z-index: 2;
    position: relative;
}
.themevale_category-banner .themevale_category-content .themevale_category-products {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 240px;
}
.themevale_category-banner .themevale_category-content .themevale_category-id {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.themevale_category-banner .page-heading {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.themevale_category-banner .page-heading a {
    color: inherit;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.themevale_category-banner .subcategory-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.themevale_category-banner .subcategory-list li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.themevale_category-banner .subcategory-list li:after {
    content: "|";
    top: -3px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 20px;
    color: #a6a4a5;
}
.themevale_category-banner .subcategory-list li:last-child:after {
    content: none;
}
.themevale_category-banner .subcategory-list a {
    font-size: 16px;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.themevale_category-banner .subcategory-list a:active,
.themevale_category-banner .subcategory-list a:focus,
.themevale_category-banner .subcategory-list a:hover {
    color: #fff;
}
.themevale_category-banner .description {
    margin-bottom: 40px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.themevale_category-banner .button-group {
    font-size: 0;
}
.themevale_category-banner .button-group .button {
    min-width: 180px;
    max-width: 180px;
    display: block;
}
.themevale_category-banner .button-group .button + .button {
    margin-left: 16px;
    margin-top: 0;
}
@media (min-width: 551px) {
    .themevale_category-banner .button-group .button {
        display: inline-block;
        max-width: none;
    }
    .themevale_category-banner .button-group .button + .button {
        margin-left: 0;
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .themevale_category-banner .page-heading {
        font-size: 36px;
    }
}
@media (min-width: 993px) {
    .themevale_category-banner {
        color: #fff;
    }
    .themevale_category-banner .themevale_category-background {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        position: absolute;
        background-color: #00699e;
        overflow: hidden;
    }
    .themevale_category-banner .themevale_category-background img {
        top: 50%;
        left: 50%;
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
         -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        position: absolute;
    }
    .themevale_category-banner .themevale_category-background img.lazyload,
    .themevale_category-banner .themevale_category-background img.lazyloading {
        opacity: 0;
    }
    .themevale_category-banner .themevale_category-background:before {
        content: none;
    }
    .themevale_category-banner .themevale_category-background .title-wrapper {
        top: 30px;
        left: 15px;
        text-align: left;
        transform: none;
    }
    .themevale_category-banner .themevale_category-background .title-wrapper .label,
    .themevale_category-banner .themevale_category-background .title-wrapper .page-heading {
        font-size: 26px;
    }
    .themevale_category-banner .themevale_category-background .title-wrapper .label {
        margin-left: 10px;
    }
    .themevale_category-banner .container {
        position: relative;
    }
    .themevale_category-banner .themevale_category-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .themevale_category-banner .themevale_category-content .themevale_category-products {
        display: block;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .themevale_category-banner .themevale_category-content .themevale_category-id {
        max-width: 400px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .themevale_category-banner .page-heading {
        font-size: 50px;
        color: #fff;
    }
    .themevale_category-banner .page-heading a {
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    }
    .themevale_category-banner .subcategory-list li {
        margin-bottom: 15px;
    }
    .themevale_category-banner .subcategory-list li:after {
        color: #a6a4a5;
    }
    .themevale_category-banner .subcategory-list a {
        font-size: 16px;
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    }
    .themevale_category-banner .subcategory-list a:active,
    .themevale_category-banner .subcategory-list a:focus,
    .themevale_category-banner .subcategory-list a:hover {
        color: #fff;
    }
    .themevale_category-banner .description {
        margin-bottom: 40px;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    }
}
@media (min-width: 1025px) {
    .themevale_category-banner .themevale_category-background .title-wrapper {
        left: calc((100% - 1200px) / 2);
    }
}
@media (max-width: 992px) {
    .themevale_category-banner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .themevale_category-banner .button--videos {
        color: #00699e;
        border: 1px solid #b6b6b6;
        background-color: rgba(0, 0, 255, 0);
    }
}
.themevale_category-product-item {
    position: absolute;
    z-index: 2;
}
.themevale_category-product-item .position-point {
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: #b20000;
    position: relative;
}
.themevale_category-product-item .position-point:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    background-color: rgba(178, 0, 0, 0.3);
    -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
    animation: zoom-animation 1.4s ease-in-out infinite;
}
.themevale_category-product-popup {
    top: 0;
    left: 0;
    width: 250px;
    display: none;
    z-index: 20;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.themevale_category-product-popup.show {
    display: block;
}
.themevale_category-product-popup .close-product {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #b20000;
    background-color: transparent;
    border-radius: 1px;
    display: block;
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.themevale_category-product-popup .card {
    display: table;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.themevale_category-product-popup .card .card-figure {
    display: table-cell;
    vertical-align: top;
    width: 60px;
}
.themevale_category-product-popup .card .card-img-container {
    max-width: 180px;
}
.themevale_category-product-popup .card .themevale_badges {
    display: none;
}
.themevale_category-product-popup .card .card-body {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 10px;
    text-align: left;
}
.themevale_category-product-popup .card .card-detail,
.themevale_category-product-popup .card .card-figcaption {
    display: none;
}
.popup-video-main iframe {
    width: 100%;
    min-height: 270px;
}
@media (min-width: 768px) {
    .themevale_category-product-popup .card {
        padding: 25px;
        display: block;
    }
    .themevale_category-product-popup .card .card-figure {
        display: block;
        width: 100%;
    }
    .themevale_category-product-popup .card .themevale_badges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .themevale_category-product-popup .card .card-body {
        display: block;
        padding: 20px 0 0 0;
    }
    .themevale_category-product-popup .card .card-figcaption {
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        display: block;
        visibility: visible;
    }
    .themevale_category-product-popup .card .card-figcaption .card-figcaption-button {
        margin: 0;
        width: 100%;
        max-width: none;
    }
    .themevale_category-product-popup .card .card-detail {
        display: block;
    }
}
@media (max-width: 1024px) {
    .themevale_category-product-popup {
        top: 30px !important;
        left: 30px !important;
    }
}
.popup-video-main iframe {
    width: 100%;
    min-height: 270px;
}
@media (min-width: 768px) {
    .popup-video-main iframe {
        min-height: 500px;
    }
}
@-webkit-keyframes zoom-animation {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
    }
}
@keyframes zoom-animation {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
    }
}
.themevale_subCategory {
    margin-bottom: 35px;
    padding: 15px 0 45px 0;
    border-bottom: 1px solid #eee;
}
.themevale_subCategory .sub-category {
    width: 290px;
    text-align: left;
    display: table;
    position: relative;
}
.themevale_subCategory .sub-category .content,
.themevale_subCategory .sub-category .image {
    vertical-align: middle;
    display: table-cell;
}
.themevale_subCategory .sub-category .content + .image {
    width: 44%;
}
.themevale_subCategory .sub-category .title {
    display: block;
    margin: 0 0 10px 0;
    color: #323232;
}
.themevale_subCategory .sub-category .title .text {
    color: inherit;
    position: relative;
    margin: 0;
    font-weight: 700;
    padding-bottom: 1px;
    line-height: 1;
    font-size: 15px;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}
.themevale_subCategory .sub-category .title .text:before {
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    background-color: #323232;
    transition: all 0.3s ease;
}
.themevale_subCategory .sub-category .title .count {
    color: inherit;
    text-align: center;
    font-size: 12px;
    margin-left: 15px;
    padding: 0;
    min-width: 20px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    transition: all 0.3s ease;
}
.themevale_subCategory .sub-category .title:hover .text:before {
    width: 100%;
}
.themevale_subCategory .sub-category .title:hover .count {
    color: #fff;
    background-color: #5d6673;
}
.themevale_subCategory .sub-category .description {
    position: relative;
    max-height: 40px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;

}
.themevale_subCategory .sub-category .description p {
    margin-bottom: 0;
}
@media (min-width: 551px) {
    .themevale_subCategory .sub-category {
        width: 320px;
    }
    .themevale_subCategory .sub-category .title .text {
        max-width: 80%;
    }
}
@media (min-width: 1025px) {
    .themevale_subCategory .sub-category {
        width: 100%;
    }
    .themevale_subCategory .sub-category .title .count {
        line-height: 1;
        padding: 6px 12px;
        min-width: 44px;
        background-color: #f7f7f7;
    }
}
.custom-html-category {
    margin-bottom: 30px;
}
.custom-html-category .button-group {
    margin-top: 15px;
}
.custom-html-category .button-group .button {
    min-width: 160px;
}
.custom-html-category .button-group .button .icon {
    height: 1.66667rem;
    width: 1.66667rem;
}
.custom-html-category .button-group .button.less .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custom-html-category .morecontent span,
.custom-html-category .custom-html.showmore .moreellipses {
    display: none;
}
.custom-html-category .custom-html.showmore .morecontent span {
    display: inline;
}
@media (min-width: 1025px) {
    .custom-html-category {
        margin-bottom: 50px;
    }
    .custom-html-category .button-group {
        margin-top: 30px;
    }
}
.themevale_review {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #eee;
}
.customer-review-carousel {
    margin: 0 -8px;
}
.customer-review-carousel .slick-slide {
    padding: 0 8px;
}
.customer-review-carousel .review-item {
    vertical-align: top;
}
@media (min-width: 1025px) {
    .customer-review-carousel {
        margin: 0 -15px;
    }
    .customer-review-carousel .slick-slide {
        padding: 0 15px;
    }
}
.customer-review {
    width: 100%;
    display: block;
}
.customer-review .content,
.customer-review .image {
    display: block;
    vertical-align: top;
}
.customer-review .image {
    width: 100px;
}
.customer-review .image img {
    width: 100%;
    height: auto;
}
.customer-review .content {
    padding-top: 15px;
}
.customer-review .card-brand,
.customer-review .card-title {
    display: inline;
    line-height: 20px;
    margin-bottom: 0;
    vertical-align: middle;
}
.customer-review .card-title {
    margin-left: 7px;
}
.customer-review .productReview {
    margin-top: 25px;
}
@media (min-width: 551px) {
    .customer-review {
        display: table;
    }
    .customer-review .content,
    .customer-review .image {
        display: table-cell;
        vertical-align: top;
    }
    .customer-review .image {
        width: 70px;
    }
    .customer-review .content {
        padding-top: 10px;
        padding-left: 15px;
    }
}
@media (min-width: 1025px) {
    .customer-review .content {
        padding-left: 30px;
    }
}
.page-type-category .body {
    padding-bottom: 50px;
}
.page-type-category .body &gt; .page {
    margin-bottom: 50px;
}
@media (min-width: 1025px) {
    .customer-review .content {
        padding-left: 30px;
    }
    .page-type-category .body &gt; .page {
        margin-bottom: 70px;
    }
    .themevale_faq .page-sidebar {
        width: 280px;
        padding-top: 55px;
    }
    .themevale_faq .page-sidebar + .page-content {
        width: calc(100% - 280px);
    }
    .themevale_faq .page-sidebar-right {
        padding-left: 25px;
        padding-right: 0;
    }
    .themevale_faq .page-sidebar-right + .page-content {
        padding-left: 0;
        padding-right: 25px;
    }
}
.themevale_faq &gt; p:last-of-type {
    margin-bottom: 0;
}
.themevale_faq .contact-us-faq {
    text-align: center;
}
.themevale_faq .contact-us-faq span {
    display: block;
    margin-bottom: 10px;
}
@media (min-width: 551px) {
    .themevale_faq .contact-us-faq {
        text-align: right;
        margin-top: 30px;
    }
    .themevale_faq .contact-us-faq .button,
    .themevale_faq .contact-us-faq span {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .themevale_faq .contact-us-faq span + .button {
        margin-left: 15px;
    }
}
.blog-post,
.themevale_contact-us .form-actions {
    text-align: left;
}
.themevale_faq .accordion-content &gt; ul {
    list-style-type: disc;
}
.themevale_faq .accordion-content &gt; ul li {
    line-height: 24px;
    margin-bottom: 5px;
}
@media (min-width: 1025px) {
    .themevale_faq .page-sidebar {
        width: 280px;
        padding-top: 55px;
    }
    .themevale_faq .page-sidebar + .page-content {
        width: calc(100% - 280px);
    }
    .themevale_faq .page-sidebar-right {
        padding-left: 25px;
        padding-right: 0;
    }
    .themevale_faq .page-sidebar-right + .page-content {
        padding-left: 0;
        padding-right: 25px;
    }
}
#contact-us-page &gt; p {
    margin-bottom: 25px;
}
#contact-us-page &gt; p:first-child,
#contact-us-page &gt; p:last-child {
    margin-bottom: 0;
}
#contact-us-success a {
    font-weight: 700;
    font-style: italic;
    color: #00699e;
    border-bottom: 1px solid #00699e;
}
.themevale_contact-us #button-contactForm {
    width: 205px;
}
.themevale_contact-us .themevale_location {
    margin-top: 50px;
}
.themevale_contact-us .form-actions {
    text-align: left;
}
.themevale_contact-us .form-actions .button {
    min-width: 200px;
}
@media (min-width: 768px) {
    .themevale_contact-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .themevale_contact-us .themevale_form {
        width: 65%;
    }
    .themevale_contact-us .themevale_location {
        width: 35%;
        margin-top: 0;
        padding-left: 50px;
    }
}
@media (min-width: 1281px) {
    .themevale_contact-us {
        position: relative;
    }
    .themevale_contact-us .themevale_form {
        width: 880px;
    }
    .themevale_contact-us .themevale_location {
        padding-left: 9%;
        width: calc(100% - 880px);
    }
    .themevale_contact-us #contact_question {
        height: 210px;
    }
}
.themevale_location a {
    color: #059;
}
.themevale_location a:focus,
.themevale_location a:hover {
    color: #059;
}
.themevale_location .title {
    margin: 0 0 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
    font-weight: 700;
}
.themevale_location .sub-title {
    font-weight: 700;
    color: #00699e;
    margin: 0 0 10px 0;
}
.themevale_location .store-address + .store-email,
.themevale_location &gt; .content + .content {
    margin-top: 15px;
}
@media (min-width: 801px) {
    .themevale_location .title {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .themevale_location .store-address + .store-email {
        margin-top: 20px;
    }
    .themevale_location &gt; .content + .content {
        margin-top: 17px;
        padding-top: 17px;
        border-top: 1px solid #eaeaea;
    }
}
.themevale_404 .page-404 {
    margin: 0;
    line-height: 1;
    font-size: 100px;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
    font-weight: 700;
}
.themevale_404 .page-heading {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.themevale_404 .search-page {
    margin-top: 30px;
}
.themevale_404 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.themevale_404 .search-page .form-prefixPostfix .form-input {
    width: 100%;
    display: block;
}
.themevale_404 .search-page .form-prefixPostfix .button {
    width: 180px;
    margin-left: 0;
    margin-top: 20px;
    display: inline-block;
}
@media (min-width: 415px) {
    .themevale_404 .page-404 {
        font-size: 150px;
        margin: 0 0 10px 0;
    }
}
@media (min-width: 993px) {
    .themevale_404 .page-404 {
        font-size: 200px;
    }
    .themevale_404 .page-heading {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .themevale_404 .search-page {
        margin-top: 50px;
    }
    .themevale_404 .search-page .form-prefixPostfix .button {
        width: 220px;
    }
}
.themevale_403 .search-page {
    margin-top: 30px;
}
.themevale_403 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.themevale_403 .search-page .form-prefixPostfix .form-input {
    width: 100%;
    display: block;
}
.themevale_403 .search-page .form-prefixPostfix .button {
    width: 180px;
    margin-left: 0;
    margin-top: 20px;
    display: inline-block;
}
@media (min-width: 993px) {
    .themevale_403 .search-page {
        margin-top: 50px;
    }
    .themevale_403 .search-page .form-prefixPostfix .button {
        width: 220px;
    }
}
.contentSitemap {
    margin: 0;
    display: block;
}
.contentSitemap ul {
    list-style: none;
    margin-left: 0;
}
.contentSitemap &gt; li {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 0;
}
.contentSitemap &gt; li &gt; ul {
    padding: 0;
    padding-top: 0;
}
.contentSitemap &gt; li &gt; ul &gt; li &gt; a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00699e;
}
.contentSitemap &gt; li &gt; ul &gt; li &gt; ul {
    padding: 0 30px;
    padding-top: 0;
}
.contentSitemap &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    font-size: 12px;
    font-weight: 700;
}
.contentSitemap &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    padding: 0 30px;
    padding-top: 0;
}
.contentSitemap &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    font-size: 12px;
    font-weight: 400;
    color: #00699e;
}
.contentSitemap &gt; li:last-child li a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #00699e;
}
.contentSitemap h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
    border-bottom: 1px solid #ececec;
}
.contentSitemap a,
.page-sidebar .accordion--navList ul &gt; li &gt; a {
    text-transform: capitalize;
    font-weight: 700;
    vertical-align: top;
}
.blog-title,
.recentPost-sidebar .title {
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
.contentSitemap a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
}
.blog {
    margin: auto auto 30px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.blog .tags {
    margin-top: 20px;
}
.blog .addthis_toolbox {
    margin-top: 15px;
}
.blog:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
@media (min-width: 551px) {
    .blog {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .blog .tags {
        margin-top: 30px;
    }
}
@media (min-width: 801px) {
    .blog .addthis_toolbox {
        margin-top: 0;
    }
}
.blog-title {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 7px 0;
    color: #059;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.blog-title a {
    color: inherit;
    text-decoration: none;
}
@media (min-width: 551px) {
    .blog-title {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
}
.blog-author,
.blog-date {
    margin: 0;
    color: #8c8c8c;
    font-size: 1rem;
}
.blog-author {
    margin-bottom: 2.5rem;
}
.blog-post {
    text-align: left;
    line-height: 22px;
    font-size: 1rem;
}
.blog-post .button {
    text-align: center;
    margin-top: 20px;
    width: 145px;
}
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
    font-weight: 700;
    color: #00699e;
}
.blog-post blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 15px;
    margin-bottom: 2.25rem;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-style: italic;
}
.blog-post blockquote q:after,
.blog-post blockquote q:before {
    content: none;
}
.blog-post ol,
.blog-post ul {
    padding-left: 20px;
}
.blog-post ol li,
.blog-post ul li {
    line-height: 30px;
}
@media (min-width: 801px) {
    .blog-post blockquote {
        padding: 20px 25px;
    }
}
.blog-thumbnail {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.blog-thumbnail &gt; a {
    position: relative;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
@media (min-width: 1025px) {
    .blog-thumbnail &gt; a:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: all 0.5s ease;
        background-color: #fff;
    }
    .blog-thumbnail &gt; a img {
        transition: all 0.8s ease;
    }
    .blog-thumbnail &gt; a:hover:before {
        opacity: 0.5;
        visibility: visible;
    }
    .blog-thumbnail &gt; a:hover img {
        transform: scale(1.15);
    }
}
.blog-post-header {
    display: block;
    margin: 0 auto;
    text-align: left;
}
.blog-post-header + .blog-post-figure {
    margin-top: 20px;
}
.blog-post-header .socialLinks .icon {
    width: 18px;
    height: 18px;
}
.blog-post-header .socialLinks .icon svg {
    fill: #989898;
}
.blog-post-header .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0;
}
.blog-post-header .socialLinks .icon.icon--google_plusone {
    width: 18px !important;
}
@media (min-width: 551px) {
    .blog-post-header + .blog-post-figure {
        margin-top: 30px;
    }
}
@media (min-width: 801px) {
    .blog-post blockquote {
        padding: 20px 25px;
    }
    .blog-post-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .blog-post-header .addthis_toolbox {
        min-width: 200px;
        text-align: right;
    }
}
.blog-post-figure {
    display: block;
    margin: auto;
    text-align: center;
}
.blog-post-figure + .blog-post-body {
    margin-top: 20px;
}
@media (min-width: 551px) {
    .blog-post-figure + .blog-post-body {
        margin-top: 30px;
    }
}
.blog-post-body {
    display: block;
    margin: 0 auto;
    text-align: left;
}
.recent-post {
    display: block;
}
.recent-post .blog-post-figure + .blog-post-body {
    margin-top: 15px;
}
.recent-post .blog-header + .blog-post {
    margin-top: 15px;
}
.recent-post .blog-post &gt; a {
    display: none;
}
@media (min-width: 801px) {
    .recent-post .blog-title {
        font-size: 18px;
    }
    .recent-post .blog-post-figure + .blog-post-body {
        margin-top: 20px;
    }
    .recent-post .blog-post &gt; a {
        font-size: 13px;
        margin-top: 15px;
        padding: 0;
        width: auto;
        border: none;
        font-weight: 700;
        line-height: 20px;
        vertical-align: top;
        display: inline-block;
        text-transform: capitalize;
        background-color: transparent;
        color: #00699e;
    }
    .recent-post .blog-post &gt; a &gt; .icon {
        height: 0.75rem;
        width: 0.75rem;
        fill: #00699e;
        position: relative;
        top: -1px;
    }
    .recent-post .blog-post &gt; a:active,
    .recent-post .blog-post &gt; a:focus,
    .recent-post .blog-post &gt; a:hover {
        border: none;
        background-color: transparent;
        color: #059;
    }
    .recent-post .blog-post &gt; a:active &gt; .icon,
    .recent-post .blog-post &gt; a:focus &gt; .icon,
    .recent-post .blog-post &gt; a:hover &gt; .icon {
        fill: #059;
    }
}
.recent_postCarousel {
    display: block;
    margin-left: -8px;
    margin-right: -8px;
}
.recent_postCarousel .item {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}
@media (min-width: 1025px) {
    .recent-post .blog-post &gt; a:before {
        left: 0;
        bottom: 0;
        width: 0;
        content: "";
        height: 1px;
        position: absolute;
        background-color: #059;
        transition: all 0.3s ease;
    }
    .recent-post .blog-post &gt; a:hover:before {
        width: 100%;
    }
    .recent_postCarousel {
        margin-left: -15px;
        margin-right: -15px;
    }
    .recent_postCarousel .item {
        padding: 0 15px;
    }
}
.recent_postCarousel.slick-slider {
    display: block;
    margin-left: -8px;
    margin-right: -8px;
}
.recent_postCarousel.slick-slider .items {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}
.recent_postCarousel:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
}
.recent_postCarousel:not(.slick-slider) .items {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 50%;
    white-space: normal;
}
.recent_postCarousel:not(.slick-slider) .items img,
.recent_postCarousel:not(.slick-slider) .items &gt; a {
    width: 100%;
}
@media (min-width: 360px) {
    .recent_postCarousel:not(.slick-slider) .items {
        width: 80%;
    }
}
@media (min-width: 552px) {
    .recent_postCarousel:not(.slick-slider) .items {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .recent_postCarousel:not(.slick-slider) .items {
        width: 33.3333333%;
    }
}
@media (min-width: 1025px) {
    .recent_postCarousel.slick-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .recent_postCarousel.slick-slider .items {
        padding: 0 15px;
    }
    .recent_postCarousel:not(.slick-slider) {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-bottom: 0;
    }
    .recent_postCarousel:not(.slick-slider) .items {
        padding-right: 30px;
    }
}
.recent_post_list {
    font-size: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
}
.recent_post_list .items {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%;
    white-space: normal;
}
.recent_post_list .items img {
    border-radius: 3px;
}
.recent_post_list .items img,
.recent_post_list .items &gt; a {
    width: 100%;
}
@media (min-width: 360px) {
    .recent_post_list .items {
        width: 80%;
    }
}
@media (min-width: 552px) {
    .recent_post_list .items {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .recent_post_list .items {
        width: 33.3333333%;
    }
}
@media (min-width: 1025px) {
    .recent_post_list {
        padding-left: 0;
        padding-bottom: 0;
        white-space: normal;
        overflow: visible;
    }
    .recent_post_list .items {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .recent_post_list .items:first-child {
        width: 100%;
    }
    .recent_post_list .items:first-child .blog-title {
        font-size: 18px;
    }
    .recent_post_list .items:first-child .blog-post {
        display: block;
    }
    .recent_post_list .recent-post .blog-title {
        font-size: 12px;
    }
    .recent_post_list .recent-post .blog-post {
        display: none;
    }
    .recent_post_list .recent-post .blog-post br {
        display: none;
    }
    .recent_post_list .recent-post .blog-post &gt; a {
        margin-top: 0;
        padding-left: 22px;
    }
    .recent_post_list .recent-post .blog-post &gt; a:after {
        left: 0;
        font-weight: 400;
        content: "...";
        color: #00699e;
        position: absolute;
    }
}
.page-sidebar {
    line-height: 24px;
}
.page-sidebar ul {
    margin: 0;
    list-style: none;
}
.page-sidebar ul &gt; li {
    float: none;
    display: block;
    position: relative;
    line-height: 24px;
    margin-bottom: 5px;
}
.page-sidebar ul &gt; li:last-child {
    margin-bottom: 0;
}
@media (min-width: 1025px) {
    .page-sidebar ul &gt; li {
        line-height: 30px;
    }
}
.page-sidebar .accordion--navList ul &gt; li &gt; a {
    padding: 0 0 0 25px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 0;
    word-break: break-word;
}
.page-sidebar .accordion--navList ul &gt; li &gt; a:hover {
    color: #5874b0;
}
.page-sidebar .slick-arrow.slick-prev {
    left: 5px;
}
.page-sidebar .slick-arrow.slick-next {
    right: 5px;
}
.page-sidebar .slick-dots {
    bottom: auto;
    margin-top: 10px;
    position: relative;
}
.page-sidebar .slick-dots li {
    display: inline-block;
}
.page-sidebar .slick-dots li button {
    width: 8px;
    height: 8px;
    display: block;
}
.page-sidebar .accordion-block .toggleLink {
    padding: 0;
    margin-bottom: 0;
}
.page-sidebar .recentPosts_List {
    margin: 0 0 10px 0;
}
.page-sidebar .recentPosts_List &gt; .item {
    padding: 10px 0 0;
    margin-top: 10px;
    border-top: 1px dotted #eee;
}
.page-sidebar .recentPosts_List &gt; .item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.sidebarBlock {
    border-radius: 3px;
    /*border: 1px solid #e2e4e8;*/
}
.sidebarBlock + .sidebarBlock {
    margin-top: 30px;
}
.sidebarBlock .sidebarBlock-content,
.sidebarBlock &gt; ul {
    padding: 12px 20px;
}
.sidebarBlock .sidebarBlock-content p:last-child {
    margin-bottom: 0;
}
.sidebarBlock #facetedSearch-content--price,
.sidebarBlock .productCarousel {
    margin: 0;
    padding: 20px;
}
.sidebarBlock #facetedSearch-content--price .productCarousel-slide,
.sidebarBlock .productCarousel .productCarousel-slide {
    padding: 0 5px;
}
.sidebarBlock#advertisement-image-1,
.sidebarBlock#advertisement-image-2 {
    border: none;
}
.sidebarBlock .advertisement-image {
    text-align: center;
}
.sidebarBlock .productCarousel-slide {
    width: 100%;
}
.sidebarBlock .productCarousel-slide .card {
    margin-bottom: 0;
}
.sidebarBlock .inlineList--labels &gt; li {
    margin: 0 5px 5px 0;
}
.sidebarBlock .navList-action--checkbox:after,
.sidebarBlock .navList-action--checkbox:before {
    top: 6px;
}
.sidebarBlock .navList-action--checkbox:before {
    margin-top: 0;
}
.sidebarBlock .navList-action--checkbox:after {
    margin-top: 0;
}
.sidebarBlock-heading {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 20px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #e2e4e8;*/
}
.all-categories-list .navPages-item {
    margin: 0;
    float: none;
    display: block;
    line-height: 40px;
    position: relative;
    border-top: 1px dotted #e2e4e8;
}
.all-categories-list .navPages-item:first-child {
    border-top: 0;
}
.all-categories-list .navPages-item .navPages-action-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
}
.all-categories-list .navPages-item a {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    color: #00699e;
}
.all-categories-list .is-clicked &gt; a,
.all-categories-list .navPages-item a:hover {
    color: #059;
}
.all-categories-list .navPages-item .icon-arrow {
    top: 0;
    padding: 0 15px;
    right: -10px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    transition: all 0.3s ease;
}
.all-categories-list .navPages-item .icon-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #d0d0d0;
    stroke: #d0d0d0;
}
.all-categories-list .navPages-item .icon-arrow:active,
.all-categories-list .navPages-item .icon-arrow:focus,
.all-categories-list .navPages-item .icon-arrow:hover {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
.all-categories-list .dropdown-category-list {
    margin: 0;
    display: none;
    list-style: none;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.all-categories-list .dropdown-category-list .navPage-subMenu-item {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
}
.all-categories-list .dropdown-category-list .navPage-subMenu-item a {
    margin: 0;
    width: auto;
    border: none;
    font-size: 12px;
    color: #059;
}
.all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-arrow {
    right: -5px;
    width: 30px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}
.all-categories-list .dropdown-category-list .dropdown-category-list {
    padding-top: 10px;
    padding-bottom: 10px;
}
.all-categories-list .dropdown-category-list .dropdown-category-list a {
    font-weight: 400;
}
@media (min-width: 1025px) {
    .all-categories-list .dropdown-category-list .dropdown-category-list a:before {
        left: 0;
        width: 0;
        bottom: 7px;
        content: "";
        height: 1px;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #059;
    }
    .all-categories-list .dropdown-category-list .dropdown-category-list a:hover:before {
        width: 100%;
    }
}
.all-categories-list .is-clicked &gt; .navPages-action-wrapper &gt; .icon-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navList .navList-action {
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    color: #00699e;
}
.navList .view_all a {
    font-weight: 700;
    color: #059;
}
.navList .view_all a:before {
    left: 0;
    width: 0;
    bottom: 7px;
    content: "";
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #059;
}
.navList .navList-action:hover,
.navList .view_all a:hover {
    color: #059;
}
.navList .view_all a:hover:before {
    width: 100%;
}
.cms-image img {
    margin-left: auto;
    margin-right: auto;
}
.sidebarBlock-content.productCarousel {
    margin-left: -5px;
    margin-right: -5px;
}
.sidebarBlock-content.productCarousel .slick-arrow {
    padding: 0;
    line-height: 25px;
    top: calc(50% - 100px);
    height: 2.08333rem;
    width: 2.08333rem;
}
.sidebarBlock-content.productCarousel .slick-arrow.slick-next {
    right: 20px;
}
.sidebarBlock-content.productCarousel .slick-arrow.slick-prev {
    left: 20px;
}
.sidebarBlock-content.productCarousel .productCarousel-slide,
.sidebarBlock-content.productCarousel .slick-slide {
    padding-left: 0;
    padding-right: 0;
}
.sidebarBlock-content.productCarousel .card-figure {
    padding-left: 30px;
    padding-right: 30px;
}
.sidebarBlock-content.productCarousel .card-figure .card-figcaption {
    display: none;
}
.sidebarBlock-content.productCarousel:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
}
.sidebarBlock-content.productCarousel:not(.slick-slider) .productCarousel-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.facetedSearch-refineFilters &gt; a[data-faceted-search-facet] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #323232;
    font-size: 12px;
    padding: 5px 20px 15px;
}
.facetedSearch-refineFilters &gt; a[data-faceted-search-facet]:hover {
    color: #323232;
}
.facetedSearch-refineFilters .facetLabel {
    color: #323232;
    font-size: 12px;
    display: inline-block;
}
.facetedSearch-refineFilters .facetLabel:hover {
    color: #323232;
}
.navList-action-close {
    top: 5px;
     margin-top: 5px;
    position: absolute;
    right: 0;
}
.themevale_sidebar-mobile-wrapper {
    display: block;
    padding: 9px 10px 9px 15px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 3px;
}
.themevale_sidebar-mobile-wrapper .themevale_sidebar-mobile &gt; .text {
    margin: 2px 0 0 0;
    font-size: 12px;
    padding-right: 10px;
    min-width: 70px;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase;
}
.themevale_sidebar-mobile-wrapper .themevale_sidebar-mobile &gt; .icon {
    width: 36px;
    height: 36px;
}
@media (min-width: 551px) {
    .themevale_sidebar-mobile-wrapper .themevale_sidebar-mobile &gt; .icon {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1025px) {
    .themevale_sidebar-mobile-wrapper {
        display: none;
        margin-bottom: 0;
    }
}
.sidebarBlock_custom {
    border: none;
}
.sidebarBlock_custom .sidebarBlock-content,
.sidebarBlock_custom &gt; ul {
    padding: 5px 0 0 0;
}
.sidebarBlock_custom + .sidebarBlock {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.sidebarBlock_custom .sidebarBlock-heading {
    border: none;
    font-size: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.sidebarBlock_custom .sidebarBlock-content p.title {
    text-decoration: underline;
    text-underline-position: under;
}
.sidebarBlock_custom .sidebarBlock-content a,
.sidebarBlock_custom .sidebarBlock-content p.link {
    color: #059;
}
.sidebarBlock_custom .sidebarBlock-content &gt; ul {
    margin-bottom: 25px;
    margin-left: 15px;
    list-style-type: disc;
    list-style-position: outside;
}
.sidebarBlock_custom .sidebarBlock-content &gt; ul li {
    display: list-item;
    line-height: 24px;
}
.recentPost-sidebar {
    text-align: left;
}
.recentPost-sidebar .title {
    margin: 0;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 1rem;
    font-weight: 400;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
}
.recentPost-sidebar .title a {
    color: inherit;
}
.brandGrid {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem 1.5rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem;
}
.brandGrid ol,
.brandGrid ul {
    list-style: none;
    margin-bottom: 0;
}
.brandGrid:after,
.brandGrid:before {
    content: " ";
    display: table;
}
.brandGrid:after {
    clear: both;
}
#azBrandsTable li,
.brandGrid .brand,
.brandSlider a,
.brandSlider:not(.slick-slider) .items {
    display: inline-block;
    vertical-align: top;
}
.brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}
.productGrid--maxCol1 .productGrid .card .card-body,
.productGrid--maxCol1 .productGrid .card .card-body .card-desciption,
.productGrid--maxCol1 .productGrid .card .card-figure {
    display: block;
}
@media (min-width: 551px) {
    .brandGrid .brand {
        width: 33.33333%;
    }
}
@media (min-width: 801px) {
    .brandGrid .brand {
        width: 25%;
    }
}
.brandGrid .brand .card {
    border: 1px solid #e6e6e6;
}
.brandGrid .brand .card .card-body {
    padding: 8px 10px;
    background-color: #fafafa;
}
.brandGrid .brand .card-img-container {
    text-align: center;
    max-width: none;
}
.brandGrid .brand .card-img-container:after,
.brandGrid .brand .card-img-container:before {
    content: none;
}
.brandGrid .brand .card-img-container img {
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    position: relative;
}
.brandGrid .brand .card-title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #00699e;
    margin-top: 0;
    display: block;
}
.brandSlider {
    padding-left: 30px;
    padding-right: 30px;
}
.brandSlider a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cccfd6;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.brandSlider a img {
    margin-left: auto;
    margin-right: auto;
}
.brandSlider a:hover {
    border-color: #808287;
}
.brandSlider.slick-slider {
    margin-left: -8px;
    margin-right: -8px;
}
.brandSlider.slick-slider .items {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
.brandSlider:not(.slick-slider) {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
}
.brandSlider:not(.slick-slider) .items {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 40%;
    white-space: normal;
}
.brandSlider:not(.slick-slider) .items img,
.brandSlider:not(.slick-slider) .items &gt; a {
    width: 100%;
}
.brandSlider:not(.slick-slider) .items img.lazyload,
.brandSlider:not(.slick-slider) .items img.lazyloading {
    max-height: 50px;
}
@media (min-width: 551px) {
    .brandSlider:not(.slick-slider) .items {
        width: 30%;
    }
}
@media (min-width: 768px) {
    .brandSlider:not(.slick-slider) .items {
        width: 23%;
    }
}
@media (min-width: 1025px) {
    .brandSlider {
        padding-left: 30px;
        padding-right: 30px;
    }
    .brandSlider.slick-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .brandSlider.slick-slider .items {
        padding-left: 15px;
        padding-right: 15px;
    }
    .brandSlider.slick-slider .items &gt; div + div {
        margin-top: 30px;
    }
    .brandSlider:not(.slick-slider) {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-bottom: 0;
    }
    .brandSlider:not(.slick-slider) .items {
        width: 20%;
        padding-right: 30px;
    }
}
#haloAZBrandsTable {
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 -15px 30px -15px;
    overflow-x: auto;
    padding-bottom: 5px;
}
#haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    border-left: none;
}
#haloAZBrandsTable li a {
    color: #00699e;
    display: block;
    height: 40px;
    font-size: 16px;
    min-width: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
#haloAZBrandsTable li a.disable {
    color: #b3b3b3;
    pointer-events: none;
}
#haloAZBrandsTable li:first-child {
    min-width: 70px;
    border-left: 1px solid #e6e6e6;
    margin-left: 15px;
}
#haloAZBrandsTable li:last-child {
    margin-right: 15px;
}
#haloAZBrandsTable li.is-active {
    color: #059;
    background-color: #f7f7f7;
}
#haloAZBrandsTable li.is-active a {
    color: inherit;
}
#haloAZBrandsTable li.disable {
    pointer-events: none;
}
#haloAZBrandsTable li.disable a {
    color: rgba(56, 62, 71, 0.4);
    pointer-events: none;
}
@media (min-width: 1025px) {
    #haloAZBrandsTable {
        margin: 0 0 40px 0;
        overflow: visible;
    }
    #haloAZBrandsTable li {
        width: 10%;
    }
    #haloAZBrandsTable li:first-child {
        margin-left: 0;
    }
    #haloAZBrandsTable li:last-child {
        margin-right: 0;
    }
}
#azBrandsTable {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 -15px 30px;
    overflow-x: auto;
    padding-bottom: 5px;
}
#azBrandsTable li {
    border: 1px solid #e6e6e6;
    border-left: none;
}
#azBrandsTable li a {
    display: block;
    height: 40px;
    font-size: 16px;
    min-width: 40px;
    line-height: 40px;
    text-decoration: none;
}
.brand-card,
.productGrid--maxCol1 .productGrid .card .card-body .card-figcaption {
    text-align: left;
}
#azBrandsTable li a.disable {
    color: #b3b3b3;
    pointer-events: none;
}
#azBrandsTable li:first-child {
    min-width: 70px;
    border-left: 1px solid #e6e6e6;
    margin-left: 15px;
}
#azBrandsTable li:last-child {
    margin-right: 15px;
}
#azBrandsTable li.is-active {
    color: #059;
    background-color: #f7f7f7;
}
#azBrandsTable li.is-active a {
    color: inherit;
}
@media (min-width: 1025px) {
    #azBrandsTable {
        margin: 0 0 40px;
        overflow: visible;
    }
    #azBrandsTable li {
        width: 10%;
    }
    #azBrandsTable li:first-child {
        margin-left: 0;
    }
    #azBrandsTable li:last-child {
        margin-right: 0;
    }
}

.brand .card-img-container:after,
.brand-image-container:after {
    width: 100%;
    content: "";
    height: 0;
}
#azBrands.active-all,
#haloAZBrandsWrapper.active-all {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
#azBrands.active-all .azBrands-group ,
#haloAZBrandsWrapper.active-all .azBrands-group {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    display: block;
}
@media (min-width: 551px) {
    #azBrands.active-all,
    #haloAZBrandsWrapper.active-all {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}
@media (min-width: 801px) {
    #azBrands.active-all,
    #haloAZBrandsWrapper.active-all {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
}
#azBrands:not(.active-all) .azBrands-group,
#haloAZBrandsWrapper:not(.active-all) .azBrands-group {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
@media (min-width: 551px) {
    #azBrands:not(.active-all) .azBrands-group,
    #haloAZBrandsWrapper:not(.active-all) .azBrands-group {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}
@media (min-width: 801px) {
    #azBrands + .brandList.hide,
    #haloAZBrandsWrapper:not(.active-all) .azBrands-group {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
}
#haloAZBrandsWrapper + .brandList.hide {
    opacity: 0;
    visibility: hidden;
}
#haloAZBrandsWrapper .azBrands-group {
    margin-bottom: 30px;
    display: none;
}
#haloAZBrandsWrapper .azBrands-group.is-active {
    display: block;
}
#haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none;
}
#haloAZBrandsWrapper .azBrands-group-list .brand {
    margin-bottom: 5px;
}
.azBrands-group-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #00699e;
}
.brand-name .title,
.productView-details .productView-brand,
.productView-details .productView-title,
.themevale_ask-an-experts .contact .content-contact .link .number-phone,
.themevale_ask-an-experts .services .service-item .content .title {
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
@media (min-width: 551px) {
    .azBrands-group-title {
        font-size: 20px;
    }
}
.brandList,
.azBrands-group-list {
    margin: 0;
    list-style: none;
}
.brandList .brand,
.azBrands-group-list .brand {
    margin-bottom: 5px;
}
.brand-name .title {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.brand-name .title a {
    color: inherit;
}
.azBrands-group {
    display: none;
    margin-bottom: 30px;
}
.azBrands-group.is-active {
    display: block;
}
.brand-image-container {
    position: relative;
    max-width: 150px;
}
.brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.brand-image-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.brand .card-img-container {
    max-width: 190px;
}
.brand .card-img-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%;
}
.brand-card {
    width: 290px;
    text-align: left;
    position: relative;
    background-color: #5b6575;
}
.brand-card &gt; a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute;
}
.brand-card .brand-figure {
    margin: 0;
}
.brand-card .brand-body {
    padding: 15px 25px;
    color: #bcbfc5;
    background-color: #5b6575;
}
.brand-card .brand-body svg {
    fill: #bcbfc5;
}
.brand-card .brand-img-container {
    display: block;
    position: relative;
    overflow: hidden;
}
.brand-card .brand-img-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%;
}
.brand-card .brand-img-container img {
    top: 50%;
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.brand-card .description p,
.brand-card .title {
    max-width: 280px;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.brand-card .brand-img-container img.lazyload,
.brand-card .brand-img-container img.lazyloading {
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.brand-card .title {
    color: #fff;
    z-index: 2;
    line-height: 1;
    font-size: 16px;
    margin: 0 0 10px 0;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 280px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 400;
}
.brand-card .title a {
    color: inherit;
}
.brand-card .description {
    position: relative;
    padding-right: 5px;
}
.brand-card .description p {
    line-height: 1;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 280px;
}
.brand-card .description .icon {
    top: -6px;
    right: -10px;
    height: 20px;
    position: absolute;
}
@media (min-width: 551px) {
    .brand-card {
        width: 320px;
    }
    .brand-card .title {
        font-size: 18px;
    }
}
@media (min-width: 1025px) {
    .brand-card {
        width: auto;
    }
    .brand-card .brand-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        transition: all 0.5s ease;
        background-color: #fff;
    }
    .brand-card .brand-img-container img {
        transition: all 0.8s ease;
    }
    .brand-card:hover .brand-img-container img {
        -webkit-transform: scale3d(1.1, 1.1, 1) translateY(-50%);
        transform: scale3d(1.1, 1.1, 1) translateY(-50%);
    }
    .brand-card:hover .brand-img-container:before {
        opacity: 0.5;
    }
}
.brandsImage-slider.slick-slider {
    margin-left: -8px;
    margin-right: -8px;
    display: block;
    list-style: none;
}
.brandsImage-slider.slick-slider .brand-item {
    font-size: 0;
    line-height: 1;
    padding: 0 8px;
    vertical-align: top;
}
.brandsImage-slider.slick-slider .slick-slide &gt; div + div {
    margin-top: 16px;
}
.brandsImage-slider:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
    margin-bottom: 8px;
}
.brandsImage-slider:not(.slick-slider) .brand-item {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 20%;
}
@media (min-width: 551px) {
    .brandsImage-slider:not(.slick-slider) .brand-item {
        width: 30%;
    }
}
@media (min-width: 768px) {
    .brandsImage-slider:not(.slick-slider) .brand-item {
        width: 23%;
    }
}
@media (min-width: 1025px) {
    .brandsImage-slider,
    .brandsImage-slider.slick-slider {
        margin: 0 -8px;
        padding: 0;
    }
    .brandsImage-slider .brand-item,
    .brandsImage-slider.slick-slider .brand-item {
        padding: 0 15px;
    }
    .brandsImage-slider .slick-slide &gt; div + div,
    .brandsImage-slider.slick-slider .slick-slide &gt; div + div {
        margin-top: 30px;
    }
    .brandsImage-slider:not(.slick-slider) {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-bottom: 0;
    }
    .brandsImage-slider:not(.slick-slider) .brand-item {
        padding-right: 30px;
    }
        .brandsImage-slider {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }
    .brandsImage-slider .brand-item {
        padding: 0 15px;
    }
    .brandsImage-slider .slick-slide &gt; div + div {
        margin-top: 30px;
    }
}
.productGrid .product,
.productGrid.style-2 .product {
    padding-left: 8px;
    padding-right: 8px;
}
.featured-brand {
    display: block;
    vertical-align: top;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #cccfd6;
    transition: all 0.3s ease;
}
.featured-brand img {
    height: auto;
    margin: 0 auto;
    display: block;
}
.productGrid,
.productGrid.style-2 {
    margin: 0 -8px;
}
.productGrid {
    list-style: none;
    margin: 0 -8px;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 0;
}
.productGrid .card .card-actions {
    display: none;
}
.productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
}
.productGrid.style-2 {
    margin: 0 -8px;
}
.productGrid.style-2 .product {
    padding-left: 8px;
    padding-right: 8px;
}
.productGrid.style-2 .product .card {
    margin-bottom: 16px;
}
.productGrid.style-2 .product .card-body {
    padding: 20px 0 0 0;
}
.productGrid.style-2 .product .card-figure {
    border-radius: 3px;
    overflow: hidden;
}
.productGrid.style-2 .product .themevale_badges {
    top: 6px;
    right: 6px;
}
.productGrid.slick-slider .card {
    margin-bottom: 0;
}
@media (min-width: 375px) {
    .productGrid.style-2 .product .card {
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 16px;
        background-color: #fff;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    }
    .productGrid.style-2 .product .card-body {
       padding: 20px 15px 0;
    }
    .productGrid.style-2 .product .card-figcaption-button {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        display: block;
        border: none;
        border-radius: 0 0 5px 5px;
        border-top: 1px solid #ebecef;
        box-shadow: none;
    }
}
[data-product-attribute] .form-option-swatch.swatch-three-color,
[data-product-attribute] .form-option-swatch.swatch-two-color {
    box-shadow: 0 0 1px #c2c2c2;
}
@media (min-width: 551px) {
    .productGrid .product {
        width: 33.33333%;
    }
}
@media (min-width: 993px) {
    .productGrid .product {
        width: 25%;
    }
}
@media (min-width: 1025px) {
    .productGrid {
        margin: 0 -15px;
    }
    .productGrid .product {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1025px) {
    .productGrid--maxCol6 .product {
        width: 20%;
    }
}
@media (min-width: 1281px) {
    .productGrid--maxCol6 .product {
        width: 16.66667%;
    }
}
@media (min-width: 1025px) {
    .productGrid--maxCol5 .product {
        width: 20%;
    }
}
@media (min-width: 993px) {
    .productGrid--maxCol4 .product {
        width: 25%;
    }
}
@media (min-width: 551px) {
    .productGrid--maxCol3 .product {
        width: 33.33333%;
    }
}
.productGrid--maxCol2 .product {
    width: 50%;
}
.productGrid--maxCol1 .product {
    width: 100%;
    float: none;
}
.productGrid--maxCol1 .product .card {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.productGrid--maxCol1 .product:last-child .card {
    margin-bottom: 10px;
}
.productGrid--maxCol1 .productGrid .card {
    width: 100%;
    display: none;
}
.productGrid--maxCol1 .productGrid .card .card-body,
.productGrid--maxCol1 .productGrid .card .card-figure {
    display: block;
}
.productGrid--maxCol1 .productGrid .card .card-body {
    font-size: 0;
    padding-top: 15px;
    padding-left: 0;
    text-align: left;
}
.productGrid--maxCol1 .productGrid .card .card-body .card-desciption {
    display: block;
}
.productGrid--maxCol1 .productGrid .card .card-body .card-desciption p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.productGrid--maxCol1 .productGrid .card .card-body .card-detail .card-figcaption {
    text-align: left;
    display: none;
}
.productGrid--maxCol1 .productGrid .card .card-body .card-figcaption .card-figcaption-button,
.productGrid--maxCol1 .productGrid .card .card-body .card-detail .card-figcaption .card-figcaption-button {
    text-align: center;
    display: inline-block;
    width: auto;
    min-width: 200px;
}
.productGrid--maxCol1 .productGrid .card .card-detail {
    display: block;
    font-size: 12px;
    padding-right: 0;
}
.productGrid--maxCol1 .productGrid .card .card-actions {
    font-size: 12px;
    display: none;
}
.productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .button {
    color: #373e46;
    border-color: #808287;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}
.productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .button:active,
.productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .button:focus,
.productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .button:hover {
    color: #fff;
    border-color: #b20000;
    background-color: #b20000;
}
@media (min-width: 551px) {
    .productGrid--maxCol1 .productGrid .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .productGrid--maxCol1 .productGrid .card .card-body,
    .productGrid--maxCol1 .productGrid .card .card-figure {
        display: inline-block;
        vertical-align: top;
    }
    .productGrid--maxCol1 .productGrid .card .card-figure {
        width: 180px;
    }
    .productGrid--maxCol1 .productGrid .card .card-body {
        padding-top: 0;
        padding-left: 30px;
        width: calc(100% - 180px);
    }
    .productGrid--maxCol1 .productGrid .card .card-actions {
        font-size: 12px;
        display: block;
    }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption {
        max-width: 200px;
    }
}
@media (min-width: 801px) {
    #azBrands:not(.active-all) .azBrands-group {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
    .productGrid--maxCol1 .productGrid .card .card-figure {
        width: 280px;
    }
    .productGrid--maxCol1 .productGrid .card .card-body {
        padding-left: 40px;
        width: calc(100% - 280px);
    }
    .productGrid--maxCol1 .productGrid .card .card-detail {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 210px);
        padding-right: 30px;
    }
    .productGrid--maxCol1 .productGrid .card .card-detail .card-figcaption,
    .productGrid--maxCol1 .productGrid .card .card-detail .card-wishlist {
        display: none;
    }
    .productGrid--maxCol1 .productGrid .card .card-actions {
        display: inline-block;
        vertical-align: top;
        width: 210px;
        text-align: center;
    }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption .card-figcaption-button {
        width: 100%;
    }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-compare {
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 1025px) {
    .productGrid--maxCol1 .product .card {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .productGrid--maxCol1 .product:last-child .card {
        margin-bottom: 20px;
    }
    .productGrid--maxCol1 .productGrid .card .card-compare {
        position: absolute;
        right: 70px;
        top: 125px;
    }
}
.productList {
    list-style: none;
    margin-left: 0;
    margin: 0.75rem;
}
.productList ol,
.productList ul {
    list-style: none;
    margin-bottom: 0;
}
.productList .product + .product {
    margin-top: 4rem;
}
@media (min-width: 551px) {
    .listItem {
        margin: 0 -0.75rem;
        max-width: none;
        width: auto;
        display: table;
    }
    .listItem:after,
    .listItem:before {
        content: " ";
        display: table;
    }
    .listItem:after {
        clear: both;
    }

    .listItem-body,
    .listItem-figure {
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1261px) {
    .listItem-body,
    .listItem-figure {
        vertical-align: middle;
    }
}

.productView-description .description-slider &gt; li:before,
.productView-description blockquote q:after,
.productView-description blockquote q:before {
    content: none;
}

.listItem-button {
    background-color: rgba(255, 255, 255, 0.9);
    color: #373e46;
}
.listItem-button:hover {
    background-color: #fff;
    color: #373e46;
}
.listItem-figure {
    margin: 0 0 1.5rem;
}
@media (min-width: 551px) {
    .listItem-figure {
        margin-bottom: 0;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
    }
}
.listItem-figure .listItem-button {
    margin: 1.5rem 0;
}
.listItem-figureBody {
    opacity: 1;
    text-align: center;
}
.listItem-image {
    width: 100%;
}
.listItem-figure .listItem-button {
    margin: 1.5rem 0;
}
@media (min-width: 551px) {
    .listItem-body {
        padding-left: 1.25rem;
        padding-right: 0.75rem;
        width: 75%;
    }
}
@media (min-width: 1261px) {
    .listItem-body,
    .listItem-figure {
        vertical-align: middle;
    }
    .listItem-figure {
        position: relative;
    }
    .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
}
.listItem-figureBody {
    opacity: 1;
    text-align: center;
}
.listItem-image {
    width: 100%;
}
@media (min-width: 551px) {
    .listItem-body {
        padding-left: 1.25rem;
        padding-right: 0.75rem;
        width: 75%;
    }
}
@media (min-width: 1261px) {
    .listItem-figureBody {
        bottom: 0;
        height: 100%;
        left: 0.75rem;
        opacity: 0;
        position: absolute;
        right: 0.75rem;
        top: 0;
    }
    .listItem-figureBody:hover {
        opacity: 1;
    }
    .listItem-content {
        display: table;
    }
    .listItem-actions,
    .listItem-details {
        display: table-cell;
        vertical-align: top;
    }
    .listItem-details {
        padding-right: 6rem;
    }
    .listItem-details &gt; :last-child {
        margin-bottom: 0;
    }
}
.listItem-rating {
    margin-bottom: 0.41667rem;
}
.listItem-brand {
    color: #999;
    font-size: 1rem;
    margin: 0 0 0.16667rem;
}
@media (min-width: 801px) {
    .listItem-brand {
        font-size: 15px;
        margin-bottom: 0;
    }
}
.listItem-title {
    font-size: 15px;
    margin: 0 0 0.16667rem;
}
@media (min-width: 801px) {
    .listItem-title {
        font-size: 20px;
    }
}
.listItem-title &gt; a {
    text-decoration: none;
}
.listItem-price {
    margin-bottom: 1rem;
}
@media (min-width: 801px) {
    .listItem-price,
    .listItem-title {
        font-size: 20px;
    }
}
.listItem-actions .button {
    margin-bottom: 0;
}
@media (min-width: 1261px) {
    .listItem-actions {
        vertical-align: middle;
        width: 22%;
    }
    .listItem-actions .button--compare {
        font-size: 13px;
        padding: 0.58333rem 1.5rem;
    }
    .listItem-actions .button {
        width: 100%;
    }
    .listItem-actions .button + .button {
        margin: 0.75rem 0 0;
    }
    .page-sidebar + .page-content .productList .listItem-details {
        padding-right: 3rem;
    }
    .page-sidebar + .page-content .productList .listItem-actions {
        width: 30%;
    }
}
.themevale_productView {
    display: block;
    font-size: 0;
    padding-top: 0;
    margin-bottom: 30px;
}
.themevale_productView .themevale_productView-left,
.themevale_productView .themevale_productView-right {
    display: block;
    font-size: 1rem;
}
.themevale_productView .themevale_productView-right {
    margin-top: 30px;
}
.themevale_productView .productView-nav-wrapper {
    position: relative;
}
.themevale_productView .label-videos {
    position: absolute;
    z-index: 12;
}
.themevale_productView .label-videos .video-link {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 0;
}
.themevale_productView .label-videos .video-link .icon {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.themevale_productView.layout-2 .productView-nav-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.themevale_productView.layout-2 .productView-nav:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
}
.themevale_productView.layout-2 .productView-nav:not(.slick-slider) .productView-image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.themevale_productView.layout-2 .productView-for {
    margin: 10px 0 0 0;
    padding: 0 15px;
}
.themevale_productView.layout-2 .productView-for .slick-arrow.slick-prev {
    left: -15px;
}
.themevale_productView.layout-2 .productView-for .slick-arrow.slick-next {
    right: -15px;
}
.themevale_productView.layout-2 .productView-for:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
}
.themevale_productView.layout-2 .productView-for:not(.slick-slider) .productView-thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.themevale_productView.layout-2 .hover-to-zoom {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.themevale_productView.layout-2 .themevale_ask-an-experts {
    width: 100%;
    border-top: none;
}
@media (min-width: 551px) {
    .themevale_productView {
        /*margin-bottom: 50px;*/
    }
    .themevale_productView .themevale_productView-right {
        margin-top: 50px;
    }
}
@media (min-width: 768px) {
    .themevale_productView .themevale_productView-left,
    .themevale_productView .themevale_productView-right {
        vertical-align: top;
        display: inline-block;
    }
    .themevale_productView .themevale_productView-left {
        width: 50%;
    }
    .themevale_productView .themevale_productView-right {
        padding-left: 30px;
        width: 50%;
        margin-top: 0;
    }
}
@media (min-width: 1025px) {
    .themevale_productView .themevale_productView-left {
        width: 60%;
    }
    .themevale_productView .themevale_productView-right {
        width: 40%;
    }
    .themevale_productView .label-videos .video-link {
        width: 50px;
        height: 50px;
        left: 20px;
        bottom: 20px;
    }
    .themevale_productView.layout-2 .themevale_productView-left {
        width: 50%;
        padding-right: 25px;
    }
    .themevale_productView.layout-2 .themevale_productView-right {
        width: 50%;
        padding-left: 25px;
    }
    .themevale_productView.layout-2 .productView-details .productView-options .form-action .button {
        width: 270px;
    }
    .themevale_productView.layout-2 .productView-details .productView-options .form-wishlist {
        left: 290px;
    }
    .themevale_productView.layout-2 #themvale-fbt {
        padding-bottom: 0;
        border: none;
    }
    .themevale_productView.layout-2 #themvale-fbt .page-heading {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 7px;
    }
    .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper {
        padding: 30px 20px 30px 0;
        border: 1px solid #e2e4e8;
        border-radius: 5px;
    }
    .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
        width: 83%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
        width: 17%;
    }
}
@media (min-width: 1025px) {
    .page-sidebar + .page-content .themevale_productView.layout-2 .productView-details .productView-options .form-action .button {
        width: 206px;
    }
    .page-sidebar + .page-content .themevale_productView.layout-2 .productView-details .productView-options .form-wishlist {
        left: 226px;
    }
}
.product-layout-3 .productRelated .productCarousel .slick-arrow,
.product-layout-3 .productSimilar .productCarousel .slick-arrow {
    top: -68px;
    padding: 0 7px;
    transform: none;
}
.product-layout-3 .productRelated .productCarousel .slick-next,
.product-layout-3 .productSimilar .productCarousel .slick-next {
    right: 8px;
}
.product-layout-3 .productRelated .productCarousel .slick-prev,
.product-layout-3 .productSimilar .productCarousel .slick-prev {
    left: auto;
    right: 45px;
}
@media (min-width: 1025px) {
    .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
        width: 78%;
    }
    .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
        width: 22%;
    }
}
.themevale_productView-images {
    position: relative;
}
.themevale_ask-an-experts {
    width: 100%;
    display: block;
    font-size: 1rem;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid #eee;
}
.themevale_ask-an-experts .contact {
    width: 100%;
    display: table;
}
.themevale_ask-an-experts .contact .content-contact,
.themevale_ask-an-experts .contact .image-contact {
    display: table-cell;
    vertical-align: middle;
}
.themevale_ask-an-experts .contact .image-contact {
    width: 65px;
}
.themevale_ask-an-experts .contact .image-contact &gt; img {
    border-radius: 50%;
    overflow: hidden;
}
.themevale_ask-an-experts .contact .content-contact {
    padding-left: 15px;
}
.themevale_ask-an-experts .contact .content-contact .text {
    margin-bottom: 8px;
    text-transform: capitalize;
}
.themevale_ask-an-experts .contact .content-contact .link {
    display: block;
}
.themevale_ask-an-experts .contact .content-contact .link .number-phone,
.themevale_ask-an-experts .contact .content-contact .link a {
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}
.themevale_ask-an-experts .contact .content-contact .link .number-phone {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 7px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.themevale_ask-an-experts .contact .content-contact .link a {
    color: #059;
}
.themevale_ask-an-experts .contact .content-contact .link a svg {
    height: 0.75rem;
    width: 0.75rem;
    margin-left: 5px;
    fill: #059;
    margin-top: -2px;
}
@media (min-width: 360px) {
    .themevale_ask-an-experts .contact .content-contact .link .number-phone {
        margin-bottom: 0;
        display: inline-block;
    }
    .themevale_ask-an-experts .contact .content-contact .link .number-phone + a {
        margin-left: 10px;
        line-height: 20px;
    }
}
.themevale_ask-an-experts .contact + .services {
    margin-top: 20px;
}
@media (min-width: 801px) {
    .themevale_ask-an-experts .contact + .services {
        margin-top: 30px;
    }
}
.themevale_ask-an-experts .services {
    margin: 0;
    padding-bottom: 15px;
    font-size: 0;
    display: block;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.themevale_ask-an-experts .services .item {
    width: auto;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem;
    padding: 0 15px 0 0;
}
.themevale_ask-an-experts .services .item:last-child {
    padding-right: 0;
}
.themevale_ask-an-experts .services .service-item {
    display: table;
    width: 100%;
}
.themevale_ask-an-experts .services .service-item .content,
.themevale_ask-an-experts .services .service-item .icons {
    display: table-cell;
    vertical-align: top;
}
.themevale_ask-an-experts .services .service-item .icons {
    width: 40px;
    text-align: center;
}
.themevale_ask-an-experts .services .service-item .icons .icon {
    width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 50%;
    border: 1px solid #cdd0d7;
}
.themevale_ask-an-experts .services .service-item .icons svg {
    fill: #787878;
    stroke: #787878;
}
.themevale_ask-an-experts .services .service-item .content {
    padding-left: 15px;
    padding-right: 15px;
}
.themevale_ask-an-experts .services .service-item .content .title {
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
.themevale_ask-an-experts .services .service-item .content .description {
    margin: 0;
}
@media (min-width: 768px) {
    .themevale_ask-an-experts .services {
        margin: 0;
        overflow: visible;
        white-space: normal;
    }
    .themevale_ask-an-experts .services .item {
        padding: 0;
        width: 50%;
        margin-top: 20px;
    }
    .themevale_ask-an-experts .services .item:nth-child(-n + 2) {
        margin-top: 0;
    }
}
@media (min-width: 993px) {
    .themevale_ask-an-experts .services .service-item .icons {
        width: 50px;
    }
    .themevale_ask-an-experts .services .service-item .icons .icon {
        width: 50px;
        height: 50px;
        padding: 14px;
    }
}
@media (min-width: 1025px) {
    .themevale_ask-an-experts {
        width: 70%;
        margin-left: auto;
        margin-right: 0;
    }
}
.productView-images {
    display: block;
    font-size: 0;
    margin-bottom: 0;
    position: relative;
}
.themevale_productViewImage {
    font-size: 0;
    display: none;
}
.themevale_productViewImage .productView-thumbnails {
    margin: 10px 0 0;
    display: block;
    color: #8c8c8c;
}
.themevale_productViewImage .productView-thumbnails &gt; li {
    width: auto;
    padding: 5px;
    font-size: 1rem;
}
.themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom {
    vertical-align: top;
    display: inline-block;
}
.themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom &gt; a {
    color: inherit;
    display: block;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e2e4e8;
    min-width: 70px;
}
.themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom &gt; a &gt; .icon {
    width: auto;
    height: auto;
    max-width: 25px;
    max-height: 25px;
    display: block;
    margin: 0 auto;
}
.themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom &gt; a &gt; .text {
    line-height: 1;
    display: block;
    margin-top: 8px;
}
.themevale_productViewImage &gt; .productView-image {
    display: none;
}
@media (min-width: 1025px) {
    .themevale_productViewImage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .themevale_productViewImage .productView-thumbnails {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 32%;
        margin-top: 0;
        padding-right: 20px;
        vertical-align: top;
        display: inline-block;
    }
    .themevale_productViewImage .productView-thumbnails .productView-thumbnail,
    .themevale_productViewImage .productView-thumbnails &gt; li {
        width: 50%;
        vertical-align: top;
        display: inline-block;
    }
    .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom &gt; a {
        min-width: 80px;
    }
    .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom &gt; a &gt; .icon {
        max-width: 42px;
        max-height: 42px;
    }
    .themevale_productViewImage &gt; .productView-image {
        width: 68%;
        vertical-align: top;
        display: inline-block;
    }
    .themevale_productViewImage &gt; .productView-image img.zoomImg {
        pointer-events: none;
    }
}
.themevale_productViewImage-mobile {
    display: block;
}
.themevale_productViewImage-mobile .productView-image-mobile {
    display: block;
    margin-bottom: 20px;
}
.themevale_productViewImage-mobile .productView-image-mobile .slick-dots {
    bottom: -10px;
}
.themevale_productViewImage-mobile .productView-image-mobile .productView-img-container {
    max-width: 400px;
}
.themevale_productViewImage-mobile .productView-image-mobile:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
}
.themevale_productViewImage-mobile .productView-image-mobile:not(.slick-slider) .productView-image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.themevale_productViewImage-mobile .productView-thumbnails-mobile {
    margin: 10px 0 0 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.themevale_productViewImage-mobile .productView-thumbnails-mobile &gt; li {
    width: auto;
    padding: 5px;
    font-size: 1rem;
    vertical-align: top;
    display: inline-block;
}
.themevale_productViewImage-mobile .productView-thumbnail-custom &gt; a {
    color: inherit;
    display: block;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e2e4e8;
    min-width: 70px;
}
.themevale_productViewImage-mobile .productView-thumbnail-custom &gt; a &gt; .icon {
    width: auto;
    height: auto;
    max-width: 25px;
    max-height: 25px;
    display: block;
    margin: 0 auto;
}
.themevale_productViewImage-mobile .productView-thumbnail-custom &gt; a &gt; .text {
    line-height: 1;
    display: block;
    margin-top: 8px;
}
@media (min-width: 551px) {
    .themevale_productViewImage-mobile .productView-thumbnails-mobile {
        margin-top: 30px;
    }
    .themevale_productViewImage-mobile .productView-thumbnail-custom &gt; a {
        min-width: 80px;
    }
    .themevale_productViewImage-mobile .productView-thumbnail-custom &gt; a &gt; .icon {
        max-width: 42px;
        max-height: 42px;
    }
}
@media (min-width: 1025px) {
    .themevale_productViewImage-mobile {
        display: none;
    }
}
.hover-to-zoom {
    z-index: 10;
    padding: 10px;
    display: none;
    font-size: 1rem;
    text-align: center;
    position: relative;
    color: #8c8c8c;
    background-color: #fff;
}
.hover-to-zoom .icon {
    fill: #8c8c8c;
    margin-right: 3px;
}
@media (min-width: 1025px) {
    .themevale_productViewImage-mobile {
        display: none;
    }
    .hover-to-zoom {
        display: block;
    }
}
.productView-details {
    margin-bottom: 0;
}
.productView-details .productView-options,
.productView-details .productView-product {
    padding: 0;
    border: none;
    margin-bottom: 25px;
}
.productView-details .productView-brand {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #999;
}
.productView-details .productView-brand a {
    color: inherit;
}
.productView-details .productView-title {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 13px 0;
    font-weight: 700;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
}
@media (min-width: 551px) {
    .productView-details .productView-title {
        font-size: 18px;
    }
}
.productView-details .productView-rating {
    margin: 0 0 25px 0;
    font-size: 0;
}
.productView-details .productView-rating .icon--ratingEmpty,
.productView-details .productView-rating .icon--ratingFull {
    margin-right: 2px;
}
.productView-details .productView-rating .productView-reviewLink {
    font-size: 1rem;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: capitalize;
    color: #00699e;
    position: relative;
    top: 1px;
}
.productView-details .productView-rating .productView-reviewLink a,
.productView-details .productView-rating .productView-reviewLink a:hover {
    color: #00699e;
}
@media (min-width: 321px) {
    .productView-details .productView-rating .productView-reviewLink {
        margin-left: 15px;
    }
}
.productView-details .countDown {
    margin: 0 0 25px 0;
}
.productView-details .countDown &gt; p {
    margin-bottom: 0;
}
.productView-details .productView-price {
    font-size: 0;
    margin: 0 0 20px 0;
    position: relative;
}
.productView-details .productView-price .price-section {
    font-size: 18px;
    font-weight: 700;
    color: #00699e;
}
.productView-details .productView-price .price-section.price-section--withoutTax {
    color: #f04723;
}
.productView-details .productView-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
    color: #141414;
}
.productView-details .productView-price .price-section.rrp-price--withoutTax {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.productView-details .productView-price .price-section.non-sale-price--withoutTax {
    color: #999;
    margin-right: 8px;
    display: inline-block;
    vertical-align: bottom;
}
.productView-details .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
    display: inline-block;
    vertical-align: bottom;
}
.productView-details .productView-price .price-section.price-none {
    margin-right: 0;
}
.productView-details .productView-price .price-section.price-none + .price-section--withoutTax {
    color: #323232;
}
.productView-details .productView-price .price-section--saving {
    color: #999;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}
.productView-details .productView-price .sold-product {
    display: block;
    top: -1px;
    right: 0;
    margin-top: 15px;
    position: absolute;
}
@media (min-width: 1025px) {
    .productView-details .productView-price .sold-product {
        top: 0px;
        right: 0;
        margin-top: 0;
        position: absolute;
    }
}
.productView-details .productView-info,
.productView-details .productView-info &gt; :first-child {
    margin-top: 0;
}
.productView-details .productView-info .productView-info-name,
.productView-details .productView-info .productView-info-value {
    float: left;
    font-size: 12px;
}
.productView-details .productView-info .productView-info-name {
    clear: both;
    min-width: 110px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #00699e;
}
.productView-details .productView-info .productView-info-value {
    margin-bottom: 0;
    color: #505050;
}
.productView-details .productView-info .productView-info-bulkPricing {
    float: left;
    width: 100%;
    font-style: italic;
    font-weight: 700;
}
.productView-details .productView-options {
    text-align: left;
    position: relative;
    margin-bottom: 15px;
}
.productView-details .productView-options .form-field {
    margin-bottom: 15px;
}
.productView-details .productView-options .form-label--alternate {
    font-weight: 700;
    color: #00699e;
}
.productView-details .productView-options .form-label--alternate &gt; span[data-product-stock] {
    font-weight: 400;
}
.productView-details .productView-options .form-label--alternate &gt; small {
    top: -1px;
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 400;
    position: relative;
    font-style: italic;
}
.productView-details .productView-options .form-select {
    width: 100%;
    max-width: none;
}
.productView-details .productView-options .alertBox {
    padding: 0;
    margin: 30px 0 0 0;
    background-color: transparent;
}
.productView-details .productView-options .alertBox .alertBox-icon {
    padding-right: 5px;
}
.productView-details .productView-options .alertBox .alertBox-icon svg {
    fill: #f04723;
}
.productView-details .productView-options .alertBox .alertBox-message {
    font-size: 13px;
    color: #f04723;
    font-style: italic;
}
.productView-details .productView-options .alertBox--error {
    opacity: 0.65;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    pointer-events: none;
    background-color: #505050;
    border: 1px solid #505050;
}
.productView-details .productView-options .alertBox--error .alertBox-icon {
    display: none;
}
.productView-details .productView-options .alertBox--error .alertBox-message {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
@media (min-width: 993px) {
    .productView-details .productView-options .alertBox--error {
        max-width: 200px;
    }
}
.productView-details .productView-options .form-action {
    padding: 0;
    width: auto;
    float: none;
    margin-top: 30px;
    display: block;
}
.productView-details .productView-options .form-action .button {
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.productView-details .productView-options .form-action .button#form-action-addToCart,
.productView-details .productView-options .form-action .button[disabled] {
    padding: 15px 35px 13px;
}
@media (min-width: 551px) {
    .productView-details .productView-options .form-action .button {
        width: 300px;
    }
}
@media (min-width: 993px) {
    .productView-details .productView-options .alertBox--error {
        max-width: 200px;
    }
    .productView-details .productView-options .form-action .button {
        width: 200px;
    }
}
.productView-details .productView-options .form-wishlist {
    left: auto;
    position: relative;
    margin-bottom: 0;
    margin-top: 20px;
    z-index: 10;
    display: block;
}
.productView-details .productView-options .form-wishlist .button {
    margin-bottom: 0;
    width: 100%;
    padding: 15px 35px 13px;
}
.productView-details .productView-options .form-wishlist .button .icon {
    height: 1.66667rem;
    width: 1.66667rem;
}
@media (min-width: 551px) {
    .productView-details .productView-options .form-wishlist {
        bottom: 0;
        margin: 0;
        left: 242px;
        position: absolute;
    }
    .productView-details .productView-options .form-wishlist .button {
        width: 300px;
    }
}
@media (min-width: 993px) {
    .productView-details .productView-options .form-wishlist {
        bottom: 0;
        margin: 0;
        left: 215px;
        position: absolute;
    }
    .productView-details .productView-options .form-wishlist .button {
        width: 200px;
    }
}
.productView-details .productView-options #form-action-addToCart[disabled] {
    color: #fff;
    cursor: not-allowed;
    background-color: #ccc;
    border-color: rgba(0, 0, 255, 0);
}
.productView-details .viewing-product {
    margin: 0 0 25px;
}
.productView-details .themevale_securityImage {
    margin-top: 25px;
}
#add-to-cart-wrapper + .form-action,
#add-to-cart-wrapper-2 + .form-action {
    display: none;
}
#add-to-cart-wrapper-2[style="display: none"] + .form-action,
#add-to-cart-wrapper[style="display: none"] + .form-action {
    display: block;
}
#add-to-cart-wrapper-2[style="display: none"] + .form-action.form-action-2,
#add-to-cart-wrapper[style="display: none"] + .form-action.form-action-2 {
    margin-top: 0;
}
.countDown {
    display: block;
}
.countDown &gt; p {
    margin-bottom: 0;
}
.countDown .block-time {
    padding: 8px 5px;
    border-radius: 3px;
    background-color: #5b5b5b;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    min-width: 42px;
}
.countDown .block-time:last-of-type {
    margin-right: 0;
}
.countDown .block-time .num {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}
.countDown .block-time .block-label {
    margin: 0;
    line-height: 1;
    display: block;
    font-size: 12px;
    opacity: 0.5;
    margin-top: -2px;
    color: #fff;
}
.viewing-product .icon {
    margin-right: 5px;
    margin-top: -2px;
}
.sold-product {
    font-size: 12px;
    font-weight: 700;
    color: #c10011;
    display: none;
    background-size: 14px;
    position: relative;
}
.sold-product &gt; .icon,
.sold-product &gt; span {
    display: inline-block;
    vertical-align: middle;
}
.sold-product .icon {
    height: 1.66667rem;
    width: 1.66667rem;
    fill: #c10011;
    stroke: #c10011;
    margin-right: 3px;
}
.form-field--stock .form-label {
    margin-bottom: 0;
}
.form-field--increments .form-increment {
    display: inline-block;
}
.form-field--increments .form-increment .form-input--incrementTotal {
    width: 50px;
}
.themevale_productDescription {
    width: 100%;
    display: block;
    font-size: 1rem;
}
.themevale_productDescription .toggle-title {
    margin-bottom: 15px;
}
.themevale_productDescription .page-heading {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.themevale_productDescription .productView-description {
    width: 100%;
    display: block;
}
.themevale_productDescription .productView-description .tabs {
    display: none;
}
.themevale_productDescription .productView-description .tab-content {
    padding: 15px 0 0 0;
    display: block;
    border-top: 1px solid #eee;
}
.themevale_productDescription .productView-description .toggle-title {
    margin-bottom: 0;
    padding-bottom: 15px;
    display: block;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.themevale_productDescription .productView-description .toggle-title .toggleLink {
    float: none;
    display: inline-block;
    width: 100%;
}
.themevale_productDescription .productView-description .toggle-title .icon {
    fill: #00699e;
}
.themevale_productDescription .productView-description .toggle-content {
    padding: 10px 0;
}
@media (min-width: 551px) {
    .themevale_productDescription .page-heading {
        font-size: 18px;
    }
    .themevale_productDescription .toggle-title {
        margin-bottom: 30px;
    }
}
@media (min-width: 1025px) {
    .themevale_productDescription {
        font-size: 0;
    }
    .themevale_productDescription .page-heading {
        display: block;
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .themevale_productDescription .productRelated {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        width: 40%;
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-left: 30px;
    }
    .themevale_productDescription .productView-description {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        font-size: 12px;
    }
    .themevale_productDescription .productView-description .tabs {
        display: block;
    }
    .themevale_productDescription .productView-description .tab-content {
        padding: 0;
        display: none;
        border-top: none;
    }
    .themevale_productDescription .productView-description .tab-content .active {
        display: block;
    }
    .themevale_productDescription .productView-description .toggle-title {
        display: none;
        padding-bottom: 35px;
    }
    .themevale_productDescription .productView-description .toggle-content {
        padding: 0;
        display: block !important;
    }
    .themevale_productDescription .productView-description .toggle-content h6 {
        font-size: 16px;
    }

}
@media (max-width: 1024px) {
    .themevale_productDescription .productRelated {
        padding-bottom: 30px;
    }
    .themevale_productDescription .productRelated .page-heading {
        font-size: 24px;
        line-height: 1.3;
    }
}
.themevale_productDescription-2,
.themevale_productDescription-2 &gt; .item {
    display: block;
}
.themevale_productDescription-2 &gt; .item + .item {
    margin-top: 30px;
}
.themevale_productDescription-2 .productRelated,
.themevale_productDescription-2 .productReviews,
.themevale_productDescription-2 .productSimilar {
    width: 100%;
    padding: 0;
    margin-top: 0;
    border-top: none;
}
.themevale_productDescription-2 .productRelated + .productSimilar {
    margin-top: 30px;
}
.themevale_productDescription-2 .productView-description {
    width: 100%;
}
.themevale_productDescription-2 .productView-description .toggle-title {
    display: block;
}
.themevale_productDescription-2 .productView-description .toggle-title .toggleLink {
    display: inline-block;
}
.themevale_productDescription-2 .page-heading {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}
.themevale_productDescription-2 .tabs-vertical .toggle-title {
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 551px) {
    .themevale_productDescription-2 .page-heading,
    .themevale_productDescription-2 .tabs-vertical .toggle-title {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .themevale_productDescription-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .themevale_productDescription-2 &gt; .item {
        width: 50%;
        padding: 0 15px;
    }
    .themevale_productDescription-2 &gt; .item + .item {
        margin-top: 0;
    }
    .themevale_productDescription-2 .page-heading {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
}
@media (min-width: 1025px) {
    .themevale_productDescription-2 .page-heading {
        display: block;
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .themevale_productDescription-2 .productRelated + .productSimilar {
        margin-top: 70px;
    }
    .themevale_productDescription-2 .tabs-vertical .toggle-title {
        padding-top: 18px;
        padding-bottom: 16px;
        font-size: 20px;
    }
    .themevale_productDescription-2 .productRelated + .productSimilar {
        margin-top: 50px;
    }
    .themevale_productDescription-2 .tabs-vertical:first-child .toggle-title {
        padding-top: 0;
    }
    .themevale_productDescription-2 .tabs-vertical .toggle-content h6 {
        font-size: 16px;
    }
}
@media (max-width: 551px) {
    .themevale_productDescription-2 .productRelated .page-heading,
    .themevale_productDescription-2 .productSimilar .page-heading {
        font-size: 24px;
        line-height: 1.3;
    }
}
.themevale_productDescription-3 {
    width: 100%;
    display: block;
    font-size: 1rem;
}
.themevale_productDescription-3 .toggle-title {
    margin-bottom: 15px;
}
.themevale_productDescription-3 .page-heading {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.themevale_productDescription-3 .productView-description {
    width: 100%;
    display: block;
}
.themevale_productDescription-3 .productView-description .tabs {
    display: none;
}
.themevale_productDescription-3 .productView-description .tab-content {
    padding: 15px 0 0 0;
    display: block;
    border-top: 1px solid #eee;
}
.themevale_productDescription-3 .productView-description .toggle-title {
    margin-bottom: 0;
    padding-bottom: 15px;
    display: block;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
    color: #00699e;
}
.themevale_productDescription-3 .productView-description .toggle-title .toggleLink {
    float: none;
    display: inline-block;
    width: 100%;
}
.themevale_productDescription-3 .productView-description .toggle-title .icon {
    fill: #00699e;
}
.themevale_productDescription-3 .productView-description .toggle-content {
    padding: 10px 0;
}
.themevale_productDescription-3 + .productRelated {
    margin-bottom: 30px;
    border-top: none !important;
}
.themevale_productDescription-3 + .productRelated + .productSimilar {
    border-top: none !important;
}
@media (min-width: 551px) {
    .themevale_productDescription-3 .page-heading {
        font-size: 18px;
    }
    .themevale_productDescription-3 .toggle-title {
        margin-bottom: 30px;
    }
}
@media (min-width: 1025px) {
    .themevale_productDescription-3 {
        font-size: 0;
    }
    .themevale_productDescription-3 .productView-description {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
    }
    .themevale_productDescription-3 .productView-description .tabs {
        display: block;
    }
    .themevale_productDescription-3 .productView-description .tab-content {
        padding: 0;
        display: none;
        border-top: none;
    }
    .themevale_productDescription-3 .productView-description .tab-content .active {
        display: block;
    }
    .themevale_productDescription-3 .productView-description .toggle-title {
        display: none;
        padding-bottom: 35px;
    }
    .themevale_productDescription-3 .productView-description .toggle-content {
        padding: 0;
        display: block !important;
    }
    .themevale_productDescription-3 .productView-description .toggle-content h6 {
        font-size: 16px;
    }
    .themevale_productDescription-3 + .productRelated {
        margin-bottom: 50px;
    }
    .themevale_productDescription-3 + .productRelated .page-heading,
    .themevale_productDescription-3 + .productRelated + .productSimilar .page-heading {
        display: block;
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .themevale_productDescription-3 + .productRelated + .productSimilar .page-heading {
        display: block;
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
}
.productView-description .description-slider,
.productView-description .description-slider-2,
.productView-description .description-slider {
    font-size: 0;
    list-style: none;
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    list-style: none;
}
.productView-description .description-slider-2 &gt; li,
.productView-description .description-slider &gt; li {
    width: 33.333333%;
}
.productView-description .description-slider-2 &gt; li:before,
.productView-description .description-slider &gt; li:before, {
    content: none;
}
.productView-description .description-slider li,
.productView-description .description-slider-2 li, {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}
.productView-description .description-slider .slick-dots,
.productView-description .description-slider-2 .slick-dots {
    bottom: auto;
    margin-top: 10px;
    position: relative;
}
.productView-description .description-slider .slick-dots li,
.productView-description .description-slider-2 .slick-dots li {
    padding: 0;
}
.productView-description .description-slider img,
.productView-description .description-slider-2 img {
    border-radius: 3px;
}
.productView-description blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 15px;
    margin-bottom: 2.25rem;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-style: italic;
}
.productView-description blockquote q:after,
.productView-description blockquote q:before {
    content: none;
}
@media (min-width: 801px) {
    .productView-description blockquote {
        padding: 20px 25px;
    }
}
.productRelated,
.productReviews:not(.tabs-vertical),
.productSimilar {
    display: block;
    padding-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #eee;
}
.productRelated .toggleLink-text svg,
.productReviews:not(.tabs-vertical) .toggleLink-text svg,
.productSimilar .toggleLink-text svg {
    fill: #323232;
}
.productRelated .toggle-title .number-review,
.productRelated .toggle-title .write-review,
.productReviews:not(.tabs-vertical) .toggle-title .number-review,
.productReviews:not(.tabs-vertical) .toggle-title .write-review,
.productSimilar .toggle-title .number-review,
.productSimilar .toggle-title .write-review {
    display: none;
}
@media (min-width: 767px) {
    .productRelated .toggle-title .number-review,
    .productRelated .toggle-title .write-review,
    .productReviews:not(.tabs-vertical) .toggle-title .number-review,
    .productReviews:not(.tabs-vertical) .toggle-title .write-review,
    .productSimilar .toggle-title .number-review,
    .productSimilar .toggle-title .write-review {
        display: inline-block;
        vertical-align: middle;
    }
}
.productRelated .toggle-content,
.productReviews:not(.tabs-vertical) .toggle-content,
.productSimilar .toggle-content {
    padding: 10px 0;
}
.productRelated.toggle:last-of-type,
.productReviews:not(.tabs-vertical).toggle:last-of-type,
.productSimilar.toggle:last-of-type {
    margin-bottom: 0;
}
.productRelated .slick-slide .productCarousel-slide,
.productReviews:not(.tabs-vertical) .slick-slide .productCarousel-slide,
.productSimilar .slick-slide .productCarousel-slide {
    width: 100%;
}
@media (min-width: 1025px) {
    .productRelated,
    .productReviews:not(.tabs-vertical),
    .productSimilar {
        margin-top: 30px;
        padding-top: 30px;
    }
    .productRelated .toggle-content,
    .productReviews:not(.tabs-vertical) .toggle-content,
    .productSimilar .toggle-content {
        padding: 0;
    }
}
.productReviews:not(.tabs-vertical) .toggleLink &gt; .icon {
    float: none;
    height: 20px;
    position: relative;
    top: -2px;
}
.productReviews .number-review,
.productReviews .write-review {
    padding: 0 15px;
    margin-left: 15px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #f7f7f7;
}
.productReviews .write-review {
    color: #fff;
    background-color: #00699e;
}
.productReviews .toggle-title .toggleLink {
    display: none;
    color: #00699e;
}
.productReviews .toggle-title .toggleLink .toggleLink-text {
    color: #00699e;
    line-height: 20px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}
.productReviews .toggle-title .toggleLink:hover {
    color: #059;
}
.productReviews .toggle-title .toggleLink:hover .toggleLink-text {
    color: #059;
    border-bottom: 1px solid #059;
}
.productReviews .toggle-title .toggleLink:hover svg {
    fill: #005599;
}
.productReviews .page-heading {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .productReviews:not(.tabs-vertical) .toggle-content {
        display: block !important;
    }
}
@media (min-width: 1025px) {
    .productReviews .toggle-title .toggleLink {
        display: block;
    }
}
@media (min-width: 1025px) {
    .productRelated .toggleLink {
        display: none;
    }
}
.vgallery_popup .content_slide {
    font-size: 0;
    display: block;
}
.vgallery_popup .content_slide .box1,
.vgallery_popup .content_slide .box2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.vgallery_popup .content_slide .box1 {
    width: 62%;
    overflow: hidden;
    max-height: 540px;
}
.vgallery_popup .content_slide .box2 {
    width: 38%;
    padding-left: 50px;
}
.vgallery_popup .btn-arrow {
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vgallery_popup .btn-arrow:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}
.vgallery_popup .btn-arrow.btn-prev {
    left: 0;
}
.vgallery_popup .btn-arrow.btn-prev:before {
    background: url(../img/vgallery.png) rgba(255, 255, 255, 0.5);
    background-position: 15px;
}
.vgallery_popup .btn-arrow.btn-next {
    right: 0;
}
.vgallery_popup .btn-arrow.btn-next:before {
    background: url(../img/vgallery.png) rgba(255, 255, 255, 0.5);
    background-position: -20px;
}
.vgallery_popup .galleryView {
    width: 100%;
    text-align: center;
}
.vgallery_popup .galleryView:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 75%;
}
.vgallery_popup .galleryView img:not([role="presentation"]) {
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vgallery_popup .galleryView &gt; iframe {
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
.vgallery_popup .gallery-thumbnail h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.vgallery_popup .gallery-thumbnail ul {
    margin: 0 -5px;
    font-size: 0;
    text-align: left;
}
.vgallery_popup .gallery-thumbnail ul li {
    position: relative;
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.vgallery_popup .gallery-thumbnail ul .thumbbsd {
    display: block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.vgallery_popup .gallery-thumbnail ul .thumbbsd:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}
.vgallery_popup .gallery-thumbnail ul .thumbbsd img {
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video {
    border-radius: 3px;
    overflow: hidden;
}
.vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    border-radius: 3px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border: 3px solid #059;
}
.vgallery_popup .gallery-thumbnail + .gallery-thumbnail {
    margin-top: 30px;
}
.vgallery_popup .gallery-thumbnail-1 h2:before {
    content: "Product Image";
}
.vgallery_popup .gallery-thumbnail-2 h2:before {
    content: "Product Video";
}
.themevale_badges {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.themevale_badge {
    color: #fff;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
    text-transform: capitalize;
    background-color: #00699e;
}
.sale-badge {
    background: #c00011;
    color: #fff;
}
.soldOut-badge {
    background: #898989;
    color: #fff;
}
.new-badge {
    color: #fff;
    background-color: #4563b3;
}
.custom-badge {
    background: #383e46;
    color: #fff;
}
.bestseller-badge {
    color: #fff;
    background-color: #e56d00;
}
[data-product-attribute] .form-option {
    padding: 0;
    z-index: 1;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    position: relative;
    border-radius: 3px;
    margin-right: 7px;
    border: 1px solid #c8c8c8;
    color: #00699e;
}
[data-product-attribute] .form-option .form-option-variant {
    padding: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0 5px;
    border-radius: 3px;
    position: relative;
}
@media (min-width: 551px) {
    [data-product-attribute] .form-option {
        margin-right: 10px;
    }
}
[data-product-attribute] .form-option-swatch {
    border: none;
    overflow: hidden;
    line-height: 1;
    border-radius: 3px;
}
[data-product-attribute] .form-option-swatch .form-option-variant[title="White"] {
    border: 1px solid #c8c8c8;
}
[data-product-attribute] .form-option-swatch.swatch-pattern {
    overflow: visible;
}
[data-product-attribute] .form-option-swatch.swatch-two-color {
    box-shadow: 0 0 1px #c2c2c2;
}
[data-product-attribute] .form-option-swatch.swatch-two-color .form-option-variant {
    width: 50%;
    border-radius: 0;
}
[data-product-attribute] .form-option-swatch.swatch-three-color {
    box-shadow: 0 0 1px #c2c2c2;
}
[data-product-attribute] .form-option-swatch.swatch-three-color .form-option-variant {
    width: 33.33333%;
    border-radius: 0;
}
[data-product-attribute] .form-option.unavailable {
    opacity: 1;
    background-color: transparent;
}
[data-product-attribute] .form-option.unavailable:before {
    left: -7px;
    top: 16px;
    height: 1px;
    width: calc(140% - 1px);
    background-color: #f68863;
}
[data-product-attribute] .form-radio:checked + .form-option.unavailable {
    box-shadow: 0 0 0 1px #505050;
}
[data-product-attribute] .form-radio:checked + .form-option {
    border-color: #00699e;
    box-shadow: 0 0 0 1px #00699e;
}
[data-product-attribute] .form-radio:checked + .form-option-swatch {
    border: none;
    box-shadow: 0 0 0 2px #00699e;
}
.form-option-variant--color,
.form-option-variant--pattern {
    height: 22px;
    width: 22px;
}
.form-option-expanded {
    background-color: #fff;
    border: 1px solid #999;
    left: 0;
    line-height: 1;
    opacity: 0;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    top: calc(100% + 5px);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
}
.form-option-expanded .title {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}
@media (min-width: 1025px) {
    .form-option:hover .form-option-expanded {
        opacity: 1;
        visibility: visible;
        z-index: 30;
    }
}
.form-option-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100px;
    width: 100px;
}
.account {
    margin-top: 10px;
}
.account .form-actions {
    text-align: left;
}
@media (min-width: 1025px) {
    .form-option:hover .form-option-expanded {
        opacity: 1;
        visibility: visible;
        z-index: 30;
    }
    .account .button {
        padding-left: 35px;
        padding-right: 35px;
    }
    .heroCarousel-content {
        padding-bottom: 80px;
    }
}
@media (min-width: 801px) {
    .account--fixed {
        margin: 0 auto;
        width: 66.66667%;
    }
}
@media (min-width: 801px) {
    .account--fixedSmall {
        margin: 0 auto;
        width: 50%;
    }
}
@media (min-width: 801px) {
    .account--fixedLarge {
        margin: 0 auto;
        width: 75%;
    }
}
.account-head {
    margin-bottom: 3rem;
    text-align: center;
}
.account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left;
}
.account-content,
.account-sidebar {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
}
.account-content {
    width: 100%;
}
@media (min-width: 801px) {
    .account-content--fixed {
        width: 66.66667%;
    }
}
@media (min-width: 801px) {
    .account-content--fixedSmall {
        width: 50%;
    }
}
.account-sidebar {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
}
@media (min-width: 801px) {
    .account-sidebar {
        width: 33.33333%;
    }
    .account-content--fixedSmall + .account-sidebar {
        float: right;
    }
}
@media (min-width: 1025px) {
    .heroCarousel-content {
        padding-bottom: 80px;
    }
}
.themevale_MultiCategory {
    width: 100%;
    z-index: 11;
    display: block;
    padding: 15px;
    margin-left: auto;
    max-width: 1200px;
    margin-right: auto;
    position: relative;
    background-color: #f7f7f7;
}
.page-type-default .themevale_MultiCategory {
    margin-top: 30px;
}
.themevale_MultiCategory .popover {
    left: 0;
    top: auto;
    opacity: 1;
    display: none;
    bottom: calc(100% + 20px);
    position: absolute;
    color: #8b6c41;
    line-height: 20px;
    max-width: 620px;
    border-radius: 5px;
    background-color: #fcf8e5;
    border: 1px solid #fbeacf;
    font-size: 1rem;
    font-weight: 400;
    font-family: Arimo, Arial, Helvetica, sans-serif;
}
.themevale_MultiCategory .popover:after,
.themevale_MultiCategory .popover:before {
    top: 100%;
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
}
.themevale_MultiCategory .popover:before {
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fbeacf;
}
.themevale_MultiCategory .popover:after {
    left: 21px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fcf8e5;
}
.themevale_MultiCategory .popover .close {
    top: 10px;
    right: 13px;
    color: #8b6c41;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
}
.themevale_MultiCategory .popover .close .icon {
    height: 1rem;
    width: 1rem;
    fill: #8b6c41;
}
.themevale_MultiCategory .popover .popover-body {
    color: #8b6c41;
    padding: 12px 50px 12px 12px;
}
.themevale_MultiCategory .popover .popover-body p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .themevale_MultiCategory {
        padding: 30px;
    }
    .page-type-category .themevale_MultiCategory {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-type-default .themevale_MultiCategory {
        margin-top: 0;
    }
}
@media (min-width: 1025px) {
    .page-type-default .themevale_MultiCategory .popover.fade {
        display: block;
    }
    .themevale_heroCarousel .themevale_MultiCategory {
       /* top: 388px;*/
       bottom: -15px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: transparent;
    }
    .page-type-category .themevale_MultiCategory {
        max-width: none;
        padding: 15px;
    }
    .page-type-category .themevale_MultiCategory .themevale_multilevel-category-filter {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-type-category .themevale_MultiCategory .themevale_multilevel-category-filter .form-label {
        color: #00699e;
    }
    .page-type-category [data-banner-location="top"] ~ .themevale_MultiCategory {
        position: absolute;
        top: 150px;
        background-color: transparent;
    }
    .page-type-category [data-banner-location="top"] ~ .themevale_MultiCategory .themevale_multilevel-category-filter .form-label {
        color: #fff;
    }
}
@media (min-width: 1281px) {
    .page-type-category .themevale_MultiCategory {
        padding: 30px;
    }
}
.themevale_MultiCategory.layout-2 {
    top: auto !important;
    color: #fff;
    background-color: #00699e;
}
.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter &gt; .form-label {
    color: #fff;
}
.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .description {
    display: none;
}
.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select span {
    display: none;
}
@media (min-width: 1025px) {
    .themevale_MultiCategory.layout-2 {
        border-radius: 3px;
        padding: 20px 30px;
        margin-bottom: 30px;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter {
        display: block;
        text-align: left;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter &gt; .form-label {
        display: block;
        margin-right: 0;
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #60656c;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .description {
        display: block;
        margin-bottom: 15px;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-wrapper {
        display: block;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-field {
        width: 100%;
        display: block;
        margin: 0 0 15px 0;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button {
        display: block;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button {
        display: block;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button + .button {
        margin: 5px 0 0 0;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select {
        display: inline-block;
        border-color: transparent;
        background-color: transparent;
        box-shadow: none;
        text-transform: capitalize;
        font-size: 12px;
        font-family: Arimo, Arial, Helvetica, sans-serif;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select .icon {
        margin-right: 5px;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select span {
        display: inline-block;
        vertical-align: middle;
        text-decoration: underline;
        text-underline-position: under;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:active,
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:focus,
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:hover {
        color: #fff;
    }
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:active svg,
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:focus svg,
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:hover svg {
        fill: #ffffff;
    }
}
.themevale_multilevel-category-filter {
    display: block;
    position: relative;
}
.themevale_multilevel-category-filter .form-label {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family:  Dosis, Arial, Helvetica, sans-serif;
}
.themevale_multilevel-category-filter .form-wrapper {
    display: block;
}
.themevale_multilevel-category-filter .form-field {
    display: block;
    margin: 0 0 10px 0;
}
.themevale_multilevel-category-filter .form-field .form-label {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.themevale_multilevel-category-filter .form-field .form-select {
    height: 40px;
    max-width: 100%;
}
.themevale_multilevel-category-filter .group-button {
    font-size: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-box-align: center;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.themevale_multilevel-category-filter .group-button .button {
    min-width: 90px;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    width: 50%;
}
.themevale_multilevel-category-filter .group-button .button + .button {
    margin-left: 10px;
}
.themevale_multilevel-category-filter .group-button #themevale_clear-select {
    padding: 0;
}
@media (min-width: 551px) {
    .themevale_multilevel-category-filter .form-wrapper {
         display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .themevale_multilevel-category-filter .form-field {
        width: 30%;
        margin: 0 20px 0 0;
        display: inline-block;
    }
    .themevale_multilevel-category-filter .form-field .form-select {
        height: 46px;
        background-position: right 0.58333rem top 12px;
    }
    .themevale_multilevel-category-filter .group-button {
        min-width: 160px;
        margin-top: 0;
        display: inline-block;
    }
    .themevale_multilevel-category-filter .group-button .button {
        height: 46px;
        min-width: 46px;
        line-height: 44px;
        width: auto;
    }
}
@media (min-width: 992px) {
    .themevale_multilevel-category-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .themevale_multilevel-category-filter .form-label {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 30px;
    }
}
@media (min-width: 1025px) {
    .themevale_multilevel-category-filter .form-label {
        font-size: 16px;
        color: #fff;
    }
}
#sticky_addtocart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 101;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    transition: all 0.5s ease;
    transform: translate3d(0, 100%, 0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#sticky_addtocart &gt; .container {
    display: -ms-flexbox;
    display: flex;
    position: static;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#sticky_addtocart &gt; .container:after,
#sticky_addtocart &gt; .container:before {
    content: none;
}
#sticky_addtocart &gt; .container .item {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
#sticky_addtocart &gt; .container .item:first-child {
    display: none;
}
#sticky_addtocart .countDown {
    display: none;
}
#sticky_addtocart .product-wrapper {
    display: table;
    max-width: 360px;
    text-align: left;
}
#sticky_addtocart .product-wrapper &gt; .product-image {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}
#sticky_addtocart .product-wrapper &gt; .product-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
#sticky_addtocart .product-wrapper .productView-title {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
}
#sticky_addtocart .product-wrapper .productView-price {
    margin: 0;
    font-size: 0;
    position: relative;
}
#sticky_addtocart .product-wrapper .productView-price .price-section {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #141414;
}
#sticky_addtocart .product-wrapper .productView-price .price-section.price-section--withoutTax {
    color: #b20000;
}
#sticky_addtocart .product-wrapper .productView-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
    color: #141414;
}
#sticky_addtocart .product-wrapper .productView-price .price-section.rrp-price--withoutTax {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
#sticky_addtocart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax {
    color: #999;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}
#sticky_addtocart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
    display: inline-block;
    vertical-align: top;
}
#sticky_addtocart .product-wrapper .productView-price .price-section.price-none {
    margin-right: 0;
}
#sticky_addtocart .product-wrapper .productView-price .price-section.price-none + .price-section--withoutTax {
    color: #141414;
}
#sticky_addtocart .product-wrapper .productView-price .price-section--saving {
    color: #141414;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}
#sticky_addtocart .product-wrapper .productView-price .sold-product {
    display: block;
    top: -1px;
    right: 0;
    margin-top: 0;
    position: absolute;
}
@media (min-width: 1025px) {
    #sticky_addtocart .product-wrapper .productView-price .sold-product {
        top: -1px;
        right: 0;
        margin-top: 0;
        position: absolute;
    }
}
#sticky_addtocart .form-field--increments {
    margin: 0 10px;
    font-size: 0;
    display: none;
}
#sticky_addtocart .form-field--increments .form-increment .button {
    width: 36px;
    height: 38px;
    line-height: 38px;
}
#sticky_addtocart .form-field--increments .form-increment .button &gt; .icon {
    line-height: 40px;
}
#sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
    height: 38px;
    width: 50px;
    line-height: 38px;
}
#sticky_addtocart .form-field--increments .form-label {
    display: none;
}
#sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    display: inline-block;
}
#sticky_addtocart .form-action .button {
    padding: 12px 15px 11px 15px;
}
#sticky_addtocart .form-action input {
    margin-bottom: 0;
    width: 100%;
}
#sticky_addtocart .form-action .choose_options_add {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
#sticky_addtocart .form-action .choose_options_add.is-active {
    opacity: 0;
    visibility: hidden;
}
#sticky_addtocart .show_select_options {
    color: #000;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 12px;
    line-height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}
#sticky_addtocart .form {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#sticky_addtocart .form .pop-up-option {
    left: 0;
    right: 0;
    bottom: -100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    text-align: left;
    background: #fff;
    padding: 25px 0 10px 0;
    opacity: 0;
    overflow: visible;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 #000, 0 0 1px rgba(0, 0, 0, 0.1);
}
#sticky_addtocart .form .pop-up-option .alertBox {
    margin-bottom: 0;
    margin-top: 20px;
}
#sticky_addtocart .form .pop-up-option.is-open {
    visibility: visible;
    opacity: 1;
    bottom: 100%;
}
#sticky_addtocart .form .pop-up-option .data-product-name {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-bottom: 1px solid #f8f8f8;
}
#sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
    font-size: 15px;
    margin-bottom: 8px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
}
#sticky_addtocart .form .pop-up-option .data-product-name .productView-price .price-section {
    font-size: 16px;
    font-weight: 700;
}
#sticky_addtocart .form .pop-up-option .data-product-option {
    font-size: 0;
    display: block;
    width: 100%;
}
#sticky_addtocart .form .pop-up-option .form-field {
    width: 100%;
    font-size: 12px;
    margin: 0 0 10px 0;
    display: block;
    vertical-align: top;
    position: relative;
}
#sticky_addtocart .form .pop-up-option .form-field .form-label {
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
}
#sticky_addtocart .form .pop-up-option .form-field .form-label &gt; small {
    float: none;
}
#sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option {
    display: inline-block;
    vertical-align: middle;
}
#sticky_addtocart .form .pop-up-option .close {
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -15px;
    opacity: 1;
    background: #fff;
    text-align: center;
    font-weight: 600;
    z-index: 10;
}
#sticky_addtocart .form .alertBox--error {
    min-width: 200px;
    margin: 0;
    opacity: 0.65;
    width: 100%;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 25px;
    pointer-events: none;
    background-color: #505050;
    border: 1px solid #505050;
}
#sticky_addtocart .form .alertBox--error .alertBox-icon {
    display: none;
}
#sticky_addtocart .form .alertBox--error .alertBox-message {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 700;
    padding: 0;
    text-align: center;
    display: block;
}
@media (min-width: 768px) {
    #sticky_addtocart &gt; .container .item {
        width: auto;
    }
    #sticky_addtocart &gt; .container .item:first-child {
        display: inline-block;
    }
    #sticky_addtocart .form .pop-up-option {
        padding: 35px 0 20px 0;
    }
    #sticky_addtocart .form .pop-up-option .form-field {
        font-size: 12px;
        margin: 0 0 10px 0;
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    #sticky_addtocart .form .pop-up-option .form-field:nth-child(2n) {
        padding-left: 15px;
    }
    #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
        padding-right: 15px;
    }
    #sticky_addtocart .form .pop-up-option .form-field .form-label {
        display: inline-block;
        vertical-align: middle;
    }
    #sticky_addtocart .form .pop-up-option .data-product-name {
        display: none;
    }
    #sticky_addtocart .form .pop-up-option .data-product-option {
        position: relative;
        padding-right: 30px;
    }
    #sticky_addtocart .form .pop-up-option .close {
        top: -5px;
        right: -10px;
    }
    #sticky_addtocart .form-field--increments {
        display: block;
    }
    #sticky_addtocart .form-action {
        width: 200px;
    }
}
@media (min-width: 1025px) {
    #sticky_addtocart .countDown {
        display: block;
        margin-right: 10px;
    }
}
.show_sticky#sticky_addtocart {
    z-index: 105;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
#themvale-fbt {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #00699e;
}
#themvale-fbt .page-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e4e8;
}
#themvale-fbt .themvale-fbt-product-wrapper {
    display: block;
}
#themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list,
#themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
    display: block;
}
#themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
    margin-top: 40px;
    text-align: left;
}
@media (min-width: 1025px) {
    #themvale-fbt {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 35px;
        border-bottom: 1px solid #e2e4e8;
    }
    #themvale-fbt .themvale-fbt-product-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
        width: 80%;
    }
    #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
        width: 20%;
        margin: 0;
        text-align: center;
    }
    #themvale-fbt .themvale-fbt-product-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    #themvale-fbt .themvale-fbt-product-list .slick-arrow {
        top: calc(50% - 75px);
    }
    #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-prev {
        left: 15px;
    }
    #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-next {
        right: 15px;
    }
}
.themvale-fbt-product-list:not(.slick-slider) {
    font-size: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px;
}
.themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 15px;
    width: 50%;
    font-size: 12px;
    white-space: normal;
    float: none;
}
@media (min-width: 551px) {
    .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
        width: 33.33333333%;
    }
}
@media (min-width: 992px) {
    .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
        width: 25%;
    }
}
@media (min-width: 1025px) {
    .themvale-fbt-product-list:not(.slick-slider) {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
        padding-right: 30px;
    }
}
.themvale-fbt-product-list.slick-slider {
    margin-left: -8px;
    margin-right: -8px;
}
.themvale-fbt-product-list.slick-slider .slick-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    min-height: 264px;
}
.themvale-fbt-product-list.slick-slider .slick-slide.slick-active + .slick-slide.slick-active:before {
    color: #bfbfbf;
    content: "+";
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: calc(50% - 75px);
    transform: translate(-50%, -50%);
}
.themvale-fbt-product-list.slick-slider .slick-dots {
    position: absolute;
}
@media (min-width: 1025px) {
    .themvale-fbt-product-list.slick-slider {
        margin-left: -20px;
        margin-right: -20px;
    }
    .themvale-fbt-product-list.slick-slider .slick-slide {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
    }
}
.themvale-fbt-product-item {
    opacity: 0.5;
    position: relative;
    margin-bottom: 3px;
}
.themvale-fbt-product-item .themvale-fbt-product-image {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.themvale-fbt-product-item .themvale-fbt-product-content {
    display: block;
}
.themvale-fbt-product-item .themvale-fbt-image-link {
    position: relative;
    max-width: 100px;
    display: inline-block;
}
.themvale-fbt-product-item .themvale-fbt-detail-label {
    padding: 0;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 12px !important;
}
.themvale-fbt-product-item .themvale-fbt-detail-label:before {
    top: 3px;
    border-radius: 0;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.themvale-fbt-product-item .themvale-fbt-detail-label:after {
    top: 4px;
}
.themvale-fbt-product-item .themvale-fbt-detail-label .themvale-fbt-detail-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    color: #059;
    display: inline;
}
.themvale-fbt-product-item .themvale-fbt-detail-label .themvale-fbt-detail-name strong {
    text-decoration: underline;
    text-underline-position: under;
    color: #00699e;
}
.themvale-fbt-product-item .themvale-fbt-detail-price {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    color: #141414;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section {
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section span {
    line-height: inherit;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section:last-child {
    margin-right: 0;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-section--withoutTax {
    color: #b20000;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
    color: #141414;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section.rrp-price--withoutTax {
    color: #999;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section.non-sale-price--withoutTax {
    color: #999;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none {
    display: none;
}
.themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none + .price-section--withoutTax {
    color: #141414;
}
.themvale-fbt-product-item .button {
    width: 100%;
}
.themvale-fbt-product-item .button.card_out_of_stock + .themvale-fbt-toggle-options {
    display: none;
}
.themvale-fbt-product-item.isChecked {
    opacity: 1;
}
.themvale-fbt-total {
    font-size: 12px;
    text-align: center;
    color: #00699e;
}
.themvale-fbt-total .themevale-text-price {
    margin-bottom: 10px;
}
.themvale-fbt-total .themevale-text-price span {
    font-size: 12px;
    font-weight: 400;
}
.themvale-fbt-total .themevale-text-price span.themvale-fbt-total-price {
    font-size: 18px;
    font-weight: 700;
    margin-left: 3px;
    color: #00699e;
}
.themvale-fbt-total .button {
    min-width: 190px;
}
#fbt,
#themvale-fbt,
.pgo,
.pog {
    position: relative;
}
#fbt,
.freqBought .form-field__sizeChart,
.freqBought-item .price-section.price-section--saving {
    display: none;
}
.productView-info-name.fbt,
.productView-info-name.fbt-product {
    display: none;
}
.productView-info-value.fbt,
.productView-info-value.fbt-product {
    display: none;
}
.themvale-fbt-detail-field,
.themvale-fbt-image-link {
    display: inline-block;
}
.themvale-fbt-detail-options {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 30px 15px 15px 15px;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
}
.themvale-fbt-detail-options .close-options {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}
.themvale-fbt-detail-options .close-options svg {
    width: 24px;
    height: 24px;
    fill: #00699e;
}
.themvale-fbt-detail-options .form-field {
    margin-bottom: 1rem;
}
.themvale-fbt-detail-options .form-field .form-label {
    color: #00699e;
    font-weight: 700;
    font-size: 12px;
    position: relative;
}
.themvale-fbt-detail-options .form-field .form-label &gt; small {
    color: #db5839;
    font-size: 12px;
    font-weight: 400;
    float: none;
    margin-top: 1px;
    font-style: unset;
    margin-left: 0;
    text-transform: capitalize;
}
.themvale-fbt-detail-options .form-field .form-label &gt; small:before {
    content: none;
}
.hasOptions--selected .themvale-fbt-toggle-options {
    background-color: #00699e;
    border-color: #00699e;
    color: #fff;
}
.hasOptions--selected .themvale-fbt-toggle-options:hover {
    background-color: #00699e;
    border-color: #00699e;
    color: #fff;
}
.jstree-children,
.jstree-container-ul,
.jstree-node {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.jstree-anchor,
.jstree-icon,
.jstree-icon:empty {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.jstree-node {
    white-space: nowrap;
}
.jstree-anchor {
    display: inline-block;
    color: #000;
    white-space: nowrap;
    padding: 0 4px 0 1px;
    margin: 0;
    vertical-align: top;
}
.jstree-anchor:focus {
    outline: 0;
}
.jstree-anchor,
.jstree-anchor:active,
.jstree-anchor:hover,
.jstree-anchor:link,
.jstree-anchor:visited {
    text-decoration: none;
    color: inherit;
}
.jstree-icon,
.jstree-icon:empty {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
}
.jstree-ocl {
    cursor: pointer;
}
.jstree-leaf &gt; .jstree-ocl {
    cursor: default;
}
.jstree .jstree-open &gt; .jstree-children {
    display: block;
}
.jstree .jstree-closed &gt; .jstree-children,
.jstree .jstree-leaf &gt; .jstree-children,
.jstree-anchor &gt; .jstree-themeicon-hidden,
.jstree-hidden,
.jstree-no-icons .jstree-themeicon {
    display: none;
}
.jstree-anchor &gt; .jstree-themeicon {
    margin-right: 2px;
}
.jstree-anchor &gt; .jstree-themeicon-hidden,
.jstree-no-icons .jstree-themeicon {
    display: none;
}
.jstree-hidden {
    display: none;
}
.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor &gt; .jstree-themeicon {
    margin-left: 2px;
    margin-right: 0;
}
.jstree-rtl .jstree-node {
    margin-left: 0;
}
.jstree-rtl .jstree-container-ul &gt; .jstree-node {
    margin-right: 0;
}
.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf &gt; .jstree-ocl {
    cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
    position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.vakata-context {
    display: none;
}
.vakata-context,
.vakata-context ul {
    margin: 0;
    padding: 2px;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999;
}
.vakata-context .vakata-context-hover &gt; a,
.vakata-context li &gt; a:hover {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context ul {
    list-style: none;
    left: 100%;
    margin-top: -2.7em;
    margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px;
}
.vakata-context li {
    list-style: none;
    display: inline;
}
.vakata-context li &gt; a {
    display: block;
    padding: 0 2em;
    text-decoration: none;
    width: auto;
    color: #000;
    white-space: nowrap;
    line-height: 2.4em;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 1px;
}
.vakata-context li &gt; a:hover {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li &gt; a &gt; i,
.vakata-context li &gt; a &gt; i:empty {
    width: 2.4em;
    line-height: 2.4em;
}
.vakata-context li &gt; a.vakata-context-parent {
    background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);
    background-position: right center;
    background-repeat: no-repeat;
}
.vakata-context li &gt; a:focus {
    outline: 0;
}
.vakata-context .vakata-context-hover &gt; a {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator &gt; a,
.vakata-context .vakata-context-separator &gt; a:hover {
    background: #fff;
    border: 0;
    border-top: 1px solid #e2e3e3;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
    margin: 0 0 0 2.4em;
    border-left: 1px solid #e0e0e0;
    text-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
    color: silver;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0;
}
.vakata-context li &gt; a &gt; i {
    text-decoration: none;
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    background: 0 0;
    margin: 0 0 0 -2em;
    vertical-align: top;
    text-align: center;
    line-height: 2.4em;
}
.vakata-context li &gt; a &gt; i:empty {
    width: 2.4em;
    line-height: 2.4em;
}
.vakata-context li &gt; a .vakata-contextmenu-sep {
    display: inline-block;
    width: 1px;
    height: 2.4em;
    background: #fff;
    margin: 0 0.5em 0 0;
    border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
    font-size: 0.8em;
    color: silver;
    opacity: 0.5;
    display: none;
}
.vakata-context-rtl ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px;
}
.vakata-context-rtl li &gt; a.vakata-context-parent {
    background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);
    background-position: left center;
    background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator &gt; a {
    margin: 0 2.4em 0 0;
    border-left: 0;
    border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
    right: auto;
    left: 100%;
    margin-left: -4px;
    margin-right: auto;
}
.vakata-context-rtl li &gt; a &gt; i {
    margin: 0 -2em 0 0;
}
.vakata-context-rtl li &gt; a .vakata-contextmenu-sep {
    margin: 0 0 0 0.5em;
    border-left-color: #fff;
    background: #e2e3e3;
}
#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px;
}
#jstree-dnd .jstree-copy,
#jstree-dnd .jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
}
#jstree-dnd .jstree-ok {
    background: green;
}
#jstree-dnd .jstree-er {
    background: red;
}
#jstree-dnd .jstree-copy {
    margin: 0 2px;
}
.jstree-default .jstree-icon,
.jstree-default .jstree-node {
    background-repeat: no-repeat;
    background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
    transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #ccc;
}
.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
}
.jstree-default .jstree-no-icons .jstree-anchor &gt; .jstree-themeicon {
    display: none;
}
.jstree-default .jstree-disabled {
    background: 0 0;
    color: #666;
}
.jstree-default .jstree-disabled.jstree-hovered {
    background: 0 0;
    box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef;
}
.jstree-default .jstree-disabled &gt; .jstree-icon {
    opacity: 0.8;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='jstree-grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: 700;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: 0 0;
    box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked &gt; .jstree-wholerow-ul .jstree-wholerow-clicked {
    background: 0 0;
}
.jstree-default.jstree-checkbox-no-clicked &gt; .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #e7f4f9;
}
.jstree-default &gt; .jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top;
}
.jstree-default &gt; .jstree-wholerow-ul .jstree-clicked,
.jstree-default &gt; .jstree-wholerow-ul .jstree-hovered {
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
}
.jstree-default .jstree-wholerow {
    box-sizing: border-box;
    height: 24px;
}
.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%);
}
.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px;
    background-position: -292px -4px;
    background-repeat: repeat-y;
}
.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
}
.jstree-default .jstree-icon,
.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px;
}
.jstree-default .jstree-wholerow {
    height: 24px;
}
.jstree-default .jstree-icon,
.jstree-default .jstree-node {
    background-image: url("../img/32px.png");
}
.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y;
}
.jstree-default .jstree-last {
    background: 0 0;
}
.jstree-default .jstree-open &gt; .jstree-ocl {
    background-position: -132px -4px;
}
.jstree-default .jstree-closed &gt; .jstree-ocl {
    background-position: -100px -4px;
}
.jstree-default .jstree-leaf &gt; .jstree-ocl {
    background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
    background-position: -260px -4px;
}
.jstree-default &gt; .jstree-no-dots .jstree-leaf &gt; .jstree-ocl,
.jstree-default &gt; .jstree-no-dots .jstree-node {
    background: 0 0;
}
.jstree-default &gt; .jstree-no-dots .jstree-open &gt; .jstree-ocl {
    background-position: -36px -4px;
}
.jstree-default &gt; .jstree-no-dots .jstree-closed &gt; .jstree-ocl {
    background-position: -4px -4px;
}
.jstree-default .jstree-disabled,
.jstree-default .jstree-disabled.jstree-hovered {
    background: 0 0;
}
.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef;
}
.jstree-default .jstree-checkbox {
    background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
    background-position: -164px -36px;
}
.jstree-default .jstree-checked &gt; .jstree-checkbox,
.jstree-default.jstree-checkbox-selection .jstree-clicked &gt; .jstree-checkbox {
    background-position: -228px -4px;
}
.jstree-default .jstree-checked &gt; .jstree-checkbox:hover,
.jstree-default.jstree-checkbox-selection .jstree-clicked &gt; .jstree-checkbox:hover {
    background-position: -228px -36px;
}
.jstree-default .jstree-anchor &gt; .jstree-undetermined {
    background-position: -196px -4px;
}
.jstree-default .jstree-anchor &gt; .jstree-undetermined:hover {
    background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
    opacity: 0.8;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='jstree-grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jstree-default &gt; .jstree-striped {
    background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
    background: 0 0;
}
.jstree-default.jstree-rtl .jstree-open &gt; .jstree-ocl {
    background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed &gt; .jstree-ocl {
    background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf &gt; .jstree-ocl {
    background-position: -68px -36px;
}
.jstree-default.jstree-rtl &gt; .jstree-no-dots .jstree-leaf &gt; .jstree-ocl,
.jstree-default.jstree-rtl &gt; .jstree-no-dots .jstree-node {
    background: 0 0;
}
.jstree-default.jstree-rtl &gt; .jstree-no-dots .jstree-open &gt; .jstree-ocl {
    background-position: -36px -36px;
}
.jstree-default.jstree-rtl &gt; .jstree-no-dots .jstree-closed &gt; .jstree-ocl {
    background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
}
.jstree-default &gt; .jstree-container-ul .jstree-loading &gt; .jstree-ocl {
    background: url(../img/throbber.gif) center center no-repeat;
}
.jstree-default .jstree-file {
    background: url(../img/32px.png) -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
    background: url(../img/32px.png) -260px -4px no-repeat;
}
.jstree-default &gt; .jstree-container-ul &gt; .jstree-node {
    margin-left: 0;
    margin-right: 0;
}
#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-er,
#jstree-dnd.jstree-default .jstree-ok {
    background-image: url(../img/32px.png);
    background-repeat: no-repeat;
    background-color: transparent;
}
#jstree-dnd.jstree-default i {
    background: 0 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
    background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
    background-position: -36px -68px;
}
.jstree-default.jstree-rtl .jstree-node {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
}
.jstree-default.jstree-rtl .jstree-last {
    background: 0 0;
}
.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px;
    background-position: -295px -7px;
    background-repeat: repeat-y;
}
.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px;
}
.jstree-default-small .jstree-icon,
.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
    height: 18px;
}
.jstree-default-small .jstree-icon,
.jstree-default-small .jstree-node {
    background-image: url(../img/32px.png);
}
.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
    background: 0 0;
}
.jstree-default-small .jstree-open &gt; .jstree-ocl {
    background-position: -135px -7px;
}
.jstree-default-small .jstree-closed &gt; .jstree-ocl {
    background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf &gt; .jstree-ocl {
    background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px;
}
.jstree-default-small &gt; .jstree-no-dots .jstree-leaf &gt; .jstree-ocl,
.jstree-default-small &gt; .jstree-no-dots .jstree-node {
    background: 0 0;
}
.jstree-default-small &gt; .jstree-no-dots .jstree-open &gt; .jstree-ocl {
    background-position: -39px -7px;
}
.jstree-default-small &gt; .jstree-no-dots .jstree-closed &gt; .jstree-ocl {
    background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled,
.jstree-default-small .jstree-disabled.jstree-hovered {
    background: 0 0;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef;
}
.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px;
}
.jstree-default-small .jstree-checked &gt; .jstree-checkbox,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked &gt; .jstree-checkbox {
    background-position: -231px -7px;
}
.jstree-default-small .jstree-checked &gt; .jstree-checkbox:hover,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked &gt; .jstree-checkbox:hover {
    background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor &gt; .jstree-undetermined {
    background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor &gt; .jstree-undetermined:hover {
    background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
    opacity: 0.8;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='jstree-grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jstree-default-small &gt; .jstree-striped {
    background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
    background: 0 0;
}
.jstree-default-small.jstree-rtl .jstree-open &gt; .jstree-ocl {
    background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed &gt; .jstree-ocl {
    background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf &gt; .jstree-ocl {
    background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl &gt; .jstree-no-dots .jstree-leaf &gt; .jstree-ocl,
.jstree-default-small.jstree-rtl &gt; .jstree-no-dots .jstree-node {
    background: 0 0;
}
.jstree-default-small.jstree-rtl &gt; .jstree-no-dots .jstree-open &gt; .jstree-ocl {
    background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl &gt; .jstree-no-dots .jstree-closed &gt; .jstree-ocl {
    background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
}
.jstree-default-small &gt; .jstree-container-ul .jstree-loading &gt; .jstree-ocl {
    background: url("../img/throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
    background: url("../img/32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
    background: url("../img/32px.png") -263px -7px no-repeat;
}
.jstree-default-small &gt; .jstree-container-ul &gt; .jstree-node {
    margin-left: 0;
    margin-right: 0;
}
#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-er,
#jstree-dnd.jstree-default-small .jstree-ok {
    background-image: url("../img/32px.png");
    background-repeat: no-repeat;
    background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
    background: 0 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px;
}
.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
    background: 0 0;
}
.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px;
    background-position: -288px 0;
    background-repeat: repeat-y;
}
.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px;
}
.jstree-default-large .jstree-icon,
.jstree-default-large .jstree-icon:empty {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
    height: 32px;
}
.jstree-default-large .jstree-icon,
.jstree-default-large .jstree-node {
    background-image: url("../img/32px.png");
}
.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
    background: 0 0;
}
.jstree-default-large .jstree-open &gt; .jstree-ocl {
    background-position: -128px 0;
}
.jstree-default-large .jstree-closed &gt; .jstree-ocl {
    background-position: -96px 0;
}
.jstree-default-large .jstree-leaf &gt; .jstree-ocl {
    background-position: -64px 0;
}
.jstree-default-large .jstree-themeicon {
    background-position: -256px 0;
}
.jstree-default-large &gt; .jstree-no-dots .jstree-leaf &gt; .jstree-ocl,
.jstree-default-large &gt; .jstree-no-dots .jstree-node {
    background: 0 0;
}
.jstree-default-large &gt; .jstree-no-dots .jstree-open &gt; .jstree-ocl {
    background-position: -32px 0;
}
.jstree-default-large &gt; .jstree-no-dots .jstree-closed &gt; .jstree-ocl {
    background-position: 0 0;
}
.jstree-default-large .jstree-disabled,
.jstree-default-large .jstree-disabled.jstree-hovered {
    background: 0 0;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef;
}
.jstree-default-large .jstree-checkbox {
    background-position: -160px 0;
}
.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px;
}
.jstree-default-large .jstree-checked &gt; .jstree-checkbox,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked &gt; .jstree-checkbox {
    background-position: -224px 0;
}
.jstree-default-large .jstree-checked &gt; .jstree-checkbox:hover,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked &gt; .jstree-checkbox:hover {
    background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor &gt; .jstree-undetermined {
    background-position: -192px 0;
}
.jstree-default-large .jstree-anchor &gt; .jstree-undetermined:hover {
    background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
    opacity: 0.8;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='jstree-grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jstree-default-large &gt; .jstree-striped {
    background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
    background: 0 0;
}
.jstree-default-large.jstree-rtl .jstree-open &gt; .jstree-ocl {
    background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed &gt; .jstree-ocl {
    background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf &gt; .jstree-ocl {
    background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl &gt; .jstree-no-dots .jstree-leaf &gt; .jstree-ocl,
.jstree-default-large.jstree-rtl &gt; .jstree-no-dots .jstree-node {
    background: 0 0;
}
.jstree-default-large.jstree-rtl &gt; .jstree-no-dots .jstree-open &gt; .jstree-ocl {
    background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl &gt; .jstree-no-dots .jstree-closed &gt; .jstree-ocl {
    background-position: 0 -32px;
}
.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
}
.jstree-default-large &gt; .jstree-container-ul .jstree-loading &gt; .jstree-ocl {
    background: url("../img/throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
    background: url("../img/32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
    background: url("../img/32px.png") -256px 0 no-repeat;
}
.jstree-default-large &gt; .jstree-container-ul &gt; .jstree-node {
    margin-left: 0;
    margin-right: 0;
}
#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-er,
#jstree-dnd.jstree-default-large .jstree-ok {
    background-image: url("../img/32px.png");
    background-repeat: no-repeat;
    background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
    background: 0 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
    background-position: 0 -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
    background-position: -32px -64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
    background: 0 0;
}
@media (max-width: 768px) {
    #jstree-dnd.jstree-dnd-responsive {
        line-height: 40px;
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff;
    }
    #jstree-dnd.jstree-dnd-responsive &gt; i {
        background: 0 0;
        width: 40px;
        height: 40px;
    }
    #jstree-dnd.jstree-dnd-responsive &gt; .jstree-ok {
        background-image: url("../img/40px.png");
        background-position: 0 -200px;
        background-size: 120px 240px;
    }
    #jstree-dnd.jstree-dnd-responsive &gt; .jstree-er {
        background-image: url("../img/40px.png");
        background-position: -40px -200px;
        background-size: 120px 240px;
    }
    #jstree-marker.jstree-dnd-responsive {
        border-left-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px;
    }
}
@media (max-width: 768px) {
    .jstree-default-responsive .jstree-icon {
        background-image: url("../img/40px.png");
    }
    .jstree-default-responsive .jstree-leaf &gt; .jstree-ocl,
    .jstree-default-responsive .jstree-node {
        background: 0 0;
    }
    .jstree-default-responsive .jstree-node {
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
        min-width: 40px;
        white-space: nowrap;
    }
    .jstree-default-responsive .jstree-anchor {
        line-height: 40px;
        height: 40px;
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff;
    }
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-icon:empty {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .jstree-default-responsive &gt; .jstree-container-ul &gt; .jstree-node {
        margin-left: 0;
    }
    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px;
    }
    .jstree-default-responsive.jstree-rtl .jstree-container-ul &gt; .jstree-node {
        margin-right: 0;
    }
    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-ocl,
    .jstree-default-responsive .jstree-themeicon {
        background-size: 120px 240px;
    }
    .jstree-default-responsive .jstree-leaf &gt; .jstree-ocl {
        background: 0 0;
    }
    .jstree-default-responsive .jstree-open &gt; .jstree-ocl {
        background-position: 0 0 !important;
    }
    .jstree-default-responsive .jstree-closed &gt; .jstree-ocl {
        background-position: 0 -40px !important;
    }
    .jstree-default-responsive.jstree-rtl .jstree-closed &gt; .jstree-ocl {
        background-position: -40px 0 !important;
    }
    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px;
    }
    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px;
    }
    .jstree-default-responsive .jstree-checked &gt; .jstree-checkbox,
    .jstree-default-responsive .jstree-checked &gt; .jstree-checkbox:hover,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked &gt; .jstree-checkbox,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked &gt; .jstree-checkbox:hover {
        background-position: 0 -80px;
    }
    .jstree-default-responsive .jstree-anchor &gt; .jstree-undetermined,
    .jstree-default-responsive .jstree-anchor &gt; .jstree-undetermined:hover {
        background-position: 0 -120px;
    }
    .jstree-default-responsive .jstree-anchor {
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff;
    }
    .jstree-default-responsive &gt; .jstree-striped {
        background: 0 0;
    }
    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-bottom: 1px solid rgba(64, 64, 64, 0.2);
        background: #ebebeb;
        height: 40px;
    }
    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9;
    }
    .jstree-default-responsive .jstree-wholerow-clicked {
        background: #beebff;
    }
    .jstree-default-responsive .jstree-children .jstree-last &gt; .jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666;
    }
    .jstree-default-responsive .jstree-children .jstree-open &gt; .jstree-wholerow {
        box-shadow: inset 0 6px 3px -5px #666;
        border-top: 0;
    }
    .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
        box-shadow: none;
    }
    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-node &gt; .jstree-ocl,
    .jstree-default-responsive .jstree-themeicon {
        background-image: url("../img/40px.png");
        background-size: 120px 240px;
    }
    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y;
    }
    .jstree-default-responsive .jstree-last {
        background: 0 0;
    }
    .jstree-default-responsive .jstree-leaf &gt; .jstree-ocl {
        background-position: -40px -120px;
    }
    .jstree-default-responsive .jstree-last &gt; .jstree-ocl {
        background-position: -40px -160px;
    }
    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
    }
    .jstree-default-responsive .jstree-file {
        background: url("../img/40px.png") 0 -160px no-repeat;
        background-size: 120px 240px;
    }
    .jstree-default-responsive .jstree-folder {
        background: url("../img/40px.png") -40px -40px no-repeat;
        background-size: 120px 240px;
    }
    .jstree-default-responsive &gt; .jstree-container-ul &gt; .jstree-node {
        margin-left: 0;
        margin-right: 0;
    }
}
.button--primary,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
    color: #fff;
}
@media (min-width: 1025px) {
    .button--primary:active,
    .button--primary:focus,
    .button--primary:hover {
        color: #b20000;
    }
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6e6e6e;
}
.sticky-notification {
    --border-radius: 30px;
    --translate-x: -50%;
    --translate-y: 50px;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(var(--translate-x)) translateY(var(--translate-y));
    pointer-events: none;
    opacity: 0;
    width: -moz-max-content;
    width: max-content;
    max-width: 90%;
    z-index: 999;
    transition: all 450ms ease-in-out, opacity 0.6s ease-in-out;
    background: #f6b924;
    padding: 16px 50px;
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    cursor: pointer;
    animation: vertical-floating 1.5s ease-out infinite;
    animation-delay: 3s;
    transform-origin: 50% 50%;
    overflow: initial;
    will-change: transform;
}
.sticky-notification.show {
    --translate-y: 0;
    opacity: 1;
    pointer-events: auto;
}
.sticky-notification .text-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky-notification .text-wrapper .intro-text {
    color: #051c42;
    font-size: 14px;
    font-weight: 400;
    transition: color 350ms ease-in-out;
}
.sticky-notification .text-wrapper .intro-text:hover {
    color: #051c42;
}
.sticky-notification .text-wrapper .link-text {
    color: #051c42;
    font-size: 14px;
    font-weight: 400;
    transition: color 350ms ease-in-out, fill 350ms ease-in-out;
}
.sticky-notification .text-wrapper .link-text:hover {
    color: #051c42;
}
.sticky-notification .text-wrapper .intro-text-desktop {
    display: block;
}
.sticky-notification .text-wrapper .link-text-desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-left: 6px;
}
.sticky-notification .text-wrapper .link-text-desktop:hover .icon {
    transform: translateX(4px);
}
.sticky-notification .text-wrapper .intro-text-mobile {
    display: none;
}
.sticky-notification .text-wrapper .link-text-mobile {
    display: none;
}
.sticky-notification .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    margin-top: -2px;
}
.sticky-notification .close-btn svg {
    width: 16px;
    height: 16px;
    fill: #051c42;
}
.sticky-notification .close-btn path {
    fill: #051c42;
}
.sticky-notification .icon-link-arrow {
    width: 20px;
    height: 20px;
    fill: #051c42;
}
.sticky-notification .icon-link-arrow svg {
    fill: #051c42;
}
.sticky-notification .icon-link-arrow rect {
    fill: #051c42;
}
.sticky-notification .icon-link-arrow path {
    fill: #051c42;
}
.sticky-notification .link-text:hover .icon-link-arrow {
    fill: #051c42;
}
.sticky-notification .link-text:hover .icon-link-arrow rect {
    fill: #051c42;
}
.sticky-notification .link-text:hover .icon-link-arrow path {
    fill: #051c42;
}
.sticky-notification .mobile-image-icon {
    display: none;
}
@media screen and (max-width: 1024px) {
    .sticky-notification {
        --bottom-arrow-size: 7px;
        --bottom-positon: 66px;
        bottom: 15px;
    }
    #notification-popup {
        width: 80vw;
        max-width: unset;
    }
}
@media screen and (max-width: 767px) {
    .sticky-notification {
        padding: 10px 20px;
    }
    .sticky-notification.hidden-mobile {
        display: none;
    }
    .sticky-notification .close-btn {
        display: none;
    }
    .sticky-notification .mobile-image-icon {
        display: block;
        width: 18px;
        height: 18px;
        position: relative;
        top: -5px;
    }
    .sticky-notification .mobile-image-icon:first-of-type {
        margin-right: 5px;
    }
    .sticky-notification .mobile-image-icon:nth-of-type(2) {
        margin-left: 5px;
    }
    .sticky-notification .text-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        height: 22px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden;
    }
    .sticky-notification .text-wrapper .intro-text-mobile {
        transition: transform 0.5s ease-out;
    }
    .sticky-notification .text-wrapper a {
        transition: transform 0.5s ease-out;
    }
    .sticky-notification .text-wrapper .intro-text-desktop {
        display: none;
    }
    .sticky-notification .text-wrapper .link-text-desktop {
        display: none;
    }
    .sticky-notification .text-wrapper .intro-text-mobile {
        display: block;
    }
    .sticky-notification .text-wrapper .link-text-mobile {
        display: block;
    }
    .sticky-notification .text-wrapper.slide-down .intro-text-mobile {
        transform: translateY(-100%);
    }
    .sticky-notification .text-wrapper.slide-down a {
        transform: translateY(-100%);
    }
    .sticky-notification.hide-on-mobile {
        display: none;
    }
    .sticky-notification.temporary-hide {
        opacity: 0;
        --translate-y: -20px;
        pointer-events: none;
    }
}
@media screen and (min-width: 768px) {
    .sticky-notification.hidden-desktop {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    .sticky-notification::after {
        content: "";
        z-index: -1;
        background-color: rgba(255, 255, 255, 0.2);
        position: absolute;
        top: -50%;
        bottom: -50%;
        left: -10%;
        width: 3em;
        transform: rotate(35deg);
        visibility: hidden;
    }
}
@keyframes vertical-floating {
    0%,
    100% {
        transform: translateX(var(--translate-x)) translateY(0);
    }
    50% {
        transform: translateX(var(--translate-x)) translateY(6px);
    }
}
@keyframes shineToRight {
    100% {
        left: 110%;
        visibility: visible;
    }
}

.bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}</pre></body></html>