@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------------------------
   -- Global settings
----------------------------------------------------------------------------------------------------------------------*/
/*! fileicon.css v0.1.1 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
  font-family: Arial, Tahoma, sans-serif;
  font-weight: 300;
  display: inline-block;
  width: 24px;
  height: 32px;
  background: #018fef;
  position: relative;
  border-radius: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.file-icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 2px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff #fff rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35);
}

.file-icon::after {
  display: block;
  content: attr(data-type);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
}

/* fileicons */
.file-icon-xs {
  width: 12px;
  height: 16px;
  border-radius: 2px;
}

.file-icon-xs::before {
  border-bottom-left-radius: 1px;
  border-width: 3px;
}

.file-icon-xs::after {
  content: "";
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 3px;
}

.file-icon-sm {
  width: 18px;
  height: 24px;
  border-radius: 2px;
}

.file-icon-sm::before {
  border-bottom-left-radius: 2px;
  border-width: 4px;
}

.file-icon-sm::after {
  font-size: 7px;
  padding: 2px;
}

.file-icon-lg {
  width: 48px;
  height: 64px;
  border-radius: 3px;
}

.file-icon-lg::before {
  border-bottom-left-radius: 2px;
  border-width: 8px;
}

.file-icon-lg::after {
  font-size: 16px;
  padding: 4px 6px;
}

.file-icon-xl {
  width: 96px;
  height: 128px;
  border-radius: 4px;
}

.file-icon-xl::before {
  border-bottom-left-radius: 4px;
  border-width: 16px;
}

.file-icon-xl::after {
  font-size: 24px;
  padding: 4px 10px;
}

/* fileicon.types */
.file-icon[data-type=zip],
.file-icon[data-type=rar] {
  background: #acacac;
}

.file-icon[data-type^=doc] {
  background: #307cf1;
}

.file-icon[data-type^=xls] {
  background: #0f9d58;
}

.file-icon[data-type^=ppt] {
  background: #d24726;
}

.file-icon[data-type=pdf] {
  background: #e13d34;
}

.file-icon[data-type=txt] {
  background: #5eb533;
}

.file-icon[data-type=mp3],
.file-icon[data-type=wma],
.file-icon[data-type=m4a],
.file-icon[data-type=flac] {
  background: #8e44ad;
}

.file-icon[data-type=mp4],
.file-icon[data-type=wmv],
.file-icon[data-type=mov],
.file-icon[data-type=avi],
.file-icon[data-type=mkv] {
  background: #7a3ce7;
}

.file-icon[data-type=bmp],
.file-icon[data-type=jpg],
.file-icon[data-type=jpeg],
.file-icon[data-type=gif],
.file-icon[data-type=png] {
  background: #f4b400;
}

:root {
  --blue: #2684FF;
  --indigo: #6e00ff;
  --purple: #510FA8;
  --pink: #f074ad;
  --red: #FF5630;
  --orange: #FFAB00;
  --yellow: #ffcc00;
  --green: #58ba49;
  --teal: #00B8D9;
  --cyan: #4bd6e5;
  --white: #FFF;
  --gray: #C0CCDA;
  --gray-dark: #3C4858;
  --primary: #404040;
  --secondary: #EFF2F7;
  --success: #58ba49;
  --info: #00B8D9;
  --warning: #FFAB00;
  --danger: #FF5630;
  --light: #EFF2F7;
  --dark: #273444;
  --neutral: #FFF;
  --white: #FFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 45, 61, 0);
}

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

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #8492A6;
  text-align: left;
  background-color: #FFF;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

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: #404040;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(25.75, 25.75, 25.75);
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #8492A6;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #3C4858;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

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

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

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

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

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

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

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

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

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #EFF2F7;
}

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #C0CCDA;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #E5E9F2;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(31, 45, 61, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #f074ad;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #273444;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(31, 45, 61, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #273444;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1199px;
  }
}

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

.row, ul.tabs, ul.tabs-second, .touch-promo-tabs, .prod-gallery-row-new {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #8492A6;
  background-color: transparent;
}
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #EFF2F7;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #EFF2F7;
}
.table tbody + tbody {
  border-top: 2px solid #EFF2F7;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(250, 251, 254, 0.3);
}

.table-hover tbody tr:hover {
  color: #8492A6;
  background-color: #FAFBFE;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(201.52, 201.52, 201.52);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(155.68, 155.68, 155.68);
}

.table-hover .table-primary:hover {
  background-color: rgb(188.77, 188.77, 188.77);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(188.77, 188.77, 188.77);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(250.52, 251.36, 252.76);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(246.68, 248.24, 250.84);
}

.table-hover .table-secondary:hover {
  background-color: rgb(233.52, 237.5475, 244.26);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(233.52, 237.5475, 244.26);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(208.24, 235.68, 204.04);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(168.16, 219.12, 160.36);
}

.table-hover .table-success:hover {
  background-color: rgb(191.2738645418, 228.6700398406, 185.5499601594);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(191.2738645418, 228.6700398406, 185.5499601594);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(183.6, 235.12, 244.36);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(122.4, 218.08, 235.24);
}

.table-hover .table-info:hover {
  background-color: rgb(161.4071672355, 228.9408191126, 241.0528327645);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(161.4071672355, 228.9408191126, 241.0528327645);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 231.48, 183.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 211.32, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 223.08, 158.1);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 223.08, 158.1);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 207.68, 197.04);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 167.12, 147.36);
}

.table-hover .table-danger:hover {
  background-color: rgb(255, 186.8611594203, 171.54);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 186.8611594203, 171.54);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(250.52, 251.36, 252.76);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(246.68, 248.24, 250.84);
}

.table-hover .table-light:hover {
  background-color: rgb(233.52, 237.5475, 244.26);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(233.52, 237.5475, 244.26);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(194.52, 198.16, 202.64);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(142.68, 149.44, 157.76);
}

.table-hover .table-dark:hover {
  background-color: rgb(180.8525062035, 185.3150868486, 190.8074937965);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(180.8525062035, 185.3150868486, 190.8074937965);
}

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

.table-hover .table-neutral:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

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

.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #FAFBFE;
}

.table-hover .table-active:hover {
  background-color: rgb(228.75, 234, 249.75);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgb(228.75, 234, 249.75);
}

.table .thead-dark th {
  color: #FFF;
  background-color: #273444;
  border-color: rgb(52.0121495327, 69.3495327103, 90.6878504673);
}
.table .thead-light th {
  color: #8492A6;
  background-color: #FAFBFE;
  border-color: #EFF2F7;
}

.table-dark {
  color: #FFF;
  background-color: #273444;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(52.0121495327, 69.3495327103, 90.6878504673);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8492A6;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #8492A6;
  background-color: #FFF;
  border-color: rgba(64, 64, 64, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(64, 64, 64, 0.1);
}
.form-control::-moz-placeholder {
  color: #C0CCDA;
  opacity: 1;
}
.form-control::placeholder {
  color: #C0CCDA;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #EFF2F7;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #8492A6;
  background-color: #FFF;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #8492A6;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #8492A6;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FFF;
  background-color: rgba(88, 186, 73, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #58ba49;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2358ba49' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375rem);
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #58ba49;
  box-shadow: 0 0 0 0 rgba(88, 186, 73, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-select:valid, .was-validated .previewOrderContainer .dropdown_custom_field .btn-light:valid, .previewOrderContainer .dropdown_custom_field .was-validated .btn-light:valid, .custom-select.is-valid, .previewOrderContainer .dropdown_custom_field .is-valid.btn-light {
  border-color: #58ba49;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2358ba49' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFF no-repeat center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .custom-select:valid:focus, .was-validated .previewOrderContainer .dropdown_custom_field .btn-light:valid:focus, .previewOrderContainer .dropdown_custom_field .was-validated .btn-light:valid:focus, .custom-select.is-valid:focus, .previewOrderContainer .dropdown_custom_field .is-valid.btn-light:focus {
  border-color: #58ba49;
  box-shadow: 0 0 0 0 rgba(88, 186, 73, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .previewOrderContainer .dropdown_custom_field .btn-light:valid ~ .valid-feedback, .previewOrderContainer .dropdown_custom_field .was-validated .btn-light:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .previewOrderContainer .dropdown_custom_field .btn-light:valid ~ .valid-tooltip,
.previewOrderContainer .dropdown_custom_field .was-validated .btn-light:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .previewOrderContainer .dropdown_custom_field .is-valid.btn-light ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.previewOrderContainer .dropdown_custom_field .is-valid.btn-light ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #58ba49;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #58ba49;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #58ba49;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(121.9322709163, 200.0199203187, 109.9800796813);
  background-color: rgb(121.9322709163, 200.0199203187, 109.9800796813);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(88, 186, 73, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #58ba49;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #58ba49;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #58ba49;
  box-shadow: 0 0 0 0 rgba(88, 186, 73, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FFF;
  background-color: rgba(255, 86, 48, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF5630;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5630' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5630' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375rem);
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #FF5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-select:invalid, .was-validated .previewOrderContainer .dropdown_custom_field .btn-light:invalid, .previewOrderContainer .dropdown_custom_field .was-validated .btn-light:invalid, .custom-select.is-invalid, .previewOrderContainer .dropdown_custom_field .is-invalid.btn-light {
  border-color: #FF5630;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5630' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5630' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #FFF no-repeat center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .custom-select:invalid:focus, .was-validated .previewOrderContainer .dropdown_custom_field .btn-light:invalid:focus, .previewOrderContainer .dropdown_custom_field .was-validated .btn-light:invalid:focus, .custom-select.is-invalid:focus, .previewOrderContainer .dropdown_custom_field .is-invalid.btn-light:focus {
  border-color: #FF5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .previewOrderContainer .dropdown_custom_field .btn-light:invalid ~ .invalid-feedback, .previewOrderContainer .dropdown_custom_field .was-validated .btn-light:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .previewOrderContainer .dropdown_custom_field .btn-light:invalid ~ .invalid-tooltip,
.previewOrderContainer .dropdown_custom_field .was-validated .btn-light:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .previewOrderContainer .dropdown_custom_field .is-invalid.btn-light ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.previewOrderContainer .dropdown_custom_field .is-invalid.btn-light ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF5630;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF5630;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 127.6376811594, 99);
  background-color: rgb(255, 127.6376811594, 99);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF5630;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF5630;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

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

.btn, .loadMoreOrders .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .discount, .singleCategoryContainer .singleCategoryMoreBtn, .primary_button_md, .main_slider_item_details--inverted .main_slider_item_button, .brands_slider_show_more_button, .product_card .wishlistBtn, .product_card .addToCartBtn.quickViewBtn, .product_card .addToCartBtn.addtoCart {
  display: inline-block;
  font-weight: 500;
  color: #8492A6;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.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, .loadMoreOrders .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .discount, .singleCategoryContainer .singleCategoryMoreBtn, .primary_button_md, .main_slider_item_details--inverted .main_slider_item_button, .brands_slider_show_more_button, .product_card .wishlistBtn, .product_card .addToCartBtn.quickViewBtn, .product_card .addToCartBtn.addtoCart {
    transition: none;
  }
}
.btn:hover, .loadMoreOrders .orders_list_more:hover, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:hover, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:hover, .modalQuickV .discount:hover, .singleCategoryContainer .singleCategoryMoreBtn:hover, .primary_button_md:hover, .main_slider_item_details--inverted .main_slider_item_button:hover, .brands_slider_show_more_button:hover, .product_card .wishlistBtn:hover, .product_card .addToCartBtn.quickViewBtn:hover, .product_card .addToCartBtn.addtoCart:hover {
  color: #8492A6;
  text-decoration: none;
}
.btn:focus, .loadMoreOrders .orders_list_more:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:focus, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:focus, .modalQuickV .discount:focus, .singleCategoryContainer .singleCategoryMoreBtn:focus, .primary_button_md:focus, .main_slider_item_details--inverted .main_slider_item_button:focus, .brands_slider_show_more_button:focus, .product_card .wishlistBtn:focus, .product_card .addToCartBtn.quickViewBtn:focus, .product_card .addToCartBtn.addtoCart:focus, .btn.focus, .loadMoreOrders .focus.orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .focus.addToCartBtn, .modalQuickV .ProductAddBlock .focus.addToCartBtn.addtoCart, .modalQuickV .focus.discount, .singleCategoryContainer .focus.singleCategoryMoreBtn, .focus.primary_button_md, .main_slider_item_details--inverted .focus.main_slider_item_button, .focus.brands_slider_show_more_button, .product_card .focus.wishlistBtn, .product_card .focus.addToCartBtn.quickViewBtn, .product_card .focus.addToCartBtn.addtoCart {
  outline: 0;
  box-shadow: 0 0 0 rgba(51.25, 51.25, 51.25, 0.25);
}
.btn.disabled, .loadMoreOrders .disabled.orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .disabled.addToCartBtn, .modalQuickV .ProductAddBlock .disabled.addToCartBtn.addtoCart, .modalQuickV .disabled.discount, .singleCategoryContainer .disabled.singleCategoryMoreBtn, .disabled.primary_button_md, .main_slider_item_details--inverted .disabled.main_slider_item_button, .disabled.brands_slider_show_more_button, .product_card .disabled.wishlistBtn, .product_card .disabled.addToCartBtn.quickViewBtn, .product_card .disabled.addToCartBtn.addtoCart, .btn:disabled, .loadMoreOrders .orders_list_more:disabled, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:disabled, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:disabled, .modalQuickV .discount:disabled, .singleCategoryContainer .singleCategoryMoreBtn:disabled, .primary_button_md:disabled, .main_slider_item_details--inverted .main_slider_item_button:disabled, .brands_slider_show_more_button:disabled, .product_card .wishlistBtn:disabled, .product_card .addToCartBtn.quickViewBtn:disabled, .product_card .addToCartBtn.addtoCart:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .loadMoreOrders .orders_list_more:not(:disabled):not(.disabled):active, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:disabled):not(.disabled):active, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:disabled):not(.disabled):active, .modalQuickV .discount:not(:disabled):not(.disabled):active, .singleCategoryContainer .singleCategoryMoreBtn:not(:disabled):not(.disabled):active, .primary_button_md:not(:disabled):not(.disabled):active, .main_slider_item_details--inverted .main_slider_item_button:not(:disabled):not(.disabled):active, .brands_slider_show_more_button:not(:disabled):not(.disabled):active, .product_card .wishlistBtn:not(:disabled):not(.disabled):active, .product_card .addToCartBtn.quickViewBtn:not(:disabled):not(.disabled):active, .product_card .addToCartBtn.addtoCart:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .loadMoreOrders .orders_list_more:not(:disabled):not(.disabled).active, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:disabled):not(.disabled).active, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:disabled):not(.disabled).active, .modalQuickV .discount:not(:disabled):not(.disabled).active, .singleCategoryContainer .singleCategoryMoreBtn:not(:disabled):not(.disabled).active, .primary_button_md:not(:disabled):not(.disabled).active, .main_slider_item_details--inverted .main_slider_item_button:not(:disabled):not(.disabled).active, .brands_slider_show_more_button:not(:disabled):not(.disabled).active, .product_card .wishlistBtn:not(:disabled):not(.disabled).active, .product_card .addToCartBtn.quickViewBtn:not(:disabled):not(.disabled).active, .product_card .addToCartBtn.addtoCart:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn:not(:disabled):not(.disabled):active:focus, .loadMoreOrders .orders_list_more:not(:disabled):not(.disabled):active:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:disabled):not(.disabled):active:focus, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:disabled):not(.disabled):active:focus, .modalQuickV .discount:not(:disabled):not(.disabled):active:focus, .singleCategoryContainer .singleCategoryMoreBtn:not(:disabled):not(.disabled):active:focus, .primary_button_md:not(:disabled):not(.disabled):active:focus, .main_slider_item_details--inverted .main_slider_item_button:not(:disabled):not(.disabled):active:focus, .brands_slider_show_more_button:not(:disabled):not(.disabled):active:focus, .product_card .wishlistBtn:not(:disabled):not(.disabled):active:focus, .product_card .addToCartBtn.quickViewBtn:not(:disabled):not(.disabled):active:focus, .product_card .addToCartBtn.addtoCart:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .loadMoreOrders .orders_list_more:not(:disabled):not(.disabled).active:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:disabled):not(.disabled).active:focus, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:disabled):not(.disabled).active:focus, .modalQuickV .discount:not(:disabled):not(.disabled).active:focus, .singleCategoryContainer .singleCategoryMoreBtn:not(:disabled):not(.disabled).active:focus, .primary_button_md:not(:disabled):not(.disabled).active:focus, .main_slider_item_details--inverted .main_slider_item_button:not(:disabled):not(.disabled).active:focus, .brands_slider_show_more_button:not(:disabled):not(.disabled).active:focus, .product_card .wishlistBtn:not(:disabled):not(.disabled).active:focus, .product_card .addToCartBtn.quickViewBtn:not(:disabled):not(.disabled).active:focus, .product_card .addToCartBtn.addtoCart:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 rgba(51.25, 51.25, 51.25, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

a.btn.disabled, .loadMoreOrders a.disabled.orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock a.disabled.addToCartBtn, .modalQuickV .ProductAddBlock a.disabled.addToCartBtn.addtoCart, .modalQuickV a.disabled.discount, .singleCategoryContainer a.disabled.singleCategoryMoreBtn, a.disabled.primary_button_md, .main_slider_item_details--inverted a.disabled.main_slider_item_button, a.disabled.brands_slider_show_more_button, .product_card a.disabled.wishlistBtn, .product_card a.disabled.addToCartBtn.quickViewBtn, .product_card a.disabled.addToCartBtn.addtoCart,
fieldset:disabled a.btn,
fieldset:disabled .loadMoreOrders a.orders_list_more,
.loadMoreOrders fieldset:disabled a.orders_list_more,
fieldset:disabled .productPageMainContainer .productInfoMain .ProductAddBlock a.addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock fieldset:disabled a.addToCartBtn,
fieldset:disabled .modalQuickV .ProductAddBlock a.addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock fieldset:disabled a.addToCartBtn.addtoCart,
fieldset:disabled .modalQuickV a.discount,
.modalQuickV fieldset:disabled a.discount,
fieldset:disabled .singleCategoryContainer a.singleCategoryMoreBtn,
.singleCategoryContainer fieldset:disabled a.singleCategoryMoreBtn,
fieldset:disabled a.primary_button_md,
fieldset:disabled .main_slider_item_details--inverted a.main_slider_item_button,
.main_slider_item_details--inverted fieldset:disabled a.main_slider_item_button,
fieldset:disabled a.brands_slider_show_more_button,
fieldset:disabled .product_card a.wishlistBtn,
.product_card fieldset:disabled a.wishlistBtn,
fieldset:disabled .product_card a.addToCartBtn.quickViewBtn,
.product_card fieldset:disabled a.addToCartBtn.quickViewBtn,
fieldset:disabled .product_card a.addToCartBtn.addtoCart,
.product_card fieldset:disabled a.addToCartBtn.addtoCart {
  pointer-events: none;
}

.btn-primary, .singleCategoryContainer .singleCategoryMoreBtn, .primary_button_md {
  color: #FFF;
  background-color: #404040;
  border-color: #404040;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-primary:hover, .singleCategoryContainer .singleCategoryMoreBtn:hover, .primary_button_md:hover {
  color: #FFF;
  background-color: rgb(44.875, 44.875, 44.875);
  border-color: rgb(38.5, 38.5, 38.5);
}
.btn-primary:focus, .singleCategoryContainer .singleCategoryMoreBtn:focus, .primary_button_md:focus, .btn-primary.focus, .singleCategoryContainer .focus.singleCategoryMoreBtn, .focus.primary_button_md {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(64, 64, 64, 0.35);
}
.btn-primary.disabled, .singleCategoryContainer .disabled.singleCategoryMoreBtn, .disabled.primary_button_md, .btn-primary:disabled, .singleCategoryContainer .singleCategoryMoreBtn:disabled, .primary_button_md:disabled {
  color: #FFF;
  background-color: #404040;
  border-color: #404040;
}
.btn-primary:not(:disabled):not(.disabled):active, .singleCategoryContainer .singleCategoryMoreBtn:not(:disabled):not(.disabled):active, .primary_button_md:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .singleCategoryContainer .singleCategoryMoreBtn:not(:disabled):not(.disabled).active, .primary_button_md:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .singleCategoryContainer .show > .dropdown-toggle.singleCategoryMoreBtn, .show > .dropdown-toggle.primary_button_md {
  color: #FFF;
  background-color: rgb(38.5, 38.5, 38.5);
  border-color: rgb(32.125, 32.125, 32.125);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .singleCategoryContainer .singleCategoryMoreBtn:not(:disabled):not(.disabled):active:focus, .primary_button_md:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .singleCategoryContainer .singleCategoryMoreBtn:not(:disabled):not(.disabled).active:focus, .primary_button_md:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .singleCategoryContainer .show > .dropdown-toggle.singleCategoryMoreBtn:focus, .show > .dropdown-toggle.primary_button_md:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(64, 64, 64, 0.35);
}

.btn-secondary {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-secondary:hover {
  color: #273444;
  background-color: rgb(213.5, 221.28125, 234.25);
  border-color: rgb(205, 214.375, 230);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #273444;
  background-color: rgb(205, 214.375, 230);
  border-color: rgb(196.5, 207.46875, 225.75);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-success, .loadMoreOrders .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn {
  color: #FFF;
  background-color: #58ba49;
  border-color: #58ba49;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-success:hover, .loadMoreOrders .orders_list_more:hover, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:hover {
  color: #FFF;
  background-color: rgb(73.8764940239, 160.0657370518, 60.6842629482);
  border-color: rgb(69.609561753, 150.8207171315, 57.1792828685);
}
.btn-success:focus, .loadMoreOrders .orders_list_more:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:focus, .btn-success.focus, .loadMoreOrders .focus.orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .focus.addToCartBtn {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(88, 186, 73, 0.35);
}
.btn-success.disabled, .loadMoreOrders .disabled.orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .disabled.addToCartBtn, .btn-success:disabled, .loadMoreOrders .orders_list_more:disabled, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:disabled {
  color: #FFF;
  background-color: #58ba49;
  border-color: #58ba49;
}
.btn-success:not(:disabled):not(.disabled):active, .loadMoreOrders .orders_list_more:not(:disabled):not(.disabled):active, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .loadMoreOrders .orders_list_more:not(:disabled):not(.disabled).active, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle, .loadMoreOrders .show > .dropdown-toggle.orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .show > .dropdown-toggle.addToCartBtn {
  color: #FFF;
  background-color: rgb(69.609561753, 150.8207171315, 57.1792828685);
  border-color: rgb(65.3426294821, 141.5756972112, 53.6743027888);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .loadMoreOrders .orders_list_more:not(:disabled):not(.disabled):active:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .loadMoreOrders .orders_list_more:not(:disabled):not(.disabled).active:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus, .loadMoreOrders .show > .dropdown-toggle.orders_list_more:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .show > .dropdown-toggle.addToCartBtn:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(88, 186, 73, 0.35);
}

.btn-info {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-info:hover {
  color: #FFF;
  background-color: rgb(0, 151.5668202765, 178.75);
  border-color: rgb(0, 140.7557603687, 166);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: rgb(0, 140.7557603687, 166);
  border-color: rgb(0, 129.9447004608, 153.25);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-warning {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-warning:hover {
  color: #FFF;
  background-color: rgb(216.75, 145.35, 0);
  border-color: rgb(204, 136.8, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: rgb(204, 136.8, 0);
  border-color: rgb(191.25, 128.25, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-danger {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-danger:hover {
  color: #FFF;
  background-color: rgb(255, 54.7717391304, 9.75);
  border-color: rgb(252, 46.2608695652, 0);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: rgb(252, 46.2608695652, 0);
  border-color: rgb(239.25, 43.9202898551, 0);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-light {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-light:hover {
  color: #273444;
  background-color: rgb(213.5, 221.28125, 234.25);
  border-color: rgb(205, 214.375, 230);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}
.btn-light.disabled, .btn-light:disabled {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #273444;
  background-color: rgb(205, 214.375, 230);
  border-color: rgb(196.5, 207.46875, 225.75);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-dark {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-dark:hover {
  color: #FFF;
  background-color: rgb(25.058411215, 33.4112149533, 43.691588785);
  border-color: rgb(20.4112149533, 27.214953271, 35.5887850467);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: rgb(20.4112149533, 27.214953271, 35.5887850467);
  border-color: rgb(15.7640186916, 21.0186915888, 27.4859813084);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-neutral {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-neutral:hover {
  color: #273444;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-neutral:focus, .btn-neutral.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}
.btn-neutral.disabled, .btn-neutral:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .show > .btn-neutral.dropdown-toggle {
  color: #273444;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-white {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-white:hover {
  color: #273444;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}
.btn-white.disabled, .btn-white:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #273444;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-primary, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .main_slider_item_details--inverted .main_slider_item_button, .product_card .wishlistBtn, .product_card .addToCartBtn.quickViewBtn, .product_card .addToCartBtn.addtoCart {
  color: #404040;
  border-color: #404040;
}
.btn-outline-primary:hover, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:hover, .main_slider_item_details--inverted .main_slider_item_button:hover, .product_card .wishlistBtn:hover, .product_card .addToCartBtn.quickViewBtn:hover, .product_card .addToCartBtn.addtoCart:hover {
  color: #FFF;
  background-color: #404040;
  border-color: #404040;
}
.btn-outline-primary:focus, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:focus, .main_slider_item_details--inverted .main_slider_item_button:focus, .product_card .wishlistBtn:focus, .product_card .addToCartBtn.quickViewBtn:focus, .product_card .addToCartBtn.addtoCart:focus, .btn-outline-primary.focus, .modalQuickV .ProductAddBlock .focus.addToCartBtn.addtoCart, .main_slider_item_details--inverted .focus.main_slider_item_button, .product_card .focus.wishlistBtn, .product_card .focus.addToCartBtn.quickViewBtn, .product_card .focus.addToCartBtn.addtoCart {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(64, 64, 64, 0.35);
}
.btn-outline-primary.disabled, .modalQuickV .ProductAddBlock .disabled.addToCartBtn.addtoCart, .main_slider_item_details--inverted .disabled.main_slider_item_button, .product_card .disabled.wishlistBtn, .product_card .disabled.addToCartBtn.quickViewBtn, .product_card .disabled.addToCartBtn.addtoCart, .btn-outline-primary:disabled, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:disabled, .main_slider_item_details--inverted .main_slider_item_button:disabled, .product_card .wishlistBtn:disabled, .product_card .addToCartBtn.quickViewBtn:disabled, .product_card .addToCartBtn.addtoCart:disabled {
  color: #404040;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:disabled):not(.disabled):active, .main_slider_item_details--inverted .main_slider_item_button:not(:disabled):not(.disabled):active, .product_card .wishlistBtn:not(:disabled):not(.disabled):active, .product_card .addToCartBtn.quickViewBtn:not(:disabled):not(.disabled):active, .product_card .addToCartBtn.addtoCart:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:disabled):not(.disabled).active, .main_slider_item_details--inverted .main_slider_item_button:not(:disabled):not(.disabled).active, .product_card .wishlistBtn:not(:disabled):not(.disabled).active, .product_card .addToCartBtn.quickViewBtn:not(:disabled):not(.disabled).active, .product_card .addToCartBtn.addtoCart:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .modalQuickV .ProductAddBlock .show > .dropdown-toggle.addToCartBtn.addtoCart, .main_slider_item_details--inverted .show > .dropdown-toggle.main_slider_item_button, .product_card .show > .dropdown-toggle.wishlistBtn, .product_card .show > .dropdown-toggle.addToCartBtn.quickViewBtn, .product_card .show > .dropdown-toggle.addToCartBtn.addtoCart {
  color: #FFF;
  background-color: #404040;
  border-color: #404040;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:disabled):not(.disabled):active:focus, .main_slider_item_details--inverted .main_slider_item_button:not(:disabled):not(.disabled):active:focus, .product_card .wishlistBtn:not(:disabled):not(.disabled):active:focus, .product_card .addToCartBtn.quickViewBtn:not(:disabled):not(.disabled):active:focus, .product_card .addToCartBtn.addtoCart:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:disabled):not(.disabled).active:focus, .main_slider_item_details--inverted .main_slider_item_button:not(:disabled):not(.disabled).active:focus, .product_card .wishlistBtn:not(:disabled):not(.disabled).active:focus, .product_card .addToCartBtn.quickViewBtn:not(:disabled):not(.disabled).active:focus, .product_card .addToCartBtn.addtoCart:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .modalQuickV .ProductAddBlock .show > .dropdown-toggle.addToCartBtn.addtoCart:focus, .main_slider_item_details--inverted .show > .dropdown-toggle.main_slider_item_button:focus, .product_card .show > .dropdown-toggle.wishlistBtn:focus, .product_card .show > .dropdown-toggle.addToCartBtn.quickViewBtn:focus, .product_card .show > .dropdown-toggle.addToCartBtn.addtoCart:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(64, 64, 64, 0.35);
}

.btn-outline-secondary {
  color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-outline-secondary:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #EFF2F7;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-success, .modalQuickV .discount {
  color: #58ba49;
  border-color: #58ba49;
}
.btn-outline-success:hover, .modalQuickV .discount:hover {
  color: #FFF;
  background-color: #58ba49;
  border-color: #58ba49;
}
.btn-outline-success:focus, .modalQuickV .discount:focus, .btn-outline-success.focus, .modalQuickV .focus.discount {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(88, 186, 73, 0.35);
}
.btn-outline-success.disabled, .modalQuickV .disabled.discount, .btn-outline-success:disabled, .modalQuickV .discount:disabled {
  color: #58ba49;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .modalQuickV .discount:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .modalQuickV .discount:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle, .modalQuickV .show > .dropdown-toggle.discount {
  color: #FFF;
  background-color: #58ba49;
  border-color: #58ba49;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .modalQuickV .discount:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .modalQuickV .discount:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus, .modalQuickV .show > .dropdown-toggle.discount:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(88, 186, 73, 0.35);
}

.btn-outline-info {
  color: #00B8D9;
  border-color: #00B8D9;
}
.btn-outline-info:hover {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00B8D9;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-outline-warning {
  color: #FFAB00;
  border-color: #FFAB00;
}
.btn-outline-warning:hover {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFAB00;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-outline-danger {
  color: #FF5630;
  border-color: #FF5630;
}
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF5630;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-outline-light {
  color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-outline-light:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #EFF2F7;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-dark {
  color: #273444;
  border-color: #273444;
}
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #273444;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-outline-neutral {
  color: #FFF;
  border-color: #FFF;
}
.btn-outline-neutral:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-outline-neutral:focus, .btn-outline-neutral.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}
.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
  color: #FFF;
  background-color: transparent;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active, .show > .btn-outline-neutral.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-white {
  color: #FFF;
  border-color: #FFF;
}
.btn-outline-white:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #FFF;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-link {
  font-weight: 400;
  color: #404040;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(25.75, 25.75, 25.75);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #C0CCDA;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .loadMoreOrders .btn-group-lg > .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-lg > .addToCartBtn, .modalQuickV .ProductAddBlock .btn-group-lg > .addToCartBtn.addtoCart, .modalQuickV .btn-group-lg > .discount, .singleCategoryContainer .btn-group-lg > .singleCategoryMoreBtn, .btn-group-lg > .primary_button_md, .main_slider_item_details--inverted .btn-group-lg > .main_slider_item_button, .btn-group-lg > .brands_slider_show_more_button, .product_card .btn-group-lg > .wishlistBtn, .product_card .btn-group-lg > .addToCartBtn.quickViewBtn, .product_card .btn-group-lg > .addToCartBtn.addtoCart {
  padding: 1rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.btn-sm, .loadMoreOrders .orders_list_more, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .discount, .brands_slider_show_more_button, .product_card .wishlistBtn, .product_card .addToCartBtn.quickViewBtn, .product_card .addToCartBtn.addtoCart, .btn-group-sm > .btn, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-sm > .addToCartBtn, .singleCategoryContainer .btn-group-sm > .singleCategoryMoreBtn, .btn-group-sm > .primary_button_md, .main_slider_item_details--inverted .btn-group-sm > .main_slider_item_button, .btn-group-sm > .brands_slider_show_more_button {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade, .cookie_settings__modal {
  transition: opacity 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade, .cookie_settings__modal {
    transition: none;
  }
}
.fade:not(.show), .cookie_settings__modal:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f107";
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem;
  padding: 0.35rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #8492A6;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(31, 45, 61, 0.1);
  border-radius: 0.25rem;
  box-shadow: none;
}

.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: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f106";
}
.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: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
}
.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: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 700;
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  margin-right: 10.2px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 256 512' width='12px' height='12px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238492A6' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E");
  content: "\f104";
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #8492A6;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #404040;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #404040;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #C0CCDA;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.35rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #C0CCDA;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .loadMoreOrders .btn-group > .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .addToCartBtn, .modalQuickV .ProductAddBlock .btn-group > .addToCartBtn.addtoCart, .modalQuickV .btn-group > .discount, .singleCategoryContainer .btn-group > .singleCategoryMoreBtn, .btn-group > .primary_button_md, .main_slider_item_details--inverted .btn-group > .main_slider_item_button, .btn-group > .brands_slider_show_more_button, .product_card .btn-group > .wishlistBtn, .product_card .btn-group > .addToCartBtn.quickViewBtn, .product_card .btn-group > .addToCartBtn.addtoCart,
.btn-group-vertical > .btn,
.loadMoreOrders .btn-group-vertical > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .addToCartBtn,
.modalQuickV .ProductAddBlock .btn-group-vertical > .addToCartBtn.addtoCart,
.modalQuickV .btn-group-vertical > .discount,
.singleCategoryContainer .btn-group-vertical > .singleCategoryMoreBtn,
.btn-group-vertical > .primary_button_md,
.main_slider_item_details--inverted .btn-group-vertical > .main_slider_item_button,
.btn-group-vertical > .brands_slider_show_more_button,
.product_card .btn-group-vertical > .wishlistBtn,
.product_card .btn-group-vertical > .addToCartBtn.quickViewBtn,
.product_card .btn-group-vertical > .addToCartBtn.addtoCart {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .loadMoreOrders .btn-group > .orders_list_more:hover, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .addToCartBtn:hover, .modalQuickV .ProductAddBlock .btn-group > .addToCartBtn.addtoCart:hover, .modalQuickV .btn-group > .discount:hover, .singleCategoryContainer .btn-group > .singleCategoryMoreBtn:hover, .btn-group > .primary_button_md:hover, .main_slider_item_details--inverted .btn-group > .main_slider_item_button:hover, .btn-group > .brands_slider_show_more_button:hover, .product_card .btn-group > .wishlistBtn:hover, .product_card .btn-group > .addToCartBtn.quickViewBtn:hover, .product_card .btn-group > .addToCartBtn.addtoCart:hover,
.btn-group-vertical > .btn:hover,
.loadMoreOrders .btn-group-vertical > .orders_list_more:hover,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .addToCartBtn:hover,
.modalQuickV .ProductAddBlock .btn-group-vertical > .addToCartBtn.addtoCart:hover,
.modalQuickV .btn-group-vertical > .discount:hover,
.singleCategoryContainer .btn-group-vertical > .singleCategoryMoreBtn:hover,
.btn-group-vertical > .primary_button_md:hover,
.main_slider_item_details--inverted .btn-group-vertical > .main_slider_item_button:hover,
.btn-group-vertical > .brands_slider_show_more_button:hover,
.product_card .btn-group-vertical > .wishlistBtn:hover,
.product_card .btn-group-vertical > .addToCartBtn.quickViewBtn:hover,
.product_card .btn-group-vertical > .addToCartBtn.addtoCart:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .loadMoreOrders .btn-group > .orders_list_more:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .addToCartBtn:focus, .modalQuickV .ProductAddBlock .btn-group > .addToCartBtn.addtoCart:focus, .modalQuickV .btn-group > .discount:focus, .singleCategoryContainer .btn-group > .singleCategoryMoreBtn:focus, .btn-group > .primary_button_md:focus, .main_slider_item_details--inverted .btn-group > .main_slider_item_button:focus, .btn-group > .brands_slider_show_more_button:focus, .product_card .btn-group > .wishlistBtn:focus, .product_card .btn-group > .addToCartBtn.quickViewBtn:focus, .product_card .btn-group > .addToCartBtn.addtoCart:focus, .btn-group > .btn:active, .loadMoreOrders .btn-group > .orders_list_more:active, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .addToCartBtn:active, .modalQuickV .ProductAddBlock .btn-group > .addToCartBtn.addtoCart:active, .modalQuickV .btn-group > .discount:active, .singleCategoryContainer .btn-group > .singleCategoryMoreBtn:active, .btn-group > .primary_button_md:active, .main_slider_item_details--inverted .btn-group > .main_slider_item_button:active, .btn-group > .brands_slider_show_more_button:active, .product_card .btn-group > .wishlistBtn:active, .product_card .btn-group > .addToCartBtn.quickViewBtn:active, .product_card .btn-group > .addToCartBtn.addtoCart:active, .btn-group > .btn.active, .loadMoreOrders .btn-group > .active.orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .active.addToCartBtn, .modalQuickV .ProductAddBlock .btn-group > .active.addToCartBtn.addtoCart, .modalQuickV .btn-group > .active.discount, .singleCategoryContainer .btn-group > .active.singleCategoryMoreBtn, .btn-group > .active.primary_button_md, .main_slider_item_details--inverted .btn-group > .active.main_slider_item_button, .btn-group > .active.brands_slider_show_more_button, .product_card .btn-group > .active.wishlistBtn, .product_card .btn-group > .active.addToCartBtn.quickViewBtn, .product_card .btn-group > .active.addToCartBtn.addtoCart,
.btn-group-vertical > .btn:focus,
.loadMoreOrders .btn-group-vertical > .orders_list_more:focus,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .addToCartBtn:focus,
.modalQuickV .ProductAddBlock .btn-group-vertical > .addToCartBtn.addtoCart:focus,
.modalQuickV .btn-group-vertical > .discount:focus,
.singleCategoryContainer .btn-group-vertical > .singleCategoryMoreBtn:focus,
.btn-group-vertical > .primary_button_md:focus,
.main_slider_item_details--inverted .btn-group-vertical > .main_slider_item_button:focus,
.btn-group-vertical > .brands_slider_show_more_button:focus,
.product_card .btn-group-vertical > .wishlistBtn:focus,
.product_card .btn-group-vertical > .addToCartBtn.quickViewBtn:focus,
.product_card .btn-group-vertical > .addToCartBtn.addtoCart:focus,
.btn-group-vertical > .btn:active,
.loadMoreOrders .btn-group-vertical > .orders_list_more:active,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .addToCartBtn:active,
.modalQuickV .ProductAddBlock .btn-group-vertical > .addToCartBtn.addtoCart:active,
.modalQuickV .btn-group-vertical > .discount:active,
.singleCategoryContainer .btn-group-vertical > .singleCategoryMoreBtn:active,
.btn-group-vertical > .primary_button_md:active,
.main_slider_item_details--inverted .btn-group-vertical > .main_slider_item_button:active,
.btn-group-vertical > .brands_slider_show_more_button:active,
.product_card .btn-group-vertical > .wishlistBtn:active,
.product_card .btn-group-vertical > .addToCartBtn.quickViewBtn:active,
.product_card .btn-group-vertical > .addToCartBtn.addtoCart:active,
.btn-group-vertical > .btn.active,
.loadMoreOrders .btn-group-vertical > .active.orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .active.addToCartBtn,
.modalQuickV .ProductAddBlock .btn-group-vertical > .active.addToCartBtn.addtoCart,
.modalQuickV .btn-group-vertical > .active.discount,
.singleCategoryContainer .btn-group-vertical > .active.singleCategoryMoreBtn,
.btn-group-vertical > .active.primary_button_md,
.main_slider_item_details--inverted .btn-group-vertical > .active.main_slider_item_button,
.btn-group-vertical > .active.brands_slider_show_more_button,
.product_card .btn-group-vertical > .active.wishlistBtn,
.product_card .btn-group-vertical > .active.addToCartBtn.quickViewBtn,
.product_card .btn-group-vertical > .active.addToCartBtn.addtoCart {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .loadMoreOrders .btn-group > .orders_list_more:not(:first-child), .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .addToCartBtn:not(:first-child), .modalQuickV .ProductAddBlock .btn-group > .addToCartBtn.addtoCart:not(:first-child), .modalQuickV .btn-group > .discount:not(:first-child), .singleCategoryContainer .btn-group > .singleCategoryMoreBtn:not(:first-child), .btn-group > .primary_button_md:not(:first-child), .main_slider_item_details--inverted .btn-group > .main_slider_item_button:not(:first-child), .btn-group > .brands_slider_show_more_button:not(:first-child), .product_card .btn-group > .wishlistBtn:not(:first-child), .product_card .btn-group > .addToCartBtn.quickViewBtn:not(:first-child), .product_card .btn-group > .addToCartBtn.addtoCart:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .loadMoreOrders .btn-group > .orders_list_more:not(:last-child):not(.dropdown-toggle), .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .addToCartBtn:not(:last-child):not(.dropdown-toggle), .modalQuickV .ProductAddBlock .btn-group > .addToCartBtn.addtoCart:not(:last-child):not(.dropdown-toggle), .modalQuickV .btn-group > .discount:not(:last-child):not(.dropdown-toggle), .singleCategoryContainer .btn-group > .singleCategoryMoreBtn:not(:last-child):not(.dropdown-toggle), .btn-group > .primary_button_md:not(:last-child):not(.dropdown-toggle), .main_slider_item_details--inverted .btn-group > .main_slider_item_button:not(:last-child):not(.dropdown-toggle), .btn-group > .brands_slider_show_more_button:not(:last-child):not(.dropdown-toggle), .product_card .btn-group > .wishlistBtn:not(:last-child):not(.dropdown-toggle), .product_card .btn-group > .addToCartBtn.quickViewBtn:not(:last-child):not(.dropdown-toggle), .product_card .btn-group > .addToCartBtn.addtoCart:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.loadMoreOrders .btn-group > .btn-group:not(:last-child) > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .btn-group:not(:last-child) > .addToCartBtn,
.modalQuickV .ProductAddBlock .btn-group > .btn-group:not(:last-child) > .addToCartBtn.addtoCart,
.modalQuickV .btn-group > .btn-group:not(:last-child) > .discount,
.singleCategoryContainer .btn-group > .btn-group:not(:last-child) > .singleCategoryMoreBtn,
.btn-group > .btn-group:not(:last-child) > .primary_button_md,
.main_slider_item_details--inverted .btn-group > .btn-group:not(:last-child) > .main_slider_item_button,
.btn-group > .btn-group:not(:last-child) > .brands_slider_show_more_button,
.product_card .btn-group > .btn-group:not(:last-child) > .wishlistBtn,
.product_card .btn-group > .btn-group:not(:last-child) > .addToCartBtn.quickViewBtn,
.product_card .btn-group > .btn-group:not(:last-child) > .addToCartBtn.addtoCart {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .loadMoreOrders .btn-group > .orders_list_more:not(:first-child), .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .addToCartBtn:not(:first-child), .modalQuickV .ProductAddBlock .btn-group > .addToCartBtn.addtoCart:not(:first-child), .modalQuickV .btn-group > .discount:not(:first-child), .singleCategoryContainer .btn-group > .singleCategoryMoreBtn:not(:first-child), .btn-group > .primary_button_md:not(:first-child), .main_slider_item_details--inverted .btn-group > .main_slider_item_button:not(:first-child), .btn-group > .brands_slider_show_more_button:not(:first-child), .product_card .btn-group > .wishlistBtn:not(:first-child), .product_card .btn-group > .addToCartBtn.quickViewBtn:not(:first-child), .product_card .btn-group > .addToCartBtn.addtoCart:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.loadMoreOrders .btn-group > .btn-group:not(:first-child) > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .btn-group:not(:first-child) > .addToCartBtn,
.modalQuickV .ProductAddBlock .btn-group > .btn-group:not(:first-child) > .addToCartBtn.addtoCart,
.modalQuickV .btn-group > .btn-group:not(:first-child) > .discount,
.singleCategoryContainer .btn-group > .btn-group:not(:first-child) > .singleCategoryMoreBtn,
.btn-group > .btn-group:not(:first-child) > .primary_button_md,
.main_slider_item_details--inverted .btn-group > .btn-group:not(:first-child) > .main_slider_item_button,
.btn-group > .btn-group:not(:first-child) > .brands_slider_show_more_button,
.product_card .btn-group > .btn-group:not(:first-child) > .wishlistBtn,
.product_card .btn-group > .btn-group:not(:first-child) > .addToCartBtn.quickViewBtn,
.product_card .btn-group > .btn-group:not(:first-child) > .addToCartBtn.addtoCart {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .loadMoreOrders .orders_list_more + .dropdown-toggle-split, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .dropdown-toggle-split, .modalQuickV .discount + .dropdown-toggle-split, .brands_slider_show_more_button + .dropdown-toggle-split, .product_card .wishlistBtn + .dropdown-toggle-split, .product_card .addToCartBtn.quickViewBtn + .dropdown-toggle-split, .product_card .addToCartBtn.addtoCart + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-sm > .addToCartBtn + .dropdown-toggle-split, .singleCategoryContainer .btn-group-sm > .singleCategoryMoreBtn + .dropdown-toggle-split, .btn-group-sm > .primary_button_md + .dropdown-toggle-split, .main_slider_item_details--inverted .btn-group-sm > .main_slider_item_button + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .loadMoreOrders .btn-group-lg > .orders_list_more + .dropdown-toggle-split, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-lg > .addToCartBtn + .dropdown-toggle-split, .modalQuickV .ProductAddBlock .btn-group-lg > .addToCartBtn.addtoCart + .dropdown-toggle-split, .modalQuickV .btn-group-lg > .discount + .dropdown-toggle-split, .singleCategoryContainer .btn-group-lg > .singleCategoryMoreBtn + .dropdown-toggle-split, .btn-group-lg > .primary_button_md + .dropdown-toggle-split, .main_slider_item_details--inverted .btn-group-lg > .main_slider_item_button + .dropdown-toggle-split, .btn-group-lg > .brands_slider_show_more_button + .dropdown-toggle-split, .product_card .btn-group-lg > .wishlistBtn + .dropdown-toggle-split, .product_card .btn-group-lg > .addToCartBtn.quickViewBtn + .dropdown-toggle-split, .product_card .btn-group-lg > .addToCartBtn.addtoCart + .dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .loadMoreOrders .btn-group-vertical > .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .addToCartBtn, .modalQuickV .ProductAddBlock .btn-group-vertical > .addToCartBtn.addtoCart, .modalQuickV .btn-group-vertical > .discount, .singleCategoryContainer .btn-group-vertical > .singleCategoryMoreBtn, .btn-group-vertical > .primary_button_md, .main_slider_item_details--inverted .btn-group-vertical > .main_slider_item_button, .btn-group-vertical > .brands_slider_show_more_button, .product_card .btn-group-vertical > .wishlistBtn, .product_card .btn-group-vertical > .addToCartBtn.quickViewBtn, .product_card .btn-group-vertical > .addToCartBtn.addtoCart,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .loadMoreOrders .btn-group-vertical > .orders_list_more:not(:first-child), .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .addToCartBtn:not(:first-child), .modalQuickV .ProductAddBlock .btn-group-vertical > .addToCartBtn.addtoCart:not(:first-child), .modalQuickV .btn-group-vertical > .discount:not(:first-child), .singleCategoryContainer .btn-group-vertical > .singleCategoryMoreBtn:not(:first-child), .btn-group-vertical > .primary_button_md:not(:first-child), .main_slider_item_details--inverted .btn-group-vertical > .main_slider_item_button:not(:first-child), .btn-group-vertical > .brands_slider_show_more_button:not(:first-child), .product_card .btn-group-vertical > .wishlistBtn:not(:first-child), .product_card .btn-group-vertical > .addToCartBtn.quickViewBtn:not(:first-child), .product_card .btn-group-vertical > .addToCartBtn.addtoCart:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .loadMoreOrders .btn-group-vertical > .orders_list_more:not(:last-child):not(.dropdown-toggle), .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .addToCartBtn:not(:last-child):not(.dropdown-toggle), .modalQuickV .ProductAddBlock .btn-group-vertical > .addToCartBtn.addtoCart:not(:last-child):not(.dropdown-toggle), .modalQuickV .btn-group-vertical > .discount:not(:last-child):not(.dropdown-toggle), .singleCategoryContainer .btn-group-vertical > .singleCategoryMoreBtn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .primary_button_md:not(:last-child):not(.dropdown-toggle), .main_slider_item_details--inverted .btn-group-vertical > .main_slider_item_button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .brands_slider_show_more_button:not(:last-child):not(.dropdown-toggle), .product_card .btn-group-vertical > .wishlistBtn:not(:last-child):not(.dropdown-toggle), .product_card .btn-group-vertical > .addToCartBtn.quickViewBtn:not(:last-child):not(.dropdown-toggle), .product_card .btn-group-vertical > .addToCartBtn.addtoCart:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.loadMoreOrders .btn-group-vertical > .btn-group:not(:last-child) > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .btn-group:not(:last-child) > .addToCartBtn,
.modalQuickV .ProductAddBlock .btn-group-vertical > .btn-group:not(:last-child) > .addToCartBtn.addtoCart,
.modalQuickV .btn-group-vertical > .btn-group:not(:last-child) > .discount,
.singleCategoryContainer .btn-group-vertical > .btn-group:not(:last-child) > .singleCategoryMoreBtn,
.btn-group-vertical > .btn-group:not(:last-child) > .primary_button_md,
.main_slider_item_details--inverted .btn-group-vertical > .btn-group:not(:last-child) > .main_slider_item_button,
.btn-group-vertical > .btn-group:not(:last-child) > .brands_slider_show_more_button,
.product_card .btn-group-vertical > .btn-group:not(:last-child) > .wishlistBtn,
.product_card .btn-group-vertical > .btn-group:not(:last-child) > .addToCartBtn.quickViewBtn,
.product_card .btn-group-vertical > .btn-group:not(:last-child) > .addToCartBtn.addtoCart {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .loadMoreOrders .btn-group-vertical > .orders_list_more:not(:first-child), .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .addToCartBtn:not(:first-child), .modalQuickV .ProductAddBlock .btn-group-vertical > .addToCartBtn.addtoCart:not(:first-child), .modalQuickV .btn-group-vertical > .discount:not(:first-child), .singleCategoryContainer .btn-group-vertical > .singleCategoryMoreBtn:not(:first-child), .btn-group-vertical > .primary_button_md:not(:first-child), .main_slider_item_details--inverted .btn-group-vertical > .main_slider_item_button:not(:first-child), .btn-group-vertical > .brands_slider_show_more_button:not(:first-child), .product_card .btn-group-vertical > .wishlistBtn:not(:first-child), .product_card .btn-group-vertical > .addToCartBtn.quickViewBtn:not(:first-child), .product_card .btn-group-vertical > .addToCartBtn.addtoCart:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.loadMoreOrders .btn-group-vertical > .btn-group:not(:first-child) > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-vertical > .btn-group:not(:first-child) > .addToCartBtn,
.modalQuickV .ProductAddBlock .btn-group-vertical > .btn-group:not(:first-child) > .addToCartBtn.addtoCart,
.modalQuickV .btn-group-vertical > .btn-group:not(:first-child) > .discount,
.singleCategoryContainer .btn-group-vertical > .btn-group:not(:first-child) > .singleCategoryMoreBtn,
.btn-group-vertical > .btn-group:not(:first-child) > .primary_button_md,
.main_slider_item_details--inverted .btn-group-vertical > .btn-group:not(:first-child) > .main_slider_item_button,
.btn-group-vertical > .btn-group:not(:first-child) > .brands_slider_show_more_button,
.product_card .btn-group-vertical > .btn-group:not(:first-child) > .wishlistBtn,
.product_card .btn-group-vertical > .btn-group:not(:first-child) > .addToCartBtn.quickViewBtn,
.product_card .btn-group-vertical > .btn-group:not(:first-child) > .addToCartBtn.addtoCart {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .loadMoreOrders .btn-group-toggle > .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-toggle > .addToCartBtn, .modalQuickV .ProductAddBlock .btn-group-toggle > .addToCartBtn.addtoCart, .modalQuickV .btn-group-toggle > .discount, .singleCategoryContainer .btn-group-toggle > .singleCategoryMoreBtn, .btn-group-toggle > .primary_button_md, .main_slider_item_details--inverted .btn-group-toggle > .main_slider_item_button, .btn-group-toggle > .brands_slider_show_more_button, .product_card .btn-group-toggle > .wishlistBtn, .product_card .btn-group-toggle > .addToCartBtn.quickViewBtn, .product_card .btn-group-toggle > .addToCartBtn.addtoCart,
.btn-group-toggle > .btn-group > .btn,
.loadMoreOrders .btn-group-toggle > .btn-group > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-toggle > .btn-group > .addToCartBtn,
.modalQuickV .ProductAddBlock .btn-group-toggle > .btn-group > .addToCartBtn.addtoCart,
.modalQuickV .btn-group-toggle > .btn-group > .discount,
.singleCategoryContainer .btn-group-toggle > .btn-group > .singleCategoryMoreBtn,
.btn-group-toggle > .btn-group > .primary_button_md,
.main_slider_item_details--inverted .btn-group-toggle > .btn-group > .main_slider_item_button,
.btn-group-toggle > .btn-group > .brands_slider_show_more_button,
.product_card .btn-group-toggle > .btn-group > .wishlistBtn,
.product_card .btn-group-toggle > .btn-group > .addToCartBtn.quickViewBtn,
.product_card .btn-group-toggle > .btn-group > .addToCartBtn.addtoCart {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .loadMoreOrders .btn-group-toggle > .orders_list_more input[type=radio], .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-toggle > .addToCartBtn input[type=radio], .modalQuickV .ProductAddBlock .btn-group-toggle > .addToCartBtn.addtoCart input[type=radio], .modalQuickV .btn-group-toggle > .discount input[type=radio], .singleCategoryContainer .btn-group-toggle > .singleCategoryMoreBtn input[type=radio], .btn-group-toggle > .primary_button_md input[type=radio], .main_slider_item_details--inverted .btn-group-toggle > .main_slider_item_button input[type=radio], .btn-group-toggle > .brands_slider_show_more_button input[type=radio], .product_card .btn-group-toggle > .wishlistBtn input[type=radio], .product_card .btn-group-toggle > .addToCartBtn.quickViewBtn input[type=radio], .product_card .btn-group-toggle > .addToCartBtn.addtoCart input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.loadMoreOrders .btn-group-toggle > .orders_list_more input[type=checkbox],
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-toggle > .addToCartBtn input[type=checkbox],
.modalQuickV .ProductAddBlock .btn-group-toggle > .addToCartBtn.addtoCart input[type=checkbox],
.modalQuickV .btn-group-toggle > .discount input[type=checkbox],
.singleCategoryContainer .btn-group-toggle > .singleCategoryMoreBtn input[type=checkbox],
.btn-group-toggle > .primary_button_md input[type=checkbox],
.main_slider_item_details--inverted .btn-group-toggle > .main_slider_item_button input[type=checkbox],
.btn-group-toggle > .brands_slider_show_more_button input[type=checkbox],
.product_card .btn-group-toggle > .wishlistBtn input[type=checkbox],
.product_card .btn-group-toggle > .addToCartBtn.quickViewBtn input[type=checkbox],
.product_card .btn-group-toggle > .addToCartBtn.addtoCart input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.loadMoreOrders .btn-group-toggle > .btn-group > .orders_list_more input[type=radio],
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-toggle > .btn-group > .addToCartBtn input[type=radio],
.modalQuickV .ProductAddBlock .btn-group-toggle > .btn-group > .addToCartBtn.addtoCart input[type=radio],
.modalQuickV .btn-group-toggle > .btn-group > .discount input[type=radio],
.singleCategoryContainer .btn-group-toggle > .btn-group > .singleCategoryMoreBtn input[type=radio],
.btn-group-toggle > .btn-group > .primary_button_md input[type=radio],
.main_slider_item_details--inverted .btn-group-toggle > .btn-group > .main_slider_item_button input[type=radio],
.btn-group-toggle > .btn-group > .brands_slider_show_more_button input[type=radio],
.product_card .btn-group-toggle > .btn-group > .wishlistBtn input[type=radio],
.product_card .btn-group-toggle > .btn-group > .addToCartBtn.quickViewBtn input[type=radio],
.product_card .btn-group-toggle > .btn-group > .addToCartBtn.addtoCart input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.loadMoreOrders .btn-group-toggle > .btn-group > .orders_list_more input[type=checkbox],
.productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-toggle > .btn-group > .addToCartBtn input[type=checkbox],
.modalQuickV .ProductAddBlock .btn-group-toggle > .btn-group > .addToCartBtn.addtoCart input[type=checkbox],
.modalQuickV .btn-group-toggle > .btn-group > .discount input[type=checkbox],
.singleCategoryContainer .btn-group-toggle > .btn-group > .singleCategoryMoreBtn input[type=checkbox],
.btn-group-toggle > .btn-group > .primary_button_md input[type=checkbox],
.main_slider_item_details--inverted .btn-group-toggle > .btn-group > .main_slider_item_button input[type=checkbox],
.btn-group-toggle > .btn-group > .brands_slider_show_more_button input[type=checkbox],
.product_card .btn-group-toggle > .btn-group > .wishlistBtn input[type=checkbox],
.product_card .btn-group-toggle > .btn-group > .addToCartBtn.quickViewBtn input[type=checkbox],
.product_card .btn-group-toggle > .btn-group > .addToCartBtn.addtoCart input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group > .btn-light,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group > .form-control + .btn-light,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group > .form-control-plaintext + .btn-light,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.previewOrderContainer .dropdown_custom_field .input-group > .btn-light + .form-control,
.input-group > .custom-select + .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group > .btn-light + .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group > .custom-select + .btn-light,
.previewOrderContainer .dropdown_custom_field .input-group > .btn-light + .btn-light,
.input-group > .custom-select + .custom-file,
.previewOrderContainer .dropdown_custom_field .input-group > .btn-light + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group > .custom-file + .btn-light,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.previewOrderContainer .dropdown_custom_field .input-group > .btn-light:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child),
.previewOrderContainer .dropdown_custom_field .input-group > .btn-light:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child),
.previewOrderContainer .dropdown_custom_field .input-group > .btn-light:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .loadMoreOrders .orders_list_more, .loadMoreOrders .input-group-prepend .orders_list_more, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn, .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart, .input-group-prepend .modalQuickV .discount, .modalQuickV .input-group-prepend .discount, .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn, .input-group-prepend .primary_button_md, .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button, .input-group-prepend .brands_slider_show_more_button, .input-group-prepend .product_card .wishlistBtn, .product_card .input-group-prepend .wishlistBtn, .input-group-prepend .product_card .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .addToCartBtn.addtoCart, .product_card .input-group-prepend .addToCartBtn.addtoCart,
.input-group-append .btn,
.input-group-append .loadMoreOrders .orders_list_more,
.loadMoreOrders .input-group-append .orders_list_more,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn,
.input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .discount,
.modalQuickV .input-group-append .discount,
.input-group-append .singleCategoryContainer .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .singleCategoryMoreBtn,
.input-group-append .primary_button_md,
.input-group-append .main_slider_item_details--inverted .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .main_slider_item_button,
.input-group-append .brands_slider_show_more_button,
.input-group-append .product_card .wishlistBtn,
.product_card .input-group-append .wishlistBtn,
.input-group-append .product_card .addToCartBtn.quickViewBtn,
.product_card .input-group-append .addToCartBtn.quickViewBtn,
.input-group-append .product_card .addToCartBtn.addtoCart,
.product_card .input-group-append .addToCartBtn.addtoCart {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .loadMoreOrders .orders_list_more:focus, .loadMoreOrders .input-group-prepend .orders_list_more:focus, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:focus, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn:focus, .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:focus, .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart:focus, .input-group-prepend .modalQuickV .discount:focus, .modalQuickV .input-group-prepend .discount:focus, .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn:focus, .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn:focus, .input-group-prepend .primary_button_md:focus, .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button:focus, .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button:focus, .input-group-prepend .brands_slider_show_more_button:focus, .input-group-prepend .product_card .wishlistBtn:focus, .product_card .input-group-prepend .wishlistBtn:focus, .input-group-prepend .product_card .addToCartBtn.quickViewBtn:focus, .product_card .input-group-prepend .addToCartBtn.quickViewBtn:focus, .input-group-prepend .product_card .addToCartBtn.addtoCart:focus, .product_card .input-group-prepend .addToCartBtn.addtoCart:focus,
.input-group-append .btn:focus,
.input-group-append .loadMoreOrders .orders_list_more:focus,
.loadMoreOrders .input-group-append .orders_list_more:focus,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:focus,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn:focus,
.input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:focus,
.modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart:focus,
.input-group-append .modalQuickV .discount:focus,
.modalQuickV .input-group-append .discount:focus,
.input-group-append .singleCategoryContainer .singleCategoryMoreBtn:focus,
.singleCategoryContainer .input-group-append .singleCategoryMoreBtn:focus,
.input-group-append .primary_button_md:focus,
.input-group-append .main_slider_item_details--inverted .main_slider_item_button:focus,
.main_slider_item_details--inverted .input-group-append .main_slider_item_button:focus,
.input-group-append .brands_slider_show_more_button:focus,
.input-group-append .product_card .wishlistBtn:focus,
.product_card .input-group-append .wishlistBtn:focus,
.input-group-append .product_card .addToCartBtn.quickViewBtn:focus,
.product_card .input-group-append .addToCartBtn.quickViewBtn:focus,
.input-group-append .product_card .addToCartBtn.addtoCart:focus,
.product_card .input-group-append .addToCartBtn.addtoCart:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .loadMoreOrders .orders_list_more + .btn, .loadMoreOrders .input-group-prepend .orders_list_more + .btn, .input-group-prepend .loadMoreOrders .btn + .orders_list_more, .loadMoreOrders .input-group-prepend .btn + .orders_list_more, .input-group-prepend .loadMoreOrders .orders_list_more + .orders_list_more, .loadMoreOrders .input-group-prepend .orders_list_more + .orders_list_more, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .btn, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .loadMoreOrders .addToCartBtn + .orders_list_more, .loadMoreOrders .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn + .btn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .loadMoreOrders .addToCartBtn + .orders_list_more, .loadMoreOrders .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn + .orders_list_more, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .btn + .addToCartBtn, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .loadMoreOrders .orders_list_more + .addToCartBtn, .loadMoreOrders .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .orders_list_more + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .btn + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .loadMoreOrders .orders_list_more + .addToCartBtn, .loadMoreOrders .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .orders_list_more + .addToCartBtn, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn + .addToCartBtn, .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .btn, .input-group-prepend .modalQuickV .ProductAddBlock .loadMoreOrders .addToCartBtn.addtoCart + .orders_list_more, .loadMoreOrders .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .orders_list_more, .input-group-prepend .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn, .productPageMainContainer .productInfoMain .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn, .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .btn, .modalQuickV .ProductAddBlock .input-group-prepend .loadMoreOrders .addToCartBtn.addtoCart + .orders_list_more, .loadMoreOrders .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .orders_list_more, .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn, .productPageMainContainer .productInfoMain .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn, .input-group-prepend .modalQuickV .ProductAddBlock .btn + .addToCartBtn.addtoCart, .input-group-prepend .modalQuickV .ProductAddBlock .loadMoreOrders .orders_list_more + .addToCartBtn.addtoCart, .loadMoreOrders .input-group-prepend .modalQuickV .ProductAddBlock .orders_list_more + .addToCartBtn.addtoCart, .input-group-prepend .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.addtoCart, .productPageMainContainer .productInfoMain .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .btn + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .loadMoreOrders .orders_list_more + .addToCartBtn.addtoCart, .loadMoreOrders .modalQuickV .ProductAddBlock .input-group-prepend .orders_list_more + .addToCartBtn.addtoCart, .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn + .addToCartBtn.addtoCart, .productPageMainContainer .productInfoMain .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn + .addToCartBtn.addtoCart, .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .input-group-prepend .modalQuickV .discount + .btn, .input-group-prepend .modalQuickV .loadMoreOrders .discount + .orders_list_more, .loadMoreOrders .input-group-prepend .modalQuickV .discount + .orders_list_more, .input-group-prepend .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .discount + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .modalQuickV .discount + .addToCartBtn, .input-group-prepend .modalQuickV .ProductAddBlock .discount + .addToCartBtn.addtoCart, .modalQuickV .input-group-prepend .discount + .btn, .modalQuickV .input-group-prepend .loadMoreOrders .discount + .orders_list_more, .loadMoreOrders .modalQuickV .input-group-prepend .discount + .orders_list_more, .modalQuickV .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .discount + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .modalQuickV .input-group-prepend .discount + .addToCartBtn, .modalQuickV .input-group-prepend .ProductAddBlock .discount + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .discount + .addToCartBtn.addtoCart, .input-group-prepend .modalQuickV .btn + .discount, .input-group-prepend .modalQuickV .loadMoreOrders .orders_list_more + .discount, .loadMoreOrders .input-group-prepend .modalQuickV .orders_list_more + .discount, .input-group-prepend .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .discount, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .modalQuickV .addToCartBtn + .discount, .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .discount, .modalQuickV .input-group-prepend .btn + .discount, .modalQuickV .input-group-prepend .loadMoreOrders .orders_list_more + .discount, .loadMoreOrders .modalQuickV .input-group-prepend .orders_list_more + .discount, .modalQuickV .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .discount, .productPageMainContainer .productInfoMain .ProductAddBlock .modalQuickV .input-group-prepend .addToCartBtn + .discount, .modalQuickV .input-group-prepend .ProductAddBlock .addToCartBtn.addtoCart + .discount, .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .discount, .input-group-prepend .modalQuickV .discount + .discount, .modalQuickV .input-group-prepend .discount + .discount, .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .btn, .input-group-prepend .singleCategoryContainer .loadMoreOrders .singleCategoryMoreBtn + .orders_list_more, .loadMoreOrders .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .orders_list_more, .input-group-prepend .singleCategoryContainer .productPageMainContainer .productInfoMain .ProductAddBlock .singleCategoryMoreBtn + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn, .input-group-prepend .singleCategoryContainer .modalQuickV .ProductAddBlock .singleCategoryMoreBtn + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.addtoCart, .input-group-prepend .singleCategoryContainer .modalQuickV .singleCategoryMoreBtn + .discount, .modalQuickV .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .discount, .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .btn, .singleCategoryContainer .input-group-prepend .loadMoreOrders .singleCategoryMoreBtn + .orders_list_more, .loadMoreOrders .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .orders_list_more, .singleCategoryContainer .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .singleCategoryMoreBtn + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .addToCartBtn, .singleCategoryContainer .input-group-prepend .modalQuickV .ProductAddBlock .singleCategoryMoreBtn + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .addToCartBtn.addtoCart, .singleCategoryContainer .input-group-prepend .modalQuickV .singleCategoryMoreBtn + .discount, .modalQuickV .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .discount, .input-group-prepend .singleCategoryContainer .btn + .singleCategoryMoreBtn, .input-group-prepend .singleCategoryContainer .loadMoreOrders .orders_list_more + .singleCategoryMoreBtn, .loadMoreOrders .input-group-prepend .singleCategoryContainer .orders_list_more + .singleCategoryMoreBtn, .input-group-prepend .singleCategoryContainer .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .singleCategoryMoreBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .singleCategoryContainer .addToCartBtn + .singleCategoryMoreBtn, .input-group-prepend .singleCategoryContainer .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .singleCategoryMoreBtn, .modalQuickV .ProductAddBlock .input-group-prepend .singleCategoryContainer .addToCartBtn.addtoCart + .singleCategoryMoreBtn, .input-group-prepend .singleCategoryContainer .modalQuickV .discount + .singleCategoryMoreBtn, .modalQuickV .input-group-prepend .singleCategoryContainer .discount + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .btn + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .loadMoreOrders .orders_list_more + .singleCategoryMoreBtn, .loadMoreOrders .singleCategoryContainer .input-group-prepend .orders_list_more + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .singleCategoryMoreBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .singleCategoryContainer .input-group-prepend .addToCartBtn + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .singleCategoryMoreBtn, .modalQuickV .ProductAddBlock .singleCategoryContainer .input-group-prepend .addToCartBtn.addtoCart + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .modalQuickV .discount + .singleCategoryMoreBtn, .modalQuickV .singleCategoryContainer .input-group-prepend .discount + .singleCategoryMoreBtn, .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .singleCategoryMoreBtn, .input-group-prepend .primary_button_md + .btn, .input-group-prepend .loadMoreOrders .primary_button_md + .orders_list_more, .loadMoreOrders .input-group-prepend .primary_button_md + .orders_list_more, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .primary_button_md + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .primary_button_md + .addToCartBtn, .input-group-prepend .modalQuickV .ProductAddBlock .primary_button_md + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .primary_button_md + .addToCartBtn.addtoCart, .input-group-prepend .modalQuickV .primary_button_md + .discount, .modalQuickV .input-group-prepend .primary_button_md + .discount, .input-group-prepend .singleCategoryContainer .primary_button_md + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .primary_button_md + .singleCategoryMoreBtn, .input-group-prepend .btn + .primary_button_md, .input-group-prepend .loadMoreOrders .orders_list_more + .primary_button_md, .loadMoreOrders .input-group-prepend .orders_list_more + .primary_button_md, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .primary_button_md, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn + .primary_button_md, .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .primary_button_md, .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .primary_button_md, .input-group-prepend .modalQuickV .discount + .primary_button_md, .modalQuickV .input-group-prepend .discount + .primary_button_md, .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .primary_button_md, .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .primary_button_md, .input-group-prepend .primary_button_md + .primary_button_md, .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .btn, .input-group-prepend .main_slider_item_details--inverted .loadMoreOrders .main_slider_item_button + .orders_list_more, .loadMoreOrders .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .orders_list_more, .input-group-prepend .main_slider_item_details--inverted .productPageMainContainer .productInfoMain .ProductAddBlock .main_slider_item_button + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn, .input-group-prepend .main_slider_item_details--inverted .modalQuickV .ProductAddBlock .main_slider_item_button + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.addtoCart, .input-group-prepend .main_slider_item_details--inverted .modalQuickV .main_slider_item_button + .discount, .modalQuickV .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .discount, .input-group-prepend .main_slider_item_details--inverted .singleCategoryContainer .main_slider_item_button + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .singleCategoryMoreBtn, .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .primary_button_md, .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .btn, .main_slider_item_details--inverted .input-group-prepend .loadMoreOrders .main_slider_item_button + .orders_list_more, .loadMoreOrders .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .orders_list_more, .main_slider_item_details--inverted .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .main_slider_item_button + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .addToCartBtn, .main_slider_item_details--inverted .input-group-prepend .modalQuickV .ProductAddBlock .main_slider_item_button + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .addToCartBtn.addtoCart, .main_slider_item_details--inverted .input-group-prepend .modalQuickV .main_slider_item_button + .discount, .modalQuickV .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .discount, .main_slider_item_details--inverted .input-group-prepend .singleCategoryContainer .main_slider_item_button + .singleCategoryMoreBtn, .singleCategoryContainer .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .singleCategoryMoreBtn, .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .primary_button_md, .input-group-prepend .main_slider_item_details--inverted .btn + .main_slider_item_button, .input-group-prepend .main_slider_item_details--inverted .loadMoreOrders .orders_list_more + .main_slider_item_button, .loadMoreOrders .input-group-prepend .main_slider_item_details--inverted .orders_list_more + .main_slider_item_button, .input-group-prepend .main_slider_item_details--inverted .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .main_slider_item_button, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .main_slider_item_details--inverted .addToCartBtn + .main_slider_item_button, .input-group-prepend .main_slider_item_details--inverted .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .main_slider_item_button, .modalQuickV .ProductAddBlock .input-group-prepend .main_slider_item_details--inverted .addToCartBtn.addtoCart + .main_slider_item_button, .input-group-prepend .main_slider_item_details--inverted .modalQuickV .discount + .main_slider_item_button, .modalQuickV .input-group-prepend .main_slider_item_details--inverted .discount + .main_slider_item_button, .input-group-prepend .main_slider_item_details--inverted .singleCategoryContainer .singleCategoryMoreBtn + .main_slider_item_button, .singleCategoryContainer .input-group-prepend .main_slider_item_details--inverted .singleCategoryMoreBtn + .main_slider_item_button, .input-group-prepend .main_slider_item_details--inverted .primary_button_md + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .btn + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .loadMoreOrders .orders_list_more + .main_slider_item_button, .loadMoreOrders .main_slider_item_details--inverted .input-group-prepend .orders_list_more + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .main_slider_item_button, .productPageMainContainer .productInfoMain .ProductAddBlock .main_slider_item_details--inverted .input-group-prepend .addToCartBtn + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .main_slider_item_button, .modalQuickV .ProductAddBlock .main_slider_item_details--inverted .input-group-prepend .addToCartBtn.addtoCart + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .modalQuickV .discount + .main_slider_item_button, .modalQuickV .main_slider_item_details--inverted .input-group-prepend .discount + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .main_slider_item_button, .singleCategoryContainer .main_slider_item_details--inverted .input-group-prepend .singleCategoryMoreBtn + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .primary_button_md + .main_slider_item_button, .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .main_slider_item_button, .input-group-prepend .brands_slider_show_more_button + .btn, .input-group-prepend .loadMoreOrders .brands_slider_show_more_button + .orders_list_more, .loadMoreOrders .input-group-prepend .brands_slider_show_more_button + .orders_list_more, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .brands_slider_show_more_button + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .brands_slider_show_more_button + .addToCartBtn, .input-group-prepend .modalQuickV .ProductAddBlock .brands_slider_show_more_button + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .brands_slider_show_more_button + .addToCartBtn.addtoCart, .input-group-prepend .modalQuickV .brands_slider_show_more_button + .discount, .modalQuickV .input-group-prepend .brands_slider_show_more_button + .discount, .input-group-prepend .singleCategoryContainer .brands_slider_show_more_button + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .brands_slider_show_more_button + .singleCategoryMoreBtn, .input-group-prepend .brands_slider_show_more_button + .primary_button_md, .input-group-prepend .main_slider_item_details--inverted .brands_slider_show_more_button + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .brands_slider_show_more_button + .main_slider_item_button, .input-group-prepend .btn + .brands_slider_show_more_button, .input-group-prepend .loadMoreOrders .orders_list_more + .brands_slider_show_more_button, .loadMoreOrders .input-group-prepend .orders_list_more + .brands_slider_show_more_button, .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .brands_slider_show_more_button, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn + .brands_slider_show_more_button, .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .brands_slider_show_more_button, .modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .brands_slider_show_more_button, .input-group-prepend .modalQuickV .discount + .brands_slider_show_more_button, .modalQuickV .input-group-prepend .discount + .brands_slider_show_more_button, .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .brands_slider_show_more_button, .singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .brands_slider_show_more_button, .input-group-prepend .primary_button_md + .brands_slider_show_more_button, .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .brands_slider_show_more_button, .main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .brands_slider_show_more_button, .input-group-prepend .brands_slider_show_more_button + .brands_slider_show_more_button, .input-group-prepend .product_card .wishlistBtn + .btn, .input-group-prepend .product_card .loadMoreOrders .wishlistBtn + .orders_list_more, .loadMoreOrders .input-group-prepend .product_card .wishlistBtn + .orders_list_more, .input-group-prepend .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .wishlistBtn + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .product_card .wishlistBtn + .addToCartBtn, .input-group-prepend .product_card .modalQuickV .ProductAddBlock .wishlistBtn + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .product_card .wishlistBtn + .addToCartBtn.addtoCart, .input-group-prepend .product_card .modalQuickV .wishlistBtn + .discount, .modalQuickV .input-group-prepend .product_card .wishlistBtn + .discount, .input-group-prepend .product_card .singleCategoryContainer .wishlistBtn + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .product_card .wishlistBtn + .singleCategoryMoreBtn, .input-group-prepend .product_card .wishlistBtn + .primary_button_md, .input-group-prepend .product_card .main_slider_item_details--inverted .wishlistBtn + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .product_card .wishlistBtn + .main_slider_item_button, .input-group-prepend .product_card .wishlistBtn + .brands_slider_show_more_button, .product_card .input-group-prepend .wishlistBtn + .btn, .product_card .input-group-prepend .loadMoreOrders .wishlistBtn + .orders_list_more, .loadMoreOrders .product_card .input-group-prepend .wishlistBtn + .orders_list_more, .product_card .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .wishlistBtn + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-prepend .wishlistBtn + .addToCartBtn, .product_card .input-group-prepend .modalQuickV .ProductAddBlock .wishlistBtn + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .product_card .input-group-prepend .wishlistBtn + .addToCartBtn.addtoCart, .product_card .input-group-prepend .modalQuickV .wishlistBtn + .discount, .modalQuickV .product_card .input-group-prepend .wishlistBtn + .discount, .product_card .input-group-prepend .singleCategoryContainer .wishlistBtn + .singleCategoryMoreBtn, .singleCategoryContainer .product_card .input-group-prepend .wishlistBtn + .singleCategoryMoreBtn, .product_card .input-group-prepend .wishlistBtn + .primary_button_md, .product_card .input-group-prepend .main_slider_item_details--inverted .wishlistBtn + .main_slider_item_button, .main_slider_item_details--inverted .product_card .input-group-prepend .wishlistBtn + .main_slider_item_button, .product_card .input-group-prepend .wishlistBtn + .brands_slider_show_more_button, .input-group-prepend .product_card .btn + .wishlistBtn, .input-group-prepend .product_card .loadMoreOrders .orders_list_more + .wishlistBtn, .loadMoreOrders .input-group-prepend .product_card .orders_list_more + .wishlistBtn, .input-group-prepend .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .wishlistBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .product_card .addToCartBtn + .wishlistBtn, .input-group-prepend .product_card .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .wishlistBtn, .modalQuickV .ProductAddBlock .input-group-prepend .product_card .addToCartBtn.addtoCart + .wishlistBtn, .input-group-prepend .product_card .modalQuickV .discount + .wishlistBtn, .modalQuickV .input-group-prepend .product_card .discount + .wishlistBtn, .input-group-prepend .product_card .singleCategoryContainer .singleCategoryMoreBtn + .wishlistBtn, .singleCategoryContainer .input-group-prepend .product_card .singleCategoryMoreBtn + .wishlistBtn, .input-group-prepend .product_card .primary_button_md + .wishlistBtn, .input-group-prepend .product_card .main_slider_item_details--inverted .main_slider_item_button + .wishlistBtn, .main_slider_item_details--inverted .input-group-prepend .product_card .main_slider_item_button + .wishlistBtn, .input-group-prepend .product_card .brands_slider_show_more_button + .wishlistBtn, .product_card .input-group-prepend .btn + .wishlistBtn, .product_card .input-group-prepend .loadMoreOrders .orders_list_more + .wishlistBtn, .loadMoreOrders .product_card .input-group-prepend .orders_list_more + .wishlistBtn, .product_card .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .wishlistBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-prepend .addToCartBtn + .wishlistBtn, .product_card .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .wishlistBtn, .modalQuickV .ProductAddBlock .product_card .input-group-prepend .addToCartBtn.addtoCart + .wishlistBtn, .product_card .input-group-prepend .modalQuickV .discount + .wishlistBtn, .modalQuickV .product_card .input-group-prepend .discount + .wishlistBtn, .product_card .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .wishlistBtn, .singleCategoryContainer .product_card .input-group-prepend .singleCategoryMoreBtn + .wishlistBtn, .product_card .input-group-prepend .primary_button_md + .wishlistBtn, .product_card .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .wishlistBtn, .main_slider_item_details--inverted .product_card .input-group-prepend .main_slider_item_button + .wishlistBtn, .product_card .input-group-prepend .brands_slider_show_more_button + .wishlistBtn, .input-group-prepend .product_card .wishlistBtn + .wishlistBtn, .product_card .input-group-prepend .wishlistBtn + .wishlistBtn, .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .btn, .input-group-prepend .product_card .loadMoreOrders .addToCartBtn.quickViewBtn + .orders_list_more, .loadMoreOrders .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .orders_list_more, .input-group-prepend .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.quickViewBtn + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .addToCartBtn, .input-group-prepend .product_card .modalQuickV .ProductAddBlock .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart, .input-group-prepend .product_card .modalQuickV .addToCartBtn.quickViewBtn + .discount, .modalQuickV .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .discount, .input-group-prepend .product_card .singleCategoryContainer .addToCartBtn.quickViewBtn + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .singleCategoryMoreBtn, .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .primary_button_md, .input-group-prepend .product_card .main_slider_item_details--inverted .addToCartBtn.quickViewBtn + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .main_slider_item_button, .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .brands_slider_show_more_button, .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .wishlistBtn, .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .btn, .product_card .input-group-prepend .loadMoreOrders .addToCartBtn.quickViewBtn + .orders_list_more, .loadMoreOrders .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .orders_list_more, .product_card .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.quickViewBtn + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .addToCartBtn, .product_card .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart, .product_card .input-group-prepend .modalQuickV .addToCartBtn.quickViewBtn + .discount, .modalQuickV .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .discount, .product_card .input-group-prepend .singleCategoryContainer .addToCartBtn.quickViewBtn + .singleCategoryMoreBtn, .singleCategoryContainer .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .singleCategoryMoreBtn, .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .primary_button_md, .product_card .input-group-prepend .main_slider_item_details--inverted .addToCartBtn.quickViewBtn + .main_slider_item_button, .main_slider_item_details--inverted .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .main_slider_item_button, .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .brands_slider_show_more_button, .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .wishlistBtn, .input-group-prepend .product_card .btn + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .loadMoreOrders .orders_list_more + .addToCartBtn.quickViewBtn, .loadMoreOrders .input-group-prepend .product_card .orders_list_more + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.quickViewBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .product_card .addToCartBtn + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn, .modalQuickV .ProductAddBlock .input-group-prepend .product_card .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .modalQuickV .discount + .addToCartBtn.quickViewBtn, .modalQuickV .input-group-prepend .product_card .discount + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.quickViewBtn, .singleCategoryContainer .input-group-prepend .product_card .singleCategoryMoreBtn + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .primary_button_md + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.quickViewBtn, .main_slider_item_details--inverted .input-group-prepend .product_card .main_slider_item_button + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .brands_slider_show_more_button + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .wishlistBtn + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .btn + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .loadMoreOrders .orders_list_more + .addToCartBtn.quickViewBtn, .loadMoreOrders .product_card .input-group-prepend .orders_list_more + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.quickViewBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-prepend .addToCartBtn + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn, .modalQuickV .ProductAddBlock .product_card .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .modalQuickV .discount + .addToCartBtn.quickViewBtn, .modalQuickV .product_card .input-group-prepend .discount + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.quickViewBtn, .singleCategoryContainer .product_card .input-group-prepend .singleCategoryMoreBtn + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .primary_button_md + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.quickViewBtn, .main_slider_item_details--inverted .product_card .input-group-prepend .main_slider_item_button + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .brands_slider_show_more_button + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .wishlistBtn + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .addToCartBtn.addtoCart + .btn, .input-group-prepend .product_card .loadMoreOrders .addToCartBtn.addtoCart + .orders_list_more, .loadMoreOrders .input-group-prepend .product_card .addToCartBtn.addtoCart + .orders_list_more, .input-group-prepend .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .product_card .addToCartBtn.addtoCart + .addToCartBtn, .input-group-prepend .product_card .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .product_card .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .input-group-prepend .product_card .modalQuickV .addToCartBtn.addtoCart + .discount, .modalQuickV .input-group-prepend .product_card .addToCartBtn.addtoCart + .discount, .input-group-prepend .product_card .singleCategoryContainer .addToCartBtn.addtoCart + .singleCategoryMoreBtn, .singleCategoryContainer .input-group-prepend .product_card .addToCartBtn.addtoCart + .singleCategoryMoreBtn, .input-group-prepend .product_card .addToCartBtn.addtoCart + .primary_button_md, .input-group-prepend .product_card .main_slider_item_details--inverted .addToCartBtn.addtoCart + .main_slider_item_button, .main_slider_item_details--inverted .input-group-prepend .product_card .addToCartBtn.addtoCart + .main_slider_item_button, .input-group-prepend .product_card .addToCartBtn.addtoCart + .brands_slider_show_more_button, .input-group-prepend .product_card .addToCartBtn.addtoCart + .wishlistBtn, .input-group-prepend .product_card .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn, .product_card .input-group-prepend .addToCartBtn.addtoCart + .btn, .product_card .input-group-prepend .loadMoreOrders .addToCartBtn.addtoCart + .orders_list_more, .loadMoreOrders .product_card .input-group-prepend .addToCartBtn.addtoCart + .orders_list_more, .product_card .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn, .product_card .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .product_card .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .product_card .input-group-prepend .modalQuickV .addToCartBtn.addtoCart + .discount, .modalQuickV .product_card .input-group-prepend .addToCartBtn.addtoCart + .discount, .product_card .input-group-prepend .singleCategoryContainer .addToCartBtn.addtoCart + .singleCategoryMoreBtn, .singleCategoryContainer .product_card .input-group-prepend .addToCartBtn.addtoCart + .singleCategoryMoreBtn, .product_card .input-group-prepend .addToCartBtn.addtoCart + .primary_button_md, .product_card .input-group-prepend .main_slider_item_details--inverted .addToCartBtn.addtoCart + .main_slider_item_button, .main_slider_item_details--inverted .product_card .input-group-prepend .addToCartBtn.addtoCart + .main_slider_item_button, .product_card .input-group-prepend .addToCartBtn.addtoCart + .brands_slider_show_more_button, .product_card .input-group-prepend .addToCartBtn.addtoCart + .wishlistBtn, .product_card .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn, .input-group-prepend .product_card .btn + .addToCartBtn.addtoCart, .input-group-prepend .product_card .loadMoreOrders .orders_list_more + .addToCartBtn.addtoCart, .loadMoreOrders .input-group-prepend .product_card .orders_list_more + .addToCartBtn.addtoCart, .input-group-prepend .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.addtoCart, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .product_card .addToCartBtn + .addToCartBtn.addtoCart, .input-group-prepend .product_card .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-prepend .product_card .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .input-group-prepend .product_card .modalQuickV .discount + .addToCartBtn.addtoCart, .modalQuickV .input-group-prepend .product_card .discount + .addToCartBtn.addtoCart, .input-group-prepend .product_card .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.addtoCart, .singleCategoryContainer .input-group-prepend .product_card .singleCategoryMoreBtn + .addToCartBtn.addtoCart, .input-group-prepend .product_card .primary_button_md + .addToCartBtn.addtoCart, .input-group-prepend .product_card .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.addtoCart, .main_slider_item_details--inverted .input-group-prepend .product_card .main_slider_item_button + .addToCartBtn.addtoCart, .input-group-prepend .product_card .brands_slider_show_more_button + .addToCartBtn.addtoCart, .input-group-prepend .product_card .wishlistBtn + .addToCartBtn.addtoCart, .input-group-prepend .product_card .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart, .product_card .input-group-prepend .btn + .addToCartBtn.addtoCart, .product_card .input-group-prepend .loadMoreOrders .orders_list_more + .addToCartBtn.addtoCart, .loadMoreOrders .product_card .input-group-prepend .orders_list_more + .addToCartBtn.addtoCart, .product_card .input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.addtoCart, .productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-prepend .addToCartBtn + .addToCartBtn.addtoCart, .product_card .input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .product_card .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .product_card .input-group-prepend .modalQuickV .discount + .addToCartBtn.addtoCart, .modalQuickV .product_card .input-group-prepend .discount + .addToCartBtn.addtoCart, .product_card .input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.addtoCart, .singleCategoryContainer .product_card .input-group-prepend .singleCategoryMoreBtn + .addToCartBtn.addtoCart, .product_card .input-group-prepend .primary_button_md + .addToCartBtn.addtoCart, .product_card .input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.addtoCart, .main_slider_item_details--inverted .product_card .input-group-prepend .main_slider_item_button + .addToCartBtn.addtoCart, .product_card .input-group-prepend .brands_slider_show_more_button + .addToCartBtn.addtoCart, .product_card .input-group-prepend .wishlistBtn + .addToCartBtn.addtoCart, .product_card .input-group-prepend .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart, .input-group-prepend .product_card .addToCartBtn.addtoCart + .addToCartBtn.addtoCart, .product_card .input-group-prepend .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .loadMoreOrders .orders_list_more + .input-group-text,
.loadMoreOrders .input-group-prepend .orders_list_more + .input-group-text,
.input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .input-group-text,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .addToCartBtn + .input-group-text,
.input-group-prepend .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .input-group-text,
.modalQuickV .ProductAddBlock .input-group-prepend .addToCartBtn.addtoCart + .input-group-text,
.input-group-prepend .modalQuickV .discount + .input-group-text,
.modalQuickV .input-group-prepend .discount + .input-group-text,
.input-group-prepend .singleCategoryContainer .singleCategoryMoreBtn + .input-group-text,
.singleCategoryContainer .input-group-prepend .singleCategoryMoreBtn + .input-group-text,
.input-group-prepend .primary_button_md + .input-group-text,
.input-group-prepend .main_slider_item_details--inverted .main_slider_item_button + .input-group-text,
.main_slider_item_details--inverted .input-group-prepend .main_slider_item_button + .input-group-text,
.input-group-prepend .brands_slider_show_more_button + .input-group-text,
.input-group-prepend .product_card .wishlistBtn + .input-group-text,
.product_card .input-group-prepend .wishlistBtn + .input-group-text,
.input-group-prepend .product_card .addToCartBtn.quickViewBtn + .input-group-text,
.product_card .input-group-prepend .addToCartBtn.quickViewBtn + .input-group-text,
.input-group-prepend .product_card .addToCartBtn.addtoCart + .input-group-text,
.product_card .input-group-prepend .addToCartBtn.addtoCart + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .loadMoreOrders .input-group-text + .orders_list_more,
.loadMoreOrders .input-group-prepend .input-group-text + .orders_list_more,
.input-group-prepend .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-text + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-prepend .input-group-text + .addToCartBtn,
.input-group-prepend .modalQuickV .ProductAddBlock .input-group-text + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-prepend .input-group-text + .addToCartBtn.addtoCart,
.input-group-prepend .modalQuickV .input-group-text + .discount,
.modalQuickV .input-group-prepend .input-group-text + .discount,
.input-group-prepend .singleCategoryContainer .input-group-text + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-prepend .input-group-text + .singleCategoryMoreBtn,
.input-group-prepend .input-group-text + .primary_button_md,
.input-group-prepend .main_slider_item_details--inverted .input-group-text + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-prepend .input-group-text + .main_slider_item_button,
.input-group-prepend .input-group-text + .brands_slider_show_more_button,
.input-group-prepend .product_card .input-group-text + .wishlistBtn,
.product_card .input-group-prepend .input-group-text + .wishlistBtn,
.input-group-prepend .product_card .input-group-text + .addToCartBtn.quickViewBtn,
.product_card .input-group-prepend .input-group-text + .addToCartBtn.quickViewBtn,
.input-group-prepend .product_card .input-group-text + .addToCartBtn.addtoCart,
.product_card .input-group-prepend .input-group-text + .addToCartBtn.addtoCart,
.input-group-append .btn + .btn,
.input-group-append .loadMoreOrders .orders_list_more + .btn,
.loadMoreOrders .input-group-append .orders_list_more + .btn,
.input-group-append .loadMoreOrders .btn + .orders_list_more,
.loadMoreOrders .input-group-append .btn + .orders_list_more,
.input-group-append .loadMoreOrders .orders_list_more + .orders_list_more,
.loadMoreOrders .input-group-append .orders_list_more + .orders_list_more,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .btn,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .loadMoreOrders .addToCartBtn + .orders_list_more,
.loadMoreOrders .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn + .btn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .loadMoreOrders .addToCartBtn + .orders_list_more,
.loadMoreOrders .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn + .orders_list_more,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .btn + .addToCartBtn,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .loadMoreOrders .orders_list_more + .addToCartBtn,
.loadMoreOrders .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .orders_list_more + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .btn + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .loadMoreOrders .orders_list_more + .addToCartBtn,
.loadMoreOrders .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .orders_list_more + .addToCartBtn,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn + .addToCartBtn,
.input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .btn,
.input-group-append .modalQuickV .ProductAddBlock .loadMoreOrders .addToCartBtn.addtoCart + .orders_list_more,
.loadMoreOrders .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .orders_list_more,
.input-group-append .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn,
.productPageMainContainer .productInfoMain .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn,
.modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .btn,
.modalQuickV .ProductAddBlock .input-group-append .loadMoreOrders .addToCartBtn.addtoCart + .orders_list_more,
.loadMoreOrders .modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .orders_list_more,
.modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .addToCartBtn,
.productPageMainContainer .productInfoMain .modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .addToCartBtn,
.input-group-append .modalQuickV .ProductAddBlock .btn + .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .ProductAddBlock .loadMoreOrders .orders_list_more + .addToCartBtn.addtoCart,
.loadMoreOrders .input-group-append .modalQuickV .ProductAddBlock .orders_list_more + .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.addtoCart,
.productPageMainContainer .productInfoMain .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .btn + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .loadMoreOrders .orders_list_more + .addToCartBtn.addtoCart,
.loadMoreOrders .modalQuickV .ProductAddBlock .input-group-append .orders_list_more + .addToCartBtn.addtoCart,
.modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn + .addToCartBtn.addtoCart,
.productPageMainContainer .productInfoMain .modalQuickV .ProductAddBlock .input-group-append .addToCartBtn + .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .discount + .btn,
.input-group-append .modalQuickV .loadMoreOrders .discount + .orders_list_more,
.loadMoreOrders .input-group-append .modalQuickV .discount + .orders_list_more,
.input-group-append .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .discount + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .modalQuickV .discount + .addToCartBtn,
.input-group-append .modalQuickV .ProductAddBlock .discount + .addToCartBtn.addtoCart,
.modalQuickV .input-group-append .discount + .btn,
.modalQuickV .input-group-append .loadMoreOrders .discount + .orders_list_more,
.loadMoreOrders .modalQuickV .input-group-append .discount + .orders_list_more,
.modalQuickV .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .discount + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .modalQuickV .input-group-append .discount + .addToCartBtn,
.modalQuickV .input-group-append .ProductAddBlock .discount + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .discount + .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .btn + .discount,
.input-group-append .modalQuickV .loadMoreOrders .orders_list_more + .discount,
.loadMoreOrders .input-group-append .modalQuickV .orders_list_more + .discount,
.input-group-append .modalQuickV .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .discount,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .modalQuickV .addToCartBtn + .discount,
.input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .discount,
.modalQuickV .input-group-append .btn + .discount,
.modalQuickV .input-group-append .loadMoreOrders .orders_list_more + .discount,
.loadMoreOrders .modalQuickV .input-group-append .orders_list_more + .discount,
.modalQuickV .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .discount,
.productPageMainContainer .productInfoMain .ProductAddBlock .modalQuickV .input-group-append .addToCartBtn + .discount,
.modalQuickV .input-group-append .ProductAddBlock .addToCartBtn.addtoCart + .discount,
.modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .discount,
.input-group-append .modalQuickV .discount + .discount,
.modalQuickV .input-group-append .discount + .discount,
.input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .btn,
.input-group-append .singleCategoryContainer .loadMoreOrders .singleCategoryMoreBtn + .orders_list_more,
.loadMoreOrders .input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .orders_list_more,
.input-group-append .singleCategoryContainer .productPageMainContainer .productInfoMain .ProductAddBlock .singleCategoryMoreBtn + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn,
.input-group-append .singleCategoryContainer .modalQuickV .ProductAddBlock .singleCategoryMoreBtn + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.addtoCart,
.input-group-append .singleCategoryContainer .modalQuickV .singleCategoryMoreBtn + .discount,
.modalQuickV .input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .discount,
.singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .btn,
.singleCategoryContainer .input-group-append .loadMoreOrders .singleCategoryMoreBtn + .orders_list_more,
.loadMoreOrders .singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .orders_list_more,
.singleCategoryContainer .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .singleCategoryMoreBtn + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .addToCartBtn,
.singleCategoryContainer .input-group-append .modalQuickV .ProductAddBlock .singleCategoryMoreBtn + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .addToCartBtn.addtoCart,
.singleCategoryContainer .input-group-append .modalQuickV .singleCategoryMoreBtn + .discount,
.modalQuickV .singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .discount,
.input-group-append .singleCategoryContainer .btn + .singleCategoryMoreBtn,
.input-group-append .singleCategoryContainer .loadMoreOrders .orders_list_more + .singleCategoryMoreBtn,
.loadMoreOrders .input-group-append .singleCategoryContainer .orders_list_more + .singleCategoryMoreBtn,
.input-group-append .singleCategoryContainer .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .singleCategoryMoreBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .singleCategoryContainer .addToCartBtn + .singleCategoryMoreBtn,
.input-group-append .singleCategoryContainer .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .singleCategoryMoreBtn,
.modalQuickV .ProductAddBlock .input-group-append .singleCategoryContainer .addToCartBtn.addtoCart + .singleCategoryMoreBtn,
.input-group-append .singleCategoryContainer .modalQuickV .discount + .singleCategoryMoreBtn,
.modalQuickV .input-group-append .singleCategoryContainer .discount + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .btn + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .loadMoreOrders .orders_list_more + .singleCategoryMoreBtn,
.loadMoreOrders .singleCategoryContainer .input-group-append .orders_list_more + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .singleCategoryMoreBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .singleCategoryContainer .input-group-append .addToCartBtn + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .singleCategoryMoreBtn,
.modalQuickV .ProductAddBlock .singleCategoryContainer .input-group-append .addToCartBtn.addtoCart + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .modalQuickV .discount + .singleCategoryMoreBtn,
.modalQuickV .singleCategoryContainer .input-group-append .discount + .singleCategoryMoreBtn,
.input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .singleCategoryMoreBtn,
.input-group-append .primary_button_md + .btn,
.input-group-append .loadMoreOrders .primary_button_md + .orders_list_more,
.loadMoreOrders .input-group-append .primary_button_md + .orders_list_more,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .primary_button_md + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .primary_button_md + .addToCartBtn,
.input-group-append .modalQuickV .ProductAddBlock .primary_button_md + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .primary_button_md + .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .primary_button_md + .discount,
.modalQuickV .input-group-append .primary_button_md + .discount,
.input-group-append .singleCategoryContainer .primary_button_md + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .primary_button_md + .singleCategoryMoreBtn,
.input-group-append .btn + .primary_button_md,
.input-group-append .loadMoreOrders .orders_list_more + .primary_button_md,
.loadMoreOrders .input-group-append .orders_list_more + .primary_button_md,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .primary_button_md,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn + .primary_button_md,
.input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .primary_button_md,
.modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .primary_button_md,
.input-group-append .modalQuickV .discount + .primary_button_md,
.modalQuickV .input-group-append .discount + .primary_button_md,
.input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .primary_button_md,
.singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .primary_button_md,
.input-group-append .primary_button_md + .primary_button_md,
.input-group-append .main_slider_item_details--inverted .main_slider_item_button + .btn,
.input-group-append .main_slider_item_details--inverted .loadMoreOrders .main_slider_item_button + .orders_list_more,
.loadMoreOrders .input-group-append .main_slider_item_details--inverted .main_slider_item_button + .orders_list_more,
.input-group-append .main_slider_item_details--inverted .productPageMainContainer .productInfoMain .ProductAddBlock .main_slider_item_button + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn,
.input-group-append .main_slider_item_details--inverted .modalQuickV .ProductAddBlock .main_slider_item_button + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.addtoCart,
.input-group-append .main_slider_item_details--inverted .modalQuickV .main_slider_item_button + .discount,
.modalQuickV .input-group-append .main_slider_item_details--inverted .main_slider_item_button + .discount,
.input-group-append .main_slider_item_details--inverted .singleCategoryContainer .main_slider_item_button + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .main_slider_item_details--inverted .main_slider_item_button + .singleCategoryMoreBtn,
.input-group-append .main_slider_item_details--inverted .main_slider_item_button + .primary_button_md,
.main_slider_item_details--inverted .input-group-append .main_slider_item_button + .btn,
.main_slider_item_details--inverted .input-group-append .loadMoreOrders .main_slider_item_button + .orders_list_more,
.loadMoreOrders .main_slider_item_details--inverted .input-group-append .main_slider_item_button + .orders_list_more,
.main_slider_item_details--inverted .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .main_slider_item_button + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .main_slider_item_details--inverted .input-group-append .main_slider_item_button + .addToCartBtn,
.main_slider_item_details--inverted .input-group-append .modalQuickV .ProductAddBlock .main_slider_item_button + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .main_slider_item_details--inverted .input-group-append .main_slider_item_button + .addToCartBtn.addtoCart,
.main_slider_item_details--inverted .input-group-append .modalQuickV .main_slider_item_button + .discount,
.modalQuickV .main_slider_item_details--inverted .input-group-append .main_slider_item_button + .discount,
.main_slider_item_details--inverted .input-group-append .singleCategoryContainer .main_slider_item_button + .singleCategoryMoreBtn,
.singleCategoryContainer .main_slider_item_details--inverted .input-group-append .main_slider_item_button + .singleCategoryMoreBtn,
.main_slider_item_details--inverted .input-group-append .main_slider_item_button + .primary_button_md,
.input-group-append .main_slider_item_details--inverted .btn + .main_slider_item_button,
.input-group-append .main_slider_item_details--inverted .loadMoreOrders .orders_list_more + .main_slider_item_button,
.loadMoreOrders .input-group-append .main_slider_item_details--inverted .orders_list_more + .main_slider_item_button,
.input-group-append .main_slider_item_details--inverted .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .main_slider_item_button,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .main_slider_item_details--inverted .addToCartBtn + .main_slider_item_button,
.input-group-append .main_slider_item_details--inverted .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .main_slider_item_button,
.modalQuickV .ProductAddBlock .input-group-append .main_slider_item_details--inverted .addToCartBtn.addtoCart + .main_slider_item_button,
.input-group-append .main_slider_item_details--inverted .modalQuickV .discount + .main_slider_item_button,
.modalQuickV .input-group-append .main_slider_item_details--inverted .discount + .main_slider_item_button,
.input-group-append .main_slider_item_details--inverted .singleCategoryContainer .singleCategoryMoreBtn + .main_slider_item_button,
.singleCategoryContainer .input-group-append .main_slider_item_details--inverted .singleCategoryMoreBtn + .main_slider_item_button,
.input-group-append .main_slider_item_details--inverted .primary_button_md + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .btn + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .loadMoreOrders .orders_list_more + .main_slider_item_button,
.loadMoreOrders .main_slider_item_details--inverted .input-group-append .orders_list_more + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .main_slider_item_button,
.productPageMainContainer .productInfoMain .ProductAddBlock .main_slider_item_details--inverted .input-group-append .addToCartBtn + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .main_slider_item_button,
.modalQuickV .ProductAddBlock .main_slider_item_details--inverted .input-group-append .addToCartBtn.addtoCart + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .modalQuickV .discount + .main_slider_item_button,
.modalQuickV .main_slider_item_details--inverted .input-group-append .discount + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .main_slider_item_button,
.singleCategoryContainer .main_slider_item_details--inverted .input-group-append .singleCategoryMoreBtn + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .primary_button_md + .main_slider_item_button,
.input-group-append .main_slider_item_details--inverted .main_slider_item_button + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .main_slider_item_button + .main_slider_item_button,
.input-group-append .brands_slider_show_more_button + .btn,
.input-group-append .loadMoreOrders .brands_slider_show_more_button + .orders_list_more,
.loadMoreOrders .input-group-append .brands_slider_show_more_button + .orders_list_more,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .brands_slider_show_more_button + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .brands_slider_show_more_button + .addToCartBtn,
.input-group-append .modalQuickV .ProductAddBlock .brands_slider_show_more_button + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .brands_slider_show_more_button + .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .brands_slider_show_more_button + .discount,
.modalQuickV .input-group-append .brands_slider_show_more_button + .discount,
.input-group-append .singleCategoryContainer .brands_slider_show_more_button + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .brands_slider_show_more_button + .singleCategoryMoreBtn,
.input-group-append .brands_slider_show_more_button + .primary_button_md,
.input-group-append .main_slider_item_details--inverted .brands_slider_show_more_button + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .brands_slider_show_more_button + .main_slider_item_button,
.input-group-append .btn + .brands_slider_show_more_button,
.input-group-append .loadMoreOrders .orders_list_more + .brands_slider_show_more_button,
.loadMoreOrders .input-group-append .orders_list_more + .brands_slider_show_more_button,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .brands_slider_show_more_button,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn + .brands_slider_show_more_button,
.input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .brands_slider_show_more_button,
.modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .brands_slider_show_more_button,
.input-group-append .modalQuickV .discount + .brands_slider_show_more_button,
.modalQuickV .input-group-append .discount + .brands_slider_show_more_button,
.input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .brands_slider_show_more_button,
.singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .brands_slider_show_more_button,
.input-group-append .primary_button_md + .brands_slider_show_more_button,
.input-group-append .main_slider_item_details--inverted .main_slider_item_button + .brands_slider_show_more_button,
.main_slider_item_details--inverted .input-group-append .main_slider_item_button + .brands_slider_show_more_button,
.input-group-append .brands_slider_show_more_button + .brands_slider_show_more_button,
.input-group-append .product_card .wishlistBtn + .btn,
.input-group-append .product_card .loadMoreOrders .wishlistBtn + .orders_list_more,
.loadMoreOrders .input-group-append .product_card .wishlistBtn + .orders_list_more,
.input-group-append .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .wishlistBtn + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .product_card .wishlistBtn + .addToCartBtn,
.input-group-append .product_card .modalQuickV .ProductAddBlock .wishlistBtn + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .product_card .wishlistBtn + .addToCartBtn.addtoCart,
.input-group-append .product_card .modalQuickV .wishlistBtn + .discount,
.modalQuickV .input-group-append .product_card .wishlistBtn + .discount,
.input-group-append .product_card .singleCategoryContainer .wishlistBtn + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .product_card .wishlistBtn + .singleCategoryMoreBtn,
.input-group-append .product_card .wishlistBtn + .primary_button_md,
.input-group-append .product_card .main_slider_item_details--inverted .wishlistBtn + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .product_card .wishlistBtn + .main_slider_item_button,
.input-group-append .product_card .wishlistBtn + .brands_slider_show_more_button,
.product_card .input-group-append .wishlistBtn + .btn,
.product_card .input-group-append .loadMoreOrders .wishlistBtn + .orders_list_more,
.loadMoreOrders .product_card .input-group-append .wishlistBtn + .orders_list_more,
.product_card .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .wishlistBtn + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-append .wishlistBtn + .addToCartBtn,
.product_card .input-group-append .modalQuickV .ProductAddBlock .wishlistBtn + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .product_card .input-group-append .wishlistBtn + .addToCartBtn.addtoCart,
.product_card .input-group-append .modalQuickV .wishlistBtn + .discount,
.modalQuickV .product_card .input-group-append .wishlistBtn + .discount,
.product_card .input-group-append .singleCategoryContainer .wishlistBtn + .singleCategoryMoreBtn,
.singleCategoryContainer .product_card .input-group-append .wishlistBtn + .singleCategoryMoreBtn,
.product_card .input-group-append .wishlistBtn + .primary_button_md,
.product_card .input-group-append .main_slider_item_details--inverted .wishlistBtn + .main_slider_item_button,
.main_slider_item_details--inverted .product_card .input-group-append .wishlistBtn + .main_slider_item_button,
.product_card .input-group-append .wishlistBtn + .brands_slider_show_more_button,
.input-group-append .product_card .btn + .wishlistBtn,
.input-group-append .product_card .loadMoreOrders .orders_list_more + .wishlistBtn,
.loadMoreOrders .input-group-append .product_card .orders_list_more + .wishlistBtn,
.input-group-append .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .wishlistBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .product_card .addToCartBtn + .wishlistBtn,
.input-group-append .product_card .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .wishlistBtn,
.modalQuickV .ProductAddBlock .input-group-append .product_card .addToCartBtn.addtoCart + .wishlistBtn,
.input-group-append .product_card .modalQuickV .discount + .wishlistBtn,
.modalQuickV .input-group-append .product_card .discount + .wishlistBtn,
.input-group-append .product_card .singleCategoryContainer .singleCategoryMoreBtn + .wishlistBtn,
.singleCategoryContainer .input-group-append .product_card .singleCategoryMoreBtn + .wishlistBtn,
.input-group-append .product_card .primary_button_md + .wishlistBtn,
.input-group-append .product_card .main_slider_item_details--inverted .main_slider_item_button + .wishlistBtn,
.main_slider_item_details--inverted .input-group-append .product_card .main_slider_item_button + .wishlistBtn,
.input-group-append .product_card .brands_slider_show_more_button + .wishlistBtn,
.product_card .input-group-append .btn + .wishlistBtn,
.product_card .input-group-append .loadMoreOrders .orders_list_more + .wishlistBtn,
.loadMoreOrders .product_card .input-group-append .orders_list_more + .wishlistBtn,
.product_card .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .wishlistBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-append .addToCartBtn + .wishlistBtn,
.product_card .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .wishlistBtn,
.modalQuickV .ProductAddBlock .product_card .input-group-append .addToCartBtn.addtoCart + .wishlistBtn,
.product_card .input-group-append .modalQuickV .discount + .wishlistBtn,
.modalQuickV .product_card .input-group-append .discount + .wishlistBtn,
.product_card .input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .wishlistBtn,
.singleCategoryContainer .product_card .input-group-append .singleCategoryMoreBtn + .wishlistBtn,
.product_card .input-group-append .primary_button_md + .wishlistBtn,
.product_card .input-group-append .main_slider_item_details--inverted .main_slider_item_button + .wishlistBtn,
.main_slider_item_details--inverted .product_card .input-group-append .main_slider_item_button + .wishlistBtn,
.product_card .input-group-append .brands_slider_show_more_button + .wishlistBtn,
.input-group-append .product_card .wishlistBtn + .wishlistBtn,
.product_card .input-group-append .wishlistBtn + .wishlistBtn,
.input-group-append .product_card .addToCartBtn.quickViewBtn + .btn,
.input-group-append .product_card .loadMoreOrders .addToCartBtn.quickViewBtn + .orders_list_more,
.loadMoreOrders .input-group-append .product_card .addToCartBtn.quickViewBtn + .orders_list_more,
.input-group-append .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.quickViewBtn + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .product_card .addToCartBtn.quickViewBtn + .addToCartBtn,
.input-group-append .product_card .modalQuickV .ProductAddBlock .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .product_card .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart,
.input-group-append .product_card .modalQuickV .addToCartBtn.quickViewBtn + .discount,
.modalQuickV .input-group-append .product_card .addToCartBtn.quickViewBtn + .discount,
.input-group-append .product_card .singleCategoryContainer .addToCartBtn.quickViewBtn + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .product_card .addToCartBtn.quickViewBtn + .singleCategoryMoreBtn,
.input-group-append .product_card .addToCartBtn.quickViewBtn + .primary_button_md,
.input-group-append .product_card .main_slider_item_details--inverted .addToCartBtn.quickViewBtn + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .product_card .addToCartBtn.quickViewBtn + .main_slider_item_button,
.input-group-append .product_card .addToCartBtn.quickViewBtn + .brands_slider_show_more_button,
.input-group-append .product_card .addToCartBtn.quickViewBtn + .wishlistBtn,
.product_card .input-group-append .addToCartBtn.quickViewBtn + .btn,
.product_card .input-group-append .loadMoreOrders .addToCartBtn.quickViewBtn + .orders_list_more,
.loadMoreOrders .product_card .input-group-append .addToCartBtn.quickViewBtn + .orders_list_more,
.product_card .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.quickViewBtn + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-append .addToCartBtn.quickViewBtn + .addToCartBtn,
.product_card .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .product_card .input-group-append .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart,
.product_card .input-group-append .modalQuickV .addToCartBtn.quickViewBtn + .discount,
.modalQuickV .product_card .input-group-append .addToCartBtn.quickViewBtn + .discount,
.product_card .input-group-append .singleCategoryContainer .addToCartBtn.quickViewBtn + .singleCategoryMoreBtn,
.singleCategoryContainer .product_card .input-group-append .addToCartBtn.quickViewBtn + .singleCategoryMoreBtn,
.product_card .input-group-append .addToCartBtn.quickViewBtn + .primary_button_md,
.product_card .input-group-append .main_slider_item_details--inverted .addToCartBtn.quickViewBtn + .main_slider_item_button,
.main_slider_item_details--inverted .product_card .input-group-append .addToCartBtn.quickViewBtn + .main_slider_item_button,
.product_card .input-group-append .addToCartBtn.quickViewBtn + .brands_slider_show_more_button,
.product_card .input-group-append .addToCartBtn.quickViewBtn + .wishlistBtn,
.input-group-append .product_card .btn + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .loadMoreOrders .orders_list_more + .addToCartBtn.quickViewBtn,
.loadMoreOrders .input-group-append .product_card .orders_list_more + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.quickViewBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .product_card .addToCartBtn + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn,
.modalQuickV .ProductAddBlock .input-group-append .product_card .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .modalQuickV .discount + .addToCartBtn.quickViewBtn,
.modalQuickV .input-group-append .product_card .discount + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.quickViewBtn,
.singleCategoryContainer .input-group-append .product_card .singleCategoryMoreBtn + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .primary_button_md + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.quickViewBtn,
.main_slider_item_details--inverted .input-group-append .product_card .main_slider_item_button + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .brands_slider_show_more_button + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .wishlistBtn + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .btn + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .loadMoreOrders .orders_list_more + .addToCartBtn.quickViewBtn,
.loadMoreOrders .product_card .input-group-append .orders_list_more + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.quickViewBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-append .addToCartBtn + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn,
.modalQuickV .ProductAddBlock .product_card .input-group-append .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .modalQuickV .discount + .addToCartBtn.quickViewBtn,
.modalQuickV .product_card .input-group-append .discount + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.quickViewBtn,
.singleCategoryContainer .product_card .input-group-append .singleCategoryMoreBtn + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .primary_button_md + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.quickViewBtn,
.main_slider_item_details--inverted .product_card .input-group-append .main_slider_item_button + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .brands_slider_show_more_button + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .wishlistBtn + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .addToCartBtn.quickViewBtn + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .addToCartBtn.quickViewBtn + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .addToCartBtn.addtoCart + .btn,
.input-group-append .product_card .loadMoreOrders .addToCartBtn.addtoCart + .orders_list_more,
.loadMoreOrders .input-group-append .product_card .addToCartBtn.addtoCart + .orders_list_more,
.input-group-append .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .product_card .addToCartBtn.addtoCart + .addToCartBtn,
.input-group-append .product_card .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .product_card .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.input-group-append .product_card .modalQuickV .addToCartBtn.addtoCart + .discount,
.modalQuickV .input-group-append .product_card .addToCartBtn.addtoCart + .discount,
.input-group-append .product_card .singleCategoryContainer .addToCartBtn.addtoCart + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .product_card .addToCartBtn.addtoCart + .singleCategoryMoreBtn,
.input-group-append .product_card .addToCartBtn.addtoCart + .primary_button_md,
.input-group-append .product_card .main_slider_item_details--inverted .addToCartBtn.addtoCart + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .product_card .addToCartBtn.addtoCart + .main_slider_item_button,
.input-group-append .product_card .addToCartBtn.addtoCart + .brands_slider_show_more_button,
.input-group-append .product_card .addToCartBtn.addtoCart + .wishlistBtn,
.input-group-append .product_card .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .addToCartBtn.addtoCart + .btn,
.product_card .input-group-append .loadMoreOrders .addToCartBtn.addtoCart + .orders_list_more,
.loadMoreOrders .product_card .input-group-append .addToCartBtn.addtoCart + .orders_list_more,
.product_card .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-append .addToCartBtn.addtoCart + .addToCartBtn,
.product_card .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .product_card .input-group-append .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.product_card .input-group-append .modalQuickV .addToCartBtn.addtoCart + .discount,
.modalQuickV .product_card .input-group-append .addToCartBtn.addtoCart + .discount,
.product_card .input-group-append .singleCategoryContainer .addToCartBtn.addtoCart + .singleCategoryMoreBtn,
.singleCategoryContainer .product_card .input-group-append .addToCartBtn.addtoCart + .singleCategoryMoreBtn,
.product_card .input-group-append .addToCartBtn.addtoCart + .primary_button_md,
.product_card .input-group-append .main_slider_item_details--inverted .addToCartBtn.addtoCart + .main_slider_item_button,
.main_slider_item_details--inverted .product_card .input-group-append .addToCartBtn.addtoCart + .main_slider_item_button,
.product_card .input-group-append .addToCartBtn.addtoCart + .brands_slider_show_more_button,
.product_card .input-group-append .addToCartBtn.addtoCart + .wishlistBtn,
.product_card .input-group-append .addToCartBtn.addtoCart + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .btn + .addToCartBtn.addtoCart,
.input-group-append .product_card .loadMoreOrders .orders_list_more + .addToCartBtn.addtoCart,
.loadMoreOrders .input-group-append .product_card .orders_list_more + .addToCartBtn.addtoCart,
.input-group-append .product_card .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.addtoCart,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .product_card .addToCartBtn + .addToCartBtn.addtoCart,
.input-group-append .product_card .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .product_card .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.input-group-append .product_card .modalQuickV .discount + .addToCartBtn.addtoCart,
.modalQuickV .input-group-append .product_card .discount + .addToCartBtn.addtoCart,
.input-group-append .product_card .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.addtoCart,
.singleCategoryContainer .input-group-append .product_card .singleCategoryMoreBtn + .addToCartBtn.addtoCart,
.input-group-append .product_card .primary_button_md + .addToCartBtn.addtoCart,
.input-group-append .product_card .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.addtoCart,
.main_slider_item_details--inverted .input-group-append .product_card .main_slider_item_button + .addToCartBtn.addtoCart,
.input-group-append .product_card .brands_slider_show_more_button + .addToCartBtn.addtoCart,
.input-group-append .product_card .wishlistBtn + .addToCartBtn.addtoCart,
.input-group-append .product_card .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart,
.product_card .input-group-append .btn + .addToCartBtn.addtoCart,
.product_card .input-group-append .loadMoreOrders .orders_list_more + .addToCartBtn.addtoCart,
.loadMoreOrders .product_card .input-group-append .orders_list_more + .addToCartBtn.addtoCart,
.product_card .input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .addToCartBtn.addtoCart,
.productPageMainContainer .productInfoMain .ProductAddBlock .product_card .input-group-append .addToCartBtn + .addToCartBtn.addtoCart,
.product_card .input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .product_card .input-group-append .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.product_card .input-group-append .modalQuickV .discount + .addToCartBtn.addtoCart,
.modalQuickV .product_card .input-group-append .discount + .addToCartBtn.addtoCart,
.product_card .input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .addToCartBtn.addtoCart,
.singleCategoryContainer .product_card .input-group-append .singleCategoryMoreBtn + .addToCartBtn.addtoCart,
.product_card .input-group-append .primary_button_md + .addToCartBtn.addtoCart,
.product_card .input-group-append .main_slider_item_details--inverted .main_slider_item_button + .addToCartBtn.addtoCart,
.main_slider_item_details--inverted .product_card .input-group-append .main_slider_item_button + .addToCartBtn.addtoCart,
.product_card .input-group-append .brands_slider_show_more_button + .addToCartBtn.addtoCart,
.product_card .input-group-append .wishlistBtn + .addToCartBtn.addtoCart,
.product_card .input-group-append .addToCartBtn.quickViewBtn + .addToCartBtn.addtoCart,
.input-group-append .product_card .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.product_card .input-group-append .addToCartBtn.addtoCart + .addToCartBtn.addtoCart,
.input-group-append .btn + .input-group-text,
.input-group-append .loadMoreOrders .orders_list_more + .input-group-text,
.loadMoreOrders .input-group-append .orders_list_more + .input-group-text,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn + .input-group-text,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .addToCartBtn + .input-group-text,
.input-group-append .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart + .input-group-text,
.modalQuickV .ProductAddBlock .input-group-append .addToCartBtn.addtoCart + .input-group-text,
.input-group-append .modalQuickV .discount + .input-group-text,
.modalQuickV .input-group-append .discount + .input-group-text,
.input-group-append .singleCategoryContainer .singleCategoryMoreBtn + .input-group-text,
.singleCategoryContainer .input-group-append .singleCategoryMoreBtn + .input-group-text,
.input-group-append .primary_button_md + .input-group-text,
.input-group-append .main_slider_item_details--inverted .main_slider_item_button + .input-group-text,
.main_slider_item_details--inverted .input-group-append .main_slider_item_button + .input-group-text,
.input-group-append .brands_slider_show_more_button + .input-group-text,
.input-group-append .product_card .wishlistBtn + .input-group-text,
.product_card .input-group-append .wishlistBtn + .input-group-text,
.input-group-append .product_card .addToCartBtn.quickViewBtn + .input-group-text,
.product_card .input-group-append .addToCartBtn.quickViewBtn + .input-group-text,
.input-group-append .product_card .addToCartBtn.addtoCart + .input-group-text,
.product_card .input-group-append .addToCartBtn.addtoCart + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .loadMoreOrders .input-group-text + .orders_list_more,
.loadMoreOrders .input-group-append .input-group-text + .orders_list_more,
.input-group-append .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-text + .addToCartBtn,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append .input-group-text + .addToCartBtn,
.input-group-append .modalQuickV .ProductAddBlock .input-group-text + .addToCartBtn.addtoCart,
.modalQuickV .ProductAddBlock .input-group-append .input-group-text + .addToCartBtn.addtoCart,
.input-group-append .modalQuickV .input-group-text + .discount,
.modalQuickV .input-group-append .input-group-text + .discount,
.input-group-append .singleCategoryContainer .input-group-text + .singleCategoryMoreBtn,
.singleCategoryContainer .input-group-append .input-group-text + .singleCategoryMoreBtn,
.input-group-append .input-group-text + .primary_button_md,
.input-group-append .main_slider_item_details--inverted .input-group-text + .main_slider_item_button,
.main_slider_item_details--inverted .input-group-append .input-group-text + .main_slider_item_button,
.input-group-append .input-group-text + .brands_slider_show_more_button,
.input-group-append .product_card .input-group-text + .wishlistBtn,
.product_card .input-group-append .input-group-text + .wishlistBtn,
.input-group-append .product_card .input-group-text + .addToCartBtn.quickViewBtn,
.product_card .input-group-append .input-group-text + .addToCartBtn.quickViewBtn,
.input-group-append .product_card .input-group-text + .addToCartBtn.addtoCart,
.product_card .input-group-append .input-group-text + .addToCartBtn.addtoCart {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #C0CCDA;
  text-align: center;
  white-space: nowrap;
  background-color: #FAFBFE;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group-lg > .btn-light,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.loadMoreOrders .input-group-lg > .input-group-prepend > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-lg > .input-group-prepend > .addToCartBtn,
.modalQuickV .ProductAddBlock .input-group-lg > .input-group-prepend > .addToCartBtn.addtoCart,
.modalQuickV .input-group-lg > .input-group-prepend > .discount,
.singleCategoryContainer .input-group-lg > .input-group-prepend > .singleCategoryMoreBtn,
.input-group-lg > .input-group-prepend > .primary_button_md,
.main_slider_item_details--inverted .input-group-lg > .input-group-prepend > .main_slider_item_button,
.input-group-lg > .input-group-prepend > .brands_slider_show_more_button,
.product_card .input-group-lg > .input-group-prepend > .wishlistBtn,
.product_card .input-group-lg > .input-group-prepend > .addToCartBtn.quickViewBtn,
.product_card .input-group-lg > .input-group-prepend > .addToCartBtn.addtoCart,
.input-group-lg > .input-group-append > .btn,
.loadMoreOrders .input-group-lg > .input-group-append > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-lg > .input-group-append > .addToCartBtn,
.modalQuickV .ProductAddBlock .input-group-lg > .input-group-append > .addToCartBtn.addtoCart,
.modalQuickV .input-group-lg > .input-group-append > .discount,
.singleCategoryContainer .input-group-lg > .input-group-append > .singleCategoryMoreBtn,
.input-group-lg > .input-group-append > .primary_button_md,
.main_slider_item_details--inverted .input-group-lg > .input-group-append > .main_slider_item_button,
.input-group-lg > .input-group-append > .brands_slider_show_more_button,
.product_card .input-group-lg > .input-group-append > .wishlistBtn,
.product_card .input-group-lg > .input-group-append > .addToCartBtn.quickViewBtn,
.product_card .input-group-lg > .input-group-append > .addToCartBtn.addtoCart {
  padding: 1rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group-sm > .btn-light,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.loadMoreOrders .input-group-sm > .input-group-prepend > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-sm > .input-group-prepend > .addToCartBtn,
.modalQuickV .ProductAddBlock .input-group-sm > .input-group-prepend > .addToCartBtn.addtoCart,
.modalQuickV .input-group-sm > .input-group-prepend > .discount,
.singleCategoryContainer .input-group-sm > .input-group-prepend > .singleCategoryMoreBtn,
.input-group-sm > .input-group-prepend > .primary_button_md,
.main_slider_item_details--inverted .input-group-sm > .input-group-prepend > .main_slider_item_button,
.input-group-sm > .input-group-prepend > .brands_slider_show_more_button,
.product_card .input-group-sm > .input-group-prepend > .wishlistBtn,
.product_card .input-group-sm > .input-group-prepend > .addToCartBtn.quickViewBtn,
.product_card .input-group-sm > .input-group-prepend > .addToCartBtn.addtoCart,
.input-group-sm > .input-group-append > .btn,
.loadMoreOrders .input-group-sm > .input-group-append > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group-sm > .input-group-append > .addToCartBtn,
.modalQuickV .ProductAddBlock .input-group-sm > .input-group-append > .addToCartBtn.addtoCart,
.modalQuickV .input-group-sm > .input-group-append > .discount,
.singleCategoryContainer .input-group-sm > .input-group-append > .singleCategoryMoreBtn,
.input-group-sm > .input-group-append > .primary_button_md,
.main_slider_item_details--inverted .input-group-sm > .input-group-append > .main_slider_item_button,
.input-group-sm > .input-group-append > .brands_slider_show_more_button,
.product_card .input-group-sm > .input-group-append > .wishlistBtn,
.product_card .input-group-sm > .input-group-append > .addToCartBtn.quickViewBtn,
.product_card .input-group-sm > .input-group-append > .addToCartBtn.addtoCart {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .previewOrderContainer .dropdown_custom_field .input-group-lg > .btn-light,
.input-group-sm > .custom-select,
.previewOrderContainer .dropdown_custom_field .input-group-sm > .btn-light {
  padding-right: 2.25rem;
}

.input-group > .input-group-prepend > .btn, .loadMoreOrders .input-group > .input-group-prepend > .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group > .input-group-prepend > .addToCartBtn, .modalQuickV .ProductAddBlock .input-group > .input-group-prepend > .addToCartBtn.addtoCart, .modalQuickV .input-group > .input-group-prepend > .discount, .singleCategoryContainer .input-group > .input-group-prepend > .singleCategoryMoreBtn, .input-group > .input-group-prepend > .primary_button_md, .main_slider_item_details--inverted .input-group > .input-group-prepend > .main_slider_item_button, .input-group > .input-group-prepend > .brands_slider_show_more_button, .product_card .input-group > .input-group-prepend > .wishlistBtn, .product_card .input-group > .input-group-prepend > .addToCartBtn.quickViewBtn, .product_card .input-group > .input-group-prepend > .addToCartBtn.addtoCart,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.loadMoreOrders .input-group > .input-group-append:not(:last-child) > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group > .input-group-append:not(:last-child) > .addToCartBtn,
.modalQuickV .ProductAddBlock .input-group > .input-group-append:not(:last-child) > .addToCartBtn.addtoCart,
.modalQuickV .input-group > .input-group-append:not(:last-child) > .discount,
.singleCategoryContainer .input-group > .input-group-append:not(:last-child) > .singleCategoryMoreBtn,
.input-group > .input-group-append:not(:last-child) > .primary_button_md,
.main_slider_item_details--inverted .input-group > .input-group-append:not(:last-child) > .main_slider_item_button,
.input-group > .input-group-append:not(:last-child) > .brands_slider_show_more_button,
.product_card .input-group > .input-group-append:not(:last-child) > .wishlistBtn,
.product_card .input-group > .input-group-append:not(:last-child) > .addToCartBtn.quickViewBtn,
.product_card .input-group > .input-group-append:not(:last-child) > .addToCartBtn.addtoCart,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.loadMoreOrders .input-group > .input-group-append:last-child > .orders_list_more:not(:last-child):not(.dropdown-toggle),
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group > .input-group-append:last-child > .addToCartBtn:not(:last-child):not(.dropdown-toggle),
.modalQuickV .ProductAddBlock .input-group > .input-group-append:last-child > .addToCartBtn.addtoCart:not(:last-child):not(.dropdown-toggle),
.modalQuickV .input-group > .input-group-append:last-child > .discount:not(:last-child):not(.dropdown-toggle),
.singleCategoryContainer .input-group > .input-group-append:last-child > .singleCategoryMoreBtn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .primary_button_md:not(:last-child):not(.dropdown-toggle),
.main_slider_item_details--inverted .input-group > .input-group-append:last-child > .main_slider_item_button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .brands_slider_show_more_button:not(:last-child):not(.dropdown-toggle),
.product_card .input-group > .input-group-append:last-child > .wishlistBtn:not(:last-child):not(.dropdown-toggle),
.product_card .input-group > .input-group-append:last-child > .addToCartBtn.quickViewBtn:not(:last-child):not(.dropdown-toggle),
.product_card .input-group > .input-group-append:last-child > .addToCartBtn.addtoCart:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .loadMoreOrders .input-group > .input-group-append > .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group > .input-group-append > .addToCartBtn, .modalQuickV .ProductAddBlock .input-group > .input-group-append > .addToCartBtn.addtoCart, .modalQuickV .input-group > .input-group-append > .discount, .singleCategoryContainer .input-group > .input-group-append > .singleCategoryMoreBtn, .input-group > .input-group-append > .primary_button_md, .main_slider_item_details--inverted .input-group > .input-group-append > .main_slider_item_button, .input-group > .input-group-append > .brands_slider_show_more_button, .product_card .input-group > .input-group-append > .wishlistBtn, .product_card .input-group > .input-group-append > .addToCartBtn.quickViewBtn, .product_card .input-group > .input-group-append > .addToCartBtn.addtoCart,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.loadMoreOrders .input-group > .input-group-prepend:not(:first-child) > .orders_list_more,
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group > .input-group-prepend:not(:first-child) > .addToCartBtn,
.modalQuickV .ProductAddBlock .input-group > .input-group-prepend:not(:first-child) > .addToCartBtn.addtoCart,
.modalQuickV .input-group > .input-group-prepend:not(:first-child) > .discount,
.singleCategoryContainer .input-group > .input-group-prepend:not(:first-child) > .singleCategoryMoreBtn,
.input-group > .input-group-prepend:not(:first-child) > .primary_button_md,
.main_slider_item_details--inverted .input-group > .input-group-prepend:not(:first-child) > .main_slider_item_button,
.input-group > .input-group-prepend:not(:first-child) > .brands_slider_show_more_button,
.product_card .input-group > .input-group-prepend:not(:first-child) > .wishlistBtn,
.product_card .input-group > .input-group-prepend:not(:first-child) > .addToCartBtn.quickViewBtn,
.product_card .input-group > .input-group-prepend:not(:first-child) > .addToCartBtn.addtoCart,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.loadMoreOrders .input-group > .input-group-prepend:first-child > .orders_list_more:not(:first-child),
.productPageMainContainer .productInfoMain .ProductAddBlock .input-group > .input-group-prepend:first-child > .addToCartBtn:not(:first-child),
.modalQuickV .ProductAddBlock .input-group > .input-group-prepend:first-child > .addToCartBtn.addtoCart:not(:first-child),
.modalQuickV .input-group > .input-group-prepend:first-child > .discount:not(:first-child),
.singleCategoryContainer .input-group > .input-group-prepend:first-child > .singleCategoryMoreBtn:not(:first-child),
.input-group > .input-group-prepend:first-child > .primary_button_md:not(:first-child),
.main_slider_item_details--inverted .input-group > .input-group-prepend:first-child > .main_slider_item_button:not(:first-child),
.input-group > .input-group-prepend:first-child > .brands_slider_show_more_button:not(:first-child),
.product_card .input-group > .input-group-prepend:first-child > .wishlistBtn:not(:first-child),
.product_card .input-group > .input-group-prepend:first-child > .addToCartBtn.quickViewBtn:not(:first-child),
.product_card .input-group > .input-group-prepend:first-child > .addToCartBtn.addtoCart:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: rgb(51.25, 51.25, 51.25);
  background-color: rgb(51.25, 51.25, 51.25);
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(64, 64, 64, 0.1);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(64, 64, 64, 0.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFF;
  background-color: rgb(140.5, 140.5, 140.5);
  border-color: rgb(140.5, 140.5, 140.5);
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #C0CCDA;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EFF2F7;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.35rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #E5E9F2;
  border: #EFF2F7 solid 0;
  box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: 0.35rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: rgb(51.25, 51.25, 51.25);
  background-color: rgb(51.25, 51.25, 51.25);
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(64, 64, 64, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(64, 64, 64, 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' 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(64, 64, 64, 0.5);
}

.custom-switch {
  padding-left: 3.75rem;
}
.custom-switch .custom-control-label::before {
  left: -3.75rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.35rem + 0);
  left: calc(-3.75rem + 0);
  width: 1.125rem;
  height: 1.125rem;
  background-color: #EFF2F7;
  border-radius: 0.5625rem;
  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: #E5E9F2;
  transform: translateX(2rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(64, 64, 64, 0.5);
}

.custom-select, .previewOrderContainer .dropdown_custom_field .btn-light {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8492A6;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus, .previewOrderContainer .dropdown_custom_field .btn-light:focus {
  border-color: rgba(64, 64, 64, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075), 0 0 20px rgba(64, 64, 64, 0.1);
}
.custom-select:focus::-ms-value, .previewOrderContainer .dropdown_custom_field .btn-light:focus::-ms-value {
  color: #8492A6;
  background-color: #FFF;
}
.custom-select[multiple], .previewOrderContainer .dropdown_custom_field [multiple].btn-light, .custom-select[size]:not([size="1"]), .previewOrderContainer .dropdown_custom_field [size].btn-light:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}
.custom-select:disabled, .previewOrderContainer .dropdown_custom_field .btn-light:disabled {
  color: #C0CCDA;
  background-color: #EFF2F7;
}
.custom-select::-ms-expand, .previewOrderContainer .dropdown_custom_field .btn-light::-ms-expand {
  display: none;
}

.custom-select-sm, .previewOrderContainer .dropdown_custom_field .btn-light {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 20px rgba(64, 64, 64, 0.1);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #EFF2F7;
}
.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 + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8492A6;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  color: #8492A6;
  content: "Browse";
  background-color: #FAFBFE;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(64, 64, 64, 0.1);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(64, 64, 64, 0.1);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(64, 64, 64, 0.1);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(51.25, 51.25, 51.25);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(140.5, 140.5, 140.5);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E5E9F2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: rgb(51.25, 51.25, 51.25);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(140.5, 140.5, 140.5);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E5E9F2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: rgb(51.25, 51.25, 51.25);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(140.5, 140.5, 140.5);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #E5E9F2;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #E5E9F2;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #D3DCE6;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #D3DCE6;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #D3DCE6;
}

.custom-control-label::before,
.custom-file-label,
.custom-select,
.previewOrderContainer .dropdown_custom_field .btn-light {
  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,
  .previewOrderContainer .dropdown_custom_field .btn-light {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #C0CCDA;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #E5E9F2;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #EFF2F7 #EFF2F7 #E5E9F2;
}
.nav-tabs .nav-link.disabled {
  color: #C0CCDA;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #8492A6;
  background-color: #FFF;
  border-color: #E5E9F2 #E5E9F2 #FFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: rgb(51.25, 51.25, 51.25);
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.2875rem;
  padding-bottom: 0.2875rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(31, 45, 61, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(31, 45, 61, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(31, 45, 61, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(31, 45, 61, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(31, 45, 61, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(31, 45, 61, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(31, 45, 61, 0.5);
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 45, 61, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(31, 45, 61, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(31, 45, 61, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(31, 45, 61, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.85);
  border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.85);
}
.navbar-dark .navbar-text a {
  color: #FFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFF;
}

.card, .previewOrderContainer .previewOrderFormCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid #EFF2F7;
  border-radius: 0.375rem;
}
.card > hr, .previewOrderContainer .previewOrderFormCard > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child, .previewOrderContainer .previewOrderFormCard > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.card > .list-group:last-child .list-group-item:last-child, .previewOrderContainer .previewOrderFormCard > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
  color: #8492A6;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #EFF2F7;
}
.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border-top: 1px solid #EFF2F7;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

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

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

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

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

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

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

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

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

.card-columns .card, .card-columns .previewOrderContainer .previewOrderFormCard, .previewOrderContainer .card-columns .previewOrderFormCard {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .previewOrderContainer .previewOrderFormCard, .previewOrderContainer .card-columns .previewOrderFormCard {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card, .previewOrderContainer .accordion > .previewOrderFormCard {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child, .previewOrderContainer .accordion > .previewOrderFormCard:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type), .previewOrderContainer .accordion > .previewOrderFormCard:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type, .previewOrderContainer .accordion > .previewOrderFormCard:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type, .previewOrderContainer .accordion > .previewOrderFormCard:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header, .previewOrderContainer .accordion > .previewOrderFormCard .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #E0E6ED;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #C0CCDA;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #C0CCDA;
  background-color: #FFF;
  border: 1px solid #E5E9F2;
}
.page-link:hover {
  z-index: 2;
  color: #C0CCDA;
  text-decoration: none;
  background-color: #E5E9F2;
  border-color: #E5E9F2;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 rgba(51.25, 51.25, 51.25, 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: 1;
  color: #FFF;
  background-color: rgb(51.25, 51.25, 51.25);
  border-color: rgb(51.25, 51.25, 51.25);
}
.page-item.disabled .page-link {
  color: #C0CCDA;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #E5E9F2;
}

.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.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.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, .product_card_badge_text {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 80%;
  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, .product_card_badge_text {
    transition: none;
  }
}
a.badge:hover, a.product_card_badge_text:hover, a.badge:focus, a.product_card_badge_text:focus {
  text-decoration: none;
}

.badge:empty, .product_card_badge_text:empty {
  display: none;
}

.btn .badge, .loadMoreOrders .orders_list_more .badge, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn .badge, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart .badge, .modalQuickV .discount .badge, .singleCategoryContainer .singleCategoryMoreBtn .badge, .primary_button_md .badge, .main_slider_item_details--inverted .main_slider_item_button .badge, .brands_slider_show_more_button .badge, .product_card .wishlistBtn .badge, .product_card .addToCartBtn.quickViewBtn .badge, .product_card .addToCartBtn.addtoCart .badge, .btn .product_card_badge_text, .loadMoreOrders .orders_list_more .product_card_badge_text, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn .product_card_badge_text, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart .product_card_badge_text, .modalQuickV .discount .product_card_badge_text, .singleCategoryContainer .singleCategoryMoreBtn .product_card_badge_text, .primary_button_md .product_card_badge_text, .main_slider_item_details--inverted .main_slider_item_button .product_card_badge_text, .brands_slider_show_more_button .product_card_badge_text, .product_card .wishlistBtn .product_card_badge_text, .product_card .addToCartBtn.quickViewBtn .product_card_badge_text, .product_card .addToCartBtn.addtoCart .product_card_badge_text {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.875em;
  padding-left: 0.875em;
  border-radius: 50rem;
}

.badge-primary {
  color: #FFF;
  background-color: #404040;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFF;
  background-color: rgb(38.5, 38.5, 38.5);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
}

.badge-secondary {
  color: #273444;
  background-color: #EFF2F7;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #273444;
  background-color: rgb(205, 214.375, 230);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

.badge-success {
  color: #FFF;
  background-color: #58ba49;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFF;
  background-color: rgb(69.609561753, 150.8207171315, 57.1792828685);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(88, 186, 73, 0.5);
}

.badge-info {
  color: #FFF;
  background-color: #00B8D9;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFF;
  background-color: rgb(0, 140.7557603687, 166);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 184, 217, 0.5);
}

.badge-warning {
  color: #FFF;
  background-color: #FFAB00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #FFF;
  background-color: rgb(204, 136.8, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 171, 0, 0.5);
}

.badge-danger {
  color: #FFF;
  background-color: #FF5630;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFF;
  background-color: rgb(252, 46.2608695652, 0);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.5);
}

.badge-light {
  color: #273444;
  background-color: #EFF2F7;
}
a.badge-light:hover, a.badge-light:focus {
  color: #273444;
  background-color: rgb(205, 214.375, 230);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

.badge-dark {
  color: #FFF;
  background-color: #273444;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFF;
  background-color: rgb(20.4112149533, 27.214953271, 35.5887850467);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.badge-neutral {
  color: #273444;
  background-color: #FFF;
}
a.badge-neutral:hover, a.badge-neutral:focus {
  color: #273444;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-neutral:focus, a.badge-neutral.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-white {
  color: #273444;
  background-color: #FFF;
}
a.badge-white:hover, a.badge-white:focus {
  color: #273444;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EFF2F7;
  border-radius: 0.375rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.875rem 0.875rem;
  color: inherit;
}

.alert-primary {
  color: rgb(48.16, 54.88, 62.56);
  background-color: rgb(216.8, 216.8, 216.8);
  border-color: rgb(201.52, 201.52, 201.52);
}
.alert-primary hr {
  border-top-color: rgb(188.77, 188.77, 188.77);
}
.alert-primary .alert-link {
  color: rgb(25.9764739884, 29.6010982659, 33.7435260116);
}

.alert-secondary {
  color: rgb(139.16, 147.44, 157.72);
  background-color: rgb(251.8, 252.4, 253.4);
  border-color: rgb(250.52, 251.36, 252.76);
}
.alert-secondary hr {
  border-top-color: rgb(233.52, 237.5475, 244.26);
}
.alert-secondary .alert-link {
  color: rgb(112.2335135135, 121.7862837838, 133.6464864865);
}

.alert-success {
  color: rgb(60.64, 118.32, 67.24);
  background-color: rgb(221.6, 241.2, 218.6);
  border-color: rgb(208.24, 235.68, 204.04);
}
.alert-success hr {
  border-top-color: rgb(191.2738645418, 228.6700398406, 185.5499601594);
}
.alert-success .alert-link {
  color: rgb(43.358819848, 84.601180152, 48.0779526151);
}

.alert-info {
  color: rgb(14.88, 117.28, 142.12);
  background-color: rgb(204, 240.8, 247.4);
  border-color: rgb(183.6, 235.12, 244.36);
}
.alert-info hr {
  border-top-color: rgb(161.4071672355, 228.9408191126, 241.0528327645);
}
.alert-info .alert-link {
  color: rgb(10.0463694268, 79.1826751592, 95.9536305732);
}

.alert-warning {
  color: rgb(147.48, 110.52, 29.28);
  background-color: rgb(255, 238.2, 204);
  border-color: rgb(255, 231.48, 183.6);
}
.alert-warning hr {
  border-top-color: rgb(255, 223.08, 158.1);
}
.alert-warning .alert-link {
  color: rgb(104.9280651731, 78.6320162933, 20.8319348269);
}

.alert-danger {
  color: rgb(147.48, 66.32, 54.24);
  background-color: rgb(255, 221.2, 213.6);
  border-color: rgb(255, 207.68, 197.04);
}
.alert-danger hr {
  border-top-color: rgb(255, 186.8611594203, 171.54);
}
.alert-danger .alert-link {
  color: rgb(110.1932659131, 49.5525996431, 40.5267340869);
}

.alert-light {
  color: rgb(139.16, 147.44, 157.72);
  background-color: rgb(251.8, 252.4, 253.4);
  border-color: rgb(250.52, 251.36, 252.76);
}
.alert-light hr {
  border-top-color: rgb(233.52, 237.5475, 244.26);
}
.alert-light .alert-link {
  color: rgb(112.2335135135, 121.7862837838, 133.6464864865);
}

.alert-dark {
  color: rgb(35.16, 48.64, 64.64);
  background-color: rgb(211.8, 214.4, 217.6);
  border-color: rgb(194.52, 198.16, 202.64);
}
.alert-dark hr {
  border-top-color: rgb(180.8525062035, 185.3150868486, 190.8074937965);
}
.alert-dark .alert-link {
  color: rgb(17.1924649299, 23.7838877756, 31.6075350701);
}

.alert-neutral {
  color: rgb(147.48, 154.2, 161.88);
  background-color: white;
  border-color: white;
}
.alert-neutral hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-neutral .alert-link {
  color: rgb(120.1498564593, 128.5779904306, 138.2101435407);
}

.alert-white {
  color: rgb(147.48, 154.2, 161.88);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(120.1498564593, 128.5779904306, 138.2101435407);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #EFF2F7;
  border-radius: 50rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(31, 45, 61, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #404040;
  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: 0.5rem 0.5rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #8492A6;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #8492A6;
  text-decoration: none;
  background-color: #FAFBFE;
}
.list-group-item-action:active {
  color: #8492A6;
  background-color: #EFF2F7;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid #EFF2F7;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #C0CCDA;
  pointer-events: none;
  background-color: #FFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFF;
  background-color: rgb(51.25, 51.25, 51.25);
  border-color: rgb(51.25, 51.25, 51.25);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(48.16, 54.88, 62.56);
  background-color: rgb(201.52, 201.52, 201.52);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(48.16, 54.88, 62.56);
  background-color: rgb(188.77, 188.77, 188.77);
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(48.16, 54.88, 62.56);
  border-color: rgb(48.16, 54.88, 62.56);
}

.list-group-item-secondary {
  color: rgb(139.16, 147.44, 157.72);
  background-color: rgb(250.52, 251.36, 252.76);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(139.16, 147.44, 157.72);
  background-color: rgb(233.52, 237.5475, 244.26);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(139.16, 147.44, 157.72);
  border-color: rgb(139.16, 147.44, 157.72);
}

.list-group-item-success {
  color: rgb(60.64, 118.32, 67.24);
  background-color: rgb(208.24, 235.68, 204.04);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(60.64, 118.32, 67.24);
  background-color: rgb(191.2738645418, 228.6700398406, 185.5499601594);
}
.list-group-item-success.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(60.64, 118.32, 67.24);
  border-color: rgb(60.64, 118.32, 67.24);
}

.list-group-item-info {
  color: rgb(14.88, 117.28, 142.12);
  background-color: rgb(183.6, 235.12, 244.36);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(14.88, 117.28, 142.12);
  background-color: rgb(161.4071672355, 228.9408191126, 241.0528327645);
}
.list-group-item-info.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(14.88, 117.28, 142.12);
  border-color: rgb(14.88, 117.28, 142.12);
}

.list-group-item-warning {
  color: rgb(147.48, 110.52, 29.28);
  background-color: rgb(255, 231.48, 183.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(147.48, 110.52, 29.28);
  background-color: rgb(255, 223.08, 158.1);
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(147.48, 110.52, 29.28);
  border-color: rgb(147.48, 110.52, 29.28);
}

.list-group-item-danger {
  color: rgb(147.48, 66.32, 54.24);
  background-color: rgb(255, 207.68, 197.04);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(147.48, 66.32, 54.24);
  background-color: rgb(255, 186.8611594203, 171.54);
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(147.48, 66.32, 54.24);
  border-color: rgb(147.48, 66.32, 54.24);
}

.list-group-item-light {
  color: rgb(139.16, 147.44, 157.72);
  background-color: rgb(250.52, 251.36, 252.76);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(139.16, 147.44, 157.72);
  background-color: rgb(233.52, 237.5475, 244.26);
}
.list-group-item-light.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(139.16, 147.44, 157.72);
  border-color: rgb(139.16, 147.44, 157.72);
}

.list-group-item-dark {
  color: rgb(35.16, 48.64, 64.64);
  background-color: rgb(194.52, 198.16, 202.64);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(35.16, 48.64, 64.64);
  background-color: rgb(180.8525062035, 185.3150868486, 190.8074937965);
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(35.16, 48.64, 64.64);
  border-color: rgb(35.16, 48.64, 64.64);
}

.list-group-item-neutral {
  color: rgb(147.48, 154.2, 161.88);
  background-color: white;
}
.list-group-item-neutral.list-group-item-action:hover, .list-group-item-neutral.list-group-item-action:focus {
  color: rgb(147.48, 154.2, 161.88);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-neutral.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(147.48, 154.2, 161.88);
  border-color: rgb(147.48, 154.2, 161.88);
}

.list-group-item-white {
  color: rgb(147.48, 154.2, 161.88);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(147.48, 154.2, 161.88);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #FFF;
  background-color: rgb(147.48, 154.2, 161.88);
  border-color: rgb(147.48, 154.2, 161.88);
}

.close {
  float: right;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(31, 45, 61, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #C0CCDA;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal, .cookie_settings__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog, .cookie_settings__modal_dialogue {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog, .modal.fade .cookie_settings__modal_dialogue, .cookie_settings__modal .modal-dialog, .cookie_settings__modal .cookie_settings__modal_dialogue {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog, .modal.fade .cookie_settings__modal_dialogue, .cookie_settings__modal .modal-dialog, .cookie_settings__modal .cookie_settings__modal_dialogue {
    transition: none;
  }
}
.modal.show .modal-dialog, .modal.show .cookie_settings__modal_dialogue, .show.cookie_settings__modal .modal-dialog, .show.cookie_settings__modal .cookie_settings__modal_dialogue {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content, .modal-dialog-scrollable .cookie_settings__content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content, .modal-dialog-centered.modal-dialog-scrollable .cookie_settings__content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content, .cookie_settings__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(31, 45, 61, 0.2);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1F2D3D;
}
.modal-backdrop.fade, .modal-backdrop.cookie_settings__modal {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.3;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #EFF2F7;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.7;
}

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid #EFF2F7;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog, .cookie_settings__modal_dialogue {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content, .modal-dialog-scrollable .cookie_settings__content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-content, .cookie_settings__content {
    box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1F2D3D;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1F2D3D;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #1F2D3D;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(31, 45, 61, 0.05);
  border-radius: 0.375rem;
  box-shadow: 0px 0.5rem 2rem 0px rgba(31, 45, 61, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.375rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: transparent;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.375rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: transparent;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: transparent;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #FFF;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.375rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: transparent;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFF;
}

.popover-header {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #3C4858;
  background-color: #FFF;
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.75rem 0.75rem;
  color: #8492A6;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(38.5, 38.5, 38.5) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(205, 214.375, 230) !important;
}

.bg-success {
  background-color: #58ba49 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(69.609561753, 150.8207171315, 57.1792828685) !important;
}

.bg-info {
  background-color: #00B8D9 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(0, 140.7557603687, 166) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(204, 136.8, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(252, 46.2608695652, 0) !important;
}

.bg-light, .usps {
  background-color: #EFF2F7 !important;
}

a.bg-light:hover, a.usps:hover, a.bg-light:focus, a.usps:focus,
button.bg-light:hover,
button.usps:hover,
button.bg-light:focus,
button.usps:focus {
  background-color: rgb(205, 214.375, 230) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(20.4112149533, 27.214953271, 35.5887850467) !important;
}

.bg-neutral {
  background-color: #FFF !important;
}

a.bg-neutral:hover, a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

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

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

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

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

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

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

.border-0, .loadMoreOrders .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .singleCategoryContainer .singleCategoryMoreBtn, .primary_button_md, .main_slider_item_button span, .brands_slider_show_more_button {
  border: 0 !important;
}

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

.border-right-0, .product_card .wishlistBtn {
  border-right: 0 !important;
}

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

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

.border-primary {
  border-color: #404040 !important;
}

.border-secondary {
  border-color: #EFF2F7 !important;
}

.border-success {
  border-color: #58ba49 !important;
}

.border-info {
  border-color: #00B8D9 !important;
}

.border-warning {
  border-color: #FFAB00 !important;
}

.border-danger {
  border-color: #FF5630 !important;
}

.border-light {
  border-color: #EFF2F7 !important;
}

.border-dark {
  border-color: #273444 !important;
}

.border-neutral {
  border-color: #FFF !important;
}

.border-white {
  border-color: #FFF !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.375rem !important;
}

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

.rounded-pill, .loadMoreOrders .orders_list_more, .modalQuickV .discount {
  border-radius: 50rem !important;
}

.rounded-0, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .singleCategoryContainer .singleCategoryMoreBtn, .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_button span, .brands_slider_show_more_button, .product_card .wishlistBtn, .product_card .addToCartBtn.quickViewBtn, .product_card .addToCartBtn.addtoCart {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right, .product_card .wishlistBtn {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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;
  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(31, 45, 61, 0.08) !important;
}

.shadow {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

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

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

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

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

.w-100, .product_card .wishlistBtn, .product_card .addToCartBtn.quickViewBtn, .product_card .addToCartBtn.addtoCart {
  width: 100% !important;
}

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

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

.w-15 {
  width: 15% !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;
}

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.mb-0, .usps_card,
.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, .product_card {
  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, .loadMoreOrders,
.my-3,
.product_card_title {
  margin-top: 1rem !important;
}

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

.mb-3,
.my-3,
.product_card_title {
  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;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

.m-10 {
  margin: 10.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10.5rem !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, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .product_card .addToCartBtn.addtoCart {
  padding: 0.5rem !important;
}

.pt-2,
.py-2,
.brands_slider,
.product_card_title {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2,
.productPageMainContainer .productInfoMain .Qty .input-group-btn .btn-number {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2,
.brands_slider,
.product_card_title {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2,
.productPageMainContainer .productInfoMain .Qty .input-group-btn .btn-number {
  padding-left: 0.5rem !important;
}

.p-3, .previewOrderContainer .previewOrderFormCard {
  padding: 1rem !important;
}

.pt-3,
.py-3,
.usps_card {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3,
.usps_card {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4, .product_card_thumbnail_img {
  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;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

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

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

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

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10.5rem !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-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

.m-n10 {
  margin: -10.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10.5rem !important;
}

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

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

.mr-auto,
.mx-auto,
.product_card_thumbnail_img img {
  margin-right: auto !important;
}

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

.ml-auto,
.mx-auto,
.product_card_thumbnail_img img {
  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;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10.5rem !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;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10.5rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10.5rem !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;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10.5rem !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;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10.5rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .m-md-n10 {
    margin: -10.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10.5rem !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;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10.5rem !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;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10.5rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10.5rem !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;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10.5rem !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;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10.5rem !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-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, .loadMoreOrders, .productPageMainContainer .productInfoMain .Qty, .modalQuickV .Qty, .usps, .product_card_title, .product_card_thumbnail_img {
  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, .singleCategoryContainer .singleCategoryMoreBtn, .primary_button_md, .brands_slider_show_more_button {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light, .singleCategoryContainer .singleCategoryMoreBtn, .usps_card_description {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFF !important;
}

.text-primary {
  color: #404040 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(25.75, 25.75, 25.75) !important;
}

.text-secondary {
  color: #EFF2F7 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(188, 200.5625, 221.5) !important;
}

.text-success {
  color: #58ba49 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(61.0756972112, 132.3306772908, 50.1693227092) !important;
}

.text-info {
  color: #00B8D9 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(0, 119.133640553, 140.5) !important;
}

.text-warning {
  color: #FFAB00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(178.5, 119.7, 0) !important;
}

.text-danger {
  color: #FF5630 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(226.5, 41.5797101449, 0) !important;
}

.text-light {
  color: #EFF2F7 !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(188, 200.5625, 221.5) !important;
}

.text-dark, .productPageMainContainer .productInfoMain .Qty, .previewOrderContainer .previewOrderFormCard, .modalQuickV .Qty, .brands_slider_brand_title, .product_card_final_price {
  color: #273444 !important;
}

a.text-dark:hover, .productPageMainContainer .productInfoMain a.Qty:hover, .previewOrderContainer a.previewOrderFormCard:hover, .modalQuickV a.Qty:hover, a.brands_slider_brand_title:hover, a.product_card_final_price:hover, a.text-dark:focus, .productPageMainContainer .productInfoMain a.Qty:focus, .previewOrderContainer a.previewOrderFormCard:focus, .modalQuickV a.Qty:focus, a.brands_slider_brand_title:focus, a.product_card_final_price:focus {
  color: rgb(11.1168224299, 14.8224299065, 19.3831775701) !important;
}

.text-neutral {
  color: #FFF !important;
}

a.text-neutral:hover, a.text-neutral:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-white {
  color: #FFF !important;
}

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-body {
  color: #8492A6 !important;
}

.text-muted, .product_card_price_no_discount {
  color: #8492A6 !important;
}

.text-black-50 {
  color: rgba(31, 45, 61, 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;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.primary_button_md):not(.brands_slider_show_more_button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #D3DCE6;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge, .product_card_badge_text {
    border: 1px solid #1F2D3D;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E5E9F2 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #EFF2F7;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #EFF2F7;
  }
}
iframe {
  border: 0;
}

figcaption,
figure,
main {
  display: block;
  margin: 0;
}

figure {
  max-width: 100%;
  min-height: 1px;
}

main {
  position: relative;
}

button:focus {
  outline: none;
}

svg {
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
[data-animate-hover] .animate-this {
  position: relative;
  top: 0;
  transform: translateY(0);
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-animate-hover] .animate-this {
    transition: none;
  }
}

[data-animate-hover="1"]:hover .animate-this {
  transform: translateY(-1rem);
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

[data-animate-hover="2"]:hover .animate-this {
  transform: scale(1.1);
  z-index: 10;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

[data-animate-items] .animate-item,
[data-animate-items] .animate-item--visible {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  [data-animate-items] .animate-item,
  [data-animate-items] .animate-item--visible {
    transition: none;
  }
}
[data-animate-items] .animate-item {
  display: none;
  opacity: 0;
  animation: hide_item 0.2s ease forwards;
  animation-delay: 0.5s;
}
[data-animate-items]:hover .animate-item {
  display: block;
  animation: show_item 0.2s ease forwards;
  animation-delay: 0.5s;
}

@keyframes text_slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes show_item {
  from {
    opacity: 0;
    transform: translateY(300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hide_item {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(300px);
  }
}
.hover-blurable {
  position: relative;
}
.hover-blurable .blurable-item {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  filter: blur(0);
  opacity: 1;
}
.hover-blurable .blurable-hidden {
  position: absolute;
  top: calc(50% + 7px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-blurable .blurable-hidden {
    transition: none;
  }
}
.hover-blurable:hover .blurable-item {
  opacity: 0.8;
  filter: blur(10px);
  transform: scale(0.95);
}
.hover-blurable:hover .blurable-hidden {
  opacity: 1;
  top: 50%;
}

.bg-primary-light {
  background-color: rgb(89.5, 89.5, 89.5) !important;
}

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

.bg-primary-dark {
  background-color: rgb(38.5, 38.5, 38.5) !important;
}

a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: #0d0d0d !important;
}

.bg-secondary-light {
  background-color: white !important;
}

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-secondary-dark {
  background-color: rgb(205, 214.375, 230) !important;
}

a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
  background-color: rgb(171, 186.75, 213) !important;
}

.bg-success-light {
  background-color: rgb(121.9322709163, 200.0199203187, 109.9800796813) !important;
}

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

.bg-success-dark {
  background-color: rgb(69.609561753, 150.8207171315, 57.1792828685) !important;
}

a.bg-success-dark:hover, a.bg-success-dark:focus,
button.bg-success-dark:hover,
button.bg-success-dark:focus {
  background-color: rgb(52.5418326693, 113.8406374502, 43.1593625498) !important;
}

.bg-info-light {
  background-color: rgb(13, 218.198156682, 255) !important;
}

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

.bg-info-dark {
  background-color: rgb(0, 140.7557603687, 166) !important;
}

a.bg-info-dark:hover, a.bg-info-dark:focus,
button.bg-info-dark:hover,
button.bg-info-dark:focus {
  background-color: rgb(0, 97.5115207373, 115) !important;
}

.bg-warning-light {
  background-color: rgb(255, 187.8, 51) !important;
}

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

.bg-warning-dark {
  background-color: rgb(204, 136.8, 0) !important;
}

a.bg-warning-dark:hover, a.bg-warning-dark:focus,
button.bg-warning-dark:hover,
button.bg-warning-dark:focus {
  background-color: rgb(153, 102.6, 0) !important;
}

.bg-danger-light {
  background-color: rgb(255, 127.6376811594, 99) !important;
}

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

.bg-danger-dark {
  background-color: rgb(252, 46.2608695652, 0) !important;
}

a.bg-danger-dark:hover, a.bg-danger-dark:focus,
button.bg-danger-dark:hover,
button.bg-danger-dark:focus {
  background-color: rgb(201, 36.8985507246, 0) !important;
}

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

a.bg-light-light:hover, a.bg-light-light:focus,
button.bg-light-light:hover,
button.bg-light-light:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-light-dark {
  background-color: rgb(205, 214.375, 230) !important;
}

a.bg-light-dark:hover, a.bg-light-dark:focus,
button.bg-light-dark:hover,
button.bg-light-dark:focus {
  background-color: rgb(171, 186.75, 213) !important;
}

.bg-dark-light {
  background-color: rgb(57.5887850467, 76.785046729, 100.4112149533) !important;
}

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

.bg-dark-dark {
  background-color: rgb(20.4112149533, 27.214953271, 35.5887850467) !important;
}

a.bg-dark-dark:hover, a.bg-dark-dark:focus,
button.bg-dark-dark:hover,
button.bg-dark-dark:focus {
  background-color: rgb(1.8224299065, 2.4299065421, 3.1775700935) !important;
}

.bg-neutral-light {
  background-color: white !important;
}

a.bg-neutral-light:hover, a.bg-neutral-light:focus,
button.bg-neutral-light:hover,
button.bg-neutral-light:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-neutral-dark {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

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

a.bg-white-light:hover, a.bg-white-light:focus,
button.bg-white-light:hover,
button.bg-white-light:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-white-dark {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

.bg-gradient-primary {
  background: linear-gradient(50deg, #404040 0, #404040 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(50deg, #EFF2F7 0, rgb(239, 239.6, 247) 100%) !important;
}

.bg-gradient-success {
  background: linear-gradient(50deg, #58ba49 0, rgb(73, 186, 91.9) 100%) !important;
}

.bg-gradient-info {
  background: linear-gradient(50deg, #00B8D9 0, rgb(0, 118.9, 217) 100%) !important;
}

.bg-gradient-warning {
  background: linear-gradient(50deg, #FFAB00 0, rgb(255, 247.5, 0) 100%) !important;
}

.bg-gradient-danger {
  background: linear-gradient(50deg, #FF5630 0, rgb(255, 148.1, 48) 100%) !important;
}

.bg-gradient-light {
  background: linear-gradient(50deg, #EFF2F7 0, rgb(239, 239.6, 247) 100%) !important;
}

.bg-gradient-dark {
  background: linear-gradient(50deg, #273444 0, rgb(39, 43.3, 68) 100%) !important;
}

.bg-gradient-neutral {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-gradient-white {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-translucent-primary {
  background-color: rgba(46.15, 46.15, 46.15, 0.6) !important;
}

a.bg-translucent-primary:hover, a.bg-translucent-primary:focus,
button.bg-translucent-primary:hover,
button.bg-translucent-primary:focus {
  background-color: rgba(33.4, 33.4, 33.4, 0.6) !important;
}

.bg-translucent-secondary {
  background-color: rgba(215.2, 222.6625, 235.1, 0.6) !important;
}

a.bg-translucent-secondary:hover, a.bg-translucent-secondary:focus,
button.bg-translucent-secondary:hover,
button.bg-translucent-secondary:focus {
  background-color: rgba(198.2, 208.85, 226.6, 0.6) !important;
}

.bg-translucent-success {
  background-color: rgba(74.7298804781, 161.9147410359, 61.3852589641, 0.6) !important;
}

a.bg-translucent-success:hover, a.bg-translucent-success:focus,
button.bg-translucent-success:hover,
button.bg-translucent-success:focus {
  background-color: rgba(66.1960159363, 143.4247011952, 54.3752988048, 0.6) !important;
}

.bg-translucent-info {
  background-color: rgba(0, 153.7290322581, 181.3, 0.6) !important;
}

a.bg-translucent-info:hover, a.bg-translucent-info:focus,
button.bg-translucent-info:hover,
button.bg-translucent-info:focus {
  background-color: rgba(0, 132.1069124424, 155.8, 0.6) !important;
}

.bg-translucent-warning {
  background-color: rgba(219.3, 147.06, 0, 0.6) !important;
}

a.bg-translucent-warning:hover, a.bg-translucent-warning:focus,
button.bg-translucent-warning:hover,
button.bg-translucent-warning:focus {
  background-color: rgba(193.8, 129.96, 0, 0.6) !important;
}

.bg-translucent-danger {
  background-color: rgba(255, 56.8536231884, 12.3, 0.6) !important;
}

a.bg-translucent-danger:hover, a.bg-translucent-danger:focus,
button.bg-translucent-danger:hover,
button.bg-translucent-danger:focus {
  background-color: rgba(241.8, 44.3884057971, 0, 0.6) !important;
}

.bg-translucent-light {
  background-color: rgba(215.2, 222.6625, 235.1, 0.6) !important;
}

a.bg-translucent-light:hover, a.bg-translucent-light:focus,
button.bg-translucent-light:hover,
button.bg-translucent-light:focus {
  background-color: rgba(198.2, 208.85, 226.6, 0.6) !important;
}

.bg-translucent-dark {
  background-color: rgba(25.9878504673, 34.6504672897, 45.3121495327, 0.6) !important;
}

a.bg-translucent-dark:hover, a.bg-translucent-dark:focus,
button.bg-translucent-dark:hover,
button.bg-translucent-dark:focus {
  background-color: rgba(16.6934579439, 22.2579439252, 29.1065420561, 0.6) !important;
}

.bg-translucent-neutral {
  background-color: rgba(237.15, 237.15, 237.15, 0.6) !important;
}

a.bg-translucent-neutral:hover, a.bg-translucent-neutral:focus,
button.bg-translucent-neutral:hover,
button.bg-translucent-neutral:focus {
  background-color: rgba(224.4, 224.4, 224.4, 0.6) !important;
}

.bg-translucent-white {
  background-color: rgba(237.15, 237.15, 237.15, 0.6) !important;
}

a.bg-translucent-white:hover, a.bg-translucent-white:focus,
button.bg-translucent-white:hover,
button.bg-translucent-white:focus {
  background-color: rgba(224.4, 224.4, 224.4, 0.6) !important;
}

.bg-section-primary {
  background-color: #FFF !important;
}

.bg-section-secondary {
  background-color: #FAFBFE !important;
}

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

.bg-section-dark {
  background-color: rgb(25.9878504673, 34.6504672897, 45.3121495327) !important;
}

.bg-brand-facebook {
  background-color: #3b5999 !important;
}

a.bg-brand-facebook:hover, a.bg-brand-facebook:focus,
button.bg-brand-facebook:hover,
button.bg-brand-facebook:focus {
  background-color: rgb(44.8066037736, 67.5896226415, 116.1933962264) !important;
}

.bg-brand-twitter {
  background-color: #1da1f2 !important;
}

a.bg-brand-twitter:hover, a.bg-brand-twitter:focus,
button.bg-brand-twitter:hover,
button.bg-brand-twitter:focus {
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033) !important;
}

.bg-brand-google-plus {
  background-color: #dd4b39 !important;
}

a.bg-brand-google-plus:hover, a.bg-brand-google-plus:focus,
button.bg-brand-google-plus:hover,
button.bg-brand-google-plus:focus {
  background-color: rgb(193.7327586207, 50.8793103448, 33.2672413793) !important;
}

.bg-brand-instagram {
  background-color: #e4405f !important;
}

a.bg-brand-instagram:hover, a.bg-brand-instagram:focus,
button.bg-brand-instagram:hover,
button.bg-brand-instagram:focus {
  background-color: rgb(211.1513761468, 29.8486238532, 64.119266055) !important;
}

.bg-brand-pinterest {
  background-color: #bd081c !important;
}

a.bg-brand-pinterest:hover, a.bg-brand-pinterest:focus,
button.bg-brand-pinterest:hover,
button.bg-brand-pinterest:focus {
  background-color: rgb(140.0710659898, 5.9289340102, 20.7512690355) !important;
}

.bg-brand-youtube {
  background-color: #cd201f !important;
}

a.bg-brand-youtube:hover, a.bg-brand-youtube:focus,
button.bg-brand-youtube:hover,
button.bg-brand-youtube:focus {
  background-color: rgb(160.6991525424, 25.0847457627, 24.3008474576) !important;
}

.bg-brand-slack {
  background-color: #3aaf85 !important;
}

a.bg-brand-slack:hover, a.bg-brand-slack:focus,
button.bg-brand-slack:hover,
button.bg-brand-slack:focus {
  background-color: rgb(45.30472103, 136.69527897, 103.8884120172) !important;
}

.bg-brand-dribbble {
  background-color: #ea4c89 !important;
}

a.bg-brand-dribbble:hover, a.bg-brand-dribbble:focus,
button.bg-brand-dribbble:hover,
button.bg-brand-dribbble:focus {
  background-color: rgb(228.645, 30.355, 106.91) !important;
}

.bg-brand-github {
  background-color: #222222 !important;
}

a.bg-brand-github:hover, a.bg-brand-github:focus,
button.bg-brand-github:hover,
button.bg-brand-github:focus {
  background-color: rgb(8.5, 8.5, 8.5) !important;
}

.bg-brand-vimeo {
  background-color: #04A0F0 !important;
}

a.bg-brand-vimeo:hover, a.bg-brand-vimeo:focus,
button.bg-brand-vimeo:hover,
button.bg-brand-vimeo:focus {
  background-color: rgb(3.1639344262, 126.5573770492, 189.8360655738) !important;
}

.bg-gray-100 {
  background-color: #FAFBFE !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: rgb(207.5, 217, 245.5) !important;
}

.bg-gray-200 {
  background-color: #EFF2F7 !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: rgb(205, 214.375, 230) !important;
}

.bg-gray-300 {
  background-color: #E5E9F2 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: rgb(195, 204.2307692308, 225) !important;
}

.bg-gray-400 {
  background-color: #E0E6ED !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: rgb(191.7346938776, 203.9795918367, 218.2653061224) !important;
}

.bg-gray-500 {
  background-color: #D3DCE6 !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: rgb(178.4782608696, 194.1304347826, 211.5217391304) !important;
}

.bg-gray-600 {
  background-color: #C0CCDA !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: rgb(159.87, 177.99, 199.13) !important;
}

.bg-gray-700 {
  background-color: #8492A6 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
}

.bg-gray-800 {
  background-color: #3C4858 !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: rgb(39.3243243243, 47.1891891892, 57.6756756757) !important;
}

.bg-gray-900 {
  background-color: #273444 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: rgb(20.4112149533, 27.214953271, 35.5887850467) !important;
}

.bg-black {
  background-color: #1F2D3D !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: rgb(13.8152173913, 20.0543478261, 27.1847826087) !important;
}

.fill-blue {
  fill: #2684FF !important;
}

.stroke-blue {
  stroke: #2684FF !important;
}

.fill-indigo {
  fill: #6e00ff !important;
}

.stroke-indigo {
  stroke: #6e00ff !important;
}

.fill-purple {
  fill: #510FA8 !important;
}

.stroke-purple {
  stroke: #510FA8 !important;
}

.fill-pink {
  fill: #f074ad !important;
}

.stroke-pink {
  stroke: #f074ad !important;
}

.fill-red {
  fill: #FF5630 !important;
}

.stroke-red {
  stroke: #FF5630 !important;
}

.fill-orange {
  fill: #FFAB00 !important;
}

.stroke-orange {
  stroke: #FFAB00 !important;
}

.fill-yellow {
  fill: #ffcc00 !important;
}

.stroke-yellow {
  stroke: #ffcc00 !important;
}

.fill-green {
  fill: #58ba49 !important;
}

.stroke-green {
  stroke: #58ba49 !important;
}

.fill-teal {
  fill: #00B8D9 !important;
}

.stroke-teal {
  stroke: #00B8D9 !important;
}

.fill-cyan {
  fill: #4bd6e5 !important;
}

.stroke-cyan {
  stroke: #4bd6e5 !important;
}

.fill-white {
  fill: #FFF !important;
}

.stroke-white {
  stroke: #FFF !important;
}

.fill-gray {
  fill: #C0CCDA !important;
}

.stroke-gray {
  stroke: #C0CCDA !important;
}

.fill-gray-dark {
  fill: #3C4858 !important;
}

.stroke-gray-dark {
  stroke: #3C4858 !important;
}

.fill-primary {
  fill: #404040 !important;
}

.stroke-primary {
  stroke: #404040 !important;
}

.fill-secondary {
  fill: #EFF2F7 !important;
}

.stroke-secondary {
  stroke: #EFF2F7 !important;
}

.fill-success {
  fill: #58ba49 !important;
}

.stroke-success {
  stroke: #58ba49 !important;
}

.fill-info {
  fill: #00B8D9 !important;
}

.stroke-info {
  stroke: #00B8D9 !important;
}

.fill-warning {
  fill: #FFAB00 !important;
}

.stroke-warning {
  stroke: #FFAB00 !important;
}

.fill-danger {
  fill: #FF5630 !important;
}

.stroke-danger {
  stroke: #FF5630 !important;
}

.fill-light {
  fill: #EFF2F7 !important;
}

.stroke-light {
  stroke: #EFF2F7 !important;
}

.fill-dark {
  fill: #273444 !important;
}

.stroke-dark {
  stroke: #273444 !important;
}

.fill-neutral {
  fill: #FFF !important;
}

.stroke-neutral {
  stroke: #FFF !important;
}

.fill-white {
  fill: #FFF !important;
}

.stroke-white {
  stroke: #FFF !important;
}

.fill-primary-100 {
  fill: rgb(191.5, 191.5, 191.5) !important;
}

.fill-primary-200 {
  fill: #a6a6a6 !important;
}

.fill-primary-300 {
  fill: rgb(140.5, 140.5, 140.5) !important;
}

.fill-primary-400 {
  fill: #737373 !important;
}

.fill-primary-500 {
  fill: rgb(89.5, 89.5, 89.5) !important;
}

.fill-primary-600 {
  fill: rgb(76.75, 76.75, 76.75) !important;
}

.stroke-primary-100 {
  stroke: rgb(191.5, 191.5, 191.5) !important;
}

.stroke-primary-200 {
  stroke: #a6a6a6 !important;
}

.stroke-primary-300 {
  stroke: rgb(140.5, 140.5, 140.5) !important;
}

.stroke-primary-400 {
  stroke: #737373 !important;
}

.stroke-primary-500 {
  stroke: rgb(89.5, 89.5, 89.5) !important;
}

.stroke-primary-600 {
  stroke: rgb(76.75, 76.75, 76.75) !important;
}

.fill-section-primary {
  fill: #FFF !important;
}

.stroke-section-primary {
  stroke: #FFF !important;
}

.fill-section-secondary {
  fill: #FAFBFE !important;
}

.stroke-section-secondary {
  stroke: #FAFBFE !important;
}

.fill-section-light {
  fill: #E0E6ED !important;
}

.stroke-section-light {
  stroke: #E0E6ED !important;
}

.fill-section-dark {
  fill: rgb(25.9878504673, 34.6504672897, 45.3121495327) !important;
}

.stroke-section-dark {
  stroke: rgb(25.9878504673, 34.6504672897, 45.3121495327) !important;
}

.bg-cover {
  position: relative;
  background-repeat: no-repeat;
}

.bg-absolute-cover {
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.bg-absolute-cover svg {
  height: 1000px;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .bg-lg-cover {
    background-image: none !important;
  }
}
@media (max-width: 991.98px) {
  .bg-md-cover {
    background-image: none !important;
  }
}
.bg-size--cover {
  background-size: cover;
}

.bg-size--contain {
  background-size: contain;
}

.bg-text {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 0%;
  white-space: nowrap;
  transform: translate(0%, -50%);
  text-transform: uppercase;
  font-size: 40rem;
  font-weight: 700;
}

.bg-inner--text {
  height: 1em;
  line-height: 1em;
  transform: none;
  opacity: 1;
  transition: 2s 0s;
  display: block;
  animation: text_slide 40s linear infinite;
  width: auto;
  max-width: none;
  white-space: nowrap;
  display: inline-block;
}

.bg-noise {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

@media (max-width: 991.98px) {
  .bg-img-holder {
    background-image: none !important;
  }
  .bg-img-holder img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .bg-img-holder {
    position: absolute;
    height: 100%;
    min-height: 20rem;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .bg-img-holder img {
    display: none;
  }
}
.img-bg:after {
  position: absolute;
  content: "";
  background: none no-repeat 50%;
  background-image: none;
  background-size: auto auto;
  background-size: contain;
  width: 783px;
  height: 725px;
  left: 31px;
  top: -168px;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23EFF2F7' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.img-bg img {
  position: relative;
  z-index: 2;
}

.border-sm {
  border-width: 2px !important;
}

.border-md {
  border-width: 3px !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-groove {
  border-style: groove !important;
}

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

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

.delimiter-top,
.delimiter-bottom {
  position: relative;
  border: 0;
}

.delimiter-top:before {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, rgba(222, 228.1875, 238.5, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-bottom:after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, rgba(222, 228.1875, 238.5, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-dark:before, .delimiter-dark:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

.floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}
.floating:hover {
  animation-play-state: paused;
}

.floating-lg {
  animation: floating-lg 3s ease infinite;
}

.floating-sm {
  animation: floating-sm 3s ease infinite;
}

@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.floatfix:before, .floatfix:after {
  content: "";
  display: table;
}
.floatfix:after {
  clear: both;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

[class*=alpha] {
  transition: all 0.2s ease;
}

[class*=faded] {
  position: relative;
}
[class*=faded]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
}

.faded-top:after {
  top: 0;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= "#00000000", endColorstr="#a6000000",GradientType=0 );
}

.faded-bottom:after {
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= "#00000000", endColorstr="#a6000000",GradientType=0 );
}

[class*=hover-] {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  [class*=hover-] {
    transition: none;
  }
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-grayscale {
  filter: grayscale(100%);
}

.img-saturate {
  filter: saturate(150%);
}

/*.img-back-shape {
    img {
        background: url(../img/svg/backgrounds/bg-circles-1.svg) no-repeat scroll center center/100% 100% border-box;
    }
}*/
.opacity-0,
.hover-opacity-0:hover,
.opacity-container:hover .hover-opacity-0 {
  opacity: 0;
}

.opacity-1,
.hover-opacity-1:hover,
.opacity-container:hover .hover-opacity-1 {
  opacity: 0.1;
}

.opacity-2,
.hover-opacity-2:hover,
.opacity-container:hover .hover-opacity-2 {
  opacity: 0.2;
}

.opacity-3,
.hover-opacity-3:hover,
.opacity-container:hover .hover-opacity-3 {
  opacity: 0.3;
}

.opacity-4,
.hover-opacity-4:hover,
.opacity-container:hover .hover-opacity-4 {
  opacity: 0.4;
}

.opacity-5,
.hover-opacity-5:hover,
.opacity-container:hover .hover-opacity-5 {
  opacity: 0.5;
}

.opacity-6,
.hover-opacity-6:hover,
.opacity-container:hover .hover-opacity-6 {
  opacity: 0.6;
}

.opacity-7,
.hover-opacity-7:hover,
.opacity-container:hover .hover-opacity-7 {
  opacity: 0.7;
}

.opacity-8,
.hover-opacity-8:hover,
.opacity-container:hover .hover-opacity-8 {
  opacity: 0.8;
}

.opacity-9,
.hover-opacity-9:hover,
.opacity-container:hover .hover-opacity-9 {
  opacity: 0.9;
}

.opacity-10,
.hover-opacity-10:hover,
.opacity-container:hover .hover-opacity-10 {
  opacity: 1;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.top-3 {
  top: 1rem;
}

.right-3 {
  right: 1rem;
}

.bottom-3 {
  bottom: 1rem;
}

.left-3 {
  left: 1rem;
}

.top-4 {
  top: 1.5rem;
}

.right-4 {
  right: 1.5rem;
}

.bottom-4 {
  bottom: 1.5rem;
}

.left-4 {
  left: 1.5rem;
}

.top-5 {
  top: 3rem;
}

.right-5 {
  right: 3rem;
}

.bottom-5 {
  bottom: 3rem;
}

.left-5 {
  left: 3rem;
}

.top-6 {
  top: 4.5rem;
}

.right-6 {
  right: 4.5rem;
}

.bottom-6 {
  bottom: 4.5rem;
}

.left-6 {
  left: 4.5rem;
}

.top-7 {
  top: 6rem;
}

.right-7 {
  right: 6rem;
}

.bottom-7 {
  bottom: 6rem;
}

.left-7 {
  left: 6rem;
}

.top-8 {
  top: 7.5rem;
}

.right-8 {
  right: 7.5rem;
}

.bottom-8 {
  bottom: 7.5rem;
}

.left-8 {
  left: 7.5rem;
}

.top-9 {
  top: 9rem;
}

.right-9 {
  right: 9rem;
}

.bottom-9 {
  bottom: 9rem;
}

.left-9 {
  left: 9rem;
}

.top-10 {
  top: 10.5rem;
}

.right-10 {
  right: 10.5rem;
}

.bottom-10 {
  bottom: 10.5rem;
}

.left-10 {
  left: 10.5rem;
}

.top-n1 {
  top: -0.25rem;
}

.right-n1 {
  right: -0.25rem;
}

.bottom-n1 {
  bottom: -0.25rem;
}

.left-n1 {
  left: -0.25rem;
}

.top-n2 {
  top: -0.5rem;
}

.right-n2 {
  right: -0.5rem;
}

.bottom-n2 {
  bottom: -0.5rem;
}

.left-n2 {
  left: -0.5rem;
}

.top-n3 {
  top: -1rem;
}

.right-n3 {
  right: -1rem;
}

.bottom-n3 {
  bottom: -1rem;
}

.left-n3 {
  left: -1rem;
}

.top-n4 {
  top: -1.5rem;
}

.right-n4 {
  right: -1.5rem;
}

.bottom-n4 {
  bottom: -1.5rem;
}

.left-n4 {
  left: -1.5rem;
}

.top-n5 {
  top: -3rem;
}

.right-n5 {
  right: -3rem;
}

.bottom-n5 {
  bottom: -3rem;
}

.left-n5 {
  left: -3rem;
}

.top-n6 {
  top: -4.5rem;
}

.right-n6 {
  right: -4.5rem;
}

.bottom-n6 {
  bottom: -4.5rem;
}

.left-n6 {
  left: -4.5rem;
}

.top-n7 {
  top: -6rem;
}

.right-n7 {
  right: -6rem;
}

.bottom-n7 {
  bottom: -6rem;
}

.left-n7 {
  left: -6rem;
}

.top-n8 {
  top: -7.5rem;
}

.right-n8 {
  right: -7.5rem;
}

.bottom-n8 {
  bottom: -7.5rem;
}

.left-n8 {
  left: -7.5rem;
}

.top-n9 {
  top: -9rem;
}

.right-n9 {
  right: -9rem;
}

.bottom-n9 {
  bottom: -9rem;
}

.left-n9 {
  left: -9rem;
}

.top-n10 {
  top: -10.5rem;
}

.right-n10 {
  right: -10.5rem;
}

.bottom-n10 {
  bottom: -10.5rem;
}

.left-n10 {
  left: -10.5rem;
}

.center {
  left: 50%;
  transform: translateX(-50%);
}

.middle {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  [data-separator=rounded][data-separator-orientation=bottom] {
    border-radius: 0 0 3rem 3rem;
  }
  [data-separator=rounded][data-separator-orientation=top] {
    border-radius: 3rem 3rem 0 0;
  }
  [data-separator=rounded-left][data-separator-orientation=bottom] {
    border-radius: 0 0 0 3rem;
  }
  [data-separator=rounded-left][data-separator-orientation=top] {
    border-radius: 3rem 0 0 0;
  }
  [data-separator=rounded-right][data-separator-orientation=bottom] {
    border-radius: 0 0 3rem 0;
  }
  [data-separator=rounded-right][data-separator-orientation=top] {
    border-radius: 0 3rem 0 0;
  }
}
@media (min-width: 768px) {
  [data-separator=rounded][data-separator-orientation=bottom] {
    border-radius: 0 0 5rem 5rem;
  }
  [data-separator=rounded][data-separator-orientation=top] {
    border-radius: 5rem 5rem 0 0;
  }
  [data-separator=rounded-left][data-separator-orientation=bottom] {
    border-radius: 0 0 0 5rem;
  }
  [data-separator=rounded-left][data-separator-orientation=top] {
    border-radius: 5rem 0 0 0;
  }
  [data-separator=rounded-right][data-separator-orientation=bottom] {
    border-radius: 0 0 5rem 0;
  }
  [data-separator=rounded-right][data-separator-orientation=top] {
    border-radius: 0 5rem 0 0;
  }
}
[data-separator=rounded-continuous] {
  position: relative;
  margin-bottom: 5rem;
  border-radius: 0 0 0 5rem;
}
[data-separator=rounded-continuous]:before, [data-separator=rounded-continuous]:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  height: 5rem;
}
[data-separator=rounded-continuous]:before {
  top: 100%;
  width: 100%;
  border-radius: 0 5rem 0 0;
}
[data-separator=rounded-continuous]:after {
  bottom: 0;
  z-index: -1;
  width: 50%;
}
[data-separator=rounded-continuous] + section {
  padding-bottom: 5rem;
}

[data-separator-bg=primary]:before, [data-separator-bg=primary]:after {
  background: #FFF;
}

[data-separator-bg=secondary]:before, [data-separator-bg=secondary]:after {
  background: #FAFBFE;
}

[data-separator-bg=light]:before, [data-separator-bg=light]:after {
  background: #E0E6ED;
}

[data-separator-bg=dark]:before, [data-separator-bg=dark]:after {
  background: rgb(25.9878504673, 34.6504672897, 45.3121495327);
}

.shape-container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  transform: translateZ(0);
  overflow: hidden;
}
.shape-container svg {
  fill: #FFF;
  pointer-events: none;
  vertical-align: baseline;
}
.shape-container[data-shape-position=top] {
  top: 0;
  bottom: auto;
  margin-top: -1px;
}
.shape-container[data-shape-position=bottom] {
  top: auto;
  bottom: 0;
  margin-bottom: -1px;
}
.shape-container[data-shape-orientation=inverse] {
  transform: rotate(180deg);
}

.shape-position-top {
  top: 0;
  margin-top: -1px;
}

.shape-position-bottom {
  bottom: 0;
  margin-bottom: -1px;
}

.shape-orientation-inverse {
  transform: rotate(180deg);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ie-shape-wave-1 {
    height: 504px;
  }
  .ie-shape-wave-3 {
    height: 231px;
  }
  .ie-shape-clouds {
    height: 400px;
  }
}
.h-100vh {
  height: 100vh !important;
}

.row-grid + .row-grid {
  margin-top: 3rem;
}
.row-grid > [class*=col-] + [class*=col-] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .row.row-grid > [class*=col-lg-] + [class*=col-lg-], ul.row-grid.tabs > [class*=col-lg-] + [class*=col-lg-], ul.row-grid.tabs-second > [class*=col-lg-] + [class*=col-lg-], .row-grid.touch-promo-tabs > [class*=col-lg-] + [class*=col-lg-], .row-grid.prod-gallery-row-new > [class*=col-lg-] + [class*=col-lg-] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row.row-grid > [class*=col-md-] + [class*=col-md-], ul.row-grid.tabs > [class*=col-md-] + [class*=col-md-], ul.row-grid.tabs-second > [class*=col-md-] + [class*=col-md-], .row-grid.touch-promo-tabs > [class*=col-md-] + [class*=col-md-], .row-grid.prod-gallery-row-new > [class*=col-md-] + [class*=col-md-] {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .row.row-grid > [class*=col-sm-] + [class*=col-sm-], ul.row-grid.tabs > [class*=col-sm-] + [class*=col-sm-], ul.row-grid.tabs-second > [class*=col-sm-] + [class*=col-sm-], .row-grid.touch-promo-tabs > [class*=col-sm-] + [class*=col-sm-], .row-grid.prod-gallery-row-new > [class*=col-sm-] + [class*=col-sm-] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  [class*=mt--],
  [class*=mr--],
  [class*=mb--],
  [class*=ml--] {
    position: relative;
    z-index: 5;
  }
  .mt--100 {
    margin-top: -100px !important;
  }
  .mr--100 {
    margin-right: -100px !important;
  }
  .mb--100 {
    margin-bottom: -100px !important;
  }
  .ml--100 {
    margin-left: -100px !important;
  }
  .mt--150 {
    margin-top: -150px !important;
  }
  .mb--150 {
    margin-bottom: -150px !important;
  }
  .mt--200 {
    margin-top: -200px !important;
  }
  .mb--200 {
    margin-bottom: -200px !important;
  }
  .mt--300 {
    margin-top: -300px !important;
  }
  .mb--300 {
    margin-bottom: -300px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  .pb-150 {
    padding-bottom: 150px !important;
  }
  .pt-200 {
    padding-top: 200px !important;
  }
  .pb-200 {
    padding-bottom: 200px !important;
  }
  .pt-250 {
    padding-top: 250px !important;
  }
  .pb-250 {
    padding-bottom: 250px !important;
  }
  .pt-300 {
    padding-top: 300px !important;
  }
  .pb-300 {
    padding-bottom: 300px !important;
  }
}
[data-negative-margin].is_stuck {
  margin: 0 !important;
}

[class*=shadow] {
  transition: all 0.2s ease;
}

.hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}

.hover-shadow:hover {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08) !important;
}

.hover-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

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

.shadow-primary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(64, 64, 64, 0.4) !important;
}

.shadow-primary {
  box-shadow: 0 0.5rem 1rem rgba(64, 64, 64, 0.4) !important;
}

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

.shadow-secondary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-secondary {
  box-shadow: 0 0.5rem 1rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-secondary-lg {
  box-shadow: 0 1rem 3rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-success-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(88, 186, 73, 0.4) !important;
}

.shadow-success {
  box-shadow: 0 0.5rem 1rem rgba(88, 186, 73, 0.4) !important;
}

.shadow-success-lg {
  box-shadow: 0 1rem 3rem rgba(88, 186, 73, 0.4) !important;
}

.shadow-info-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-info {
  box-shadow: 0 0.5rem 1rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-info-lg {
  box-shadow: 0 1rem 3rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-warning-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-warning {
  box-shadow: 0 0.5rem 1rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-warning-lg {
  box-shadow: 0 1rem 3rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-danger-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-danger {
  box-shadow: 0 0.5rem 1rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-danger-lg {
  box-shadow: 0 1rem 3rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-light-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-light {
  box-shadow: 0 0.5rem 1rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-light-lg {
  box-shadow: 0 1rem 3rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-dark-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-dark {
  box-shadow: 0 0.5rem 1rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-dark-lg {
  box-shadow: 0 1rem 3rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-neutral-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-neutral {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}

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

.shadow-white-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-white {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}

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

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.text-underline {
  text-decoration: underline !important;
}
.text-underline--dashed {
  border-bottom: 1px dashed !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

a.text-muted:hover, a.product_card_price_no_discount:hover {
  color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm, .productPageMainContainer .productInfoMain .Qty, .previewOrderContainer .previewOrderFormCard, .modalQuickV .Qty, .usps_card_description, .usps_card_heading, .product_card_badge_text, .product_card_title {
  font-size: 0.875rem !important;
}

.text-lg, .product_card_final_price {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.lh-100 {
  line-height: 1 !important;
}

.lh-110 {
  line-height: 1.1 !important;
}

.lh-120 {
  line-height: 1.2 !important;
}

.lh-130 {
  line-height: 1.3 !important;
}

.lh-140 {
  line-height: 1.4 !important;
}

.lh-150 {
  line-height: 1.5 !important;
}

.lh-160 {
  line-height: 1.6 !important;
}

.lh-170 {
  line-height: 1.7 !important;
}

.lh-180 {
  line-height: 1.8 !important;
}

.ls-1 {
  letter-spacing: 0.0625rem !important;
}

.ls-15 {
  letter-spacing: 0.09375rem !important;
}

.ls-2 {
  letter-spacing: 0.125rem !important;
}

.text-limit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transform-none {
  transform: none !important;
}

.translate-y-n3, .hover-translate-y-n3:hover {
  transform: translateY(-3px) !important;
}

.translate-y-n10, .hover-translate-y-n10:hover {
  transform: translateY(-10px) !important;
}

.translate-x-50, .hover-translate-x-50:hover {
  transform: translateX(50%) !important;
}

.translate-y-50 {
  transform: translateY(50%) !important;
}

.translate-x-100 {
  transform: translateX(100%) !important;
}

.translate-y-100 {
  transform: translateY(100%) !important;
}

.translate-x-n50 {
  transform: translateX(-50%) !important;
}

.translate-y-n50 {
  transform: translateY(-50%) !important;
}

.translate-x-n100 {
  transform: translateX(-100%) !important;
}

.translate-y-n100 {
  transform: translateY(-100%) !important;
}

.scale-90 {
  transform: scale(0.9) !important;
}

.scale-x-90 {
  transform: scaleX(0.9) !important;
}

.scale-y-90 {
  transform: scaleY(0.9) !important;
}

.scale-100 {
  transform: scale(1) !important;
}

.scale-x-100 {
  transform: scaleX(1) !important;
}

.scale-y-100 {
  transform: scaleY(1) !important;
}

.scale-110, .hover-scale-110:hover {
  transform: scale(1.1) !important;
}

.scale-x-110, .hover-scale-x-110:hover {
  transform: scaleX(1.1) !important;
}

.scale-y-110 {
  transform: scaleY(1.1) !important;
}

.rotate-90, .hover-rotate-90:hover {
  transform: rotate(90deg) !important;
}

.rotate-180, .hover-rotate-180:hover {
  transform: rotate(180deg) !important;
}

.rotate-270, .hover-rotate-270:hover {
  transform: rotate(270deg) !important;
}

.rotate-360, .hover-rotate-360:hover {
  transform: rotate(360deg) !important;
}

.rotate-n90, .hover-rotate-n90:hover {
  transform: rotate(-90deg) !important;
}

.skew-x-5 {
  transform: skewX(5deg) !important;
}

.skew-y-5 {
  transform: skewY(5deg) !important;
}

.skew-x-n10 {
  transform: skewX(-10deg) !important;
}

.skew-y-n10 {
  transform: skewY(-10deg) !important;
}

.perspective-left {
  transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
}

.perspective-right {
  transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
}

.transform-origin-t {
  transform-origin: 50% 0% !important;
}

.transform-origin-r {
  transform-origin: 100% 50% !important;
}

.transform-origin-b {
  transform-origin: 50% 100% !important;
}

.transform-origin-l {
  transform-origin: 0% 50% !important;
}

.zindex-100 {
  z-index: 100 !important;
}

.zindex-101 {
  z-index: 101 !important;
}

.zindex-102 {
  z-index: 102 !important;
}

.action-item {
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
  color: #8492A6;
  background: transparent;
  border: 0;
  padding: 0.375rem 0.25rem;
  transition: color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .action-item {
    transition: none;
  }
}
.action-item:hover {
  color: rgb(161.5896226415, 172.2216981132, 187.4103773585);
}
.action-item span {
  padding-left: 0.35rem;
  display: inline-block;
}

.actions-dark .action-item {
  color: rgba(255, 255, 255, 0.7);
}
.actions-dark .action-item:hover {
  color: white;
}

.action-favorite {
  color: #ffcc00;
}
.action-favorite:hover, .action-favorite.active {
  color: rgb(219.3, 175.44, 0);
}

.action-love {
  color: #FF5630;
}
.action-love:hover, .action-love.active {
  color: rgb(255, 56.8536231884, 12.3);
}

.action-like {
  color: #2684FF;
}
.action-like:hover, .action-like.active {
  color: rgb(2.3, 111.764516129, 255);
}

.action-item-lg {
  font-size: 1.25rem;
}

.card > .actions, .previewOrderContainer .previewOrderFormCard > .actions {
  position: absolute;
  right: 0.875rem;
  top: 1rem;
}

.card-stats .actions {
  right: 0.75rem;
  top: 0.5rem;
}

.actions-toolbar {
  position: relative;
}

.actions-search {
  display: none;
  opacity: 0;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-color: #EFF2F7;
  z-index: 1;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .actions-search {
    transition: none;
  }
}
.actions-search.show {
  display: flex;
  opacity: 1;
}

.alert {
  font-size: 0.875rem;
}
.alert strong {
  font-weight: 600;
}
.alert hr {
  margin: 0.875rem 0;
}
.alert p:last-child {
  margin-bottom: 0;
}

.alert-heading {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 0.15rem;
}

.alert-flush {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.alert-modern {
  display: inline-block;
  padding: 0.375rem 1rem 0.375rem 0.5rem;
  border-radius: 50rem;
}
.alert-modern::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
}
.alert-modern:empty::after {
  margin-left: 0;
}
.alert-modern .badge + .alert-content, .alert-modern .product_card_badge_text + .alert-content {
  margin-left: 0.5rem;
}

.alert-dark {
  background-color: #273444;
  color: #FFF;
  border: 0;
}
.alert-dark .alert-link {
  color: #FFF;
}
.alert-dark .close > span:not(.sr-only) {
  color: white;
}
.alert-dark .close:hover > span:not(.sr-only), .alert-dark .close:focus > span:not(.sr-only) {
  color: #FFF;
}
.alert-dark hr {
  border-color: rgba(216, 203, 187, 0.1);
}

[class*=alert-outline-] {
  border-right: 1px solid;
}
[class*=alert-outline-] .alert-group-prepend {
  padding-right: 0.875rem;
}

.alert-outline-primary {
  background: transparent;
  color: rgb(48.16, 54.88, 62.56);
  border-color: rgb(201.52, 201.52, 201.52);
}
.alert-outline-primary hr {
  border-top-color: rgb(214.27, 214.27, 214.27);
}
.alert-outline-primary .alert-link {
  color: rgb(48.16, 54.88, 62.56);
}
.alert-outline-primary .alert-group-prepend {
  border-right: 1px solid rgb(201.52, 201.52, 201.52);
}

.alert-outline-secondary {
  background: transparent;
  color: rgb(139.16, 147.44, 157.72);
  border-color: rgb(250.52, 251.36, 252.76);
}
.alert-outline-secondary hr {
  border-top-color: white;
}
.alert-outline-secondary .alert-link {
  color: rgb(139.16, 147.44, 157.72);
}
.alert-outline-secondary .alert-group-prepend {
  border-right: 1px solid rgb(250.52, 251.36, 252.76);
}

.alert-outline-success {
  background: transparent;
  color: rgb(60.64, 118.32, 67.24);
  border-color: rgb(208.24, 235.68, 204.04);
}
.alert-outline-success hr {
  border-top-color: rgb(225.2061354582, 242.6899601594, 222.5300398406);
}
.alert-outline-success .alert-link {
  color: rgb(60.64, 118.32, 67.24);
}
.alert-outline-success .alert-group-prepend {
  border-right: 1px solid rgb(208.24, 235.68, 204.04);
}

.alert-outline-info {
  background: transparent;
  color: rgb(14.88, 117.28, 142.12);
  border-color: rgb(183.6, 235.12, 244.36);
}
.alert-outline-info hr {
  border-top-color: rgb(205.7928327645, 241.2991808874, 247.6671672355);
}
.alert-outline-info .alert-link {
  color: rgb(14.88, 117.28, 142.12);
}
.alert-outline-info .alert-group-prepend {
  border-right: 1px solid rgb(183.6, 235.12, 244.36);
}

.alert-outline-warning {
  background: transparent;
  color: rgb(147.48, 110.52, 29.28);
  border-color: rgb(255, 231.48, 183.6);
}
.alert-outline-warning hr {
  border-top-color: rgb(255, 239.88, 209.1);
}
.alert-outline-warning .alert-link {
  color: rgb(147.48, 110.52, 29.28);
}
.alert-outline-warning .alert-group-prepend {
  border-right: 1px solid rgb(255, 231.48, 183.6);
}

.alert-outline-danger {
  background: transparent;
  color: rgb(147.48, 66.32, 54.24);
  border-color: rgb(255, 207.68, 197.04);
}
.alert-outline-danger hr {
  border-top-color: rgb(255, 228.4988405797, 222.54);
}
.alert-outline-danger .alert-link {
  color: rgb(147.48, 66.32, 54.24);
}
.alert-outline-danger .alert-group-prepend {
  border-right: 1px solid rgb(255, 207.68, 197.04);
}

.alert-outline-light {
  background: transparent;
  color: rgb(139.16, 147.44, 157.72);
  border-color: rgb(250.52, 251.36, 252.76);
}
.alert-outline-light hr {
  border-top-color: white;
}
.alert-outline-light .alert-link {
  color: rgb(139.16, 147.44, 157.72);
}
.alert-outline-light .alert-group-prepend {
  border-right: 1px solid rgb(250.52, 251.36, 252.76);
}

.alert-outline-dark {
  background: transparent;
  color: rgb(35.16, 48.64, 64.64);
  border-color: rgb(194.52, 198.16, 202.64);
}
.alert-outline-dark hr {
  border-top-color: rgb(208.1874937965, 211.0049131514, 214.4725062035);
}
.alert-outline-dark .alert-link {
  color: rgb(35.16, 48.64, 64.64);
}
.alert-outline-dark .alert-group-prepend {
  border-right: 1px solid rgb(194.52, 198.16, 202.64);
}

.alert-outline-neutral {
  background: transparent;
  color: rgb(147.48, 154.2, 161.88);
  border-color: white;
}
.alert-outline-neutral hr {
  border-top-color: white;
}
.alert-outline-neutral .alert-link {
  color: rgb(147.48, 154.2, 161.88);
}
.alert-outline-neutral .alert-group-prepend {
  border-right: 1px solid white;
}

.alert-outline-white {
  background: transparent;
  color: rgb(147.48, 154.2, 161.88);
  border-color: white;
}
.alert-outline-white hr {
  border-top-color: white;
}
.alert-outline-white .alert-link {
  color: rgb(147.48, 154.2, 161.88);
}
.alert-outline-white .alert-group-prepend {
  border-right: 1px solid white;
}

.alert-messages:not(:last-child) {
  margin-bottom: 1.25rem;
}

.alert-notify {
  display: flex !important;
  max-width: 600px;
  width: calc(100% - 30px);
  padding-right: 80px;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}
.alert-notify:hover {
  z-index: 1081 !important;
}

.alert-group {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.alert-group .alert-group-prepend {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.alert-group .alert-group-prepend,
.alert-group .alert-content,
.alert-group .alert-action {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.alert-group .alert-action {
  margin-left: auto;
}
.alert-group .btn, .alert-group .loadMoreOrders .orders_list_more, .loadMoreOrders .alert-group .orders_list_more, .alert-group .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .alert-group .addToCartBtn, .alert-group .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .alert-group .addToCartBtn.addtoCart, .alert-group .modalQuickV .discount, .modalQuickV .alert-group .discount, .alert-group .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .alert-group .singleCategoryMoreBtn, .alert-group .primary_button_md, .alert-group .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .alert-group .main_slider_item_button, .alert-group .brands_slider_show_more_button, .alert-group .product_card .wishlistBtn, .product_card .alert-group .wishlistBtn, .alert-group .product_card .addToCartBtn.quickViewBtn, .product_card .alert-group .addToCartBtn.quickViewBtn, .alert-group .product_card .addToCartBtn.addtoCart, .product_card .alert-group .addToCartBtn.addtoCart {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.alert-group[class*=alert-outline] .alert-group-prepend {
  margin-right: 0.875rem;
}

.alert-group-icon {
  display: inline-block;
  min-width: 26px;
  text-align: center;
}

.alert-dismissible .alert-group-prepend {
  display: block;
}
.alert-dismissible .close {
  top: 50%;
  right: 0.875rem;
  transform: translateY(-50%);
  padding: 0;
}

.avatar {
  position: relative;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  height: 50px;
  width: 50px;
  border-radius: 0.25rem;
}
.avatar img {
  width: 100%;
  border-radius: 0.25rem;
}
.avatar.rounded-circle img {
  border-radius: 50%;
}
.avatar span {
  background-color: #404040;
}
.avatar + .avatar {
  margin-left: 0.25rem;
}
.avatar + .avatar-content {
  display: inline-block;
  margin-left: 0.75rem;
}

.avatar-lg {
  width: 75px;
  height: 75px;
  font-size: 1.25rem;
}

.avatar-sm {
  width: 31.25px;
  height: 31.25px;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}

.avatar-group {
  display: inline-block;
  line-height: 1;
}
.avatar-group .avatar {
  transition: margin 0.15s ease-in-out;
  z-index: 1;
}
.avatar-group .avatar:hover {
  z-index: 2;
}
.avatar-group .avatar img {
  border: 2px solid #FFF;
}
.avatar-group .avatar + .avatar {
  margin-left: -1.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -1rem;
}
.avatar-group:hover .avatar {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.avatar-group:hover .avatar-sm {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.hover-avatar-ungroup:hover .avatar:not(:first-child) {
  margin-left: 0;
}

.avatar-parent-child {
  display: inline-block;
  position: relative;
}

.avatar-child {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #FFF;
  border-radius: 0.2rem;
}

.avatar.rounded-circle + .avatar-child {
  border-radius: 50%;
}

.avatar + .avatar-child {
  width: 20px;
  height: 20px;
}

.avatar-lg + .avatar-child {
  width: 24px;
  height: 24px;
}

.avatar-sm + .avatar-child {
  width: 16px;
  height: 16px;
}

.avatar + .avatar-badge {
  width: 14px;
  height: 14px;
  right: -6px;
  bottom: 15px;
}

.avatar-lg + .avatar-badge {
  width: 16px;
  height: 16px;
  right: -5px;
  bottom: 20px;
}

.avatar-sm + .badge, .avatar-sm + .product_card_badge_text {
  width: 12px;
  height: 12px;
  right: -6px;
  bottom: 10px;
}

.avatar-connect {
  position: relative;
}
.avatar-connect:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #EFF2F7;
}
.avatar-connect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.badge, .product_card_badge_text {
  display: inline;
  text-transform: none;
}
.badge i, .product_card_badge_text i {
  margin-right: 0.5rem;
}

.badge-md {
  padding: 0.65em 1em;
}

.badge-lg {
  padding: 0.85em 1.375em;
}

.badge-inline {
  margin-right: 0.625rem;
}
.badge-inline + span {
  top: 2px;
  position: relative;
}
.badge-inline + span > a {
  text-decoration: underline;
}

.btn .badge:not(:first-child), .loadMoreOrders .orders_list_more .badge:not(:first-child), .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn .badge:not(:first-child), .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart .badge:not(:first-child), .modalQuickV .discount .badge:not(:first-child), .singleCategoryContainer .singleCategoryMoreBtn .badge:not(:first-child), .primary_button_md .badge:not(:first-child), .main_slider_item_details--inverted .main_slider_item_button .badge:not(:first-child), .brands_slider_show_more_button .badge:not(:first-child), .product_card .wishlistBtn .badge:not(:first-child), .product_card .addToCartBtn.quickViewBtn .badge:not(:first-child), .product_card .addToCartBtn.addtoCart .badge:not(:first-child), .btn .product_card_badge_text:not(:first-child), .loadMoreOrders .orders_list_more .product_card_badge_text:not(:first-child), .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn .product_card_badge_text:not(:first-child), .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart .product_card_badge_text:not(:first-child), .modalQuickV .discount .product_card_badge_text:not(:first-child), .singleCategoryContainer .singleCategoryMoreBtn .product_card_badge_text:not(:first-child), .primary_button_md .product_card_badge_text:not(:first-child), .main_slider_item_details--inverted .main_slider_item_button .product_card_badge_text:not(:first-child), .brands_slider_show_more_button .product_card_badge_text:not(:first-child), .product_card .wishlistBtn .product_card_badge_text:not(:first-child), .product_card .addToCartBtn.quickViewBtn .product_card_badge_text:not(:first-child), .product_card .addToCartBtn.addtoCart .product_card_badge_text:not(:first-child) {
  margin-left: 0.5rem;
}
.btn .badge:not(:last-child), .loadMoreOrders .orders_list_more .badge:not(:last-child), .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn .badge:not(:last-child), .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart .badge:not(:last-child), .modalQuickV .discount .badge:not(:last-child), .singleCategoryContainer .singleCategoryMoreBtn .badge:not(:last-child), .primary_button_md .badge:not(:last-child), .main_slider_item_details--inverted .main_slider_item_button .badge:not(:last-child), .brands_slider_show_more_button .badge:not(:last-child), .product_card .wishlistBtn .badge:not(:last-child), .product_card .addToCartBtn.quickViewBtn .badge:not(:last-child), .product_card .addToCartBtn.addtoCart .badge:not(:last-child), .btn .product_card_badge_text:not(:last-child), .loadMoreOrders .orders_list_more .product_card_badge_text:not(:last-child), .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn .product_card_badge_text:not(:last-child), .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart .product_card_badge_text:not(:last-child), .modalQuickV .discount .product_card_badge_text:not(:last-child), .singleCategoryContainer .singleCategoryMoreBtn .product_card_badge_text:not(:last-child), .primary_button_md .product_card_badge_text:not(:last-child), .main_slider_item_details--inverted .main_slider_item_button .product_card_badge_text:not(:last-child), .brands_slider_show_more_button .product_card_badge_text:not(:last-child), .product_card .wishlistBtn .product_card_badge_text:not(:last-child), .product_card .addToCartBtn.quickViewBtn .product_card_badge_text:not(:last-child), .product_card .addToCartBtn.addtoCart .product_card_badge_text:not(:last-child) {
  margin-right: 0.5rem;
}

.badge-soft-primary {
  color: #404040;
  background-color: rgb(216.8, 216.8, 216.8);
}
.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
  color: #404040;
  text-decoration: none;
  background-color: rgb(204.05, 204.05, 204.05);
}

.badge-soft-secondary {
  color: #EFF2F7;
  background-color: rgb(251.8, 252.4, 253.4);
}
.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus {
  color: #EFF2F7;
  text-decoration: none;
  background-color: rgb(234.8, 238.5875, 244.9);
}

.badge-soft-success {
  color: #58ba49;
  background-color: rgb(221.6, 241.2, 218.6);
}
.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
  color: #58ba49;
  text-decoration: none;
  background-color: rgb(204.6338645418, 234.1900398406, 200.1099601594);
}

.badge-soft-info {
  color: #00B8D9;
  background-color: rgb(204, 240.8, 247.4);
}
.badge-soft-info[href]:hover, .badge-soft-info[href]:focus {
  color: #00B8D9;
  text-decoration: none;
  background-color: rgb(181.8071672355, 234.6208191126, 244.0928327645);
}

.badge-soft-warning, .product_card_badge_text {
  color: #FFAB00;
  background-color: rgb(255, 238.2, 204);
}
.badge-soft-warning[href]:hover, [href].product_card_badge_text:hover, .badge-soft-warning[href]:focus, [href].product_card_badge_text:focus {
  color: #FFAB00;
  text-decoration: none;
  background-color: rgb(255, 229.8, 178.5);
}

.badge-soft-danger {
  color: #FF5630;
  background-color: rgb(255, 221.2, 213.6);
}
.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus {
  color: #FF5630;
  text-decoration: none;
  background-color: rgb(255, 200.3811594203, 188.1);
}

.badge-soft-light {
  color: #EFF2F7;
  background-color: rgb(251.8, 252.4, 253.4);
}
.badge-soft-light[href]:hover, .badge-soft-light[href]:focus {
  color: #EFF2F7;
  text-decoration: none;
  background-color: rgb(234.8, 238.5875, 244.9);
}

.badge-soft-dark {
  color: #273444;
  background-color: rgb(211.8, 214.4, 217.6);
}
.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus {
  color: #273444;
  text-decoration: none;
  background-color: rgb(198.1325062035, 201.5550868486, 205.7674937965);
}

.badge-soft-neutral {
  color: #FFF;
  background-color: white;
}
.badge-soft-neutral[href]:hover, .badge-soft-neutral[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: rgb(242.25, 242.25, 242.25);
}

.badge-soft-white {
  color: #FFF;
  background-color: white;
}
.badge-soft-white[href]:hover, .badge-soft-white[href]:focus {
  color: #FFF;
  text-decoration: none;
  background-color: rgb(242.25, 242.25, 242.25);
}

.badge-dot {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #8492A6;
  font-size: 0.875rem;
}
.badge-dot i {
  display: inline-block;
  vertical-align: middle;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  margin-right: 0.375rem;
}
.badge-dot.badge-md i {
  width: 0.5rem;
  height: 0.5rem;
}
.badge-dot.badge-lg i {
  width: 0.625rem;
  height: 0.625rem;
}

.badge-circle {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0 !important;
  min-width: 1.25rem;
  min-height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.badge-circle.badge-md {
  width: 1.5rem;
  height: 1.5rem;
}
.badge-circle.badge-lg {
  width: 2rem;
  height: 2rem;
}

.btn .badge-floating, .loadMoreOrders .orders_list_more .badge-floating, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn .badge-floating, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart .badge-floating, .modalQuickV .discount .badge-floating, .singleCategoryContainer .singleCategoryMoreBtn .badge-floating, .primary_button_md .badge-floating, .main_slider_item_details--inverted .main_slider_item_button .badge-floating, .brands_slider_show_more_button .badge-floating, .product_card .wishlistBtn .badge-floating, .product_card .addToCartBtn.quickViewBtn .badge-floating, .product_card .addToCartBtn.addtoCart .badge-floating {
  position: absolute;
  top: -50%;
  right: 0;
  transform: translate(50%, 50%);
  margin: 0;
  border: 3px solid;
}

.bg-shape-circle {
  display: block;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.05);
  position: absolute;
  margin: auto;
}

.bg-shape-circle-lg {
  width: 800px;
  height: 800px;
}

.breadcrumb {
  border: 1px solid #EFF2F7;
}

.breadcrumb-sm {
  font-size: 0.875rem;
}

.breadcrumb-links {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 0.3rem;
  height: 0.6rem;
  margin-right: 0.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #E0E6ED;
}

.breadcrumb-dark .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-dark .breadcrumb-item a:hover {
  color: white;
}
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-light .breadcrumb-item a {
  color: rgba(39, 52, 68, 0.8);
}
.breadcrumb-light .breadcrumb-item a:hover {
  color: #273444;
}
.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(39, 52, 68, 0.8);
}

.btn, .loadMoreOrders .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .discount, .singleCategoryContainer .singleCategoryMoreBtn, .primary_button_md, .main_slider_item_details--inverted .main_slider_item_button, .brands_slider_show_more_button, .product_card .wishlistBtn, .product_card .addToCartBtn.quickViewBtn, .product_card .addToCartBtn.addtoCart {
  position: relative;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .loadMoreOrders .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .discount, .singleCategoryContainer .singleCategoryMoreBtn, .primary_button_md, .main_slider_item_details--inverted .main_slider_item_button, .brands_slider_show_more_button, .product_card .wishlistBtn, .product_card .addToCartBtn.quickViewBtn, .product_card .addToCartBtn.addtoCart {
    transition: none;
  }
}
.btn:not(:last-child), .loadMoreOrders .orders_list_more:not(:last-child), .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:not(:last-child), .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:not(:last-child), .modalQuickV .discount:not(:last-child), .singleCategoryContainer .singleCategoryMoreBtn:not(:last-child), .primary_button_md:not(:last-child), .main_slider_item_details--inverted .main_slider_item_button:not(:last-child), .brands_slider_show_more_button:not(:last-child), .product_card .wishlistBtn:not(:last-child), .product_card .addToCartBtn.quickViewBtn:not(:last-child), .product_card .addToCartBtn.addtoCart:not(:last-child) {
  margin-right: 0.5rem;
}

.btn-group > .btn, .loadMoreOrders .btn-group > .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group > .addToCartBtn, .modalQuickV .ProductAddBlock .btn-group > .addToCartBtn.addtoCart, .modalQuickV .btn-group > .discount, .singleCategoryContainer .btn-group > .singleCategoryMoreBtn, .btn-group > .primary_button_md, .main_slider_item_details--inverted .btn-group > .main_slider_item_button, .btn-group > .brands_slider_show_more_button, .product_card .btn-group > .wishlistBtn, .product_card .btn-group > .addToCartBtn.quickViewBtn, .product_card .btn-group > .addToCartBtn.addtoCart {
  margin: 0;
}

.btn-neutral {
  background-color: #FFF;
  color: #273444;
  border: 1px solid #EFF2F7;
}
.btn-neutral:hover {
  border-color: rgb(228.8, 233.7125, 241.9);
  background-color: rgb(247.35, 247.35, 247.35);
}
.btn-neutral:not(:disabled):not(.disabled).active {
  border-color: #404040;
  color: #404040;
  background-color: #FFF;
}

.btn-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .btn-xl {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.btn-nobg {
  padding: 0;
  background: transparent !important;
}
.btn-nobg:hover {
  background: transparent !important;
  border-color: transparent !important;
}

.btn-nobg--hover:hover {
  background-color: transparent;
}

.btn-soft-primary, .brands_slider_show_more_button {
  color: #404040;
  background-color: rgb(216.8, 216.8, 216.8);
  border-color: rgb(216.8, 216.8, 216.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-primary:hover, .brands_slider_show_more_button:hover {
  color: #FFF;
  background-color: #404040;
  border-color: #404040;
  box-shadow: 0 4px 11px rgba(216.8, 216.8, 216.8, 0.35);
}
.btn-soft-primary:focus, .brands_slider_show_more_button:focus, .btn-soft-primary.focus, .focus.brands_slider_show_more_button {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(60.25, 62.2, 64.6, 0.5);
}
.btn-soft-primary.disabled, .disabled.brands_slider_show_more_button, .btn-soft-primary:disabled, .brands_slider_show_more_button:disabled {
  color: #404040;
  background-color: rgb(216.8, 216.8, 216.8);
  border-color: rgb(216.8, 216.8, 216.8);
}
.btn-soft-primary:not(:disabled):not(.disabled):active, .brands_slider_show_more_button:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled).active, .brands_slider_show_more_button:not(:disabled):not(.disabled).active, .show > .btn-soft-primary.dropdown-toggle, .show > .dropdown-toggle.brands_slider_show_more_button {
  color: #FFF;
  background-color: #404040;
  border-color: #404040;
}
.btn-soft-primary:not(:disabled):not(.disabled):active:focus, .brands_slider_show_more_button:not(:disabled):not(.disabled):active:focus, .btn-soft-primary:not(:disabled):not(.disabled).active:focus, .brands_slider_show_more_button:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-primary.dropdown-toggle:focus, .show > .dropdown-toggle.brands_slider_show_more_button:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(60.25, 62.2, 64.6, 0.5);
}

.btn-soft-secondary {
  color: #EFF2F7;
  background-color: rgb(251.8, 252.4, 253.4);
  border-color: rgb(251.8, 252.4, 253.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-secondary:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  box-shadow: 0 4px 11px rgba(251.8, 252.4, 253.4, 0.35);
}
.btn-soft-secondary:focus, .btn-soft-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 213.5, 220.15, 0.5);
}
.btn-soft-secondary.disabled, .btn-soft-secondary:disabled {
  color: #EFF2F7;
  background-color: rgb(251.8, 252.4, 253.4);
  border-color: rgb(251.8, 252.4, 253.4);
}
.btn-soft-secondary:not(:disabled):not(.disabled):active, .btn-soft-secondary:not(:disabled):not(.disabled).active, .show > .btn-soft-secondary.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-soft-secondary:not(:disabled):not(.disabled):active:focus, .btn-soft-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 213.5, 220.15, 0.5);
}

.btn-soft-success {
  color: #58ba49;
  background-color: rgb(221.6, 241.2, 218.6);
  border-color: rgb(221.6, 241.2, 218.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-success:hover {
  color: #FFF;
  background-color: #58ba49;
  border-color: #58ba49;
  box-shadow: 0 4px 11px rgba(221.6, 241.2, 218.6, 0.35);
}
.btn-soft-success:focus, .btn-soft-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(80.65, 165.9, 72.25, 0.5);
}
.btn-soft-success.disabled, .btn-soft-success:disabled {
  color: #58ba49;
  background-color: rgb(221.6, 241.2, 218.6);
  border-color: rgb(221.6, 241.2, 218.6);
}
.btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled).active, .show > .btn-soft-success.dropdown-toggle {
  color: #FFF;
  background-color: #58ba49;
  border-color: #58ba49;
}
.btn-soft-success:not(:disabled):not(.disabled):active:focus, .btn-soft-success:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-success.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(80.65, 165.9, 72.25, 0.5);
}

.btn-soft-info {
  color: #00B8D9;
  background-color: rgb(204, 240.8, 247.4);
  border-color: rgb(204, 240.8, 247.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-info:hover {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
  box-shadow: 0 4px 11px rgba(204, 240.8, 247.4, 0.35);
}
.btn-soft-info:focus, .btn-soft-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(5.85, 164.2, 194.65, 0.5);
}
.btn-soft-info.disabled, .btn-soft-info:disabled {
  color: #00B8D9;
  background-color: rgb(204, 240.8, 247.4);
  border-color: rgb(204, 240.8, 247.4);
}
.btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled).active, .show > .btn-soft-info.dropdown-toggle {
  color: #FFF;
  background-color: #00B8D9;
  border-color: #00B8D9;
}
.btn-soft-info:not(:disabled):not(.disabled):active:focus, .btn-soft-info:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-info.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(5.85, 164.2, 194.65, 0.5);
}

.btn-soft-warning {
  color: #FFAB00;
  background-color: rgb(255, 238.2, 204);
  border-color: rgb(255, 238.2, 204);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-warning:hover {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
  box-shadow: 0 4px 11px rgba(255, 238.2, 204, 0.35);
}
.btn-soft-warning:focus, .btn-soft-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(222.6, 153.15, 10.2, 0.5);
}
.btn-soft-warning.disabled, .btn-soft-warning:disabled {
  color: #FFAB00;
  background-color: rgb(255, 238.2, 204);
  border-color: rgb(255, 238.2, 204);
}
.btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled).active, .show > .btn-soft-warning.dropdown-toggle {
  color: #FFF;
  background-color: #FFAB00;
  border-color: #FFAB00;
}
.btn-soft-warning:not(:disabled):not(.disabled):active:focus, .btn-soft-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-warning.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(222.6, 153.15, 10.2, 0.5);
}

.btn-soft-danger {
  color: #FF5630;
  background-color: rgb(255, 221.2, 213.6);
  border-color: rgb(255, 221.2, 213.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-danger:hover {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
  box-shadow: 0 4px 11px rgba(255, 221.2, 213.6, 0.35);
}
.btn-soft-danger:focus, .btn-soft-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(222.6, 80.9, 51, 0.5);
}
.btn-soft-danger.disabled, .btn-soft-danger:disabled {
  color: #FF5630;
  background-color: rgb(255, 221.2, 213.6);
  border-color: rgb(255, 221.2, 213.6);
}
.btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled).active, .show > .btn-soft-danger.dropdown-toggle {
  color: #FFF;
  background-color: #FF5630;
  border-color: #FF5630;
}
.btn-soft-danger:not(:disabled):not(.disabled):active:focus, .btn-soft-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-danger.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(222.6, 80.9, 51, 0.5);
}

.btn-soft-light {
  color: #EFF2F7;
  background-color: rgb(251.8, 252.4, 253.4);
  border-color: rgb(251.8, 252.4, 253.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-light:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  box-shadow: 0 4px 11px rgba(251.8, 252.4, 253.4, 0.35);
}
.btn-soft-light:focus, .btn-soft-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 213.5, 220.15, 0.5);
}
.btn-soft-light.disabled, .btn-soft-light:disabled {
  color: #EFF2F7;
  background-color: rgb(251.8, 252.4, 253.4);
  border-color: rgb(251.8, 252.4, 253.4);
}
.btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled).active, .show > .btn-soft-light.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}
.btn-soft-light:not(:disabled):not(.disabled):active:focus, .btn-soft-light:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-light.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 213.5, 220.15, 0.5);
}

.btn-soft-dark {
  color: #273444;
  background-color: rgb(211.8, 214.4, 217.6);
  border-color: rgb(211.8, 214.4, 217.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-dark:hover {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
  box-shadow: 0 4px 11px rgba(211.8, 214.4, 217.6, 0.35);
}
.btn-soft-dark:focus, .btn-soft-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(39, 52, 68, 0.5);
}
.btn-soft-dark.disabled, .btn-soft-dark:disabled {
  color: #273444;
  background-color: rgb(211.8, 214.4, 217.6);
  border-color: rgb(211.8, 214.4, 217.6);
}
.btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled).active, .show > .btn-soft-dark.dropdown-toggle {
  color: #FFF;
  background-color: #273444;
  border-color: #273444;
}
.btn-soft-dark:not(:disabled):not(.disabled):active:focus, .btn-soft-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-dark.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.btn-soft-neutral {
  color: #FFF;
  background-color: white;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-neutral:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}
.btn-soft-neutral:focus, .btn-soft-neutral.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(222.6, 224.55, 226.95, 0.5);
}
.btn-soft-neutral.disabled, .btn-soft-neutral:disabled {
  color: #FFF;
  background-color: white;
  border-color: white;
}
.btn-soft-neutral:not(:disabled):not(.disabled):active, .btn-soft-neutral:not(:disabled):not(.disabled).active, .show > .btn-soft-neutral.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-soft-neutral:not(:disabled):not(.disabled):active:focus, .btn-soft-neutral:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(222.6, 224.55, 226.95, 0.5);
}

.btn-soft-white {
  color: #FFF;
  background-color: white;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-soft-white:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}
.btn-soft-white:focus, .btn-soft-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(222.6, 224.55, 226.95, 0.5);
}
.btn-soft-white.disabled, .btn-soft-white:disabled {
  color: #FFF;
  background-color: white;
  border-color: white;
}
.btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled).active, .show > .btn-soft-white.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-soft-white:not(:disabled):not(.disabled):active:focus, .btn-soft-white:not(:disabled):not(.disabled).active:focus, .show > .btn-soft-white.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(222.6, 224.55, 226.95, 0.5);
}

.btn-facebook {
  color: #FFF;
  background-color: #3b5999;
  border-color: #3b5999;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-facebook:hover {
  color: #FFF;
  background-color: rgb(48.3549528302, 72.9422169811, 125.3950471698);
  border-color: rgb(44.8066037736, 67.5896226415, 116.1933962264);
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(59, 89, 153, 0.35);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #FFF;
  background-color: #3b5999;
  border-color: #3b5999;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #FFF;
  background-color: rgb(44.8066037736, 67.5896226415, 116.1933962264);
  border-color: rgb(41.258254717, 62.2370283019, 106.991745283);
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(59, 89, 153, 0.35);
}

.btn-twitter {
  color: #FFF;
  background-color: #1da1f2;
  border-color: #1da1f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-twitter:hover {
  color: #FFF;
  background-color: rgb(12.660041841, 141.2081589958, 220.089958159);
  border-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(29, 161, 242, 0.35);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #FFF;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #FFF;
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
  border-color: rgb(11.2730125523, 125.7374476987, 195.9769874477);
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(29, 161, 242, 0.35);
}

.btn-google-plus {
  color: #FFF;
  background-color: #dd4b39;
  border-color: #dd4b39;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-google-plus:hover {
  color: #FFF;
  background-color: rgb(204.6142241379, 53.7370689655, 35.1357758621);
  border-color: rgb(193.7327586207, 50.8793103448, 33.2672413793);
}
.btn-google-plus:focus, .btn-google-plus.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(221, 75, 57, 0.35);
}
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #FFF;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active, .show > .btn-google-plus.dropdown-toggle {
  color: #FFF;
  background-color: rgb(193.7327586207, 50.8793103448, 33.2672413793);
  border-color: rgb(182.8512931034, 48.0215517241, 31.3987068966);
}
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus, .show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(221, 75, 57, 0.35);
}

.btn-instagram {
  color: #FFF;
  background-color: #e4405f;
  border-color: #e4405f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-instagram:hover {
  color: #FFF;
  background-color: rgb(222.3222477064, 31.4277522936, 67.5114678899);
  border-color: rgb(211.1513761468, 29.8486238532, 64.119266055);
}
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(228, 64, 95, 0.35);
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #FFF;
  background-color: #e4405f;
  border-color: #e4405f;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
  color: #FFF;
  background-color: rgb(211.1513761468, 29.8486238532, 64.119266055);
  border-color: rgb(199.9805045872, 28.2694954128, 60.7270642202);
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(228, 64, 95, 0.35);
}

.btn-pinterest {
  color: #FFF;
  background-color: #bd081c;
  border-color: #bd081c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-pinterest:hover {
  color: #FFF;
  background-color: rgb(152.3032994924, 6.4467005076, 22.5634517766);
  border-color: rgb(140.0710659898, 5.9289340102, 20.7512690355);
}
.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(189, 8, 28, 0.35);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #FFF;
  background-color: #bd081c;
  border-color: #bd081c;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
  color: #FFF;
  background-color: rgb(140.0710659898, 5.9289340102, 20.7512690355);
  border-color: rgb(127.8388324873, 5.4111675127, 18.9390862944);
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(189, 8, 28, 0.35);
}

.btn-youtube {
  color: #FFF;
  background-color: #cd201f;
  border-color: #cd201f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-youtube:hover {
  color: #FFF;
  background-color: rgb(171.7743644068, 26.813559322, 25.9756355932);
  border-color: rgb(160.6991525424, 25.0847457627, 24.3008474576);
}
.btn-youtube:focus, .btn-youtube.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(205, 32, 31, 0.35);
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #FFF;
  background-color: #cd201f;
  border-color: #cd201f;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
  color: #FFF;
  background-color: rgb(160.6991525424, 25.0847457627, 24.3008474576);
  border-color: rgb(149.623940678, 23.3559322034, 22.626059322);
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(205, 32, 31, 0.35);
}

.btn-slack {
  color: #FFF;
  background-color: #3aaf85;
  border-color: #3aaf85;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-slack:hover {
  color: #FFF;
  background-color: rgb(48.4785407725, 146.2714592275, 111.1663090129);
  border-color: rgb(45.30472103, 136.69527897, 103.8884120172);
}
.btn-slack:focus, .btn-slack.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(58, 175, 133, 0.35);
}
.btn-slack.disabled, .btn-slack:disabled {
  color: #FFF;
  background-color: #3aaf85;
  border-color: #3aaf85;
}
.btn-slack:not(:disabled):not(.disabled):active, .btn-slack:not(:disabled):not(.disabled).active, .show > .btn-slack.dropdown-toggle {
  color: #FFF;
  background-color: rgb(45.30472103, 136.69527897, 103.8884120172);
  border-color: rgb(42.1309012876, 127.1190987124, 96.6105150215);
}
.btn-slack:not(:disabled):not(.disabled):active:focus, .btn-slack:not(:disabled):not(.disabled).active:focus, .show > .btn-slack.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(58, 175, 133, 0.35);
}

.btn-dribbble {
  color: #FFF;
  background-color: #ea4c89;
  border-color: #ea4c89;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-dribbble:hover {
  color: #FFF;
  background-color: rgb(229.98375, 41.76625, 114.4325);
  border-color: rgb(228.645, 30.355, 106.91);
}
.btn-dribbble:focus, .btn-dribbble.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(234, 76, 137, 0.35);
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #FFF;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show > .btn-dribbble.dropdown-toggle {
  color: #FFF;
  background-color: rgb(228.645, 30.355, 106.91);
  border-color: rgb(220.39375, 25.85625, 100.9625);
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(234, 76, 137, 0.35);
}

.btn-github {
  color: #FFF;
  background-color: #222222;
  border-color: #222222;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-github:hover {
  color: #FFF;
  background-color: rgb(14.875, 14.875, 14.875);
  border-color: rgb(8.5, 8.5, 8.5);
}
.btn-github:focus, .btn-github.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(34, 34, 34, 0.35);
}
.btn-github.disabled, .btn-github:disabled {
  color: #FFF;
  background-color: #222222;
  border-color: #222222;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {
  color: #FFF;
  background-color: rgb(8.5, 8.5, 8.5);
  border-color: rgb(2.125, 2.125, 2.125);
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(34, 34, 34, 0.35);
}

.btn-vimeo {
  color: #FFF;
  background-color: #04A0F0;
  border-color: #04A0F0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-vimeo:hover {
  color: #FFF;
  background-color: rgb(3.3729508197, 134.9180327869, 202.3770491803);
  border-color: rgb(3.1639344262, 126.5573770492, 189.8360655738);
}
.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(4, 160, 240, 0.35);
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #FFF;
  background-color: #04A0F0;
  border-color: #04A0F0;
}
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle {
  color: #FFF;
  background-color: rgb(3.1639344262, 126.5573770492, 189.8360655738);
  border-color: rgb(2.9549180328, 118.1967213115, 177.2950819672);
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(4, 160, 240, 0.35);
}

.btn svg:not(:first-child), .loadMoreOrders .orders_list_more svg:not(:first-child), .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn svg:not(:first-child), .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart svg:not(:first-child), .modalQuickV .discount svg:not(:first-child), .singleCategoryContainer .singleCategoryMoreBtn svg:not(:first-child), .primary_button_md svg:not(:first-child), .main_slider_item_details--inverted .main_slider_item_button svg:not(:first-child), .brands_slider_show_more_button svg:not(:first-child), .product_card .wishlistBtn svg:not(:first-child), .product_card .addToCartBtn.quickViewBtn svg:not(:first-child), .product_card .addToCartBtn.addtoCart svg:not(:first-child),
.btn i:not(:first-child),
.loadMoreOrders .orders_list_more i:not(:first-child),
.productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn i:not(:first-child),
.modalQuickV .ProductAddBlock .addToCartBtn.addtoCart i:not(:first-child),
.modalQuickV .discount i:not(:first-child),
.singleCategoryContainer .singleCategoryMoreBtn i:not(:first-child),
.primary_button_md i:not(:first-child),
.main_slider_item_details--inverted .main_slider_item_button i:not(:first-child),
.brands_slider_show_more_button i:not(:first-child),
.product_card .wishlistBtn i:not(:first-child),
.product_card .addToCartBtn.quickViewBtn i:not(:first-child),
.product_card .addToCartBtn.addtoCart i:not(:first-child) {
  margin-left: 0.5rem;
}

.btn svg:not(:last-child), .loadMoreOrders .orders_list_more svg:not(:last-child), .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn svg:not(:last-child), .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart svg:not(:last-child), .modalQuickV .discount svg:not(:last-child), .singleCategoryContainer .singleCategoryMoreBtn svg:not(:last-child), .primary_button_md svg:not(:last-child), .main_slider_item_details--inverted .main_slider_item_button svg:not(:last-child), .brands_slider_show_more_button svg:not(:last-child), .product_card .wishlistBtn svg:not(:last-child), .product_card .addToCartBtn.quickViewBtn svg:not(:last-child), .product_card .addToCartBtn.addtoCart svg:not(:last-child),
.btn i:not(:last-child),
.loadMoreOrders .orders_list_more i:not(:last-child),
.productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn i:not(:last-child),
.modalQuickV .ProductAddBlock .addToCartBtn.addtoCart i:not(:last-child),
.modalQuickV .discount i:not(:last-child),
.singleCategoryContainer .singleCategoryMoreBtn i:not(:last-child),
.primary_button_md i:not(:last-child),
.main_slider_item_details--inverted .main_slider_item_button i:not(:last-child),
.brands_slider_show_more_button i:not(:last-child),
.product_card .wishlistBtn i:not(:last-child),
.product_card .addToCartBtn.quickViewBtn i:not(:last-child),
.product_card .addToCartBtn.addtoCart i:not(:last-child) {
  margin-right: 0.5rem;
}

.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: 0.75em;
}
.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: 0.75em;
}

.btn-icon-only {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0;
}
.btn-icon-only.btn-sm, .loadMoreOrders .btn-icon-only.orders_list_more, .modalQuickV .ProductAddBlock .btn-icon-only.addToCartBtn.addtoCart, .modalQuickV .btn-icon-only.discount, .btn-icon-only.brands_slider_show_more_button, .product_card .btn-icon-only.wishlistBtn, .product_card .btn-icon-only.addToCartBtn.quickViewBtn, .product_card .btn-icon-only.addToCartBtn.addtoCart, .btn-group-sm > .btn-icon-only.btn, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-sm > .btn-icon-only.addToCartBtn, .singleCategoryContainer .btn-group-sm > .btn-icon-only.singleCategoryMoreBtn, .btn-group-sm > .btn-icon-only.primary_button_md, .main_slider_item_details--inverted .btn-group-sm > .btn-icon-only.main_slider_item_button {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.btn-animated {
  position: relative;
  overflow: hidden;
}
.btn-animated .btn-inner--visible {
  position: relative;
}
.btn-animated .btn-inner--hidden {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.btn-animated-x .btn-inner--visible {
  right: 0;
  transition: right 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-animated-x .btn-inner--visible {
    transition: none;
  }
}
.btn-animated-x .btn-inner--hidden {
  right: -100%;
  transition: right 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-animated-x .btn-inner--hidden {
    transition: none;
  }
}
.btn-animated-x:hover .btn-inner--hidden {
  right: 0;
}
.btn-animated-x:hover .btn-inner--visible {
  right: 150%;
}

.btn-animated-y .btn-inner--visible {
  top: 0;
  transition: top 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-animated-y .btn-inner--visible {
    transition: none;
  }
}
.btn-animated-y .btn-inner--hidden {
  left: 0;
  top: -100%;
  transition: top 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn-animated-y .btn-inner--hidden {
    transition: none;
  }
}
.btn-animated-y:hover .btn-inner--hidden {
  top: 50%;
}
.btn-animated-y:hover .btn-inner--visible {
  top: 100px;
}

.btn-action-label .btn-label:hover {
  background: transparent;
  color: #3C4858;
}
.btn-action-label .btn-secondary:hover {
  color: #404040;
}

.btn-icon-label {
  position: relative;
}
.btn-icon-label .btn-inner--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  line-height: 1;
  border-radius: 0;
  text-align: center;
  margin: 0;
  width: 3em;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-icon-label .btn-inner--icon:not(:first-child) {
  right: 0;
  top: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.btn-icon-label .btn-inner--icon:not(:last-child) {
  left: 0;
  top: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.btn-icon-label .btn-inner--icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btn-icon-label .btn-inner--text:not(:first-child) {
  padding-left: 3em;
}
.btn-icon-label .btn-inner--text:not(:last-child) {
  padding-right: 3em;
}

.btn-app-store {
  background: black;
  color: white;
  position: relative;
  padding-left: 4.5rem;
  padding-right: 1.5rem;
}
.btn-app-store i, .btn-app-store svg {
  font-size: 2.5rem;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-app-store .btn-inner--text {
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-bottom: 0.125rem;
}
.btn-app-store .btn-inner--brand {
  display: block;
  text-align: left;
  font-size: 21px;
  line-height: 21px;
}
.btn-app-store:hover {
  background-color: rgb(46.15, 46.15, 46.15);
  color: #FFF;
}

.btn-group-options .btn, .btn-group-options .loadMoreOrders .orders_list_more, .loadMoreOrders .btn-group-options .orders_list_more, .btn-group-options .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-options .addToCartBtn, .btn-group-options .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .btn-group-options .addToCartBtn.addtoCart, .btn-group-options .modalQuickV .discount, .modalQuickV .btn-group-options .discount, .btn-group-options .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .btn-group-options .singleCategoryMoreBtn, .btn-group-options .primary_button_md, .btn-group-options .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .btn-group-options .main_slider_item_button, .btn-group-options .brands_slider_show_more_button, .btn-group-options .product_card .wishlistBtn, .product_card .btn-group-options .wishlistBtn, .btn-group-options .product_card .addToCartBtn.quickViewBtn, .product_card .btn-group-options .addToCartBtn.quickViewBtn, .btn-group-options .product_card .addToCartBtn.addtoCart, .product_card .btn-group-options .addToCartBtn.addtoCart {
  min-height: 4.8rem;
  display: flex;
  align-items: center;
}

.card, .previewOrderContainer .previewOrderFormCard {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.card.hover-scale-110:hover, .previewOrderContainer .hover-scale-110.previewOrderFormCard:hover {
  z-index: 2;
  border-radius: 0.375rem !important;
}

.card-header {
  border-bottom: 1px solid #EFF2F7;
}

.card-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  border-radius: 0.375rem;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .card-img-bg {
    transition: none;
  }
}
.card-img-bg ~ .card-body {
  position: relative;
}

.card:hover .card-img-bg, .previewOrderContainer .previewOrderFormCard:hover .card-img-bg {
  transform: scale(1.1);
}

.card .card-image, .previewOrderContainer .previewOrderFormCard .card-image,
.card .animate-this,
.previewOrderContainer .previewOrderFormCard .animate-this,
.card > a,
.previewOrderContainer .previewOrderFormCard > a {
  min-height: 1px;
}

.card-group .card .mask, .card-group .previewOrderContainer .previewOrderFormCard .mask, .previewOrderContainer .card-group .previewOrderFormCard .mask {
  border-radius: 0;
}

[data-lg-columns="2"] {
  -moz-column-count: 2 !important;
       column-count: 2 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  [data-lg-columns="3"] {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  [data-lg-columns="4"] {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}

.card-translucent-dark {
  background: rgba(255, 255, 255, 0.2);
}

.card-translucent-light {
  background: rgba(0, 0, 0, 0.2);
}

.card-comment-box {
  width: 100%;
}
.card-comment-box input,
.card-comment-box textarea {
  font-size: 0.875rem;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0.3125rem 0;
  margin: 0;
  color: #3C4858;
  outline: none;
  resize: none;
}
.card-comment-box input:focus,
.card-comment-box textarea:focus {
  background: transparent;
  box-shadow: none;
}

.card-profile .card-profile-image {
  width: 7rem;
  height: 7rem;
  border: 0.1875rem solid #FFF;
  transform: translateY(-50%);
}
.card-profile .card-profile-image:hover {
  transform: scale(1.1) translateY(-50%);
}
.card-profile .card-body {
  position: relative;
  z-index: 2;
  margin-top: -3.5rem;
}

.card-profile-cover {
  max-height: 300px;
  overflow: hidden;
}

.card-pricing .card-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.card-pricing .list-unstyled li {
  padding: 0.5rem 0;
}
.card-pricing.popular {
  z-index: 1;
}
.card-pricing.scale-110 {
  border: 1px solid #EFF2F7 !important;
  border-radius: 0.375rem !important;
}

@media (max-width: 991.98px) {
  .card-pricing.scale-110 {
    transform: scale(1) !important;
  }
}
.card-product {
  overflow: hidden;
}
.card-product .card-image {
  padding: 1.5rem;
}
.card-product .card-image img {
  transform: scale(1);
  transition: all 0.2s ease;
  transition-delay: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .card-product .card-image img {
    transition: none;
  }
}
.card-product:hover .card-image img {
  transform: scale(1.1);
}
.card-product .card-title {
  font-size: 1rem;
  font-weight: 600;
}
.card-product .card-price {
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
.card-product .product-colors a {
  display: inline-block;
  float: none !important;
  width: 1rem;
  height: 1rem;
  margin-right: 3px;
  margin-bottom: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .card-product .product-colors a {
    transition: none;
  }
}
.card-product .product-colors a:hover {
  transform: scale(1.1);
}
.card-product .actions {
  opacity: 0;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.card-product .actions.in {
  opacity: 1;
}
.card-product .actions.animated {
  animation-duration: 0.5s;
}
.card-product .actions .action-item {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.card-browser {
  background-color: #273444;
  position: relative;
}
.card-browser:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(40deg, transparent 0%, #273444 100%);
  content: "";
  border-radius: 6px;
  will-change: transform;
}
.card-browser .card-header {
  position: relative;
  background-color: rgba(57.5887850467, 76.785046729, 100.4112149533, 0.8);
  border: 0;
}
.card-browser .card-header .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}
.card-browser .card-body {
  min-height: 300px;
  position: relative;
  overflow-x: hidden;
}
.card-browser .card-body pre {
  color: #FFF;
  margin: 0;
}

.card-overlay .card-img-overlay {
  color: #FFF;
}
.card-overlay .card-footer {
  background-color: #FFF;
  border: 0;
}

.card-hover-overlay {
  overflow: hidden;
}
.card-hover-overlay .card-img-overlay {
  opacity: 0;
  background-color: rgba(39, 52, 68, 0.4);
  backface-visibility: hidden;
  transition: opacity 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .card-hover-overlay .card-img-overlay {
    transition: none;
  }
}
.card-hover-overlay .card-img-overlay:before, .card-hover-overlay .card-img-overlay:after {
  pointer-events: none;
}
.card-hover-overlay .card-img-overlay .overlay-text,
.card-hover-overlay .card-img-overlay .overlay-actions,
.card-hover-overlay .card-img-overlay .actions .action-item {
  transform: translate3d(0, 200%, 0);
  transition: transform 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .card-hover-overlay .card-img-overlay .overlay-text,
  .card-hover-overlay .card-img-overlay .overlay-actions,
  .card-hover-overlay .card-img-overlay .actions .action-item {
    transition: none;
  }
}
.card-hover-overlay:hover .card-img-overlay {
  opacity: 1;
}
.card-hover-overlay:hover .card-img-overlay .overlay-text,
.card-hover-overlay:hover .card-img-overlay .overlay-actions,
.card-hover-overlay:hover .card-img-overlay .actions .action-item {
  transform: translate3d(0, 0, 0);
}
.card-hover-overlay:hover .card-img-overlay .actions .action-item:first-child {
  transition-delay: 0.1s;
}
.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(2) {
  transition-delay: 0.15s;
}
.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(3) {
  transition-delay: 0.2s;
}

.accordion .card, .accordion .previewOrderContainer .previewOrderFormCard, .previewOrderContainer .accordion .previewOrderFormCard {
  margin-bottom: 0;
}
.accordion .card-header {
  position: relative;
  cursor: pointer;
}
.accordion .card-header:after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.accordion .card-header[aria-expanded=false]:after {
  content: "+";
}
.accordion .card-header[aria-expanded=true]:after {
  content: "-";
}
.accordion .card-header[aria-expanded=true] .heading {
  color: #404040;
}

.accordion-spaced .card, .accordion-spaced .previewOrderContainer .previewOrderFormCard, .previewOrderContainer .accordion-spaced .previewOrderFormCard {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem !important;
}

.client img {
  width: 100%;
  max-width: 6rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.close > span:not(.sr-only) {
  color: rgba(31, 45, 61, 0.5);
}
.close:hover > span:not(.sr-only), .close:focus > span:not(.sr-only) {
  color: rgba(31, 45, 61, 0.8);
}

.collage {
  height: 600px;
}
.collage .bg-img-holder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.collage .collage-bg {
  z-index: 3;
}
.collage .collage-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.collage .collage-back img {
  max-width: 100%;
}
.collage .collage-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.collage .collage-front img {
  max-height: 100%;
}
@media (max-width: 991.98px) {
  .collage .collage-front {
    height: 100% !important;
  }
}

.custom-control-label {
  line-height: 1.9;
}

.custom-color {
  list-style: none;
}
.custom-color:after, .custom-color:before {
  content: "";
  display: table;
}
.custom-color:after {
  clear: both;
}
.custom-color label {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  padding: 0.375rem;
  margin-bottom: 0;
  margin-right: 0.375rem;
  display: block;
  text-align: center;
  opacity: 0.7;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  transform: scale(0.95);
}
@media (prefers-reduced-motion: reduce) {
  .custom-color label {
    transition: none;
  }
}
.custom-color label:hover {
  cursor: pointer;
  opacity: 1;
}
.custom-color label i, .custom-color label svg {
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
}
.custom-color input {
  left: -9999px;
  position: absolute;
}
.custom-color input:checked + label {
  transform: scale(1.1);
  opacity: 1;
}
.custom-color input:checked + label i, .custom-color input:checked + label svg {
  opacity: 1;
}

.custom-color-sm label {
  width: 1.25rem;
  height: 1.25rem;
}

.checkbox-alphanumeric {
  list-style: none;
}
.checkbox-alphanumeric + .checkbox-alphanumeric {
  margin-left: 0.25rem;
}
.checkbox-alphanumeric:after, .checkbox-alphanumeric:before {
  content: "";
  display: table;
}
.checkbox-alphanumeric:after {
  clear: both;
}
.checkbox-alphanumeric > :not(:last-child) label {
  margin-right: 0.375rem;
}
.checkbox-alphanumeric label {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  padding: 0.375rem 0;
  margin-bottom: 0;
  display: block;
  color: #C0CCDA;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.3s ease;
  transform: scale(0.95);
  background: #E5E9F2;
  border: 0 solid #EFF2F7;
  border-radius: 0.25rem;
}
.checkbox-alphanumeric label img {
  max-width: 100%;
}
.checkbox-alphanumeric label:hover {
  cursor: pointer;
  border-color: #E5E9F2;
}
.checkbox-alphanumeric input {
  left: -9999px;
  position: absolute;
}
.checkbox-alphanumeric input:checked ~ label {
  color: rgb(51.25, 51.25, 51.25);
  border-color: rgb(51.25, 51.25, 51.25);
  transform: scale(1.1);
}

.checkbox-alphanumeric-sm label {
  width: 1.25rem;
  height: 1.25rem;
}

.custom-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-input-file + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  color: #8492A6;
  background-color: #FFF;
  outline: none;
  margin: 0;
}
.custom-input-file + label i {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.5em;
}
.custom-input-file + label:hover, .custom-input-file.has-focus + label, .custom-input-file:focus + label {
  background-color: #FFF;
}
.no-js .custom-input-file + label {
  display: none;
}

/* Custom file input -- Style 2 */
.custom-input-file--2 + label {
  color: #FFF;
  border-color: #404040;
  background: #404040;
}

.custom-input-file--2 + label:hover,
.custom-input-file--2.has-focus + label,
.custom-input-file--2:focus + label {
  color: #FFF;
  border-color: rgb(38.5, 38.5, 38.5);
  background: rgb(38.5, 38.5, 38.5);
}

.custom-input-file-link + label {
  padding: 0;
  border: 0;
  background: transparent;
  color: #404040;
  font-size: 0.875rem;
  font-weight: 600;
}
.custom-input-file-link + label:hover, .custom-input-file-link.has-focus + label, .custom-input-file-link:focus + label {
  background-color: transparent;
}

.custom-switch {
  min-height: 1.5rem;
}
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.5625rem;
  background-color: #FFF;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFF;
  transform: translateX(1.5rem);
}

.divider {
  position: relative;
  border: 0;
  width: 100%;
}

.divider-md {
  width: 60%;
}

.divider-sm {
  width: 40%;
}

.divider-fade:before {
  content: "";
  display: block;
  width: 80%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: radial-gradient(ellipse at center, rgb(222, 228.1875, 238.5) 0, rgba(255, 255, 255, 0) 75%);
}
.divider-fade.divider-dark:before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

.divider-icon {
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='rgb(222, 228.1875, 238.5)' stroke-width='1' cx='10' cy='10' r='7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.divider-icon:before, .divider-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - 25px);
  width: 100%;
  border-bottom: 1px solid rgb(222, 228.1875, 238.5);
}
.divider-icon:before {
  right: calc(50% + 25px);
}
.divider-icon:after {
  left: calc(50% + 25px);
}

.divider-icon-fade:before, .divider-icon-fade:after {
  border: 0;
  height: 1px;
}
.divider-icon-fade:before {
  background: radial-gradient(ellipse at right, rgb(222, 228.1875, 238.5) 0, rgba(255, 255, 255, 0) 75%);
}
.divider-icon-fade:after {
  background: radial-gradient(ellipse at left, rgb(222, 228.1875, 238.5) 0, rgba(255, 255, 255, 0) 75%);
}

.divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid rgb(222, 228.1875, 238.5);
}

.divider-vertical-fade {
  border: 0;
  background: radial-gradient(ellipse at center, rgb(222, 228.1875, 238.5) 0, rgba(255, 255, 255, 0) 75%);
}

.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

.dropdown-menu {
  font-size: 0.875rem;
}
.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg {
  margin-right: 1rem;
  font-size: 1rem;
  vertical-align: -17%;
}
.dropdown-menu .dropdown-item img,
.dropdown-menu .dropdown-item svg {
  width: auto;
  height: 14px;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.dropdown-menu .list-group-item .media p {
  color: #8492A6;
  line-height: 1.4;
}
.dropdown-menu .list-group-item .media:hover .heading {
  color: #404040;
}

.dropdown-menu-dark {
  background: #282f37;
  border: 0;
}
.dropdown-menu-dark .dropdown-item {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: white;
  background: rgba(60, 72, 88, 0.1);
}
.dropdown-menu-dark .dropdown-divider {
  background: rgba(31, 45, 61, 0.2);
}

@media (min-width: 992px) {
  .dropdown-menu-arrow:before {
    content: "";
    background: #FFF;
    box-shadow: none;
    display: block;
    height: 16px;
    width: 16px;
    left: 1.25rem;
    position: absolute;
    bottom: 100%;
    z-index: -5;
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
    box-shadow: -1px -1px 10px -2px rgba(31, 45, 61, 0.2);
  }
  .dropdown-menu-arrow.dropdown-menu-right:before {
    right: 2.5rem;
    left: auto;
  }
  .dropdown-menu-sm {
    min-width: 10rem !important;
    border: 0.2rem;
  }
  .dropdown-menu-sm.dropdown-menu-arrow:before {
    height: 14px;
    width: 14px;
    left: 10px;
  }
  .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }
  .dropdown-menu-lg {
    min-width: 25rem !important;
    border-radius: 0.25rem;
  }
  .dropdown-menu-xl {
    min-width: 35rem !important;
    border-radius: 0.25rem;
  }
}
@media (min-width: 992px) {
  .dropdown-fluid {
    position: static;
  }
  .dropdown-fluid .dropdown-menu {
    width: calc(100% - 30px);
    max-width: 1200px;
  }
  .dropdown-fluid .dropdown-menu {
    left: 15px;
    right: auto;
  }
  .dropdown-fluid .dropdown-menu-right {
    right: 15px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-animate > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
  }
  .dropdown-animate:not([data-toggle=hover]) .dropdown-menu.show {
    pointer-events: auto;
    animation: show-dropdown 0.3s ease forwards;
  }
  .dropdown-animate:not([data-toggle=hover]) .dropdown-menu.hide {
    display: block;
    animation: hide-dropdown 0.3s ease backwards;
  }
  .dropdown-animate[data-toggle=hover] > .dropdown-menu {
    display: block;
    margin: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all 0.2s ease;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .dropdown-animate[data-toggle=hover] > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 992px) {
  .dropdown-animate[data-toggle=hover]:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0) translateY(-3px) scale(1);
  }
}
@keyframes show-dropdown {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all 0.3s ease;
  }
  100% {
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
}
@keyframes hide-dropdown {
  from {
    opacity: 1;
    transform: translateX(-16px) translateY(-3px) scale(1);
    transition: all 0.3s ease;
  }
  to {
    opacity: 0;
    transform: translateX(-16px) translateY(-3px) scale(0.97);
  }
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.dropdown-submenu {
  display: block;
  position: relative;
}
.dropdown-submenu > .dropdown-menu::after {
  border: 0 !important;
}
.dropdown-submenu > .dropdown-item::after,
.dropdown-submenu > .list-group-item::after {
  display: inline-block;
  margin-left: 10.2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
}
.dropdown-submenu > .dropdown-item:empty::after,
.dropdown-submenu > .list-group-item:empty::after {
  margin-left: 0;
}
.dropdown-submenu > .dropdown-item:after,
.dropdown-submenu > .list-group-item:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1rem;
  margin-left: 0;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-submenu > .dropdown-item:after,
  .dropdown-submenu > .list-group-item:after {
    transition: none;
  }
}
.dropdown-submenu > .dropdown-item:hover:after,
.dropdown-submenu > .list-group-item:hover:after {
  transform: translate(5px, -50%);
}

@media (max-width: 991.98px) {
  .dropdown-submenu .dropdown-menu {
    padding: 0;
    box-shadow: none;
    top: 0;
  }
  .dropdown-submenu .dropdown-item {
    padding-left: 3rem;
  }
}
.dropdown-extend {
  position: static;
}
.dropdown-extend .dropdown-menu {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .dropdown-extend .dropdown-menu {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .dropdown-extend .dropdown-menu {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .dropdown-extend .dropdown-menu {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .dropdown-extend .dropdown-menu {
    max-width: 1199px;
  }
}

.footer {
  background-color: #FFF;
  padding-top: 3rem;
}
.footer .nav-link {
  font-size: 0.875rem;
}
.footer .list-unstyled li a {
  display: inline-block;
  padding: 0.125rem 0;
}

.footer-light p {
  color: #8492A6;
}
.footer-light .heading {
  color: #3C4858;
}
.footer-light .list-unstyled li a {
  color: #8492A6;
}
.footer-light .list-unstyled li a:hover {
  color: #8492A6;
  text-decoration: underline;
}
.footer-light .copyright a {
  color: #8492A6;
}
.footer-light .copyright a:hover {
  color: #404040;
}

.footer-dark p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-dark .heading {
  color: white;
}
.footer-dark .list-unstyled li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-dark .list-unstyled li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-dark .copyright a {
  color: rgba(255, 255, 255, 0.9);
}
.footer-dark .copyright a:hover {
  color: white;
}

.footer-dark {
  background-color: #273444;
  color: #D3DCE6;
}
.footer-dark .heading {
  color: #EFF2F7;
}
.footer-dark .nav .nav-item .nav-link,
.footer-dark .list-unstyled li a,
.footer-dark .footer-link {
  color: #D3DCE6;
}
.footer-dark .nav .nav-item .nav-link:hover,
.footer-dark .list-unstyled li a:hover,
.footer-dark .footer-link:hover {
  color: #FFF;
}
.footer-dark hr {
  border-color: rgba(216, 203, 187, 0.1);
}

.footer-rotate {
  max-width: 1990px;
  overflow: hidden;
  margin-top: -26rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26rem;
  position: relative;
  overflow: hidden;
}
.footer-rotate:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 2000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M2000,0V923.45l-195.85-538.1a76.07875,76.07875,0,0,0-58.25-48.89L536.65,123.24a76.12151,76.12151,0,0,0-71.44,26L0,703.65V0Z'/%3E%3C/svg%3E") no-repeat scroll center center/100% 100% border-box;
  right: calc(50% - 1000px);
  display: block;
  min-width: 2000px;
  height: 1000px;
  pointer-events: none;
  position: absolute;
  width: calc(100% + 10px);
  z-index: 10;
  top: 0;
}

.form-control:focus::-moz-placeholder {
  color: #D3DCE6;
}

.form-control:focus::placeholder {
  color: #D3DCE6;
}

.form-control-muted {
  background-color: #EDF0F5;
  border-color: #EDF0F5;
}
.form-control-muted:focus {
  background-color: #EDF0F5;
}

.form-control-emphasized {
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-control-emphasized:focus {
  background-color: #FFF;
  border-color: transparent;
  box-shadow: 0 0 0 2px #404040;
}

.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}
.form-control-flush:focus {
  background-color: transparent;
  box-shadow: none;
  border-width: 0;
}

textarea[resize=none] {
  resize: none !important;
}

textarea[resize=both] {
  resize: both !important;
}

textarea[resize=vertical] {
  resize: vertical !important;
}

textarea[resize=horizontal] {
  resize: horizontal !important;
}

.form-control-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.form-primary .form-control {
  color: #FFF;
  background-color: rgb(33.4, 33.4, 33.4);
  border: 1px solid rgb(33.4, 33.4, 33.4);
}
.form-primary .form-control:focus {
  background-color: rgb(23.2, 23.2, 23.2);
  border: 1px solid rgb(23.2, 23.2, 23.2);
}
.form-primary .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-danger .form-control {
  color: #FFF;
  background-color: rgb(241.8, 44.3884057971, 0);
  border: 1px solid rgb(241.8, 44.3884057971, 0);
}
.form-danger .form-control:focus {
  background-color: rgb(221.4, 40.6434782609, 0);
  border: 1px solid rgb(221.4, 40.6434782609, 0);
}
.form-danger .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-danger .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control-label {
  color: #3C4858;
  font-size: 0.875rem;
  font-weight: 600;
}

.has-floating-label {
  position: relative;
}

.has-floating-label .control-label {
  font-size: 1rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  padding: 0 0.625rem;
  margin: 0 0.625rem;
  color: #C0CCDA;
  transform: translateY(-50%) scale(1);
  transform-origin: left top;
  transition: 0.3s;
  z-index: 1;
}

.has-floating-label .input-group .control-label {
  left: 2rem;
}

.has-floating-label.focused .control-label {
  padding: 0;
  margin: 0;
  top: -1.25rem;
  left: 0;
  transform: translateY(0) scale(0.85);
}

.has-floating-label .control-label-xl {
  font-size: 1.5rem;
  padding: 0 1rem;
  margin: 0 1rem;
}

.has-floating-label .control-label-lg {
  font-size: 1.25rem;
  padding: 0 0.9375rem;
  margin: 0 0.9375rem;
}

.has-floating-label .control-label-sm {
  font-size: 0.875rem;
  padding: 0 0.625rem;
  margin: 0 0.625rem;
}

.form-stacked .form-control {
  position: relative;
  box-sizing: border-box;
}
.form-stacked .form-control:first-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-stacked .form-control:not(:first-of-type):not(:last-of-type) {
  margin-bottom: -1px;
  border-radius: 0;
}
.form-stacked .form-control:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-stacked .form-control:focus {
  z-index: 2;
}

.frame-laptop {
  position: relative;
}
.frame-laptop .frame-inner {
  overflow: hidden;
  position: absolute;
  width: 78%;
  height: 74%;
  left: 0;
  top: 0;
  background-color: #111;
  margin: 7.5% 11% 0 11%;
  border-radius: 0.25rem;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#header-main + section {
  padding-top: 7rem !important;
}
#header-main + .header-1 {
  padding-top: 14rem !important;
}

@media (min-width: 768px) {
  .header-account-page {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .header-account-page {
    padding-top: 9rem;
  }
}
.header-account-page .btn-group-nav {
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}

.icon {
  min-width: 3rem;
  min-height: 3rem;
  line-height: 3rem;
}
.icon i, .icon svg {
  font-size: 2.75rem;
}
.icon img {
  width: 3rem;
  height: 3rem;
}

.icon + .icon-text {
  padding-left: 1rem;
  width: calc(100% - 3rem - 1);
}

.icon-xl {
  min-width: 5rem;
  min-height: 5rem;
  line-height: 5rem;
}
.icon-xl i, .icon-xl svg {
  font-size: 4.75rem;
}
.icon-xl img {
  width: 5rem;
  height: 5rem;
}

.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}

.icon-lg {
  min-width: 4rem;
  min-height: 4rem;
  line-height: 4rem;
}
.icon-lg i, .icon-lg svg {
  font-size: 3.75rem;
}
.icon-lg img {
  width: 4rem;
  height: 4rem;
}

.icon-lg + .icon-text {
  width: calc(100% - 4rem - 1);
}

.icon-sm {
  min-width: 2rem;
  min-height: 2rem;
  line-height: 2rem;
}
.icon-sm i, .icon-sm svg {
  font-size: 1.75rem;
}
.icon-sm img {
  width: 2rem;
  height: 2rem;
}

.icon-sm + .icon-text {
  width: calc(100% - 2rem - 1);
}

.icon-xs {
  min-width: 1rem;
  min-height: 1rem;
  line-height: 1rem;
}
.icon-xs i, .icon-xs svg {
  font-size: 0.75rem;
}
.icon-xs img {
  width: 1rem;
  height: 1rem;
}

.icon-xs + .icon-text {
  width: calc(100% - 1rem - 1);
}

.icon-shape {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
}
.icon-shape i, .icon-shape svg {
  font-size: 1.25rem;
}
.icon-shape.icon-xl i, .icon-shape.icon-xl svg {
  font-size: 2.25rem;
}
.icon-shape.icon-lg i, .icon-shape.icon-lg svg {
  font-size: 1.75rem;
}
.icon-shape.icon-sm i, .icon-shape.icon-sm svg {
  font-size: 1rem;
}
.icon-shape.icon-xs i, .icon-shape.icon-xs svg {
  font-size: 0.75rem;
}

.icon-primary {
  color: #404040;
  background-color: rgb(216.8, 216.8, 216.8);
}

.icon-outline-primary {
  color: rgb(29.715, 26.885, 26.885);
  border: 3px solid rgba(89.5, 89.5, 89.5, 0.5);
}

.icon-secondary {
  color: #EFF2F7;
  background-color: rgb(251.8, 252.4, 253.4);
}

.icon-outline-secondary {
  color: rgb(189.015, 202.72875, 225.585);
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-success {
  color: #58ba49;
  background-color: rgb(221.6, 241.2, 218.6);
}

.icon-outline-success {
  color: rgb(59.3376028629, 140.718685259, 46.881314741);
  border: 3px solid rgba(121.9322709163, 200.0199203187, 109.9800796813, 0.5);
}

.icon-info {
  color: #00B8D9;
  background-color: rgb(204, 240.8, 247.4);
}

.icon-outline-info {
  color: rgb(0, 123.4580645161, 145.6);
  border: 3px solid rgba(13, 218.198156682, 255, 0.5);
}

.icon-warning {
  color: #FFAB00;
  background-color: rgb(255, 238.2, 204);
}

.icon-outline-warning {
  color: rgb(183.6, 123.12, 0);
  border: 3px solid rgba(255, 187.8, 51, 0.5);
}

.icon-danger {
  color: #FF5630;
  background-color: rgb(255, 221.2, 213.6);
}

.icon-outline-danger {
  color: rgb(231.6, 42.515942029, 0);
  border: 3px solid rgba(255, 127.6376811594, 99, 0.5);
}

.icon-light {
  color: #EFF2F7;
  background-color: rgb(251.8, 252.4, 253.4);
}

.icon-outline-light {
  color: rgb(189.015, 202.72875, 225.585);
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-dark {
  color: #273444;
  background-color: rgb(211.8, 214.4, 217.6);
}

.icon-outline-dark {
  color: rgb(12.0857009346, 17.2088656139, 23.5142990654);
  border: 3px solid rgba(57.5887850467, 76.785046729, 100.4112149533, 0.5);
}

.icon-neutral {
  color: #FFF;
  background-color: white;
}

.icon-outline-neutral {
  color: rgb(221.085, 217.515, 217.515);
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-white {
  color: #FFF;
  background-color: white;
}

.icon-outline-white {
  color: rgb(221.085, 217.515, 217.515);
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-actions > a {
  display: inline-block;
  margin-right: 0.75rem;
  color: #C0CCDA;
  font-size: 0.875rem;
}
.icon-actions > a:last-of-type {
  margin-right: 0;
}
.icon-actions > a span {
  margin-left: 0.1875rem;
  font-weight: 600;
  color: #8492A6;
}
.icon-actions > a:hover span {
  color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
}
.icon-actions > a,
.icon-actions > a:hover,
.icon-actions > a.active {
  color: #3C4858;
}
.icon-actions > .favorite:hover,
.icon-actions > .favorite.active {
  color: #ffcc00;
}
.icon-actions > .love:hover,
.icon-actions > .love.active {
  color: #FF5630;
}
.icon-actions > .like:hover,
.icon-actions > .like.active {
  color: #2684FF;
}

.icon-actions-lg a {
  font-size: 1.25rem;
  margin-right: 0.875rem;
}

.has-floating-items {
  padding-bottom: 18rem !important;
}
.has-floating-items svg {
  height: auto;
}

@media (min-width: 768px) {
  .has-floating-items {
    padding-bottom: 18rem !important;
  }
}
.floating-items {
  position: relative;
  left: 50%;
  margin-left: -570px;
  z-index: 10;
}

.icon-floating {
  position: absolute;
  text-align: center;
  box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
  border-radius: 50%;
}
.icon-floating svg {
  width: 50px;
}
.icon-floating span {
  height: 100%;
}
.icon-floating img {
  max-width: 100%;
}
.icon-floating span,
.icon-floating img {
  display: inline-block;
  vertical-align: middle;
}

.icon-floating:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}
.icon-floating:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  animation-delay: 0.5s;
}
.icon-floating:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  animation-delay: 1s;
}
.icon-floating:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  animation-delay: 1.5s;
}
.icon-floating:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  animation-delay: 2s;
}
.icon-floating:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  animation-delay: 2.5s;
}

.icon-sm svg {
  width: 36px;
}

.icon-lg svg {
  width: 76px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .icon-floating:nth-child(1), .icon-floating:nth-child(6) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .icon-floating:nth-child(1), .icon-floating:nth-child(2), .icon-floating:nth-child(3) {
    display: none;
  }
  .icon-floating:nth-child(4), .icon-floating:nth-child(5), .icon-floating:nth-child(6) {
    width: 100px;
    height: 100px;
    top: 80px;
  }
  .icon-floating:nth-child(4) {
    left: 300px;
  }
  .icon-floating:nth-child(5) {
    left: 500px;
  }
  .icon-floating:nth-child(6) {
    left: 700px;
  }
  .icon-floating svg {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .icon-floating:nth-child(4), .icon-floating:nth-child(5), .icon-floating:nth-child(6) {
    width: 80px;
    height: 80px;
    top: 80px;
  }
  .icon-floating:nth-child(4) {
    left: 400px;
  }
  .icon-floating:nth-child(5) {
    left: 530px;
  }
  .icon-floating:nth-child(6) {
    left: 660px;
  }
}
.floating-color {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  animation: floating 3s ease infinite;
}
.floating-color span {
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

.floating-color:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}
.floating-color:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  animation-delay: 0.5s;
}
.floating-color:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  animation-delay: 1s;
}
.floating-color:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  animation-delay: 1.5s;
}
.floating-color:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  animation-delay: 2s;
}
.floating-color:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  animation-delay: 2.5s;
}

.input-group-text {
  transition: all 0.2s ease;
}

.input-group-flush .form-control,
.input-group-flush .input-group-text {
  border: 0 !important;
}

.focused .input-group {
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(64, 64, 64, 0.1);
}
.focused .input-group .form-control {
  box-shadow: none !important;
}
.focused .input-group-text {
  color: #404040;
  background-color: #EFF2F7;
  border-color: rgba(64, 64, 64, 0.5);
}

.input-group-merge .input-group-text {
  color: #C0CCDA;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
}
.input-group-merge .form-control {
  box-shadow: none;
}
.input-group-merge .form-control:not(:first-child):not(.is-valid):not(.is-invalid) {
  border-left: 0;
  padding-left: 0;
}
.input-group-merge .form-control:not(:last-child):not(.is-valid):not(.is-invalid) {
  border-right: 0;
  padding-right: 0;
}
.input-group-merge.rounded-pill .form-control:first-child, .loadMoreOrders .input-group-merge.orders_list_more .form-control:first-child, .modalQuickV .input-group-merge.discount .form-control:first-child {
  padding-left: 1.5rem;
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}
.input-group-merge.rounded-pill .input-group-append > .btn, .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .btn, .input-group-merge.rounded-pill .loadMoreOrders .input-group-append > .orders_list_more, .loadMoreOrders .input-group-merge.rounded-pill .input-group-append > .orders_list_more, .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .orders_list_more, .input-group-merge.rounded-pill .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append > .addToCartBtn, .loadMoreOrders .input-group-merge.orders_list_more .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append > .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-merge.rounded-pill .input-group-append > .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .addToCartBtn, .loadMoreOrders .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-merge.orders_list_more .input-group-append > .addToCartBtn, .input-group-merge.rounded-pill .modalQuickV .ProductAddBlock .input-group-append > .addToCartBtn.addtoCart, .loadMoreOrders .input-group-merge.orders_list_more .modalQuickV .ProductAddBlock .input-group-append > .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-merge.rounded-pill .input-group-append > .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .addToCartBtn.addtoCart, .loadMoreOrders .modalQuickV .ProductAddBlock .input-group-merge.orders_list_more .input-group-append > .addToCartBtn.addtoCart, .modalQuickV .input-group-merge.discount .input-group-append > .btn, .modalQuickV .input-group-merge.discount .loadMoreOrders .input-group-append > .orders_list_more, .loadMoreOrders .modalQuickV .input-group-merge.discount .input-group-append > .orders_list_more, .modalQuickV .input-group-merge.discount .productPageMainContainer .productInfoMain .ProductAddBlock .input-group-append > .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .modalQuickV .input-group-merge.discount .input-group-append > .addToCartBtn, .modalQuickV .input-group-merge.discount .ProductAddBlock .input-group-append > .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .input-group-merge.discount .input-group-append > .addToCartBtn.addtoCart, .input-group-merge.rounded-pill .modalQuickV .input-group-append > .discount, .loadMoreOrders .input-group-merge.orders_list_more .modalQuickV .input-group-append > .discount, .modalQuickV .input-group-merge.rounded-pill .input-group-append > .discount, .modalQuickV .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .discount, .loadMoreOrders .modalQuickV .input-group-merge.orders_list_more .input-group-append > .discount, .modalQuickV .input-group-merge.discount .input-group-append > .discount, .input-group-merge.rounded-pill .singleCategoryContainer .input-group-append > .singleCategoryMoreBtn, .loadMoreOrders .input-group-merge.orders_list_more .singleCategoryContainer .input-group-append > .singleCategoryMoreBtn, .modalQuickV .input-group-merge.discount .singleCategoryContainer .input-group-append > .singleCategoryMoreBtn, .singleCategoryContainer .input-group-merge.rounded-pill .input-group-append > .singleCategoryMoreBtn, .singleCategoryContainer .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .singleCategoryMoreBtn, .loadMoreOrders .singleCategoryContainer .input-group-merge.orders_list_more .input-group-append > .singleCategoryMoreBtn, .singleCategoryContainer .modalQuickV .input-group-merge.discount .input-group-append > .singleCategoryMoreBtn, .modalQuickV .singleCategoryContainer .input-group-merge.discount .input-group-append > .singleCategoryMoreBtn, .input-group-merge.rounded-pill .input-group-append > .primary_button_md, .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .primary_button_md, .modalQuickV .input-group-merge.discount .input-group-append > .primary_button_md, .input-group-merge.rounded-pill .main_slider_item_details--inverted .input-group-append > .main_slider_item_button, .loadMoreOrders .input-group-merge.orders_list_more .main_slider_item_details--inverted .input-group-append > .main_slider_item_button, .modalQuickV .input-group-merge.discount .main_slider_item_details--inverted .input-group-append > .main_slider_item_button, .main_slider_item_details--inverted .input-group-merge.rounded-pill .input-group-append > .main_slider_item_button, .main_slider_item_details--inverted .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .main_slider_item_button, .loadMoreOrders .main_slider_item_details--inverted .input-group-merge.orders_list_more .input-group-append > .main_slider_item_button, .main_slider_item_details--inverted .modalQuickV .input-group-merge.discount .input-group-append > .main_slider_item_button, .modalQuickV .main_slider_item_details--inverted .input-group-merge.discount .input-group-append > .main_slider_item_button, .input-group-merge.rounded-pill .input-group-append > .brands_slider_show_more_button, .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .brands_slider_show_more_button, .modalQuickV .input-group-merge.discount .input-group-append > .brands_slider_show_more_button, .input-group-merge.rounded-pill .product_card .input-group-append > .wishlistBtn, .loadMoreOrders .input-group-merge.orders_list_more .product_card .input-group-append > .wishlistBtn, .modalQuickV .input-group-merge.discount .product_card .input-group-append > .wishlistBtn, .product_card .input-group-merge.rounded-pill .input-group-append > .wishlistBtn, .product_card .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .wishlistBtn, .loadMoreOrders .product_card .input-group-merge.orders_list_more .input-group-append > .wishlistBtn, .product_card .modalQuickV .input-group-merge.discount .input-group-append > .wishlistBtn, .modalQuickV .product_card .input-group-merge.discount .input-group-append > .wishlistBtn, .input-group-merge.rounded-pill .product_card .input-group-append > .addToCartBtn.quickViewBtn, .loadMoreOrders .input-group-merge.orders_list_more .product_card .input-group-append > .addToCartBtn.quickViewBtn, .modalQuickV .input-group-merge.discount .product_card .input-group-append > .addToCartBtn.quickViewBtn, .product_card .input-group-merge.rounded-pill .input-group-append > .addToCartBtn.quickViewBtn, .product_card .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .addToCartBtn.quickViewBtn, .loadMoreOrders .product_card .input-group-merge.orders_list_more .input-group-append > .addToCartBtn.quickViewBtn, .product_card .modalQuickV .input-group-merge.discount .input-group-append > .addToCartBtn.quickViewBtn, .modalQuickV .product_card .input-group-merge.discount .input-group-append > .addToCartBtn.quickViewBtn, .input-group-merge.rounded-pill .product_card .input-group-append > .addToCartBtn.addtoCart, .loadMoreOrders .input-group-merge.orders_list_more .product_card .input-group-append > .addToCartBtn.addtoCart, .modalQuickV .input-group-merge.discount .product_card .input-group-append > .addToCartBtn.addtoCart, .product_card .input-group-merge.rounded-pill .input-group-append > .addToCartBtn.addtoCart, .product_card .loadMoreOrders .input-group-merge.orders_list_more .input-group-append > .addToCartBtn.addtoCart, .loadMoreOrders .product_card .input-group-merge.orders_list_more .input-group-append > .addToCartBtn.addtoCart, .product_card .modalQuickV .input-group-merge.discount .input-group-append > .addToCartBtn.addtoCart, .modalQuickV .product_card .input-group-merge.discount .input-group-append > .addToCartBtn.addtoCart {
  padding-right: 1.5rem;
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.focused .input-group-merge .input-group-text {
  background-color: #FFF;
  border-color: rgba(64, 64, 64, 0.5);
}

.list-group {
  list-style-type: none;
}

.list-group-space .list-group-item {
  mardin-bottom: 1.5rem;
  border-radius: 0.25rem;
}

.list-group-img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: top;
  margin: -0.1rem 1.2rem 0 -0.2rem;
}

.list-group-content {
  flex: 1;
  min-width: 0;
}
.list-group-content p {
  line-height: 1.5;
  margin: 0.2rem 0 0;
}

.list-group-heading {
  color: #3C4858;
}
.list-group-heading > small {
  float: right;
  color: #D3DCE6;
  font-weight: 500;
}

.list-group-sm .list-group-item {
  padding: 0.675rem 1.25rem;
  font-size: 0.875rem;
}

.list-icon i, .list-icon svg {
  margin-right: 1rem;
  font-size: 0.875rem;
  position: relative;
}

.list-bullet i, .list-bullet svg {
  margin-right: 1rem;
  font-size: 8px;
  transform: translateY(-50%);
  top: 2px;
  position: relative;
}

.list-unstyled .list-link {
  display: block;
  color: #8492A6;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.list-unstyled .list-link:hover {
  color: #404040;
}
.list-unstyled .list-link i {
  margin-right: 0.5rem;
  font-size: 0.75rem;
}

.map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 0.25rem;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .mask {
    transition: none;
  }
}
.mask + .container {
  position: relative;
}

.card .mask, .previewOrderContainer .previewOrderFormCard .mask {
  border-radius: 0.375rem;
}
.card .hover-mask, .previewOrderContainer .previewOrderFormCard .hover-mask {
  opacity: 0;
  transition-delay: 150ms;
}
.card:hover .hover-mask, .previewOrderContainer .previewOrderFormCard:hover .hover-mask {
  opacity: 0.4;
}

.mask-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1040;
}

.mask-body-dark {
  background: rgba(31, 45, 61, 0.3);
}

.mask-body-light {
  background: rgba(255, 255, 255, 0.3);
}

.media-comment + .media-comment {
  margin-top: 1.25rem;
}

.media-comment-bubble {
  border-radius: 20px;
  border-top-left-radius: 0;
  position: relative;
  background-color: rgb(247.35, 247.35, 247.35);
  padding: 1rem 1.25rem;
}
.media-comment-bubble.left-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -16px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 18px solid transparent;
  border-top-color: rgb(247.35, 247.35, 247.35);
}

.modal-content, .cookie_settings__content {
  border: 0;
  border-radius: 0.25rem;
}

.modal-fluid .modal-dialog, .modal-fluid .cookie_settings__modal_dialogue {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-fluid .modal-content, .modal-fluid .cookie_settings__content {
  border-radius: 0;
}

.modal-primary .modal-title {
  color: #FFF;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.modal-primary .modal-content, .modal-primary .cookie_settings__content {
  background-color: #404040;
  color: #FFF;
}
.modal-primary .modal-content .heading, .modal-primary .cookie_settings__content .heading {
  color: #FFF;
}
.modal-primary .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-secondary .modal-title {
  color: #273444;
}
.modal-secondary .modal-header,
.modal-secondary .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}
.modal-secondary .modal-content, .modal-secondary .cookie_settings__content {
  background-color: #EFF2F7;
  color: #273444;
}
.modal-secondary .modal-content .heading, .modal-secondary .cookie_settings__content .heading {
  color: #273444;
}
.modal-secondary .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-success .modal-title {
  color: #FFF;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.modal-success .modal-content, .modal-success .cookie_settings__content {
  background-color: #58ba49;
  color: #FFF;
}
.modal-success .modal-content .heading, .modal-success .cookie_settings__content .heading {
  color: #FFF;
}
.modal-success .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-info .modal-title {
  color: #FFF;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.modal-info .modal-content, .modal-info .cookie_settings__content {
  background-color: #00B8D9;
  color: #FFF;
}
.modal-info .modal-content .heading, .modal-info .cookie_settings__content .heading {
  color: #FFF;
}
.modal-info .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-warning .modal-title {
  color: #FFF;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.modal-warning .modal-content, .modal-warning .cookie_settings__content {
  background-color: #FFAB00;
  color: #FFF;
}
.modal-warning .modal-content .heading, .modal-warning .cookie_settings__content .heading {
  color: #FFF;
}
.modal-warning .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-danger .modal-title {
  color: #FFF;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.modal-danger .modal-content, .modal-danger .cookie_settings__content {
  background-color: #FF5630;
  color: #FFF;
}
.modal-danger .modal-content .heading, .modal-danger .cookie_settings__content .heading {
  color: #FFF;
}
.modal-danger .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-light .modal-title {
  color: #273444;
}
.modal-light .modal-header,
.modal-light .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}
.modal-light .modal-content, .modal-light .cookie_settings__content {
  background-color: #EFF2F7;
  color: #273444;
}
.modal-light .modal-content .heading, .modal-light .cookie_settings__content .heading {
  color: #273444;
}
.modal-light .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-dark .modal-title {
  color: #FFF;
}
.modal-dark .modal-header,
.modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}
.modal-dark .modal-content, .modal-dark .cookie_settings__content {
  background-color: #273444;
  color: #FFF;
}
.modal-dark .modal-content .heading, .modal-dark .cookie_settings__content .heading {
  color: #FFF;
}
.modal-dark .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-neutral .modal-title {
  color: #273444;
}
.modal-neutral .modal-header,
.modal-neutral .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}
.modal-neutral .modal-content, .modal-neutral .cookie_settings__content {
  background-color: #FFF;
  color: #273444;
}
.modal-neutral .modal-content .heading, .modal-neutral .cookie_settings__content .heading {
  color: #273444;
}
.modal-neutral .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-white .modal-title {
  color: #273444;
}
.modal-white .modal-header,
.modal-white .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}
.modal-white .modal-content, .modal-white .cookie_settings__content {
  background-color: #FFF;
  color: #273444;
}
.modal-white .modal-content .heading, .modal-white .cookie_settings__content .heading {
  color: #273444;
}
.modal-white .close > span:not(.sr-only) {
  color: #FFF;
}

.modal-dialog-vertical {
  height: 100%;
  max-width: 350px;
  margin: 0;
}
.modal-dialog-vertical .modal-content, .modal-dialog-vertical .cookie_settings__content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}
.modal-dialog-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}

.modal.fade .modal-dialog-vertical, .cookie_settings__modal .modal-dialog-vertical {
  transform: translateX(-100%);
}
.modal.show .modal-dialog-vertical, .show.cookie_settings__modal .modal-dialog-vertical {
  transform: translateX(0);
}

.modal.fixed-right, .fixed-right.cookie_settings__modal {
  padding-right: 0 !important;
}
.modal.fixed-right .modal-dialog-vertical, .fixed-right.cookie_settings__modal .modal-dialog-vertical {
  margin-left: auto;
}
.modal.fixed-right.fade .modal-dialog-vertical, .fixed-right.cookie_settings__modal .modal-dialog-vertical {
  transform: translateX(100%);
}
.modal.fixed-right.show .modal-dialog-vertical, .fixed-right.show.cookie_settings__modal .modal-dialog-vertical {
  transform: translateX(0);
}

.nav-link {
  color: #8492A6;
}
.nav-link:hover, .nav-link.active {
  color: #404040;
}

.nav-pills-icon .nav-link:not(.active) {
  background-color: #EFF2F7;
}
.nav-pills-icon .nav-link:not(:last-child) {
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .nav-pills-circle {
    padding: 0 50px;
  }
  .nav-pills-circle .nav-item {
    min-width: 200px;
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
  }
  .nav-pills-circle .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #EFF2F7;
    color: #273444;
    z-index: 10;
  }
  .nav-pills-circle.nav-pills-connect .nav-item:not(:last-child)::before {
    content: "";
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%);
    height: 1px;
    width: 50%;
    background: #EFF2F7;
    z-index: 0;
  }
}
.nav-tabs .nav-item .nav-link {
  padding: 0.75rem 1rem;
  transition: color 0.35s ease, border-color 0.35s ease;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.nav-tabs .nav-item .nav-link.active {
  color: #404040;
  border-color: #404040;
}
.nav-tabs .nav-item .nav-link:not(.active) {
  color: #8492A6;
}
.nav-dots {
  top: 50%;
  right: 2rem;
  position: fixed;
  z-index: 200;
  transform: translateY(-50%);
}
.nav-dots .nav-link {
  display: block;
  margin: 5px;
  position: relative;
}
.nav-dots .nav-link:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #FFF;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
}
.nav-dots .nav-link:hover:before, .nav-dots .nav-link.active:before {
  height: 12px;
  width: 12px;
}

.navbar {
  position: relative;
  z-index: 101;
}
.navbar .container {
  position: relative;
}

.navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: all 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link {
    transition: none;
  }
}
.navbar-nav .nav-link i, .navbar-nav .nav-link svg, .navbar-nav .nav-link img {
  margin-right: 0.5rem;
}
.navbar-nav .nav-link img {
  width: auto;
  height: 14px;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}

.navbar-text {
  font-size: 0.875rem;
}

.header,
.navbar,
.navbar-top {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .header,
  .navbar,
  .navbar-top {
    transition: none;
  }
}

.border-bottom.navbar-dark {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-bottom.navbar-light {
  border-color: rgba(31, 45, 61, 0.04) !important;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-transparent .navbar-top {
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header-transparent .navbar-top:not(.navbar-collapsed) {
  background-color: transparent !important;
}
.header-transparent .navbar:not(.sticky):not(.navbar-collapsed) {
  background-color: transparent !important;
  border: 0;
  box-shadow: none;
}
.header-transparent + main section:first-child:not([data-spotlight]) .container {
  padding-top: 5rem;
}

.header-collapse-show {
  min-height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.navbar-sticky {
  position: -webkit-sticky;
}
.navbar-sticky.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100px;
  transform: translateY(100px);
  z-index: 1030;
  border-top: 0;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-sticky.sticky {
    transition: none;
  }
}

.navbar-top {
  position: relative;
  z-index: 110;
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar-top .navbar-nav {
  flex-direction: row;
}
.navbar-top .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-top .navbar-nav .nav-link {
  padding: 0.5rem 0.5rem;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.625rem 0;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-expand-sm .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .navbar-expand-sm .navbar-collapse.collapsing,
  .navbar-expand-sm .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .navbar-expand-sm .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item {
    margin-right: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-link-icon {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.625rem 0;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-expand-md .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .navbar-expand-md .navbar-collapse.collapsing,
  .navbar-expand-md .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .navbar-expand-md .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item {
    margin-right: 0.5rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link-icon {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.625rem 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-expand-lg .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .navbar-expand-lg .navbar-collapse.collapsing,
  .navbar-expand-lg .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .navbar-expand-lg .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link-icon {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.625rem 0;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-expand-xl .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  .navbar-expand-xl .navbar-collapse.collapsing,
  .navbar-expand-xl .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s;
  }
  .navbar-expand-xl .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item {
    margin-right: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link-icon {
    border-radius: 0;
  }
}
.navbar-expand.navbar-collapsed {
  height: 100vh;
  align-items: start;
  overflow-y: scroll;
}
.navbar-expand .navbar-nav .nav-link {
  padding: 0.625rem 0;
}
.navbar-expand .navbar-nav .dropdown-menu {
  box-shadow: none;
  min-width: auto;
}
.navbar-expand .navbar-nav .dropdown-menu .media svg {
  width: 30px;
}
.navbar-expand .navbar-collapse {
  z-index: 1050;
  height: auto !important;
  opacity: 0;
}
.navbar-expand .navbar-collapse.collapsing,
.navbar-expand .navbar-collapse.show {
  animation: show-navbar-collapse 0.2s ease forwards;
  animation-delay: 0.15s;
}
.navbar-expand .navbar-collapse.collapsing-out {
  opacity: 0;
  transition: opacity 0.3s linear;
  animation-delay: 0;
  animation: none;
}
.navbar-expand .navbar-nav .nav-item {
  margin-right: 0.5rem;
}
.navbar-expand .navbar-nav .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0;
}
.navbar-expand .navbar-nav .nav-link-icon {
  border-radius: 0;
}

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: none !important;
}
.navbar-vertical.navbar-light {
  background-color: #FFF;
  border-color: #EFF2F7;
}
.navbar-vertical.navbar-dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-vertical .navbar-brand {
  margin-right: 0;
}
.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand > img {
  max-width: 100%;
  max-height: 2rem;
}
@media (min-width: 768px) {
  .navbar-vertical .navbar-collapse {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.navbar-vertical .navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}
.navbar-vertical .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.navbar-vertical .navbar-nav .nav-link.active {
  position: relative;
}
.navbar-vertical .navbar-nav .nav-link > i {
  min-width: 2rem;
  font-size: 0.9375rem;
  line-height: 1.7rem;
}
.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
  border: none;
}
.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
  margin-left: 0.5rem;
}
.navbar-vertical .navbar-nav .nav-sm .nav-link {
  font-size: 0.8125rem;
}
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}
.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
  margin-left: auto;
  color: #E0E6ED;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
    transition: none;
  }
}
.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse][aria-expanded=true]:after {
  color: #404040;
  transform: rotate(90deg);
}
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 3rem;
}
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.5rem;
}
.navbar-vertical .navbar-heading {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 0;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
}
.navbar-vertical.navbar-expand-xs .navbar-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar-vertical.navbar-expand-xs > [class*=container] {
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xs > [class*=container] {
    min-height: none;
    height: 100%;
  }
}
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 1;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.375rem 1.5rem;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item {
  margin-top: 2px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
  background: #FAFBFE;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
}
.navbar-vertical.navbar-expand-xs .lavalamp-object {
  width: calc(100% - 1rem) !important;
  background: #404040;
  color: #FFF;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 3.5rem;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4.25rem;
}
@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical.navbar-expand-sm .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical.navbar-expand-sm > [class*=container] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-sm > [class*=container] {
    min-height: none;
    height: 100%;
  }
}
@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-sm .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #404040;
    color: #FFF;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical.navbar-expand-md .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical.navbar-expand-md > [class*=container] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-md > [class*=container] {
    min-height: none;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-md .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #404040;
    color: #FFF;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical.navbar-expand-lg .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical.navbar-expand-lg > [class*=container] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-lg > [class*=container] {
    min-height: none;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-lg .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #404040;
    color: #FFF;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-vertical.navbar-expand-xl .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar-vertical.navbar-expand-xl > [class*=container] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xl > [class*=container] {
    min-height: none;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-xl .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #404040;
    color: #FFF;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.25rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
  margin-left: 0;
}
.navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
  margin-right: 0;
}
@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
    margin-left: 0;
  }
  .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    margin-left: 0;
  }
  .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
    margin-left: 0;
  }
  .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
    margin-left: 0;
  }
  .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
    margin-right: 0;
  }
}

.sidenav.fixed-left + .main-content {
  margin-left: 0;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .sidenav.fixed-left + .main-content {
    transition: none;
  }
}
.sidenav.fixed-right + .main-content {
  margin-right: 0;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .sidenav.fixed-right + .main-content {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 250px;
  }
  .g-sidenav-pinned .sidenav.fixed-right + .main-content {
    margin-right: 250px;
  }
}

.sidenav {
  z-index: 1050;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .sidenav {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .sidenav:hover {
    max-width: 250px;
  }
  .sidenav .sidenav-toggler {
    padding: 1.5rem;
  }
}
.sidenav .navbar-brand {
  padding: 1.5rem;
  display: none;
}

.sidenav-header {
  height: 78px;
}

.g-sidenav-show .sidenav .navbar-brand,
.g-sidenav-show .sidenav .navbar-heading {
  display: block;
}
.g-sidenav-show .sidenav .nav-item .collapse {
  height: auto;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .g-sidenav-show .sidenav .nav-item .collapse {
    transition: none;
  }
}

.g-sidenav-pinned .sidenav {
  max-width: 250px !important;
}
.g-sidenav-pinned .sidenav .navbar-brand,
.g-sidenav-pinned .sidenav .navbar-heading {
  display: block;
}

.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .navbar-nav > .nav-item > .nav-link:after {
  content: "";
}
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-item .collapse {
  display: none !important;
}
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-link-text {
  display: none !important;
}

.g-sidenav-hide .sidenav .navbar-nav > .nav-item > .nav-link:after {
  content: "";
}
.g-sidenav-hide .sidenav .nav-item .collapse {
  display: none !important;
}
.g-sidenav-hide .sidenav .nav-link-text {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .sidenav {
    transform: translateX(0);
  }
  .sidenav.fixed-left + .main-content {
    margin-left: 0 !important;
  }
  .g-sidenav-pinned .sidenav {
    transform: translateX(0);
  }
}
.sidenav-toggler {
  border: 0;
  background: transparent;
}

.sidenav-toggler-inner,
.sidenav-toggler-line {
  width: 18px;
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .sidenav-toggler-inner,
  .sidenav-toggler-line {
    transition: none;
  }
}

.sidenav-toggler-inner {
  position: relative;
}
.sidenav-toggler-inner:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -11px;
  top: -14px;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}
@media (prefers-reduced-motion: reduce) {
  .sidenav-toggler-inner:before {
    transition: none;
  }
}

.sidenav-toggler-line {
  height: 2px;
  background-color: rgba(31, 45, 61, 0.5);
  display: block;
  position: relative;
}
.sidenav-toggler-line:not(:last-child) {
  margin-bottom: 3px;
}

.navbar-dark .sidenav-toggler-line {
  background-color: rgba(255, 255, 255, 0.85);
}

.sidenav-toggler {
  cursor: pointer;
}
.sidenav-toggler.active .sidenav-toggler-inner:before {
  transform: scale(1);
}
.sidenav-toggler.active .sidenav-toggler-line:first-child {
  width: 13px;
  transform: translateX(5px);
}
.sidenav-toggler.active .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}

.navbar .dropdown-menu {
  min-width: 20rem;
  padding: 1rem 1.5rem;
  background-color: #FFF;
  border: 0 solid rgba(31, 45, 61, 0);
  border-radius: 0.375rem;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}
.navbar .dropdown-menu .dropdown-menu-links {
  background-color: rgb(249.9, 249.9, 249.9);
}
.navbar .dropdown-menu .dropdown-header {
  color: rgb(74.472972973, 89.3675675676, 109.227027027);
}
.navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 0;
  color: #3C4858;
  font-size: 1rem;
}
.navbar .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
  color: rgb(101.3513513514, 121.6216216216, 148.6486486486);
  text-decoration: none;
  background: transparent;
}
.navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:active {
  color: rgb(101.3513513514, 121.6216216216, 148.6486486486);
  text-decoration: none;
  background-color: transparent;
}
.navbar .dropdown-menu .list-group > li:first-child .list-group-item {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.navbar .dropdown-menu .list-group > li:last-child .list-group-item {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .dropdown-toggle:after {
    float: right;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .navbar-expand-sm .dropdown-menu .list-group > li .list-group-item {
    border: 0;
    transform: scale(1);
    transition: all 0.2s ease;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown-menu .list-group > li .list-group-item {
    transition: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .list-group > li .media-body * {
    transition: all 0.2s ease;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown-menu .list-group > li .media-body * {
    transition: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .list-group > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 0.375rem;
  }
  .navbar-expand-sm .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .navbar-expand-sm .dropdown-submenu .dropdown-menu:before {
    content: "";
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  .navbar-expand-sm .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .navbar-expand-sm .dropdown-fluid .dropdown-menu {
    overflow: hidden;
    padding: 0;
    min-width: 1000px;
  }
  .navbar-expand-sm .dropdown-fluid .dropdown-col-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .dropdown-toggle:after {
    float: right;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .navbar-expand-md .dropdown-menu .list-group > li .list-group-item {
    border: 0;
    transform: scale(1);
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown-menu .list-group > li .list-group-item {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .list-group > li .media-body * {
    transition: all 0.2s ease;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown-menu .list-group > li .media-body * {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .list-group > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 0.375rem;
  }
  .navbar-expand-md .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .navbar-expand-md .dropdown-submenu .dropdown-menu:before {
    content: "";
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  .navbar-expand-md .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .navbar-expand-md .dropdown-fluid .dropdown-menu {
    overflow: hidden;
    padding: 0;
    min-width: 1000px;
  }
  .navbar-expand-md .dropdown-fluid .dropdown-col-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .dropdown-toggle:after {
    float: right;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .navbar-expand-lg .dropdown-menu .list-group > li .list-group-item {
    border: 0;
    transform: scale(1);
    transition: all 0.2s ease;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown-menu .list-group > li .list-group-item {
    transition: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .list-group > li .media-body * {
    transition: all 0.2s ease;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown-menu .list-group > li .media-body * {
    transition: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .list-group > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 0.375rem;
  }
  .navbar-expand-lg .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .navbar-expand-lg .dropdown-submenu .dropdown-menu:before {
    content: "";
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  .navbar-expand-lg .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .navbar-expand-lg .dropdown-fluid .dropdown-menu {
    overflow: hidden;
    padding: 0;
    min-width: 1000px;
  }
  .navbar-expand-lg .dropdown-fluid .dropdown-col-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .dropdown-toggle:after {
    float: right;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  .navbar-expand-xl .dropdown-menu .list-group > li .list-group-item {
    border: 0;
    transform: scale(1);
    transition: all 0.2s ease;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown-menu .list-group > li .list-group-item {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu .list-group > li .media-body * {
    transition: all 0.2s ease;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown-menu .list-group > li .media-body * {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu .list-group > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 0.375rem;
  }
  .navbar-expand-xl .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  .navbar-expand-xl .dropdown-submenu .dropdown-menu:before {
    content: "";
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  .navbar-expand-xl .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  .navbar-expand-xl .dropdown-fluid .dropdown-menu {
    overflow: hidden;
    padding: 0;
    min-width: 1000px;
  }
  .navbar-expand-xl .dropdown-fluid .dropdown-col-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}
.navbar-expand .dropdown-toggle:after {
  float: right;
}
.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
  margin-left: -1.25rem;
}
.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
  margin-right: -1.25rem;
}
.navbar-expand .dropdown-menu .list-group > li .list-group-item {
  border: 0;
  transform: scale(1);
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown-menu .list-group > li .list-group-item {
    transition: none;
  }
}
.navbar-expand .dropdown-menu .list-group > li .media-body * {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown-menu .list-group > li .media-body * {
    transition: none;
  }
}
.navbar-expand .dropdown-menu .list-group > li:hover .list-group-item {
  z-index: 11;
  transform: scale(1.05);
  background-color: #FAFBFE;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  border-radius: 0.375rem;
}
.navbar-expand .dropdown-submenu .dropdown-menu {
  min-width: 16rem;
  margin-left: 1rem;
}
.navbar-expand .dropdown-submenu .dropdown-menu:before {
  content: "";
  border-left: 1.5rem solid transparent;
  position: absolute;
  left: -1rem;
  top: 0;
  height: 100%;
}
.navbar-expand .dropdown-submenu .dropdown-item:after {
  right: 0;
}
.navbar-expand .dropdown-fluid .dropdown-menu {
  overflow: hidden;
  padding: 0;
  min-width: 1000px;
}
.navbar-expand .dropdown-fluid .dropdown-col-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.navbar-search .input-group {
  border-radius: 2rem;
  border: 0 solid;
  transition: background-color 0.4s linear;
  transition-delay: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-search .input-group {
    transition: none;
  }
}
.navbar-search .input-group .input-group-text {
  background-color: transparent;
  padding-left: 1rem;
  border: 0;
}
.navbar-search .form-control {
  width: 250px;
  background-color: transparent;
  border: 0;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-search .form-control {
    transition: none;
  }
}
.navbar-search .focused .input-group .form-control {
  width: 380px;
}
.navbar-search .close {
  display: none;
}

.navbar-search-dark .input-group {
  background-color: rgba(31, 45, 61, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .input-group-text {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-search-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-search-dark .focused .input-group {
  background-color: rgba(31, 45, 61, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}

.navbar-search-light .input-group {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.6);
}
.navbar-search-light .input-group-text {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-search-light .form-control {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-search-light .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-search-light .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-search-light .focused .input-group {
  background-color: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0.9);
}

.pagination {
  margin-bottom: 0;
}

.page-item .page-link, .page-item > span {
  margin: 0 3px;
  border-radius: 0.2rem;
  text-align: center;
}

.pagination-circle .page-item .page-link,
.pagination-circle .page-item > span {
  border-radius: 50% !important;
  margin: 0 5px;
  display: block;
  width: 36px;
  height: 36px;
}

.pagination-circle.pagination-lg .page-item .page-link,
.pagination-circle.pagination-lg .page-item > span {
  border-radius: 50% !important;
  margin: 0 5px;
  display: block;
  width: 52px;
  height: 52px;
}

.omnisearch {
  width: 100%;
  margin-top: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background-color: transparent;
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.3s, opacity 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .omnisearch {
    transition: none;
  }
}
.omnisearch.show {
  opacity: 1;
  transform: translateY(50%);
}
.omnisearch .container {
  position: relative;
  height: 100%;
}
.omnisearch .omnisearch-form {
  display: block;
  position: relative;
  z-index: 700;
  background: #FFF;
  border-radius: 0.375rem;
  width: 680px;
  margin: auto;
}
.omnisearch .omnisearch-form .input-group-text {
  font-size: 1.25rem;
  background: transparent;
}
.omnisearch .omnisearch-form .form-control {
  display: block;
  height: 68px;
  font-size: 1.25rem;
  color: #454545;
  background-color: transparent;
  background-image: none;
}
.omnisearch .omnisearch-form .form-control::-moz-placeholder {
  color: #C0CCDA;
}
.omnisearch .omnisearch-form .form-control::placeholder {
  color: #C0CCDA;
}
.omnisearch .omnisearch-suggestions {
  width: 680px;
  min-height: 150px;
  padding: 1.5rem;
  background: white;
  margin: auto;
  border-radius: 0.375rem;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.21s;
}
@media (prefers-reduced-motion: reduce) {
  .omnisearch .omnisearch-suggestions {
    transition: none;
  }
}
.omnisearch .omnisearch-suggestions:before {
  background: #FFF;
  box-shadow: none;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 20px;
  position: absolute;
  bottom: 100%;
  transform: rotate(-45deg) translateY(1rem);
  z-index: -5;
  border-radius: 0.2rem;
}
.omnisearch .omnisearch-suggestions .heading {
  color: #8492A6;
}
.omnisearch .omnisearch-suggestions .list-link span {
  font-weight: 600;
  color: #3C4858;
}
.omnisearch .omnisearch-suggestions .list-link:hover {
  color: #404040;
}
.omnisearch .omnisearch-suggestions .list-link:hover span {
  color: #404040;
}
.omnisearch.show .omnisearch-form,
.omnisearch.show .omnisearch-suggestions {
  pointer-events: auto;
}
.omnisearch.show .omnisearch-suggestions {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .omnisearch .omnisearch-form {
    width: 100%;
  }
  .omnisearch .omnisearch-suggestions {
    width: 100%;
  }
}

.omnisearch-open {
  overflow: hidden;
}

.popover {
  border: 0;
}

.popover-header {
  font-weight: 600;
}

.popover-primary {
  background-color: #404040;
}
.popover-primary .popover-header {
  background-color: #404040;
  color: #FFF;
}
.popover-primary .popover-body {
  color: #FFF;
}
.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.popover-primary.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #404040;
}
.popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #404040;
}
.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #404040;
}
.popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #404040;
}

.popover-secondary {
  background-color: #EFF2F7;
}
.popover-secondary .popover-header {
  background-color: #EFF2F7;
  color: #273444;
}
.popover-secondary .popover-body {
  color: #273444;
}
.popover-secondary .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}
.popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #EFF2F7;
}
.popover-secondary.bs-popover-right .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #EFF2F7;
}
.popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #EFF2F7;
}
.popover-secondary.bs-popover-left .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #EFF2F7;
}

.popover-success {
  background-color: #58ba49;
}
.popover-success .popover-header {
  background-color: #58ba49;
  color: #FFF;
}
.popover-success .popover-body {
  color: #FFF;
}
.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.popover-success.bs-popover-top .arrow::after, .popover-success.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #58ba49;
}
.popover-success.bs-popover-right .arrow::after, .popover-success.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #58ba49;
}
.popover-success.bs-popover-bottom .arrow::after, .popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #58ba49;
}
.popover-success.bs-popover-left .arrow::after, .popover-success.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #58ba49;
}

.popover-info {
  background-color: #00B8D9;
}
.popover-info .popover-header {
  background-color: #00B8D9;
  color: #FFF;
}
.popover-info .popover-body {
  color: #FFF;
}
.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.popover-info.bs-popover-top .arrow::after, .popover-info.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #00B8D9;
}
.popover-info.bs-popover-right .arrow::after, .popover-info.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #00B8D9;
}
.popover-info.bs-popover-bottom .arrow::after, .popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #00B8D9;
}
.popover-info.bs-popover-left .arrow::after, .popover-info.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #00B8D9;
}

.popover-warning {
  background-color: #FFAB00;
}
.popover-warning .popover-header {
  background-color: #FFAB00;
  color: #FFF;
}
.popover-warning .popover-body {
  color: #FFF;
}
.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.popover-warning.bs-popover-top .arrow::after, .popover-warning.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #FFAB00;
}
.popover-warning.bs-popover-right .arrow::after, .popover-warning.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #FFAB00;
}
.popover-warning.bs-popover-bottom .arrow::after, .popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #FFAB00;
}
.popover-warning.bs-popover-left .arrow::after, .popover-warning.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #FFAB00;
}

.popover-danger {
  background-color: #FF5630;
}
.popover-danger .popover-header {
  background-color: #FF5630;
  color: #FFF;
}
.popover-danger .popover-body {
  color: #FFF;
}
.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.popover-danger.bs-popover-top .arrow::after, .popover-danger.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #FF5630;
}
.popover-danger.bs-popover-right .arrow::after, .popover-danger.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #FF5630;
}
.popover-danger.bs-popover-bottom .arrow::after, .popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #FF5630;
}
.popover-danger.bs-popover-left .arrow::after, .popover-danger.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #FF5630;
}

.popover-light {
  background-color: #EFF2F7;
}
.popover-light .popover-header {
  background-color: #EFF2F7;
  color: #273444;
}
.popover-light .popover-body {
  color: #273444;
}
.popover-light .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}
.popover-light.bs-popover-top .arrow::after, .popover-light.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #EFF2F7;
}
.popover-light.bs-popover-right .arrow::after, .popover-light.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #EFF2F7;
}
.popover-light.bs-popover-bottom .arrow::after, .popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #EFF2F7;
}
.popover-light.bs-popover-left .arrow::after, .popover-light.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #EFF2F7;
}

.popover-dark {
  background-color: #273444;
}
.popover-dark .popover-header {
  background-color: #273444;
  color: #FFF;
}
.popover-dark .popover-body {
  color: #FFF;
}
.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.popover-dark.bs-popover-top .arrow::after, .popover-dark.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #273444;
}
.popover-dark.bs-popover-right .arrow::after, .popover-dark.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #273444;
}
.popover-dark.bs-popover-bottom .arrow::after, .popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #273444;
}
.popover-dark.bs-popover-left .arrow::after, .popover-dark.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #273444;
}

.popover-neutral {
  background-color: #FFF;
}
.popover-neutral .popover-header {
  background-color: #FFF;
  color: #273444;
}
.popover-neutral .popover-body {
  color: #273444;
}
.popover-neutral .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}
.popover-neutral.bs-popover-top .arrow::after, .popover-neutral.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #FFF;
}
.popover-neutral.bs-popover-right .arrow::after, .popover-neutral.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #FFF;
}
.popover-neutral.bs-popover-bottom .arrow::after, .popover-neutral.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #FFF;
}
.popover-neutral.bs-popover-left .arrow::after, .popover-neutral.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #FFF;
}

.popover-white {
  background-color: #FFF;
}
.popover-white .popover-header {
  background-color: #FFF;
  color: #273444;
}
.popover-white .popover-body {
  color: #273444;
}
.popover-white .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}
.popover-white.bs-popover-top .arrow::after, .popover-white.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #FFF;
}
.popover-white.bs-popover-right .arrow::after, .popover-white.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #FFF;
}
.popover-white.bs-popover-bottom .arrow::after, .popover-white.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #FFF;
}
.popover-white.bs-popover-left .arrow::after, .popover-white.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #FFF;
}

.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}
.progress-wrapper .progress {
  margin-bottom: 1rem;
}

.progress-inverse {
  background-color: inverse(#EFF2F7);
}

.progress-heading {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 2px;
  padding: 0;
}

.progress-text {
  margin-bottom: 0;
}

.progress-lg {
  height: 1rem;
}

.progress-md {
  height: 0.75rem;
}

.progress-sm {
  height: 0.375rem;
}

.progress-xs {
  height: 0.125rem;
}

.progress-group {
  position: relative;
}

.progress-prepend-icon {
  position: absolute;
  transform: translateY(-50%);
  font-size: 20px;
  top: 50%;
}
.progress-prepend-icon:not(:first-child) {
  right: -17px;
}
.progress-prepend-icon:not(:last-child) {
  left: -17px;
}

.progress-tooltip {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 0.25rem 0.375rem;
  line-height: 1;
  font-size: 0.7rem;
  position: relative;
  bottom: 8px;
  border-radius: 3px;
  margin-left: -15px;
}
.progress-tooltip:after {
  top: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
}

.progress-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #3C4858;
}

.progress-percentage {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.static-rating {
  display: inline-block;
}
.static-rating .star {
  color: #E0E6ED;
}
.static-rating .voted {
  color: #ffcc00;
}

.static-rating-sm .star {
  font-size: 0.75rem;
}

.rating {
  display: inline-block;
}
.rating .star {
  font-family: "Font Awesome 5 Solid";
  font-weight: normal;
  font-style: normal;
  float: left;
  padding: 0 1px;
  cursor: pointer;
}
.rating .star:before {
  content: "\f005";
  display: block;
  font-size: 14px;
  color: #E0E6ED;
  transition: all 0.2s linear;
}
.rating:hover .star:before {
  color: #E0E6ED;
}
.rating:hover .over:before {
  color: #ffcc00;
}
.rating .voted:before {
  color: #ffcc00;
}

.rating-lg .star:before {
  font-size: 18px;
}

.rating-xl .star:before {
  font-size: 24px;
}

.ribbon {
  position: absolute;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 10;
}

.ribbon-left {
  left: 1rem;
}

.ribbon-right {
  right: 1rem;
}

.ribbon-primary {
  color: #FFF;
  background-color: rgb(89.5, 89.5, 89.5);
}

.ribbon-secondary {
  color: #273444;
  background-color: white;
}

.ribbon-success {
  color: #FFF;
  background-color: rgb(121.9322709163, 200.0199203187, 109.9800796813);
}

.ribbon-info {
  color: #FFF;
  background-color: rgb(13, 218.198156682, 255);
}

.ribbon-warning {
  color: #FFF;
  background-color: rgb(255, 187.8, 51);
}

.ribbon-danger {
  color: #FFF;
  background-color: rgb(255, 127.6376811594, 99);
}

.ribbon-light {
  color: #273444;
  background-color: white;
}

.ribbon-dark {
  color: #FFF;
  background-color: rgb(57.5887850467, 76.785046729, 100.4112149533);
}

.ribbon-neutral {
  color: #273444;
  background-color: white;
}

.ribbon-white {
  color: #273444;
  background-color: white;
}

section {
  background-color: #FFF;
}

.slice {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.slice-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.slice-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.slice-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*=bg-]):not(.section-rotate) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*=bg-]) {
  padding-top: 0;
}

.slice-video {
  min-height: 600px;
}

.section-rotate {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background: transparent;
  position: relative;
  z-index: 0;
}
.section-rotate .section-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

@media (min-width: 992px) {
  .section-rotate {
    min-height: 880px;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .section-rotate .section-inner {
    background: inherit;
    overflow: hidden;
  }
  .section-rotate .section-inner + .container {
    position: relative;
    z-index: 0;
  }
  .section-rotate .section-inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .section-rotate {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
  .section-rotate .section-inner {
    top: -40%;
    left: -1rem;
    width: 130%;
    height: 124%;
    transform: rotate(-7deg);
    border-bottom-left-radius: 3rem;
  }
  .section-rotate .section-inner + .container {
    padding-left: 2rem;
  }
  .section-rotate .container {
    position: relative;
  }
}
@media only screen and (min-width: 2000px) {
  .section-rotate .section-inner {
    top: -40%;
    left: -1rem;
    width: 120%;
    height: 118%;
  }
  .section-rotate .container {
    position: relative;
  }
}
.section-half-rounded {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background: transparent;
  position: relative;
  z-index: 0;
}
.section-half-rounded .section-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: -2;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 991.98px) {
  .section-half-rounded .section-inner {
    width: 100%;
  }
}

.section-process {
  background: transparent;
}

.section-process-step {
  position: relative;
  padding: 4.5rem 0;
}
.section-process-step:not(:last-child):before {
  content: "";
  display: block;
  width: 360px;
  height: 100px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23EFF2F7' stroke-width='3' transform='translate(173.245679, 51.548257) scale(-1, 1) translate(-173.245679, -51.548257)' d='M-6.75432109,1.54825684 C113.245679,110.326533 233.245679,130.359459 353.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 360px 100px;
  transform: rotate(40deg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -80px;
}
@media (max-width: 991.98px) {
  .section-process-step:not(:last-child):before {
    transform: rotate(90deg) scale(0.7);
    bottom: 20px;
  }
}
.section-process-step:nth-child(even):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23EFF2F7' stroke-width='3' d='M2.24567891,1.54825684 C122.245679,110.326533 242.245679,130.359459 362.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 360px 100px;
  transform: rotate(-40deg);
}
@media (max-width: 991.98px) {
  .section-process-step:nth-child(even):before {
    transform: rotate(-90deg) scale(0.7);
    bottom: 20px;
  }
}

.section-floating-icons {
  --icon-size: 5rem;
  --icon-sm-size: 3.75rem;
  --gutter: 7rem;
}
.section-floating-icons .icons-container {
  position: relative;
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
}
.section-floating-icons .icons-container span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}
@media (prefers-reduced-motion: reduce) {
  .section-floating-icons .icons-container span {
    transition: none;
  }
}
.section-floating-icons .icons-container span.icon {
  width: 5rem;
  height: 5rem;
}
.section-floating-icons .icons-container span.icon i {
  font-size: 2.3em;
}
.section-floating-icons .icons-container span.icon-sm {
  width: 3.75rem;
  height: 3.75rem;
}
.section-floating-icons .icons-container span.icon-sm i {
  font-size: 1.5em;
}
.section-floating-icons .icons-container span:nth-child(1) {
  font-size: 42px;
  color: #FFAB00;
  z-index: 2;
}
.section-floating-icons .icons-container span img {
  max-width: 100%;
}
.section-floating-icons .icons-container span {
  opacity: 1;
}
.section-floating-icons .icons-container span:nth-child(1) {
  left: 50%;
  top: 50%;
  font-size: 42px;
  color: #00B8D9;
}
.section-floating-icons .icons-container span:nth-child(2) {
  left: calc(50% + 11.9rem);
  top: 50%;
}
.section-floating-icons .icons-container span:nth-child(3) {
  left: calc(50% + 7rem);
  top: calc(50% + 7rem);
}
.section-floating-icons .icons-container span:nth-child(4) {
  left: calc(50% + 7rem);
  top: calc(50% - 7rem);
}
.section-floating-icons .icons-container span:nth-child(5) {
  left: calc(50% + 28rem);
  top: 50%;
}
.section-floating-icons .icons-container span:nth-child(6) {
  left: calc(50% + 18.9rem);
  top: calc(50% + 10.5rem);
}
.section-floating-icons .icons-container span:nth-child(7) {
  left: calc(50% + 18.9rem);
  top: calc(50% - 10.5rem);
}
.section-floating-icons .icons-container span:nth-child(8) {
  left: calc(50% - 11.9rem);
  top: 50%;
}
.section-floating-icons .icons-container span:nth-child(9) {
  left: calc(50% - 7rem);
  top: calc(50% + 7rem);
}
.section-floating-icons .icons-container span:nth-child(10) {
  left: calc(50% - 7rem);
  top: calc(50% - 7rem);
}
.section-floating-icons .icons-container span:nth-child(11) {
  left: calc(50% - 28rem);
  top: 50%;
}
.section-floating-icons .icons-container span:nth-child(12) {
  left: calc(50% - 18.9rem);
  top: calc(50% + 10.5rem);
}
.section-floating-icons .icons-container span:nth-child(13) {
  left: calc(50% - 18.9rem);
  top: calc(50% - 10.5rem);
}

.sidebar-sticky.is_stuck {
  padding-top: 1.5rem;
}

.spotlight {
  position: relative;
}
.spotlight .container {
  height: 100%;
}
.spotlight .animated {
  opacity: 0;
}
.spotlight .animated.animation-ended {
  opacity: 1;
}

@media (min-width: 768px) {
  .spotlight-overlay-img {
    position: relative;
  }
  .spotlight-overlay-img img {
    position: absolute;
    z-index: 10;
  }
}
.table thead th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #FAFBFE;
  border-bottom-width: 1px;
}
.table th {
  font-weight: 600;
}
.table td .progress {
  height: 3px;
  width: 120px;
  margin: 0;
}
.table td,
.table th {
  font-size: 0.8125rem;
  white-space: nowrap;
}
.table.align-items-center td,
.table.align-items-center th {
  vertical-align: middle;
}
.table.table-dark thead th,
.table .thead-dark th {
  background-color: rgb(46.4355140187, 61.9140186916, 80.9644859813);
  color: rgb(112.3271028037, 139.6028037383, 173.1728971963);
}
.table.table-dark thead th a,
.table .thead-dark th a {
  color: rgb(112.3271028037, 139.6028037383, 173.1728971963);
}
.table .thead-light th {
  background-color: #FAFBFE;
  color: #8492A6;
}
.table .thead-light th a {
  color: #8492A6;
}

.table-hover tr {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .table-hover tr {
    transition: none;
  }
}

.table-flush td,
.table-flush th {
  border-left: 0;
  border-right: 0;
}
.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}
.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}

.card .table, .previewOrderContainer .previewOrderFormCard .table {
  margin-bottom: 0;
}
.card .table td, .previewOrderContainer .previewOrderFormCard .table td,
.card .table th,
.previewOrderContainer .previewOrderFormCard .table th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table .custom-toggle {
  display: block;
}

.table-flush th, .table-flush td {
  border-left: 0;
  border-right: 0;
}
.table-flush tr:first-child th, .table-flush tr:first-child td {
  border-top: 0;
}
.table-flush tr:last-child th, .table-flush tr:last-child td {
  border-bottom: 0;
}

.table-cards thead th,
.table-cards thead td,
.table-cards tbody th,
.table-cards tbody td {
  border: 0 !important;
  padding: 1rem;
  position: relative;
  background-color: transparent;
}
.table-cards tbody tr:not(.table-divider) {
  border-radius: 0.375rem;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.table-cards tbody tr th {
  border-radius: 0.375rem 0 0 0.375rem;
}
.table-cards tbody tr th:after {
  border-radius: 0.375rem 0 0 0.375rem;
  border-left: 1px solid #EFF2F7;
}
.table-cards tbody tr td:last-child {
  border-radius: 0 0.375rem 0.375rem 0;
}
.table-cards tbody tr td:last-child:after {
  border-radius: 0 0.375rem 0.375rem 0;
  border-right: 1px solid #EFF2F7;
}
.table-cards tbody tr th, .table-cards tbody tr td {
  background-color: #FFF;
}
.table-cards tbody tr th:after, .table-cards tbody tr td:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #EFF2F7;
  border-bottom: 1px solid #EFF2F7;
  left: 0;
  top: 0;
  pointer-events: none;
}
.table-cards tr.table-divider {
  height: 1rem;
}
.table-cards.table-hover tbody > tr:hover th,
.table-cards.table-hover tbody > tr:hover td {
  background-color: #FAFBFE;
}

@media (min-width: 768px) {
  .table-cards.table-scale--hover tr:hover {
    transform: scale(1.02);
  }
}
.table [data-sort] {
  cursor: pointer;
}
.table .thead-dark [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='rgb(112.3271028037, 139.6028037383, 173.1728971963)'/></svg>");
  margin-left: 0.25rem;
}
.table .thead-light [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%238492A6'/></svg>");
  margin-left: 0.25rem;
}

.timeline {
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  border-right: 2px solid #EFF2F7;
}

[data-timeline-axis-style=dashed]:before {
  border-right-style: dashed !important;
}

[data-timeline-axis-style=dotted]:before {
  border-right-style: dotted !important;
}

.timeline-block {
  position: relative;
  margin: 2em 0;
}
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-step {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #EFF2F7;
  text-align: center;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 600;
  z-index: 1;
}
.timeline-step svg, .timeline-step i {
  line-height: 1.4;
}

.timeline-step-icon {
  background: #FFF;
  border: 2px solid #EFF2F7;
}

.timeline-step-xs {
  width: 17px;
  height: 17px;
  font-size: 0.75rem;
}

.timeline-step-sm {
  width: 23px;
  height: 23px;
  font-size: 0.75rem;
}

.timeline-step-lg {
  width: 47px;
  height: 47px;
  font-size: 1.75rem;
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  position: relative;
  top: -6px;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-body {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .timeline:before {
    left: 50%;
    margin-left: -2px;
  }
  .timeline-step {
    left: 50%;
  }
  .timeline-content {
    width: 38%;
  }
  .timeline-body {
    padding: 1.5rem;
  }
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  [data-timeline-axis-color=primary]:before {
    border-color: #404040;
  }
  [data-timeline-axis-color=secondary]:before {
    border-color: #EFF2F7;
  }
  [data-timeline-axis-color=success]:before {
    border-color: #58ba49;
  }
  [data-timeline-axis-color=info]:before {
    border-color: #00B8D9;
  }
  [data-timeline-axis-color=warning]:before {
    border-color: #FFAB00;
  }
  [data-timeline-axis-color=danger]:before {
    border-color: #FF5630;
  }
  [data-timeline-axis-color=light]:before {
    border-color: #EFF2F7;
  }
  [data-timeline-axis-color=dark]:before {
    border-color: #273444;
  }
  [data-timeline-axis-color=neutral]:before {
    border-color: #FFF;
  }
  [data-timeline-axis-color=white]:before {
    border-color: #FFF;
  }
}
.timeline-one-side:before {
  left: 1rem;
}
.timeline-one-side .timeline-step {
  left: 1rem;
}
.timeline-one-side .timeline-content {
  width: auto;
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
  float: none;
}

.tongue {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: rotate(180deg) translateX(50%);
  width: 138px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #8492A6;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}
.tongue i {
  animation: floating-sm 2s ease infinite;
}
.tongue:hover i {
  animation-play-state: paused;
}

.tongue-primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23404040' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}
.tongue-primary:hover {
  color: #FFF;
}

.tongue-secondary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23EFF2F7' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}
.tongue-secondary:hover {
  color: #273444;
}

.tongue-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2358ba49' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}
.tongue-success:hover {
  color: #FFF;
}

.tongue-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2300B8D9' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}
.tongue-info:hover {
  color: #FFF;
}

.tongue-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFAB00' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}
.tongue-warning:hover {
  color: #FFF;
}

.tongue-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FF5630' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}
.tongue-danger:hover {
  color: #FFF;
}

.tongue-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23EFF2F7' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}
.tongue-light:hover {
  color: #273444;
}

.tongue-dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23273444' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}
.tongue-dark:hover {
  color: #FFF;
}

.tongue-neutral {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}
.tongue-neutral:hover {
  color: #273444;
}

.tongue-white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}
.tongue-white:hover {
  color: #273444;
}

.tongue-section-primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}
.tongue-section-primary:hover {
  color: #273444;
}

.tongue-section-secondary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FAFBFE' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}
.tongue-section-secondary:hover {
  color: #273444;
}

.tongue-section-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23E0E6ED' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #273444;
}
.tongue-section-light:hover {
  color: #273444;
}

.tongue-section-dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='rgb(25.9878504673, 34.6504672897, 45.3121495327)' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  color: #FFF;
}
.tongue-section-dark:hover {
  color: #FFF;
}

.tongue-top {
  top: -1px;
}

.tongue-bottom {
  top: auto;
  bottom: -1px;
  transform: translateX(-50%);
}

@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
h1, h2, h3,
.h1, .h2, .h3 {
  font-weight: 500;
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #3C4858;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #404040;
}

a {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

.fluid-paragraph {
  width: 680px;
  margin: auto;
  padding: 0 1.5rem;
  position: relative;
}

.fluid-paragraph-sm {
  width: 580px;
}

@media (max-width: 767.98px) {
  .fluid-paragraph {
    width: 100%;
  }
}
.link {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .link {
    transition: none;
  }
}

[class*=link-underline-] {
  padding-bottom: 8px;
  position: relative;
}
[class*=link-underline-]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 50rem;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}
@media (prefers-reduced-motion: reduce) {
  [class*=link-underline-]:after {
    transition: none;
  }
}
[class*=link-underline-]:hover:after {
  width: calc(100% + 8px);
  left: -4px;
}

.link-underline-primary {
  color: #404040;
}
.link-underline-primary:after {
  background-color: #404040;
}
.link-underline-primary:hover {
  color: rgb(38.5, 38.5, 38.5);
}

.link-underline-secondary {
  color: #EFF2F7;
}
.link-underline-secondary:after {
  background-color: #EFF2F7;
}
.link-underline-secondary:hover {
  color: rgb(205, 214.375, 230);
}

.link-underline-success {
  color: #58ba49;
}
.link-underline-success:after {
  background-color: #58ba49;
}
.link-underline-success:hover {
  color: rgb(69.609561753, 150.8207171315, 57.1792828685);
}

.link-underline-info {
  color: #00B8D9;
}
.link-underline-info:after {
  background-color: #00B8D9;
}
.link-underline-info:hover {
  color: rgb(0, 140.7557603687, 166);
}

.link-underline-warning {
  color: #FFAB00;
}
.link-underline-warning:after {
  background-color: #FFAB00;
}
.link-underline-warning:hover {
  color: rgb(204, 136.8, 0);
}

.link-underline-danger {
  color: #FF5630;
}
.link-underline-danger:after {
  background-color: #FF5630;
}
.link-underline-danger:hover {
  color: rgb(252, 46.2608695652, 0);
}

.link-underline-light {
  color: #EFF2F7;
}
.link-underline-light:after {
  background-color: #EFF2F7;
}
.link-underline-light:hover {
  color: rgb(205, 214.375, 230);
}

.link-underline-dark {
  color: #273444;
}
.link-underline-dark:after {
  background-color: #273444;
}
.link-underline-dark:hover {
  color: rgb(20.4112149533, 27.214953271, 35.5887850467);
}

.link-underline-neutral {
  color: #FFF;
}
.link-underline-neutral:after {
  background-color: #FFF;
}
.link-underline-neutral:hover {
  color: rgb(229.5, 229.5, 229.5);
}

.link-underline-white {
  color: #FFF;
}
.link-underline-white:after {
  background-color: #FFF;
}
.link-underline-white:hover {
  color: rgb(229.5, 229.5, 229.5);
}

.blockquote .quote {
  position: absolute;
}
.blockquote .quote:before {
  font-family: Arial;
  content: "“";
  color: #404040;
  font-size: 4em;
  line-height: 1;
}
.blockquote .quote + .quote-text {
  padding-left: 2.25rem;
}
.blockquote footer {
  background: transparent;
}

.blockquote-border-left {
  border-left: 0.5rem solid #404040;
}

.blockquote-card {
  padding: 1.2em 30px 1.2em 75px;
  border-left: 0.5rem solid #404040;
  position: relative;
}
.blockquote-card:before {
  font-family: Arial;
  content: "“";
  color: #404040;
  font-size: 4em;
  position: absolute;
  left: 0.875rem;
  top: -0.875rem;
}
.blockquote-card:after {
  content: "";
}

.list-icons li i, .list-icons li svg {
  margin-right: 1rem;
  font-size: 8px;
  transform: translateY(-50%);
  top: 2px;
  position: relative;
}

article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 3rem;
}
article h4, article h5 {
  margin-bottom: 1.5rem;
}
article figure {
  margin: 3rem 0;
}
article h5 + figure {
  margin-top: 0;
}

.customizer {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 300px;
  height: 60px;
  z-index: 100;
}
.customizer .btn-skins {
  background: #6e00ff;
  background: linear-gradient(135deg, #6e00ff 0%, #00b8d9 18%, #00b8d9 18%, #36b37e 37%, #ff5630 50%, #ff5630 65%, #ffab00 83%, #ffab00 100%);
}

.select2-selection__arrow {
  display: none;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #8492A6;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container .select2-selection--single,
  .select2-container--default.select2-container--focus .select2-selection--multiple,
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #8492A6;
  background-color: #FFF;
  border-color: rgba(64, 64, 64, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(64, 64, 64, 0.1);
}
.select2-container .select2-selection--single::-moz-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #C0CCDA;
  opacity: 1;
}
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #C0CCDA;
  opacity: 1;
}
.select2-container .select2-selection--single:disabled, .select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  background-color: #EFF2F7;
  opacity: 1;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}

.select2-dropdown {
  padding: 0.35rem 0;
  background-color: #FFF;
  border: 1px solid #E0E6ED;
  border-radius: 0.25rem;
}

.select2-results__option {
  padding: 0.25rem 1.25rem;
  background-color: #FFF;
  color: #8492A6;
}
.select2-results__option:hover {
  color: #404040;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #404040;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #C0CCDA;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1.5rem + 2px);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -0.25rem -0.25rem;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  padding: 0 0.5rem;
  margin: 0 0 0.25rem 0.25rem;
  background-color: #EFF2F7;
  border: none;
  border-radius: 0.2rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #8492A6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  order: 2;
  margin-left: 0.5rem;
  color: #8492A6;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #8492A6;
}

.select2-container .select2-search--inline {
  display: none;
}

.select2-selection[aria-expanded=true] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select2-search--dropdown {
  padding: 0.25rem 1.25rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.3125rem;
}

.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 2rem + 2px);
}

.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.875rem;
}

.swal2-popup {
  padding: 1.5rem;
}
.swal2-popup .swal2-title {
  font-size: 1.5rem;
}
.swal2-popup .swal2-content {
  font-size: 0.875rem;
}
.swal2-popup .swal2-image {
  max-width: 200px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/ui/front/fonts/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
  src: url(/ui/front/fonts/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(/ui/front/fonts/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(/ui/front/fonts/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(/ui/front/fonts/slick.svg?7ba97953187dc2907930249f826ce90d#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[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: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/ui/front/fonts/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
  src: url(/ui/front/fonts/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(/ui/front/fonts/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(/ui/front/fonts/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(/ui/front/fonts/slick.svg?7ba97953187dc2907930249f826ce90d#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[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: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #E5E5E5;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.cookie-notice-wrapper .cookie-bottom-content {
  margin-top: 20px;
  flex-shrink: 0;
}
.cookie-notice-wrapper .cookie-bottom-content button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  white-space: normal;
  line-height: 20px;
  transform: translate(-3px, -3px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  align-items: center;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  min-height: 38px;
  padding: 0 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all, 300ms, ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-notice-wrapper .cookie-bottom-content button {
    transition: none;
  }
}
.cookie-notice-wrapper .cookie-bottom-content button span {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cookie-notice-wrapper .cookie-bottom-content button.cookie-bottom-content-accept-btn {
  justify-content: space-between;
  width: 100%;
  background-color: #58ba49;
  border-color: white;
  color: white;
}
.cookie-notice-wrapper .cookie-bottom-content button.cookie-bottom-content-accept-btn:hover span {
  color: #767677;
}
.cookie-notice-wrapper .cookie-bottom-content button.cookie-bottom-content-settings-btn {
  margin-top: 20px;
  background-color: transparent;
  color: black;
  min-height: 38px;
  padding: 2px 2px 3px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cookie-notice-wrapper .cookie-bottom-content button.cookie-bottom-content-settings-btn:hover span {
  color: #767677;
}

.footer-cookie-notice-wrapper {
  z-index: 99999;
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  touch-action: none;
  transform: translateZ(0);
  width: 100vw;
}
@media screen and (min-width: 960px) {
  .footer-cookie-notice-wrapper {
    align-items: center;
    justify-content: center;
  }
}
.footer-cookie-notice-wrapper.visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-cookie-notice-wrapper {
    width: 100%;
    padding: 0;
  }
}
.footer-cookie-notice-wrapper button.cookie-consent-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  pointer-events: all;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.footer-cookie-notice-wrapper button.cookie-consent-overlay.visible {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  cursor: default;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog {
  max-width: 90vw;
  pointer-events: all;
  position: relative;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog.visible {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 960px) {
  .footer-cookie-notice-wrapper .cookie-modal-dialog {
    margin-left: 30px;
    margin-right: 30px;
    width: 50%;
    max-height: 60vh;
  }
}
@media screen and (max-width: 959px) {
  .footer-cookie-notice-wrapper .cookie-modal-dialog {
    bottom: 0;
    height: auto;
    max-width: 100vw;
    position: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-cookie-notice-wrapper .cookie-modal-dialog {
    max-width: 100%;
  }
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main {
  background-color: white;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-top-right-radius: 0;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  .footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-radius: 0;
    max-height: 92vh;
  }
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content {
  padding: 30px 20px;
}
@media screen and (min-width: 960px) {
  .footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content {
    padding: 20px 20px;
  }
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container {
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  max-height: calc(80vh - 63px);
  flex-direction: column;
  align-items: stretch;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-top-content {
  flex-grow: 1;
  overflow-y: auto;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-top-content-head {
  font-size: 26px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-top-content-head {
    font-size: 30px;
    line-height: 28px;
  }
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-top-content-body {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
  font-style: normal;
  font-weight: normal;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-top-content-body span a {
  text-decoration: underline;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-top-content-body span a:hover {
  color: white;
  background: black;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-bottom-content {
  margin-top: 20px;
  flex-shrink: 0;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-bottom-content button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  white-space: normal;
  line-height: 20px;
  transform: translate(-3px, -3px);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  min-height: 50px;
  padding: 0 21px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-bottom-content button span {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-bottom-content button.cookie-bottom-content-accept-btn {
  justify-content: space-between;
  width: 100%;
  background-color: #B1AB47;
  border-color: white;
  color: white;
  height: 50px;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-bottom-content button.cookie-bottom-content-accept-btn:hover span {
  color: #767677;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-bottom-content button.cookie-bottom-content-settings-btn {
  margin-top: 20px;
  background-color: transparent;
  color: black;
  min-height: 0;
  padding: 2px 2px 3px;
  text-align: left;
  text-decoration: underline;
}
.footer-cookie-notice-wrapper .cookie-modal-dialog .cookie-modal-main .cookie-modal-main-content .cookie-modal-container .cookie-bottom-content button.cookie-bottom-content-settings-btn:hover span {
  color: #767677;
}

.footer-cookie-txt h6 {
  display: block;
  margin: 0 0 5px 0;
  font-size: 16px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .footer-cookie-txt h6 {
    font-size: 12px;
    line-height: 1.1;
  }
}
.footer-cookie-txt p {
  margin: 0;
  font-size: 13px;
  color: #707070;
  display: block;
  width: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer-cookie-txt p {
    font-size: 12px;
    line-height: 1.1;
    padding-bottom: 3px;
  }
}

.footer-cookie-action-col {
  padding-left: 5px;
  padding-right: 5px;
}
.footer-cookie-action-col button {
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
  text-align: center;
  background: white;
  color: #707070;
  border: 0;
  cursor: pointer;
}
.footer-cookie-action-col button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 767px) {
  .footer-cookie-action-col button {
    font-size: 12px;
  }
  .footer-cookie-action-col button i {
    font-size: 12px;
  }
}
.footer-cookie-action-col.agree button {
  background: #B1AB47;
  color: #fff;
}

.cookie-modal-header {
  border-bottom: 1px solid #ECEFF1;
  padding: 15px;
}
.cookie-modal-header span {
  font-size: 26px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .cookie-modal-header span {
    font-size: 30px;
    line-height: 28px;
  }
}
.cookie-modal-header p {
  font-size: 13px;
  color: #707070;
  margin: 0;
  display: block;
  width: 100%;
}
.cookie-modal-header a {
  color: black;
}

.cookie-modal-actions-row {
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #ECEFF1;
  padding-left: 0;
  padding-right: 0;
}

.cookie-modal-btn {
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
  text-align: center;
  background: white;
  color: #707070;
  border: 0;
  cursor: pointer;
}
.cookie-modal-btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cookie-modal-btn[data-action=consentToCookies] {
  background: #000;
  color: #fff;
  margin: 0 auto;
}

.cookie-check-row {
  padding-top: 15px;
  padding-bottom: 10px;
}
.cookie-check-row .checkbox {
  display: block;
  width: 100%;
}
.cookie-check-row .checkbox .checkbox_label {
  line-height: 24px;
  font-size: 14px;
}
.cookie-check-row .checkbox p {
  padding-left: 38px;
  font-size: 14px;
}
.cookie-check-row label.checkbox_label:before, .cookie-check-row label.checkbox_label:after {
  background-color: #b2ab40;
  border-color: #b2ab40;
}

.cookie_settings__wrapper {
  display: none;
}
.cookie_settings__wrapper.visible {
  display: initial;
}

.cookie_settings__modal {
  z-index: 9999;
}
.cookie_settings__modal_dialogue {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.cookie-pointer-event {
  pointer-events: all !important;
}

.cookie-modal-action-col {
  display: flex;
  gap: 1rem;
}

.cookie-modal-btn-partial {
  background-color: #dddddd;
  color: #1b1b1b;
}

.cookie-modal-btn-all {
  background-color: #000000;
  color: #ffffff;
}

.border-top {
  border-top: 1px solid #EFF2F7;
}

.border-right {
  border-right: 1px solid #EFF2F7;
}

.border-bottom {
  border-bottom: 1px solid #EFF2F7;
}

.border-left {
  border-left: 1px solid #EFF2F7;
}

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

.border-right-0, .product_card .wishlistBtn {
  border-right: 0 !important;
}

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

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

.border-x {
  border-left: 1px solid #EFF2F7;
  border-right: 1px solid #EFF2F7;
}

.border-y {
  border-top: 1px solid #EFF2F7;
  border-bottom: 1px solid #EFF2F7;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #EFF2F7;
  }
  .border-sm-right {
    border-right: 1px solid #EFF2F7;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #EFF2F7;
  }
  .border-sm-left {
    border-left: 1px solid #EFF2F7;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #EFF2F7;
    border-right: 1px solid #EFF2F7;
  }
  .border-sm-y {
    border-top: 1px solid #EFF2F7;
    border-bottom: 1px solid #EFF2F7;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #EFF2F7;
  }
  .border-md-right {
    border-right: 1px solid #EFF2F7;
  }
  .border-md-bottom {
    border-bottom: 1px solid #EFF2F7;
  }
  .border-md-left {
    border-left: 1px solid #EFF2F7;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #EFF2F7;
    border-right: 1px solid #EFF2F7;
  }
  .border-md-y {
    border-top: 1px solid #EFF2F7;
    border-bottom: 1px solid #EFF2F7;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #EFF2F7;
  }
  .border-lg-right {
    border-right: 1px solid #EFF2F7;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #EFF2F7;
  }
  .border-lg-left {
    border-left: 1px solid #EFF2F7;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #EFF2F7;
    border-right: 1px solid #EFF2F7;
  }
  .border-lg-y {
    border-top: 1px solid #EFF2F7;
    border-bottom: 1px solid #EFF2F7;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #EFF2F7;
  }
  .border-xl-right {
    border-right: 1px solid #EFF2F7;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #EFF2F7;
  }
  .border-xl-left {
    border-left: 1px solid #EFF2F7;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #EFF2F7;
    border-right: 1px solid #EFF2F7;
  }
  .border-xl-y {
    border-top: 1px solid #EFF2F7;
    border-bottom: 1px solid #EFF2F7;
  }
}
.f-w-500 {
  font-weight: 500;
}

.f-w-700 {
  font-weight: 700;
}

[v-cloak] {
  display: none;
}

.product_card_thumbnail_img img {
  /*   max-height: 175px; */
}
.product_card_title {
  height: 100px;
  margin: 0 !important;
  padding: 0;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .product_card_title {
    font-size: 13px !important;
  }
}
.product_card_badge {
  position: absolute;
  max-width: 35px;
  z-index: 10;
  left: 15px;
  top: 15px;
  font-size: 10px;
  line-height: 1.2;
}
.product_card_badge_text {
  border-radius: 0;
}
.product_card_price_no_discount {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
}
.product_card_final_price {
  float: right;
  font-weight: 800;
}
.product_card .addToCartBtn.quickViewBtn {
  border-right: 0;
}
.product_card .wishlistBtn {
  border-right: 0;
}

.prod_card_drop_price {
  text-align: center;
  z-index: 100;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.prod_card_drop_price img {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .usps .container {
    padding: 0;
  }
}
.usps_card {
  border-radius: 0;
}
#menuoverlay {
  background: rgba(21, 21, 21, 0.4);
  position: fixed;
  z-index: 2001;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#mobMenuToggle {
  position: relative;
  display: inline-block;
  width: 30px;
  top: 10px;
  height: 30px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  left: 15px;
}
#mobMenuToggle.detached {
  position: fixed;
  top: 20px;
  left: 240px;
  z-index: 99999;
}
#mobMenuToggle.detached .line {
  background: white !important;
}
#mobMenuToggle .line {
  position: absolute;
  left: 5%;
  width: 80%;
  height: 2px;
  background: #273444;
  transition: all 0.3s ease-in-out;
}
#mobMenuToggle .line1 {
  top: 7px;
}
#mobMenuToggle .line2 {
  top: 14px;
}
#mobMenuToggle .line3 {
  top: 21px;
}
#mobMenuToggle.moveMenuToggle {
  right: calc(280px + 10px);
}
#mobMenuToggle.moveMenuToggle .line1 {
  top: 12px;
  transform: rotate(-45deg);
}
#mobMenuToggle.moveMenuToggle .line2 {
  display: none;
}
#mobMenuToggle.moveMenuToggle .line3 {
  top: 12px;
  transform: rotate(45deg);
}
#mobMenuToggle.navMobScr {
  top: 10px;
}

.allProds {
  float: left;
  width: 100%;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 10;
}
.allProds a {
  float: left;
  width: 100%;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #fff !important;
  background: #273444 !important;
}

@media screen and (min-width: 1200px) {
  #mobMenuToggle {
    display: none;
  }
  .main_menu {
    position: relative;
    margin: 0 auto;
    max-width: 1199px;
    width: 100%;
    padding: 0.5rem !important;
    z-index: 1000;
    border-top: 1px dashed #e1e1e1;
  }
  .main_menu_show_more, .main_menu span.closeMobile, .main_menu #mobMenuToggle {
    display: none;
  }
  .main_menu_row {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .main_menu_first_level_category {
    float: left;
    padding-left: 3px;
    padding-right: 3px;
  }
  .main_menu_first_level_category_title {
    color: #404040;
    font-weight: 600 !important;
    font-size: 12px;
    width: 100%;
    line-height: 1.2;
    float: left;
    margin: 0;
    padding: 2px 0 6px 0;
  }
  .main_menu_first_level_category_title:hover {
    color: #58ba49;
    box-shadow: inset 0 -3px 0 #58ba49;
  }
  .main_menu_first_level_subcontent {
    top: 115px;
    border: 1px solid gray;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 15px;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 90%;
    height: 0;
    width: 100%;
    transform: translateY(0);
    transition-delay: 0s;
    z-index: -100;
  }
  .main_menu_first_level:hover .main_menu_first_level_subcontent {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 1s;
    z-index: 10;
    transition: all 0.2s ease-in-out;
    height: auto;
  }
  .main_menu_first_level:hover .main_menu_first_level_subcontent .main_menu_subcontent_list {
    display: inline-flex;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
  }
  .main_menu_first_level:last-child { /* All Vendors Link */ }
  .main_menu_first_level:last-child:hover .main_menu_first_level_subcontent {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .main_menu_subcontent_divider {
    float: left;
    width: 100%;
    margin: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #404040;
  }
  .main_menu_subcontent_list {
    width: 16.6667%;
    display: none;
  }
  .main_menu_subcontent_list span.toggleSubCats {
    display: none;
  }
  .main_menu_subcontent_list_title {
    float: left;
    font-weight: 600;
    width: 100%;
    color: #404040 !important;
    padding: 0 10px 5px 0 !important;
    font-size: 14px !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    line-height: 16px !important;
    text-align: left;
    letter-spacing: 0.3px;
  }
  .main_menu_subcontent_list_content {
    float: left;
    width: 100%;
  }
  .main_menu_subcontent_list_content a.toggleNavCats span {
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
  }
  .main_menu_subcontent_list_content a.toggleNavCats:hover {
    color: #4d4d4d;
  }
  .main_menu_subcontent_list_categories {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 5px 0 0;
    text-align: left;
  }
  .main_menu_subcontent_list_categories_item {
    float: left;
    width: 100%;
  }
  .main_menu_subcontent_list_categories_item_title {
    color: #273444;
    float: left;
    width: 100%;
    padding: 2px 5px 2px 0;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 17px;
  }
  .main_menu_subcontent_list_categories_item_title:hover {
    color: gray;
  }
  .main_menu_subcontent_list_categories_item_show_more {
    font-size: 12px;
  }
  .main_menu_subcontent_list_categories_item_show_more:hover {
    color: #58ba49;
  }
  .main_menu_subcontent_all_categories {
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
  }
  .main_menu_subcontent_all_categories a {
    float: left;
    width: 100%;
    background: #4d4d4d;
    font-size: 16px !important;
    font-weight: 600;
    color: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main_menu_subcontent_all_categories a:hover {
    background: gray;
    color: #fff !important;
  }
}
@media screen and (max-width: 1199px) {
  .main_menu_row {
    margin-top: 15px;
    padding: 12px;
    list-style: none;
  }
  .main_menu_first_level {
    margin-bottom: 2px;
  }
  .main_menu_first_level_category_title {
    font-size: 18px;
  }
  .main_menu_show_more {
    float: right;
    width: 22px;
    text-align: center;
    color: #fff;
  }
  .main_menu_wrapper {
    background: #f2f2f2 !important;
    position: fixed;
    left: -280px;
    top: 0;
    z-index: 9999;
    height: 90%;
    bottom: 0;
    width: 280px;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .main_menu_wrapper {
    height: 100vh;
  }
}
@media screen and (max-width: 1199px) {
  .main_menu_wrapper.toggledNav {
    left: 0;
  }
  .main_menu_wrapper.toggledNav .main_menu_subcontent {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .allCategoriesNav {
    margin: 0;
    float: left;
    width: 100%;
  }
  .allCategoriesNav a {
    border: 1px solid gray;
    color: #273444;
    padding: 10px;
    float: left;
    margin: 10px;
  }
  .allCategoriesNav a:hover {
    background: gray !important;
    color: #fff !important;
  }
  .main_menu_subcontent {
    padding-left: 0;
    padding-right: 0;
  }
  span.closeMobile, span.closeMobileSub {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    background: #4d4d4d;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main_menu_first_level_subcontent {
    opacity: 0;
    left: -280px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    background: #f2f2f2;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
  }
  .main_menu_first_level_subcontent.openSideNav {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  .topmenuLiSideBtn, .main_menu_subcontent_list span.toggleSubCats, .main_menu_row li.navTopItem .navFirstLevel {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    line-height: 40px;
    width: 40px;
    height: calc(100% - 1px);
    z-index: 1;
    font-size: 12px;
    text-align: center;
    background: #fff;
  }
  .main_menu {
    position: relative;
    z-index: 1000;
    padding-left: 0;
    padding-right: 0;
    top: 50px;
    line-height: 3rem;
  }
  .main_menu_row {
    text-align: left;
  }
  .main_menu_row li {
    float: left;
    width: 100%;
  }
  .main_menu_row li.navTopItem {
    float: left;
    width: 100%;
    position: relative;
  }
  .main_menu_row li.navTopItem .navFirstLevel i {
    position: relative;
    top: 2px;
    font-size: 11px;
  }
  .main_menu_row li.navTopItem .navFirstLevel:hover {
    color: #4d4d4d;
  }
  .main_menu_row li.navTopItem a {
    transition: all 0.3s ease-in-out;
  }
  .main_menu_row li.navTopItem a.showSubNav {
    float: left;
    border-bottom: 1px solid #EFF2F7;
    width: 100%;
    font-weight: 600;
  }
  .main_menu_row li.navTopItem a:hover {
    background: #EFF2F7;
    color: #273444;
    text-decoration: none;
  }
  .main_menu_subcontent_list_content {
    float: left;
    width: 99%;
    border-bottom: 1px solid #EFF2F7;
    padding-left: 0;
    padding-right: 0;
  }
  .main_menu_subcontent_list_content a {
    transition: all 0.3s ease-in-out;
  }
  .main_menu_subcontent_list_content a.toggleNavCats {
    float: left;
    width: 90%;
    color: #273444;
    padding: 10px 6px 10px 6px;
    font-size: 14px;
  }
  .main_menu_subcontent_list_content a.toggleNavCats.activeSub {
    background: #4d4d4d;
    color: #fff;
  }
  .main_menu_subcontent_list {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    float: left;
    overflow-x: hidden;
    width: calc(100% - 30px);
    visibility: visible;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1000;
    background: #f2f2f2;
  }
  .main_menu_subcontent_list span.toggleSubCats i {
    position: relative;
    top: 12px;
    left: -2px;
  }
  ul.main_menu_subcontent_list_categories {
    float: left;
    width: 100%;
    opacity: 0;
    display: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    top: 0;
    transform: translateX(300px);
    bottom: 0;
    z-index: 1000;
    background: #fff;
    transition: opacity 0.3 ease-in-out;
  }
  ul.main_menu_subcontent_list_categories.showMenuCatsList {
    transform: translateX(0);
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  ul.main_menu_subcontent_list_categories li {
    float: left;
    width: 100%;
  }
  ul.main_menu_subcontent_list_categories li a {
    color: #273444;
    font-size: 13px;
    float: left;
    padding: 5px 10px 5px 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease-in-out;
  }
  ul.main_menu_subcontent_list_categories li a:hover {
    background: #EFF2F7;
    color: gray;
    text-decoration: none;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .main_menu_first_level_subcontent {
    max-height: 500px;
    overflow-y: auto;
  }
}
#menuoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.brands_slider {
  background-color: #EFF2F7;
}
@media (max-width: 1199.98px) {
  .brands_slider .container {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .brands_slider_slick {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.brands_slider_brand {
  text-align: center;
}
.brands_slider_brand_title {
  margin-bottom: 0;
  /* height:40px; */
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 1rem;
  line-height: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .brands_slider_brand_title {
    font-size: 13px;
  }
}
.brands_slider_show_more {
  text-align: right;
}
@media (max-width: 575.98px) {
  .brands_slider_show_more {
    text-align: center !important;
  }
}
.brands_slider .prev-arrow {
  padding: 3px;
  border-width: 0 2px 2px 0;
}
.brands_slider .next-arrow {
  padding: 3px;
  border-width: 0 2px 2px 0;
}

.main_slider {
  /* @media screen and (max-width:575px){
    display:none
  } */
}
.main_slider_item {
  position: relative;
}
.main_slider_item_details {
  padding: 10px;
  position: absolute;
  left: 3%;
  bottom: 10%;
  z-index: 2;
  width: 335px;
  justify-content: center;
  display: grid;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  place-items: center;
}
@media (min-width: 576px) {
  .main_slider_item_details {
    /*display: block;*/
  }
}
@media (max-width: 1199.98px) {
  .main_slider_item_details {
    position: unset;
    width: 100%;
    text-align: center;
  }
}
.main_slider_item_details h3, .main_slider_item_details h4, .main_slider_item_details h5, .main_slider_item_details p {
  color: #252525;
}
.main_slider_item_details h4, .main_slider_item_details h5, .main_slider_item_details p {
  color: #273444;
}
.main_slider_item_details h3 {
  width: 300px;
}
.main_slider_item_details small {
  font-size: 20px;
  font-weight: 600;
}
.main_slider_item_button {
  background-color: #242424;
  color: #fff;
  display: grid;
  position: relative;
  width: 180px;
  border-radius: 10px;
}
.main_slider_item_button span {
  padding: 5px 15px;
  left: 0px;
}
.main_slider_item_button span {
  background: transparent;
  padding: 5px 15px;
  left: 0px;
  float: right;
}
@media (max-width: 1199.98px) {
  .main_slider_item_button span {
    float: none;
  }
}
.main_slider_item_details--inverted {
  padding: 10px;
  position: absolute;
  right: 30px;
  bottom: 29px;
  z-index: 2;
  width: 35%;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .main_slider_item_details--inverted {
    background-color: #273444 !important;
    position: unset;
    width: 100%;
    text-align: center;
  }
}
.main_slider_item_details--inverted h4, .main_slider_item_details--inverted h5, .main_slider_item_details--inverted p {
  color: #EFF2F7;
}
.main_slider_item_details--inverted .main_slider_item_button {
  float: right;
  color: #EFF2F7;
  border-color: #EFF2F7;
}
@media (max-width: 1199.98px) {
  .main_slider_item_details--inverted .main_slider_item_button {
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .main_slider .slide-arrow {
    top: 20%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .main_slider .slide-arrow {
    top: 35%;
  }
}
.main_slider .prev-inner-arrow {
  z-index: 2;
  left: 20px;
  width: 0;
  height: 0;
  border: solid #404040;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  transform: rotate(135deg);
}
@media (max-width: 1199.98px) {
  .main_slider .prev-inner-arrow {
    padding: 5px;
  }
}
.main_slider .next-inner-arrow {
  right: 20px;
  width: 0;
  height: 0;
  border: solid #404040;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  transform: rotate(-45deg);
}
@media (max-width: 1199.98px) {
  .main_slider .next-inner-arrow {
    padding: 5px;
  }
}

/* Default tab style */
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}

/* Nav */
.tabs nav {
  text-align: center;
}

.tabs nav ul {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -moz-flex: 1;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.tabs nav li.tab-current a {
  color: #74777b;
}

.tabs nav a:focus {
  outline: none;
}

/* Icons */
.icon::before {
  z-index: 10;
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.3em;
  font-family: "stroke7pixeden";
  line-height: 1;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-upload::before {
  content: "\e68a";
}

.icon-tools::before {
  content: "\e60a";
}

.icon-plane::before {
  content: "\e625";
}

.icon-joy::before {
  content: "\e6a4";
}

.icon-plug::before {
  content: "\e69a";
}

.icon-home::before {
  content: "\e648";
}

.icon-gift::before {
  content: "\e652";
}

.icon-display::before {
  content: "\e65e";
}

.icon-date::before {
  content: "\e660";
}

.icon-config::before {
  content: "\e666";
}

.icon-coffee::before {
  content: "\e669";
}

.icon-camera::before {
  content: "\e66f";
}

.icon-box::before {
  content: "\e674";
}

/* Content */
.content-wrap {
  position: relative;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.content-wrap section.content-current {
  display: block;
}

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
}
/* Individual tab styles */
/*****************************/
/* Bar */
/*****************************/
.tabs-style-bar nav {
  background: rgba(40, 44, 42, 0.05);
}

.tabs-style-bar nav ul {
  border: 4px solid transparent;
}

.tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: #f7f7f7;
  color: #74777b;
  transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: #2CC185;
}

.tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.6em;
}

.tabs-style-bar nav ul li.tab-current a {
  background: #2CC185;
  color: #fff;
}

/*****************************/
/* Icon box */
/*****************************/
.tabs-style-iconbox nav {
  background: rgba(255, 255, 255, 0.4);
}

.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 2em 0;
  transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
  font-weight: 700;
  font-size: 0.7em;
}

.tabs-style-iconbox nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-iconbox nav ul li.tab-current a {
  background: #fff;
  box-shadow: -1px 0 0 #fff;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #fff;
  content: "";
  pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  background: rgba(0, 0, 0, 0.07);
  content: "";
}

.tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0;
}

.tabs-style-iconbox .icon::before {
  display: block;
  margin: 0 0 0.25em 0;
}

/*****************************/
/* Underline */
/*****************************/
.tabs-style-underline nav {
  background: #fff;
}

.tabs-style-underline nav a {
  padding: 0.25em 0 0.5em;
  border-left: 1px solid #e7ecea;
  transition: color 0.2s;
}

.tabs-style-underline nav li:last-child a {
  border-right: 1px solid #e7ecea;
}

.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #404040;
  content: "";
  transition: transform 0.3s;
  transform: translate3d(0, 150%, 0);
}

.tabs-style-underline nav li.tab-current a::after {
  transform: translate3d(0, 0, 0);
}

.tabs-style-underline nav a span {
  font-weight: 700;
}

/*****************************/
/* Triangle and line */
/*****************************/
.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: color 0.2s;
}

.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
}

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #e7ecea;
}

.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 58em) {
  .tabs-style-linetriangle nav {
    font-size: 0.6em;
  }
}
/*****************************/
/* Top Line */
/*****************************/
.tabs-style-topline {
  max-width: 1200px;
}

.tabs-style-topline nav li {
  border: 1px solid rgba(40, 44, 42, 0.1);
}

.tabs-style-topline nav li:not(:last-child) {
  border-right: none;
}

.tabs-style-topline nav li.tab-current {
  border-top-color: #2CC185;
  border-bottom: none;
}

.tabs-style-topline nav a {
  padding: 0.65em 0 0.5em;
  background: rgba(40, 44, 42, 0.05);
  color: #74777b;
  line-height: 1;
  transition: color 0.2s;
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
  color: #2CC185;
}

.tabs-style-topline nav li.tab-current a {
  background: none;
  box-shadow: inset 0 3px 0 #2CC185;
  color: #2CC185;
}

.tabs-style-topline .icon::before {
  display: block;
  margin: 0;
}

.tabs-style-topline nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.5em;
}

/*****************************/
/* Falling Icon, from http://vintageproductions.eu/grid/interactivity/ */
/*****************************/
.tabs-style-iconfall {
  overflow: visible;
}

.tabs-style-iconfall nav a {
  display: inline-block;
  overflow: visible;
  padding: 1em 0 2em;
  color: #74777b;
  line-height: 1;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus,
.tabs-style-iconfall nav li.tab-current a {
  color: #2CC185;
}

.tabs-style-iconfall nav a span {
  font-weight: 700;
}

.tabs-style-iconfall nav li::before {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #2CC185;
  content: "";
  opacity: 0;
  transition: transform 0.2s ease-in;
  transform: scale3d(0, 1, 1);
}

.tabs-style-iconfall nav li.tab-current::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.tabs-style-iconfall .icon::before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
  transform: translate3d(0, -100px, 0);
  pointer-events: none;
}

.tabs-style-iconfall nav li.tab-current .icon::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 58em) {
  .tabs-style-iconfall nav li .icon::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*****************************/
/* Moving Line */
/*****************************/
.tabs-style-linemove nav {
  background: #fff;
}

.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2CC185;
  content: "";
  transition: transform 0.3s;
}

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  transform: translate3d(-400%, 0, 0);
}

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  transform: translate3d(-300%, 0, 0);
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
  transform: translate3d(-200%, 0, 0);
}

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
  transform: translate3d(-100%, 0, 0);
}

.tabs-style-linemove nav a {
  padding: 1em 0;
  color: #74777b;
  line-height: 1;
  transition: color 0.3s, transform 0.3s;
}

.tabs-style-linemove nav li.tab-current a {
  color: #2CC185;
  transform: translate3d(0, 8px, 0);
}

.tabs-style-linemove nav a span {
  font-weight: 700;
}

/*****************************/
/* Line */
/*****************************/
.tabs-style-line nav ul {
  padding: 0 2em;
  max-width: none;
  box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line nav a {
  padding: 0.7em 0.4em;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #74777b;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  transition: color 0.3s, box-shadow 0.3s;
}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
  box-shadow: inset 0 -2px #74777b;
}

.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px #2CC185;
  color: #2CC185;
}

@media screen and (max-width: 58em) {
  .tabs-style-line nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-line nav ul li {
    display: block;
    flex: none;
  }
}
/*****************************/
/* Circle */
/*****************************/
.tabs-style-circle {
  overflow: visible;
}

.tabs-style-circle nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #2CC185;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

@media screen and (max-width: 58em) {
  .tabs-style-circle nav li::before {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
  }
}
.tabs-style-circle nav li.tab-current::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.tabs-style-circle nav a {
  overflow: visible;
  color: #74777b;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.1;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs-style-circle nav a span {
  display: inline-block;
}

.tabs-style-circle nav a span,
.tabs-style-circle .icon::before {
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs-style-circle nav a:hover,
.tabs-style-circle nav a:focus {
  color: #4a4a4b;
}

.tabs-style-circle nav li.tab-current a {
  color: #2CC185;
}

.tabs-style-circle nav li.tab-current a span {
  transform: translate3d(0, 4px, 0);
}

.tabs-style-circle .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

.tabs-style-circle nav li.tab-current .icon::before {
  transform: translate3d(0, -4px, 0);
}

/*****************************/
/* Shape */
/*****************************/
.tabs-style-shape {
  max-width: 1200px;
}

.tabs-style-shape nav ul li {
  margin: 0 3em;
}

.tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}

.tabs-style-shape nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
}

.tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}

.tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0;
}

.tabs-style-shape nav li a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  width: 3em;
  height: 100%;
  fill: #bdc2c9;
}

.tabs-style-shape nav li a svg:nth-child(2),
.tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  transform: scale3d(-1, 1, 1);
}

.tabs-style-shape nav li a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #bdc2c9;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs-style-shape nav li a:hover span {
  background-color: #2CC185;
}

.tabs-style-shape nav li a:hover svg {
  fill: #2CC185;
}

/* Make only shape clickable */
.tabs-style-shape nav li a svg {
  pointer-events: none;
}

.tabs-style-shape nav li a svg use {
  pointer-events: auto;
}

.tabs-style-shape nav li.tab-current a span,
.tabs-style-shape nav li.tab-current a svg {
  transition: none;
}

.tabs-style-shape nav li.tab-current a span {
  background: #fff;
}

.tabs-style-shape nav li.tab-current a svg {
  fill: #fff;
}

.tabs-style-shape .content-wrap {
  background: #fff;
}

@media screen and (max-width: 58em) {
  .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }
  .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    flex: none;
  }
  .tabs-style-shape nav ul li a {
    margin: 0;
  }
  .tabs-style-shape nav ul li svg {
    display: none;
  }
  .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }
  .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
  .tabs-style-shape nav ul li.tab-current {
    z-index: 1;
  }
}
/*****************************/
/* Line Box */
/*****************************/
.tabs-style-linebox nav ul li {
  margin: 0 0.5em;
  flex: none;
}

.tabs-style-linebox nav a {
  padding: 0 1.5em;
  color: #74777b;
  font-weight: 700;
  transition: color 0.3s;
}

.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
  color: #2CC185;
}

.tabs-style-linebox nav li.tab-current a {
  color: #fff;
}

.tabs-style-linebox nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d2d8d6;
  content: "";
  transition: background-color 0.3s, transform 0.3s;
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}

.tabs-style-linebox nav li.tab-current a::after {
  transform: translate3d(0, 0, 0);
}

.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
  background: #2CC185;
}

@media screen and (max-width: 58em) {
  .tabs-style-linebox nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-linebox nav ul li {
    display: block;
    flex: none;
  }
}
/*****************************/
/* Flip */
/*****************************/
.tabs-style-flip {
  max-width: 1200px;
}

.tabs-style-flip nav a {
  padding: 0.5em 0;
  color: #2CC185;
  transition: color 0.3s;
}

.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
  color: #74777b;
}

.tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.625em;
}

.tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: "";
  transition: transform 0.3s, background-color 0.3s;
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.tabs-style-flip nav li.tab-current a::after {
  background-color: #fff;
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

.tabs-style-flip .content-wrap {
  background: #fff;
}

/*****************************/
/* Fill up */
/*****************************/
.tabs-style-fillup nav ul li a {
  padding: 1.9em 0;
  border-right: 1px solid #2CC185;
  line-height: 1;
  transition: color 0.3s;
  backface-visibility: hidden;
}

.tabs-style-fillup nav ul li:last-child a {
  border: none;
}

.tabs-style-fillup nav ul li.tab-current {
  z-index: 100;
}

.tabs-style-fillup nav ul li.tab-current a {
  color: #fff;
}

.tabs-style-fillup nav ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: calc(100% + 1px);
  border: 1px solid #2CC185;
  background: #2CC185;
  content: "";
  transition: transform 0.3s;
  transform: translate3d(0, 100%, 0);
}

.tabs-style-fillup nav ul li.tab-current a::after {
  transform: translate3d(0, 0, 0);
}

.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before {
  transition: transform 0.5s;
  transform: translate3d(0, 5px, 0);
}

.tabs-style-fillup nav ul li a span {
  display: block;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.5;
}

.tabs-style-fillup .icon::before {
  display: block;
  margin: 0;
}

.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
  transform: translate3d(0, -10px, 0);
}

/*****************************/
/* Trapezoid, based on http://lea.verou.me/2013/10/slanted-tabs-with-css-3d-transforms/ */
/*****************************/
.tabs-style-tzoid {
  max-width: 1200px;
}

.tabs-style-tzoid nav {
  padding: 0 1em;
}

.tabs-style-tzoid nav ul li {
  backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li a {
  padding: 0 1.5em 0 0.3em;
  color: #0d9564;
  transition: color 0.2s;
}

@media screen and (max-width: 54em) {
  .tabs-style-tzoid nav ul li a {
    padding: 0 0.5em 0 0.3em;
  }
}
.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
  color: #fff;
}

.tabs-style-tzoid nav ul li.tab-current a,
.tabs-style-tzoid nav ul li.tab-current a:hover {
  color: #2CC185;
}

.tabs-style-tzoid nav ul li a span {
  font-weight: 500;
  font-size: 0.75em;
}

.tabs-style-tzoid nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #2CC185;
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
  content: "";
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform-origin: 0 0;
  backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li.tab-current a::after,
.tabs-style-tzoid .content-wrap {
  background: #fff;
  box-shadow: none;
}

/*****************************/
/* Circle fill */
/*****************************/
.tabs-style-circlefill {
  max-width: 700px;
  border: 1px solid #2CC185;
}

.tabs-style-circlefill nav ul li {
  overflow: hidden;
  border-right: 1px solid #2CC185;
}

.tabs-style-circlefill nav li a {
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.25em;
}

.tabs-style-circlefill nav li:first-child {
  border-left: none;
}

.tabs-style-circlefill nav li:last-child {
  border: none;
}

.tabs-style-circlefill nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border: 1px solid #2CC185;
  border-radius: 50%;
  background: #2CC185;
  content: "";
  transition: transform 0.3s;
}

.tabs-style-circlefill nav li.tab-current::before {
  transform: scale3d(2.5, 2.5, 1);
}

.tabs-style-circlefill nav a {
  transition: color 0.3s;
}

.tabs-style-circlefill nav a span {
  display: none;
}

.tabs-style-circlefill nav li.tab-current a {
  color: #fff;
}

.tabs-style-circlefill .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

.tabs-style-circlefill .content-wrap {
  border-top: 1px solid #2CC185;
}

.gift-cart-header {
  background: #B1AB47;
}

.minicart .gift-select-info-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
.minicart .gift-select-logo {
  margin-top: 5px;
  margin-bottom: 5px;
}
.minicart .gift-in-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.minicart .advGiftRow {
  padding-left: 5px;
  padding-right: 5px;
}

.cp-utilities-generic_modal .gift-in-wrapper {
  max-height: 330px;
  overflow: auto;
}
.cp-utilities-generic_modal .gift-cart-row-in {
  max-height: 480px;
  overflow: auto;
}

.gift-select-info-text {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  position: relative;
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .gift-select-info-text {
    font-size: 14px;
  }
}

.cart-items-wrapper .gift-cart-row-in {
  margin-right: 0;
  margin-left: 0;
}

.reactive-gift-choice--content, .cart-items-wrapper {
  margin-top: 30px;
}
.reactive-gift-choice--content .gift-row-info, .cart-items-wrapper .gift-row-info {
  padding-left: 5px;
  padding-right: 5px;
}
.reactive-gift-choice--content .gift-cart-contents, .cart-items-wrapper .gift-cart-contents {
  padding: inherit;
}
.reactive-gift-choice--content .advGiftRow, .cart-items-wrapper .advGiftRow {
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.reactive-gift-choice--content .advGiftRowGroup, .cart-items-wrapper .advGiftRowGroup {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.reactive-gift-choice--content .gift-select-block, .cart-items-wrapper .gift-select-block {
  position: relative;
  background: #B1AB47;
  padding-bottom: 0;
  padding-top: 0;
}
.reactive-gift-choice--content .gift-cart-header, .cart-items-wrapper .gift-cart-header {
  color: #fff;
  position: relative;
  background: #B1AB47;
  padding-top: 5px;
}
@media screen and (max-width: 575px) {
  .reactive-gift-choice--content .gift-cart-header, .cart-items-wrapper .gift-cart-header {
    padding-top: 5px;
  }
}
.reactive-gift-choice--content .gift-row-image, .cart-items-wrapper .gift-row-image {
  flex: none;
  max-width: 100%;
}
.reactive-gift-choice--content .gift-row-image .thumbnail_container, .cart-items-wrapper .gift-row-image .thumbnail_container {
  padding-bottom: 50% !important;
}
.reactive-gift-choice--content .gift-row-info, .reactive-gift-choice--content .advGiftRow, .cart-items-wrapper .gift-row-info, .cart-items-wrapper .advGiftRow {
  flex: none;
  max-width: 100%;
}
.reactive-gift-choice--content .gift-row-badge, .cart-items-wrapper .gift-row-badge {
  text-align: center;
  height: 30px;
}
.reactive-gift-choice--content .gift-row-name, .cart-items-wrapper .gift-row-name {
  height: 50px;
  text-align: center;
  overflow: hidden;
}

h2.reactive-gift-choice--content-header-title {
  font-size: 25px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 575px) {
  h2.reactive-gift-choice--content-header-title {
    font-size: 20px;
  }
}

.reactive-gift-choice-modal {
  margin-top: 50px;
}

.reactive-gift-choice-content {
  margin-bottom: 50px;
}
.reactive-gift-choice-content .reactive-gift-choice-content-header .modal-title {
  font-size: 25px;
}
.reactive-gift-choice-content .reactive-gift-choice-content-header .modal-title .modal-title-sub {
  font-size: 16px;
}

.gift-select-logo {
  text-align: center;
  padding-right: 0;
  margin-bottom: 10px;
}
.gift-select-logo .img-fluid {
  display: inline-block;
}

.gift-cart-block {
  background: #B1AB47;
  position: relative;
}

.gift-cart-slider {
  display: block;
  width: 100%;
}

.gift-select-checked-option, .gift-select-tip {
  padding-bottom: 3px;
  padding-top: 3px;
}

.gift-select-tip {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .gift-select-tip {
    font-size: 14px;
  }
}

.gift-select-opt {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .gift-select-opt {
    font-size: 13px;
  }
}
.gift-select-opt.gift-select-success {
  background: rgb(140.6008064516, 135.8346774194, 56.3991935484);
  border-top-color: #fff;
}
.gift-select-opt.gift-select-error {
  background: #fff;
}
.gift-select-opt.gift-select-error .gift-select-tip, .gift-select-opt.gift-select-error .gift-select-checked-option {
  color: #000;
}
.gift-select-opt.gift-select-error .gift-select-checked-option {
  color: #FF5630;
}

.gift-select-checked-option {
  font-size: 15px;
  font-weight: 500;
}

.gift-row-image {
  flex: 0 0 25%;
  max-width: 25%;
}

.gift-row-info {
  flex: 0 0 75%;
  max-width: 75%;
}

.gift-select-checkbox {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 10;
  text-align: center;
  max-width: 100%;
  flex: none;
  text-align: center;
  cursor: pointer;
}
.gift-select-checkbox .mt-checkbox {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.gift-select-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.gift-select-checkbox input[type=checkbox]:checked + .gift-select-checkbox-background {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #B3837C;
  right: 10px;
  top: 10px;
  left: auto;
  width: 20px;
  height: 20px;
  border-color: #B3837C;
  transform: translateY(0);
}
.gift-select-checkbox input[type=checkbox]:checked + .gift-select-checkbox-background:after {
  width: 4px;
  height: 11px;
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .gift-select-checkbox input[type=checkbox]:checked + .gift-select-checkbox-background {
    right: 10px;
    top: 10px;
  }
  .gift-select-checkbox input[type=checkbox]:checked + .gift-select-checkbox-background:after {
    visibility: visible;
    z-index: 10;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

.gift-select-checkbox-background {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  position: absolute;
  left: auto;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  border: 2px solid #B3837C;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
}
.gift-select-checkbox-background:after {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 300ms ease-in-out;
  width: 4px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  z-index: 10;
}

#GiftChoiceModal {
  display: block;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -1;
}
#GiftChoiceModal .modal-header, #GiftChoiceModal .modal-footer, #GiftChoiceModal .modal-body {
  padding-bottom: 10px;
  padding-top: 10px;
}
#GiftChoiceModal .submit-btn, #GiftChoiceModal .review-login-row button#review-login-toggle, .review-login-row #GiftChoiceModal button#review-login-toggle {
  background-color: #B1AB47;
  color: white;
}
#GiftChoiceModal .submit-btn:hover, #GiftChoiceModal .review-login-row button#review-login-toggle:hover, .review-login-row #GiftChoiceModal button#review-login-toggle:hover {
  background-color: rgb(140.6008064516, 135.8346774194, 56.3991935484);
}
#GiftChoiceModal .gift-select-logo {
  text-align: center;
}
#GiftChoiceModal .gift-select-logo .img-fluid {
  display: inline-block;
  max-width: 80px;
}
#GiftChoiceModal .gift-select-tip {
  font-size: 13px;
}
@media screen and (min-width: 650px) {
  #GiftChoiceModal .modal-dialog, #GiftChoiceModal .cookie_settings__modal_dialogue {
    width: 600px;
  }
}
#GiftChoiceModal.show {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 9999;
  overflow-y: auto;
}
#GiftChoiceModal h5#ReactiveGiftChoiceModalLabel {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  font-size: 16px;
}
#GiftChoiceModal .modal-title-sub {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
#GiftChoiceModal .gift-select-info-text {
  font-size: 13px;
  line-height: 1.2;
}
#GiftChoiceModal .reactive-gift-choice--content {
  margin-top: 0;
}
#GiftChoiceModal .reactive-gift-choice--content .gift-row-image .thumbnail_container {
  padding-bottom: 50% !important;
}

.main_cart_sidebar .gift-select-checkbox {
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
}
.main_cart_sidebar .gift-select-checkbox:hover {
  border: 2px solid #B3837C;
}
.main_cart_sidebar .gift-select-error, .main_cart_sidebar .gift-select-checked-option, .main_cart_sidebar .gift-select-success, .main_cart_sidebar .gift-cart-header {
  background: #F9F9F9;
}
.main_cart_sidebar .gift-select-checked-option {
  color: green;
}
.main_cart_sidebar .gift-cart-row-in {
  gap: 0.5rem;
}
.main_cart_sidebar .advGiftRowGroup {
  background: #F9F9F9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.main_cart_sidebar .advGiftRowGroup .advGiftRow {
  box-shadow: none;
}

.giftChoicesCss .gift-row-name {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -5px !important;
}
.giftChoicesCss .cart-only-flex {
  flex-direction: column;
  align-items: center;
}
.giftChoicesCss .cart-only-flex .first-part {
  padding: 1rem;
  border-radius: 100px;
}
.giftChoicesCss .cart-only-flex .first-parthover {
  border: 10px solid #B3837C;
}
.giftChoicesCss strong {
  display: none;
}
.giftChoicesCss .gift-row-info {
  text-align: center;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .mobile-only-padding {
    padding-inline: 15px !important;
  }
  .giftChoicesCss {
    box-shadow: none !important;
  }
  .gift-cart-row-in {
    gap: 0 !important;
  }
}
.gift-select-logo {
  display: none;
}

.custom-flex-for-cart .gift-row-name {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -5px !important;
  font-size: 12px;
}

.gift-select-checkbox {
  border-radius: 13px;
  border: 1px solid transparent;
  max-width: 109px;
  max-height: 109px;
  margin-top: 15px;
  margin-left: 2px;
}
@media screen and (min-width: 400px) and (max-width: 575px) {
  .gift-select-checkbox {
    margin-left: 8%;
  }
}
@media screen and (max-width: 390px) {
  .gift-select-checkbox {
    margin-left: 0;
  }
}
.gift-select-checkbox.checked {
  border: 2px solid #B3837C;
}

.mc-field-group label {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 12px;
}
.mc-field-group input[type=email] {
  float: left;
  width: 90%;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  margin-bottom: 10px;
  box-shadow: 1.95px 1.95px 2.6px rgba(0, 0, 0, 0.15);
}

.gdprContent {
  display: none;
  padding: 5px;
}

#mc-embedded-subscribe, .cp-embedded-subscribe {
  font-size: 16px;
  width: 150px;
  height: 42px;
  color: #ffffff;
  border: 0;
  border-radius: 10px !important;
  cursor: pointer;
  background: #B3837C;
}
#mc-embedded-subscribe .checkbox.subfield span, .cp-embedded-subscribe .checkbox.subfield span {
  padding-left: 10px;
  font-size: 10px;
  line-height: 1.3;
}

.sub-btn-align {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}
@media screen and (max-width: 575px) {
  .sub-btn-align {
    justify-content: center;
  }
}
@media screen and (max-width: 380px) {
  .sub-btn-align {
    padding-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .order-track-col-just {
    justify-content: center;
    line-height: 2rem;
    margin: 0 auto;
  }
}

.mce_inline_error {
  float: left;
  width: 100%;
  background: #fff !important;
  border: 2px solid #b71c1c;
  margin-top: 5px;
  color: #b71c1c !important;
}

#mce-success-response {
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  background: #B2AB35;
  color: #000;
}

#mce-error-response {
  float: left;
  width: 100%;
  padding: 5px;
  color: #666;
}

.welcome-customer-info {
  background-color: #F9F9F9;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.welcome-home-span {
  color: #252525;
  font-weight: 800;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-inline: 0;
}
@media screen and (max-width: 1024px) {
  .welcome-home-span {
    font-size: 28px;
  }
}
@media screen and (max-width: 430px) {
  .welcome-home-span {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .welcome-home-span {
    font-size: 20px;
  }
}
.welcome-home-span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #B3837C;
}

.welcome-login-heading {
  color: #070606;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .welcome-login-heading {
    font-size: 14px;
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) and (min-width: 431px) {
  .welcome-login-heading {
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .customer-create-acc-btn {
    padding-inline: 0;
  }
}
.customer-create-acc-btn a {
  background: #242424;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 10px;
}

.customer-create-acc-btn-alt a {
  background: #FFFFFF;
  color: #252525;
  border: 1px solid #B3837C;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .customer-create-acc-btn-alt a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .customer-create-acc-btn-alt a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .customer-create-acc-btn-alt a {
    padding: 0.5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .customer-create-acc-btn-alt {
    margin-top: 2rem;
  }
}

.welcome-home-span-alt, .welcome-home-span-alt-title {
  color: #070606;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 430px) {
  .welcome-home-span-alt, .welcome-home-span-alt-title {
    font-size: 15px;
  }
  .welcome-home-span-alt span, .welcome-home-span-alt-title span {
    font-size: 12px !important;
  }
}
.welcome-home-span-alt .checkmark-box, .welcome-home-span-alt-title .checkmark-box {
  width: 20px;
  height: 20px;
  background-color: #B3837C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 3px;
}
.welcome-home-span-alt .checkmark-box .checkmark, .welcome-home-span-alt-title .checkmark-box .checkmark {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}
.welcome-home-span-alt .checkmark-box .text, .welcome-home-span-alt-title .checkmark-box .text {
  font-size: 14px;
  font-weight: 600;
}

.welcome-home-span-alt-title {
  line-height: 1.5;
}

@media screen and (max-width: 575px) {
  .welcome-alt-mob {
    display: none;
  }
}

.customer-coupons-msg {
  text-align: center;
  color: #252525;
  font-size: 22px;
  font-weight: 600;
  margin-top: 2rem;
}
@media screen and (max-width: 430px) {
  .customer-coupons-msg {
    margin-top: 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  .customer-coupons-msg {
    font-size: 22px;
  }
}

.customer-coupons-content {
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1.95px 1.95px 2.6px rgba(0, 0, 0, 0.15);
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-gifts-more-btn {
  background-color: #242424;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.home-gifts-more-btn span {
  color: #FBFBFB;
  font-size: 16px;
}

.home-gift-container {
  display: flex;
  justify-content: center;
  height: 10vh;
}

.HomeGiftsSec {
  position: relative;
  background: linear-gradient(#D9D9D9 35%, transparent 35%);
}
@media screen and (max-width: 430px) {
  .HomeGiftsSec {
    background: none;
  }
}

.homeGiftsHeader {
  font-size: 30px;
  margin: 0;
  color: #242424;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .homeGiftsHeader {
    font-size: 25px;
    padding-top: 0 !important;
  }
}

.indicates-required {
  color: #B2AB40;
  font-size: 12px;
}

.order-track-btn {
  background-color: #252525;
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  border-radius: 10px;
}
.order-track-btn span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.gea-points-image {
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 430px) {
  .gea-points-image {
    border: none;
    max-height: 455px;
  }
}
.gea-points-image img {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

.order-track-path-img {
  margin: 1rem 0;
}

.home-blogs {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.customer-welcome-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  min-height: 80px;
  font-size: 40px;
}
@media screen and (max-width: 575px) {
  .customer-welcome-bubble {
    font-size: 36px;
  }
}
.customer-welcome-bubble span {
  position: relative;
  z-index: 2;
  font-size: 26px;
}
.customer-welcome-bubble:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  border-radius: 50%;
  content: "";
  background-color: #B3837C;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  height: 66px;
  position: absolute;
}
@media screen and (max-width: 575px) {
  .customer-welcome-bubble:before {
    width: 75px;
    height: 75px;
  }
}

.customer-welcome-text {
  font-size: 30px;
  font-weight: 800;
  display: flex;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .customer-welcome-text {
    font-size: 28px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .customer-welcome-text {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .customer-welcome-text {
    font-size: 25px;
  }
}
.customer-welcome-text span {
  display: block;
  width: auto;
}
@media screen and (min-width: 769px) {
  .customer-welcome-text span {
    display: contents;
  }
}
.customer-welcome-text span:last-child {
  margin-left: 10px;
}

.home-lab-style {
  margin-top: 2rem;
}
@media screen and (max-width: 575px) {
  .home-lab-style {
    padding-right: 0;
    margin-top: 1rem;
  }
}
.home-lab-style h3 {
  color: #252525;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .home-lab-style h3 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
  }
}
.home-lab-style span {
  color: #707070;
  font-size: 18px;
  line-height: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .home-lab-style span {
    font-size: 14px;
  }
}
.home-lab-style .native_slider-lg {
  grid-auto-columns: 23.5%;
  grid-gap: 15px;
}
@media screen and (max-width: 1200px) {
  .home-lab-style .native_slider-lg {
    grid-auto-columns: 23%;
  }
}
.home-lab-style .native_slider-lg .col-slide-img {
  scroll-snap-align: center;
}

.home-lab-border {
  border: 1px solid #707070;
}

.home-lab-slider-title {
  text-align: center;
  color: #252525;
  font-size: 13px;
  font-weight: 700;
}

.home-lab-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home-lab-more {
    justify-content: center;
  }
}
.home-lab-more a {
  color: #242424;
  font-weight: 700;
  height: 35px;
  position: relative;
  text-align: start;
  margin-top: 0.5rem;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .home-lab-more a {
    text-align: center;
  }
}
.home-lab-more a:hover {
  color: #B3837C;
}

.reverse-sec-mob {
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .reverse-sec-mob {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 430px) {
  .reverse-sec-mob .native_slider-lg {
    grid-auto-columns: 40%;
    grid-gap: 0.5rem;
  }
}

.reverse-sec-align {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .reverse-sec-align {
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .customerCouponMobSlider {
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overflow-y: hidden;
    clip-path: inset(0 0 30px 0);
    scroll-snap-type: x mandatory;
    scroll-snap-stop: normal;
    padding-bottom: 2rem;
  }
  .customerCouponMobSlider .customer-coupons-content {
    scroll-snap-align: center;
  }
}

.product-slider-title {
  font-size: 30px;
  font-weight: 800;
  color: #252525;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .product-slider-title {
    font-size: 25px;
  }
}

.three-col-slider-inner .native_slider-lg {
  display: grid !important;
  grid-auto-flow: column;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: normal;
  clip-path: inset(0 0 30px 0);
  grid-gap: 1rem;
  width: 100%;
  grid-auto-columns: 33%;
}
@media screen and (max-width: 1199px) {
  .three-col-slider-inner .native_slider-lg {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 430px) {
  .three-col-slider-inner .native_slider-lg {
    grid-auto-columns: 80%;
    padding: 0;
  }
}
@media screen and (min-width: 431px) {
  .three-col-slider-inner .native_slider-lg {
    display: flex;
  }
}

@media screen and (min-width: 431px) {
  .home-split-inner {
    display: flex;
    flex: 0 0 100%;
    overflow: hidden;
  }
}
.home-split-inner .slick-dots {
  bottom: 40px;
}
.home-split-inner .slick-track {
  height: 100%;
}

.blog-resource {
  color: #A8A8A8;
  font-size: 12px;
  display: block;
  height: 20px;
  padding: 0;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .blog-resource {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .homeBlogModule .slick-list {
    height: 500px;
  }
}
.homeBlogModule img {
  height: 292px;
}
@media screen and (max-width: 575px) {
  .homeBlogModule img {
    height: auto;
  }
}
.homeBlogModule .home-blog-more-btn {
  background-color: #242424;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border-radius: 10px;
  padding: 8px;
}
.homeBlogModule .home-blog-more-btn span {
  color: #FBFBFB;
  font-size: 16px;
}

@media screen and (max-width: 430px) {
  .tab_head_content {
    padding: 0 32px;
  }
}
@media screen and (max-width: 430px) and (max-width: 425px) {
  .tab_head_content {
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .tab_head_content .native_slider-lg {
    display: grid;
    margin: 0 1.5rem;
    grid-auto-columns: max-content;
    align-items: center;
    clip-path: inset(0 0 10px 0);
  }
}
@media screen and (max-width: 430px) and (max-width: 575px) {
  .tab_head_content .native_slider-lg {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    grid-auto-columns: max-content;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .tab_head_content .native_slider-li {
    padding: 0;
  }
  .tab_head_content .native_slider-li span, .tab_head_content .native_slider-li a {
    width: auto;
  }
  .tab_head_content .native_slider-btn {
    display: none;
  }
}
.tab_head_content .products-slider-wrappper {
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .tab_head_content .products-slider-wrappper {
    margin-bottom: 0;
  }
  .tab_head_content .products-slider-wrappper .native_slider-li {
    margin-top: 15px;
  }
}

.home-vendor-tabs {
  margin: 45px auto 10px auto;
  max-width: 1400px;
}
@media screen and (max-width: 1199px) {
  .home-vendor-tabs {
    margin-bottom: 15px;
  }
}
.home-vendor-tabs h2, .home-vendor-tabs h5 {
  font-size: 30px;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #242424;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .home-vendor-tabs h2, .home-vendor-tabs h5 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
}
.home-vendor-tabs .vendor-tab-content {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: block;
  padding: 0;
}
.home-vendor-tabs .vendor-tab-content .row, .home-vendor-tabs .vendor-tab-content ul.tabs, .home-vendor-tabs .vendor-tab-content ul.tabs-second, .home-vendor-tabs .vendor-tab-content .touch-promo-tabs, .home-vendor-tabs .vendor-tab-content .prod-gallery-row-new {
  width: 100%;
}
.home-vendor-tabs .vendor-tab-content .row:first-child, .home-vendor-tabs .vendor-tab-content ul.tabs:first-child, .home-vendor-tabs .vendor-tab-content ul.tabs-second:first-child, .home-vendor-tabs .vendor-tab-content .touch-promo-tabs:first-child, .home-vendor-tabs .vendor-tab-content .prod-gallery-row-new:first-child {
  margin: 0;
}
.home-vendor-tabs .vendor-tab-content.current {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  height: 100%;
  padding: 0;
}
.home-vendor-tabs .vendor-tab-content .native_slider-lg {
  grid-auto-columns: 50%;
}
@media screen and (max-width: 575px) {
  .home-vendor-tabs .vendor-tab-content .native_slider-lg {
    grid-auto-columns: 100%;
  }
}
.home-vendor-tabs .vendor-tab-content .native_slider-lg .col-slide-img {
  scroll-snap-align: start;
}
.home-vendor-tabs ul.vendor-tabs {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  grid-auto-columns: max-content;
  padding-left: 15px;
  padding-right: 15px;
  gap: 3rem;
}
@media screen and (max-width: 575px) {
  .home-vendor-tabs ul.vendor-tabs {
    gap: 1rem;
  }
}
.home-vendor-tabs ul.vendor-tabs li {
  font-size: 19px;
  color: #242424;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  max-height: 30px;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .home-vendor-tabs ul.vendor-tabs li {
    font-weight: 700;
  }
}
.home-vendor-tabs ul.vendor-tabs li.current, .home-vendor-tabs ul.vendor-tabs li:hover {
  color: #ffffff;
  background-color: #242424;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .home-vendor-tabs ul.vendor-tabs li.current, .home-vendor-tabs ul.vendor-tabs li:hover {
    color: #B3837C;
    font-weight: 700;
    background-color: #ffffff;
  }
}
.home-vendor-tabs ul.vendor-tabs li:not(:last-child):after {
  content: "-";
  font-size: 25px;
  right: -30px;
  position: absolute;
  color: #707070;
}
@media screen and (max-width: 575px) {
  .home-vendor-tabs ul.vendor-tabs li:not(:last-child):after {
    right: -13px;
    color: #242424;
    font-weight: 700;
  }
}
.home-vendor-tabs ul.vendor-tabs:hover {
  cursor: pointer;
}

.home-vendor-slider-title {
  text-align: center;
  color: #242424;
  font-weight: 700;
  font-size: 16px;
}

.home-vendor-slider-subtitle {
  text-align: center;
  color: #707070;
  font-weight: 400;
  font-size: 17px;
}
.home-vendor-slider-subtitle span {
  width: 50%;
  display: flex;
  justify-content: center;
  margin: auto;
  line-height: 1.3rem;
}

.home-face-bg {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 575px) {
  .home-face-bg {
    padding-bottom: 0 !important;
  }
}
.home-face-bg .native_slider-lg {
  background-color: #ffffff;
}
@media screen and (max-width: 430px) {
  .home-face-bg .native_slider-lg {
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-left: 2rem;
  }
}

.three-col-slider-inner .native_slider-lg .slide_card {
  scroll-snap-align: center;
}

.homeGiftContainer {
  background: linear-gradient(#E5E5E5 40%, transparent 70%);
  position: relative;
}
@media screen and (max-width: 575px) {
  .homeGiftContainer {
    background: unset;
  }
}
.homeGiftContainer .home_grid_gift_slider .native_slider-lg {
  grid-auto-columns: 24%;
  grid-gap: 15px;
}
@media screen and (max-width: 1439px) {
  .homeGiftContainer .home_grid_gift_slider .native_slider-lg {
    grid-auto-columns: 30%;
  }
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .homeGiftContainer .home_grid_gift_slider .native_slider-lg {
    grid-auto-columns: 30%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .homeGiftContainer .home_grid_gift_slider .native_slider-lg {
    grid-auto-columns: 40%;
  }
}
@media screen and (max-width: 767px) {
  .homeGiftContainer .home_grid_gift_slider .native_slider-lg {
    grid-auto-columns: 71%;
  }
}
@media screen and (max-width: 768px) {
  .homeGiftContainer .home_grid_gift_slider .native_slider-btn {
    display: none;
  }
}
.homeGiftContainer .home_grid_gift_slider .native_slider-btn-prev {
  left: -30px;
}
@media screen and (max-width: 1500px) {
  .homeGiftContainer .home_grid_gift_slider .native_slider-btn-prev {
    left: 0;
  }
}
.homeGiftContainer .home_grid_gift_slider .native_slider-btn-next {
  right: -15px;
}
@media screen and (max-width: 1500px) {
  .homeGiftContainer .home_grid_gift_slider .native_slider-btn-next {
    right: 0;
  }
}

.trendingContainer .native_slider-lg {
  grid-auto-columns: 30%;
  padding: 3rem 0;
  grid-gap: 70px;
}
@media screen and (max-width: 575px) {
  .trendingContainer .native_slider-lg {
    grid-auto-columns: 85%;
    padding-top: 1rem;
    grid-gap: 15px;
  }
}

.coupon_slide_details {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  max-width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  min-height: 120px;
  cursor: pointer;
}

.coupon_slide_name {
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #000;
  position: relative;
}
.coupon_slide_name:after {
  content: "";
  position: absolute;
  width: 70%;
  left: 30px;
  bottom: 0;
  border-bottom: 1px solid #B3837C;
}
.coupon_slide_name span {
  display: block;
  width: 100%;
  margin: 0;
}

.copyCodeTxt {
  height: 50px;
  color: #B3837C;
}

.copyCodeSnippet {
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  height: 100%;
  line-height: 1.2;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 2;
}
.copyCodeSnippet:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  overflow: hidden;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  content: "";
  transition: all 300ms ease-in-out;
  color: var(--prime1);
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  background-image: url(/ui/front/images/clipboard-icon.png?49e6c74fbda7d06a07fdb1b36d5ea091);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.copyCodeSnippet span {
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
}
.copyCodeSnippet span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  overflow: hidden;
  width: 50px;
  z-index: -1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  content: "COPY";
  transition: all 300ms ease-in-out;
  color: var(--prime1);
  padding: 5px 0;
  text-align: center;
  opacity: 0;
  display: none;
  border-radius: 25px;
}
.copyCodeSnippet span.activeCopy:after {
  background-color: #B3837C;
  color: #fff;
  content: "COPIED!";
  font-size: 11px;
  display: block;
  opacity: 1;
  z-index: 2;
  right: -6px;
}

.pos-rel {
  position: relative;
}

.d-flex-100 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.user-panel-coupons-col {
  padding-bottom: 15px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .user-panel-coupons-col {
    padding-right: 0;
    padding-left: 0;
  }
}

.customer-info-nav .user-panel-nav-col {
  margin-top: 2rem;
}
@media screen and (max-width: 575px) {
  .customer-info-nav .user-panel-nav-col {
    margin-bottom: 0 !important;
    padding: 0;
  }
}
.customer-info-nav .user-panel-nav-col.full-width-panel nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
}
.customer-info-nav .user-panel-nav-col.full-width-panel nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.customer-info-nav .user-panel-nav-col.full-width-panel nav ul li {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 60px;
}
.customer-info-nav .user-panel-nav-col.full-width-panel nav ul li a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.user-welcome-left-col, .welcome-alt-mob, .register-account-info {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (min-width: 768px) {
  .user-welcome-left-col, .welcome-alt-mob, .register-account-info {
    flex: 0 0 49%;
    max-width: 49%;
  }
}

@media screen and (max-width: 575px) {
  .user-welcome-left-col {
    border-radius: 14px;
  }
}
.user-welcome-left-col .welcome-customer-info {
  padding: 1.5rem 2rem;
}

/* a#editUserInfoUrl{
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  border:1px solid #eaeaea;
  color:#666;
  padding:5px 15px;
  border-radius: 5px;
  &:hover{
    background-color: #b2ab40;
    border-color: transparent;
    color:#fff
  }
} */
.personalized-slider_wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .personalized-slider_wrap {
    padding-right: 0;
  }
}
.personalized-slider_wrap .coupon_slide_title {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  max-width: 90%;
  text-align: center;
}
.personalized-slider_wrap .coupon_slide_subttl {
  position: relative;
  width: 100%;
}
.personalized-slider_wrap .coupon_slide_subttl:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  height: 1px;
  background: #B2AB40;
  content: "";
  position: absolute;
}
.personalized-slider_wrap .coupon_slide_subttl span {
  font-size: 13px;
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
}

.personalized_slider_header {
  color: #252525;
  font-size: 25px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .personalized_slider_header {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .customer-info-col {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .homepage-gea-lab-cont {
    margin-bottom: 5rem !important;
  }
}

.homepage-lottie .home-lottie-full {
  width: 300px;
  height: 80px;
  top: 70%;
  right: 50%;
  z-index: 100;
  cursor: pointer;
  background-color: #B3837C;
  border-radius: 50px;
  transform: translate(50%, 50%);
  position: fixed;
}
@media screen and (max-width: 1440px) {
  .homepage-lottie .home-lottie-full {
    top: 60%;
  }
}
@media screen and (max-width: 1199px) {
  .homepage-lottie .home-lottie-full {
    display: none;
  }
}
.homepage-lottie .home-lottie-full .lottie-animation-container {
  position: absolute;
  background: unset;
  width: 51px;
  height: 51px;
  top: -10px;
  left: 10px;
  z-index: 100;
  cursor: pointer;
  border-radius: 50px;
  transform: translate(50%, 50%);
}
.homepage-lottie .home-lottie-full .weekly-deals-text {
  position: fixed;
  top: 22%;
  right: 13%;
  z-index: 100;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.homepage-lottie .home-lottie-small .lottie-animation-container {
  width: 80px;
  height: 80px;
  background-color: #B3837C;
  bottom: 10%;
  right: 30px;
  z-index: 100;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .homepage-lottie .home-lottie-small .lottie-animation-container {
    width: 60px;
    height: 60px;
    right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .lottie-hidden {
    display: none;
  }
}

.home-customer-info {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  .home-customer-info {
    margin-bottom: 3rem;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .home-customer-info .home-logged-info-gap {
    gap: 10px;
    justify-content: center;
  }
}
.home-customer-info .home-info-flex-pos {
  justify-content: space-evenly;
}

.main-banner-slider {
  position: relative;
}
@media screen and (max-width: 575px) {
  .main-banner-slider {
    display: none;
  }
}
.main-banner-slider .native_slider-btn-prev {
  background: url(/ui/front/images/slick-arrow-prev-new.png?5051c30e731a4902355abd6205100759) no-repeat -5px;
  left: 15px;
}
.main-banner-slider .native_slider-btn-next {
  background: url(/ui/front/images/slick-arrow-next-new.png?23b2702af2d42c232db235f6084d17bf) no-repeat -5px;
  right: 15px;
}
.main-banner-slider .native_slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.mob_main_sliderwrapper {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
}
@media screen and (min-width: 576px) {
  .mob_main_sliderwrapper {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .mob_main_sliderwrapper {
    margin-bottom: 0;
  }
}
.mob_main_sliderwrapper .native_slider-btn-next {
  background: url(/ui/front/images/slick-arrow-next-new.png?23b2702af2d42c232db235f6084d17bf) no-repeat -12px;
  right: 5px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 575px) {
  .mob_main_sliderwrapper .native_slider-btn-next {
    height: 40px;
    width: 40px;
  }
}
.mob_main_sliderwrapper .native_slider-btn-prev {
  background: url(/ui/front/images/slick-arrow-prev-new.png?5051c30e731a4902355abd6205100759) no-repeat -10px;
  left: 5px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 575px) {
  .mob_main_sliderwrapper .native_slider-btn-prev {
    height: 40px;
    width: 40px;
  }
}

.home-native-blog-slider .native_slider-lg {
  grid-auto-columns: 32.33%;
  grid-gap: 15px;
  overflow-y: visible;
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .home-native-blog-slider .native_slider-lg {
    grid-auto-columns: 45%;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .home-native-blog-slider .native_slider-lg {
    grid-auto-columns: 65%;
  }
}
@media screen and (max-width: 575px) {
  .home-native-blog-slider .native_slider-lg {
    grid-auto-columns: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .home-native-blog-slider .native_slider-btn {
    display: none;
  }
}
.home-native-blog-slider .native_slider-btn-prev {
  left: -30px;
}
@media screen and (max-width: 1439px) {
  .home-native-blog-slider .native_slider-btn-prev {
    left: 0;
  }
}
.home-native-blog-slider .native_slider-btn-next {
  right: -15px;
}
@media screen and (max-width: 1439px) {
  .home-native-blog-slider .native_slider-btn-next {
    right: 0;
  }
}

.customer-coupons-nav {
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: 2rem 1rem 1rem 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  .customer-coupons-nav {
    display: none;
  }
}
.customer-coupons-nav .customer-coupon-title {
  font-size: 30px;
  color: #242424;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .customer-coupons-nav .customer-coupon-title {
    font-size: 25px;
  }
}
.customer-coupons-nav .native_slider-li {
  cursor: pointer;
}

.customer-coupons-nav-mob {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .customer-coupons-nav-mob {
    display: none;
  }
}
.customer-coupons-nav-mob .customer-coupon-title {
  font-size: 25px;
  color: #242424;
  font-weight: 800;
}
.customer-coupons-nav-mob .personalized-slider_wrap {
  padding: 0;
  margin-top: 1rem;
}
.customer-coupons-nav-mob .native_slider-li {
  cursor: pointer;
}

.home-woman-tab-content {
  display: none;
  padding: 0;
}
.home-woman-tab-content.current {
  display: inherit;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home-woman-tab-content .native_slider-lg {
    padding: 0;
  }
}

.three-col-slider-wrapper {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .three-col-slider-wrapper {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.three-col-slider-wrapper h4 {
  margin-bottom: 15px;
}
.three-col-slider-wrapper h4 img {
  position: relative;
  top: -3px;
}
.three-col-slider-wrapper .home-woman-tab-slide {
  background-color: #ffffff;
  padding-top: 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  .three-col-slider-wrapper .home-woman-tab-slide {
    box-shadow: unset;
    padding: 0;
  }
}
.three-col-slider-wrapper .home-woman-tab-slide .native_slider-lg {
  margin: 0 auto;
  grid-auto-columns: 33.33%;
}
@media screen and (min-width: 1200px) and (min-width: 769px) {
  .three-col-slider-wrapper .home-woman-tab-slide .native_slider-lg {
    max-width: 1100px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .three-col-slider-wrapper .home-woman-tab-slide .native_slider-lg {
    grid-auto-columns: 48%;
  }
}
@media screen and (max-width: 575px) and (min-width: 401px) {
  .three-col-slider-wrapper .home-woman-tab-slide .native_slider-lg {
    grid-auto-columns: 90%;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .three-col-slider-wrapper .home-woman-tab-slide .native_slider-lg {
    grid-auto-columns: 97%;
    padding: 0;
  }
}
.three-col-slider-wrapper .home-woman-tab-slide .col-slide-item {
  scroll-snap-align: start;
}
@media screen and (max-width: 768px) {
  .three-col-slider-wrapper .home-woman-tab-slide .col-slide-img {
    width: 100%;
  }
}
.three-col-slider-wrapper .home-woman-tab-slide .col-slide-title {
  height: auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .three-col-slider-wrapper .home-woman-tab-slide .col-slide-title {
    display: none;
  }
}
.three-col-slider-wrapper .home-woman-tab-slide .col-slide-more {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .three-col-slider-wrapper .home-woman-tab-slide .col-slide-more {
    margin-bottom: 0;
  }
}
.three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper {
    max-width: 100%;
    padding: 0 15px;
  }
}
.three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper .native_slider-lg {
  margin: 0 auto;
  grid-auto-columns: 19%;
  max-width: 90%;
}
@media screen and (max-width: 1200px) {
  .three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: 23.8%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: 31.8%;
  }
}
@media screen and (max-width: 575px) {
  .three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: 70%;
  }
}
@media screen and (max-width: 380px) {
  .three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: 75%;
  }
}
@media screen and (max-width: 575px) {
  .three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper .native_slider-li {
    padding-bottom: 35px;
  }
}
.three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper .native_slider-btn-prev {
  left: 15px;
}
.three-col-slider-wrapper .home-woman-tab-slide .products-slider-wrappper .native_slider-btn-next {
  right: 15px;
}
.three-col-slider-wrapper .gea_product_card {
  background-color: #ffffff;
}
.three-col-slider-wrapper .products-slider-wrappper {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .three-col-slider-wrapper .products-slider-wrappper {
    margin: 0;
  }
}
.three-col-slider-wrapper .products-slider-wrappper .native_slider-lg {
  background: unset;
}
@media screen and (max-width: 768px) {
  .three-col-slider-wrapper .products-slider-wrappper .native_slider-btn {
    display: none;
  }
}
.three-col-slider-wrapper .products-slider-wrappper .native_slider-btn-prev {
  left: -20px;
}
@media screen and (max-width: 1439px) {
  .three-col-slider-wrapper .products-slider-wrappper .native_slider-btn-prev {
    left: 0;
  }
}
.three-col-slider-wrapper .products-slider-wrappper .native_slider-btn-next {
  right: -10px;
}
@media screen and (max-width: 1439px) {
  .three-col-slider-wrapper .products-slider-wrappper .native_slider-btn-next {
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  .customer-account-cont {
    padding: 0 !important;
  }
}
.customer-account-cont h1, .customer-account-cont h2 {
  font-size: 30px;
  color: #242424;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .customer-account-cont h1, .customer-account-cont h2 {
    font-size: 25px;
  }
}
.customer-account-cont h1 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .customer-account-cont h1 {
    margin-top: 1rem;
  }
}
.customer-account-cont .customer-account-page-title {
  color: #242424;
}
@media screen and (min-width: 992px) {
  .customer-account-cont .customer-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
  }
}
.customer-account-cont .customer-data-info-nav {
  background-color: #F9F9F9;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: 100%;
  height: 350px;
  color: #242424;
}
@media screen and (max-width: 1200px) and (min-width: 1246px) {
  .customer-account-cont .customer-data-info-nav {
    height: 370px;
  }
}
@media screen and (max-width: 1145px) and (min-width: 992px) {
  .customer-account-cont .customer-data-info-nav {
    height: 420px;
  }
}
@media screen and (max-width: 991px) {
  .customer-account-cont .customer-data-info-nav {
    height: auto;
  }
}
.customer-account-cont .customer-data-info-nav:last-child, .customer-account-cont .customer-data-info-nav:nth-child(3) {
  height: 310px;
}
@media screen and (max-width: 991px) {
  .customer-account-cont .customer-data-info-nav:last-child, .customer-account-cont .customer-data-info-nav:nth-child(3) {
    height: auto;
  }
}
.customer-account-cont .customer-data-info-nav:last-child .customer-header-name:after, .customer-account-cont .customer-data-info-nav:nth-child(3) .customer-header-name:after {
  bottom: -25px;
}
@media screen and (max-width: 991px) {
  .customer-account-cont .customer-data-info-nav:first-child {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
}
@media screen and (max-width: 991px) {
  .customer-account-cont .customer-data-info-nav:last-child {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-bottom: 5rem;
  }
}
.customer-account-cont .customer-data-info-nav .personal-details-element {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-data-info-nav .personal-details-element {
    font-size: 16px;
    padding: 0;
  }
}
.customer-account-cont .customer-data-info-nav .custom-block-cares {
  font-size: 22px;
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-data-info-nav .custom-block-cares {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
  }
}
.customer-account-cont .customer-data-info-nav progress {
  width: 300px;
  height: 14px;
  background-color: #E8E8E8;
  margin-top: 1rem;
}
.customer-account-cont .customer-data-info-nav progress::-webkit-progress-value {
  background-color: #B3837C;
  border-radius: 0;
}
.customer-account-cont .customer-data-info-nav progress::-moz-progress-bar {
  background-color: #B3837C;
  border-radius: 0;
}
.customer-account-cont .customer-data-info-nav progress::-webkit-progress-bar {
  background-color: transparent;
}
.customer-account-cont .customer-data-info-nav progress::-moz-progress-bar {
  background-color: transparent;
}
.customer-account-cont .customer-data-info-nav .user-panel-nav-col {
  margin-top: 15px;
  padding-left: 0;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-data-info-nav .user-panel-nav-col {
    padding: 0;
  }
}
.customer-account-cont .customer-data-info-nav .user-panel-nav-col .customer-header-name:after {
  bottom: -30px;
}
.customer-account-cont .customer-data-info-nav .user-panel-nav-col .home_promo_btns_wrapper {
  margin-top: 2rem;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-data-info-nav .user-panel-nav-col .home_promo_btns_wrapper {
    margin-top: 0;
  }
}
.customer-account-cont .customer-data-info-nav .user-panel-nav-col .native_slider {
  padding: 0;
}
.customer-account-cont .customer-data-info-nav .account-toggle-row {
  height: 150px;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-data-info-nav .account-toggle-row {
    padding-right: 0;
    height: 340px;
  }
}
@media screen and (max-width: 380px) {
  .customer-account-cont .customer-data-info-nav .account-toggle-row {
    height: 350px;
  }
}
.customer-account-cont .customer-data-info-nav .account-toggle-row .order-panel-row {
  height: 90px;
}
@media screen and (max-width: 1024px) {
  .customer-account-cont .customer-data-info-nav .account-toggle-row .order-panel-row .col-4 {
    padding: 0;
  }
}
@media screen and (max-width: 380px) {
  .customer-account-cont .customer-data-info-nav .account-toggle-row .order-panel-row {
    align-items: center;
  }
}
@media screen and (max-width: 424px) {
  .customer-account-cont .customer-data-info-nav .account-toggle-row .order-panel-row .col-xs-12 .xs-txt {
    font-size: 8px;
    font-weight: 600;
  }
}
.customer-account-cont .customer-data-info-nav .account-toggle-row .order-panel-id {
  display: block;
  text-align: center;
  font-weight: 700;
}
.customer-account-cont .customer-data-info-nav .account-toggle-row .xs-txt {
  font-size: 13px;
  display: block;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .customer-account-cont .customer-data-info-nav .account-toggle-row .xs-txt {
    font-size: 11px;
  }
}
.customer-account-cont .customer-data-info-nav .account-toggle-row .ss-scroll {
  background: #B3837C;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .customer-account-cont .customer-data-info-nav .account-toggle-row .ss-content {
    width: calc(95% + 18px);
  }
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-data-info-nav .cares-info-header {
    margin-top: 1rem !important;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-data-info-nav .text-left {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .customer-account-cont .customer-data-info-nav .customer-info-points-row {
    display: none !important;
  }
}
.customer-account-cont .customer-header-name {
  font-size: 30px;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-header-name {
    font-size: 22px;
  }
}
.customer-account-cont .customer-header-name:after {
  bottom: -5px;
  left: 2.5%;
}
.customer-account-cont .personal-details-header {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .personal-details-header {
    padding: 0;
  }
}
.customer-account-cont .customer-info-fav-products {
  margin-top: 2rem;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-info-fav-products {
    margin-top: 1rem;
  }
}
.customer-account-cont .customer-info-fav-products .products-slider-wrappper {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-info-vendor-lists {
    margin-bottom: 3rem;
    padding-right: 0;
  }
}
.customer-account-cont .customer-info-vendor-lists h2 {
  margin-top: 5rem;
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-info-vendor-lists h2 {
    margin-top: 1rem;
  }
}
.customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap {
  padding: 0;
  margin-top: 2rem;
}
.customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap .native_slider-lg {
  grid-auto-columns: 10%;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap .native_slider-lg {
    grid-auto-columns: 15%;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap .native_slider-lg {
    grid-auto-columns: 20%;
  }
}
@media screen and (max-width: 575px) {
  .customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap .native_slider-lg {
    grid-auto-columns: 35%;
  }
}
.customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap .native_slider-li {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap .native_slider-btn {
    display: none;
  }
}
.customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap .native_slider-btn-next {
  background-position-x: 0;
  right: -15px;
  width: 15px;
  height: 25px;
  top: 40%;
}
.customer-account-cont .customer-info-vendor-lists .customer-vendors-list-wrap .native_slider-btn-prev {
  background-position-x: 0;
  left: -15px;
  width: 15px;
  height: 25px;
  top: 40%;
}
.customer-account-cont .customer-info-vendor-lists .customer-vendor-name {
  color: #242424;
}
.customer-account-cont .customer-info-vendor-lists img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #242424;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.account-points-wrapper {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #e5e9f2;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.account-points-wrapper .points-info {
  display: inline-block;
  font-weight: 500;
  color: #b3837c;
}
.account-points-wrapper h5, .account-points-wrapper p {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.account-points-wrapper h5 {
  font-size: 18px;
  color: #b3837c;
}
.account-points-wrapper p {
  color: #707070;
}
.account-points-wrapper p:last-child {
  margin: 0;
}

a.points {
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #0b0b0b;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}
a.points:hover {
  background: gray;
}

.account-points-total-col {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .account-points-total-col {
    font-size: 16px;
    border-top: 1px solid #e5e9f2;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px !important;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .account-points-total-col {
    border-left: 1px solid #e5e9f2;
  }
}

#accPtsTtl {
  display: block;
  margin: 0 0 5px 0;
  color: #707070;
}
@media screen and (max-width: 991px) {
  #accPtsTtl {
    display: inline-block;
  }
}

#accPtsNo span {
  display: inline-block;
  background: #b3837c;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #accPtsNo {
    display: inline-block;
  }
}

#accCares {
  display: block;
  font-weight: 500;
  color: #b3837c;
}

.product-promo-slider-main {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .product-promo-slider-main {
    grid-template-columns: 25% 75%;
    padding: 0 0 0 5px;
    grid-gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .product-promo-slider-main {
    grid-template-columns: 30% 70%;
    padding: 0 0 0 5px;
    grid-gap: 0;
  }
}

@media screen and (min-width: 1400px) {
  .main_cart {
    max-width: 1375px;
  }
}
@media screen and (max-width: 1549px) and (min-width: 1400px) {
  .main_cart .gift-select-checkbox {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .main_cart .gift-select-checkbox {
    margin-left: 7px;
  }
}
@media screen and (min-width: 576px) {
  .custom-padding-for-cart {
    padding: 0.825rem !important;
  }
}
.main_cart {
  margin-top: 7rem;
  margin-bottom: 4rem;
}
.main_cart .points-style {
  color: #B3837C;
  font-weight: bold;
}
.main_cart .fs-6 {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .main_cart .fs-6 {
    font-size: 12px;
  }
}
.main_cart .fs-6-cart {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .main_cart .fs-6-cart {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .main_cart .truncate-text {
    font-size: 12px !important;
  }
}
.main_cart #advCartMainContainer2 .advGiftRowGroup .gift-cart-header .remove-padding {
  padding-inline: 15px;
}
.main_cart #advCartMainContainer2 .gift-select-info-text, .main_cart #advCartMainContainer2 .only-cart-text {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .main_cart #advCartMainContainer2 .gift-select-info-text, .main_cart #advCartMainContainer2 .only-cart-text {
    font-size: 16px;
  }
}
.main_cart #advCartMainContainer2 .gift-select-tip {
  color: #000;
}
.main_cart .advGiftRowGroup {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .main_cart .advGiftRowGroup {
    padding-bottom: 0rem;
  }
}
.main_cart .font-custom-black {
  font-weight: 800 !important;
  color: black;
}
.main_cart .main_cart_product_list {
  background: #F9F9F9;
  padding: 1.5rem 0.75rem 2.5rem 0.75rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 575px) {
  .main_cart .main_cart_product_list {
    padding: 1.5rem 0.75rem 0.5rem 0.75rem;
  }
}
.main_cart .custom-border {
  border: 1px solid #E0E0E0;
}
.main_cart .advCartRow-custom {
  margin-bottom: 0.3rem;
}
.main_cart .gift-select-info-text {
  padding-top: 15px !important;
}
.main_cart .custom-minicart-text {
  display: none;
}
.main_cart .mini-cart-transport-message {
  background: #F9F9F9 !important;
  padding-inline: 0 !important;
}
@media screen and (max-width: 575px) {
  .main_cart .mini-cart-transport-message {
    background: #fff !important;
  }
}
.main_cart .mini-cart-transport-message .minicart-free-delivery-eligible {
  display: flex;
  gap: 0.3rem;
}
@media screen and (max-width: 575px) {
  .main_cart .mini-cart-transport-message .minicart-free-delivery-eligible {
    display: block;
    gap: 0;
  }
}

.main_cart_sidebar .slick-checkout-gifts-slider {
  grid-gap: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  clip-path: inset(0 0 30px 0);
  display: grid;
  grid-auto-flow: column;
  margin-bottom: -30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 30px;
  scroll-snap-stop: normal;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 3%;
  grid-auto-columns: 22%;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .main_cart_sidebar .slick-checkout-gifts-slider {
    grid-auto-columns: 27%;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .main_cart_sidebar .slick-checkout-gifts-slider {
    grid-auto-columns: 17%;
  }
}
@media screen and (max-width: 575px) {
  .main_cart_sidebar .slick-checkout-gifts-slider {
    grid-auto-columns: 32%;
  }
}
.main_cart_sidebar .slick-checkout-gifts-slider .advCartRow {
  align-items: center;
  justify-content: center;
  display: flex;
}
.main_cart_sidebar .slick-checkout-gifts-slider .default-gift-col-12 {
  flex: 1;
  max-width: 100%;
}
.main_cart_sidebar .cart-price-info {
  background: #F9F9F9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.main_cart_sidebar .rounded-custom {
  border-radius: 11px;
}
.main_cart_sidebar .custom-flex-for-cart .row-mlr-0 {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.main_cart_sidebar .custom-flex-for-cart .advCartRow {
  display: flex;
}
.main_cart_sidebar .custom-flex-for-cart .cart-only-flex {
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .main_cart {
    margin-top: 0;
  }
  .main_cart .gift-select-checkbox {
    max-width: unset;
    max-height: unset;
    margin-top: 0;
    margin-left: unset;
  }
  .main_cart .border-bottom-minicart-title:after {
    left: 15px;
    width: calc(100% - 30px);
  }
  .checkout-form-title {
    padding-inline: 15px;
  }
  .remove-padding-mobile {
    padding-inline: 0 !important;
  }
  .mobile-padding-30 {
    padding-inline: 30px !important;
    box-shadow: none !important;
  }
  .mobile-not-visible {
    display: none;
  }
  .cart-price-info {
    background: #fff !important;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1019607843) !important;
  }
  .advGiftRowGroup {
    box-shadow: none !important;
  }
  .custom-background {
    background: #F9F9F9;
    margin-bottom: 0 !important;
  }
  .minicart-custom-gap {
    justify-content: center;
  }
  .cart-price-info {
    text-align: center;
  }
}
.only-cart-text {
  padding-bottom: 1rem;
}

.custom-text-color {
  color: #B3837C;
}

.only-cart-text {
  padding-left: 15px;
  padding-top: 15px;
  display: block;
  font-size: 18px;
}

.custom-flex-for-cart {
  /* .advCartRow{
    padding-bottom: 1rem;
  } */
}

.custom-cart-btn {
  padding-block: 1rem;
  margin-top: 1rem;
}

#advCartMainContainer1 {
  max-height: 550px;
  overflow-y: auto;
}
@media screen and (max-width: 575px) {
  #advCartMainContainer1 {
    max-height: 390px;
  }
}

.main_cart .left-container-cart, .main_cart .right-container-cart {
  padding-inline: 10px;
}
.main_cart .remove-prod-btn {
  top: 10px;
  right: 10px;
}
.main_cart .custom-minicart-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 0;
}
.main_cart .custom-minicart-flex .custom-cart-text {
  padding-right: 0 !important;
}
.main_cart .custom-minicart-flex .custom-qty-minicart {
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .main_cart .custom-minicart-flex .custom-qty-minicart {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 575px) {
  .main_cart .custom-minicart-flex {
    flex-direction: row;
    align-items: flex-end;
  }
}
.main_cart .custom-minicart-flex .custom-cart-text {
  color: #000000;
  font-weight: 800;
  padding-right: 1rem;
}
@media screen and (max-width: 575px) {
  .main_cart .custom-minicart-flex .custom-cart-text {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 0;
  }
}

.gift-select-checkbox {
  border-radius: 13px;
  border: 1px solid transparent;
}
.gift-select-checkbox.checked {
  border: 2px solid #B3837C;
}

@media screen and (min-width: 1400px) {
  .gift-select-checkbox {
    margin-left: 13%;
  }
}
@media screen and (min-width: 1550px) {
  .previewOrderContainer {
    max-width: 1520px;
  }
}
@media screen and (min-width: 1349px) and (max-width: 1549px) {
  .previewOrderContainer {
    max-width: 1320px;
  }
}
.prev-order-user-tabs {
  max-width: 1490px;
  overflow: hidden;
}
@media screen and (max-width: 1549px) {
  .prev-order-user-tabs {
    max-width: 1182px;
  }
}
@media screen and (min-width: 1349px) and (max-width: 1549px) {
  .prev-order-user-tabs {
    max-width: 1297px;
  }
}

.btn-group-toggle .btn-outline-primary, .btn-group-toggle .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .btn-group-toggle .addToCartBtn.addtoCart, .btn-group-toggle .product_card .addToCartBtn.addtoCart, .product_card .btn-group-toggle .addToCartBtn.addtoCart, .btn-group-toggle .product_card .addToCartBtn.quickViewBtn, .product_card .btn-group-toggle .addToCartBtn.quickViewBtn, .btn-group-toggle .product_card .wishlistBtn, .product_card .btn-group-toggle .wishlistBtn, .btn-group-toggle .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .btn-group-toggle .main_slider_item_button {
  background: #fff !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.btn-group-toggle .btn-outline-primary:hover, .btn-group-toggle .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart:hover, .modalQuickV .ProductAddBlock .btn-group-toggle .addToCartBtn.addtoCart:hover, .btn-group-toggle .product_card .addToCartBtn.addtoCart:hover, .product_card .btn-group-toggle .addToCartBtn.addtoCart:hover, .btn-group-toggle .product_card .addToCartBtn.quickViewBtn:hover, .product_card .btn-group-toggle .addToCartBtn.quickViewBtn:hover, .btn-group-toggle .product_card .wishlistBtn:hover, .product_card .btn-group-toggle .wishlistBtn:hover, .btn-group-toggle .main_slider_item_details--inverted .main_slider_item_button:hover, .main_slider_item_details--inverted .btn-group-toggle .main_slider_item_button:hover {
  color: #000 !important;
  cursor: pointer;
}
.btn-group-toggle .active {
  background: #000 !important;
  color: #fff !important;
}
.btn-group-toggle .active:hover {
  color: #fff !important;
  cursor: pointer;
}

.slick-checkout-gifts-slider {
  grid-gap: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  clip-path: inset(0 0 30px 0);
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-bottom: -30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 30px;
  scroll-snap-stop: normal;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.checkout-form {
  background: #E5E5E5;
  padding-bottom: 5rem;
  color: black !important;
}
@media screen and (max-width: 575px) {
  .checkout-form {
    padding-bottom: 0 !important;
  }
}
.checkout-form .cart_list_item_name {
  font-size: 13px;
}
.checkout-form .same-adress-text {
  font-size: 16px !important;
}
@media screen and (max-width: 575px) {
  .checkout-form .same-adress-text {
    font-size: 13px !important;
    color: #000;
  }
  .checkout-form .same-adress-text span {
    font-size: 13px !important;
  }
}
.checkout-form .same-adress-text span {
  font-size: 16px;
}
.checkout-form .termsAgree label {
  font-size: 14px !important;
}
.checkout-form #customerOrderShippingDetails {
  padding-inline: 15px;
}
.checkout-form .remove-prod-btn {
  right: -8px;
  top: 10px;
}
.checkout-form .advCartRow-custom {
  margin-bottom: 5px;
}
.checkout-form .custom-control-label {
  line-height: 1.2;
}
.checkout-form .custom-control-label:before, .checkout-form .custom-control-label:after {
  top: 0;
  scale: 1.3;
}
.checkout-form #customerInvoiceType .custom-control-input:checked ~ .custom-control-label::before {
  background: #B3837C;
}
.checkout-form #customerInvoiceType .checkout-form-choices {
  margin-left: 15px;
}
.checkout-form .background-white {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 2rem 2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .checkout-form .background-white {
    margin-bottom: 0;
    box-shadow: none;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .checkout-form .background-white {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.checkout-form .background-white .custom-form-section-title {
  color: black;
  font-weight: 800;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .checkout-form .background-white .custom-form-section-title {
    font-size: 1rem;
  }
}
.checkout-form .custom-flex-for-cart {
  display: none !important;
}
.checkout-form .second-container-checkout {
  padding-inline: 0px !important;
}
.checkout-form .previewOrderFormCard {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  margin-bottom: 15px !important;
}
.checkout-form .form-control {
  border-color: black;
  padding: 1rem 1.25rem;
  font-size: 16px !important;
  height: auto;
}
.checkout-form .form-control::-moz-placeholder {
  color: #000 !important;
  font-size: 16px !important;
}
.checkout-form .form-control::placeholder {
  color: #000 !important;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .checkout-form .form-control {
    border-radius: 10px;
  }
}
.checkout-form #customerPaymentMethods, .checkout-form #customerDeliveryMethod {
  box-shadow: none;
  border: none;
  padding-inline: 0 !important;
}
.checkout-form #customerPaymentMethods .custom-control, .checkout-form #customerDeliveryMethod .custom-control {
  padding-inline: 45px !important;
}
.checkout-form #customerPaymentMethods .custom-control-label, .checkout-form #customerDeliveryMethod .custom-control-label {
  font-size: 16px !important;
  color: #000 !important;
}
.checkout-form #customerPaymentMethods {
  margin-bottom: 0 !important;
}
.checkout-form #customerCartPreview .custom-form-section-title {
  color: black;
  font-weight: 800;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .checkout-form #customerCartPreview .custom-form-section-title {
    font-size: 1rem;
  }
}
.checkout-form #customerCartPreview #gift-list-3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .checkout-form #customerCartPreview {
    padding-inline: 0 !important;
  }
}
.checkout-form #advCartMainContainer {
  max-height: 470px;
  overflow-y: scroll;
  border-bottom: 1px solid #707070;
  scrollbar-width: none;
  margin-top: 15px;
}
.checkout-form #advCartMainContainer .minicartItem {
  padding-inline: 15px;
}
.checkout-form .reactive-gift-choice--content-header-title {
  text-align: left !important;
  color: black;
  font-weight: 800;
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .checkout-form .reactive-gift-choice--content-header-title {
    font-size: 16px;
  }
}
.checkout-form .advGiftRow:first-child {
  margin-top: 0 !important;
}
.checkout-form .gift-row-badge {
  display: none;
}
.checkout-form .gift-row-name {
  height: auto !important;
  margin-top: -5px !important;
}
.checkout-form .advGiftRow {
  box-shadow: none;
}
.checkout-form .gift-select-checkbox {
  border-radius: 13px;
}
.checkout-form .gift-select-block {
  background: #fff !important;
}
.checkout-form .gift-select-block .gift-cart-header {
  color: black;
  background: #fff !important;
}
.checkout-form .gift-select-logo {
  display: none;
}
.checkout-form .gift-select-info-text {
  text-align: left !important;
  padding-inline: 0;
}
.checkout-form .gift-select-success {
  background: #fff;
}
.checkout-form #customerCouponRedeem {
  width: 100%;
  box-shadow: none;
  border: none;
}
.checkout-form #customerCouponRedeem .form-control {
  border-radius: 10px;
  border-color: #E0E6ED !important;
}
.checkout-form #customerCouponRedeem .custom-coupon-div {
  background: #B3837C;
  padding-block: 1.05rem;
  border-radius: 10px;
  color: white;
}
.checkout-form .customerCouponRedeemInput, .checkout-form .remove-padding {
  padding-inline: 0;
}
.checkout-form .custom-padding-10 {
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  .checkout-form .custom-padding-10 {
    padding-inline: 20px;
  }
}
.checkout-form .termsAgree a {
  text-decoration: none;
}
.checkout-form #customerFormSubmit {
  width: 100%;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.checkout-form #customerFormSubmit button {
  background: black;
  border-radius: 10px;
}
.checkout-form .custom-font-style {
  font-size: 16px;
  color: #000 !important;
}

.mobile-only-visible {
  display: none;
}

/* Hide the default checkbox visually but keep it accessible */
.checkout-checkbox_input {
  position: absolute;
  opacity: 0;
  height: 24px;
  width: 24px;
  cursor: pointer;
  z-index: 99;
}

/* Create a custom checkmark */
.style-for-sameaddress-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.visible-custom-checkbox {
  position: relative;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid black;
  margin-right: 10px; /* Spacing between checkbox and label text */
}

/* Style the checkmark when the checkbox is checked */
.checkout-checkbox_input:checked + .visible-custom-checkbox::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: black;
}

.visible-custom-checkbox {
  transition: background-color 0.3s ease;
}

/* Style for the label text */
.checkbox_label {
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .custom-padding-15 {
    padding-inline: 0px !important;
  }
}
.custom-padding-15 {
  padding-inline: 15px;
}
.custom-padding-15 .slick-checkout-gifts-slider {
  gap: 3%;
  grid-auto-columns: 22%;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .custom-padding-15 .slick-checkout-gifts-slider {
    grid-auto-columns: 30%;
  }
}
@media screen and (max-width: 576px) and (min-width: 767px) {
  .custom-padding-15 .slick-checkout-gifts-slider {
    grid-auto-columns: 17%;
  }
}
@media screen and (max-width: 575px) {
  .custom-padding-15 .slick-checkout-gifts-slider {
    grid-auto-columns: 32%;
  }
}
.custom-padding-15 .slick-checkout-gifts-slider .advCartRow {
  align-items: center;
  justify-content: center;
  display: flex;
}

#js-order-total {
  font-weight: bolder;
  font-size: 30px;
}

#customerCartPreview .checkout-form-title {
  color: black;
  font-weight: 800;
  font-size: 22px;
}

.points-alert-checkout-section {
  margin-bottom: 2rem;
}
.points-alert-checkout-section .points-alert-checkout {
  background: rgba(218, 142, 29, 0.2705882353);
  border: 1px solid #E3941E;
  padding: 10px;
  font-size: 16px;
}

.points-success-checkout-section {
  margin-bottom: 2rem;
}
.points-success-checkout-section .points-success-checkout {
  background: #D9E3D9;
  border: 1px solid #5A955B;
  padding: 10px;
  font-size: 16px;
}

#customerPointsRedeem {
  padding-inline: 15px;
  margin-bottom: 2.5rem;
}
#customerPointsRedeem .checkbox {
  display: flex;
  gap: 5px;
}

#customerOrderDetails {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 575px) {
  .checkout-form .border-bottom-minicart-title:after {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.custom-gap-checkout {
  gap: 30px;
}
@media screen and (max-width: 574px) {
  .custom-gap-checkout {
    gap: 0;
  }
}
.custom-gap-checkout .background-white {
  flex: 0 0 48%;
}
@media screen and (max-width: 767px) {
  .custom-gap-checkout .background-white {
    flex: 0 0 100%;
  }
}
.custom-gap-checkout .second-container-checkout {
  flex: 0 0 49%;
}
@media screen and (max-width: 1999px) {
  .custom-gap-checkout .second-container-checkout {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 767px) {
  .custom-gap-checkout .second-container-checkout {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 575px) {
  .desktop-cart-div {
    display: none;
  }
  .mobile-cart-div {
    display: block;
    width: 100%;
  }
  .mobile-cart-div .mobile-cart-div-title {
    padding: 17px 15px 6px 15px;
  }
}
@media screen and (min-width: 575px) {
  .desktop-cart-div {
    display: block;
  }
  .mobile-cart-div {
    display: none;
  }
}
.mobile-cart-div-title {
  display: flex;
  font-size: 16px;
  color: #000;
  justify-content: space-between;
  width: 100%;
}
.mobile-cart-div-title img {
  width: 15px;
}

.mobile-cart-div-border {
  border: 1px solid black;
}

.cp-utilities-generic_modal {
  padding-inline: 45px;
  padding-block: 19px;
}
@media screen and (max-width: 575px) and (min-width: 415px) {
  .cp-utilities-generic_modal .cp-utilities-generic_modal-header {
    padding-inline: 15px;
  }
}
.cp-utilities-generic_modal .gift-select-info-text {
  font-size: 16px;
}
.cp-utilities-generic_modal .gift-select-checked-option {
  color: #5A955B;
}
.cp-utilities-generic_modal .checkout-modal-footer-buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 414px) and (min-width: 320px) {
  .cp-utilities-generic_modal .checkout-modal-footer-buttons {
    justify-content: center;
    gap: 5rem;
  }
}
.cp-utilities-generic_modal .cp-utilities-generic_modal-footer {
  margin-top: 10px;
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  .cp-utilities-generic_modal .cp-utilities-generic_modal-footer {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 575px) and (min-width: 415px) {
  .cp-utilities-generic_modal .cp-utilities-generic_modal-body {
    padding-inline: 15px;
  }
}
.cp-utilities-generic_modal .cp-utilities-generic_modal-body .gift-select-checkbox {
  margin-left: 6%;
}
.cp-utilities-generic_modal .cp-utilities-generic_modal-body .slick-checkout-gifts-slider {
  gap: 2%;
  grid-auto-columns: 18%;
}
@media screen and (max-width: 575px) {
  .cp-utilities-generic_modal .cp-utilities-generic_modal-body .slick-checkout-gifts-slider {
    gap: 6%;
    grid-auto-columns: 32%;
  }
}
.cp-utilities-generic_modal .cp-utilities-generic_modal-body .slick-checkout-gifts-slider .advCartRow {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cp-utilities-generic_modal .cp-utilities-generic_modal-body .gift-in-wrapper {
  max-height: 190px;
  overflow: hidden;
}
.cp-utilities-generic_modal .gift-cart-header {
  background: #fff;
}

.text-red {
  color: #DE2D2D;
  font-size: 22px;
  font-weight: bold;
}

.cancel-button {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #ff6a95;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: linear-gradient(white, white), linear-gradient(315deg, #ff6a95, #ffc371);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.cancel-button:hover {
  color: #fff;
  background-image: linear-gradient(315deg, #ff6a95, #ffc371);
}

.submit-button {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #20c997;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: linear-gradient(white, white), linear-gradient(315deg, #20c997, #a8e063);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.submit-button:hover {
  color: #fff;
  background-image: linear-gradient(315deg, #20c997, #a8e063);
}

.first-part .gift-row-image img {
  max-height: 90px;
}

@media (max-width: 720px) {
  .paypal-advanced {
    width: 100%;
  }
}
.paypal-advanced .submit-button {
  float: right;
  width: 30%;
}
@media (max-width: 720px) {
  .paypal-advanced .submit-button {
    width: 50%;
  }
}
.paypal-advanced .checkout {
  float: left;
  width: 30%;
  text-decoration: underline;
  color: #99c3ff !important;
}

.prod-price-save {
  color: #707070;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  .prod-price-save {
    bottom: 0;
  }
}

.retail-border {
  display: flex;
  justify-content: center;
}
.retail-border:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 98%;
  left: 0;
  border-top: 1px solid rgba(167, 167, 167, 0.5);
}

.refer-save-text {
  color: #707070;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  margin-bottom: 12px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .refer-save-text {
    color: #242424;
    font-size: 12px;
    font-weight: 500;
  }
}

.prod_drop_price_border {
  background-color: #DF6256;
}

.prod_price_lbl {
  margin-right: 5px;
}

.product-retail-group-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product-retail-group-1 {
    justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .product-retail-group-1 {
    justify-content: flex-end;
  }
}

.product-retail-group-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-retail-group-2 {
    justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .product-retail-group-2 {
    justify-content: flex-start;
  }
}

.prod_disc_lbl {
  font-size: 14px;
  display: block;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .prod_disc_lbl {
    width: 75%;
  }
}
@media screen and (max-width: 430px) {
  .prod_disc_lbl {
    width: 75%;
  }
}
@media screen and (max-width: 375px) {
  .prod_disc_lbl {
    width: 88%;
  }
}
@media screen and (max-width: 320px) {
  .prod_disc_lbl {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .prod-price-save, .prod-price-discount, .prod-total-price {
    line-height: 45px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .prod-price-save, .prod-price-discount {
    border-right: 1px solid #eaeaea;
  }
}

.prod-total-price {
  font-size: 30px;
  color: #1A1818;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  top: 5px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .prod-total-price {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 430px) {
  .prod-total-price {
    top: 5px;
  }
}

.prod_drop_price {
  text-align: center;
}
.prod_drop_price img {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem;
}

.final-price-span, .final-price-span-styled {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
  color: #242424;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .final-price-span, .final-price-span-styled {
    font-weight: 800;
  }
}
@media screen and (max-width: 430px) {
  .final-price-span, .final-price-span-styled {
    justify-content: flex-end;
  }
}

.final-price-span-styled {
  color: #B42531;
}

.prod_price_lbl_2 {
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 430px) {
  .prod_price_lbl_2 {
    justify-content: flex-end !important;
  }
}

@media screen and (min-width: 1200px) {
  .product-price-row {
    padding-right: 0;
  }
}
.product-price-row .no-gutters {
  align-items: flex-end;
}

.product-chart-sec-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.product-chart-sec-mob {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-chart-sec-mob {
    display: none;
  }
}

.productPageMainContainer {
  margin-top: 3rem;
}
@media screen and (min-width: 1441px) {
  .productPageMainContainer {
    max-width: 1356px;
  }
}
@media screen and (min-width: 1200px) {
  .productPageMainContainer {
    max-width: 1199px;
  }
}
@media screen and (max-width: 767px) {
  .productPageMainContainer {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .productPageMainContainer .prodPageImgWrapper {
    padding: 0;
  }
}

.prod-price-diff, .prod-price-value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.prod-price-diff span, .prod-price-value span {
  background-color: #F7E7E8;
  color: #B42531;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .prod-price-value {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .prod-price-diff span {
    min-width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-page-top-seller {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 10;
  background-color: #FF4D6E;
  border-radius: 16px 0 0 16px;
  width: 94px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page-top-seller span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .p-page-top-seller span {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .p-page-top-seller {
    right: 0;
  }
}

.waitingListForm .input-group-btn {
  background-color: #B3837C;
}
.waitingListForm .input-group-btn button {
  color: #ffffff;
}

.p-page-retail-sec {
  font-size: 12px;
  color: #707070;
  text-align: end;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-page-retail-sec {
    color: #242424;
    font-size: 10px;
    font-weight: 500;
  }
}

.p-page-flex-price {
  padding: 0;
  margin-bottom: 10px;
}
.p-page-flex-price .row, .p-page-flex-price ul.tabs, .p-page-flex-price ul.tabs-second, .p-page-flex-price .touch-promo-tabs, .p-page-flex-price .prod-gallery-row-new {
  justify-content: flex-end;
}

.p-page-vendor-line {
  margin-bottom: 10px;
  margin-top: 1rem;
}
.p-page-vendor-line .prod-pg-linename a {
  font-size: 14px;
  color: #242424;
  font-weight: 500;
}
.p-page-vendor-line .prod-pg-linename strong {
  font-weight: 800;
}
.p-page-vendor-line .prodPageVendorLogo {
  max-width: 80px;
}
.p-page-vendor-line .prod-pg-series-row {
  display: flex;
  align-items: center;
}

.prodPageVendorCol {
  margin-top: 15px;
  margin-bottom: 30px;
  height: 120px;
}

.p-page-gift-sec {
  max-width: 68%;
  background-color: #F9F9F9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: auto;
}
@media screen and (max-width: 1199px) {
  .p-page-gift-sec {
    max-width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .p-page-gift-sec {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-page-gift-sec {
    margin-top: 1rem;
  }
}
.p-page-gift-sec .prodPageVendorLogo {
  max-width: 80px;
}

.doubleProductVendor {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130px;
}

.prodPageBadgeTxt span {
  display: inline-block;
  line-height: 1.3;
  color: #242424;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .prodPageBadgeTxt span {
    font-size: 12px;
  }
}
.prodPageBadgeTxt strong {
  font-weight: 800;
}

.quadrupleSecs {
  background-color: #F9F9F9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  height: 125px;
  display: grid;
  place-content: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .quadrupleSecs {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .quadrupleSecs {
    height: 150px;
  }
}
@media screen and (max-width: 430px) {
  .quadrupleSecs {
    height: 136px;
  }
}
.quadrupleSecs span {
  font-size: 13px;
  color: #242424;
  font-weight: 500;
  display: flex;
  margin-top: 5px;
  height: 65px;
  align-items: center;
  max-width: 90%;
}
@media screen and (max-width: 1199px) {
  .quadrupleSecs span {
    max-width: 100%;
  }
}
.quadrupleSecs strong {
  color: #242424;
  font-weight: 800;
}

.prod-gallery-row .slick-track {
  margin-left: 0;
}

.prodPageBadgeIcon {
  position: absolute;
  top: 45px;
  right: 8%;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .prodPageBadgeIcon {
    top: 35px;
    right: 0;
  }
}
.prodPageBadgeIcon img {
  max-width: 80px;
}

.prodPageDetailsWrapper .productPageExtra {
  margin-bottom: 2rem;
}

.productQuadrupleSlider .native_slider-lg {
  grid-gap: 0.5rem;
  grid-auto-columns: 63.33%;
}
@media screen and (max-width: 400px) {
  .productQuadrupleSlider .native_slider-lg {
    grid-auto-columns: 70.33%;
  }
}
.productQuadrupleSlider .native_slider-lg .productQuadruple {
  scroll-snap-align: start;
}

@media screen and (max-width: 767px) {
  .product-page-tabs-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .product-page-tabs-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-page-tabs-wrapper ul.tabs {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1600px) {
  .product-page-tabs-wrapper ul.tabs {
    max-width: 1560px;
  }
}
.product-page-tabs-wrapper ul.tabs li {
  box-shadow: none;
  background: #fff;
  color: #b3b3b3;
  transition: all 300ms ease-in-out;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 2px;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .product-page-tabs-wrapper ul.tabs li {
    border-right: none;
  }
}
@media screen and (min-width: 576px) {
  .product-page-tabs-wrapper ul.tabs li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 575px) {
  .product-page-tabs-wrapper ul.tabs li {
    max-width: 80% !important;
    height: auto;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .product-page-tabs-wrapper ul.tabs li:last-child {
    margin-bottom: 0;
  }
}
.product-page-tabs-wrapper ul.tabs li span {
  transition: all 300ms ease-in-out;
  color: #262626;
  display: block;
  font-size: 18px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .product-page-tabs-wrapper ul.tabs li span {
    font-size: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
  }
}
.product-page-tabs-wrapper ul.tabs li.current span, .product-page-tabs-wrapper ul.tabs li:hover span {
  border-color: transparent;
  background: #ffffff;
  color: #B3837C;
}
@media screen and (max-width: 575px) {
  .product-page-tabs-wrapper ul.tabs li.current span, .product-page-tabs-wrapper ul.tabs li:hover span {
    background-color: #B3837C;
    color: #ffffff;
  }
}
.product-page-tabs-wrapper .tab-content {
  padding-bottom: 30px;
  padding-top: 30px;
}
.product-page-tabs-wrapper .tab-content .row, .product-page-tabs-wrapper .tab-content ul.tabs, .product-page-tabs-wrapper .tab-content ul.tabs-second, .product-page-tabs-wrapper .tab-content .touch-promo-tabs, .product-page-tabs-wrapper .tab-content .prod-gallery-row-new {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.product-page-tabs-wrapper .tab-content p {
  display: block;
  width: 100%;
  color: #262626;
}

.tab-content-main {
  color: #0B0B0B;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .tab-content-main {
    font-size: 14px;
    line-height: 2.3;
  }
}
.tab-content-main.files {
  display: grid;
  gap: 1rem;
  justify-content: center;
}
.tab-content-main tbody {
  color: #0B0B0B;
}

.prod-unavailable {
  color: #B42531;
  font-weight: 700;
}

.imgGalleryMainImg {
  width: 100%;
  border: 0.5px solid rgba(112, 112, 112, 0.5);
}
@media screen and (min-width: 1300px) {
  .imgGalleryMainImg {
    width: 535px;
  }
}
@media screen and (max-width: 767px) {
  .imgGalleryMainImg {
    border: unset;
  }
}
.imgGalleryMainImg .thumbnail_container {
  padding-bottom: 90%;
}
.imgGalleryMainImg .thumbnail_container img {
  padding: 15px 0;
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .imgGalleryMainImg .thumbnail_container {
    padding-bottom: 66.6667%;
  }
}

.prod-gallery-thumb {
  display: inline-block;
  width: 18.3333%;
  border: 0.5px solid rgba(112, 112, 112, 0.5);
  margin-right: 10px;
  max-width: 150px !important;
}
@media screen and (max-width: 767px) {
  .prod-gallery-thumb {
    border: 0.5px solid rgba(112, 112, 112, 0.2);
  }
}
.prod-gallery-thumb:last-child {
  margin-right: 0;
}

.productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn {
  background: #242424;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  border-radius: 10px !important;
  height: 55px;
  padding: 0;
}
.productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:hover {
  background: #242424;
  color: #fff;
  border-color: transparent !important;
}
.productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:disabled {
  background: #E5E5E5;
  color: #707070;
  font-weight: 700;
  border: 0;
}
.productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn:active {
  background-color: #242424 !important;
}
@media screen and (max-width: 380px) {
  .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn {
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn {
    font-size: 12px;
  }
}

.prod-reviews-col a {
  color: #707070;
}
.prod-reviews-col a:hover {
  color: #B1AB47;
}
@media screen and (max-width: 767px) {
  .prod-reviews-col {
    justify-content: flex-start !important;
    margin-top: 5px;
    padding-right: 0;
    display: none !important;
  }
}
.prod-reviews-col span {
  color: #242424;
}

.prod-pg-points-info {
  color: #242424;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  margin: 0;
}
.prod-pg-points-info span {
  font-weight: 700;
}

.prod-avail-col {
  font-size: 14px;
}
@media screen and (max-width: 430px) {
  .prod-avail-col {
    justify-content: flex-start !important;
  }
}

.prod-available {
  color: #5A955B;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .prod-available {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .productInfoMain {
    padding-left: 0;
  }
}
.productInfoMain .Qty {
  border: 1px solid #707070;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .productInfoMain .Qty {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .productInfoMain .Qty {
    border: unset;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .productInfoMain .Qty {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.productInfoMain .Qty .form-control {
  border: unset;
  color: #242424;
  font-size: 26px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .productInfoMain .Qty .form-control {
    border: 1px solid #707070;
    border-radius: 9px;
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .productInfoMain .Qty .form-control {
    height: 50px;
  }
}
.productInfoMain .Qty button {
  color: #242424;
}
.productInfoMain .Qty .input-group-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .productInfoMain .ProductAddBlock {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.productInfoMain .ProductAddBlock .addToCartBtn {
  width: 100%;
}

.productBadgeGiftTitle {
  font-size: 17px !important;
  color: #707070 !important;
  font-weight: 600;
}

.desktop-tabs .tab-link {
  border: none;
}

.mobile-accordion {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .mobile-accordion {
    display: block !important;
  }
}

.product-page-reviews-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.product-page-reviews-wrapper .row, .product-page-reviews-wrapper ul.tabs, .product-page-reviews-wrapper ul.tabs-second, .product-page-reviews-wrapper .touch-promo-tabs, .product-page-reviews-wrapper .prod-gallery-row-new {
  margin-left: 0;
  margin-right: 0;
}

.review-login-row {
  text-align: center;
  margin-bottom: 30px;
}
.review-login-row button#review-login-toggle {
  font-size: 16px;
  line-height: 1.3;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  border: 0;
  font-weight: 700;
}

.reviews-content-wrapper {
  width: 100%;
}

.review-form-row {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .review-form-row {
    padding-left: 0;
    padding-right: 0;
  }
}
.review-form-row textarea {
  resize: none;
  overflow-y: auto;
}
.review-form-row .rating-stars {
  display: block;
  width: 100%;
}
.review-form-row .rating-stars ul {
  display: block;
  width: 100%;
}
.review-form-row .rating-stars ul li {
  display: inline-block;
  margin-right: 10px;
}
.review-form-row .rating-stars ul li:last-child {
  margin-right: 0;
}
.review-form-row .rating-stars ul li i {
  font-size: 25px;
}
.review-form-row #review_submit {
  color: #FFFFFF;
  background-color: #B3837C;
  font-weight: 600;
  border: unset;
  padding: 5px 15px;
}

@media screen and (min-width: 576px) {
  .productTabsBorder {
    border-top: 1px solid #B3837C !important;
    border-bottom: 1px solid #B3837C !important;
    width: 100% !important;
    min-width: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .productPageShadow {
    border-radius: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 430px) {
  .productPageShadow {
    box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.1607843137);
  }
}
@media screen and (max-width: 380px) {
  .productPageShadow {
    padding: 0 15px;
  }
}

.prodPageDiscSec .diff-margin {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .prodPageDiscSec .diff-margin:last-child {
    margin-left: 0;
    margin-top: 5px;
  }
}

.unavailableText {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #B42531;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .product-page-mob-just {
    justify-content: flex-end !important;
    font-size: 12px;
  }
}

.prod-gallery-row-wrapper.native_slider {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  width: 100%;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .prod-gallery-row-wrapper.native_slider {
    height: 60%;
    top: 20%;
    width: -moz-fit-content;
    width: fit-content;
    left: 5%;
  }
}
.prod-gallery-row-wrapper.native_slider .native_slider-lg {
  grid-auto-flow: row;
  grid-auto-columns: 90%;
  grid-auto-rows: 20%;
  scroll-snap-type: y mandatory;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  clip-path: inset(0 30px 0 0);
  padding: 0 15px 0 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .prod-gallery-row-wrapper.native_slider .native_slider-lg {
    gap: 45%;
    width: 115px;
    height: 60%;
  }
}
@media screen and (max-width: 380px) {
  .prod-gallery-row-wrapper.native_slider .native_slider-lg {
    gap: 52%;
  }
}
.prod-gallery-row-wrapper.native_slider .native_slider-li {
  padding: 0;
  margin: 0;
  scroll-snap-align: start;
}
@media screen and (max-width: 767px) {
  .prod-gallery-row-wrapper.native_slider .native_slider-li {
    position: relative;
    top: 20px;
    width: 72px;
  }
}

.prod-gallery-row-new {
  margin: 15px 0;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.quick-v-attrs-out {
  margin-top: 5px;
  border: 1px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.quick-v-attrs-out .lni-close {
  font-size: 30px;
  position: relative;
  left: 90%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .quick-v-attrs-out .lni-close {
    left: 85%;
  }
}
.quick-v-attrs-out .quick-v-attr-select {
  font-size: 14px;
  color: #010101;
}
@media screen and (min-width: 1200px) {
  .quick-v-attrs-out .quick-v-attr-select {
    position: absolute;
    top: 0;
    transform: translate(0, -75px);
  }
}
@media screen and (max-width: 575px) {
  .quick-v-attrs-out .quick-v-attr-select {
    padding: 0;
  }
}
.quick-v-attrs-out .quick-v-attr-select .attr-title {
  font-weight: 500;
}
.quick-v-attrs-out .quick-v-attr-select .attr-select-in {
  font-weight: 700;
  margin-left: 3px;
}
.quick-v-attrs-out .quick-v-attr-select .attr-prop {
  max-width: 185px;
  grid-auto-columns: 18.33%;
  clip-path: unset;
  padding-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .quick-v-attrs-out .quick-v-attr-select .attr-prop {
    max-width: 160px;
    grid-auto-columns: 22.33%;
  }
}
.quick-v-attrs-out .quick-v-attr-select .attr-prop::-webkit-scrollbar {
  display: none;
}
.quick-v-attrs-out .quick-v-attr-select .attr-btn-color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.quick-v-attrs-out .quick-v-attr-select .border-variation {
  border: 2px solid #242424;
}
.quick-v-attrs-out .quick-v-attr-select .border-white {
  border: 2px solid #ffffff;
}
.quick-v-attrs-out .quick-v-attr-select .attr-check-lay {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.quick-v-attrs-out .quick-v-attr-select .native_slider-btn-next {
  background-position-x: 0;
  width: 20px;
  height: 20px;
  border-radius: unset;
  right: 90px;
}
@media screen and (min-width: 1200px) {
  .quick-v-attrs-out .quick-v-attr-select .native_slider-btn-next {
    top: 75%;
    right: 90px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .quick-v-attrs-out .quick-v-attr-select .native_slider-btn-next {
    right: 0;
  }
}
@media screen and (max-width: 575px) and (min-width: 401px) {
  .quick-v-attrs-out .quick-v-attr-select .native_slider-btn-next {
    right: 42%;
  }
}
@media screen and (max-width: 400px) {
  .quick-v-attrs-out .quick-v-attr-select .native_slider-btn-next {
    right: 38%;
  }
}
.quick-v-attrs-out .attr-prop-expanded {
  position: fixed;
  top: 0;
  right: 0;
  width: 690px;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999999999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 2rem 1rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .quick-v-attrs-out .attr-prop-expanded {
    width: 340px;
    padding-inline: 0;
  }
}
.quick-v-attrs-out .attr-expand-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #494949;
  opacity: 0.73;
  mix-blend-mode: multiply;
  z-index: 999;
}

.expand-product-details-container .expand-title {
  font-size: 20px;
  font-weight: 500;
}
.expand-product-details-container .expand-product-details {
  margin-bottom: 1rem;
}
.expand-product-details-container .attr-expand-cont-details {
  margin-top: 2rem;
  height: 760px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .expand-product-details-container .attr-expand-cont-details {
    padding-bottom: 5rem;
  }
}
.expand-product-details-container img {
  width: 100px;
  height: 100px;
}
.expand-product-details-container .expand-product-info {
  max-width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .expand-product-details-container .expand-product-info {
    max-width: 70%;
  }
}
.expand-product-details-container .expand-product-stock {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .expand-product-details-container .expand-product-stock {
    font-size: 10px;
  }
}
.expand-product-details-container .text-in-stock {
  color: #5A955B;
}
.expand-product-details-container .text-out-of-stock {
  color: #DE2D2D;
}
.expand-product-details-container .expand-product-name {
  font-size: 13px;
  color: #040404;
  font-weight: 500;
}
.expand-product-details-container .expand-product-price {
  font-size: 13px;
  color: #040404;
}
.expand-product-details-container .expand-product-price span {
  font-size: 15px;
  margin-left: 3px;
  font-weight: 700;
}
.expand-product-details-container .ss-scroll {
  right: -100% !important;
}

.prod-gallery-row {
  max-width: 535px;
}

.product_details .product_short_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 430px) {
  .product_details .product_short_description {
    border: none;
    line-height: 1rem;
  }
}
.product_details .product_short_description p {
  margin: 0;
}

.blog_main_wrapper .content_embedding_element .content_embedding_element_single {
  margin: 0 auto;
  max-width: 250px;
}
.blog_main_wrapper .content_embedding_element .native_slider-lg {
  grid-auto-columns: minmax(290px, 1fr);
  padding-bottom: 5rem;
}
.blog_main_wrapper .content_embedding_element .native_slider-btn {
  cursor: pointer;
}

#site-header-main .footer-usp-wrapper {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  #site-header-main .footer-usp-wrapper {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #site-header-main .footer-usp-wrapper .usp-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  #site-header-main .footer-usp-wrapper .usp.title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
  }
  #site-header-main .footer-usp-wrapper .usp.title span {
    font-size: 13px;
  }
  #site-header-main .footer-usp-wrapper .usp.title a span {
    display: block;
    width: 100%;
  }
}

.footer-nsltr, .footer-nav-col, .footer-phone-img, .footer-phone-col {
  padding: 0 15px;
}

.main_menu_wrapper {
  background: #221F1E;
}

.main_menu {
  border-top: 0;
}

@media screen and (min-width: 1200px) {
  .main_menu_first_level_subcontent {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1199px;
    width: 100%;
    box-shadow: 0px 14px 24px -9px rgb(110, 110, 110);
    border: 0;
  }
}

.main_menu_first_level_category_title {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .main_menu_first_level_category_title {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    padding-top: 7px;
  }
}
@media screen and (max-width: 1199px) {
  .main_menu_first_level_category_title {
    color: #000000;
  }
}
.main_menu_first_level_category_title:hover {
  color: #B3837C;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .main_menu_first_level:last-child .main_menu_first_level_category_title {
    border-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .menu_subcontent_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .main_menu_row {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* .main_menu_first_level{display: inline-block;} */
  }
}
@media screen and (max-width: 1199px) {
  .main_menu_row {
    float: left;
    width: 100%;
  }
}

.main_menu_show_more {
  color: #B8B8B8;
}

.main_menu_subcontent {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .main_menu_subcontent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .main_menu_subcontent_list {
    width: 20%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .main_menu_subcontent_list {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .main_menu_subcontent_all_categories {
    float: none;
  }
}

@media screen and (min-width: 1200px) {
  .main_menu_subcontent_list_title {
    color: #B3837C !important;
  }
  .main_menu_subcontent_list_title:hover {
    color: #221F1E !important;
  }
}

ul#siteMainNavList {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  ul#siteMainNavList {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
ul#siteMainNavList li.nav_top_level {
  transition-delay: 1s;
}
@media screen and (min-width: 1200px) {
  ul#siteMainNavList li.nav_top_level {
    display: inline-block;
    margin-right: -4px;
    padding-left: 3px;
    padding-right: 3px;
  }
  ul#siteMainNavList li.nav_top_level:hover {
    transition: all 300ms ease-in-out;
  }
  ul#siteMainNavList li.nav_top_level:hover .site_nav_main_contents {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
    z-index: 5000;
  }
  ul#siteMainNavList li.nav_top_level:hover .site_nav_main_contents .site_nav_inner_container {
    box-shadow: 0px 5px 6px -2px rgba(0, 0, 0, 0.35);
  }
  ul#siteMainNavList li.nav_top_level.activeNav a.nav_top_url, ul#siteMainNavList li.nav_top_level:hover a.nav_top_url {
    color: #B3837C;
  }
}
ul#siteMainNavList li.nav_top_level a.nav_top_url {
  line-height: 1;
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  ul#siteMainNavList li.nav_top_level a.nav_top_url {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 60px;
    position: relative;
    color: #1a1a2e;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  ul#siteMainNavList li.nav_top_level {
    border-bottom: 1px solid #eaeaea;
    position: relative;
  }
  ul#siteMainNavList li.nav_top_level .nav_arrow.arrow-right {
    top: 50%;
    transform: translateY(-50%);
    color: #221F1E;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  ul#siteMainNavList li.nav_top_level .nav_arrow.arrow-right:before {
    border-top: solid 1px #221F1E;
    border-right: solid 1px #221F1E;
    color: #221F1E;
    background-color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  ul#siteMainNavList {
    overflow-y: auto;
    height: 100vh;
  }
}
ul#siteMainNavList .prodItemBadge {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 1;
}

nav#siteMainNav {
  background: #221F1E;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1000;
  padding: 0.5rem;
}
nav#siteMainNav ul {
  list-style: none;
}
@media screen and (max-width: 1199px) {
  nav#siteMainNav {
    background: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
    right: -300px;
    width: 280px;
    transition: all 200ms ease-in-out;
    transform: translateX(300px);
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 5000;
  }
  nav#siteMainNav.site_nav_open {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    right: 0;
    transition: all 600ms ease-in-out;
    transform: translateX(0);
  }
}
nav#siteMainNav .site_nav_container {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 75%;
  max-width: 75%;
}
nav#siteMainNav .site_nav_container.vendors_nav_container {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  nav#siteMainNav .site_nav_container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
nav#siteMainNav .site_nav_sliders_container {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1199px) {
  nav#siteMainNav .site_nav_sliders_container {
    display: none;
  }
}
nav#siteMainNav .site_nav_main_contents .site_nav_inner_container {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  height: 580px;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1199px) {
  nav#siteMainNav .site_nav_main_contents .site_nav_inner_container {
    padding: 0;
  }
}
nav#siteMainNav .site_nav_main_contents.nav_vendors_contents {
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  nav#siteMainNav .site_nav_main_contents {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-height: 550px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: -1;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  nav#siteMainNav .site_nav_main_contents {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    right: -300px;
    width: 300px;
    transition: all 200ms ease-in-out;
    transform: translateX(300px);
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) and (max-width: 400px) {
  nav#siteMainNav .site_nav_main_contents {
    right: -100%;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  nav#siteMainNav .site_nav_main_contents.site_nav_contents_open {
    background: #fff;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: 0;
    width: calc(100% - 50px);
    transition: all 600ms ease-in-out;
    transform: translateX(0);
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: -3px 0px 6px -3px rgba(0, 0, 0, 0.35);
  }
  nav#siteMainNav .site_nav_main_contents .sec_level_item {
    position: relative;
  }
  nav#siteMainNav .site_nav_main_contents .sec_level_item a {
    color: #221F1E;
    font-size: 13px;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
  }
}

nav#siteMainNav #navVendorsWrap .site_nav_inner_container {
  padding-top: 0;
  padding-bottom: 0;
}

ul.site_main_contents_nav {
  float: left;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  ul.site_main_contents_nav {
    display: block;
    width: 100%;
    float: none;
    max-width: 100%;
    margin: 0;
    background: #fff;
  }
}

.return_to_main_menu {
  display: block;
}
.return_to_main_menu a {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  background: gray;
  color: #fff;
  padding-left: 35px;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}
.return_to_main_menu a ion-icon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .return_to_main_menu {
    display: none;
  }
}

.mob_view_sec_level em {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  transform: translateY(-50%);
  width: 25px;
}
.mob_view_sec_level em .nav_arrow.arrow-right {
  top: 50%;
  transform: translateY(-50%);
  color: #221F1E;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mob_view_sec_level em .nav_arrow.arrow-right:before {
  border-top: solid 1px #221F1E;
  border-right: solid 1px #221F1E;
  color: #221F1E;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .mob_view_sec_level em {
    display: none;
  }
}

.active_nav_cat_title {
  padding-bottom: 1.5px;
  padding-top: 1.5px;
  border-bottom: 1px solid #eaeaea;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .active_nav_cat_title {
    display: none;
  }
}

ul.sec_level_list {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  ul.sec_level_list {
    position: relative;
    float: left;
    width: 100%;
    min-height: 500px; /* max-width:1199px; */
    padding-bottom: 30px; /* position: absolute; left:0; right:0; margin:0 auto; width:100%; max-width:1199px */
  }
}
@media screen and (max-width: 1199px) {
  ul.sec_level_list {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: #fff;
    position: absolute;
    z-index: 10;
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .sec_level_item {
    float: left;
    width: 40%;
    clear: both;
    overflow: visible;
  }
}
@media screen and (max-width: 1199px) {
  .sec_level_item {
    float: left;
    width: 100%;
  }
}
.sec_level_item a {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .sec_level_item a {
    line-height: 1.5;
  }
}
.sec_level_item a.sec_level_url {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .sec_level_item a {
    color: gray !important;
  }
  .sec_level_item a:hover, .sec_level_item a.default_active {
    background: #B3837C !important;
    color: #fff !important;
  }
  .sec_level_item a:hover:after, .sec_level_item a.default_active:after {
    border-left: 5px solid #fff !important;
  }
  .sec_level_item a.sec_level_url:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #B3837C;
  }
}
@media screen and (min-width: 1200px) {
  .sec_level_item:hover .sec_level_url {
    background: #B3837C !important;
    color: #fff !important;
  }
  .sec_level_item:hover .nav_third_level {
    display: block;
  }
  .sec_level_item:hover .nav_third_level:hover ~ .sec_level_item a {
    background: #fff;
    color: #000 !important;
  }
  .sec_level_item:first-child .nav_third_level.default_open {
    display: block;
  }
}

.mob_view_third_level {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 48px;
}
.mob_view_third_level .nav_arrow.arrow-right {
  top: 50%;
  transform: translateY(-50%);
  color: #221F1E;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mob_view_third_level .nav_arrow.arrow-right:before {
  border-top: solid 1px #221F1E;
  border-right: solid 1px #221F1E;
  color: #221F1E;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .mob_view_third_level {
    display: none;
  }
}

.nav_third_level {
  margin: 0;
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .nav_third_level {
    max-height: 550px;
    display: none;
    background: #fff;
    padding-top: 10px;
    z-index: 5;
    position: absolute;
    left: 40%;
    top: 0;
    height: 100%;
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .nav_third_level {
    background: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 100;
    right: -300px;
    transform: translateX(300px);
    transition: all 200ms ease-in-out;
  }
  .nav_third_level.nav_third_level_open {
    right: 0;
    width: 100%;
    transform: translateX(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 600ms ease-in-out;
  }
}
.nav_third_level ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .nav_third_level ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 375px;
  }
  .nav_third_level ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1199px) {
  .nav_third_level ul {
    float: left;
    width: 100%;
    background: #fff;
  }
}
.nav_third_level ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .nav_third_level ul li a {
    color: #221F1E !important;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .nav_third_level ul li a:hover {
    background: gray;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.nav_third_level ul li.back_to_sec_level {
  display: block;
}
.nav_third_level ul li.back_to_sec_level a {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  background: gray;
  color: #fff !important;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  border-bottom: 0;
}
.nav_third_level ul li.back_to_sec_level a .nav_arrow.arrow-left {
  color: #000;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #fff;
}
.nav_third_level ul li.back_to_sec_level a .nav_arrow.arrow-left:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-135deg);
}
@media screen and (min-width: 1200px) {
  .nav_third_level ul li.back_to_sec_level {
    display: none;
  }
}
.nav_third_level .viewmorenav {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .nav_third_level .viewmorenav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.nav_third_level .viewmorenav a {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #4D4D4D;
  color: #ffffff !important;
}
@media screen and (min-width: 1200px) {
  .nav_third_level .viewmorenav a:hover {
    background: grey;
  }
}
@media screen and (max-width: 1199px) {
  .nav_third_level .viewmorenav a {
    padding-bottom: 5px;
    padding-top: 5px;
    background: gray;
    color: #fff !important;
    line-height: 1.3;
  }
}
.nav_third_level .viewmorenav a span.arrow-right.nav_arrow {
  right: 10px;
}
@media screen and (max-width: 1199px) {
  .nav_third_level .viewmorenav a span.arrow-right.nav_arrow {
    display: none;
  }
}
.nav_third_level .nav_cat_title {
  background: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #221F1E;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #eaeaea;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1199px) {
  .nav_third_level .nav_cat_title {
    display: none;
  }
}

.no_sub_level {
  float: left;
  width: 40%;
  clear: both;
}
.no_sub_level a {
  color: gray !important;
  font-size: 15px;
  padding: 10px;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 1200px) {
  .no_sub_level a:hover, .no_sub_level a.default_active {
    background: #B3837C;
    color: #fff !important;
  }
}
@media screen and (max-width: 1199px) {
  .no_sub_level {
    width: 100%;
  }
  .no_sub_level a {
    color: gray !important;
    width: 100%;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #eaeaea;
  }
}

#mob-nav-toggle {
  background: transparent;
  position: fixed;
  width: 36px;
  height: auto;
  z-index: 9999;
  right: 15px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  top: 25px;
}
@media screen and (min-width: 1200px) {
  #mob-nav-toggle {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #mob-nav-toggle {
    top: 25px;
  }
  #mob-nav-toggle.active_mob_nav_toggle {
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #mob-nav-toggle {
    top: 25px;
    height: 36px;
  }
  #mob-nav-toggle.active_mob_nav_toggle {
    top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #mob-nav-toggle {
    right: auto;
    top: 25px;
    left: 5px;
  }
  #mob-nav-toggle.active_mob_nav_toggle {
    top: 25px;
  }
}
#mob-nav-toggle span.mobLine {
  position: relative;
  display: block;
  height: 4px;
  background: gray;
  margin: 0 0 5px;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#mob-nav-toggle span.mobLine:first-child {
  margin-top: 5px;
}
#mob-nav-toggle.active_mob_nav_toggle {
  background: transparent;
  right: 300px;
}
#mob-nav-toggle.active_mob_nav_toggle span.mobLine {
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  background: #000;
  height: 4px;
}
#mob-nav-toggle.active_mob_nav_toggle span.mobLine:nth-child(2) {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#mob-nav-toggle.active_mob_nav_toggle span.mobLine:last-child {
  background: #000;
  height: 4px;
  transform: rotate(-45deg);
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}
#mob-nav-toggle .line {
  float: left;
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 0 0 5px 0;
}
#mob-nav-toggle .line:last-child {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  #mob-nav-toggle {
    display: none;
  }
}

.access-no-vis {
  display: none !important;
}

#mob_nav_overlay {
  position: fixed;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -1;
  height: 100%;
  left: 0;
  width: 0;
  background: transparent;
}
#mob_nav_overlay.mob_nav_overlay_visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 100%;
  transition-delay: 300ms;
  z-index: 1000;
}

@media screen and (min-width: 1200px) {
  .mobCatIcon {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .mobCatIcon {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 5px;
    background: #eaeaea;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
  }
  .mobCatIcon.activeNavCat {
    background: gray;
  }
  .mobCatIcon:before {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10%;
    height: 80%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    content: "";
    position: absolute;
    z-index: 1;
  }
  .mobCatIcon img {
    z-index: 2;
    font-size: 8px;
    color: #666;
    line-height: 1.2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 25px;
  }
}

.menu-display-desktop {
  display: block;
}
@media screen and (max-width: 1199px) {
  .menu-display-desktop {
    display: none;
  }
}

.menu-display-mob {
  display: none;
}
@media screen and (max-width: 1199px) {
  .menu-display-mob {
    display: block;
  }
}

.showMinicart {
  right: 0 !important;
  transition: all 300ms ease-in-out;
}

.minicartItems {
  margin: 0;
  display: block;
  width: 100%;
  height: 450px;
  overflow-y: auto;
  background: #F9F9F9;
}
@media screen and (max-height: 700px) {
  .minicartItems {
    height: 250px;
  }
}
@media screen and (max-height: 600px) {
  .minicartItems {
    height: 200px;
  }
}
@media screen and (max-height: 500px) {
  .minicartItems {
    height: 150px;
  }
}
.minicartItems .alert {
  display: block;
  width: 100%;
  text-align: center;
}

.minicart {
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #F9F9F9;
  z-index: 9000;
  transition: all 300ms ease-in-out;
  overflow-y: auto;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .minicart {
    width: 85%;
  }
}
.minicart .minicartItems {
  overflow-x: hidden;
}
.minicart .gift-choice-only-cart {
  display: none;
}
.minicart .only-cart-text {
  display: none;
}
.minicart .minicart-header {
  padding-inline: 30px;
}

#minicartOverlay, #searchOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 33, 33, 0.4);
  z-index: 9000;
  transition: all 300ms ease-in-out;
  display: none;
}

.minicartItem {
  border: 1px solid #E0E0E0;
}
.minicartItem .quantitySpinner .btn, .minicartItem .quantitySpinner .loadMoreOrders .orders_list_more, .loadMoreOrders .minicartItem .quantitySpinner .orders_list_more, .minicartItem .quantitySpinner .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .minicartItem .quantitySpinner .addToCartBtn, .minicartItem .quantitySpinner .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .minicartItem .quantitySpinner .addToCartBtn.addtoCart, .minicartItem .quantitySpinner .modalQuickV .discount, .modalQuickV .minicartItem .quantitySpinner .discount, .minicartItem .quantitySpinner .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .minicartItem .quantitySpinner .singleCategoryMoreBtn, .minicartItem .quantitySpinner .primary_button_md, .minicartItem .quantitySpinner .product_card .addToCartBtn.addtoCart, .product_card .minicartItem .quantitySpinner .addToCartBtn.addtoCart, .minicartItem .quantitySpinner .product_card .addToCartBtn.quickViewBtn, .product_card .minicartItem .quantitySpinner .addToCartBtn.quickViewBtn, .minicartItem .quantitySpinner .product_card .wishlistBtn, .product_card .minicartItem .quantitySpinner .wishlistBtn, .minicartItem .quantitySpinner .brands_slider_show_more_button, .minicartItem .quantitySpinner .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .minicartItem .quantitySpinner .main_slider_item_button {
  font-size: 0.8rem;
  padding: 0.4rem 0.25rem;
}
.minicartItem .quantitySpinner .form-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  height: calc(0.5em + 1.5rem + 2px);
}

.advCartRow-custom {
  background: #fff;
  margin-bottom: 0.3rem;
}

.minicart-900 {
  font-weight: 900;
  font-size: 1.5rem;
}

.minicart-custom-gap {
  gap: 0.3rem;
  align-items: baseline;
}

.custom-minicart-button-1 {
  background-color: #B3837C;
  border-color: #6c757d;
  color: #fff;
  border-radius: 10px !important;
  border: 0;
}
.custom-minicart-button-1:hover {
  background-color: #A36D68;
  color: #fff;
}

.custom-minicart-button-2 {
  border-radius: 10px !important;
  background: black;
}

.custom-flex {
  display: flex;
  flex-direction: column;
}

.custom-gap-minicart {
  display: flex !important;
  gap: 0.5rem;
  flex-direction: column;
}

.main_cart .custom-minicart-width, .minicart .custom-minicart-width, .second-container-checkout .custom-minicart-width {
  max-width: 70px !important;
  border-radius: 5px !important;
  border: 1px solid black !important;
  font-weight: 800;
  color: black;
}

.custom-qty-minicart {
  justify-content: end;
  gap: 0.5rem;
}

.custom-black {
  color: black !important;
}

.font-bold {
  font-weight: 900;
}

.white-bg-section-minicart {
  background: #fff;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  padding-inline: 25px;
  flex-grow: 1;
}

.minicartItems .ss-content {
  padding-inline: 30px;
}

.custom-minicart-text {
  font-size: 1rem;
  color: black;
}

.text-custom-brown {
  color: #B3837C;
  font-weight: 700;
}

.text-decoration-underline {
  text-decoration: underline;
}

.minicart .custom-flex-for-cart .slick-checkout-gifts-slider {
  all: unset;
}
.minicart .custom-flex-for-cart .advGiftRow:first-child {
  margin-top: 5px;
}
.minicart .custom-flex-for-cart .gift-row-name {
  font-size: 12px;
}
.minicart .points-style {
  color: #B3837C;
  font-weight: bold;
}
.minicart .advCartRow {
  display: flex;
  align-items: center;
}

.custom-minicart-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-inline: 0;
}
@media screen and (max-width: 575px) {
  .custom-minicart-flex {
    flex-direction: row;
  }
}
.custom-minicart-flex .custom-cart-text {
  color: #000000;
  font-weight: 800;
  padding-right: 1rem;
}
@media screen and (max-width: 575px) {
  .custom-minicart-flex .custom-cart-text {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 0;
  }
}

.text-black {
  color: black;
}

.text-black-bold {
  color: black;
  font-weight: bolder;
}

.minicart .remove-prod-btn {
  top: 5px !important;
  right: 5px !important;
}

.minicart-gea-points-col {
  text-align: center;
  font-size: 15px;
  padding-inline: 55px;
  color: black;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .minicart-gea-points-col {
    padding-inline: 0;
  }
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .mobile-mt-3 {
    margin-top: 1rem !important;
  }
}
.gift-choice-only-minicart {
  gap: 1rem;
}

.gif-in-minicart {
  width: 80px;
  height: 80px;
}

.product-card-thumb {
  position: relative;
}

.product_card_actions {
  position: absolute;
  bottom: 0;
  transform: translateY(0);
  z-index: 10;
  left: 0px;
  width: 45px;
}
.product_card_actions .quickview .compBtn.addToCartBtn.quickViewBtn {
  border: 0;
  width: 100%;
  padding: 0;
}
.product_card_actions .quickViewBtn {
  margin: 0 !important;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.product_card_actions .quickViewBtn:hover {
  background: transparent !important;
}
.product_card_actions img {
  width: 18px;
}
.product_card_actions .wish-list-btn {
  padding: 0;
}
.product_card_actions .wish-list-btn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product_card_actions .wish-list-btn a:hover {
  background: transparent !important;
}
.product_card_actions .quick-view {
  padding: 0;
}

.product_card_thumbnail_img {
  padding: 5px !important;
}

.product_card .addToCartBtn.quickViewBtn, .product_card .wishlistBtn {
  background: transparent;
  border: 0 !important;
  width: 36px;
  height: 36px;
  padding: 0 !important;
}
.product_card .addToCartBtn.quickViewBtn:hover, .product_card .wishlistBtn:hover {
  background: #f2f2f2;
  color: #B3837C;
}
.product_card .addToCartBtn.addtoCart {
  color: #FFFFFF;
  background-color: #B2AB40;
  border-color: #B2AB40;
  font-weight: 600;
}
.product_card .addToCartBtn.addtoCart:hover {
  background-color: #7C7310;
  color: #FFFFFF;
  border-color: #7C7310;
}
.product_card .addToCartBtn.addtoCart:disabled {
  background-color: #E5E5E5;
  color: #707070;
  border: none;
  font-weight: 600;
}
.product_card .product_card_final_price, .product_card .product_card_price_no_discount {
  color: #252525 !important;
}
.product_card .product_card_final_price {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .product_card_title {
    overflow: visible;
  }
}

.product_card_title_text {
  line-height: 1.5;
  color: #252525;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 430px) {
  .product_card_title_text {
    height: 60px;
  }
}

.prod_sponsored_row_top_seller {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-color: #FF4D6E;
  padding: 0 5px 0 10px;
  border-radius: 12px 0 0 12px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod_sponsored_row_top_seller span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.prod-card-badge {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 65px;
}

.ref-final-price-sec {
  height: 25px;
}

.font_size_ref {
  font-size: 14px;
  text-decoration: line-through;
  color: #707070;
  font-weight: 500;
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gea_product_card {
  margin: 0 !important;
}
@media screen and (min-width: 1200px) {
  .gea_product_card:hover .adv-add-to-cart-button-base:not([disabled]) {
    padding: 0 20px;
  }
}

.product_card_thumbnail .thumbnail img {
  padding-top: 2rem;
}

.product_card_points_element span {
  color: #707070;
  font-size: 12px;
  font-weight: 500;
}

.product_card_discount_wrapper {
  align-items: flex-end;
}

.drop-price-msg {
  background-color: #252525;
  font-size: 12px;
  font-weight: 400;
  padding: 4.2px;
  color: #ffffff;
}

.product_card_final_price_with_disc {
  font-size: 20px;
  font-weight: 800;
  color: #B42531;
  padding-left: 5px;
  display: flex;
}

.prod_sponsored_row {
  height: 25px;
  width: 73px;
}

.bg-unset {
  background-color: unset;
}

.related-prods-slider {
  margin-top: 30px;
  margin-bottom: 45px;
}
.related-prods-slider h2 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .related-prods-slider h2 {
    font-size: 20px;
  }
}

.comboTitle {
  color: #0b0b0b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 575px) {
  .comboTitle {
    font-size: 25px;
  }
}

.product_combos_content {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .product_combos_content {
    margin-top: 0 !important;
    padding: 0;
  }
}
.product_combos_content .native_slider-lg {
  grid-auto-columns: minmax(50%, 100%);
  height: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .product_combos_content .native_slider-lg {
    grid-auto-columns: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .product_combos_content .native_slider-lg {
    grid-auto-columns: 98%;
  }
}
.product_combos_content .native_slider-li {
  scroll-snap-align: start;
}
@media screen and (max-width: 575px) {
  .product_combos_content .native_slider-li {
    padding: 0;
  }
}
.product_combos_content .native_slider .native_slider-btn-prev {
  left: -15px;
}
.product_combos_content .native_slider .native_slider-btn-next {
  right: -15px;
}
.product_combos_content:hover {
  cursor: pointer;
}
.product_combos_content .product_combo_list {
  scroll-snap-align: start;
  border-right: 1px solid #eceff1;
  padding: 2rem 1rem 1.5rem 1rem;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #F9F9F9;
  border-radius: 6px;
}
@media screen and (max-width: 575px) {
  .product_combos_content .product_combo_list {
    position: relative;
    left: 5px;
  }
}
@media screen and (max-width: 380px) {
  .product_combos_content .product_combo_list {
    padding-inline: 0;
  }
}
.product_combos_content .product_combo_list .thumbnail_container {
  padding-bottom: 60%;
}
.product_combos_content .product_combo_list .thumbnail_container img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1607843137);
}
.product_combos_content .horizontal_card_in:hover {
  box-shadow: none;
}
.product_combos_content .comboInfo {
  text-align: center;
  grid-column: span 2;
  margin-bottom: 8px;
}
.product_combos_content .comboInfo:before {
  content: "+";
  display: block;
  width: 30px;
  height: 30px;
  right: calc(50% - 15px);
  top: -140px;
  position: absolute;
  border-radius: 50%;
  font-size: 30px;
  line-height: 30px;
  color: gray;
  border: 1px solid #727272;
}
@media screen and (max-width: 1199px) and (min-width: 993px) {
  .product_combos_content .comboInfo:before {
    top: -120px;
  }
}
@media screen and (max-width: 991px) and (min-width: 431px) {
  .product_combos_content .comboInfo:before {
    top: -150px;
  }
}
@media screen and (max-width: 430px) {
  .product_combos_content .comboInfo:before {
    top: -120px;
  }
}
@media screen and (max-width: 575px) {
  .product_combos_content .list-product_card_title {
    font-size: 12px;
  }
}
.product_combos_content .comboTitle {
  color: gray;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 600;
}
.product_combos_content .comboPrice {
  margin-bottom: 5px;
  color: #242424;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .product_combos_content .comboPrice {
    font-size: 12px;
  }
}
.product_combos_content .comboPrice.finalComboPrice {
  color: #242424;
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .product_combos_content .comboPrice.finalComboPrice {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .product_combos_content .comboPrice {
    font-size: 11px;
  }
  .product_combos_content .comboPrice.finalComboPrice {
    font-size: 24px;
  }
}
.product_combos_content .comboGain {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .product_combos_content .comboGain {
    font-size: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 380px) {
  .product_combos_content .comboGain {
    margin-top: 2rem;
  }
}
.product_combos_content .comboGain span {
  color: #B3837C;
  font-weight: 600;
}
.product_combos_content .comboStartStyle {
  text-decoration: line-through;
  margin-left: 3px;
}
.product_combos_content .addToCartBtn[disabled] {
  background: #eaeaea;
  border-color: transparent;
}
.product_combos_content .addToCartBtn[disabled]:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.native_slider-btn-prev {
  background: url(/ui/design/img/slick-prev.png) no-repeat 18px;
  border: none;
  left: -15px;
}

.native_slider-btn-next {
  background: url(/ui/design/img/slick-next.png) no-repeat 18px;
  border: none;
  right: 0;
}

.native_slider-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 45px;
  height: 90px;
  transform: translateY(-50%);
  text-indent: -9999px;
  overflow: hidden;
}

.native_slider-lg {
  display: grid;
  grid-gap: 0;
  grid-auto-flow: column;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: normal;
  -webkit-overflow-scrolling: touch;
  clip-path: inset(0 0 30px 0);
}

.list-product_card_title {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  height: 55px;
  color: #242424;
  text-align: center;
  line-height: 1.2rem;
  margin-top: 0.5rem;
}

.comboProductButton {
  border: none;
  font-size: 16px;
  background-color: #242424;
  color: #FFFFFF;
  font-weight: 300;
  width: 480px;
  height: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .comboProductButton {
    font-size: 12px;
    height: 40px;
  }
}

button, input[type=button], input[type=reset], input[type=submit] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

body {
  color: #707070;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.btn, .loadMoreOrders .orders_list_more, .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .discount, .singleCategoryContainer .singleCategoryMoreBtn, .primary_button_md, .product_card .addToCartBtn.addtoCart, .product_card .addToCartBtn.quickViewBtn, .product_card .wishlistBtn, .brands_slider_show_more_button, .main_slider_item_details--inverted .main_slider_item_button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
}

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

@media screen and (max-width: 767px) {
  .custom-select-sm, .previewOrderContainer .dropdown_custom_field .btn-light {
    font-size: 13px;
  }
}

.fullfloat, .product-page-related-wrapper .prodsViewedTtl {
  float: left;
  width: 100%;
}

.no-radius {
  border-radius: 0;
}

.cookie-notice-wrapper .cookie-bottom-content button.cookie-bottom-content-accept-btn {
  background: #B2AB40;
}

/* .sidebar-wrapper {padding-top:40px;} */
.sidebar-wrapper h1, .sidebar-wrapper .h1 {
  font-size: 1.5625rem;
  color: #707070;
  border-bottom: 2px solid #707070;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.breadcrumbs-container {
  margin-top: 15px;
  margin-bottom: 15px; /*background-color: #F5F5F5;*/
}
@media screen and (min-width: 1200px) {
  .breadcrumbs-container {
    margin-top: 1rem;
  }
}

.thumbnail_container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.thumbnail {
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

* ::-webkit-input-placeholder {
  color: #777 !important;
  font-size: 13px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

* :-moz-placeholder {
  color: #777 !important;
  font-size: 13px;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

* :-moz-placeholder {
  color: #777 !important;
  font-size: 13px;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

* :-ms-input-placeholder {
  color: #777 !important;
  font-size: 13px;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form_error {
  color: #FF5630;
  margin-top: 9px;
  font-size: 12px;
  border-left: 2px solid;
  padding-left: 10px;
}

#searchContainer {
  position: relative;
  z-index: 99;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #F8F8F8;
}
@media screen and (max-width: 1199px) {
  #searchContainer {
    margin-top: 150px;
    padding: 0 30px 40px 14px;
    overflow-x: hidden;
  }
}

.live-search-item {
  max-width: 100%;
  margin: 0 auto;
}

.blogSidebar {
  overflow-x: hidden;
  overflow-y: visible;
  max-height: 300px;
}

/* .imgGalleryThumb{width: 85px; max-height: 150px; padding: 10px;
} */
#filterbarOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  z-index: 1100;
}

@media (max-width: 991.98px) {
  .filterbar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    z-index: 99999;
    padding: 5px 14px;
    border-right: solid 1px #eff1f7;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .filterbar {
    width: 360px;
  }
}
@media (max-width: 575.98px) {
  .filterbar {
    width: 85%;
  }
}
.filterbar.showFilterbar {
  display: block;
  background-color: white;
}
.filterbar .lni-close {
  font-size: 30px;
}

.line-all-prods-col .line-bnr-caption-all-prod {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: black;
}

@media (min-width: 1600px) {
  .vendor_img_logo {
    padding-left: 12%;
  }
}
.mainPageTabs .tabs nav ul li.tab-current a {
  color: #263238;
}

.mainPageTabs .tabs nav ul li a {
  font-size: 25px;
  color: #b7b7b7;
  padding-left: 15px;
  padding-right: 15px;
  height: 80px;
  width: 100%;
}

.mainPageTabs .tabs nav li.tab-current a span:after {
  background: #404040;
  width: 50%;
}

.mainPageTabs .tabs nav a span:after {
  width: 20%;
  position: absolute;
  background: #70C040;
  height: 5px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  content: "";
  transition: all 300ms ease-in-out;
}

.divide_line {
  height: 3px;
  width: 33.3333%;
  background: #404040;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Set width to make card deck cards 100% width */
@media (max-width: 992px) {
  .vendors-all-index {
    margin-right: 0;
    margin-left: 0;
  }
  .vendors-all-index .card-deck {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .vendors-all-index .card-deck .card, .vendors-all-index .card-deck .previewOrderContainer .previewOrderFormCard, .previewOrderContainer .vendors-all-index .card-deck .previewOrderFormCard {
    display: block;
    margin-bottom: 0.75rem;
    vertical-align: top;
  }
}
.error404 .code {
  font-size: 42vw;
  line-height: 64vh;
  color: #EFF2F7;
  z-index: -1;
  font-weight: 900;
  pointer-events: none;
}
.error404 .face {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.siteFooterContents {
  background-color: #F3F1F1;
  padding: 5rem 5rem 2rem 5rem;
  color: black !important;
}
@media screen and (max-width: 1200px) {
  .siteFooterContents {
    padding: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .siteFooterContents {
    padding: 1rem;
  }
}
.siteFooterContents .mc-field-group {
  display: flex;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 575px) {
  .siteFooterContents .mc-field-group {
    margin-bottom: 2rem;
  }
}
.siteFooterContents .mc-field-group input[type=email] {
  box-shadow: 1.95px 3px 2.6px rgba(0, 0, 0, 0.15);
  width: auto;
}
@media screen and (max-width: 1199px) {
  .siteFooterContents .mc-field-group input[type=email] {
    width: 50%;
  }
}
.siteFooterContents #mc-embedded-subscribe, .siteFooterContents .cp-footer-embedded-subscribe {
  height: 50px;
  background-color: #242424;
  color: #ffffff;
  border-radius: unset;
  font-size: 18px;
  width: 150px;
  border: unset;
}

.footerSiteCreds {
  text-align: center;
  background: #231F20;
  padding: 15px;
}
.footerSiteCreds .footerLogo {
  height: 18px;
  margin-bottom: 7px;
}

.singleCategoryContainer .subtitle {
  border-top: 1px solid #221F1E;
  border-bottom: 1px solid #221F1E;
  padding: 20px;
  margin-bottom: 20px;
}
.modalQuickV {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.425) !important;
  border: 1px solid #c8c8c8;
  display: block;
  position: fixed;
  top: 20%;
  margin: 0 auto; /* width: 600px; */
  left: 0;
  right: 0;
  z-index: 9000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-height: 600px) {
  .modalQuickV {
    max-height: 80%;
    top: 15px;
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .modalQuickV {
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .modalQuickV {
    max-width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .modalQuickV {
    max-width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .modalQuickV {
    max-width: 90%;
  }
}
.modalQuickV .discount {
  float: right;
}
.modalQuickV .productPriceBlock {
  position: absolute;
  bottom: 60px;
}
.modalQuickV .productCode {
  font-size: 12px;
}
.modalQuickV .productItemOldPrice {
  font-size: 13px;
  text-decoration: line-through;
}
.modalQuickV .productItemMainPrice {
  color: #221F1E;
  font-size: 16px;
  font-weight: 900;
}
.modalQuickV .thumbnail_container {
  text-align: center;
}
.modalQuickV .Qty {
  position: absolute;
  bottom: 10px;
  padding-left: 0px;
}
.modalQuickV .Qty .btn, .modalQuickV .Qty .loadMoreOrders .orders_list_more, .loadMoreOrders .modalQuickV .Qty .orders_list_more, .modalQuickV .Qty .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .modalQuickV .Qty .addToCartBtn, .modalQuickV .Qty .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .Qty .addToCartBtn.addtoCart, .modalQuickV .Qty .product_card .addToCartBtn.addtoCart, .product_card .modalQuickV .Qty .addToCartBtn.addtoCart, .modalQuickV .Qty .product_card .addToCartBtn.quickViewBtn, .product_card .modalQuickV .Qty .addToCartBtn.quickViewBtn, .modalQuickV .Qty .product_card .wishlistBtn, .product_card .modalQuickV .Qty .wishlistBtn, .modalQuickV .Qty .brands_slider_show_more_button, .modalQuickV .Qty .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .modalQuickV .Qty .main_slider_item_button, .modalQuickV .Qty .primary_button_md, .modalQuickV .Qty .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .modalQuickV .Qty .singleCategoryMoreBtn, .modalQuickV .Qty .discount {
  font-size: 0.8rem;
  padding: 0.4rem 0.25rem;
}
.modalQuickV .Qty .form-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  height: calc(0.5em + 1.5rem + 2px);
}
.modalQuickV .ProductAddBlock {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.modalQuickV .closeQuickModal {
  cursor: pointer;
  position: absolute;
  right: 13px;
}
.modalQuickV h1 {
  font-size: 18px !important;
  display: inline-block;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .modalQuickV .ProductAddBlock .addToCartBtn {
    width: 100%;
  }
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul li.star {
  display: inline-block;
  font-size: 1em; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
}
.rating-stars ul li.star.hover {
  color: #ffcc00;
}
.rating-stars ul li.star.selected {
  color: #ffcc00;
}

.termsAgree label span a {
  text-decoration: underline;
}

.previewOrderContainer {
  padding-top: 7rem;
  /* position: relative; top: 25px; */
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .previewOrderContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 45px;
  }
  .previewOrderContainer .container {
    width: 100%;
    max-width: 100%;
  }
  .previewOrderContainer .checkout-tabs {
    display: inline-grid;
  }
}
.previewOrderContainer .bootstrap-select > select {
  left: 0;
}
.previewOrderContainer button[name=preview_submit] {
  background: #b1ab47;
  color: #fff;
}
.previewOrderContainer button[name=preview_submit]:focus {
  background: #707070;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .previewOrderContainer .preview_order_submit_row {
    margin-top: 15px;
  }
}
.previewOrderContainer .previewOrderFormCard label {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .previewOrderContainer #customerOrderShippingDetails .customerOrderShippingDetailsCheckbox {
    margin-top: 15px;
  }
}
.previewOrderContainer #customerCartPreview .advGiftRow:first-child {
  margin-top: -17px;
}
.previewOrderContainer #customerCartPreview .advGiftRow:last-child {
  margin-bottom: 10px;
}
.previewOrderContainer .dropdown_custom_field {
  width: 100% !important;
}
.previewOrderContainer .dropdown_custom_field .btn-light {
  background: none !important;
  padding-right: 1.25rem !important;
}

.newsletterRowContainer .card, .newsletterRowContainer .previewOrderContainer .previewOrderFormCard, .previewOrderContainer .newsletterRowContainer .previewOrderFormCard {
  border-right: 5px solid #58ba49;
  border-left: 5px solid #58ba49;
}

.advGiftRow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.advGiftRow .advGiftRowTopBorder {
  border-top: 1px dashed #B1AB47;
}

.breadcrumb-links {
  border: 0;
  position: relative; /* bottom: 10px; */
  background: rgba(198, 190, 190, 0.1294117647);
  border-radius: 35px;
  padding: 5px;
  font-size: 13px;
}
@media (max-width: 991.98px) {
  .breadcrumb-links {
    background: none;
  }
}
.breadcrumb-links li span {
  color: #707070;
}
.breadcrumb-links .active {
  color: #707070;
}

@media (max-width: 1199.98px) {
  .productPageMainContainer .product_details {
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .productPageMainContainer .productPagePrice {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .productPageMainContainer .productPagePrice {
    text-align: center;
  }
}
.productPageMainContainer .productPagePrice span.final-price-text {
  font-size: 38px;
  font-weight: 800;
}
@media screen and (max-width: 430px) {
  .productPageMainContainer .productPagePrice span.final-price-text {
    font-size: 32px;
  }
}
.productPageMainContainer .productPagePrice span.no-discount-price {
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
}
.productPageMainContainer .productPagePrice span.start-price {
  position: relative;
}
.productPageMainContainer .productPagePrice span.start-price b {
  font-size: 15px;
  color: #707070;
}
.productPageMainContainer .productPagePointsContainer .alert {
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .productPageMainContainer .productInfoMain .row, .productPageMainContainer .productInfoMain ul.tabs, .productPageMainContainer .productInfoMain ul.tabs-second, .productPageMainContainer .productInfoMain .touch-promo-tabs, .productPageMainContainer .productInfoMain .prod-gallery-row-new {
    margin-right: 0;
    margin-left: 0;
  }
}
.productPageMainContainer .productInfoMain .Qty { /* .m-auto, */ }
@media (max-width: 767.98px) {
  .productPageMainContainer .productInfoMain .Qty {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .productPageMainContainer .productInfoMain .Qty {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.article_grid_item {
  display: block;
  width: 100%;
  line-height: 1.3;
  height: 100%;
}
.article_grid_item h3.article_grid_item_title {
  min-height: 100px;
}
.article_grid_item h3.article_grid_item_title a {
  display: block;
  width: 100%;
}
.article_grid_item h3.article_grid_item_title a:hover {
  color: #B0AA36 !important;
}
.article_grid_item h3.article_grid_item_title .article_grid_item_description {
  padding-top: 15px; /* height: 85px; */
}

.blog_main_title .article_grid_item h3.article_grid_item_title {
  min-height: auto;
}

.blog_main_wrapper {
  margin-bottom: 60px;
}

.blogSidebar {
  overflow-x: hidden;
  overflow-y: visible;
  max-height: 300px;
}

.page-item a {
  margin: 0 3px;
  text-align: center;
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  color: #242424;
  border: 1px solid #242424;
  background: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.page-item a.page-link {
  border-color: #242424;
  background: #242424 !important;
  color: #ffffff !important;
}
.page-item a.bg-primary {
  background: #fff;
  color: #242424;
}
.page-item a:hover {
  color: #fff;
  background-color: #242424;
}

.blog_center_image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cart_list_item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .cart_list_item .cart_list_item_thumbnail .thumbnail_container {
    padding-bottom: 66.6667%;
  }
}
.cart_list_item .cart_list_item_name {
  display: inline-block;
  font-size: 13px; /*  height: 50px; */
  /*  overflow: hidden; */
  color: #707070;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cart_list_item .cart_list_item_name {
    font-size: 13px !important;
  }
}

.showMinicart {
  right: 0 !important;
  transition: all 300ms ease-in-out;
}

.minicart {
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #F9F9F9;
  z-index: 9000;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .minicart {
    width: 90%;
  }
}

#minicartOverlay, #searchOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  background: transparent;
  width: 100%;
  background: rgba(34, 33, 33, 0.4);
  z-index: 9000;
  transition: all 300ms ease-in-out;
  display: none;
}

.minicartItem .quantitySpinner .btn, .minicartItem .quantitySpinner .product_card .addToCartBtn.addtoCart, .product_card .minicartItem .quantitySpinner .addToCartBtn.addtoCart, .minicartItem .quantitySpinner .product_card .addToCartBtn.quickViewBtn, .product_card .minicartItem .quantitySpinner .addToCartBtn.quickViewBtn, .minicartItem .quantitySpinner .product_card .wishlistBtn, .product_card .minicartItem .quantitySpinner .wishlistBtn, .minicartItem .quantitySpinner .brands_slider_show_more_button, .minicartItem .quantitySpinner .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .minicartItem .quantitySpinner .main_slider_item_button, .minicartItem .quantitySpinner .primary_button_md, .minicartItem .quantitySpinner .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .minicartItem .quantitySpinner .singleCategoryMoreBtn, .minicartItem .quantitySpinner .modalQuickV .discount, .modalQuickV .minicartItem .quantitySpinner .discount, .minicartItem .quantitySpinner .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .minicartItem .quantitySpinner .addToCartBtn.addtoCart, .minicartItem .quantitySpinner .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .minicartItem .quantitySpinner .addToCartBtn, .minicartItem .quantitySpinner .loadMoreOrders .orders_list_more, .loadMoreOrders .minicartItem .quantitySpinner .orders_list_more {
  font-size: 0.8rem;
  padding: 0.4rem 0.25rem;
}
.minicartItem .quantitySpinner .form-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  height: calc(0.5em + 1.5rem + 2px);
}

.border-left-primary {
  border-left: 3px solid #b1ab47;
}

.gallerySlider .slider-for .thumbnail_container {
  padding: 1.5rem;
}
.gallerySlider .slider-for .thumbnail img {
  max-height: 300px;
}
.gallerySlider .slider-nav .thumbnail {
  margin-left: 1.5rem;
}
.gallerySlider .slider-nav .thumbnail img {
  max-height: 75px;
}

.livesearchContainer .ss-content {
  overflow-x: hidden;
}

.vendors_listing {
  max-height: 400px;
  overflow: auto;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.prev-arrow {
  left: 10px;
  width: 0;
  height: 0;
  border: solid #404040;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  z-index: 10;
}

.next-arrow {
  right: 10px;
  width: 0;
  height: 0;
  border: solid #404040;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 10;
}

.slick-dots {
  bottom: -25px;
}
.slick-dots li.slick-active button:before {
  color: #B3837C;
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 14px;
}

.categoriesGrid3 span {
  line-height: 1;
  position: absolute;
  right: 15px;
  bottom: 0;
  background: rgba(110, 0, 255, 0.66);
}

.card-1, .insta-container .instaSlide a:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-2, .modalQuickV, .cat_top_banner:hover, .prod-top-banner a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

@media screen and (min-width: 1200px) {
  main {
    padding-top: 137px;
  }
}
@media screen and (max-width: 1199px) {
  main {
    padding-top: 105px;
  }
}
@media screen and (max-width: 991px) {
  main {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 45px;
  }
}

#mobMenuToggle {
  top: 0;
  left: 15px;
  position: fixed;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #mobMenuToggle {
    top: 85px;
  }
  #mobMenuToggle.hamburger-scroll {
    top: 35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #mobMenuToggle {
    top: 140px;
  }
  #mobMenuToggle.hamburger-scroll {
    top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #mobMenuToggle {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #mobMenuToggle {
    top: 15px;
  }
}

#mobMenuToggle.detached .line {
  background: #707070 !important;
}

.slick-prev, .slick-next {
  width: 30px;
  overflow: hidden;
  text-indent: -9999px;
  height: 30px;
  z-index: 100;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
  color: #000;
  font-family: inherit;
}

.slick-prev {
  left: 0;
  background: url(/ui/front/images/slick-arrow-left.png?31046a78687c1ba1c10984ae8a0a327c) no-repeat center center transparent;
}
.slick-prev:hover, .slick-prev:focus {
  background: url(/ui/front/images/slick-arrow-left.png?31046a78687c1ba1c10984ae8a0a327c) no-repeat center center transparent;
}

.slick-next {
  right: 0;
  background: url(/ui/front/images/slick-arrow-right.png?e3779b46c1a279480efac7963b20af9b) no-repeat center center transparent;
}
.slick-next:hover, .slick-next:focus {
  background: url(/ui/front/images/slick-arrow-right.png?e3779b46c1a279480efac7963b20af9b) no-repeat center center transparent;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  margin-top: 0;
  bottom: auto;
  top: auto;
}
.slick-dots li {
  transition: all 300ms ease-in-out;
}
.slick-dots li.slick-active button::before {
  color: #B3837C;
}

.product_card_discount_element {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  background-color: #252525;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.closeMobile {
  display: flex;
  width: 100%;
  float: none;
  flex: 0 0 100%;
  position: relative;
  padding-left: 25px;
}
span.closeMobile i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.form-control {
  padding-left: 5px;
  padding-right: 5px;
}

.headerContainer { /*position: fixed;*/
  height: 16px;
  background: #fff;
  z-index: 103;
  top: 0; /* @include vpad(15px); padding-bottom:0;  */
  padding: 0;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .headerContainer.shadowed {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
}
@media screen and (max-width: 767px) {
  .headerContainer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 431px) {
  .headerContainer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .headerContainer .searchContainer {
    margin-left: 30px;
  }
}

.headerInnerContainer {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  z-index: 800;
}
@media screen and (min-width: 1500px) {
  .headerInnerContainer {
    max-width: 1450px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 1199px) {
  .headerInnerContainer {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .headerInnerContainer {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 430px) {
  .headerInnerContainer {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
}

.headerActionsContainer {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.headerActionsContainer #show-search-wrapper img {
  width: 26px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .headerActionsContainer #show-search-wrapper img {
    display: none;
  }
}

.headerLogoContainer {
  float: left;
  width: 300px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .headerLogoContainer {
    width: 200px;
    padding-left: 5px;
    left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogoContainer {
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .headerLogoContainer img {
    max-width: 150px;
  }
}

a#phoneHdr {
  height: 36px;
  display: inline-block;
  margin-right: 10px;
}
a#phoneHdr img {
  display: inline-block;
  max-width: 100%;
}
a#phoneHdr span {
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  a#phoneHdr span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  a#phoneHdr {
    width: 26px;
    height: 26px;
    text-align: center;
  }
  a#phoneHdr img {
    display: inline-block;
    max-width: 100%;
  }
}
@media screen and (max-width: 359px) {
  a#phoneHdr {
    width: 26px;
    height: 26px;
  }
}

.header-search-col {
  flex: 0 0 35%;
  max-width: 35%;
  display: flex;
  transform: translate(30%, 0);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header-search-col {
    transform: translate(50%, 0);
  }
}
@media screen and (max-width: 992px) {
  .header-search-col {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .header-search-col {
    background: #fff;
    position: absolute;
    transform: translateY(0);
    padding-left: 15px;
    padding-right: 15px;
    top: 90%;
    right: auto;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #eaeaea;
  }
  .header-search-col .form-control {
    height: 36px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.header-search-col img {
  max-width: 25px;
}

a#mob-search-toggle { /* position: absolute; left:40%; top:50%; @include transformY(-50%); */
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 18px;
}
a#mob-search-toggle img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  a#mob-search-toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  a#mob-search-toggle {
    width: 26px;
    height: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 359px) {
  a#mob-search-toggle {
    width: 26px;
    height: 26px;
  }
}

button#searchSubmit {
  background: unset;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  text-align: center;
  color: #666;
  width: 30px;
}
button#searchSubmit svg {
  margin: 0 auto;
  vertical-align: middle;
}
button#searchSubmit svg.svg-inline--fa {
  width: 2em;
  height: 1.5em;
}

.cartHeaderBtn, .userLoginBtn, .favouriteHeaderBtn {
  margin-right: 10px;
  position: relative;
  padding: 0;
  /* @include allpad(5px);  */
  color: #221F1E;
  border: 0;
  background: #fff;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: inline-block;
}
.cartHeaderBtn img, .userLoginBtn img, .favouriteHeaderBtn img {
  display: inline-block;
  max-width: 100%;
}
.cartHeaderBtn:hover, .userLoginBtn:hover, .favouriteHeaderBtn:hover {
  color: #B3837C;
}
@media screen and (max-width: 767px) {
  .cartHeaderBtn, .userLoginBtn, .favouriteHeaderBtn {
    width: 26px;
    height: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 359px) {
  .cartHeaderBtn, .userLoginBtn, .favouriteHeaderBtn {
    width: 26px;
    height: 26px;
  }
}

.favouriteHeaderBtnMob {
  margin-right: 10px;
  position: relative;
  padding: 0;
  color: #221F1E;
  border: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: inline-block;
}
.favouriteHeaderBtnMob img {
  display: inline-block;
  max-width: 100%;
  width: 23px;
}

.userLoginBtn {
  margin-right: 5px;
}

.cartHeaderBtnBadge {
  position: absolute;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #252525;
  color: #fff;
  border-radius: 50%;
  right: -15px;
  text-align: center;
  font-size: 11px;
  line-height: 24px;
  z-index: 10;
}
@media screen and (max-width: 430px) {
  .cartHeaderBtnBadge {
    right: -20px;
  }
}

.brands_slider {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .brands_slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .brands_slider {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.brands_slider_show_more {
  text-align: left;
}
@media screen and (max-width: 576px) {
  .brands_slider_show_more {
    margin-bottom: 15px;
  }
}

.brands_slider_show_more_button {
  background: #B3837C;
  color: #fff;
}

.brands_slider_brand {
  padding-left: 5px;
  padding-right: 5px;
}

a.brands_slider_brand_title {
  color: #707070 !important;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  a.brands_slider_brand_title span {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
}
a.brands_slider_brand_title:hover {
  color: #B3837C !important;
}

.welcome-promo-banner {
  padding: 15px;
  background-color: #252525;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .welcome-promo-banner {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.welcome-promo-banner p {
  font-size: 29px;
  letter-spacing: 0.1rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  transform: translateY(-50%);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
}
.welcome-promo-banner p span {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .welcome-promo-banner p {
    text-align: center;
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .welcome-promo-banner p {
    font-size: 25px;
  }
}
.welcome-promo-banner span#more-offers {
  background: #B3837C;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  right: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 991px) {
  .welcome-promo-banner span#more-offers {
    display: block;
    margin: 0 auto;
    bottom: auto;
    top: auto;
    width: 60%;
    text-align: center;
    position: relative;
    transform: translateY(0);
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .welcome-promo-banner span#more-offers {
    font-size: 14px;
    width: 200px;
  }
}
@media screen and (max-width: 430px) {
  .welcome-promo-banner span#more-offers {
    top: -40%;
    margin-bottom: 0.5rem;
  }
}
.welcome-promo-banner a {
  padding-bottom: 35px;
  padding-top: 35px;
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .welcome-promo-banner a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.welcome-promo-banner a:hover span#more-offers {
  background: #B3837C;
  border-color: #fff;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .welcome-promo-banner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .welcome-promo-banner {
    background-image: none;
  }
}

.welcome-promo-banner-footer {
  background-color: #252525;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .welcome-promo-banner-footer {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.welcome-promo-banner-footer p {
  font-size: 29px;
  letter-spacing: 0.1rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  transform: translateY(-50%);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
}
.welcome-promo-banner-footer p span {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .welcome-promo-banner-footer p {
    text-align: center;
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .welcome-promo-banner-footer p {
    font-size: 25px;
  }
}
.welcome-promo-banner-footer span#more-offers {
  background: #B3837C;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  right: 30%;
  margin-right: 3rem;
}
@media screen and (max-width: 991px) {
  .welcome-promo-banner-footer span#more-offers {
    display: block;
    margin: 0 auto;
    bottom: auto;
    top: auto;
    width: 60%;
    text-align: center;
    position: relative;
    transform: translateY(0);
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .welcome-promo-banner-footer span#more-offers {
    font-size: 14px;
    width: 200px;
  }
}
@media screen and (max-width: 430px) {
  .welcome-promo-banner-footer span#more-offers {
    top: -40%;
    margin-bottom: 0.5rem;
  }
}
.welcome-promo-banner-footer a {
  padding-bottom: 35px;
  padding-top: 35px;
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .welcome-promo-banner-footer a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.welcome-promo-banner-footer a:hover span#more-offers {
  background: #B3837C;
  border-color: #fff;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .welcome-promo-banner-footer {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .welcome-promo-banner-footer {
    background-image: none;
  }
}

.usps {
  background: #EBEDEF;
  padding-bottom: 30px;
  padding-top: 30px;
}

.home-cats-wrapper {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .home-cats-wrapper {
    margin-bottom: 30px;
  }
}
.home-cats-wrapper .slick-slide {
  padding: 10px;
}
@media screen and (max-width: 399px) {
  .home-cats-wrapper .slick-slide {
    padding: 0;
  }
}
.home-cats-wrapper .slick-slide a {
  border: 1px solid #ccc;
  position: relative;
  float: left;
  width: 100%;
  padding: 5px;
}
.home-cats-wrapper .slick-slide a .img-fluid {
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .home-cats-wrapper .slick-slide a .img-fluid {
    padding: 0;
  }
}
.home-cats-wrapper .slick-slide a .cat-slide-name {
  position: absolute;
  bottom: 10px;
  background: #B3837C;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  max-width: 90%;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .home-cats-wrapper .slick-slide a .cat-slide-name {
    font-size: 14px;
  }
}
.home-cats-wrapper .slick-slide a:hover {
  border-color: #B3837C;
}
.home-cats-wrapper .slick-slide a:hover .img-fluid {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.gea-points-home-wrapper {
  margin-top: 45px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .gea-points-home-wrapper {
    margin-top: 0;
  }
}

.gea-why-us-wrapper {
  background-image: url(/ui/front/images/gea-why-us-cover.jpg?c1c2b5bd4c0f91adab603de8bdac5864);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
}
@media screen and (min-width: 1200px) {
  .gea-why-us-wrapper {
    background-attachment: fixed;
    min-height: 800px;
  }
}

#why-us-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1199px;
  width: 90%;
  transform: translateY(-50%);
  background: rgba(178, 171, 64, 0.8);
}
#why-us-container a {
  float: left;
  width: 100%;
  padding: 30px;
}
#why-us-container a:hover span#more-reasons {
  background: #B3837C;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  #why-us-container a {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #why-us-container img {
    width: 40px;
  }
}
@media screen and (max-width: 400px) {
  #why-us-container img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -40px;
  }
}

#why-us-moto {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 480px;
  width: 90%;
  transform: translateY(-50%);
}
#why-us-moto h4 {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #why-us-moto h4 {
    font-size: 25px;
  }
}
#why-us-moto p {
  margin: 0;
  font-size: 20px;
}

span#more-reasons {
  background: #7C7310;
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  span#more-reasons {
    position: relative;
    transform: translateY(0);
    bottom: -50px;
    display: block;
    margin: 0 auto;
    left: auto;
    right: auto;
    top: auto;
    width: 200px;
    text-align: center;
  }
}

.home-split-col-wrapper {
  position: relative;
}

.order-track-col {
  padding: 0 45px 25px 45px;
  background-color: #B3837C;
  display: flex !important;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .order-track-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 430px) {
  .order-track-col {
    border: none;
    max-height: 490px;
    min-height: 490px;
  }
}
.order-track-col .row, .order-track-col ul.tabs, .order-track-col ul.tabs-second, .order-track-col .touch-promo-tabs, .order-track-col .prod-gallery-row-new {
  width: 100%;
}

.order-track-title, .newsletter-title {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .order-track-title, .newsletter-title {
    margin-top: 0;
  }
}
.order-track-title h4, .newsletter-title h4 {
  color: #fff;
  font-size: 23px;
}
.order-track-title h5, .newsletter-title h5 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.order-track-title p, .newsletter-title p {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  line-height: 1.3;
}

.order-track-title h4 {
  padding-left: 15px;
}
@media screen and (max-width: 430px) {
  .order-track-title h4 {
    margin-top: 1rem;
    padding-left: 0;
  }
}

.order-track-align {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .order-track-align {
    justify-content: center;
    margin-top: 2rem;
  }
}

.order-track-icon, .newsletter-icon {
  height: 65px;
}
@media screen and (max-width: 767px) {
  .order-track-icon, .newsletter-icon {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.newsletter-col {
  background: #252525;
  padding: 25px 80px;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .newsletter-col {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .newsletter-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 430px) {
  .newsletter-col {
    border: none;
    max-height: 490px;
    min-height: 490px;
  }
}

.newsletter-title h4, .newsletter-title span {
  color: #ffffff;
}
.newsletter-title span {
  font-size: 13px;
}

.tabs-style-iconbox nav ul li.tab-current a::after, .tabs-style-iconbox nav ul li::after {
  display: none;
}

.mainPageTabs.home-main-tabs {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .mainPageTabs.home-main-tabs {
    margin-bottom: 15px;
  }
}
.mainPageTabs.home-main-tabs .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.mainPageTabs.home-main-tabs .tabs nav nav a span:after {
  display: none !important;
}
.mainPageTabs.home-main-tabs .tabs nav ul { /* display: block;  */ /* margin:0; @include allpad(0); */
}
.mainPageTabs.home-main-tabs .tabs nav ul li { /* float:left;  */ /* width:25%; */
  border-right: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
}
.mainPageTabs.home-main-tabs .tabs nav ul li:last-child {
  border-right: 0;
}
.mainPageTabs.home-main-tabs .tabs nav ul li a {
  height: auto;
  position: relative;
  padding-top: 80px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-color: #E7E7E7;
  background-position: center 10px;
}
.mainPageTabs.home-main-tabs .tabs nav ul li a span {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  bottom: 10px;
  width: 90%;
  font-size: 15px;
  color: #221F1E;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mainPageTabs.home-main-tabs .tabs nav ul li a span:after {
  display: none !important;
}
.mainPageTabs.home-main-tabs .tabs nav ul li.tab-current a {
  background-color: #B3837C;
}
.mainPageTabs.home-main-tabs .tabs nav ul li.tab-current a span {
  color: #fff;
}
.mainPageTabs.home-main-tabs .tabs nav ul li:first-child a {
  background-image: url(/ui/front/images/salesIcon.png?9cb45a8c5b16e25f45984824c0d77c8f);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:first-child.tab-current a {
  background-image: url(/ui/front/images/salesIcon_w.png?bfb56f62ce689f258ad5edaf21e5d80a);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(2) a {
  background-image: url(/ui/front/images/starIcon.png?daf6d41ca67efea73b4c606d009baa5e);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(2).tab-current a {
  background-image: url(/ui/front/images/starIcon_W.png?077755c761853fbeb68771fc9147ee0d);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(3) a {
  background-image: url(/ui/front/images/bestSellerIcon.png?681e3e37c7256f4d6c1245ca040e77ac);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(3).tab-current a {
  background-image: url(/ui/front/images/bestSellerIcon_w.png?6be990862da0ae4090b293b42760a64f);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(4) a {
  background-image: url(/ui/front/images/loveIcon.png?d9f3b9e2e294f739244ce0523bcccc8f);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(4).tab-current a {
  background-image: url(/ui/front/images/loveIcon_w.png?d54c22f9a11afb7c5ed73053cd1fa09a);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(5) a {
  background-image: url(/ui/front/images/dropIcon.png?3199dc4a526d27a41a351debfd63f6d8);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(5).tab-current a {
  background-image: url(/ui/front/images/dropIcon_w.png?13352e52dc50448e6d4a76509ca98ff5);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(6) a {
  background-image: url(/ui/front/images/newIcon.png?1aecd2bbb6ad3f73b8206d126ebe78f9);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(6).tab-current a {
  background-image: url(/ui/front/images/newIcon_w.png?92e5edf56da5e849345ebd3c61bf1d52);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(7) a {
  background-image: url(/ui/front/images/products_icon.png?e3d93865cdebba7af79f931ec50a3284);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:nth-child(7).tab-current a {
  background-image: url(/ui/front/images/products_icon_w.png?bdffdf44ffce09851fed6c56903335ab);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:last-child a {
  background-image: url(/ui/front/images/homeopathicIcon.png?44f218de0fd4eef1f2928b003aec4bac);
}
.mainPageTabs.home-main-tabs .tabs nav ul li:last-child.tab-current a {
  background-image: url(/ui/front/images/homeopathicIcon_w.png?7d10352f9a3f439772612c81ad09b5f4);
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .mainPageTabs.home-main-tabs .tabs nav ul li {
    width: 25%;
    display: block;
    flex: none;
  }
  .mainPageTabs.home-main-tabs .tabs nav ul li a {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 60px; /* background-image:none; background-repeat:no-repeat;  */ /* background:#e7e7e7; */
    border-bottom: 2px solid #fff;
  }
  .mainPageTabs.home-main-tabs .tabs nav ul li a span { /* position: relative; left:auto; right:auto; bottom:5px; top:auto;  */
    font-size: 12px;
    display: block;
  }
  .mainPageTabs.home-main-tabs .tabs nav ul li a span:after {
    display: none;
  }
  .mainPageTabs.home-main-tabs .tabs nav ul li.tab-currrent {
    background: #B3837C;
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 359px) {
  .mainPageTabs.home-main-tabs .tabs nav ul li {
    width: 100%;
    display: block;
    flex: none;
  }
  .mainPageTabs.home-main-tabs .tabs nav ul li a {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 2px solid #fff;
    background-position: 5px center;
  }
  .mainPageTabs.home-main-tabs .tabs nav ul li a span {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
  .mainPageTabs.home-main-tabs .tabs nav ul li a span:after {
    display: none;
  }
  .mainPageTabs.home-main-tabs .tabs nav ul li.tab-currrent {
    background: #B3837C;
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 359px) {
  .mainPageTabs.home-main-tabs .tabs nav a {
    background-position: 5px 5px !important;
  }
}

@media screen and (max-width: 575px) {
  .mainPageTabs.home-main-tabs .thumbnail_container {
    padding-bottom: 66.6667%;
  }
}

.col-slide-in {
  padding-left: 15px;
  padding-right: 15px;
}

.homeBlogTitle h3 {
  color: #707070;
}
.homeBlogTitle h3 img {
  position: relative;
  top: -4px;
}

.blog-post-more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width: 430px) {
  .blog-post-more {
    justify-content: center;
  }
}
.blog-post-more a {
  background: #FFFFFF;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #242424;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: all 200ms ease-in-out;
  font-weight: 700;
}
.blog-post-more a:hover {
  color: #B3837C;
}

@media screen and (min-width: 431px) {
  .home-blog-slider .article_grid_item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

.blog-thumb {
  padding-left: 0;
  padding-right: 0;
}

.blog-post-description {
  color: #221F1E;
}
@media screen and (max-width: 575px) {
  .blog-post-description {
    height: auto;
  }
}
.blog-post-description h6 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.blog-post-description h6 a {
  width: 100%;
  display: block;
  padding-top: 10px;
  font-size: 24px;
  color: #252525;
}
@media screen and (max-width: 575px) {
  .blog-post-description h6 a {
    text-align: center;
  }
}
.blog-post-description h6 a:hover {
  color: #B3837C;
}
.blog-post-description p {
  color: #242424;
  width: 100%;
  min-height: 50px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}

.three-col-suncare-slider img {
  max-width: 95%;
}

.col-slide-title {
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 991px) {
  .col-slide-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.col-slide-title a, .col-slide-title span {
  color: #707070;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}

.col-slide-more {
  display: flex;
  justify-content: center;
}
.col-slide-more a {
  color: #242424;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .col-slide-more a {
    font-size: 14px;
  }
}
.col-slide-more a:hover {
  color: #B3837C;
}

.four-col-wrapper {
  margin-bottom: 45px;
}

.four-col-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .four-col-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.col-slide-subtitle {
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.col-slide-img, .four-col-item-in {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 431px) {
  .home-blog-slider {
    display: flex;
    flex: 0 0 100%;
    overflow: hidden;
  }
}

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

.footer-usp-wrapper {
  border: 1px solid #E5E5E5;
  padding-bottom: 20px;
  padding-top: 10px;
  height: 60px;
}
.footer-usp-wrapper .usp.title a {
  color: #949596;
  display: block;
  width: 100%;
}
.footer-usp-wrapper .usp.title a:hover {
  color: #b1ab47;
}
@media screen and (max-width: 575px) {
  .footer-usp-wrapper .usp.title {
    font-size: 13px;
  }
}
.footer-usp-wrapper .usp.title span {
  display: block;
  color: #242424;
}
.footer-usp-wrapper .usp.title span:last-child {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .footer-usp-wrapper .usp.title span {
    font-size: 13px;
  }
}
.footer-usp-wrapper .usp span a {
  color: #FFFFFF;
}

.usp-col {
  line-height: 1.3;
  display: inline-flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usp-col {
    margin-bottom: 15px;
  }
  .usp-col:nth-child(3), .usp-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .usp-col {
    margin-bottom: 15px;
  }
  .usp-col:nth-child(3), .usp-col:last-child {
    margin-bottom: 0;
  }
}

.prod-pg-top-banners-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .prod-pg-top-banners-row {
    max-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  .prod-pg-top-banners-row {
    margin-top: 0;
  }
}

.prod-top-banner {
  padding-left: 0;
  padding-right: 0;
}
.prod-top-banner a {
  float: left;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  background: #707070;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .prod-top-banner a {
    font-size: 15px;
  }
}
.prod-top-banner:first-child a {
  background: #F5F5F5;
  color: #252525;
}

.prod-pg-code span {
  color: #010101;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .product_title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .product_title {
    margin-top: 28px;
  }
}
.product_title h1 {
  font-size: 25px;
  color: #242424;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .product_title h1 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product_title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product_title h1 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .product_title {
    font-size: 20px;
  }
}

/* .product_title {margin-top:45px} */
.prod-pg-wishlist-col {
  margin-bottom: 15px;
}

a.prod-vendor-more {
  font-size: 13px;
  display: block;
  line-height: 1.3;
}
a.prod-vendor-more:hover {
  color: #632349;
}

.prodPageVendorName {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.prodPageVendorName a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  color: #8A8A8A;
  font-size: 12px;
}

.product_card_title_wrapper {
  height: 75px;
}
.product_card_title_wrapper .row, .product_card_title_wrapper ul.tabs, .product_card_title_wrapper ul.tabs-second, .product_card_title_wrapper .touch-promo-tabs, .product_card_title_wrapper .prod-gallery-row-new {
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.productPageVendors {
  margin-bottom: 0;
}

.prod-pg-points span {
  display: inline-block;
  color: #b1ab47;
}

.productPageAddToWishlist {
  margin-bottom: 15px;
}
.productPageAddToWishlist a {
  text-align: center;
  font-size: 13px;
}
.productPageAddToWishlist a:hover {
  color: #b1ab47;
}

div[name=productTabs] {
  margin-bottom: 45px;
}

.gea-tabs-container .gea-tabs {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
.gea-tabs-container .gea-tabs a {
  border: 1px solid #707070;
  text-align: center;
  display: block;
  font-size: 20px;
  padding: 15px;
  position: relative;
}
.gea-tabs-container .gea-tabs a img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.gea-tabs-content-row {
  padding-bottom: 30px;
  padding-top: 30px;
}

.gea-tabs-content p.barcode-in-tab {
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 1rem;
  color: black;
  margin-bottom: 0 !important;
}

.contact-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper {
    margin-top: 30px;
  }
}

.breadcrumb-links {
  background: transparent;
  border-radius: 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .breadcrumb-links {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main_slider_item_details h2 {
    font-size: 18px;
  }
  .main_slider_item_details h3 {
    font-size: 16px;
  }
  .main_slider_item_details p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main_slider_item_details--inverted h2 {
    font-size: 18px;
  }
  .main_slider_item_details--inverted h3 {
    font-size: 16px;
  }
  .main_slider_item_details--inverted p {
    font-size: 14px;
  }
}

.custom-select, .previewOrderContainer .dropdown_custom_field .btn-light {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cookie_settings__content_header {
  padding-bottom: 15px;
  padding-top: 15px;
}

.cookie_settings__content_header_title {
  font-size: 25px;
  margin: 0;
}

.cookie_settings__content_body p {
  font-size: 14px;
  line-height: 1.4;
}

.cookie_settings__content_footer_action {
  width: 100%;
}
.cookie_settings__content_footer_action.action-agree {
  background: #B3837C;
}

.footer_cookie_notice__wrapper {
  position: fixed;
  bottom: 0;
  margin: 0;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 5002;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .footer_cookie_notice__wrapper {
    padding: 25px;
  }
}

.footer_cookie_notice__container {
  max-width: 100%;
}

.footer_cookie_notice__col {
  padding-left: 0;
  padding-right: 0;
}
.footer_cookie_notice__col.description {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.footer_cookie_notice__col.title {
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .footer_cookie_notice__col.left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 15px;
    text-align: center !important;
  }
}
@media screen and (max-width: 576px) {
  .footer_cookie_notice__col.right {
    text-align: center !important;
  }
}
.footer_cookie_notice__col.action a[data-action=consentToCookies] {
  background: #B3837C;
}
@media screen and (min-width: 577px) and (max-width: 1199px) {
  .footer_cookie_notice__col.action {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
  }
  .footer_cookie_notice__col.action:last-child {
    margin-bottom: 0;
  }
  .footer_cookie_notice__col.action a {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .footer_cookie_notice__col.action {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer_cookie_notice__col.action a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .footer_cookie_notice__col.action a {
    width: 100%;
  }
}

.footer_cookie_notice__body {
  padding: 15px;
}

.cat_top_main_container h1 {
  font-size: 30px;
  text-align: center;
  color: #221F1E;
  margin: 30px 0;
  padding: 0;
}
.cat_top_main_container .cat_top_intro_txt {
  font-size: 16px;
  line-height: 1.4;
  color: #221F1E;
  padding: 10px;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .cat_top_main_container .cat_top_intro_txt {
    font-size: 15px;
  }
}

.cat_top_view_all {
  margin-top: 45px;
  margin-bottom: 45px;
}
.cat_top_view_all a {
  border: 2px solid #221F1E;
  border-radius: 10px;
  background: #242424;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .cat_top_cats_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cat_top_banner {
  margin-bottom: 30px;
  position: relative;
  min-height: 200px;
  border: 1px solid #B3837C;
  transition: all 0.2s ease-in;
  cursor: pointer;
  /*   @media screen and (max-width:576px){
      min-height:0} */
}
.cat_top_banner a { /* position:absolute; left:0; width:100%; top:0; bottom:0; height:100%; */
  width: 100%;
  float: left;
}
.cat_top_banner a img {
  transition: all 300ms ease-in-out;
}
.cat_top_banner h6 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 10;
  transition: all 300ms ease-in-out;
  font-size: 25px;
  color: #242424;
}
.cat_top_banner:hover {
  border-color: transparent;
  background-color: #B3837C;
  transition: all 0.2s ease-in;
}
.cat_top_banner:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.cat_top_banner:hover h6 {
  color: #ffffff;
}

.cat_top_banner_in {
  padding: 5px;
  position: initial;
}

.col-list {
  -moz-column-count: 2;
       column-count: 2;
  line-height: 1.8rem;
}
@media screen and (max-width: 575px) {
  .col-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.products-slider-wrappper {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1200px) {
  .products-slider-wrappper {
    max-width: 1400px;
  }
}
@media screen and (max-width: 575px) {
  .products-slider-wrappper {
    margin-top: 0;
  }
}
.products-slider-wrappper .native_slider-li {
  transition: all 300ms ease-in-out;
  cursor: pointer;
  padding-right: 0;
  padding-left: 5px;
}
.products-slider-wrappper .native_slider-lg {
  padding-bottom: 35px;
  padding-top: 10px;
  grid-gap: 15px;
}
@media screen and (min-width: 1200px) {
  .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: 19%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: 24%;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: 40%;
  }
}
@media screen and (max-width: 575px) {
  .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: 48%;
  }
}
.products-slider-wrappper .native_slider-btn {
  top: 55%;
  width: 13px;
  height: 20px;
  background-position-x: 0;
}
@media screen and (max-width: 1200px) {
  .products-slider-wrappper .native_slider-btn {
    display: none;
  }
}

.p-card-box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

@media screen and (max-width: 767px) {
  .cart-head-ttl {
    font-size: 11px;
  }
}

.remove-prod-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.ss-content .remove-prod-btn {
  right: 20px;
}

.checkout-nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.checkout-nav-row input[type=radio], .checkout-nav-row input[type=checkbox] {
  display: inline-block;
  margin-right: 5px; /* @media screen and (min-width:576px) and (max-width:991px){
  margin-right:0
} */
}
.checkout-nav-row .btn, .checkout-nav-row .product_card .addToCartBtn.addtoCart, .product_card .checkout-nav-row .addToCartBtn.addtoCart, .checkout-nav-row .product_card .addToCartBtn.quickViewBtn, .product_card .checkout-nav-row .addToCartBtn.quickViewBtn, .checkout-nav-row .product_card .wishlistBtn, .product_card .checkout-nav-row .wishlistBtn, .checkout-nav-row .brands_slider_show_more_button, .checkout-nav-row .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .checkout-nav-row .main_slider_item_button, .checkout-nav-row .primary_button_md, .checkout-nav-row .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .checkout-nav-row .singleCategoryMoreBtn, .checkout-nav-row .modalQuickV .discount, .modalQuickV .checkout-nav-row .discount, .checkout-nav-row .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .checkout-nav-row .addToCartBtn.addtoCart, .checkout-nav-row .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .checkout-nav-row .addToCartBtn, .checkout-nav-row .loadMoreOrders .orders_list_more, .loadMoreOrders .checkout-nav-row .orders_list_more {
  margin-right: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-nav-row .btn, .checkout-nav-row .product_card .addToCartBtn.addtoCart, .product_card .checkout-nav-row .addToCartBtn.addtoCart, .checkout-nav-row .product_card .addToCartBtn.quickViewBtn, .product_card .checkout-nav-row .addToCartBtn.quickViewBtn, .checkout-nav-row .product_card .wishlistBtn, .product_card .checkout-nav-row .wishlistBtn, .checkout-nav-row .brands_slider_show_more_button, .checkout-nav-row .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .checkout-nav-row .main_slider_item_button, .checkout-nav-row .primary_button_md, .checkout-nav-row .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .checkout-nav-row .singleCategoryMoreBtn, .checkout-nav-row .modalQuickV .discount, .modalQuickV .checkout-nav-row .discount, .checkout-nav-row .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .checkout-nav-row .addToCartBtn.addtoCart, .checkout-nav-row .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .checkout-nav-row .addToCartBtn, .checkout-nav-row .loadMoreOrders .orders_list_more, .loadMoreOrders .checkout-nav-row .orders_list_more {
    font-size: 14px;
    height: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .checkout-nav-row .btn, .checkout-nav-row .product_card .addToCartBtn.addtoCart, .product_card .checkout-nav-row .addToCartBtn.addtoCart, .checkout-nav-row .product_card .addToCartBtn.quickViewBtn, .product_card .checkout-nav-row .addToCartBtn.quickViewBtn, .checkout-nav-row .product_card .wishlistBtn, .product_card .checkout-nav-row .wishlistBtn, .checkout-nav-row .brands_slider_show_more_button, .checkout-nav-row .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .checkout-nav-row .main_slider_item_button, .checkout-nav-row .primary_button_md, .checkout-nav-row .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .checkout-nav-row .singleCategoryMoreBtn, .checkout-nav-row .modalQuickV .discount, .modalQuickV .checkout-nav-row .discount, .checkout-nav-row .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .checkout-nav-row .addToCartBtn.addtoCart, .checkout-nav-row .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .checkout-nav-row .addToCartBtn, .checkout-nav-row .loadMoreOrders .orders_list_more, .loadMoreOrders .checkout-nav-row .orders_list_more {
    font-size: 13px;
    height: 100%;
  }
}

.main_cart_header_text {
  font-size: 22px;
  color: #707070;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 577px) and (max-width: 767px) {
  .main_cart {
    width: 90%;
    max-width: 90%;
  }
}

.cart-spinner-col {
  padding-left: 0;
}

.footer-col {
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  right: 1%;
}
.footer-col h6 {
  padding-bottom: 15px;
  border-bottom: 2px solid #707070;
  margin-bottom: 15px;
}

.footer-row {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #707070;
}

.footer-del, .footer-tel {
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px 0;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .footer-del, .footer-tel {
    max-width: 100%;
  }
}
.footer-del img, .footer-del span, .footer-tel img, .footer-tel span {
  float: left;
}
.footer-del img, .footer-tel img {
  max-width: 20px;
}
.footer-del span, .footer-tel span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2rem;
  color: #707070;
}
@media screen and (max-width: 480px) {
  .footer-del span, .footer-tel span {
    font-size: 13px;
    float: right;
    width: calc(100% - 40px);
    line-height: 1.2;
  }
}
.footer-del a, .footer-tel a {
  color: #707070;
  font-weight: 800;
}

.footer-tel span {
  font-weight: 600;
}

.social-col-row {
  padding-top: 15px;
  border-top: 2px solid #707070;
}

.follow-us-ttl {
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .follow-us-ttl {
    text-align: center;
  }
}
.follow-us-ttl span {
  font-weight: 600;
  font-size: 13px;
}

.social-url-col {
  text-align: center;
}
.social-url-col a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50%;
  background: #b1ab47;
  font-size: 25px;
  line-height: 36px;
}
.social-url-col a:hover {
  background: #707070;
}
.social-url-col a:last-child {
  margin-right: 0;
}

.content-wrap .container {
  padding-top: 30px;
}

.footer-instag-col {
  background-color: white;
  left: 1%;
}

.instaTitle {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-align: right;
}
.instaTitle .insta-mini-icon {
  display: inline-block;
}

.insta-container {
  display: block;
  width: 100%;
  padding: 15px;
}
.insta-container .slick-prev {
  left: -10px;
}
.insta-container .slick-next {
  right: -10px;
}
.insta-container .instaSlide a {
  padding: 5px;
  display: block;
}
.blog-img-wd {
  width: 100%;
}

.article_title_center {
  text-align: center;
}

.vendor_container {
  width: 75px;
}

.tabs-slider .product_card {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 1200px) {
  .tabs-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .tabs-slider .product_card {
    margin: 0 0 30px 0 !important;
  }
}

.modalQuickV {
  padding: 10px;
  border-radius: 5px;
}
.modalQuickV .discount {
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 100;
  background: #BA1244;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: 0;
  font-size: 16px;
  padding: 0;
}
.modalQuickV .discount:hover {
  background: #BA1244;
}
.modalQuickV .productDescription {
  padding-bottom: 5px;
  padding-top: 5px;
}
.modalQuickV h3 {
  font-size: 20px;
  width: 95%;
  line-height: 1.3;
  margin-bottom: 15px;
}
.modalQuickV .productPagePhotoMain {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .modalQuickV {
    width: 90%;
  }
  .modalQuickV .productPagePhotoMain .thumbnail_container {
    padding-bottom: 50%;
  }
}
.modalQuickV .ProductAddBlock, .modalQuickV .Qty, .modalQuickV .productPriceBlock {
  position: relative;
  left: auto;
  bottom: auto;
  top: auto;
  right: auto;
  margin-top: 10px;
}
.modalQuickV .ProductAddBlock {
  padding-left: 0;
  padding-right: 0;
}
.modalQuickV .productCode {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 480px) {
  .modalQuickV .productCode {
    font-size: 10px;
  }
}
.modalQuickV .productItemOldPrice, .modalQuickV .productEarn, .modalQuickV .productPriceClass {
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.modalQuickV .productPriceClass {
  font-weight: 600;
}
.modalQuickV .productEarn {
  font-size: 14px;
}

.modal-header, .modal-body {
  padding: 15px;
}

.modal-body .form-group {
  margin-bottom: 10px;
}

.attributesRow {
  margin-bottom: 15px;
}
.attributesRow .row, .attributesRow ul.tabs, .attributesRow ul.tabs-second, .attributesRow .touch-promo-tabs, .attributesRow .prod-gallery-row-new {
  margin-left: 0;
  margin-right: 0;
}

.attributeInBlk {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .attributeInBlk {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.attributesBlock .title {
  width: 100%;
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: #707070;
}
.attributesBlock.productColorsBlock button {
  width: 36px;
  height: 36px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin: 0 5px 5px 0;
  line-height: 36px;
  font-size: 18px;
}
.attributesBlock.productColorsBlock button:last-child {
  margin-right: 0;
}

.sizeDropBlock {
  position: relative;
}

.selectDropSize {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  border: 1px solid #707070;
  text-align: left;
}

.toggleAttrsBlk {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 100;
}
.toggleAttrsBlk ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.toggleAttrsBlk ul li {
  float: left;
  width: 100%;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  transition: all 300ms ease-in-out;
}
.toggleAttrsBlk ul li:hover {
  background: #eaeaea;
}
.toggleAttrsBlk ul li:last-child {
  border-bottom: 0;
}

.prod_list_form_wrapper {
  margin-bottom: 15px;
}

.product_listing_header {
  margin-bottom: 30px;
}

.prod_order_blk label {
  display: block;
  width: 100%;
  font-size: 13px;
  margin: 0 0 3px 0;
  color: #242424;
  font-weight: 500;
}
.prod_order_blk .custom-select, .prod_order_blk .previewOrderContainer .dropdown_custom_field .btn-light, .previewOrderContainer .dropdown_custom_field .prod_order_blk .btn-light {
  background: url(/ui/front/images/angle_down.png?0260cb079f23e44f75ac849a1c0a800c) no-repeat 95% center #fff;
  padding-right: 20px;
  width: 100%;
  border: 1px solid #707070;
  border-radius: unset;
  color: #242424;
}

@media screen and (max-width: 991px) {
  #vendor-exclusive-fulltext {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}

.cat-top-descr {
  font-size: 16px;
  background: #F7F7F7;
  padding: 15px;
  color: #242424;
  line-height: 1.5;
  margin-bottom: 15px;
  height: 230px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-weight: 400;
  display: grid;
  place-content: center;
  text-align: start;
}
@media screen and (max-width: 1200px) {
  .cat-top-descr {
    font-size: 13px;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .cat-top-descr {
    display: none;
  }
}
.cat-top-descr p {
  margin: 0 0 5px 0;
}
.cat-top-descr p:last-child {
  margin: 0;
}
.cat-top-descr .vendor-excl-content-more {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.cat-top-descr .vendor-excl-content-more:hover {
  color: #B3837C;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
}
.pagination li.page-item {
  flex: 0 0 auto;
  max-width: auto;
  /*  a{@include vpad(5px); @include hpad(10px)} */
}

.filter_toggle_col {
  position: relative;
  text-align: center;
  margin-top: 15px;
}
.filter_toggle_col a.filter_toggle_btn {
  display: inline-block !important;
  padding: 0;
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 30%;
  background: transparent;
  border: unset;
}
.filter_toggle_col a.filter_toggle_btn img {
  width: 50px;
}
@media screen and (min-width: 992px) {
  .filter_toggle_col a.filter_toggle_btn {
    display: none !important;
  }
}

.custom-control-label {
  line-height: 1.2;
}
.custom-control-label:before, .custom-control-label:after {
  top: 0;
}

.checkout-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .checkout-wrapper {
    margin-top: 6rem;
  }
}

.checkout-form-col {
  margin-bottom: 15px;
}

.checkout-form-header {
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 0;
}

.newsletter-title {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .newsletter-title {
    padding: 0 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-title {
    margin-left: unset;
    margin-right: unset;
    text-align: center;
  }
  .newsletter-title h5 {
    font-size: 25px;
  }
}

#mc_embed_signup {
  margin-right: 61px;
  margin-left: 61px;
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  #mc_embed_signup {
    margin-left: unset;
    margin-right: unset;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1rem;
    line-height: 1.5rem;
  }
}

.footer-line {
  height: 1px;
  background: #B3837C;
  width: 100%;
}

#mc_embed_signup_scroll input[type=email] {
  border: 1px solid #707070;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .newsletter-col {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }
}

.gdprContent p, .gdprFieldSet p {
  font-size: 11px;
  line-height: 1.5;
}

#mc_embed_signup div.mce_inline_error, #mce-error-response {
  background-color: transparent !important;
  font-size: 13px;
}

.homesplit_three_col_slider {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .homesplit_three_col_slider {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.row-mlr-0 {
  margin: 0;
}

#homeSlider_three_col {
  background: #F2F2F2;
}
@media screen and (max-width: 575px) {
  #homeSlider_three_col {
    background: unset;
  }
}
#homeSlider_three_col .three-col-slider {
  background: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
}

.slider-flex-block {
  background: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .slider-flex-block {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .slider-flex-block {
    display: block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.slider-flex-block .col-slide-img {
  text-align: center;
}
.slider-flex-block .col-slide-img a {
  display: block;
  width: 100%;
}
.slider-flex-block .col-slide-img .img-fluid {
  display: inline-block;
}
.slider-flex-block-padding-x {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.point-banner-clr {
  background-color: #B3837C !important;
}

.custom-line-more {
  width: 100%;
  font-weight: 700;
  text-align: center;
  height: 40px;
  position: relative;
}

.productDescriptionMore {
  opacity: 0;
  height: 0;
  transition: all 300ms ease-in-out;
  visibility: hidden;
  padding: 6px;
  font-size: 14px;
  background: #fafafa;
}
.productDescriptionMore.openDescMore {
  opacity: 1;
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  visibility: visible;
}
.productDescriptionMore.openDescMore p, .productDescriptionMore.openDescMore div {
  float: left;
  width: 95%;
}

#prodMoreScrollMobile {
  display: inline-block;
  transition: all 300ms ease-in-out;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 3px;
  padding-top: 3px;
  border-radius: 5px;
  line-height: 100%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
#prodMoreScrollMobile:hover {
  background: #B3837C;
  color: #fff;
  border-color: transparent;
}

#prodMoreScrollDesktop {
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.productPageBadgeContainer {
  margin-top: 15px;
}

.gea-tabs-container {
  order: 4;
}

.prodPageDiscountCol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .prodPageDiscountCol {
    align-items: flex-start;
    padding-top: 0.5rem;
  }
}

.prod-pg-discount {
  display: inline-block;
}
.prod-pg-discount span {
  background: #252525;
  color: #fff;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  font-size: 15px;
}

@media screen and (min-width: 480px) and (max-width: 575px) {
  .prod-avail-col, .prod-reviews-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .cartPgHeader {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cartPgName {
    padding-left: 0;
    padding-right: 0;
  }
}

.cartPgPriceCol {
  text-align: left;
}

@media screen and (max-width: 400px) {
  .main_cart_product_list .minicartItem {
    padding-left: 0;
    padding-right: 0;
  }
}

.payMethName {
  display: block;
}
@media screen and (max-width: 767px) {
  .payMethName {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .tabs_slider_wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1199px) {
  .tabs_slider_wrapper {
    display: block;
    width: 100%;
  }
}
.tabs_slider_wrapper .tab_product_card {
  transition: all 300ms ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: 260px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.tabs_slider_wrapper .slick-track {
  margin-top: 1rem;
}

.promo_main_title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.user_account_btn {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 450px) and (max-width: 575px) {
  .user_account_btn {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.user_account_btn a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}
@media screen and (max-width: 575px) {
  .user_account_btn a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.user_account_btn a.btn-lg, .user_account_btn .btn-group-lg > a.btn, .user_account_btn .product_card .btn-group-lg > a.addToCartBtn.addtoCart, .product_card .user_account_btn .btn-group-lg > a.addToCartBtn.addtoCart, .user_account_btn .product_card .btn-group-lg > a.addToCartBtn.quickViewBtn, .product_card .user_account_btn .btn-group-lg > a.addToCartBtn.quickViewBtn, .user_account_btn .product_card .btn-group-lg > a.wishlistBtn, .product_card .user_account_btn .btn-group-lg > a.wishlistBtn, .user_account_btn .btn-group-lg > a.brands_slider_show_more_button, .user_account_btn .main_slider_item_details--inverted .btn-group-lg > a.main_slider_item_button, .main_slider_item_details--inverted .user_account_btn .btn-group-lg > a.main_slider_item_button, .user_account_btn .btn-group-lg > a.primary_button_md, .user_account_btn .singleCategoryContainer .btn-group-lg > a.singleCategoryMoreBtn, .singleCategoryContainer .user_account_btn .btn-group-lg > a.singleCategoryMoreBtn, .user_account_btn .modalQuickV .btn-group-lg > a.discount, .modalQuickV .user_account_btn .btn-group-lg > a.discount, .user_account_btn .modalQuickV .ProductAddBlock .btn-group-lg > a.addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .user_account_btn .btn-group-lg > a.addToCartBtn.addtoCart, .user_account_btn .productPageMainContainer .productInfoMain .ProductAddBlock .btn-group-lg > a.addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .user_account_btn .btn-group-lg > a.addToCartBtn, .user_account_btn .loadMoreOrders .btn-group-lg > a.orders_list_more, .loadMoreOrders .user_account_btn .btn-group-lg > a.orders_list_more {
  font-size: 15px;
}

@media screen and (max-width: 575px) {
  .brandSliderWrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.brands_slider_slick .slick-next, .brands_slider_slick .slick-prev {
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .brands_slider_slick .slick-next {
    right: -15px;
  }
  .brands_slider_slick .slick-prev {
    left: -15px;
  }
}

@media screen and (max-width: 575px) {
  .tab_product_card {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .main_slider {
    display: none;
  }
}
.main_slider .slick-next {
  background: url(/ui/front/images/slick-arrow-next-new.png?23b2702af2d42c232db235f6084d17bf) no-repeat center center transparent !important;
  right: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.main_slider .slick-prev {
  background: url(/ui/front/images/slick-arrow-prev-new.png?5051c30e731a4902355abd6205100759) no-repeat center center transparent !important;
  left: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.mob_slide_caption {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  line-height: 1.3;
  padding-left: 15px;
  padding-right: 15px;
}
.mob_slide_caption p {
  font-size: 15px;
  margin: 15px 0 0 0;
}

.mob_slide_title {
  display: block;
  width: 100%;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.mob_slide_subtitle {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.mob_slide_more {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 15px;
  background: #242424;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 10px;
}

.livesearchContainer .ss-content {
  overflow-x: hidden;
}

.vendors_listing {
  max-height: 400px;
  overflow: auto;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.prev-arrow {
  left: 10px;
  width: 0;
  height: 0;
  border: solid #404040;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  z-index: 10;
}

.next-arrow {
  right: 10px;
  width: 0;
  height: 0;
  border: solid #404040;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 10;
}

.categoriesGrid3 span {
  line-height: 1;
  position: absolute;
  right: 15px;
  bottom: 0;
  background: rgba(110, 0, 255, 0.66);
}

.minimum-cart {
  color: red;
  font-size: small;
}

.agora-banner-content img {
  display: block;
  width: 100%;
}

.text-success {
  color: #b1ab47 !important;
}

.row-mlr-0 {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.thumbnail {
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.fullfloat, .product-page-related-wrapper .prodsViewedTtl {
  float: left;
  width: 100%;
}

.product-page-related-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .product-page-related-wrapper {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1199px) {
  .product-page-related-wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .product-page-related-wrapper {
    margin-bottom: 0;
  }
}
.product-page-related-wrapper .prodsViewedTtl {
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #252525;
}

.remove_last_seen_prds {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-radius: 3px;
  line-height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 40%;
  right: 20px;
}
.remove_last_seen_prds:hover {
  color: #7C7310;
}

@media screen and (max-width: 991px) {
  #mobRemove {
    float: left;
    width: 100%;
    text-align: center;
  }
  .remove_last_seen_prds {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .checkout-products-table-title {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .checkout-products-table-body {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .checkout-products-table-body-mobile {
    display: none;
  }
}

.home-vendors-list button {
  background: #B3837C;
  color: white;
}
.home-vendors-list button:hover {
  background: #B3837C;
  color: white;
}
@media screen and (max-width: 572px) {
  .home-vendors-list {
    width: 100% !important;
  }
}

.home-tabs-wrapper {
  margin: 45px auto 10px auto;
}
@media screen and (max-width: 1199px) {
  .home-tabs-wrapper {
    margin-bottom: 15px;
  }
}
.home-tabs-wrapper ul.tabs {
  padding-bottom: 2rem;
  list-style: none;
  margin: auto;
  max-width: 1400px;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs {
    padding-bottom: 0;
  }
}
.home-tabs-wrapper ul.tabs li {
  font-size: 19px;
  border-bottom: 1px solid white;
  color: #707070;
  font-weight: 600;
  height: 95px;
  position: relative;
  padding-top: 25px;
  line-height: 5.4rem;
  background-repeat: no-repeat;
  background-color: #E7E7E7;
  background-position: center 15px;
  min-width: 24.33%;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li {
    font-size: 19px;
    background-image: none;
    padding: 0;
    line-height: 3rem;
    height: 45px;
  }
}
.home-tabs-wrapper ul.tabs li:hover {
  background-color: #B3837C;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:hover {
    color: #B3837C;
  }
}
.home-tabs-wrapper ul.tabs li.current {
  color: #B3837C;
  font-weight: 600;
  font-size: 19px;
}
.home-tabs-wrapper ul.tabs li:first-child {
  background-image: url(/ui/front/images/trendingGr.png?3ac205eea98d15eb4d0b9c08ecee994e);
}
.home-tabs-wrapper ul.tabs li:first-child.current {
  background-image: url(/ui/front/images/trendingCur.png?d427888f1149b82fe33427a7bf3d490f);
  background-color: #B3837C;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:first-child.current {
    background: none;
  }
  .home-tabs-wrapper ul.tabs li:first-child.current.current {
    color: #B3837C;
  }
}
.home-tabs-wrapper ul.tabs li:first-child:hover {
  background-image: url(/ui/front/images/trendingCur.png?d427888f1149b82fe33427a7bf3d490f);
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:first-child {
    background: none;
  }
}
.home-tabs-wrapper ul.tabs li:nth-child(2) {
  background-image: url(/ui/front/images/rate-icon.png?30057c446928cef529f0340114086d75);
}
.home-tabs-wrapper ul.tabs li:nth-child(2).current {
  background-image: url(/ui/front/images/rate-cur-icon.png?90a3f38527fa817bd5eef6dc6c0df1ab);
  background-color: #B3837C;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:nth-child(2).current {
    background: none;
  }
  .home-tabs-wrapper ul.tabs li:nth-child(2).current.current {
    color: #B3837C;
  }
}
.home-tabs-wrapper ul.tabs li:nth-child(2):hover {
  background-image: url(/ui/front/images/rate-cur-icon.png?90a3f38527fa817bd5eef6dc6c0df1ab);
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:nth-child(2) {
    background: none;
  }
  .home-tabs-wrapper ul.tabs li:nth-child(2).current {
    color: #B3837C;
  }
}
.home-tabs-wrapper ul.tabs li:nth-child(3) {
  background-image: url(/ui/front/images/newArr.png?da97e1c14fc1e37c8e9856e71f8ea7de);
}
.home-tabs-wrapper ul.tabs li:nth-child(3).current {
  background-image: url(/ui/front/images/newArrCur.png?ebf8abfb9618886cc00499aabdbb1eb1);
  background-color: #B3837C;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:nth-child(3).current {
    background: none;
  }
  .home-tabs-wrapper ul.tabs li:nth-child(3).current.current {
    color: #B3837C;
  }
}
.home-tabs-wrapper ul.tabs li:nth-child(3):hover {
  background-image: url(/ui/front/images/newArrCur.png?ebf8abfb9618886cc00499aabdbb1eb1);
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:nth-child(3) {
    background: none;
  }
  .home-tabs-wrapper ul.tabs li:nth-child(3).current {
    color: #B3837C;
  }
}
.home-tabs-wrapper ul.tabs li:nth-child(4) {
  background-image: url(/ui/front/images/home_leaf.png?1705a4f5212fff4b28be95d701b87ee5);
}
.home-tabs-wrapper ul.tabs li:nth-child(4).current {
  background-image: url(/ui/front/images/home_leafCur.png?e8b502e0f2ed121065c345322476f115);
  background-color: #B3837C;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:nth-child(4).current {
    background: none;
  }
  .home-tabs-wrapper ul.tabs li:nth-child(4).current.current {
    color: #B3837C;
  }
}
.home-tabs-wrapper ul.tabs li:nth-child(4):hover {
  background-image: url(/ui/front/images/home_leafCur.png?e8b502e0f2ed121065c345322476f115);
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:nth-child(4) {
    background: none;
  }
  .home-tabs-wrapper ul.tabs li:nth-child(4).current {
    color: #B3837C;
  }
}
.home-tabs-wrapper ul.tabs li:hover {
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper ul.tabs li:not(:last-child):after {
    content: "-";
    font-size: 25px;
    right: -15px;
    position: absolute;
    color: #707070;
  }
}

.home-tabs-wrapper h5 {
  font-size: 35px;
  margin-bottom: 45px;
  font-weight: 700;
  color: gray;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .home-tabs-wrapper h5 {
    font-size: 25px;
  }
}
.home-tabs-wrapper .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: block;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper .tab-content {
    padding: 0;
  }
}
.home-tabs-wrapper .tab-content .row, .home-tabs-wrapper .tab-content ul.tabs, .home-tabs-wrapper .tab-content ul.tabs-second, .home-tabs-wrapper .tab-content .touch-promo-tabs, .home-tabs-wrapper .tab-content .prod-gallery-row-new {
  width: 100%;
}
.home-tabs-wrapper .tab-content .row:first-child, .home-tabs-wrapper .tab-content ul.tabs:first-child, .home-tabs-wrapper .tab-content ul.tabs-second:first-child, .home-tabs-wrapper .tab-content .touch-promo-tabs:first-child, .home-tabs-wrapper .tab-content .prod-gallery-row-new:first-child {
  margin: 0;
}
.home-tabs-wrapper .tab-content.current {
  opacity: 1;
  visibility: visible;
  height: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 575px) {
  .home-tabs-wrapper .tab-content.current {
    padding-bottom: 30px;
    padding-top: 0;
  }
}

.remove_last_seen_prds {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-radius: 3px;
  line-height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 40%;
  right: 20px;
}
.remove_last_seen_prds:hover {
  color: black;
}
@media screen and (max-width: 991px) {
  .remove_last_seen_prds {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  #mobRemove {
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .paypal-advanced {
    width: 100%;
  }
}
.paypal-advanced .submit-button {
  float: right;
  width: 30%;
}
@media (max-width: 720px) {
  .paypal-advanced .submit-button {
    width: 50%;
  }
}
.paypal-advanced .checkout {
  float: left;
  width: 30%;
  text-decoration: underline;
  color: #99c3ff !important;
}

.total-cart-value {
  min-inline-size: -moz-max-content;
  min-inline-size: max-content;
}

.checkbox_label_position {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox_label_position input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_label_position:hover input ~ .custom_checkmark {
  background-color: #ccc;
}
.checkbox_label_position input:checked ~ .custom_checkmark {
  background-color: #B3837C;
}
.checkbox_label_position input:checked ~ .custom_checkmark:after {
  display: block;
}
.checkbox_label_position .custom_checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Create a custom checkbox */
.custom_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.custom_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.customer-info-main {
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 10px;
  box-shadow: rgba(222, 222, 222, 0.6) 5px 5px, rgba(222, 222, 222, 0.4) 10px 10px, rgba(222, 222, 222, 0.3) 15px 15px;
  border-top: 1px solid rgba(222, 222, 222, 0.6);
  border-left: 1px solid rgba(222, 222, 222, 0.6);
}

.customer-info-header {
  padding: 15px;
}
.customer-info-header p {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .customer-info-header p {
    font-size: 16px;
  }
}

.customer-info-intro {
  display: block;
  color: #222;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .customer-info-intro {
    font-size: 20px;
  }
}
.customer-info-intro:after {
  left: 0;
  height: 3px;
  background: #222;
  bottom: 0;
  content: "";
  position: absolute;
  width: 50%;
}

.customer-info-url-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .customer-info-url-row {
    padding-left: 0;
    padding-right: 0;
  }
}

.customer-info-url-col {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.customer-info-url-col:last-child {
  padding-right: 0;
}
@media screen and (min-width: 541px) and (max-width: 1199px) {
  .customer-info-url-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 540px) {
  .customer-info-url-col {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .customer-info-url-col:first-child {
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.customer-info-url-col a, .customer-info-url-col button {
  font-weight: 700;
  border-radius: 5px;
  padding: 5px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  width: 100%;
}
@media screen and (min-width: 541px) and (max-width: 767px) {
  .customer-info-url-col a, .customer-info-url-col button {
    width: 100%;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.customer-info-url-col a:hover, .customer-info-url-col button:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.customer-info-url-col a {
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
}
.customer-info-url-col a:hover {
  border-color: transparent;
}
.customer-info-url-col button {
  background: gray;
  color: #fff;
  border: 0;
  cursor: pointer;
}
@keyframes img-beat {
  from {
    transform: scale(1) translateY(-50%);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91) translateY(-50%);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98) translateY(-50%);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87) translateY(-50%);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1) translateY(-50%);
    animation-timing-function: ease-out;
  }
}
.customer-info-nav {
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  .customer-info-nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .customer-info-nav {
    padding: 2rem 1rem;
    margin-bottom: 0 !important;
  }
}
.customer-info-nav nav {
  display: block;
  width: 100%;
}
.customer-info-nav nav ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-info-nav nav ul li {
  flex: 0 0 50%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .customer-info-nav nav ul li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.customer-info-nav nav ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.3;
  color: #000;
  position: relative;
  padding: 10px 10px 10px 50px;
}
.customer-info-nav nav ul li a img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
  max-height: 25px;
  max-width: 25px;
}
.customer-info-nav nav ul li a img:hover {
  animation: img-beat 1.5s ease-in-out infinite both;
}
@media screen and (max-width: 767px) {
  .customer-info-nav nav ul li {
    font-size: 15px;
  }
}
.customer-info-nav nav ul li:hover {
  border-color: transparent;
}

.customer-header-name {
  display: block;
  margin: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  color: #222;
}
@media screen and (max-width: 430px) {
  .customer-header-name {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .customer-header-name {
    font-size: 20px;
    padding-left: 0;
  }
}
.customer-header-name:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 3%;
  width: 95%;
  border-bottom: 1px solid #B3837C;
}
@media screen and (max-width: 768px) {
  .customer-header-name:after {
    display: none;
  }
}

.customer-info-points-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  place-content: center;
}
@media screen and (max-width: 1024px) {
  .customer-info-points-row {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .customer-info-points-row {
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
  }
}

.customer-info-points {
  display: inline-block;
  color: #252525;
  font-size: 12px;
  font-weight: 600;
}

.copy-order-row {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: right;
}
.copy-order-row a {
  padding: 5px 15px;
  background: #2684FF;
  color: #fff;
  margin-left: auto;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: none;
  border-radius: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.copy-order-row a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

#orderItemTotalNo {
  font-size: 16px;
}

.user-info-nav {
  margin-bottom: 30px;
}

.user-nav-col {
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .user-nav-col:last-child a.nav-btn {
    border-right-color: transparent;
  }
}
@media screen and (max-width: 575px) {
  .user-nav-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.user-nav-col a.nav-btn {
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .user-nav-col a.nav-btn {
    height: 90px;
    font-size: 15px;
    line-height: 1.2;
    border-right: 1px solid #eaeaea;
    align-items: flex-end;
  }
}
.user-nav-col a.nav-btn i {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .user-nav-col a.nav-btn i {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5px;
  }
}

.prev-order-user-tabs {
  background: #E8F0FE;
}
@media screen and (max-width: 500px) {
  .prev-order-user-tabs .btn-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .prev-order-user-tabs .btn-group .btn, .prev-order-user-tabs .btn-group .product_card .addToCartBtn.addtoCart, .product_card .prev-order-user-tabs .btn-group .addToCartBtn.addtoCart, .prev-order-user-tabs .btn-group .product_card .addToCartBtn.quickViewBtn, .product_card .prev-order-user-tabs .btn-group .addToCartBtn.quickViewBtn, .prev-order-user-tabs .btn-group .product_card .wishlistBtn, .product_card .prev-order-user-tabs .btn-group .wishlistBtn, .prev-order-user-tabs .btn-group .brands_slider_show_more_button, .prev-order-user-tabs .btn-group .main_slider_item_details--inverted .main_slider_item_button, .main_slider_item_details--inverted .prev-order-user-tabs .btn-group .main_slider_item_button, .prev-order-user-tabs .btn-group .primary_button_md, .prev-order-user-tabs .btn-group .singleCategoryContainer .singleCategoryMoreBtn, .singleCategoryContainer .prev-order-user-tabs .btn-group .singleCategoryMoreBtn, .prev-order-user-tabs .btn-group .modalQuickV .discount, .modalQuickV .prev-order-user-tabs .btn-group .discount, .prev-order-user-tabs .btn-group .modalQuickV .ProductAddBlock .addToCartBtn.addtoCart, .modalQuickV .ProductAddBlock .prev-order-user-tabs .btn-group .addToCartBtn.addtoCart, .prev-order-user-tabs .btn-group .productPageMainContainer .productInfoMain .ProductAddBlock .addToCartBtn, .productPageMainContainer .productInfoMain .ProductAddBlock .prev-order-user-tabs .btn-group .addToCartBtn, .prev-order-user-tabs .btn-group .loadMoreOrders .orders_list_more, .loadMoreOrders .prev-order-user-tabs .btn-group .orders_list_more {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 0;
  }
}

.password-class {
  position: relative;
}

.toggle-password {
  right: 5%;
  top: 60%;
  position: absolute;
}

.background-promo {
  background: #134A2A;
}
@media screen and (max-width: 480px) {
  .background-promo {
    background: #333333;
  }
}

.checkout_bg:active {
  background: #B2AB37;
  color: #f9f9f9;
}

/* .espa-block {
  display: block;
  position: fixed;
  right: 125px;
  bottom: 50px;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  max-width: 300px;
  z-index: 100;
  transition: opacity .5s;
  opacity: 1;
  font-size: 0;
  @media screen and (max-width: 767px) {
    bottom: 15px;
  }
  @media screen and (min-width: 960px) {
    bottom: 0;
  }
} */
.geaSliderHeader span {
  font-size: 40px;
  margin: 0;
  color: #252525;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .geaSliderHeader span {
    font-size: 30px;
  }
}

.geaGiftsPromoTitle {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  text-align: center;
  padding: 0;
  color: #242424;
}
.geaGiftsPromoTitle a {
  color: #242424;
  font-weight: 600;
}

.geaGiftsPromoDesc {
  font-size: 16px;
  line-height: 1.2;
  margin-left: 15px;
  margin-right: 15px;
  color: #242424;
}
.geaGiftsPromoDesc a {
  color: #242424;
}

.geaGiftsContainer {
  max-width: 1400px;
}

.dropdownGDPR {
  color: #ffffff;
  font-weight: 600;
  width: 100%;
}

.footer-information-heading {
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.add-to-favs {
  position: absolute;
  z-index: 10;
  top: 5%;
  width: 36px;
  height: 36px;
  opacity: 0.9;
}
@media screen and (max-width: 575px) {
  .add-to-favs {
    top: 80%;
    right: 35px;
  }
}
.add-to-favs a {
  color: #252525;
  font-size: 25px;
}
.add-to-favs a:hover {
  color: gray;
}

.tab-content, .touch-promo-tab-content {
  display: none;
  background: #fff;
  padding: 15px;
  padding-top: 30px;
}
.tab-content.current, .touch-promo-tab-content.current {
  display: inherit;
}

ul.tabs, ul.tabs-second, .touch-promo-tabs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1199px;
  padding-bottom: 20px;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
  ul.tabs, ul.tabs-second, .touch-promo-tabs {
    align-items: center;
    align-content: stretch;
  }
}
ul.tabs li, ul.tabs-second li, .touch-promo-tabs li {
  color: #222;
  padding: 15px;
  cursor: pointer;
  line-height: 1.2;
  font-size: 18px;
  min-width: 25%;
}
@media screen and (min-width: 1200px) {
  ul.tabs li, ul.tabs-second li, .touch-promo-tabs li {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  ul.tabs li, ul.tabs-second li, .touch-promo-tabs li {
    font-size: 14px;
  }
}
ul.tabs li:last-child, ul.tabs-second li:last-child, .touch-promo-tabs li:last-child {
  border-right: 0;
}
ul.tabs li.current, ul.tabs-second li.current, .touch-promo-tabs li.current {
  transition: all 300ms ease-in-out;
  color: #222;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  ul.tabs li.current, ul.tabs-second li.current, .touch-promo-tabs li.current {
    font-size: 15px;
  }
}

.heartFooter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .heartFooter {
    justify-content: center;
    padding-top: 15px;
  }
}

.footerUpContent {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 29px;
  height: 92px;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .footerUpContent {
    font-size: 16px;
  }
}

.trending-bg {
  padding-bottom: 45px;
}
@media screen and (max-width: 575px) {
  .trending-bg {
    background-position: center;
    box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.1607843137);
  }
}

.count-cart-products {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 2px;
}

@media screen and (min-width: 1200px) {
  .welcome-promo-extra {
    padding: 15px 200px;
    max-width: 1300px;
  }
}

.personalized-slider .native_slider-lg {
  grid-auto-columns: 40%;
}
@media screen and (max-width: 1439px) {
  .personalized-slider .native_slider-lg {
    grid-auto-columns: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .personalized-slider .native_slider-lg {
    grid-auto-columns: 55%;
  }
}
.personalized-slider .coupon-bottom-section {
  border-top: 1px solid #B3837C;
  width: 90%;
}
.personalized-slider .code-box {
  margin-right: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
}
.personalized-slider .coupon-code {
  color: #B3837C;
  background: url(/ui/front/images/copy-clipboard-icon.png?39906dd68f4c2b1111ef67497d48f00d) no-repeat right center;
}
.personalized-slider .coupon_code_txt {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #B3837C;
}
.personalized-slider .coupon_code_txt ::-moz-selection {
  background-color: #fff;
}
.personalized-slider .coupon_code_txt ::selection {
  background-color: #fff;
}
.personalized-slider .coupon_code_txt span.copyCodeTxt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  padding-right: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  height: 36px;
  background: url(/ui/front/images/copy-clipboard-icon.png?39906dd68f4c2b1111ef67497d48f00d) no-repeat right -100px;
  margin-top: 0;
}
.personalized-slider .coupon_code_txt span.copyCodeTxt:before {
  content: "Copied";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  color: #fff;
  background: gray;
  padding: 6px 0;
  border-radius: 5px;
  font-size: 13px;
  display: none;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .personalized-slider .coupon_code_txt span.copyCodeTxt:hover {
    background: url(/ui/front/images/copy-clipboard-icon.png?39906dd68f4c2b1111ef67497d48f00d) no-repeat right center;
  }
}
@media screen and (min-width: 1200px) {
  .personalized-slider .coupon_code_txt span.copyCodeTxt:hover {
    background-position: right center;
  }
}
@media screen and (max-width: 767px) {
  .personalized-slider .coupon_code_txt span.copyCodeTxt {
    font-size: 18px;
  }
}
.personalized-slider .coupon_code_txt span.copyCodeTxt.active:before {
  display: block;
}

@media screen and (min-width: 1200px) {
  .prod-listing-wrapper {
    max-width: 1700px;
  }
}
@media screen and (max-width: 575px) {
  .prod-listing-wrapper {
    margin-bottom: 3rem;
  }
}
.prod-listing-wrapper h1 {
  color: #242424;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .prod-listing-wrapper h1 {
    font-size: 25px;
  }
}

.sidebar-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.sidebarTagsBlock {
  display: block;
  width: 100%;
}

.sidebar-list-block {
  margin-bottom: 30px;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .sidebar-list-block {
    margin-top: 1rem;
  }
}
.sidebar-list-block h6, .sidebar-list-block .sidebar-list-header {
  cursor: pointer;
  font-size: 20px;
  margin: 0 0 15px;
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  color: #242424;
  font-weight: 700;
}
.sidebar-list-block h6:after, .sidebar-list-block .sidebar-list-header:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  border: 1px solid #707070;
}
.sidebar-list-block h6 i, .sidebar-list-block .sidebar-list-header i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.side-nav-list {
  margin: 0;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0 0 15px 0;
}
.side-nav-list li {
  display: block;
  width: 100%;
}
.side-nav-list li a {
  position: relative;
  line-height: 1.3;
  padding: 5px;
  font-size: 15px;
  display: block;
  font-weight: 700;
}
.side-nav-list li a:hover {
  text-decoration: underline;
}
.side-nav-list .side_list_top_level {
  display: block;
  width: 93%;
}

.side_sub_categories_list {
  display: none;
  width: 100%;
  margin: 0;
  padding-right: 0;
  padding-left: 5px;
  list-style: none;
}

.side_sub_categories_list.bordered_list {
  border-bottom: 1px solid #eaeaea;
}

.side_sub_categories_list li {
  display: block;
  width: 100%;
  position: relative;
}
.side_sub_categories_list li .side_sub_category_top {
  display: inline-block;
  width: 90%;
}
.side_sub_categories_list li .side_sub_category_top a {
  color: #242424;
  font-weight: 500;
}
.side_sub_categories_list li .side_sub_category_top .active_toggle_sub_list {
  color: #B3837C;
  font-weight: 500;
}

.toggle_side_list_top,
.toggle_sub_list {
  position: absolute;
  top: 0;
  height: 30px;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 25px;
}
.toggle_side_list_top i,
.toggle_sub_list i {
  font-size: 14px;
  color: #242424;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}
.toggle_side_list_top .ti-plus,
.toggle_sub_list .ti-plus {
  font-weight: 800;
}
.toggle_side_list_top .ti-minus,
.toggle_sub_list .ti-minus {
  font-weight: 500;
}

.side_sub_last_level {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px;
  list-style: none;
}
.side_sub_last_level a {
  font-weight: 400 !important;
}

.active_toggle_list a {
  color: #B3837C;
}

@media screen and (max-width: 575px) and (min-width: 411px) {
  .prod-list-container .list-gap {
    gap: 15px;
  }
}
@media screen and (max-width: 410px) {
  .prod-list-container .list-gap {
    gap: 10px;
    justify-content: center;
  }
}
.prod-list-container .prod_list_item {
  transition: all 300ms ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: 260px;
  margin: 10px 8px;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 1700px) {
  .prod-list-container .prod_list_item {
    max-width: 18.8%;
    flex: 0 0 18.8%;
  }
}
@media screen and (max-width: 1199px) {
  .prod-list-container .prod_list_item {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .prod-list-container .prod_list_item {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .prod-list-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.prod-list-container .gea_product_card {
  margin: auto;
}

.disable-pointer-events {
  pointer-events: none;
}

.custom-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1199px;
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .custom-container {
    max-width: 1400px;
  }
}

/* .header-price-message-wrapper {
  background: #DDDEDD;
  padding-bottom: 10px;
  padding-top: 10px;
  height: auto;
  text-align: center;
  font-size: 14px;
  @media screen and (max-width: 575px) {
    height: auto;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  span {
    display: flex;
    color: #252525;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    @media screen and (max-width: 575px) {
      display: block;
      text-align: start;
    }
  }
  img {
    position: relative;
    margin-right: 10px;
  }
  .usp-img {
    @media screen and (max-width: 575px) {
      padding: 5px 10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
} */
.add-to-cart-with-no-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.add-to-cart-with-no-badge img {
  height: 25px;
}

.tabs-main-wrapper {
  margin-top: 0;
  padding-top: 3rem;
}
.tabs-main-wrapper ul.tabs li {
  color: #242424;
}
@media screen and (max-width: 575px) {
  .tabs-main-wrapper {
    padding: 0;
    margin-top: 2rem;
  }
  .tabs-main-wrapper ul.tabs li {
    max-width: 100%;
    padding: 0 10px;
  }
}
.tabs-main-wrapper h5 img {
  position: relative;
  bottom: 3px;
}

@media screen and (max-width: 575px) {
  .home-custom-lists-wrapper .tabs_img_wrapper {
    padding: 0;
  }
}
.home-custom-lists-wrapper .tabs_img_wrapper picture {
  display: block;
  text-align: center;
}
.home-custom-lists-wrapper .tab_head_content {
  padding: 0;
}
.home-custom-lists-wrapper .tabs_heading {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
}
.home-custom-lists-wrapper .tabs_heading .tabs_head_span {
  color: gray;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .home-custom-lists-wrapper .tabs_heading .tabs_head_span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home-custom-lists-wrapper .tabs_heading {
    font-size: 30px;
  }
}
.home-custom-lists-wrapper .list_banner {
  overflow: hidden;
  margin-bottom: 8rem;
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.home-custom-lists-wrapper .list_banner.img-current {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  height: auto;
}
@media screen and (max-width: 575px) {
  .home-custom-lists-wrapper .list_banner {
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
}
.home-custom-lists-wrapper ul.list_tabs {
  list-style-type: none;
}
@media screen and (max-width: 575px) {
  .home-custom-lists-wrapper ul.list_tabs {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .home-custom-lists-wrapper ul.list_tabs {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .home-custom-lists-wrapper ul.list_tabs li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .home-custom-lists-wrapper ul.list_tabs li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    cursor: pointer;
  }
}
.home-custom-lists-wrapper ul.list_tabs li:first-child {
  margin-left: 0;
}
.home-custom-lists-wrapper ul.list_tabs li:first-child span {
  border-left: none;
}
.home-custom-lists-wrapper ul.list_tabs li span {
  color: #FFFFFF;
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .home-custom-lists-wrapper ul.list_tabs li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .home-custom-lists-wrapper ul.list_tabs li.current {
    color: gray;
  }
}
.home-custom-lists-wrapper ul.list_tabs li.current span {
  transition: all 300ms ease-in-out;
  color: #FEE8B7;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .home-custom-lists-wrapper ul.list_tabs li.current span {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .promo-tabs-wrapper {
    max-width: 1920px;
  }
}
.promo-tabs-wrapper h5 {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 700;
  color: gray;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .promo-tabs-wrapper h5 {
    font-size: 25px;
  }
}
.promo-tabs-wrapper .promo-tab-content {
  display: none;
  height: 0;
  padding: 0;
  background-color: #1A2129;
}
.promo-tabs-wrapper .promo-tab-content .row, .promo-tabs-wrapper .promo-tab-content .prod-gallery-row-new, .promo-tabs-wrapper .promo-tab-content ul.tabs, .promo-tabs-wrapper .promo-tab-content ul.tabs-second, .promo-tabs-wrapper .promo-tab-content .touch-promo-tabs {
  width: 100%;
}
.promo-tabs-wrapper .promo-tab-content .row:first-child, .promo-tabs-wrapper .promo-tab-content .prod-gallery-row-new:first-child, .promo-tabs-wrapper .promo-tab-content ul.tabs:first-child, .promo-tabs-wrapper .promo-tab-content ul.tabs-second:first-child, .promo-tabs-wrapper .promo-tab-content .touch-promo-tabs:first-child {
  margin: 0;
}
.promo-tabs-wrapper .promo-tab-content.current {
  display: block;
  height: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 575px) {
  .promo-tabs-wrapper ul.tabs li, .promo-tabs-wrapper ul.tabs-second li {
    display: flex;
    max-width: 33.3333%;
    justify-content: center;
    align-items: center;
  }
}
.promo-tabs-wrapper .native_slider-li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_head_content.native_slider {
  padding: 0 32px;
}
@media screen and (max-width: 575px) {
  .tab_head_content.native_slider {
    margin-top: 3rem;
    padding: 0;
  }
}
.tab_head_content.native_slider .native_slider-lg {
  display: grid;
  margin: 0 1.5rem;
  grid-auto-columns: max-content;
  align-items: center;
  clip-path: inset(0 0 10px 0);
}
@media screen and (max-width: 576px) {
  .tab_head_content.native_slider .native_slider-lg {
    grid-auto-columns: 40%;
    justify-content: unset;
    margin: 0;
  }
}
.tab_head_content.native_slider .native_slider-li {
  padding: 0;
  scroll-snap-align: start;
}
.tab_head_content.native_slider .native_slider-li span, .tab_head_content.native_slider .native_slider-li a {
  width: auto;
}
.tab_head_content.native_slider .native_slider-btn {
  display: none;
}

.b-friday-promo-section {
  background-color: #1F2F2E;
}
@media screen and (min-width: 1220px) {
  .b-friday-promo-section .container-vendors {
    max-width: 1500px;
  }
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section {
    padding: 0;
  }
}
.b-friday-promo-section .vendors-grid {
  display: contents;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section .vendors-grid {
    display: grid;
  }
}
.b-friday-promo-section .vendor-grid-slide {
  margin: 0 10px 35px 10px;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section .vendor-grid-slide {
    margin: 15px 5px;
  }
}
.b-friday-promo-section .promo-vendors-title {
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section .promo-vendors-title {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
.b-friday-promo-section .friday-vendors-m {
  margin-top: 3rem;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section .friday-vendors-m {
    margin-top: 5rem;
    height: auto;
  }
}

.promo-tab-slider .native_slider-btn-prev {
  left: -50px;
  background: url(/ui/front/images/promo-slick-arrow-left.png?6cc7ca1deaab5656087ca689a152d046) no-repeat center center transparent;
}
.promo-tab-slider .native_slider-btn-next {
  right: -35px;
  background: url(/ui/front/images/promo-slick-arrow-right.png?3fc22916cb0b4cce1288f3088148f2ab) no-repeat center center transparent;
}
.promo-tab-slider .slick-initialized .slick-slide {
  background-color: #ffffff;
  margin-right: 15px;
}
.promo-tab-slider .native_slider-lg {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 19%;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: normal;
  padding-bottom: 30px;
  margin-bottom: -30px;
  clip-path: inset(0 0 30px 0);
}
@media screen and (max-width: 1200px) {
  .promo-tab-slider .native_slider-lg {
    grid-auto-columns: 30%;
  }
}
@media screen and (max-width: 575px) {
  .promo-tab-slider .native_slider-lg {
    grid-auto-columns: 65%;
  }
}
@media screen and (max-width: 575px) {
  .promo-tab-slider .product_card {
    margin-left: 0 !important;
  }
}

.promo-list-container {
  overflow-x: hidden;
  overflow-y: hidden;
}
.promo-list-container .tab_product_card {
  background-color: #ffffff;
  display: flex;
}
@media screen and (max-width: 575px) {
  .promo-list-container .tab_product_card {
    scroll-snap-align: center;
  }
}

.friday-gifts-container {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 575px) {
  .friday-gifts-container {
    margin-top: 0;
    padding-bottom: 3rem;
  }
}
.friday-gifts-container .promo-gifts {
  background: url(/ui/front/images/friday-gift-banner.png?55322d71c0cb7d93ef3f803e8ae8ddd6) no-repeat;
  margin-top: 3rem;
}
@media screen and (max-width: 575px) {
  .friday-gifts-container .promo-gifts {
    background: url(/ui/front/images/friday-gift-mob-banner.png?8ab19178277112a594c3289b411ccc69) no-repeat;
    background-position: center top;
  }
}
.friday-gifts-container .promo-gifts .slick-prev {
  left: -15px;
  background: url(/ui/front/images/promo-slick-arrow-left.png?6cc7ca1deaab5656087ca689a152d046) no-repeat center center transparent;
}
.friday-gifts-container .promo-gifts .slick-next {
  right: -15px;
  background: url(/ui/front/images/promo-slick-arrow-right.png?3fc22916cb0b4cce1288f3088148f2ab) no-repeat center center transparent;
}
.friday-gifts-container .geaGiftsPromoDesc a {
  color: #242424;
}
.friday-gifts-container .geaGiftsPromoTitle a {
  color: #242424;
}
.friday-gifts-container .homeGiftsHeader {
  color: #242424;
}
.friday-gifts-container .promo-gifts-margin {
  margin-top: 2rem;
}
.friday-gifts-container .home-gift-container {
  border-bottom: unset;
}
@media screen and (min-width: 1200px) {
  .friday-gifts-container .homesplit_three_col_slider {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.promo-tab-el::after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .promo-tab-el::after {
    position: relative;
    left: 8%;
  }
}

.promo-tab-el:last-child::after {
  content: unset;
}

.b-friday-promo-home {
  background-color: #1A2129;
}
.b-friday-promo-home .homeGiftsHeader {
  color: #ffffff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-home .homeGiftsHeader {
    margin-bottom: 0;
  }
}
.b-friday-promo-home .blog-post-description {
  background-color: #ffffff;
  bottom: 8px;
  padding: 15px;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-home .blog-post-description {
    height: auto;
    bottom: 0;
  }
}
.b-friday-promo-home .blog-post-more {
  padding: 0;
  background-color: #ffffff;
}
.b-friday-promo-home .blog-post-more a {
  padding-right: 20px;
}
@media screen and (max-width: 380px) {
  .b-friday-promo-home .sub-btn-align {
    padding-top: 0;
  }
}
.b-friday-promo-home .article_grid_item {
  height: auto;
}
.b-friday-promo-home .blog-resource {
  height: 15px;
  position: relative;
  display: block;
}
.b-friday-promo-home .newsletter-col, .b-friday-promo-home .order-track-col, .b-friday-promo-home .gea-points-image {
  border: 5px solid #1A2129;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-home .newsletter-col, .b-friday-promo-home .order-track-col, .b-friday-promo-home .gea-points-image {
    border: unset;
  }
}
@media screen and (min-width: 1200px) {
  .b-friday-promo-home .newsletter-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.b-friday-promo-home .newsletter-title {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.b-friday-promo-home .newsletter-title h5 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.b-friday-promo-home .giftContainer {
  margin-top: 6rem !important;
  padding-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-home .giftContainer {
    background-color: #1A2129;
    margin-top: 0 !important;
    max-width: 100%;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.b-friday-promo-home .slick-dots li.slick-active button:before {
  color: #B3837C;
}
.b-friday-promo-home .slick-dots li button:before {
  color: #A8A8A8;
}

.christmas--asset--line {
  height: 20px;
}
@media screen and (max-width: 575px) {
  .christmas--asset--line {
    height: 10px;
  }
}
.christmas--asset--line img {
  position: relative;
  top: -5px;
}
@media screen and (max-width: 575px) {
  .christmas--asset--line img {
    top: -8px;
    height: 15px;
  }
}

.christmas-promo-section-bg {
  background-color: #06251F !important;
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 575px) {
  .christmas-promo-section-bg {
    padding-top: 0;
  }
}
.christmas-promo-section-bg .promo-tabs-wrapper .promo-tab-content {
  background-color: #06251F;
}
.christmas-promo-section-bg .home-gift-container {
  border-bottom: unset;
}
.christmas-promo-section-bg .promo-vendors-title {
  margin-top: 2rem;
}
@media screen and (max-width: 575px) {
  .christmas-promo-section-bg .promo-vendors-title {
    margin-top: 0;
  }
}
.christmas-promo-section-bg .friday-vendors-m {
  margin-top: 0;
  height: 760px;
}
@media screen and (max-width: 575px) {
  .christmas-promo-section-bg .friday-vendors-m {
    background-image: url(/ui/front/images/christmas-vendors-bg-mob.png?e39565525e9f9ca1f26070d9b0385316) !important;
    padding-bottom: 9rem;
    height: auto;
  }
}
.christmas-promo-section-bg .friday-gifts-container {
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  .christmas-promo-section-bg .promo-list-container {
    padding-left: 15px;
  }
}
.christmas-promo-section-bg ul.list_tabs li.current span {
  color: #FB4457;
}

.christmas-gifts-cont .promo-gifts {
  background: url(/ui/front/images/christmas-gifts-bg.png?e6426c0e39ad41e7b293f69b0859150d) no-repeat;
  margin-top: 0;
  padding-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  .christmas-gifts-cont .promo-gifts {
    background: url(/ui/front/images/christmas-gifts-bg-mob.png?97b6ebe578955dfdeeafd1e25063eaa9) no-repeat;
  }
}
.christmas-gifts-cont .homeGiftsHeader {
  display: none;
}
.christmas-gifts-cont .promo-gifts-margin {
  margin-top: 10rem;
}
@media screen and (max-width: 575px) {
  .christmas-gifts-cont .promo-gifts-margin {
    margin-top: 8rem;
  }
}

.christmas-promo-blog-sec {
  background-color: #ffffff;
  padding-top: 5rem;
}
.christmas-promo-blog-sec .homeGiftsHeader {
  color: #000000;
}
.christmas-promo-blog-sec .order-track-col, .christmas-promo-blog-sec .gea-points-image, .christmas-promo-blog-sec .newsletter-col {
  border: 5px solid #FFFFFF;
}
.christmas-promo-blog-sec img {
  width: 100%;
}
.christmas-promo-blog-sec .giftContainer {
  background-color: #ffffff;
}

a#show-search-wrapper {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  width: calc(100% - 60px);
}

.dummy-search-inp {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 0;
  color: #707070;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
.dummy-search-inp:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  border-bottom: 1px solid #707070;
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .dummy-search-inp:after {
    bottom: 10px;
  }
}

.dummy-search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#live-search-main-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  background: #F8F8F8;
  height: 100vh;
  overflow-y: hidden;
  opacity: 0;
  z-index: -10;
}
#live-search-main-wrapper.ls-wrapper-visible {
  z-index: 9999;
  opacity: 1;
}

.trans-300 {
  transition: all 300ms ease-in-out;
}

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.live-search-wrapper {
  padding: 0;
}

.live-search-header {
  align-items: center;
  align-content: center;
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .live-search-header {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 5;
    width: 100%;
  }
}

.live-search-logo {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .live-search-logo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: start;
  }
  .live-search-logo img {
    display: inline-block;
    max-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .live-search-logo img {
    max-width: 150px;
  }
}

.live-search-form-row {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .live-search-form-row {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .live-search-form-row {
    background-color: #EEEEEE;
    border-radius: 20px;
    margin: 0 auto;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.live-search-form-row .spinner-border {
  top: 5px;
  right: 40px;
}
@media screen and (max-width: 575px) {
  .live-search-form-row .spinner-border {
    width: 20px;
    height: 20px;
    top: -5px;
    right: 30px;
  }
}

.live_search_form_main {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .live_search_form_main {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 575px) {
  .live_search_form_main {
    width: 90%;
  }
}
.live_search_form_main button {
  position: absolute;
  right: 5px;
  z-index: 2;
  padding: 0;
  top: 13px;
}
@media screen and (max-width: 575px) {
  .live_search_form_main button {
    top: 5px;
  }
}
.live_search_form_main button img {
  top: 0;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  position: absolute;
  max-width: 25px;
}
@media screen and (max-width: 575px) {
  .live_search_form_main button img {
    width: 20px;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .live_search_form_main button {
    height: 40px;
  }
}
.live_search_form_main .form-control {
  border: unset;
  box-shadow: unset;
  background-color: unset;
  border-radius: unset;
}
.live_search_form_main:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #929292;
  left: 0;
  bottom: 10px;
  width: 92%;
}
@media screen and (max-width: 575px) {
  .live_search_form_main:after {
    display: none;
  }
}

#searchTerm {
  flex: 0 0 100%;
  height: 56px;
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #searchTerm {
    height: 48px;
  }
}
@media screen and (max-width: 575px) {
  #searchTerm {
    height: 40px;
  }
}

a#exit-live-search {
  flex: 0 0 56px;
  max-width: 56px;
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  a#exit-live-search {
    font-size: 26px;
  }
}
a#exit-live-search .lni-close {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a#exit-live-search {
    margin-left: 0;
    flex: 0 0 50px;
    max-width: 50px;
  }
}

#searchState {
  flex: 0 0 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #searchState {
    height: 20px;
  }
}
#searchState img {
  max-width: 36px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

#search_empty_contents_wrap {
  margin-top: 45px;
  margin-bottom: 45px;
  transition: all 300ms ease-in-out;
  opacity: 1;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  #search_empty_contents_wrap {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 575px) {
  #search_empty_contents_wrap {
    margin-top: 8rem;
  }
}
#search_empty_contents_wrap.hide_search_suggestions {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
#search_empty_contents_wrap:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 3%;
  width: 93%;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 1199px) {
  #search_empty_contents_wrap:before {
    display: none;
  }
}

.live_search_col, .live-search-col-top-seller {
  flex: 0 0 28%;
  max-width: 28%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .live_search_col, .live-search-col-top-seller {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px 0 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .live_search_col, .live-search-col-top-seller {
    margin-top: 0;
  }
}
.live_search_col .search_header, .live-search-col-top-seller .search_header {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .live_search_col .search_header, .live-search-col-top-seller .search_header {
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
}
.live_search_col .search_header .search_col_title, .live_search_col .search_header .search-col-title-top-seller, .live-search-col-top-seller .search_header .search_col_title, .live-search-col-top-seller .search_header .search-col-title-top-seller {
  color: #252525;
  font-size: 25px;
  font-weight: 800;
  z-index: 2;
  margin-left: 5rem;
}
@media screen and (max-width: 1440px) {
  .live_search_col .search_header .search_col_title, .live_search_col .search_header .search-col-title-top-seller, .live-search-col-top-seller .search_header .search_col_title, .live-search-col-top-seller .search_header .search-col-title-top-seller {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .live_search_col .search_header .search_col_title, .live_search_col .search_header .search-col-title-top-seller, .live-search-col-top-seller .search_header .search_col_title, .live-search-col-top-seller .search_header .search-col-title-top-seller {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .live_search_col .search_header .search_col_title, .live_search_col .search_header .search-col-title-top-seller, .live-search-col-top-seller .search_header .search_col_title, .live-search-col-top-seller .search_header .search-col-title-top-seller {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .live_search_col .search_header .search_col_title, .live_search_col .search_header .search-col-title-top-seller, .live-search-col-top-seller .search_header .search_col_title, .live-search-col-top-seller .search_header .search-col-title-top-seller {
    margin-left: 1rem;
    font-size: 20px;
  }
}
.live_search_col .search_header .search-col-title-top-seller, .live-search-col-top-seller .search_header .search-col-title-top-seller {
  margin-left: 2rem;
}
@media screen and (max-width: 575px) {
  .live_search_col .search_header .search-col-title-top-seller, .live-search-col-top-seller .search_header .search-col-title-top-seller {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .live_search_col#liveSearchUrlsCol, .live_search_col#liveSearchUrlsCol, .live_search_col#liveSearchVendorsCol, .live-search-col-top-seller#liveSearchUrlsCol, .live-search-col-top-seller#liveSearchUrlsCol, .live-search-col-top-seller#liveSearchVendorsCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .live_search_col .live_search_vendor_slide, .live_search_col .live_search_url_slide, .live-search-col-top-seller .live_search_vendor_slide, .live-search-col-top-seller .live_search_url_slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 5px 5px 0;
  }
}
@media screen and (max-width: 575px) {
  .live_search_col .live_search_vendor_slide, .live_search_col .live_search_url_slide, .live-search-col-top-seller .live_search_vendor_slide, .live-search-col-top-seller .live_search_url_slide {
    padding: 0;
    margin-bottom: 10px;
  }
}
.live_search_col .live_search_vendor_slide a, .live_search_col .live_search_url_slide a, .live-search-col-top-seller .live_search_vendor_slide a, .live-search-col-top-seller .live_search_url_slide a {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .live_search_col .live_search_vendor_slide a, .live_search_col .live_search_url_slide a, .live-search-col-top-seller .live_search_vendor_slide a, .live-search-col-top-seller .live_search_url_slide a {
    font-size: 18px;
  }
}
.live_search_col .live_search_vendor_slide a:hover, .live_search_col .live_search_url_slide a:hover, .live-search-col-top-seller .live_search_vendor_slide a:hover, .live-search-col-top-seller .live_search_url_slide a:hover {
  color: #B3837C;
  text-decoration: underline;
}
.live_search_col .live_search_vendor_slide, .live-search-col-top-seller .live_search_vendor_slide {
  max-width: 34%;
}
@media screen and (max-width: 1700px) and (min-width: 1200px) {
  .live_search_col .live_search_vendor_slide, .live-search-col-top-seller .live_search_vendor_slide {
    max-width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .live_search_col .live_search_vendor_slide, .live-search-col-top-seller .live_search_vendor_slide {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media screen and (max-width: 1199px) {
  #liveSearchVendorsCol .live_search_slider_wrap {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 16.66%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: normal;
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  #liveSearchVendorsCol .live_search_slider_wrap {
    grid-auto-columns: 20.33%;
  }
}
@media screen and (max-width: 575px) {
  #liveSearchVendorsCol .live_search_slider_wrap {
    grid-auto-columns: 30.33%;
  }
}
@media screen and (max-width: 380px) {
  #liveSearchVendorsCol .live_search_slider_wrap {
    grid-auto-columns: 38.33%;
  }
}
#liveSearchVendorsCol img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  #liveSearchVendorsCol img {
    max-width: 100px;
  }
}

.live-search-col-top-seller {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 575px) {
  .live-search-col-top-seller .product-slider-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .live-search-col-top-seller .search_header {
    margin-top: 1rem;
  }
}
.live-search-col-top-seller .product_card_title_wrapper {
  height: auto;
}

.live_search_slide_img {
  padding: 10px;
}
.live_search_slide_img img {
  filter: grayscale(1);
  transition: all 300ms ease-in-out;
}
.live_search_slide_img img:hover {
  filter: grayscale(0);
}

.live_search_slider_wrap, .live-search-slider-wrap-top-seller {
  margin-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .live_search_slider_wrap, .live-search-slider-wrap-top-seller {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .live_search_slider_wrap, .live-search-slider-wrap-top-seller {
    margin-left: 1rem;
  }
}

.live-search-slider-wrap-top-seller {
  margin-left: 0;
}

.grid-top-seller-search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 575px) {
  .grid-top-seller-search {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-top-seller-search .product_card_thumbnail .thumbnail img {
  padding: 0;
  max-width: 120px;
  box-shadow: 0 0 20px -15px rgba(0, 0, 0, 0.45);
}
.grid-top-seller-search .product_card_thumbnail .thumbnail img:hover {
  box-shadow: 5px 0 20px -15px rgba(0, 0, 0, 0.45);
}
.grid-top-seller-search .product_card_title_wrapper:before {
  display: none;
}
.grid-top-seller-search .product_card_title {
  padding: 0 !important;
  height: auto;
}
.grid-top-seller-search .product_card_title a {
  margin: 0;
}
.grid-top-seller-search .product-card-thumb {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 575px) {
  .grid-top-seller-search .product-card-thumb {
    padding-left: 0;
  }
}
.grid-top-seller-search .add-to-cart-with-no-badge {
  height: auto;
  justify-content: flex-start;
  padding: 0;
}
.grid-top-seller-search .product_card_title_text {
  text-align: start;
}
@media screen and (max-width: 575px) {
  .grid-top-seller-search .thumbnail_container {
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 575px) {
  .grid-top-seller-search .product_card_final_price {
    margin: 0;
  }
}

.footer-social-cont span {
  color: #000;
  font-weight: 800;
  font-size: 30px;
}
.footer-social-cont .footer-social-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .footer-social-cont {
    order: 1;
    margin-bottom: 2rem;
    padding-right: 0;
  }
}

.footer-info-last-col {
  display: flex;
  justify-content: center;
}
.footer-info-last-col .row, .footer-info-last-col .prod-gallery-row-new, .footer-info-last-col ul.tabs, .footer-info-last-col ul.tabs-second, .footer-info-last-col .touch-promo-tabs {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-info-last-col .row, .footer-info-last-col .prod-gallery-row-new, .footer-info-last-col ul.tabs, .footer-info-last-col ul.tabs-second, .footer-info-last-col .touch-promo-tabs {
    justify-content: flex-start;
  }
}
.footer-info-last-col .footer-site-icons {
  background: black;
  border-radius: 50%;
  max-width: 30px;
  height: 30px;
}

.footer-main-inner li {
  padding: 3px 0;
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .footer-tel-order {
    order: 2;
  }
}

@media screen and (max-width: 575px) {
  .footer-delivery-order {
    order: 2;
  }
}

#vendor-excl-full-text-rest {
  font-size: 16px;
  background: #F7F7F7;
  padding: 15px;
  color: #242424;
  line-height: 1.5;
  margin-bottom: 15px;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-weight: 400;
  display: grid;
  place-content: center;
  text-align: start;
  margin-left: 18%;
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  #vendor-excl-full-text-rest {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #vendor-excl-full-text-rest {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .vendor-data-banner-sec {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.vendor-data-banner-sec img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

@media (max-width: 1440px) {
  .previewForm {
    padding: 0 40px !important;
  }
}
.previewForm .mc-field-group input[type=email] {
  width: 100%;
}
.previewForm .mc-field-group label, .previewForm .tcText {
  color: white;
}
.previewForm .tcText a {
  color: #B3837C;
}

.fit-content {
  height: -moz-fit-content;
  height: fit-content;
}

.border-bottom-minicart-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  background: #B3837C;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .minicartItems .ss-content {
    width: 100%;
    padding-inline: 20px;
  }
  .custom-align-left {
    margin-left: auto;
  }
  .custom-align-right {
    margin-right: auto;
  }
  .text-custom-brown {
    padding-inline: 35px !important;
  }
  .white-bg-section-minicart a {
    margin-top: 0 !important;
  }
  .custom-gap-mobile {
    gap: 0.75rem;
    background: #fff;
    padding-inline: 15px;
  }
  .previewOrderContainer {
    background: #fff;
    padding-top: 1rem;
  }
  .mobile-only-visible {
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-size: 1.2rem;
  }
  .custom-return-to-home {
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .mobile-only-flex {
    display: flex;
    flex-direction: column;
  }
  .mobile-only-padding {
    padding-inline: 15px;
  }
  .customerCouponRedeemInput {
    margin-top: 0 !important;
  }
}
.remove-padding {
  padding-inline: 0;
}

.form-control {
  font-size: 15px !important;
}
.form-control::-moz-placeholder {
  color: #000 !important;
}
.form-control::placeholder {
  color: #000 !important;
}

.gift-row-name {
  color: #000 !important;
  font-size: 14px;
}

.gift-row-name-sm {
  font-size: 12px !important;
}

.advCartRow {
  min-height: 135px !important;
}

.free-delivery-part1, .free-delivery-part2, .free-delivery-part3 {
  font-size: 16px;
}

.free-delivery-part2 {
  color: #B3837C;
}

.minicart-free-delivery-eligible {
  color: #B3837C;
}

.info-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.text {
  display: flex;
  flex-direction: column;
}
.text span {
  font-size: 16px;
  color: #333;
}

.footer-second-row {
  justify-content: space-between;
  align-items: center;
}

.footer-divider {
  width: 1px;
  border: 1px solid gray;
  height: 96px;
}

.footer-images-container {
  gap: 1rem;
  align-items: center;
}

.list-unstyled a {
  color: #000 !important;
}

.footer-images-container-mobile {
  flex-direction: column;
  gap: 1rem;
}

.footer-divider-mobile {
  max-width: 100%;
  height: 1px;
  background: black;
  width: 95%;
  margin-inline: auto;
}

.footer-images-mobile {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-second-row-mobile {
  margin-right: 0px !important;
  justify-content: center;
  gap: 1.5rem;
}

.footer-info-last-col-mobile span {
  color: #000 !important;
}

.footer-social-title-mobile {
  margin-inline: 30px;
}

.mobile-margin-bottom {
  margin-bottom: 2rem;
}

.copyright-mobile {
  font-size: 11px;
}

.info-item span {
  color: #000 !important;
}

@media screen and (max-width: 575px) {
  .footer-second-sec-border {
    padding-inline: 45px;
  }
  .footer-logo-wrapper {
    margin-top: 2rem;
  }
}
.home-gifts-more-btn-bf {
  background-color: #9E6D68;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding-inline: 1rem;
}
.home-gifts-more-btn-bf span {
  color: #FBFBFB;
  font-size: 16px;
}

.b-friday-2024-tabs-bg {
  background: url(/ui/front/images/b-friday-bg.png?5b7bbac5e69c6e7b367e96aff674868a);
}
@media screen and (max-width: 575px) {
  .b-friday-2024-tabs-bg {
    background: url(/ui/front/images/b-friday-tabs-bg-mob.png?40b591b84723fae8a59a47cf58f713cd);
  }
}

.b-friday-2024-container .promo-tab-content {
  background-color: unset;
}
.b-friday-2024-container .tabs_heading {
  margin-bottom: 0;
}
.b-friday-2024-container .tabs-main-wrapper {
  padding-top: 1.5rem;
}

@media screen and (max-width: 575px) {
  .b-friday-remove-margin-top {
    margin-top: 0 !important;
  }
  .b-friday-custom-container .tab_head_content.native_slider {
    margin-top: 0 !important;
  }
  .tabs-main-wrapper {
    margin-top: 0 !important;
  }
}
#promoSeeMoreButton {
  margin-top: 1rem;
}

.subtitle-black-firday-2024 {
  margin-top: -70px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .b-friday-remove-margin-top .native_slider-lg {
    grid-auto-columns: 75%;
  }
}
@media screen and (max-width: 575px) {
  .mobile-slider-80 .native_slider-lg {
    grid-auto-columns: 85%;
  }
}
.b-friday-2024-container .native_slider-btn-prev {
  background: url(/ui/front/images/slick-arrow-left.png?31046a78687c1ba1c10984ae8a0a327c) no-repeat 18px !important;
}
.b-friday-2024-container .native_slider-btn-next {
  background: url(/ui/front/images/slick-arrow-right.png?e3779b46c1a279480efac7963b20af9b) no-repeat 18px !important;
  right: 9px;
}

.subtitle-christmas-2024 {
  margin-top: 1.5rem;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .subtitle-christmas-2024 {
    font-size: 20px;
  }
}

.christmas-2024-section-bg {
  padding-top: 3rem;
}

.home-gifts-more-btn-bf {
  background-color: #D7BF96;
}
.home-gifts-more-btn-bf span {
  color: #000;
}

.christmas-2024-gap {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .christmas-2024-gap .native_slider-btn {
    display: none;
  }
  .christmas-2024-gap .native_slider-lg {
    grid-auto-columns: 76%;
  }
}

.christmas-2024-title-spacing {
  margin-bottom: 5rem;
}

.christmas-2024-slider h2 {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 575px) {
  .christmas-2024-slider h2 {
    font-size: 25px;
  }
}
.christmas-2024-slider .native_slider-li {
  background: #fff;
}

.christmas-container {
  max-width: 1980px !important;
}
@media screen and (max-width: 575px) {
  .christmas-container {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

.valentine-gifts-2025 {
  background-color: #181F12 !important;
}

.valentine-2025-promo {
  background-color: #181F12;
}

.valentine-2025-tabs-bg {
  background: #181F12;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .valentine-2025-tabs-bg {
    background: #181F12;
    background-size: cover;
  }
}
.slider-container-valentine-2025 {
  padding-top: 25px;
}
@media screen and (max-width: 575px) {
  .slider-container-valentine-2025 .native_slider-lg {
    grid-auto-columns: 48% !important;
  }
}

.gift-valentine-slider {
  margin-top: -100px;
}

@media screen and (max-width: 575px) {
  .slider-product-valentine .native_slider-lg {
    grid-auto-columns: 48% !important;
  }
}

.home-digital-banner-block {
  display: block;
  position: fixed;
  right: 125px;
  bottom: 0;
  max-width: 300px;
  z-index: 100;
}
@media screen and (max-width: 575px) {
  .home-digital-banner-block {
    max-width: 250px;
    left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .widescreen-block {
    display: block !important;
  }
}
.cookie-top-content-body {
  background-color: unset;
}
.cookie-top-content-body a {
  font-weight: 600;
  color: #107493;
  text-decoration: underline;
}

.b-friday-promo-section-2025 {
  background-color: #020202;
}
@media screen and (min-width: 1220px) {
  .b-friday-promo-section-2025 .container-vendors {
    max-width: 1500px;
  }
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section-2025 {
    padding: 0;
  }
}
.b-friday-promo-section-2025 .vendors-grid {
  display: contents;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section-2025 .vendors-grid {
    display: grid;
  }
}
.b-friday-promo-section-2025 .vendor-grid-slide {
  margin: 0 10px 35px 10px;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section-2025 .vendor-grid-slide {
    margin: 0px 0px 73px;
  }
}
.b-friday-promo-section-2025 .promo-vendors-title {
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section-2025 .promo-vendors-title {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
.b-friday-promo-section-2025 .friday-vendors-m {
  margin-top: 3rem;
  padding-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .b-friday-promo-section-2025 .friday-vendors-m {
    margin-top: 5rem;
    height: auto;
  }
}

.home-gifts-more-btn-bf-2025 {
  background-color: #9E6D68;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding-inline: 1rem;
}
.home-gifts-more-btn-bf-2025 span {
  color: #FBFBFB;
  font-size: 16px;
}

.b-friday-2025-tabs-bg {
  background: url(/ui/front/images/b-friday-2025.png?8a5bc0975353e41bdd9cc01d213008c1);
}
@media screen and (max-width: 575px) {
  .b-friday-2025-tabs-bg {
    background: url(/ui/front/images/b-friday-2025-mob.png?78f808e98d51421fb525b8e968c0248b);
  }
}

@media screen and (min-width: 576px) {
  #closeProdCartModal {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
  }
  #closeProdCartModal span {
    display: none;
    text-indent: -9999px;
    overflow: hidden;
  }
  #closeProdCartModal:before, #closeProdCartModal:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  #closeProdCartModal:before {
    transform: rotate(45deg);
  }
  #closeProdCartModal:after {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 576px) and (max-width: 575px) {
  #closeProdCartModal {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #closeProdCartModal {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 32px;
    align-items: center;
    align-content: center;
    color: #666;
    cursor: pointer;
    font-weight: 400;
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
  }
  #closeProdCartModal span {
    display: inline-block;
    font-size: 13px;
    position: relative;
    background-color: #fff;
    width: 100px;
    padding: 5px 15px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid gray;
    border-bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #closeProdCartModal span:before, #closeProdCartModal span:after {
    position: absolute;
    left: 10px;
    content: " ";
    top: 32%;
    height: 14px;
    width: 2px;
    background-color: #333;
  }
  #closeProdCartModal span:before {
    transform: rotate(45deg);
  }
  #closeProdCartModal span:after {
    transform: rotate(-45deg);
  }
}

.prod_cart_modal_hdr .cart_mod_descr {
  display: block;
  width: 100%;
  color: #242424;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .prod_cart_modal_hdr .cart_mod_descr {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .prod_cart_modal_hdr {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 575px) {
  .prod_cart_modal_hdr {
    max-width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }
}
.prod_cart_modal_hdr .add-to-cart-modal-header {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  color: #252525;
}
@media screen and (max-width: 992px) {
  .prod_cart_modal_hdr .add-to-cart-modal-header {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .prod_cart_modal_hdr .add-to-cart-modal-header {
    line-height: 1.5;
  }
}

.prod_cart_modal_slider_wrap {
  display: block;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .prod_cart_modal_slider_wrap {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}

.modal_p_card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.m_card_in {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  margin-left: 0.2rem;
}
@media screen and (max-width: 320px) {
  .m_card_in {
    margin-left: 0;
  }
}

.m_card_thumb_wrap {
  display: block;
  width: 120px;
  position: relative;
  aspect-ratio: 100/100;
  flex: 0 0 30%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 144px;
}
@media screen and (max-width: 575px) {
  .m_card_thumb_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.m_card_thumb_wrap .thumbnail_container {
  position: relative;
  z-index: 1;
  height: 144px;
}
.m_card_thumb_wrap .thumbnail_container a {
  display: block;
  width: 100%;
  aspect-ratio: 100/100;
}
.m_card_thumb_wrap .thumbnail_container img {
  font-size: 11px;
  line-height: 1.3;
  width: auto;
  height: auto;
  max-width: 100%;
  aspect-ratio: 100/100;
}

.modal_p_card_badge {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  z-index: 2;
  font-size: 11px;
  line-height: 1.3;
}

.modal_p_card_badge_txt {
  position: absolute;
  top: 5px;
  left: 5px;
}

.modal_p_card_main {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 65%;
  max-width: 65%;
  padding-left: 15px;
  padding-right: 5px;
}
@media screen and (max-width: 424px) {
  .modal_p_card_main {
    flex: 0 0 60%;
    max-width: 60%;
    -ms-flex: 0 0 60%;
  }
}

.modal_p_card_title {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
.modal_p_card_title a {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
  color: #242424;
  height: 42px;
}

.modal_p_card_info {
  display: flex;
  flex-wrap: wrap;
  height: 20px;
  width: 100%;
}

.modal_p_card_disc, .m_card_points, .modal_p_card_sponsored, .modal_p_card_price_col {
  display: flex;
  align-items: center;
  align-content: center;
}

.modal_p_card_disc {
  flex: 0 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1;
  background-color: gray;
  color: #fff;
  position: relative;
}
.modal_p_card_disc:after {
  right: 0;
  width: 2px;
  height: 100%;
  bottom: 0;
  top: 0;
  content: "";
  position: absolute;
  background-color: #fff;
}

.m_card_points {
  flex: 0 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 12px;
  line-height: 1;
  background-color: #fafafa;
  color: #666;
  padding: 3px 10px;
  text-align: center;
}

.modal_p_card_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.modal_p_card_sponsored {
  flex: 0 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 12px;
  line-height: 1;
  padding: 3px 10px;
  background-color: #fafafa;
  color: #666;
}

.modal_p_card_price_col {
  flex: 0 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #242424;
}
.modal_p_card_price_col.og_price {
  font-size: 12px;
  text-decoration: line-through;
}
.modal_p_card_price_col.price_final {
  font-size: 23px;
  font-weight: 700;
  color: #242424;
  height: 32px;
}
.modal_p_card_price_col.price_final.f_w_price {
  padding-left: 0;
}

.modal_p_card_add {
  display: block;
  width: 100%;
}
.modal_p_card_add div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal_p_card_add button.addtoCart {
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 45px;
  background-color: #242424;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
}
.modal_p_card_add button.addtoCart[disabled] {
  background-color: #eaeaea;
  color: #666;
}

.modal-card-start-price {
  color: #242424;
  font-size: 10px;
  font-weight: 600;
}

.modal-create-acc-btn-alt {
  background: #252525;
  border-radius: 10px;
  max-width: 48%;
  flex: 0 0 48%;
}
@media screen and (max-width: 430px) {
  .modal-create-acc-btn-alt {
    padding-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.modal-create-acc-btn-alt a {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 0.6rem;
  display: inline-block;
  text-align: center;
}

.modal-see-your-cart a {
  color: #B3837C;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 380px) {
  .modal-see-your-cart a {
    font-size: 12px;
  }
}

.modal-complete-order a {
  color: #242424;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 380px) {
  .modal-complete-order a {
    font-size: 12px;
  }
}

.modal-top-span {
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-top-span span:first-child {
  color: #242424;
}
.modal-top-span span:last-child {
  color: #B3837C;
}

.modal-register-login-mob .row, .modal-register-login-mob .prod-gallery-row-new, .modal-register-login-mob ul.tabs, .modal-register-login-mob ul.tabs-second, .modal-register-login-mob .touch-promo-tabs {
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .modal-register-login-mob {
    display: flex;
    flex-wrap: wrap;
  }
}

.after-add-modal-create-acc {
  background-color: #B3837C;
  border-radius: 10px;
  max-width: 47%;
  flex: 0 0 47%;
  max-height: 42px;
}
.after-add-modal-create-acc a {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .after-add-modal-create-acc a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .after-add-modal-create-acc a {
    width: 200px;
    font-size: 13px;
  }
}
@media screen and (max-width: 430px) {
  .after-add-modal-create-acc a {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .login-register-btn-desk {
    display: none;
  }
}

.login-register-btn-mob {
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .login-register-btn-mob {
    display: none;
  }
}

.native_slider {
  position: relative;
  width: 100%;
}
.native_slider-lg {
  display: grid;
  grid-gap: 0;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: normal;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 30px;
  margin-bottom: -30px;
  clip-path: inset(0 0 30px 0);
}
.native_slider-lg.native_slider-dragged {
  scroll-snap-type: none;
}
.native_slider-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 45px;
  height: 90px;
  transform: translateY(-50%);
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
}
.native_slider-btn-prev {
  background: url(/ui/design/img/slick-prev.png) no-repeat 18px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  left: 0;
}
.native_slider-btn-next {
  background: url(/ui/design/img/slick-next.png) no-repeat 18px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  right: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*-------------------------------- */
@font-face {
  font-family: "LineIcons";
  src: url(/ui/front/fonts/LineIcons.eot?c4771dd9ed744d283e5daf3856c79f19);
  src: url(/ui/front/fonts/LineIcons.eot?c4771dd9ed744d283e5daf3856c79f19) format("embedded-opentype"), url(/ui/front/fonts/LineIcons.woff2?05bb07eed0e1e0695840bd6b645be7cb) format("woff2"), url(/ui/front/fonts/LineIcons.woff?62e764662756aee9ff19b9947e253171) format("woff"), url(/ui/front/fonts/LineIcons.ttf?4ac57d3b3f08b5129b08288f465e6c96) format("truetype"), url(/ui/front/fonts/LineIcons.svg?e4bde5235d8dd941d94b020fc07031c7) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* --------------------------------icons------------------------------- */
.lni {
  display: inline-block;
  font: normal normal normal 15px/1 "LineIcons";
  speak: none;
  text-transform: none; /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------font icons-------------------------*/
.lni-500px::before {
  content: "\ea02";
}

.lni-add-files::before {
  content: "\ea03";
}

.lni-alarm-clock::before {
  content: "\ea04";
}

.lni-alarm::before {
  content: "\ea05";
}

.lni-airbnb::before {
  content: "\ea06";
}

.lni-adobe::before {
  content: "\ea07";
}

.lni-amazon-pay::before {
  content: "\ea08";
}

.lni-amazon::before {
  content: "\ea09";
}

.lni-amex::before {
  content: "\ea0a";
}

.lni-anchor::before {
  content: "\ea0b";
}

.lni-amazon-original::before {
  content: "\ea0c";
}

.lni-android-original::before {
  content: "\ea0d";
}

.lni-android::before {
  content: "\ea0e";
}

.lni-angellist::before {
  content: "\ea0f";
}

.lni-angle-double-down::before {
  content: "\ea10";
}

.lni-angle-double-left::before {
  content: "\ea11";
}

.lni-angle-double-right::before {
  content: "\ea12";
}

.lni-angle-double-up::before {
  content: "\ea13";
}

.lni-angular::before {
  content: "\ea14";
}

.lni-apartment::before {
  content: "\ea15";
}

.lni-app-store::before {
  content: "\ea16";
}

.lni-apple-pay::before {
  content: "\ea17";
}

.lni-apple::before {
  content: "\ea18";
}

.lni-archive::before {
  content: "\ea19";
}

.lni-arrow-down-circle::before {
  content: "\ea1a";
}

.lni-arrow-left-circle::before {
  content: "\ea1b";
}

.lni-arrow-left::before {
  content: "\ea1c";
}

.lni-arrow-right-circle::before {
  content: "\ea1d";
}

.lni-arrow-right::before {
  content: "\ea1e";
}

.lni-arrow-top-left::before {
  content: "\ea1f";
}

.lni-arrow-top-right::before {
  content: "\ea20";
}

.lni-arrow-up-circle::before {
  content: "\ea21";
}

.lni-arrow-up::before {
  content: "\ea22";
}

.lni-arrows-horizontal::before {
  content: "\ea23";
}

.lni-arrows-vertical::before {
  content: "\ea24";
}

.lni-atlassian::before {
  content: "\ea25";
}

.lni-aws::before {
  content: "\ea26";
}

.lni-arrow-down::before {
  content: "\ea27";
}

.lni-ambulance::before {
  content: "\ea28";
}

.lni-agenda::before {
  content: "\ea29";
}

.lni-backward::before {
  content: "\ea2a";
}

.lni-baloon::before {
  content: "\ea2b";
}

.lni-ban::before {
  content: "\ea2c";
}

.lni-bar-chart::before {
  content: "\ea2d";
}

.lni-behance-original::before {
  content: "\ea2e";
}

.lni-bitbucket::before {
  content: "\ea2f";
}

.lni-bitcoin::before {
  content: "\ea30";
}

.lni-blackboard::before {
  content: "\ea31";
}

.lni-blogger::before {
  content: "\ea32";
}

.lni-bluetooth::before {
  content: "\ea33";
}

.lni-bold::before {
  content: "\ea34";
}

.lni-bolt-alt::before {
  content: "\ea35";
}

.lni-bolt::before {
  content: "\ea36";
}

.lni-book::before {
  content: "\ea37";
}

.lni-bookmark-alt::before {
  content: "\ea38";
}

.lni-bookmark::before {
  content: "\ea39";
}

.lni-bootstrap::before {
  content: "\ea3a";
}

.lni-bricks::before {
  content: "\ea3b";
}

.lni-bridge::before {
  content: "\ea3c";
}

.lni-briefcase::before {
  content: "\ea3d";
}

.lni-brush-alt::before {
  content: "\ea3e";
}

.lni-brush::before {
  content: "\ea3f";
}

.lni-bubble::before {
  content: "\ea40";
}

.lni-bug::before {
  content: "\ea41";
}

.lni-bulb::before {
  content: "\ea42";
}

.lni-bullhorn::before {
  content: "\ea43";
}

.lni-burger::before {
  content: "\ea44";
}

.lni-bus::before {
  content: "\ea45";
}

.lni-cake::before {
  content: "\ea46";
}

.lni-calculator::before {
  content: "\ea47";
}

.lni-calendar::before {
  content: "\ea48";
}

.lni-camera::before {
  content: "\ea49";
}

.lni-candy-cane::before {
  content: "\ea4a";
}

.lni-candy::before {
  content: "\ea4b";
}

.lni-capsule::before {
  content: "\ea4c";
}

.lni-car-alt::before {
  content: "\ea4d";
}

.lni-car::before {
  content: "\ea4e";
}

.lni-caravan::before {
  content: "\ea4f";
}

.lni-cart-full::before {
  content: "\ea50";
}

.lni-cart::before {
  content: "\ea51";
}

.lni-certificate::before {
  content: "\ea52";
}

.lni-checkbox::before {
  content: "\ea53";
}

.lni-checkmark-circle::before {
  content: "\ea54";
}

.lni-checkmark::before {
  content: "\ea55";
}

.lni-chef-hat::before {
  content: "\ea56";
}

.lni-chevron-down-circle::before {
  content: "\ea57";
}

.lni-chevron-down::before {
  content: "\ea58";
}

.lni-chevron-left-circle::before {
  content: "\ea59";
}

.lni-chevron-left::before {
  content: "\ea5a";
}

.lni-chevron-right-circle::before {
  content: "\ea5b";
}

.lni-chevron-right::before {
  content: "\ea5c";
}

.lni-chevron-up-circle::before {
  content: "\ea5d";
}

.lni-chevron-up::before {
  content: "\ea5e";
}

.lni-chrome::before {
  content: "\ea5f";
}

.lni-circle-minus::before {
  content: "\ea60";
}

.lni-circle-plus::before {
  content: "\ea61";
}

.lni-clipboard::before {
  content: "\ea62";
}

.lni-close::before {
  content: "\ea63";
}

.lni-cloud-check::before {
  content: "\ea64";
}

.lni-cloud-download::before {
  content: "\ea65";
}

.lni-cloud-network::before {
  content: "\ea66";
}

.lni-cloud-sync::before {
  content: "\ea67";
}

.lni-cloud-upload::before {
  content: "\ea68";
}

.lni-cloud::before {
  content: "\ea69";
}

.lni-cloudy-sun::before {
  content: "\ea6a";
}

.lni-code-alt::before {
  content: "\ea6b";
}

.lni-code::before {
  content: "\ea6c";
}

.lni-codepen::before {
  content: "\ea6d";
}

.lni-coffee-cup::before {
  content: "\ea6e";
}

.lni-cog::before {
  content: "\ea6f";
}

.lni-cogs::before {
  content: "\ea70";
}

.lni-coin::before {
  content: "\ea71";
}

.lni-comments-alt::before {
  content: "\ea72";
}

.lni-comments-reply::before {
  content: "\ea73";
}

.lni-comments::before {
  content: "\ea74";
}

.lni-compass::before {
  content: "\ea75";
}

.lni-construction-hammer::before {
  content: "\ea76";
}

.lni-construction::before {
  content: "\ea77";
}

.lni-consulting::before {
  content: "\ea78";
}

.lni-control-panel::before {
  content: "\ea79";
}

.lni-cpanel::before {
  content: "\ea7a";
}

.lni-creative-commons::before {
  content: "\ea7b";
}

.lni-credit-cards::before {
  content: "\ea7c";
}

.lni-crop::before {
  content: "\ea7d";
}

.lni-cross-circle::before {
  content: "\ea7e";
}

.lni-crown::before {
  content: "\ea7f";
}

.lni-css3::before {
  content: "\ea80";
}

.lni-cup::before {
  content: "\ea81";
}

.lni-customer::before {
  content: "\ea82";
}

.lni-cut::before {
  content: "\ea83";
}

.lni-dashboard::before {
  content: "\ea84";
}

.lni-database::before {
  content: "\ea85";
}

.lni-delivery::before {
  content: "\ea86";
}

.lni-dev::before {
  content: "\ea87";
}

.lni-diamond-alt::before {
  content: "\ea88";
}

.lni-diamond::before {
  content: "\ea89";
}

.lni-diners-club::before {
  content: "\ea8a";
}

.lni-dinner::before {
  content: "\ea8b";
}

.lni-direction-alt::before {
  content: "\ea8c";
}

.lni-direction-ltr::before {
  content: "\ea8d";
}

.lni-direction-rtl::before {
  content: "\ea8e";
}

.lni-direction::before {
  content: "\ea8f";
}

.lni-discord::before {
  content: "\ea90";
}

.lni-discover::before {
  content: "\ea91";
}

.lni-display-alt::before {
  content: "\ea92";
}

.lni-display::before {
  content: "\ea93";
}

.lni-docker::before {
  content: "\ea94";
}

.lni-dollar::before {
  content: "\ea95";
}

.lni-domain::before {
  content: "\ea96";
}

.lni-download::before {
  content: "\ea97";
}

.lni-dribbble::before {
  content: "\ea98";
}

.lni-drop::before {
  content: "\ea99";
}

.lni-dropbox-original::before {
  content: "\ea9a";
}

.lni-dropbox::before {
  content: "\ea9b";
}

.lni-drupal-original::before {
  content: "\ea9c";
}

.lni-drupal::before {
  content: "\ea9d";
}

.lni-dumbbell::before {
  content: "\ea9e";
}

.lni-edge::before {
  content: "\ea9f";
}

.lni-emoji-cool::before {
  content: "\eaa0";
}

.lni-emoji-friendly::before {
  content: "\eaa1";
}

.lni-emoji-happy::before {
  content: "\eaa2";
}

.lni-emoji-sad::before {
  content: "\eaa3";
}

.lni-emoji-smile::before {
  content: "\eaa4";
}

.lni-emoji-speechless::before {
  content: "\eaa5";
}

.lni-emoji-suspect::before {
  content: "\eaa6";
}

.lni-emoji-tounge::before {
  content: "\eaa7";
}

.lni-empty-file::before {
  content: "\eaa8";
}

.lni-enter::before {
  content: "\eaa9";
}

.lni-envato::before {
  content: "\eaaa";
}

.lni-envelope::before {
  content: "\eaab";
}

.lni-eraser::before {
  content: "\eaac";
}

.lni-euro::before {
  content: "\eaad";
}

.lni-exit-down::before {
  content: "\eaae";
}

.lni-exit-up::before {
  content: "\eaaf";
}

.lni-exit::before {
  content: "\eab0";
}

.lni-eye::before {
  content: "\eab1";
}

.lni-facebook-filled::before {
  content: "\eab2";
}

.lni-facebook-messenger::before {
  content: "\eab3";
}

.lni-facebook-original::before {
  content: "\eab4";
}

.lni-facebook-oval::before {
  content: "\eab5";
}

.lni-facebook::before {
  content: "\eab6";
}

.lni-figma::before {
  content: "\eab7";
}

.lni-files::before {
  content: "\eab8";
}

.lni-firefox-original::before {
  content: "\eab9";
}

.lni-firefox::before {
  content: "\eaba";
}

.lni-fireworks::before {
  content: "\eabb";
}

.lni-first-aid::before {
  content: "\eabc";
}

.lni-flag-alt::before {
  content: "\eabd";
}

.lni-flag::before {
  content: "\eabe";
}

.lni-flags::before {
  content: "\eabf";
}

.lni-flickr::before {
  content: "\eac0";
}

.lni-basketball::before {
  content: "\eac1";
}

.lni-behance::before {
  content: "\eac2";
}

.lni-forward::before {
  content: "\eac3";
}

.lni-frame-expand::before {
  content: "\eac4";
}

.lni-flower::before {
  content: "\eac5";
}

.lni-full-screen::before {
  content: "\eac6";
}

.lni-funnel::before {
  content: "\eac7";
}

.lni-gallery::before {
  content: "\eac8";
}

.lni-game::before {
  content: "\eac9";
}

.lni-gift::before {
  content: "\eaca";
}

.lni-git::before {
  content: "\eacb";
}

.lni-github-original::before {
  content: "\eacc";
}

.lni-github::before {
  content: "\eacd";
}

.lni-goodreads::before {
  content: "\eace";
}

.lni-google-drive::before {
  content: "\eacf";
}

.lni-google-pay::before {
  content: "\ead0";
}

.lni-fresh-juice::before {
  content: "\ead1";
}

.lni-folder::before {
  content: "\ead2";
}

.lni-bi-cycle::before {
  content: "\ead3";
}

.lni-graph::before {
  content: "\ead4";
}

.lni-grid-alt::before {
  content: "\ead5";
}

.lni-grid::before {
  content: "\ead6";
}

.lni-google-wallet::before {
  content: "\ead7";
}

.lni-grow::before {
  content: "\ead8";
}

.lni-hammer::before {
  content: "\ead9";
}

.lni-hand::before {
  content: "\eada";
}

.lni-handshake::before {
  content: "\eadb";
}

.lni-harddrive::before {
  content: "\eadc";
}

.lni-headphone-alt::before {
  content: "\eadd";
}

.lni-headphone::before {
  content: "\eade";
}

.lni-heart-filled::before {
  content: "\eadf";
}

.lni-heart-monitor::before {
  content: "\eae0";
}

.lni-heart::before {
  content: "\eae1";
}

.lni-helicopter::before {
  content: "\eae2";
}

.lni-helmet::before {
  content: "\eae3";
}

.lni-help::before {
  content: "\eae4";
}

.lni-highlight-alt::before {
  content: "\eae5";
}

.lni-highlight::before {
  content: "\eae6";
}

.lni-home::before {
  content: "\eae7";
}

.lni-hospital::before {
  content: "\eae8";
}

.lni-hourglass::before {
  content: "\eae9";
}

.lni-html5::before {
  content: "\eaea";
}

.lni-image::before {
  content: "\eaeb";
}

.lni-inbox::before {
  content: "\eaec";
}

.lni-indent-decrease::before {
  content: "\eaed";
}

.lni-indent-increase::before {
  content: "\eaee";
}

.lni-infinite::before {
  content: "\eaef";
}

.lni-information::before {
  content: "\eaf0";
}

.lni-instagram-filled::before {
  content: "\eaf1";
}

.lni-instagram-original::before {
  content: "\eaf2";
}

.lni-instagram::before {
  content: "\eaf3";
}

.lni-invention::before {
  content: "\eaf4";
}

.lni-graduation::before {
  content: "\eaf5";
}

.lni-invest-monitor::before {
  content: "\eaf6";
}

.lni-island::before {
  content: "\eaf7";
}

.lni-italic::before {
  content: "\eaf8";
}

.lni-java::before {
  content: "\eaf9";
}

.lni-javascript::before {
  content: "\eafa";
}

.lni-jcb::before {
  content: "\eafb";
}

.lni-joomla-original::before {
  content: "\eafc";
}

.lni-joomla::before {
  content: "\eafd";
}

.lni-jsfiddle::before {
  content: "\eafe";
}

.lni-juice::before {
  content: "\eaff";
}

.lni-key::before {
  content: "\eb00";
}

.lni-keyboard::before {
  content: "\eb01";
}

.lni-keyword-research::before {
  content: "\eb02";
}

.lni-hacker-news::before {
  content: "\eb03";
}

.lni-google::before {
  content: "\eb04";
}

.lni-laravel::before {
  content: "\eb05";
}

.lni-layers::before {
  content: "\eb06";
}

.lni-layout::before {
  content: "\eb07";
}

.lni-leaf::before {
  content: "\eb08";
}

.lni-library::before {
  content: "\eb09";
}

.lni-licencse::before {
  content: "\eb0a";
}

.lni-life-ring::before {
  content: "\eb0b";
}

.lni-line-dashed::before {
  content: "\eb0c";
}

.lni-line-dotted::before {
  content: "\eb0d";
}

.lni-line-double::before {
  content: "\eb0e";
}

.lni-line-spacing::before {
  content: "\eb0f";
}

.lni-line::before {
  content: "\eb10";
}

.lni-lineicons-alt::before {
  content: "\eb11";
}

.lni-lineicons::before {
  content: "\eb12";
}

.lni-link::before {
  content: "\eb13";
}

.lni-linkedin-original::before {
  content: "\eb14";
}

.lni-linkedin::before {
  content: "\eb15";
}

.lni-list::before {
  content: "\eb16";
}

.lni-lock-alt::before {
  content: "\eb17";
}

.lni-lock::before {
  content: "\eb18";
}

.lni-magnet::before {
  content: "\eb19";
}

.lni-magnifier::before {
  content: "\eb1a";
}

.lni-mailchimp::before {
  content: "\eb1b";
}

.lni-map-marker::before {
  content: "\eb1c";
}

.lni-map::before {
  content: "\eb1d";
}

.lni-mashroom::before {
  content: "\eb1e";
}

.lni-mastercard::before {
  content: "\eb1f";
}

.lni-medall-alt::before {
  content: "\eb20";
}

.lni-medall::before {
  content: "\eb21";
}

.lni-medium::before {
  content: "\eb22";
}

.lni-laptop::before {
  content: "\eb23";
}

.lni-investment::before {
  content: "\eb24";
}

.lni-laptop-phone::before {
  content: "\eb25";
}

.lni-megento::before {
  content: "\eb26";
}

.lni-mic::before {
  content: "\eb27";
}

.lni-microphone::before {
  content: "\eb28";
}

.lni-menu::before {
  content: "\eb29";
}

.lni-microscope::before {
  content: "\eb2a";
}

.lni-money-location::before {
  content: "\eb2b";
}

.lni-minus::before {
  content: "\eb2c";
}

.lni-mobile::before {
  content: "\eb2d";
}

.lni-more-alt::before {
  content: "\eb2e";
}

.lni-mouse::before {
  content: "\eb2f";
}

.lni-move::before {
  content: "\eb30";
}

.lni-music::before {
  content: "\eb31";
}

.lni-network::before {
  content: "\eb32";
}

.lni-night::before {
  content: "\eb33";
}

.lni-nodejs-alt::before {
  content: "\eb34";
}

.lni-nodejs::before {
  content: "\eb35";
}

.lni-notepad::before {
  content: "\eb36";
}

.lni-npm::before {
  content: "\eb37";
}

.lni-offer::before {
  content: "\eb38";
}

.lni-opera::before {
  content: "\eb39";
}

.lni-package::before {
  content: "\eb3a";
}

.lni-page-break::before {
  content: "\eb3b";
}

.lni-pagination::before {
  content: "\eb3c";
}

.lni-paint-bucket::before {
  content: "\eb3d";
}

.lni-paint-roller::before {
  content: "\eb3e";
}

.lni-pallet::before {
  content: "\eb3f";
}

.lni-paperclip::before {
  content: "\eb40";
}

.lni-more::before {
  content: "\eb41";
}

.lni-pause::before {
  content: "\eb42";
}

.lni-paypal-original::before {
  content: "\eb43";
}

.lni-microsoft::before {
  content: "\eb44";
}

.lni-money-protection::before {
  content: "\eb45";
}

.lni-pencil::before {
  content: "\eb46";
}

.lni-paypal::before {
  content: "\eb47";
}

.lni-pencil-alt::before {
  content: "\eb48";
}

.lni-patreon::before {
  content: "\eb49";
}

.lni-phone-set::before {
  content: "\eb4a";
}

.lni-phone::before {
  content: "\eb4b";
}

.lni-pin::before {
  content: "\eb4c";
}

.lni-pinterest::before {
  content: "\eb4d";
}

.lni-pie-chart::before {
  content: "\eb4e";
}

.lni-pilcrow::before {
  content: "\eb4f";
}

.lni-plane::before {
  content: "\eb50";
}

.lni-play::before {
  content: "\eb51";
}

.lni-plug::before {
  content: "\eb52";
}

.lni-plus::before {
  content: "\eb53";
}

.lni-pointer-down::before {
  content: "\eb54";
}

.lni-pointer-left::before {
  content: "\eb55";
}

.lni-pointer-right::before {
  content: "\eb56";
}

.lni-pointer-up::before {
  content: "\eb57";
}

.lni-play-store::before {
  content: "\eb58";
}

.lni-pizza::before {
  content: "\eb59";
}

.lni-postcard::before {
  content: "\eb5a";
}

.lni-pound::before {
  content: "\eb5b";
}

.lni-power-switch::before {
  content: "\eb5c";
}

.lni-printer::before {
  content: "\eb5d";
}

.lni-producthunt::before {
  content: "\eb5e";
}

.lni-protection::before {
  content: "\eb5f";
}

.lni-pulse::before {
  content: "\eb60";
}

.lni-pyramids::before {
  content: "\eb61";
}

.lni-python::before {
  content: "\eb62";
}

.lni-pointer::before {
  content: "\eb63";
}

.lni-popup::before {
  content: "\eb64";
}

.lni-quotation::before {
  content: "\eb65";
}

.lni-radio-button::before {
  content: "\eb66";
}

.lni-rain::before {
  content: "\eb67";
}

.lni-quora::before {
  content: "\eb68";
}

.lni-react::before {
  content: "\eb69";
}

.lni-question-circle::before {
  content: "\eb6a";
}

.lni-php::before {
  content: "\eb6b";
}

.lni-reddit::before {
  content: "\eb6c";
}

.lni-reload::before {
  content: "\eb6d";
}

.lni-restaurant::before {
  content: "\eb6e";
}

.lni-road::before {
  content: "\eb6f";
}

.lni-rocket::before {
  content: "\eb70";
}

.lni-rss-feed::before {
  content: "\eb71";
}

.lni-ruler-alt::before {
  content: "\eb72";
}

.lni-ruler-pencil::before {
  content: "\eb73";
}

.lni-ruler::before {
  content: "\eb74";
}

.lni-rupee::before {
  content: "\eb75";
}

.lni-save::before {
  content: "\eb76";
}

.lni-school-bench-alt::before {
  content: "\eb77";
}

.lni-school-bench::before {
  content: "\eb78";
}

.lni-scooter::before {
  content: "\eb79";
}

.lni-scroll-down::before {
  content: "\eb7a";
}

.lni-search-alt::before {
  content: "\eb7b";
}

.lni-search::before {
  content: "\eb7c";
}

.lni-select::before {
  content: "\eb7d";
}

.lni-seo::before {
  content: "\eb7e";
}

.lni-service::before {
  content: "\eb7f";
}

.lni-share-alt::before {
  content: "\eb80";
}

.lni-share::before {
  content: "\eb81";
}

.lni-shield::before {
  content: "\eb82";
}

.lni-shift-left::before {
  content: "\eb83";
}

.lni-shift-right::before {
  content: "\eb84";
}

.lni-ship::before {
  content: "\eb85";
}

.lni-shopify::before {
  content: "\eb86";
}

.lni-shopping-basket::before {
  content: "\eb87";
}

.lni-shortcode::before {
  content: "\eb88";
}

.lni-shovel::before {
  content: "\eb89";
}

.lni-shuffle::before {
  content: "\eb8a";
}

.lni-signal::before {
  content: "\eb8b";
}

.lni-sketch::before {
  content: "\eb8c";
}

.lni-skipping-rope::before {
  content: "\eb8d";
}

.lni-skype::before {
  content: "\eb8e";
}

.lni-slack::before {
  content: "\eb8f";
}

.lni-slice::before {
  content: "\eb90";
}

.lni-slideshare::before {
  content: "\eb91";
}

.lni-slim::before {
  content: "\eb92";
}

.lni-reply::before {
  content: "\eb93";
}

.lni-sort-alpha-asc::before {
  content: "\eb94";
}

.lni-remove-file::before {
  content: "\eb95";
}

.lni-sort-amount-dsc::before {
  content: "\eb96";
}

.lni-sort-amount-asc::before {
  content: "\eb97";
}

.lni-soundcloud::before {
  content: "\eb98";
}

.lni-souncloud-original::before {
  content: "\eb99";
}

.lni-spiner-solid::before {
  content: "\eb9a";
}

.lni-revenue::before {
  content: "\eb9b";
}

.lni-spinner::before {
  content: "\eb9c";
}

.lni-spellcheck::before {
  content: "\eb9d";
}

.lni-spotify::before {
  content: "\eb9e";
}

.lni-spray::before {
  content: "\eb9f";
}

.lni-sprout::before {
  content: "\eba0";
}

.lni-snapchat::before {
  content: "\eba1";
}

.lni-stamp::before {
  content: "\eba2";
}

.lni-star-empty::before {
  content: "\eba3";
}

.lni-star-filled::before {
  content: "\eba4";
}

.lni-star-half::before {
  content: "\eba5";
}

.lni-star::before {
  content: "\eba6";
}

.lni-stats-down::before {
  content: "\eba7";
}

.lni-spinner-arrow::before {
  content: "\eba8";
}

.lni-steam::before {
  content: "\eba9";
}

.lni-stackoverflow::before {
  content: "\ebaa";
}

.lni-stop::before {
  content: "\ebab";
}

.lni-strikethrough::before {
  content: "\ebac";
}

.lni-sthethoscope::before {
  content: "\ebad";
}

.lni-stumbleupon::before {
  content: "\ebae";
}

.lni-sun::before {
  content: "\ebaf";
}

.lni-support::before {
  content: "\ebb0";
}

.lni-surf-board::before {
  content: "\ebb1";
}

.lni-swift::before {
  content: "\ebb2";
}

.lni-syringe::before {
  content: "\ebb3";
}

.lni-tab::before {
  content: "\ebb4";
}

.lni-tag::before {
  content: "\ebb5";
}

.lni-target-customer::before {
  content: "\ebb6";
}

.lni-target-revenue::before {
  content: "\ebb7";
}

.lni-target::before {
  content: "\ebb8";
}

.lni-taxi::before {
  content: "\ebb9";
}

.lni-stats-up::before {
  content: "\ebba";
}

.lni-telegram-original::before {
  content: "\ebbb";
}

.lni-telegram::before {
  content: "\ebbc";
}

.lni-text-align-center::before {
  content: "\ebbd";
}

.lni-text-align-justify::before {
  content: "\ebbe";
}

.lni-text-align-left::before {
  content: "\ebbf";
}

.lni-text-format-remove::before {
  content: "\ebc0";
}

.lni-text-align-right::before {
  content: "\ebc1";
}

.lni-text-format::before {
  content: "\ebc2";
}

.lni-thought::before {
  content: "\ebc3";
}

.lni-thumbs-down::before {
  content: "\ebc4";
}

.lni-thumbs-up::before {
  content: "\ebc5";
}

.lni-thunder-alt::before {
  content: "\ebc6";
}

.lni-thunder::before {
  content: "\ebc7";
}

.lni-ticket-alt::before {
  content: "\ebc8";
}

.lni-ticket::before {
  content: "\ebc9";
}

.lni-timer::before {
  content: "\ebca";
}

.lni-train-alt::before {
  content: "\ebcb";
}

.lni-train::before {
  content: "\ebcc";
}

.lni-trash::before {
  content: "\ebcd";
}

.lni-travel::before {
  content: "\ebce";
}

.lni-tree::before {
  content: "\ebcf";
}

.lni-trees::before {
  content: "\ebd0";
}

.lni-trello::before {
  content: "\ebd1";
}

.lni-trowel::before {
  content: "\ebd2";
}

.lni-tshirt::before {
  content: "\ebd3";
}

.lni-tumblr::before {
  content: "\ebd4";
}

.lni-twitch::before {
  content: "\ebd5";
}

.lni-twitter-filled::before {
  content: "\ebd6";
}

.lni-twitter-original::before {
  content: "\ebd7";
}

.lni-twitter::before {
  content: "\ebd8";
}

.lni-ubuntu::before {
  content: "\ebd9";
}

.lni-underline::before {
  content: "\ebda";
}

.lni-unlink::before {
  content: "\ebdb";
}

.lni-unlock::before {
  content: "\ebdc";
}

.lni-upload::before {
  content: "\ebdd";
}

.lni-user::before {
  content: "\ebde";
}

.lni-users::before {
  content: "\ebdf";
}

.lni-ux::before {
  content: "\ebe0";
}

.lni-vector::before {
  content: "\ebe1";
}

.lni-video::before {
  content: "\ebe2";
}

.lni-vimeo::before {
  content: "\ebe3";
}

.lni-visa::before {
  content: "\ebe4";
}

.lni-vk::before {
  content: "\ebe5";
}

.lni-volume-high::before {
  content: "\ebe6";
}

.lni-volume-low::before {
  content: "\ebe7";
}

.lni-volume-medium::before {
  content: "\ebe8";
}

.lni-volume-mute::before {
  content: "\ebe9";
}

.lni-volume::before {
  content: "\ebea";
}

.lni-wallet::before {
  content: "\ebeb";
}

.lni-warning::before {
  content: "\ebec";
}

.lni-website-alt::before {
  content: "\ebed";
}

.lni-website::before {
  content: "\ebee";
}

.lni-wechat::before {
  content: "\ebef";
}

.lni-weight::before {
  content: "\ebf0";
}

.lni-whatsapp::before {
  content: "\ebf1";
}

.lni-wheelbarrow::before {
  content: "\ebf2";
}

.lni-wheelchair::before {
  content: "\ebf3";
}

.lni-windows::before {
  content: "\ebf4";
}

.lni-wordpress-filled::before {
  content: "\ebf5";
}

.lni-wordpress::before {
  content: "\ebf6";
}

.lni-world-alt::before {
  content: "\ebf7";
}

.lni-world::before {
  content: "\ebf8";
}

.lni-write::before {
  content: "\ebf9";
}

.lni-yahoo::before {
  content: "\ebfa";
}

.lni-ycombinator::before {
  content: "\ebfb";
}

.lni-yen::before {
  content: "\ebfc";
}

.lni-youtube::before {
  content: "\ebfd";
}

.lni-zip::before {
  content: "\ebfe";
}

.lni-zoom-in::before {
  content: "\ebff";
}

.lni-zoom-out::before {
  content: "\ec00";
}

.lni-teabag::before {
  content: "\ec01";
}

.lni-stripe::before {
  content: "\ec02";
}

.lni-spotify-original::before {
  content: "\ec03";
}

@font-face {
  font-family: "themify";
  src: url(/ui/front/fonts/themify.eot?9bad94440d49256265a5b2305ec42d63);
  src: url(/ui/front/fonts/themify.eot?9bad94440d49256265a5b2305ec42d63?#iefix-fvbane) format("embedded-opentype"), url(/ui/front/fonts/themify.woff?29b39089170885ae29671a8c66d85a9f) format("woff"), url(/ui/front/fonts/themify.ttf?eda8b94308c6f538f04a8056ed761a57) format("truetype"), url(/ui/front/fonts/themify.svg?c4292f34297f1004471aa089024b1ccc#themify) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-], [class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

.touch-promo-spf-cont {
  position: absolute;
  bottom: 0;
}
.touch-promo-spf-cont .native_slider-lg {
  grid-auto-columns: 25%;
}
@media (max-width: 1199px) and (min-width: 576px) {
  .touch-promo-spf-cont .native_slider-lg {
    gap: 15px;
    grid-auto-columns: 23%;
  }
}
@media (max-width: 575px) {
  .touch-promo-spf-cont .native_slider-lg {
    grid-auto-columns: 30%;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .touch-promo-spf-cont .native_slider-li {
    left: 2rem;
  }
}

.touch-promo-tabs-wrapper {
  margin-top: 0;
  position: relative;
  padding-bottom: 15rem;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) and (min-width: 576px) {
  .touch-promo-tabs-wrapper {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .touch-promo-tabs-wrapper {
    margin-top: 3rem;
    background: url(/ui/front/images/touch-promo-skrin-bg-mobile.png?9396658de547897fe1a84dfebf40738a) no-repeat !important;
    background-position-y: 5rem !important;
    padding-bottom: 5rem;
  }
}
@media (max-width: 424px) {
  .touch-promo-tabs-wrapper {
    background-position-y: 10rem;
    padding-bottom: 5rem;
  }
}
.touch-promo-tabs-wrapper.touch-promo-body-bg {
  padding-inline: 0;
}
@media (max-width: 1440px) {
  .touch-promo-tabs-wrapper.touch-promo-body-bg {
    background-position-y: 7rem !important;
  }
}
@media (max-width: 575px) {
  .touch-promo-tabs-wrapper.touch-promo-body-bg {
    background: url(/ui/front/images/touch-promo-body-bg-mobile.png?670466a54643a9f36885cb23ffed72ee) no-repeat !important;
    background-position-y: 5rem !important;
    padding-bottom: 5rem;
  }
}
@media (max-width: 424px) {
  .touch-promo-tabs-wrapper.touch-promo-body-bg {
    background-position-y: 10rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 769px) {
  .touch-promo-tabs-wrapper .touch-promo-title-tabs {
    position: absolute;
    top: 8rem;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .touch-promo-tabs-wrapper .touch-promo-title-tabs {
    padding: 0;
  }
}
.touch-promo-tabs-wrapper h3 {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .touch-promo-tabs-wrapper h3 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
}
.touch-promo-tabs-wrapper ul {
  max-width: 700px;
  justify-content: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .touch-promo-tabs-wrapper ul {
    justify-content: flex-start;
  }
}
.touch-promo-tabs-wrapper li {
  font-size: 19px !important;
  color: #707070 !important;
  font-weight: 600 !important;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  line-height: normal !important;
  padding: 8px !important;
  max-height: 30px;
}
@media (max-width: 575px) {
  .touch-promo-tabs-wrapper li {
    position: relative;
    left: 15px;
  }
}
.touch-promo-tabs-wrapper li.current {
  color: #ffffff !important;
  background-color: #000000;
}
.touch-promo-tabs-wrapper .slide_card {
  padding-inline: 0;
  background: #ffffff;
}
@media (max-width: 575px) and (min-width: 425px) {
  .touch-promo-tabs-wrapper .slide_card {
    position: relative;
    left: 15px;
  }
}
.touch-promo-tabs-wrapper .tab-content, .touch-promo-tabs-wrapper .touch-promo-tab-content {
  background: unset;
}
@media (max-width: 575px) {
  .touch-promo-tabs-wrapper .tab-content, .touch-promo-tabs-wrapper .touch-promo-tab-content {
    padding-top: 0;
  }
}
.touch-promo-tabs-wrapper .products-slider-wrappper {
  max-width: 1065px;
  padding-inline: 0;
  margin-top: 45px !important;
}
@media (max-width: 575px) {
  .touch-promo-tabs-wrapper .products-slider-wrappper {
    padding-top: 0;
    margin-top: 0 !important;
  }
}
.touch-promo-tabs-wrapper .products-slider-wrappper .native_slider-lg {
  grid-auto-columns: calc(40% - 165px);
  gap: 15px;
  padding-bottom: 30px;
  clip-path: unset;
  padding-inline: 15px;
}
@media (max-width: 1440px) and (min-width: 992px) {
  .touch-promo-tabs-wrapper .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: calc(45% - 175px);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .touch-promo-tabs-wrapper .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: calc(65% - 175px);
  }
}
@media (min-width: 769px) {
  .touch-promo-tabs-wrapper .products-slider-wrappper .native_slider-lg {
    margin-top: 12rem;
  }
}
@media (max-width: 575px) and (min-width: 425px) {
  .touch-promo-tabs-wrapper .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: calc(90% - 180px);
    padding-top: 0;
  }
}
@media (max-width: 424px) {
  .touch-promo-tabs-wrapper .products-slider-wrappper .native_slider-lg {
    grid-auto-columns: calc(100% - 110px);
    padding-top: 0;
  }
}
.touch-promo-tabs-wrapper .products-slider-wrappper .native_slider-btn-prev {
  left: 15px;
}
.touch-promo-tabs-wrapper .products-slider-wrappper .native_slider-btn-next {
  right: 10px;
}
.touch-promo-tabs-wrapper .touch-promo-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .touch-promo-tabs-wrapper .touch-promo-tabs {
    display: grid;
    justify-content: start;
    grid-auto-columns: max-content;
    margin-bottom: 0;
    padding-inline: 15px;
  }
}
@media (max-width: 430px) {
  .touch-promo-tabs-wrapper.tab_head_content {
    padding-inline: 0 !important;
  }
}

.touch-the-sun-rect {
  margin-top: 2rem;
}
.touch-the-sun-rect h3 {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .touch-the-sun-rect h3 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
}
.touch-the-sun-rect .row, .touch-the-sun-rect .prod-gallery-row-new, .touch-the-sun-rect ul.tabs, .touch-the-sun-rect ul.tabs-second, .touch-the-sun-rect .touch-promo-tabs {
  justify-content: center;
}
@media (max-width: 767px) {
  .touch-the-sun-rect .row, .touch-the-sun-rect .prod-gallery-row-new, .touch-the-sun-rect ul.tabs, .touch-the-sun-rect ul.tabs-second, .touch-the-sun-rect .touch-promo-tabs {
    justify-content: start;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: normal;
    margin-bottom: -30px;
    clip-path: inset(0 0 30px 0);
  }
}
.touch-the-sun-rect .touch-the-sun-rect-li {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 2rem;
  margin-inline: 10px;
}
@media (max-width: 767px) {
  .touch-the-sun-rect .touch-the-sun-rect-li {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 10px;
    margin-bottom: 35px;
    margin-inline: 0;
    left: 3rem;
  }
}
.touch-the-sun-rect .touch-the-sun-rect-li a {
  background-color: #000;
  padding: 8px 15px;
  color: #ffffff;
  border-radius: 10px;
}

.touch-sun-slider-cont {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 575px) {
  .touch-sun-slider-cont {
    margin-top: 2rem;
  }
}
.touch-sun-slider-cont .home-lab-border {
  border: unset;
}
