@charset "UTF-8";
/**
 * CSS layout debugging
 * @link http://pesticide.io/
 * @type boolean
 */
/**
 * Define width for browsers w/out media query support
 * @link http://jakearchibald.github.com/sass-ie/
 * @type boolean
 */
/**
 * Turn on/off IE specific styles
 * @link http://jakearchibald.github.com/sass-ie/
 * @type boolean
 */
/**
 * Base font size in used in _mixins.scss
 * @type number
 */
/**
 * Base line-height in used in _mixins.scss
 * @type number
 */
/**
 * (optional) URL for Google Fonts import
 * @type string
 */
/**
 * (optional) names of webfonts imports
 * @type array
 */
/**
 * Define z-indexes for various elements
 * @link http://www.sitepoint.com/using-sass-maps/
 * @type number
 */
@import url("https://fonts.googleapis.com/css?family=Lato|Poppins:400,600,700,900");
.my-account-page .page-title-wrapper, .page-layout-1column.cms-index-index .page-main .columns, .cms-index-index.checkout-index-index .page-main .columns {
  width: auto;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.my-account-page .page-title-wrapper:before, .page-layout-1column.cms-index-index .page-main .columns:before, .cms-index-index.checkout-index-index .page-main .columns:before, .my-account-page .page-title-wrapper:after, .page-layout-1column.cms-index-index .page-main .columns:after, .cms-index-index.checkout-index-index .page-main .columns:after {
  content: none;
}

.checkout-cart-index .column.main, .customer-account-login .page-main .columns .column.main,
.customer-account-create .page-main .columns .column.main,
.customer-account-forgotpassword .page-main .columns .column.main, .page-layout-1column.cms-index-index .page-main .columns .column.main, .cms-index-index.checkout-index-index .page-main .columns .column.main {
  margin: 0 !important;
  display: block !important;
}
.checkout-cart-index .column.main::after, .customer-account-login .page-main .columns .column.main::after,
.customer-account-create .page-main .columns .column.main::after,
.customer-account-forgotpassword .page-main .columns .column.main::after, .page-layout-1column.cms-index-index .page-main .columns .column.main::after, .cms-index-index.checkout-index-index .page-main .columns .column.main::after {
  display: block;
  content: "";
  clear: both;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --notice: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --error: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 900;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-title, .newsletter-manage-index .columns .main .form .form-inner .fieldset > .legend, .my-account-page .columns .main .block .block-title, .customer-account-forgotpassword .forget .fieldset .legend, .customer-account-forgotpassword .forget-helper .fieldset .legend, .customer-account-forgotpassword .reset .fieldset .legend,
.customer-account-createpassword .forget .fieldset .legend,
.customer-account-createpassword .forget-helper .fieldset .legend,
.customer-account-createpassword .reset .fieldset .legend, .customer-account-create .legend, .customer-account-login .login-container .block-title, .h3, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title, .my-account-page .columns .main .block .block-content .box-title, .checkout-cart-index .cart-container .cart-summary .summary.title, .h4, .product__details .module-tabs .item.content .block-title, .catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box .price-from, .catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box .price-to, .h5, .module-minicart .block-minicart .subtotal .amount, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title, .checkout-index-index .page-main .checkout-container .opc-progress-bar-item, .catalog-product-view .columns .column.main .product-important .product__info .product-info__price .product-info__stock-sku, .h6, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

h2, .h2, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-title, .newsletter-manage-index .columns .main .form .form-inner .fieldset > .legend, .my-account-page .columns .main .block .block-title, .customer-account-forgotpassword .forget .fieldset .legend, .customer-account-forgotpassword .forget-helper .fieldset .legend, .customer-account-forgotpassword .reset .fieldset .legend,
.customer-account-createpassword .forget .fieldset .legend,
.customer-account-createpassword .forget-helper .fieldset .legend,
.customer-account-createpassword .reset .fieldset .legend, .customer-account-create .legend, .customer-account-login .login-container .block-title {
  font-size: 2rem;
}

h3, .h3, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title, .my-account-page .columns .main .block .block-content .box-title, .checkout-cart-index .cart-container .cart-summary .summary.title {
  font-size: 1.75rem;
}

h4, .h4, .product__details .module-tabs .item.content .block-title, .catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box .price-from, .catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box .price-to {
  font-size: 1.5rem;
}

h5, .h5, .module-minicart .block-minicart .subtotal .amount, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title, .checkout-index-index .page-main .checkout-container .opc-progress-bar-item, .catalog-product-view .columns .column.main .product-important .product__info .product-info__price .product-info__stock-sku {
  font-size: 1.25rem;
}

h6, .h6, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.list-inline, .module-socialshare .module__list, .page-header .header__top .links {
  padding-left: 0;
  list-style: none;
}

.list-inline-item, .module-socialshare .module__list li, .page-header .header__top .links li {
  display: inline-block;
}
.list-inline-item:not(:last-child), .module-socialshare .module__list li:not(:last-child), .page-header .header__top .links li:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 900;
}

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

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

.container, .page.messages, .page-layout-2columns-left .columns, .page-layout-1column .page-main .columns, .checkout-index-index .page-main .columns {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .page.messages, .page-layout-2columns-left .columns, .page-layout-1column .page-main .columns, .checkout-index-index .page-main .columns {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .page.messages, .page-layout-2columns-left .columns, .page-layout-1column .page-main .columns, .checkout-index-index .page-main .columns {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .page.messages, .page-layout-2columns-left .columns, .page-layout-1column .page-main .columns, .checkout-index-index .page-main .columns {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .page.messages, .page-layout-2columns-left .columns, .page-layout-1column .page-main .columns, .checkout-index-index .page-main .columns {
    max-width: 1500px;
  }
}

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

.row, .page-header .header__content-inner {
  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%;
  min-height: 1px;
  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: none;
}

.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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .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%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-notice,
.table-notice > th,
.table-notice > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-notice:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-notice:hover > td,
.table-hover .table-notice:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-error,
.table-error > th,
.table-error > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-error:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-error:hover > td,
.table-hover .table-error:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control, .input-text, .my-account-page .columns .main .toolbar .limiter-options, .my-account-page .columns .main .form .fieldset .field select, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand, .input-text::-ms-expand, .my-account-page .columns .main .toolbar .limiter-options::-ms-expand, .my-account-page .columns .main .form .fieldset .field select::-ms-expand, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text::-ms-expand, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .input-text:focus, .my-account-page .columns .main .toolbar .limiter-options:focus, .my-account-page .columns .main .form .fieldset .field select:focus, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:focus, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder, .my-account-page .columns .main .toolbar .limiter-options::-moz-placeholder, .my-account-page .columns .main .form .fieldset .field select::-moz-placeholder, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text::-moz-placeholder, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder, .my-account-page .columns .main .toolbar .limiter-options::placeholder, .my-account-page .columns .main .form .fieldset .field select::placeholder, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text::placeholder, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .input-text:disabled, .my-account-page .columns .main .toolbar .limiter-options:disabled, .my-account-page .columns .main .form .fieldset .field select:disabled, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:disabled, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:disabled, .form-control[readonly], [readonly].input-text, .my-account-page .columns .main .toolbar [readonly].limiter-options, .my-account-page .columns .main .form .fieldset .field select[readonly], .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty [readonly].input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty [readonly].input-text {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), select.input-text:not([size]):not([multiple]), .my-account-page .columns .main .toolbar select.limiter-options:not([size]):not([multiple]), .my-account-page .columns .main .form .fieldset .field select:not([size]):not([multiple]), .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty select.input-text:not([size]):not([multiple]), .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty select.input-text:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value, select.input-text:focus::-ms-value, .my-account-page .columns .main .toolbar select.limiter-options:focus::-ms-value, .my-account-page .columns .main .form .fieldset .field select:focus::-ms-value, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty select.input-text:focus::-ms-value, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty select.input-text:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.input-text, .my-account-page .columns .main .toolbar .input-group-sm > .form-control-plaintext.limiter-options, .my-account-page .columns .main .form .fieldset .field .input-group-sm > select.form-control-plaintext, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group-sm > .form-control-plaintext.input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group-sm > .form-control-plaintext.input-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > .form-control-plaintext.action,
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > .form-control-plaintext.action-accept,
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > .form-control-plaintext.action-dismiss,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.modal-popup .modal-footer .input-group-sm > .input-group-append > .form-control-plaintext.action,
.modal-popup .modal-footer .input-group-sm > .input-group-append > .form-control-plaintext.action-accept,
.modal-popup .modal-footer .input-group-sm > .input-group-append > .form-control-plaintext.action-dismiss, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.input-text, .my-account-page .columns .main .toolbar .input-group-lg > .form-control-plaintext.limiter-options, .my-account-page .columns .main .form .fieldset .field .input-group-lg > select.form-control-plaintext, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group-lg > .form-control-plaintext.input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group-lg > .form-control-plaintext.input-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > .form-control-plaintext.action,
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > .form-control-plaintext.action-accept,
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > .form-control-plaintext.action-dismiss,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.modal-popup .modal-footer .input-group-lg > .input-group-append > .form-control-plaintext.action,
.modal-popup .modal-footer .input-group-lg > .input-group-append > .form-control-plaintext.action-accept,
.modal-popup .modal-footer .input-group-lg > .input-group-append > .form-control-plaintext.action-dismiss {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-text, .my-account-page .columns .main .toolbar .input-group-sm > .limiter-options, .my-account-page .columns .main .form .fieldset .field .input-group-sm > select, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group-sm > .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group-sm > .input-text,
.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,
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > .action,
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > .action-accept,
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > .action-dismiss,
.input-group-sm > .input-group-append > .btn,
.modal-popup .modal-footer .input-group-sm > .input-group-append > .action,
.modal-popup .modal-footer .input-group-sm > .input-group-append > .action-accept,
.modal-popup .modal-footer .input-group-sm > .input-group-append > .action-dismiss {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-text:not([size]):not([multiple]), .my-account-page .columns .main .toolbar .input-group-sm > select.limiter-options:not([size]):not([multiple]), .my-account-page .columns .main .form .fieldset .field .input-group-sm > select:not([size]):not([multiple]), .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group-sm > select.input-text:not([size]):not([multiple]), .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group-sm > select.input-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > select.action:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > select.action-accept:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-sm > .input-group-prepend > select.action-dismiss:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-sm > .input-group-append > select.action:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-sm > .input-group-append > select.action-accept:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-sm > .input-group-append > select.action-dismiss:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-text, .my-account-page .columns .main .toolbar .input-group-lg > .limiter-options, .my-account-page .columns .main .form .fieldset .field .input-group-lg > select, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group-lg > .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group-lg > .input-text,
.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,
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > .action,
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > .action-accept,
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > .action-dismiss,
.input-group-lg > .input-group-append > .btn,
.modal-popup .modal-footer .input-group-lg > .input-group-append > .action,
.modal-popup .modal-footer .input-group-lg > .input-group-append > .action-accept,
.modal-popup .modal-footer .input-group-lg > .input-group-append > .action-dismiss {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-text:not([size]):not([multiple]), .my-account-page .columns .main .toolbar .input-group-lg > select.limiter-options:not([size]):not([multiple]), .my-account-page .columns .main .form .fieldset .field .input-group-lg > select:not([size]):not([multiple]), .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group-lg > select.input-text:not([size]):not([multiple]), .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group-lg > select.input-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > select.action:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > select.action-accept:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-lg > .input-group-prepend > select.action-dismiss:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-lg > .input-group-append > select.action:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-lg > .input-group-append > select.action-accept:not([size]):not([multiple]),
.modal-popup .modal-footer .input-group-lg > .input-group-append > select.action-dismiss:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.form-row {
  display: 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: #6c757d;
}

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

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

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

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

.was-validated .form-control:valid, .was-validated .input-text:valid, .was-validated .my-account-page .columns .main .toolbar .limiter-options:valid, .my-account-page .columns .main .toolbar .was-validated .limiter-options:valid, .was-validated .my-account-page .columns .main .form .fieldset .field select:valid, .my-account-page .columns .main .form .fieldset .field .was-validated select:valid, .was-validated .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:valid, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .was-validated .input-text:valid, .was-validated .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:valid, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .was-validated .input-text:valid, .form-control.is-valid, .is-valid.input-text, .my-account-page .columns .main .toolbar .is-valid.limiter-options, .my-account-page .columns .main .form .fieldset .field select.is-valid, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .is-valid.input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .is-valid.input-text,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .was-validated .input-text:valid:focus, .was-validated .my-account-page .columns .main .toolbar .limiter-options:valid:focus, .my-account-page .columns .main .toolbar .was-validated .limiter-options:valid:focus, .was-validated .my-account-page .columns .main .form .fieldset .field select:valid:focus, .my-account-page .columns .main .form .fieldset .field .was-validated select:valid:focus, .was-validated .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:valid:focus, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .was-validated .input-text:valid:focus, .was-validated .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:valid:focus, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .was-validated .input-text:valid:focus, .form-control.is-valid:focus, .is-valid.input-text:focus, .my-account-page .columns .main .toolbar .is-valid.limiter-options:focus, .my-account-page .columns .main .form .fieldset .field select.is-valid:focus, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .is-valid.input-text:focus, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .is-valid.input-text:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .input-text:valid ~ .valid-feedback, .was-validated .my-account-page .columns .main .toolbar .limiter-options:valid ~ .valid-feedback, .my-account-page .columns .main .toolbar .was-validated .limiter-options:valid ~ .valid-feedback, .was-validated .my-account-page .columns .main .form .fieldset .field select:valid ~ .valid-feedback, .my-account-page .columns .main .form .fieldset .field .was-validated select:valid ~ .valid-feedback, .was-validated .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:valid ~ .valid-feedback, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .was-validated .input-text:valid ~ .valid-feedback, .was-validated .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:valid ~ .valid-feedback, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .was-validated .input-text:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .input-text:valid ~ .valid-tooltip,
.was-validated .my-account-page .columns .main .toolbar .limiter-options:valid ~ .valid-tooltip,
.my-account-page .columns .main .toolbar .was-validated .limiter-options:valid ~ .valid-tooltip,
.was-validated .my-account-page .columns .main .form .fieldset .field select:valid ~ .valid-tooltip,
.my-account-page .columns .main .form .fieldset .field .was-validated select:valid ~ .valid-tooltip,
.was-validated .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:valid ~ .valid-tooltip,
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .was-validated .input-text:valid ~ .valid-tooltip,
.was-validated .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:valid ~ .valid-tooltip,
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .was-validated .input-text:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.input-text ~ .valid-feedback, .my-account-page .columns .main .toolbar .is-valid.limiter-options ~ .valid-feedback, .my-account-page .columns .main .form .fieldset .field select.is-valid ~ .valid-feedback, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .is-valid.input-text ~ .valid-feedback, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .is-valid.input-text ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.input-text ~ .valid-tooltip,
.my-account-page .columns .main .toolbar .is-valid.limiter-options ~ .valid-tooltip,
.my-account-page .columns .main .form .fieldset .field select.is-valid ~ .valid-tooltip,
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .is-valid.input-text ~ .valid-tooltip,
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .is-valid.input-text ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .was-validated .input-text:invalid, .was-validated .my-account-page .columns .main .toolbar .limiter-options:invalid, .my-account-page .columns .main .toolbar .was-validated .limiter-options:invalid, .was-validated .my-account-page .columns .main .form .fieldset .field select:invalid, .my-account-page .columns .main .form .fieldset .field .was-validated select:invalid, .was-validated .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:invalid, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .was-validated .input-text:invalid, .was-validated .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:invalid, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .was-validated .input-text:invalid, .form-control.is-invalid, .is-invalid.input-text, .my-account-page .columns .main .toolbar .is-invalid.limiter-options, .my-account-page .columns .main .form .fieldset .field select.is-invalid, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .is-invalid.input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .is-invalid.input-text,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .was-validated .input-text:invalid:focus, .was-validated .my-account-page .columns .main .toolbar .limiter-options:invalid:focus, .my-account-page .columns .main .toolbar .was-validated .limiter-options:invalid:focus, .was-validated .my-account-page .columns .main .form .fieldset .field select:invalid:focus, .my-account-page .columns .main .form .fieldset .field .was-validated select:invalid:focus, .was-validated .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:invalid:focus, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .was-validated .input-text:invalid:focus, .was-validated .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:invalid:focus, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .was-validated .input-text:invalid:focus, .form-control.is-invalid:focus, .is-invalid.input-text:focus, .my-account-page .columns .main .toolbar .is-invalid.limiter-options:focus, .my-account-page .columns .main .form .fieldset .field select.is-invalid:focus, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .is-invalid.input-text:focus, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .is-invalid.input-text:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .input-text:invalid ~ .invalid-feedback, .was-validated .my-account-page .columns .main .toolbar .limiter-options:invalid ~ .invalid-feedback, .my-account-page .columns .main .toolbar .was-validated .limiter-options:invalid ~ .invalid-feedback, .was-validated .my-account-page .columns .main .form .fieldset .field select:invalid ~ .invalid-feedback, .my-account-page .columns .main .form .fieldset .field .was-validated select:invalid ~ .invalid-feedback, .was-validated .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:invalid ~ .invalid-feedback, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .was-validated .input-text:invalid ~ .invalid-feedback, .was-validated .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:invalid ~ .invalid-feedback, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .was-validated .input-text:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .input-text:invalid ~ .invalid-tooltip,
.was-validated .my-account-page .columns .main .toolbar .limiter-options:invalid ~ .invalid-tooltip,
.my-account-page .columns .main .toolbar .was-validated .limiter-options:invalid ~ .invalid-tooltip,
.was-validated .my-account-page .columns .main .form .fieldset .field select:invalid ~ .invalid-tooltip,
.my-account-page .columns .main .form .fieldset .field .was-validated select:invalid ~ .invalid-tooltip,
.was-validated .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text:invalid ~ .invalid-tooltip,
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .was-validated .input-text:invalid ~ .invalid-tooltip,
.was-validated .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text:invalid ~ .invalid-tooltip,
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .was-validated .input-text:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.input-text ~ .invalid-feedback, .my-account-page .columns .main .toolbar .is-invalid.limiter-options ~ .invalid-feedback, .my-account-page .columns .main .form .fieldset .field select.is-invalid ~ .invalid-feedback, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .is-invalid.input-text ~ .invalid-feedback, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .is-invalid.input-text ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.input-text ~ .invalid-tooltip,
.my-account-page .columns .main .toolbar .is-invalid.limiter-options ~ .invalid-tooltip,
.my-account-page .columns .main .form .fieldset .field select.is-invalid ~ .invalid-tooltip,
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .is-invalid.input-text ~ .invalid-tooltip,
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .is-invalid.input-text ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: 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, .form-inline .input-text, .form-inline .my-account-page .columns .main .toolbar .limiter-options, .my-account-page .columns .main .toolbar .form-inline .limiter-options, .form-inline .my-account-page .columns .main .form .fieldset .field select, .my-account-page .columns .main .form .fieldset .field .form-inline select, .form-inline .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .form-inline .input-text, .form-inline .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .form-inline .input-text {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    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, .modal-popup .modal-footer .action, .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .action-dismiss {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .modal-popup .modal-footer .action:hover, .modal-popup .modal-footer .action-accept:hover, .modal-popup .modal-footer .action-dismiss:hover, .btn:focus, .modal-popup .modal-footer .action:focus, .modal-popup .modal-footer .action-accept:focus, .modal-popup .modal-footer .action-dismiss:focus {
  text-decoration: none;
}
.btn:focus, .modal-popup .modal-footer .action:focus, .modal-popup .modal-footer .action-accept:focus, .modal-popup .modal-footer .action-dismiss:focus, .btn.focus, .modal-popup .modal-footer .focus.action, .modal-popup .modal-footer .focus.action-accept, .modal-popup .modal-footer .focus.action-dismiss {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .modal-popup .modal-footer .disabled.action, .modal-popup .modal-footer .disabled.action-accept, .modal-popup .modal-footer .disabled.action-dismiss, .btn:disabled, .modal-popup .modal-footer .action:disabled, .modal-popup .modal-footer .action-accept:disabled, .modal-popup .modal-footer .action-dismiss:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .modal-popup .modal-footer .action:not(:disabled):not(.disabled), .modal-popup .modal-footer .action-accept:not(:disabled):not(.disabled), .modal-popup .modal-footer .action-dismiss:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .modal-popup .modal-footer .action:not(:disabled):not(.disabled):active, .modal-popup .modal-footer .action-accept:not(:disabled):not(.disabled):active, .modal-popup .modal-footer .action-dismiss:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .modal-popup .modal-footer .action:not(:disabled):not(.disabled).active, .modal-popup .modal-footer .action-accept:not(:disabled):not(.disabled).active, .modal-popup .modal-footer .action-dismiss:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled, .modal-popup .modal-footer a.disabled.action, .modal-popup .modal-footer a.disabled.action-accept, .modal-popup .modal-footer a.disabled.action-dismiss,
fieldset:disabled a.btn,
fieldset:disabled .modal-popup .modal-footer a.action,
.modal-popup .modal-footer fieldset:disabled a.action,
fieldset:disabled .modal-popup .modal-footer a.action-accept,
.modal-popup .modal-footer fieldset:disabled a.action-accept,
fieldset:disabled .modal-popup .modal-footer a.action-dismiss,
.modal-popup .modal-footer fieldset:disabled a.action-dismiss {
  pointer-events: none;
}

.btn-primary, .btn--primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .btn--primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn--primary:focus, .btn-primary.focus, .focus.btn--primary {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .disabled.btn--primary, .btn-primary:disabled, .btn--primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn--primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.btn--primary {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn--primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn--primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.btn--primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-notice {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-notice:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-notice:focus, .btn-notice.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-notice.disabled, .btn-notice:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-notice:not(:disabled):not(.disabled):active, .btn-notice:not(:disabled):not(.disabled).active, .show > .btn-notice.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-notice:not(:disabled):not(.disabled):active:focus, .btn-notice:not(:disabled):not(.disabled).active:focus, .show > .btn-notice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 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: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-error {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-error:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-error:focus, .btn-error.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-error.disabled, .btn-error:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active, .show > .btn-error.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-notice {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-notice:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-notice:focus, .btn-outline-notice.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-notice.disabled, .btn-outline-notice:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-notice:not(:disabled):not(.disabled):active, .btn-outline-notice:not(:disabled):not(.disabled).active, .show > .btn-outline-notice.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-notice:not(:disabled):not(.disabled):active:focus, .btn-outline-notice:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-notice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-error {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-error:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-error:focus, .btn-outline-error.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-error.disabled, .btn-outline-error:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active, .show > .btn-outline-error.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link, .btn--link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover, .btn--link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn--link:focus, .btn-link.focus, .focus.btn--link {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn--link:disabled, .btn-link.disabled, .disabled.btn--link {
  color: #6c757d;
}

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .modal-popup .modal-footer .btn-group > .action, .modal-popup .modal-footer .btn-group > .action-accept, .modal-popup .modal-footer .btn-group > .action-dismiss,
.btn-group-vertical > .btn,
.modal-popup .modal-footer .btn-group-vertical > .action,
.modal-popup .modal-footer .btn-group-vertical > .action-accept,
.modal-popup .modal-footer .btn-group-vertical > .action-dismiss {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .modal-popup .modal-footer .btn-group > .action:hover, .modal-popup .modal-footer .btn-group > .action-accept:hover, .modal-popup .modal-footer .btn-group > .action-dismiss:hover,
.btn-group-vertical > .btn:hover,
.modal-popup .modal-footer .btn-group-vertical > .action:hover,
.modal-popup .modal-footer .btn-group-vertical > .action-accept:hover,
.modal-popup .modal-footer .btn-group-vertical > .action-dismiss:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .modal-popup .modal-footer .btn-group > .action:focus, .modal-popup .modal-footer .btn-group > .action-accept:focus, .modal-popup .modal-footer .btn-group > .action-dismiss:focus, .btn-group > .btn:active, .modal-popup .modal-footer .btn-group > .action:active, .modal-popup .modal-footer .btn-group > .action-accept:active, .modal-popup .modal-footer .btn-group > .action-dismiss:active, .btn-group > .btn.active, .modal-popup .modal-footer .btn-group > .active.action, .modal-popup .modal-footer .btn-group > .active.action-accept, .modal-popup .modal-footer .btn-group > .active.action-dismiss,
.btn-group-vertical > .btn:focus,
.modal-popup .modal-footer .btn-group-vertical > .action:focus,
.modal-popup .modal-footer .btn-group-vertical > .action-accept:focus,
.modal-popup .modal-footer .btn-group-vertical > .action-dismiss:focus,
.btn-group-vertical > .btn:active,
.modal-popup .modal-footer .btn-group-vertical > .action:active,
.modal-popup .modal-footer .btn-group-vertical > .action-accept:active,
.modal-popup .modal-footer .btn-group-vertical > .action-dismiss:active,
.btn-group-vertical > .btn.active,
.modal-popup .modal-footer .btn-group-vertical > .active.action,
.modal-popup .modal-footer .btn-group-vertical > .active.action-accept,
.modal-popup .modal-footer .btn-group-vertical > .active.action-dismiss {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .modal-popup .modal-footer .action + .btn, .modal-popup .modal-footer .btn-group .action + .btn, .btn-group .modal-popup .modal-footer .action-accept + .btn, .modal-popup .modal-footer .btn-group .action-accept + .btn, .btn-group .modal-popup .modal-footer .action-dismiss + .btn, .modal-popup .modal-footer .btn-group .action-dismiss + .btn, .btn-group .modal-popup .modal-footer .btn + .action, .modal-popup .modal-footer .btn-group .btn + .action, .btn-group .modal-popup .modal-footer .action + .action, .modal-popup .modal-footer .btn-group .action + .action, .btn-group .modal-popup .modal-footer .action-accept + .action, .modal-popup .modal-footer .btn-group .action-accept + .action, .btn-group .modal-popup .modal-footer .action-dismiss + .action, .modal-popup .modal-footer .btn-group .action-dismiss + .action, .btn-group .modal-popup .modal-footer .btn + .action-accept, .modal-popup .modal-footer .btn-group .btn + .action-accept, .btn-group .modal-popup .modal-footer .action + .action-accept, .modal-popup .modal-footer .btn-group .action + .action-accept, .btn-group .modal-popup .modal-footer .action-accept + .action-accept, .modal-popup .modal-footer .btn-group .action-accept + .action-accept, .btn-group .modal-popup .modal-footer .action-dismiss + .action-accept, .modal-popup .modal-footer .btn-group .action-dismiss + .action-accept, .btn-group .modal-popup .modal-footer .btn + .action-dismiss, .modal-popup .modal-footer .btn-group .btn + .action-dismiss, .btn-group .modal-popup .modal-footer .action + .action-dismiss, .modal-popup .modal-footer .btn-group .action + .action-dismiss, .btn-group .modal-popup .modal-footer .action-accept + .action-dismiss, .modal-popup .modal-footer .btn-group .action-accept + .action-dismiss, .btn-group .modal-popup .modal-footer .action-dismiss + .action-dismiss, .modal-popup .modal-footer .btn-group .action-dismiss + .action-dismiss,
.btn-group .btn + .btn-group,
.btn-group .modal-popup .modal-footer .action + .btn-group,
.modal-popup .modal-footer .btn-group .action + .btn-group,
.btn-group .modal-popup .modal-footer .action-accept + .btn-group,
.modal-popup .modal-footer .btn-group .action-accept + .btn-group,
.btn-group .modal-popup .modal-footer .action-dismiss + .btn-group,
.modal-popup .modal-footer .btn-group .action-dismiss + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .modal-popup .modal-footer .btn-group + .action,
.modal-popup .modal-footer .btn-group .btn-group + .action,
.btn-group .modal-popup .modal-footer .btn-group + .action-accept,
.modal-popup .modal-footer .btn-group .btn-group + .action-accept,
.btn-group .modal-popup .modal-footer .btn-group + .action-dismiss,
.modal-popup .modal-footer .btn-group .btn-group + .action-dismiss,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .modal-popup .modal-footer .action + .btn,
.modal-popup .modal-footer .btn-group-vertical .action + .btn,
.btn-group-vertical .modal-popup .modal-footer .action-accept + .btn,
.modal-popup .modal-footer .btn-group-vertical .action-accept + .btn,
.btn-group-vertical .modal-popup .modal-footer .action-dismiss + .btn,
.modal-popup .modal-footer .btn-group-vertical .action-dismiss + .btn,
.btn-group-vertical .modal-popup .modal-footer .btn + .action,
.modal-popup .modal-footer .btn-group-vertical .btn + .action,
.btn-group-vertical .modal-popup .modal-footer .action + .action,
.modal-popup .modal-footer .btn-group-vertical .action + .action,
.btn-group-vertical .modal-popup .modal-footer .action-accept + .action,
.modal-popup .modal-footer .btn-group-vertical .action-accept + .action,
.btn-group-vertical .modal-popup .modal-footer .action-dismiss + .action,
.modal-popup .modal-footer .btn-group-vertical .action-dismiss + .action,
.btn-group-vertical .modal-popup .modal-footer .btn + .action-accept,
.modal-popup .modal-footer .btn-group-vertical .btn + .action-accept,
.btn-group-vertical .modal-popup .modal-footer .action + .action-accept,
.modal-popup .modal-footer .btn-group-vertical .action + .action-accept,
.btn-group-vertical .modal-popup .modal-footer .action-accept + .action-accept,
.modal-popup .modal-footer .btn-group-vertical .action-accept + .action-accept,
.btn-group-vertical .modal-popup .modal-footer .action-dismiss + .action-accept,
.modal-popup .modal-footer .btn-group-vertical .action-dismiss + .action-accept,
.btn-group-vertical .modal-popup .modal-footer .btn + .action-dismiss,
.modal-popup .modal-footer .btn-group-vertical .btn + .action-dismiss,
.btn-group-vertical .modal-popup .modal-footer .action + .action-dismiss,
.modal-popup .modal-footer .btn-group-vertical .action + .action-dismiss,
.btn-group-vertical .modal-popup .modal-footer .action-accept + .action-dismiss,
.modal-popup .modal-footer .btn-group-vertical .action-accept + .action-dismiss,
.btn-group-vertical .modal-popup .modal-footer .action-dismiss + .action-dismiss,
.modal-popup .modal-footer .btn-group-vertical .action-dismiss + .action-dismiss,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .modal-popup .modal-footer .action + .btn-group,
.modal-popup .modal-footer .btn-group-vertical .action + .btn-group,
.btn-group-vertical .modal-popup .modal-footer .action-accept + .btn-group,
.modal-popup .modal-footer .btn-group-vertical .action-accept + .btn-group,
.btn-group-vertical .modal-popup .modal-footer .action-dismiss + .btn-group,
.modal-popup .modal-footer .btn-group-vertical .action-dismiss + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .modal-popup .modal-footer .btn-group + .action,
.modal-popup .modal-footer .btn-group-vertical .btn-group + .action,
.btn-group-vertical .modal-popup .modal-footer .btn-group + .action-accept,
.modal-popup .modal-footer .btn-group-vertical .btn-group + .action-accept,
.btn-group-vertical .modal-popup .modal-footer .btn-group + .action-dismiss,
.modal-popup .modal-footer .btn-group-vertical .btn-group + .action-dismiss,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:first-child, .modal-popup .modal-footer .btn-group > .action:first-child, .modal-popup .modal-footer .btn-group > .action-accept:first-child, .modal-popup .modal-footer .btn-group > .action-dismiss:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .modal-popup .modal-footer .btn-group > .action:not(:last-child):not(.dropdown-toggle), .modal-popup .modal-footer .btn-group > .action-accept:not(:last-child):not(.dropdown-toggle), .modal-popup .modal-footer .btn-group > .action-dismiss:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.modal-popup .modal-footer .btn-group > .btn-group:not(:last-child) > .action,
.modal-popup .modal-footer .btn-group > .btn-group:not(:last-child) > .action-accept,
.modal-popup .modal-footer .btn-group > .btn-group:not(:last-child) > .action-dismiss {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .modal-popup .modal-footer .btn-group > .action:not(:first-child), .modal-popup .modal-footer .btn-group > .action-accept:not(:first-child), .modal-popup .modal-footer .btn-group > .action-dismiss:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.modal-popup .modal-footer .btn-group > .btn-group:not(:first-child) > .action,
.modal-popup .modal-footer .btn-group > .btn-group:not(:first-child) > .action-accept,
.modal-popup .modal-footer .btn-group > .btn-group:not(:first-child) > .action-dismiss {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .modal-popup .modal-footer .btn-group-sm > .action + .dropdown-toggle-split, .modal-popup .modal-footer .btn-group-sm > .action-accept + .dropdown-toggle-split, .modal-popup .modal-footer .btn-group-sm > .action-dismiss + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .modal-popup .modal-footer .btn-group-lg > .action + .dropdown-toggle-split, .modal-popup .modal-footer .btn-group-lg > .action-accept + .dropdown-toggle-split, .modal-popup .modal-footer .btn-group-lg > .action-dismiss + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .modal-popup .modal-footer .action, .modal-popup .modal-footer .btn-group-vertical .action, .btn-group-vertical .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .btn-group-vertical .action-accept, .btn-group-vertical .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .btn-group-vertical .action-dismiss,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .modal-popup .modal-footer .btn-group-vertical > .action + .btn, .modal-popup .modal-footer .btn-group-vertical > .action-accept + .btn, .modal-popup .modal-footer .btn-group-vertical > .action-dismiss + .btn, .modal-popup .modal-footer .btn-group-vertical > .btn + .action, .modal-popup .modal-footer .btn-group-vertical > .action + .action, .modal-popup .modal-footer .btn-group-vertical > .action-accept + .action, .modal-popup .modal-footer .btn-group-vertical > .action-dismiss + .action, .modal-popup .modal-footer .btn-group-vertical > .btn + .action-accept, .modal-popup .modal-footer .btn-group-vertical > .action + .action-accept, .modal-popup .modal-footer .btn-group-vertical > .action-accept + .action-accept, .modal-popup .modal-footer .btn-group-vertical > .action-dismiss + .action-accept, .modal-popup .modal-footer .btn-group-vertical > .btn + .action-dismiss, .modal-popup .modal-footer .btn-group-vertical > .action + .action-dismiss, .modal-popup .modal-footer .btn-group-vertical > .action-accept + .action-dismiss, .modal-popup .modal-footer .btn-group-vertical > .action-dismiss + .action-dismiss,
.btn-group-vertical > .btn + .btn-group,
.modal-popup .modal-footer .btn-group-vertical > .action + .btn-group,
.modal-popup .modal-footer .btn-group-vertical > .action-accept + .btn-group,
.modal-popup .modal-footer .btn-group-vertical > .action-dismiss + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.modal-popup .modal-footer .btn-group-vertical > .btn-group + .action,
.modal-popup .modal-footer .btn-group-vertical > .btn-group + .action-accept,
.modal-popup .modal-footer .btn-group-vertical > .btn-group + .action-dismiss,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .modal-popup .modal-footer .btn-group-vertical > .action:not(:last-child):not(.dropdown-toggle), .modal-popup .modal-footer .btn-group-vertical > .action-accept:not(:last-child):not(.dropdown-toggle), .modal-popup .modal-footer .btn-group-vertical > .action-dismiss:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.modal-popup .modal-footer .btn-group-vertical > .btn-group:not(:last-child) > .action,
.modal-popup .modal-footer .btn-group-vertical > .btn-group:not(:last-child) > .action-accept,
.modal-popup .modal-footer .btn-group-vertical > .btn-group:not(:last-child) > .action-dismiss {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .modal-popup .modal-footer .btn-group-vertical > .action:not(:first-child), .modal-popup .modal-footer .btn-group-vertical > .action-accept:not(:first-child), .modal-popup .modal-footer .btn-group-vertical > .action-dismiss:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.modal-popup .modal-footer .btn-group-vertical > .btn-group:not(:first-child) > .action,
.modal-popup .modal-footer .btn-group-vertical > .btn-group:not(:first-child) > .action-accept,
.modal-popup .modal-footer .btn-group-vertical > .btn-group:not(:first-child) > .action-dismiss {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .modal-popup .modal-footer .btn-group-toggle > .action, .modal-popup .modal-footer .btn-group-toggle > .action-accept, .modal-popup .modal-footer .btn-group-toggle > .action-dismiss,
.btn-group-toggle > .btn-group > .btn,
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action,
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action-accept,
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action-dismiss {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .modal-popup .modal-footer .btn-group-toggle > .action input[type=radio], .modal-popup .modal-footer .btn-group-toggle > .action-accept input[type=radio], .modal-popup .modal-footer .btn-group-toggle > .action-dismiss input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.modal-popup .modal-footer .btn-group-toggle > .action input[type=checkbox],
.modal-popup .modal-footer .btn-group-toggle > .action-accept input[type=checkbox],
.modal-popup .modal-footer .btn-group-toggle > .action-dismiss input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action input[type=radio],
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action-accept input[type=radio],
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action-dismiss input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action input[type=checkbox],
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action-accept input[type=checkbox],
.modal-popup .modal-footer .btn-group-toggle > .btn-group > .action-dismiss 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 > .input-text, .my-account-page .columns .main .toolbar .input-group > .limiter-options, .my-account-page .columns .main .form .fieldset .field .input-group > select, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .input-group > .input-text:focus, .my-account-page .columns .main .toolbar .input-group > .limiter-options:focus, .my-account-page .columns .main .form .fieldset .field .input-group > select:focus, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text:focus, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .input-group > .input-text + .form-control, .input-group > .form-control + .input-text, .input-group > .input-text + .input-text, .my-account-page .columns .main .toolbar .input-group > .limiter-options + .form-control, .my-account-page .columns .main .toolbar .input-group > .limiter-options + .input-text, .my-account-page .columns .main .toolbar .input-group > .form-control + .limiter-options, .my-account-page .columns .main .toolbar .input-group > .input-text + .limiter-options, .my-account-page .columns .main .toolbar .input-group > .limiter-options + .limiter-options, .my-account-page .columns .main .form .fieldset .field .input-group > select + .form-control, .my-account-page .columns .main .form .fieldset .field .input-group > select + .input-text, .my-account-page .columns .main .form .fieldset .field .toolbar .input-group > select + .limiter-options, .my-account-page .columns .main .toolbar .form .fieldset .field .input-group > select + .limiter-options, .my-account-page .columns .main .form .fieldset .field .input-group > .form-control + select, .my-account-page .columns .main .form .fieldset .field .input-group > .input-text + select, .my-account-page .columns .main .form .fieldset .field .toolbar .input-group > .limiter-options + select, .my-account-page .columns .main .toolbar .form .fieldset .field .input-group > .limiter-options + select, .my-account-page .columns .main .form .fieldset .field .input-group > select + select, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .form-control, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .input-text, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .my-account-page .columns .main .toolbar .input-group > .input-text + .limiter-options, .my-account-page .columns .main .toolbar .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .limiter-options, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .form-control + .input-text, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .my-account-page .columns .main .toolbar .input-group > .limiter-options + .input-text, .my-account-page .columns .main .toolbar .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .limiter-options + .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .form-control, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .my-account-page .columns .main .toolbar .input-group > .input-text + .limiter-options, .my-account-page .columns .main .toolbar .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .limiter-options, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .form-control + .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .my-account-page .columns .main .toolbar .input-group > .limiter-options + .input-text, .my-account-page .columns .main .toolbar .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .limiter-options + .input-text,
.input-group > .form-control + .custom-select,
.input-group > .input-text + .custom-select,
.my-account-page .columns .main .toolbar .input-group > .limiter-options + .custom-select,
.my-account-page .columns .main .form .fieldset .field .input-group > select + .custom-select,
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .custom-select,
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .input-text + .custom-file,
.my-account-page .columns .main .toolbar .input-group > .limiter-options + .custom-file,
.my-account-page .columns .main .form .fieldset .field .input-group > select + .custom-file,
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .custom-file,
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .input-text,
.my-account-page .columns .main .toolbar .input-group > .custom-select + .limiter-options,
.my-account-page .columns .main .form .fieldset .field .input-group > .custom-select + select,
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .custom-select + .input-text,
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .custom-select + .input-text,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .input-text,
.my-account-page .columns .main .toolbar .input-group > .custom-file + .limiter-options,
.my-account-page .columns .main .form .fieldset .field .input-group > .custom-file + select,
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .custom-file + .input-text,
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .custom-file + .input-text,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .input-group > .input-text:not(:last-child), .my-account-page .columns .main .toolbar .input-group > .limiter-options:not(:last-child), .my-account-page .columns .main .form .fieldset .field .input-group > select:not(:last-child), .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text:not(:last-child), .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .input-text:not(:first-child), .my-account-page .columns .main .toolbar .input-group > .limiter-options:not(:first-child), .my-account-page .columns .main .form .fieldset .field .input-group > select:not(:first-child), .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-group > .input-text:not(:first-child), .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-group > .input-text:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  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 .modal-popup .modal-footer .action, .modal-popup .modal-footer .input-group-prepend .action, .input-group-prepend .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .input-group-prepend .action-accept, .input-group-prepend .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .input-group-prepend .action-dismiss,
.input-group-append .btn,
.input-group-append .modal-popup .modal-footer .action,
.modal-popup .modal-footer .input-group-append .action,
.input-group-append .modal-popup .modal-footer .action-accept,
.modal-popup .modal-footer .input-group-append .action-accept,
.input-group-append .modal-popup .modal-footer .action-dismiss,
.modal-popup .modal-footer .input-group-append .action-dismiss {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .modal-popup .modal-footer .action + .btn, .modal-popup .modal-footer .input-group-prepend .action + .btn, .input-group-prepend .modal-popup .modal-footer .action-accept + .btn, .modal-popup .modal-footer .input-group-prepend .action-accept + .btn, .input-group-prepend .modal-popup .modal-footer .action-dismiss + .btn, .modal-popup .modal-footer .input-group-prepend .action-dismiss + .btn, .input-group-prepend .modal-popup .modal-footer .btn + .action, .modal-popup .modal-footer .input-group-prepend .btn + .action, .input-group-prepend .modal-popup .modal-footer .action + .action, .modal-popup .modal-footer .input-group-prepend .action + .action, .input-group-prepend .modal-popup .modal-footer .action-accept + .action, .modal-popup .modal-footer .input-group-prepend .action-accept + .action, .input-group-prepend .modal-popup .modal-footer .action-dismiss + .action, .modal-popup .modal-footer .input-group-prepend .action-dismiss + .action, .input-group-prepend .modal-popup .modal-footer .btn + .action-accept, .modal-popup .modal-footer .input-group-prepend .btn + .action-accept, .input-group-prepend .modal-popup .modal-footer .action + .action-accept, .modal-popup .modal-footer .input-group-prepend .action + .action-accept, .input-group-prepend .modal-popup .modal-footer .action-accept + .action-accept, .modal-popup .modal-footer .input-group-prepend .action-accept + .action-accept, .input-group-prepend .modal-popup .modal-footer .action-dismiss + .action-accept, .modal-popup .modal-footer .input-group-prepend .action-dismiss + .action-accept, .input-group-prepend .modal-popup .modal-footer .btn + .action-dismiss, .modal-popup .modal-footer .input-group-prepend .btn + .action-dismiss, .input-group-prepend .modal-popup .modal-footer .action + .action-dismiss, .modal-popup .modal-footer .input-group-prepend .action + .action-dismiss, .input-group-prepend .modal-popup .modal-footer .action-accept + .action-dismiss, .modal-popup .modal-footer .input-group-prepend .action-accept + .action-dismiss, .input-group-prepend .modal-popup .modal-footer .action-dismiss + .action-dismiss, .modal-popup .modal-footer .input-group-prepend .action-dismiss + .action-dismiss,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .modal-popup .modal-footer .action + .input-group-text,
.modal-popup .modal-footer .input-group-prepend .action + .input-group-text,
.input-group-prepend .modal-popup .modal-footer .action-accept + .input-group-text,
.modal-popup .modal-footer .input-group-prepend .action-accept + .input-group-text,
.input-group-prepend .modal-popup .modal-footer .action-dismiss + .input-group-text,
.modal-popup .modal-footer .input-group-prepend .action-dismiss + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .modal-popup .modal-footer .input-group-text + .action,
.modal-popup .modal-footer .input-group-prepend .input-group-text + .action,
.input-group-prepend .modal-popup .modal-footer .input-group-text + .action-accept,
.modal-popup .modal-footer .input-group-prepend .input-group-text + .action-accept,
.input-group-prepend .modal-popup .modal-footer .input-group-text + .action-dismiss,
.modal-popup .modal-footer .input-group-prepend .input-group-text + .action-dismiss,
.input-group-append .btn + .btn,
.input-group-append .modal-popup .modal-footer .action + .btn,
.modal-popup .modal-footer .input-group-append .action + .btn,
.input-group-append .modal-popup .modal-footer .action-accept + .btn,
.modal-popup .modal-footer .input-group-append .action-accept + .btn,
.input-group-append .modal-popup .modal-footer .action-dismiss + .btn,
.modal-popup .modal-footer .input-group-append .action-dismiss + .btn,
.input-group-append .modal-popup .modal-footer .btn + .action,
.modal-popup .modal-footer .input-group-append .btn + .action,
.input-group-append .modal-popup .modal-footer .action + .action,
.modal-popup .modal-footer .input-group-append .action + .action,
.input-group-append .modal-popup .modal-footer .action-accept + .action,
.modal-popup .modal-footer .input-group-append .action-accept + .action,
.input-group-append .modal-popup .modal-footer .action-dismiss + .action,
.modal-popup .modal-footer .input-group-append .action-dismiss + .action,
.input-group-append .modal-popup .modal-footer .btn + .action-accept,
.modal-popup .modal-footer .input-group-append .btn + .action-accept,
.input-group-append .modal-popup .modal-footer .action + .action-accept,
.modal-popup .modal-footer .input-group-append .action + .action-accept,
.input-group-append .modal-popup .modal-footer .action-accept + .action-accept,
.modal-popup .modal-footer .input-group-append .action-accept + .action-accept,
.input-group-append .modal-popup .modal-footer .action-dismiss + .action-accept,
.modal-popup .modal-footer .input-group-append .action-dismiss + .action-accept,
.input-group-append .modal-popup .modal-footer .btn + .action-dismiss,
.modal-popup .modal-footer .input-group-append .btn + .action-dismiss,
.input-group-append .modal-popup .modal-footer .action + .action-dismiss,
.modal-popup .modal-footer .input-group-append .action + .action-dismiss,
.input-group-append .modal-popup .modal-footer .action-accept + .action-dismiss,
.modal-popup .modal-footer .input-group-append .action-accept + .action-dismiss,
.input-group-append .modal-popup .modal-footer .action-dismiss + .action-dismiss,
.modal-popup .modal-footer .input-group-append .action-dismiss + .action-dismiss,
.input-group-append .btn + .input-group-text,
.input-group-append .modal-popup .modal-footer .action + .input-group-text,
.modal-popup .modal-footer .input-group-append .action + .input-group-text,
.input-group-append .modal-popup .modal-footer .action-accept + .input-group-text,
.modal-popup .modal-footer .input-group-append .action-accept + .input-group-text,
.input-group-append .modal-popup .modal-footer .action-dismiss + .input-group-text,
.modal-popup .modal-footer .input-group-append .action-dismiss + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .modal-popup .modal-footer .input-group-text + .action,
.modal-popup .modal-footer .input-group-append .input-group-text + .action,
.input-group-append .modal-popup .modal-footer .input-group-text + .action-accept,
.modal-popup .modal-footer .input-group-append .input-group-text + .action-accept,
.input-group-append .modal-popup .modal-footer .input-group-text + .action-dismiss,
.modal-popup .modal-footer .input-group-append .input-group-text + .action-dismiss {
  margin-left: -1px;
}

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

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

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

.input-group > .input-group-prepend > .btn, .modal-popup .modal-footer .input-group > .input-group-prepend > .action, .modal-popup .modal-footer .input-group > .input-group-prepend > .action-accept, .modal-popup .modal-footer .input-group > .input-group-prepend > .action-dismiss,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.modal-popup .modal-footer .input-group > .input-group-append:not(:last-child) > .action,
.modal-popup .modal-footer .input-group > .input-group-append:not(:last-child) > .action-accept,
.modal-popup .modal-footer .input-group > .input-group-append:not(:last-child) > .action-dismiss,
.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),
.modal-popup .modal-footer .input-group > .input-group-append:last-child > .action:not(:last-child):not(.dropdown-toggle),
.modal-popup .modal-footer .input-group > .input-group-append:last-child > .action-accept:not(:last-child):not(.dropdown-toggle),
.modal-popup .modal-footer .input-group > .input-group-append:last-child > .action-dismiss: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, .modal-popup .modal-footer .input-group > .input-group-append > .action, .modal-popup .modal-footer .input-group > .input-group-append > .action-accept, .modal-popup .modal-footer .input-group > .input-group-append > .action-dismiss,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.modal-popup .modal-footer .input-group > .input-group-prepend:not(:first-child) > .action,
.modal-popup .modal-footer .input-group > .input-group-prepend:not(:first-child) > .action-accept,
.modal-popup .modal-footer .input-group > .input-group-prepend:not(:first-child) > .action-dismiss,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.modal-popup .modal-footer .input-group > .input-group-prepend:first-child > .action:not(:first-child),
.modal-popup .modal-footer .input-group > .input-group-prepend:first-child > .action-accept:not(:first-child),
.modal-popup .modal-footer .input-group > .input-group-prepend:first-child > .action-dismiss:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(127.5, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

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

.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: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-fill .nav-item {
  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.5rem 1rem;
}
.navbar > .container, .navbar > .page.messages, .page-layout-2columns-left .navbar > .columns, .page-layout-1column .page-main .navbar > .columns, .checkout-index-index .page-main .navbar > .columns,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

.navbar-nav {
  display: 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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .page.messages, .page-layout-2columns-left .navbar-expand-sm > .columns, .page-layout-1column .page-main .navbar-expand-sm > .columns, .checkout-index-index .page-main .navbar-expand-sm > .columns,
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .page.messages, .page-layout-2columns-left .navbar-expand-sm > .columns, .page-layout-1column .page-main .navbar-expand-sm > .columns, .checkout-index-index .page-main .navbar-expand-sm > .columns,
  .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;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .page.messages, .page-layout-2columns-left .navbar-expand-md > .columns, .page-layout-1column .page-main .navbar-expand-md > .columns, .checkout-index-index .page-main .navbar-expand-md > .columns,
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .page.messages, .page-layout-2columns-left .navbar-expand-md > .columns, .page-layout-1column .page-main .navbar-expand-md > .columns, .checkout-index-index .page-main .navbar-expand-md > .columns,
  .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;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .page.messages, .page-layout-2columns-left .navbar-expand-lg > .columns, .page-layout-1column .page-main .navbar-expand-lg > .columns, .checkout-index-index .page-main .navbar-expand-lg > .columns,
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .page.messages, .page-layout-2columns-left .navbar-expand-lg > .columns, .page-layout-1column .page-main .navbar-expand-lg > .columns, .checkout-index-index .page-main .navbar-expand-lg > .columns,
  .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;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .page.messages, .page-layout-2columns-left .navbar-expand-xl > .columns, .page-layout-1column .page-main .navbar-expand-xl > .columns, .checkout-index-index .page-main .navbar-expand-xl > .columns,
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .page.messages, .page-layout-2columns-left .navbar-expand-xl > .columns, .page-layout-1column .page-main .navbar-expand-xl > .columns, .checkout-index-index .page-main .navbar-expand-xl > .columns,
  .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-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand > .container, .navbar-expand > .page.messages, .page-layout-2columns-left .navbar-expand > .columns, .page-layout-1column .page-main .navbar-expand > .columns, .checkout-index-index .page-main .navbar-expand > .columns,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .page.messages, .page-layout-2columns-left .navbar-expand > .columns, .page-layout-1column .page-main .navbar-expand > .columns, .checkout-index-index .page-main .navbar-expand > .columns,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    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 {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge, .sales-order-view .page-title-wrapper .order-status {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty, .sales-order-view .page-title-wrapper .order-status:empty {
  display: none;
}

.btn .badge, .modal-popup .modal-footer .action .badge, .modal-popup .modal-footer .action-accept .badge, .modal-popup .modal-footer .action-dismiss .badge, .btn .sales-order-view .page-title-wrapper .order-status, .modal-popup .modal-footer .action .sales-order-view .page-title-wrapper .order-status, .modal-popup .modal-footer .action-accept .sales-order-view .page-title-wrapper .order-status, .modal-popup .modal-footer .action-dismiss .sales-order-view .page-title-wrapper .order-status, .sales-order-view .page-title-wrapper .btn .order-status, .sales-order-view .page-title-wrapper .modal-popup .modal-footer .action .order-status, .modal-popup .modal-footer .sales-order-view .page-title-wrapper .action .order-status, .sales-order-view .page-title-wrapper .modal-popup .modal-footer .action-accept .order-status, .modal-popup .modal-footer .sales-order-view .page-title-wrapper .action-accept .order-status, .sales-order-view .page-title-wrapper .modal-popup .modal-footer .action-dismiss .order-status, .modal-popup .modal-footer .sales-order-view .page-title-wrapper .action-dismiss .order-status {
  position: relative;
  top: -1px;
}

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

.badge-primary, .sales-order-view .page-title-wrapper .order-status {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .sales-order-view .page-title-wrapper [href].order-status:hover, .badge-primary[href]:focus, .sales-order-view .page-title-wrapper [href].order-status:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 98.4, 204);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-notice {
  color: #fff;
  background-color: #17a2b8;
}
.badge-notice[href]:hover, .badge-notice[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-error {
  color: #fff;
  background-color: #dc3545;
}
.badge-error[href]:hover, .badge-error[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-notice {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-notice hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-notice .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-error {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-error hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-error .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

.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: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-notice {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-notice.list-group-item-action:hover, .list-group-item-notice.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-notice.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-error {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-error.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.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 {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 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: #000;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-notice:hover, a.bg-notice:focus,
button.bg-notice:hover,
button.bg-notice:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-notice {
  border-color: #17a2b8 !important;
}

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

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

.border-error {
  border-color: #dc3545 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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;
}

.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, .page-header .header__top--left .block-search .block-content .minisearch__content-inner, .page-header .header__content-inner {
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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 {
  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;
  }
}
.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, .module-filter .filter-options-content .items .item .count .filter-count-label, .toolbar .pages .items .item .label, .toolbar .pages > .label, .toolbar-sorter .action span, .modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span, .module-minicart.active .block-minicart .action.close > span, .module-minicart .block-minicart .block-title, .module-minicart .action .counter-label, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .label, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-notice {
  color: #17a2b8 !important;
}

a.text-notice:hover, a.text-notice:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-error {
  color: #dc3545 !important;
}

a.text-error:hover, a.text-error:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    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, .page.messages, .page-layout-2columns-left .columns, .page-layout-1column .page-main .columns, .checkout-index-index .page-main .columns {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge, .sales-order-view .page-title-wrapper .order-status {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .module-back-to-top .module__action, .module-socialshare .module__list li a, .header__settings .settings__toggle, .module-filter .filter-options-title:before, .module-filter .filter-current .items .item .action.remove, .block-collapsible-nav .title:before, .product__details .module-tabs .item.title.active .mobile-plus, .message *:first-child:before, .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close, #old_searcher .block-content #search_mini_form .control .actions .search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .search, .module-minicart.active .block-minicart .action.close, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .update-cart-item, .nav-toggle, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .action:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title strong:before, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .mobile-plus, .mobile-plus {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .module-back-to-top .fa-pull-left.module__action, .module-socialshare .module__list li a.fa-pull-left, .header__settings .fa-pull-left.settings__toggle, .module-filter .fa-pull-left.filter-options-title:before, .module-filter .filter-current .items .item .fa-pull-left.action.remove, .block-collapsible-nav .fa-pull-left.title:before, .product__details .module-tabs .item.title.active .fa-pull-left.mobile-plus, .message .fa-pull-left:first-child:before, .modal-custom .fa-pull-left.action-close, .modal-popup .fa-pull-left.action-close, .modal-slide .fa-pull-left.action-close, #old_searcher .block-content #search_mini_form .control .actions .fa-pull-left.search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .fa-pull-left.search, .module-minicart.active .block-minicart .fa-pull-left.action.close, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .fa-pull-left.action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .fa-pull-left.update-cart-item, .fa-pull-left.nav-toggle, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong.fa-pull-left:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .fa-pull-left.action:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title strong.fa-pull-left:before, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .fa-pull-left.action, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .fa-pull-left.mobile-plus, .fa-pull-left.mobile-plus {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .module-back-to-top .fa-pull-right.module__action, .module-socialshare .module__list li a.fa-pull-right, .header__settings .fa-pull-right.settings__toggle, .module-filter .fa-pull-right.filter-options-title:before, .module-filter .filter-current .items .item .fa-pull-right.action.remove, .block-collapsible-nav .fa-pull-right.title:before, .product__details .module-tabs .item.title.active .fa-pull-right.mobile-plus, .message .fa-pull-right:first-child:before, .modal-custom .fa-pull-right.action-close, .modal-popup .fa-pull-right.action-close, .modal-slide .fa-pull-right.action-close, #old_searcher .block-content #search_mini_form .control .actions .fa-pull-right.search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .fa-pull-right.search, .module-minicart.active .block-minicart .fa-pull-right.action.close, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .fa-pull-right.action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .fa-pull-right.update-cart-item, .fa-pull-right.nav-toggle, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong.fa-pull-right:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .fa-pull-right.action:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title strong.fa-pull-right:before, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .fa-pull-right.action, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .fa-pull-right.mobile-plus, .fa-pull-right.mobile-plus {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .module-back-to-top .pull-left.module__action, .module-socialshare .module__list li a.pull-left, .header__settings .pull-left.settings__toggle, .module-filter .pull-left.filter-options-title:before, .module-filter .filter-current .items .item .pull-left.action.remove, .block-collapsible-nav .pull-left.title:before, .product__details .module-tabs .item.title.active .pull-left.mobile-plus, .message .pull-left:first-child:before, .modal-custom .pull-left.action-close, .modal-popup .pull-left.action-close, .modal-slide .pull-left.action-close, #old_searcher .block-content #search_mini_form .control .actions .pull-left.search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .pull-left.search, .module-minicart.active .block-minicart .pull-left.action.close, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .pull-left.action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .pull-left.update-cart-item, .pull-left.nav-toggle, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong.pull-left:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .pull-left.action:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title strong.pull-left:before, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .pull-left.action, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .pull-left.mobile-plus, .pull-left.mobile-plus {
  margin-right: 0.3em;
}

.fa.pull-right, .module-back-to-top .pull-right.module__action, .module-socialshare .module__list li a.pull-right, .header__settings .pull-right.settings__toggle, .module-filter .pull-right.filter-options-title:before, .module-filter .filter-current .items .item .pull-right.action.remove, .block-collapsible-nav .pull-right.title:before, .product__details .module-tabs .item.title.active .pull-right.mobile-plus, .message .pull-right:first-child:before, .modal-custom .pull-right.action-close, .modal-popup .pull-right.action-close, .modal-slide .pull-right.action-close, #old_searcher .block-content #search_mini_form .control .actions .pull-right.search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .pull-right.search, .module-minicart.active .block-minicart .pull-right.action.close, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .pull-right.action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .pull-right.update-cart-item, .pull-right.nav-toggle, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong.pull-right:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .pull-right.action:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title strong.pull-right:before, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .pull-right.action, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .pull-right.mobile-plus, .pull-right.mobile-plus {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, #old_searcher .block-content #search_mini_form .control .actions .search:before, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action.towishlist:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before, .header__settings .settings__toggle:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before, .message-success :first-child:before, .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before,
.module-minicart.active .block-minicart .action.close:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .update-cart-item:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before,
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action.edit:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before, .module-filter .filter-current .items .item .action.remove:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before, .message-error :first-child:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before, .mobile-plus:before {
  content: "\f067";
}

.fa-minus:before, .product__details .module-tabs .item.title.active .mobile-plus:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .mobile-plus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before, .module-filter .filter-options-item.active .filter-options-title:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code._active .payment-option-title .action:before {
  content: "\f077";
}

.fa-chevron-down:before, .module-filter .filter-options-title:before, .block-collapsible-nav .title:before, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .action:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title strong:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before,
.catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action.tocompare:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before, .module-socialshare .module__list li a.twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before,
.module-socialshare .module__list li a.facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.nav-toggle:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before, .module-socialshare .module__list li a.pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before, .module-socialshare .module__list li a.googleplus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action.mailto:before {
  content: "\f0e0";
}

.fa-linkedin:before, .module-socialshare .module__list li a.linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before, .module-back-to-top .module__action:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before, .message-info :first-child:before, .message-notice :first-child:before {
  content: "\f129";
}

.fa-exclamation:before, .message-warning :first-child:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action.delete:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before, .module-socialshare .module__list li a.whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only, .module-filter .filter-options-content .items .item .count .filter-count-label, .toolbar .pages .items .item .label, .toolbar .pages > .label, .toolbar-sorter .action span, .modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span, .module-minicart.active .block-minicart .action.close > span, .module-minicart .block-minicart .block-title, .module-minicart .action .counter-label, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .label, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* 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;
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

html {
  font-size: 14px;
}

body {
  color: #3a3a3a;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #fff;
}
body.noscroll {
  overflow-y: hidden;
}
body .loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: 1s all;
  opacity: 0.8;
}
body .loading.show {
  opacity: 0.8;
}
body .loading .spin {
  border: 3px solid #97928e;
  border-top-color: #000;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

ul, ol {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
ul li, ol li {
  list-style: none;
}

img {
  max-width: 100%;
  width: auto;
}

div {
  outline: none;
}

a, button {
  outline: none;
  cursor: pointer;
}
a:hover, a:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #575757;
  transition: color, 0.3s;
}
a:hover {
  color: #deb283;
  transition: color, 0.3s;
}
a:hover:before {
  color: #575757;
}

strong {
  font-weight: 600;
}

.loader-spinner {
  display: none;
  text-align: center;
  position: absolute;
  width: 100%;
}
.loader-spinner .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-spinner .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.loader-spinner .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #191919;
}
.loader-spinner .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.loader-spinner .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.loader-spinner .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.loader-spinner .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.loader-spinner .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.loader-spinner .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.loader-spinner .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.loader-spinner .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.loader-spinner .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.loader-spinner .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.loader-spinner .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.loader-spinner .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#section-form .item.title {
  width: auto;
  float: left;
}
#section-form .item.content {
  padding-bottom: 90px;
}

[v-cloak] {
  display: none !important;
}

.field-recaptcha .field .control input {
  visibility: hidden;
}

.mobile-plus {
  font-size: 17px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: 10px;
}

.no-display {
  display: none;
}

.page-layout-1column .page-main .columns .column.main, .checkout-index-index .page-main .columns .column.main {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: initial;
}
@media (max-width: 991.98px) {
  .page-layout-1column .page-main .columns, .checkout-index-index .page-main .columns {
    width: 100%;
  }
}
.page-layout-2columns-left .columns {
  width: 100%;
}
.page-layout-2columns-left .columns .columns-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-layout-2columns-left .columns .columns-inner .column.main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
}
.page-layout-2columns-left .columns .columns-inner .sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  order: 0;
}
.page-layout-2columns-left .columns .columns-inner .sidebar-main {
  order: 1;
}
.page-layout-2columns-left .columns .columns-inner .sidebar-additional {
  order: 2;
}

@media (min-width: 992px) {
  .page-layout-2columns-left .columns .columns-inner .column.main {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-layout-2columns-left .columns .columns-inner .sidebar-container {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
html:lang(it) .page-header .header__top--right--user-actions,
html:lang(pt) .page-header .header__top--right--user-actions {
  width: 285px;
}

#closeMobileMenu {
  color: #808080;
  border: 1px solid #808080;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  border-radius: 2rem;
  padding: 0;
  width: 24px;
  height: 24px;
}
#closeMobileMenu::before {
  content: "\e616";
  font-family: "Blank-Theme-Icons", serif;
  font-size: 30px;
  line-height: 22px;
  margin: -4px;
}
#closeMobileMenu {
  color: #97928e;
  border-color: #97928e;
  display: block;
  top: auto;
}

body.page-layout-1column .page-main .columns .column.main, body.checkout-index-index .page-main .columns .column.main {
  margin-right: 0;
  margin-left: 0;
}
body.page-layout-1column .page-main .columns .column.main .table-xl, body.checkout-index-index .page-main .columns .column.main .table-xl {
  overflow-x: auto;
}
body.page-layout-1column .page-main .columns .column.main p, body.checkout-index-index .page-main .columns .column.main p {
  overflow-x: auto;
}

.noscroll {
  overflow: hidden;
}

.page-header {
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: contain;
  z-index: 80;
  color: #fff;
  transition: all, 0.3s;
  margin: auto;
  position: fixed;
  width: 100%;
  padding: 0;
  background-color: #fff;
  top: 0;
}
.page-header .header__top {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #fff;
  padding: 0;
  background-color: #fff;
}
.page-header .header__top .welcome-container {
  display: inline-block;
  vertical-align: middle;
}
.page-header .header__top .welcome-container .welcome-text {
  color: #adadad;
  font-size: 12px;
  margin-right: 10px;
  text-overflow: ellipsis;
  max-width: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-header .header__top .account-buttons {
  display: inline-block;
}
.page-header .header__top-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
}
.page-header .header__top .container, .page-header .header__top .page.messages, .page-header .header__top .page-layout-1column .page-main .columns, .page-header .header__top .checkout-index-index .page-main .columns, .page-layout-1column .page-main .page-header .header__top .columns, .checkout-index-index .page-main .page-header .header__top .columns, .page-header .header__top .page-layout-2columns-left .columns, .page-layout-2columns-left .page-header .header__top .columns {
  max-width: 1500px;
  padding: 15px 15px 0 15px;
}
.page-header .header__top .container .header__top-wrapper .header__top-inner, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner {
  padding-bottom: 15px;
}
.page-header .header__top .container .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .logoContainer, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .logoContainer, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer {
  order: 2;
}
.page-header .header__top .container .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .header__top--left, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .header__top--left, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left {
  order: 1;
}
.page-header .header__top .container .header__top-wrapper .header__top-inner .header__top--right, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .header__top--right, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .header__top--right, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .header__top--right, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--right, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--right, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .header__top--right, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--right {
  order: 3;
}
.page-header .header__top .container .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav {
  order: 1;
  color: #191919;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  display: none;
}
.page-header .header__top .container .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0;
}
.page-header .header__top .container .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle:before, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle:before, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle:before, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle:before, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle:before, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle:before, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle:before, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle:before {
  content: "";
}
.page-header .header__top .container .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle .icon-menu:before, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle .icon-menu:before, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle .icon-menu:before, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle .icon-menu:before, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle .icon-menu:before, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle .icon-menu:before, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle .icon-menu:before, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav .nav-toggle .icon-menu:before {
  content: "\e905";
  color: #191919;
  font-size: 26px;
}
.page-header .header__content {
  padding-top: 15px;
  padding-bottom: 15px;
  top: -50px;
  z-index: 1030;
  transition: all, 0.3s;
  border-top: 1.5px solid #191919;
  border-bottom: none;
}
.page-header .header__content-inner {
  position: relative;
  z-index: 2;
}
.page-header .header__content-inner .block-search .block-content .minisearch__trigger {
  display: none;
}
.page-header .header__content-inner .block-search .block-content .minisearch__trigger::before {
  font-family: FontAwesome;
}
.page-header .header__content .container .header__content-inner .header__secondary ul, .page-header .header__content .page.messages .header__content-inner .header__secondary ul, .page-header .header__content .page-layout-1column .page-main .columns .header__content-inner .header__secondary ul, .page-header .header__content .checkout-index-index .page-main .columns .header__content-inner .header__secondary ul, .page-layout-1column .page-main .page-header .header__content .columns .header__content-inner .header__secondary ul, .checkout-index-index .page-main .page-header .header__content .columns .header__content-inner .header__secondary ul, .page-header .header__content .page-layout-2columns-left .columns .header__content-inner .header__secondary ul, .page-layout-2columns-left .page-header .header__content .columns .header__content-inner .header__secondary ul {
  display: block;
}
.page-header .header__secondary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
.page-header .header__secondary .navigation-secondary {
  align-items: start;
  display: flex;
}
.page-header .header__secondary .list-inline-item, .page-header .header__secondary .module-socialshare .module__list li, .module-socialshare .module__list .page-header .header__secondary li, .page-header .header__secondary .header__top .links li, .page-header .header__top .links .header__secondary li {
  margin: 0 10px;
  font-weight: normal;
  text-transform: initial;
}
.page-header .header__secondary .list-inline-item.navigation--toggle, .page-header .header__secondary .module-socialshare .module__list li.navigation--toggle, .module-socialshare .module__list .page-header .header__secondary li.navigation--toggle, .page-header .header__secondary .header__top .links li.navigation--toggle, .page-header .header__top .links .header__secondary li.navigation--toggle {
  color: #191919;
  display: inherit;
}
.page-header .header__secondary .list-inline-item.navigation--toggle::before, .page-header .header__secondary .module-socialshare .module__list li.navigation--toggle::before, .module-socialshare .module__list .page-header .header__secondary li.navigation--toggle::before, .page-header .header__secondary .header__top .links li.navigation--toggle::before, .page-header .header__top .links .header__secondary li.navigation--toggle::before {
  font-family: FontAwesome;
  margin-right: 5px;
  cursor: pointer;
  display: none;
  color: #191919;
}
.page-header .header__secondary .list-inline-item.navigation--toggle::after, .page-header .header__secondary .module-socialshare .module__list li.navigation--toggle::after, .module-socialshare .module__list .page-header .header__secondary li.navigation--toggle::after, .page-header .header__secondary .header__top .links li.navigation--toggle::after, .page-header .header__top .links .header__secondary li.navigation--toggle::after {
  display: inline-block;
  content: "\f078";
  color: #191919;
  font-family: FontAwesome, serif;
  margin-right: 5px;
  cursor: pointer;
}
.page-header .header__secondary .list-inline-item.navigation--toggle.active, .page-header .header__secondary .module-socialshare .module__list li.navigation--toggle.active, .module-socialshare .module__list .page-header .header__secondary li.navigation--toggle.active, .page-header .header__secondary .header__top .links li.navigation--toggle.active, .page-header .header__top .links .header__secondary li.navigation--toggle.active {
  color: #deb283;
}
.page-header .header__secondary .list-inline-item a, .page-header .header__secondary .module-socialshare .module__list li a, .module-socialshare .module__list .page-header .header__secondary li a, .page-header .header__secondary .header__top .links li a, .page-header .header__top .links .header__secondary li a, .page-header .header__secondary .list-inline-item span, .page-header .header__secondary .module-socialshare .module__list li span, .module-socialshare .module__list .page-header .header__secondary li span, .page-header .header__secondary .header__top .links li span, .page-header .header__top .links .header__secondary li span {
  padding: 0 5px;
  color: #191919;
}
.page-header .header__secondary .list-inline-item a:hover, .page-header .header__secondary .module-socialshare .module__list li a:hover, .module-socialshare .module__list .page-header .header__secondary li a:hover, .page-header .header__secondary .header__top .links li a:hover, .page-header .header__top .links .header__secondary li a:hover, .page-header .header__secondary .list-inline-item span:hover, .page-header .header__secondary .module-socialshare .module__list li span:hover, .module-socialshare .module__list .page-header .header__secondary li span:hover, .page-header .header__secondary .header__top .links li span:hover, .page-header .header__top .links .header__secondary li span:hover {
  color: #191919;
}
.page-header .header__right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}
.page-header .header__right .ayudacontacto {
  display: none;
}
.page-header .header__right .header__minicart {
  margin-right: 0;
}
.page-header .header__right .header__settings {
  display: none;
}
.page-header .header__right .ayudacontacto .flex-content .icono::after {
  color: #191919;
}
.page-header .header__search {
  text-align: right;
}
.page-header .header__settings {
  position: relative;
  display: inline-flex;
  margin-left: 5px;
}
.page-header .header__settings .module-inner .module__title, .page-header .header__settings .module__language {
  display: none;
}
.page-header .header__settings .settings__toggle {
  color: #191919;
}
.page-header .header__navigation {
  position: fixed;
  left: 0;
  z-index: 1030;
  background: rgb(255, 255, 255);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all, 0.8s;
  display: none;
  height: 100vh;
}
.page-header .header__navigation--active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  height: 100%;
  overflow: auto;
}
.page-header .header__navigation .header__navigation-inner {
  height: 100%;
  overflow: auto;
}
.page-header .header__navigation .header__navigation-inner .closeTopMenu {
  color: #808080;
  border: 1px solid #808080;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  border-radius: 2rem;
  padding: 0;
  width: 24px;
  height: 24px;
}
.page-header .header__navigation .header__navigation-inner .closeTopMenu::before {
  content: "\e616";
  font-family: "Blank-Theme-Icons", serif;
  font-size: 30px;
  line-height: 22px;
  margin: -4px;
}
.page-header .header__navigation .sections.nav-sections {
  max-width: 500px;
  height: 100%;
  background-color: #f8f8f8;
}
.page-header .header__navigation .sections.nav-sections .section-items.nav-sections-items {
  height: 100%;
}
.page-header .header__navigation .sections.nav-sections .nav-sections-item-content {
  height: auto;
  background-color: #f8f8f8;
}
.page-header .header__navigation .sections.nav-sections .navigation .navigation__title {
  margin-bottom: 25px;
}
.page-header .header__navigation .sections.nav-sections .navigation .navigation__title span {
  color: #191919;
  font-size: 20px;
}
.page-header .header__navigation .sections.nav-sections .navigation .level0 > .level-top {
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.page-header .header__navigation .sections.nav-sections .navigation .level0 .submenu {
  padding-left: 12%;
}
.page-header .header__navigation .sections.nav-sections .navigation .level0 .submenu li {
  height: auto;
  width: auto;
  margin-right: 25px;
}
.page-header .header__navigation .sections.nav-sections .navigation .level0 .submenu li.parent-category {
  font-size: 18px;
  margin-bottom: 10px;
}
.page-header .header__navigation .sections.nav-sections .navigation .level0 .submenu a {
  font-size: 14px;
  margin-bottom: 6px;
}
.page-header .header__heading {
  padding-top: 120px;
  padding-bottom: 10px;
}
.page-header .header__heading .page-title-wrapper {
  padding-top: 15px;
}
.page-header .header__heading .page-title-wrapper .page-title {
  color: #191919;
  padding: 10px;
}

.page-header .header__secondary {
  flex: 0 0 80%;
  max-width: 100%;
}
.page-header .header__content .container, .page-header .header__content .page.messages, .page-header .header__content .page-layout-1column .page-main .columns, .page-header .header__content .checkout-index-index .page-main .columns, .page-layout-1column .page-main .page-header .header__content .columns, .checkout-index-index .page-main .page-header .header__content .columns, .page-header .header__content .page-layout-2columns-left .columns, .page-layout-2columns-left .page-header .header__content .columns {
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .page-header .header__top {
    display: block;
  }
  .page-header .header__secondary {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-header .header__right {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-header .header__content-inner {
    display: -webkit-inline-flex;
    float: right;
  }
}
@media (max-width: 991.98px) {
  .page-header {
    background-size: cover;
  }
  .page-header .menuContainer {
    max-width: inherit;
  }
  .page-header .header__top-wrapper {
    width: 100%;
  }
  .page-header .header__top .container, .page-header .header__top .page.messages, .page-header .header__top .page-layout-1column .page-main .columns, .page-header .header__top .checkout-index-index .page-main .columns, .page-layout-1column .page-main .page-header .header__top .columns, .checkout-index-index .page-main .page-header .header__top .columns, .page-header .header__top .page-layout-2columns-left .columns, .page-layout-2columns-left .page-header .header__top .columns {
    max-width: 100%;
  }
  .page-header .header__top .container .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .logoContainer, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .logoContainer, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer {
    order: 2;
  }
  .page-header .header__top .container .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .header__top--left, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .header__top--left, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left {
    order: 3;
  }
  .page-header .header__top .container .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav {
    width: 48px;
    display: block;
  }
  .page-header .header__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
    min-height: 66px;
  }
  .page-header .header__content-inner {
    justify-content: space-between;
    display: -webkit-inline-flex;
    float: right;
  }
  .page-header .header__content-inner .header__search .block-content {
    width: 100%;
  }
  .page-header .header__content-inner .header__search .block-content .minisearch__trigger {
    width: 100%;
    padding: 9px 15px;
    text-align: left;
    border: 1px solid;
    border-radius: 25px;
    font-size: 19px;
    background-color: #fff;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #191919;
    display: block;
  }
  .page-header .header__content-inner .header__search .block-content .minisearch__trigger::before {
    color: #191919;
    top: 0;
    position: absolute;
  }
  .page-header .header__secondary {
    display: none;
  }
  .page-header .header__right {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    position: static;
  }
  .page-header .header__right .ayudacontacto {
    margin-right: 13px;
    display: inline-block;
  }
  .page-header .header__right .ayudacontacto .flex-content .icono::after {
    content: "\f059";
    font-family: FontAwesome, serif;
    font-size: 20px;
    color: #fff;
  }
  .page-header .header__right .ayudacontacto .flex-content .texto {
    display: none;
  }
  .page-header .header__right .header__minicart {
    margin-left: 15px;
    top: 3px;
  }
  .page-header .header__right .header__settings {
    display: inline-block;
  }
  .page-header .header__right .header__settings .settings__toggle::before {
    font-size: 23px;
  }
  .page-header .header__search {
    padding-right: 0;
  }
  .page-header .header__minicart {
    top: 0;
  }
  .page-header .header__heading {
    padding-top: 76px;
  }
  .page-header.fixed .header__settings .settings__toggle::before, .page-header.page-header .header__settings .settings__toggle::before {
    font-size: 23px;
  }
  .page-header.fixed .header__content, .page-header.page-header .header__content {
    max-width: initial;
    float: none;
  }
  .page-header.fixed .header__right, .page-header.page-header .header__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-header.fixed .header__right .ayudacontacto, .page-header.page-header .header__right .ayudacontacto {
    margin-top: 3px;
  }
  .page-header.fixed .header__right .block-search, .page-header.page-header .header__right .block-search {
    position: absolute;
    margin-right: initial;
    left: -200px;
    width: 100%;
  }
  .page-header.fixed .header__right .block-search .block-content .minisearch__trigger, .page-header.page-header .header__right .block-search .block-content .minisearch__trigger {
    width: 100%;
    padding: 9px 15px;
    text-align: left;
    border: 1px solid;
    border-radius: 25px;
    font-size: 19px;
    background-color: #fff;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #191919;
  }
  .page-header.fixed .header__right .block-search .block-content .minisearch__trigger::before, .page-header.page-header .header__right .block-search .block-content .minisearch__trigger::before {
    color: #191919;
    top: 0;
    position: absolute;
  }
  .page-header.fixed .header__right .block-search .block-content .minisearch__trigger::before {
    color: #191919;
  }
  .nav-sections {
    width: 100%;
  }
  html.nav-open .page-wrapper {
    left: 70%;
  }
  html.nav-open .nav-sections {
    width: 70%;
  }
  html.nav-open .navigation-secondary li, html.nav-open .navigation li.level0 > .level-top, html.nav-open .navigation .level0 .submenu li {
    font-size: 15px;
  }
  .header__settings .module-inner {
    min-height: 30px;
  }
}
@media (max-width: 650px) {
  .page-header .header__content-inner {
    display: -webkit-inline-flex;
    float: right;
  }
  .page-header .header__content {
    min-height: 66px;
  }
  .page-header.fixed .header__right .block-search, .page-header.header .header__right .block-search {
    left: -200px;
    width: 100%;
  }
}
@media (max-width: 592px) {
  .page-header .header__content-inner {
    display: -webkit-inline-flex;
    float: right;
  }
  .page-header .header__logo .logo {
    max-width: 30%;
  }
  .page-header .header__content {
    min-height: 66px;
  }
  .page-header .header__top .container .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .logoContainer, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .logoContainer, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .logoContainer {
    order: 3;
  }
  .page-header .header__top .container .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .toggle-nav, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .toggle-nav {
    order: 1;
  }
  .page-header .header__top .container .header__top-wrapper .header__top-inner .header__top--right, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .header__top--right, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .header__top--right, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .header__top--right, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--right, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--right, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .header__top--right, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--right {
    order: 4;
  }
  .page-header .header__top .container .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page.messages .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page-layout-1column .page-main .columns .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .checkout-index-index .page-main .columns .header__top-wrapper .header__top-inner .header__top--left, .page-layout-1column .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left, .checkout-index-index .page-main .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left, .page-header .header__top .page-layout-2columns-left .columns .header__top-wrapper .header__top-inner .header__top--left, .page-layout-2columns-left .page-header .header__top .columns .header__top-wrapper .header__top-inner .header__top--left {
    order: 2;
  }
  .header.fixed .header__right .block-search, .header.header .header__right .block-search {
    position: static;
    width: auto;
    margin-right: 20px;
  }
  .header.fixed .header__right .block-search .block-content, .header.header .header__right .block-search .block-content {
    width: auto;
  }
  .header.fixed .header__right .block-search .block-content .minisearch__trigger, .header.header .header__right .block-search .block-content .minisearch__trigger {
    background-color: transparent;
    border: none;
  }
  .header.header .header__right .block-search .block-content .minisearch__trigger::before {
    color: #fff;
  }
}
@media (max-width: 575.98px) {
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header__content {
    min-height: 66px;
  }
  .page-header .header__content-inner {
    display: -webkit-inline-flex;
    float: right;
  }
  .page-header .header__content-inner .header__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-header .header__heading .page-title .base {
    line-height: 38px;
  }
  .page-header .header__logo {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-header .header__logo .logo {
    padding: 0;
    line-height: 30px;
  }
  .page-header .header__right {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header__content {
    width: initial;
  }
  .page-header .header__content-inner {
    justify-content: space-between;
    display: -webkit-flex;
    float: none;
  }
  .page-header .header__navigation {
    display: block;
  }
}
.footer {
  padding-top: 50px;
}
.footer-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer .module-footer .module-inner .footer-container {
  width: 100%;
  padding-top: 40px;
}
.footer .module-footer .module-inner .footer-container h2 {
  border-bottom: none;
  margin-bottom: 10px;
}
.footer .module-footer .module-inner .footer-container .footer-content {
  display: flex;
  margin: 0 auto;
}
.footer .module-footer .module-inner .footer-container .footer-content .social__media {
  margin: auto auto;
}
.footer .module-footer .module-inner .footer-container .footer-content .social__media .footer__links {
  margin: auto;
}
.footer .module-footer .module-inner .footer-container .footer-content .social__media .footer__links ul {
  width: auto;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content {
  display: flex;
  text-align: left;
  padding: 10px 0 10px;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content h2 {
  font-size: 20px;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content ul {
  margin: auto;
  width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links {
  padding: 0;
  display: inline-block;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links ul {
  width: auto;
  padding: 0;
  justify-content: left;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .list-inline, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module-socialshare .module__list, .module-socialshare .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module__list, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .page-header .header__top .links, .page-header .header__top .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .links {
  display: grid;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .list-inline .list-inline-item, .module-socialshare .module__list .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .list-inline li, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module-socialshare .module__list .list-inline-item, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module-socialshare .module__list li, .module-socialshare .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module__list .list-inline-item, .module-socialshare .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module__list li, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .page-header .header__top .links .list-inline-item, .page-header .header__top .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .links .list-inline-item, .page-header .header__top .links .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .list-inline li, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .page-header .header__top .links li, .page-header .header__top .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .links li {
  margin: 0;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .list-inline .list-inline-item a, .module-socialshare .module__list .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .list-inline li a, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module-socialshare .module__list .list-inline-item a, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module-socialshare .module__list li a, .module-socialshare .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module__list .list-inline-item a, .module-socialshare .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .module__list li a, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .page-header .header__top .links .list-inline-item a, .page-header .header__top .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .links .list-inline-item a, .page-header .header__top .links .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .list-inline li a, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .page-header .header__top .links li a, .page-header .header__top .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .links li a {
  line-height: 1.8;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks {
  display: inline-block;
  padding: 0 20px 20px;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks span {
  color: #575757;
  margin-bottom: 15px;
  display: block;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item {
  display: inline-flex;
  margin: auto 5px;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item a {
  margin-right: 5px;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .fa, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-back-to-top .module__action, .module-back-to-top .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module__action, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-socialshare .module__list li a, .module-socialshare .module__list li .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item a, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .header__settings .settings__toggle, .header__settings .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .settings__toggle, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-filter .filter-options-title:before, .module-filter .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .filter-options-title:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-filter .filter-current .items .item .action.remove, .module-filter .filter-current .items .item .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action.remove, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .block-collapsible-nav .title:before, .block-collapsible-nav .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .title:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .product__details .module-tabs .item.title.active .mobile-plus, .product__details .module-tabs .item.title.active .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .mobile-plus, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .message *:first-child:before, .message .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item *:first-child:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .modal-custom .action-close, .modal-custom .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action-close, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .modal-popup .action-close, .modal-popup .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action-close, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .modal-slide .action-close, .modal-slide .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action-close, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item #old_searcher .block-content #search_mini_form .control .actions .search, #old_searcher .block-content #search_mini_form .control .actions .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .search, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .page-header .header__top--left .block-search .block-content .minisearch__content .actions .search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .search, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-minicart.active .block-minicart .action.close, .module-minicart.active .block-minicart .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action.close, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .update-cart-item, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .update-cart-item, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .nav-toggle, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong:before, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item strong:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .action:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .checkout-cart-index .cart-container .cart-summary .block.discount .title strong:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item strong:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .mobile-plus, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item ul .footer__links .active .mobile-plus, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .social-networks__item .mobile-plus {
  color: #97928e;
  font-size: 30px;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .fa:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-back-to-top .module__action:hover, .module-back-to-top .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module__action:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-socialshare .module__list li a:hover, .module-socialshare .module__list li .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item a:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .header__settings .settings__toggle:hover, .header__settings .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .settings__toggle:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-filter .filter-options-title:hover:before, .module-filter .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .filter-options-title:hover:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-filter .filter-current .items .item .action.remove:hover, .module-filter .filter-current .items .item .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action.remove:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .block-collapsible-nav .title:hover:before, .block-collapsible-nav .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .title:hover:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .product__details .module-tabs .item.title.active .mobile-plus:hover, .product__details .module-tabs .item.title.active .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .mobile-plus:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .message :hover:first-child:before, .message .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item :hover:first-child:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .modal-custom .action-close:hover, .modal-custom .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action-close:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .modal-popup .action-close:hover, .modal-popup .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action-close:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .modal-slide .action-close:hover, .modal-slide .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action-close:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item #old_searcher .block-content #search_mini_form .control .actions .search:hover, #old_searcher .block-content #search_mini_form .control .actions .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .search:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .page-header .header__top--left .block-search .block-content .minisearch__content .actions .search:hover, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .search:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-minicart.active .block-minicart .action.close:hover, .module-minicart.active .block-minicart .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action.close:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action:hover, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .update-cart-item:hover, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .update-cart-item:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .nav-toggle:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong:hover:before, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item strong:hover:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .action:hover:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action:hover:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .checkout-cart-index .cart-container .cart-summary .block.discount .title strong:hover:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item strong:hover:before, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action:hover, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .action:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item .mobile-plus:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content .social-networks__item ul .footer__links .active .mobile-plus:hover, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .social-networks__item .mobile-plus:hover {
  color: #deb283;
}
.footer .module-footer .module-inner .footer-container .footer-content .footer__logo {
  margin-top: 80px;
  width: 10%;
}
.footer .module-footer .module-inner .footer-container .footer-content .module__content {
  padding: 0 20px 30px 20px;
  width: 45%;
}
.footer .module-footer .module-inner .footer-container .footer-content .module__content .module__subtitle {
  padding-top: 30px;
}
.footer .module-footer .module-inner .footer-container .footer-content .module__content .module__form {
  display: grid;
  justify-content: center;
  margin-top: 40px;
}
.footer .module-footer .module-inner .footer-container .footer-content .module__content .module__form button {
  height: 35px;
  border-radius: 0;
  border: 1px solid white;
}
.footer .module-footer .module-inner .footer-container .copyright .copyright__content {
  display: inline-flex;
  width: 100%;
}
.footer .module-footer .module-inner .footer-container .copyright .copyright__content .copyright__content__images {
  width: 70%;
}
.footer .module-footer .module-inner .footer-container .copyright .copyright__content .copyright__content__images img {
  float: left;
}
.footer .module-footer .module-inner .footer-container .copyright .copyright__content .list-inline, .footer .module-footer .module-inner .footer-container .copyright .copyright__content .module-socialshare .module__list, .module-socialshare .footer .module-footer .module-inner .footer-container .copyright .copyright__content .module__list, .footer .module-footer .module-inner .footer-container .copyright .copyright__content .page-header .header__top .links, .page-header .header__top .footer .module-footer .module-inner .footer-container .copyright .copyright__content .links {
  width: 100%;
}

@media (max-width: 767.98px) {
  .footer .module-footer .module-inner .footer-container .footer-content {
    display: block;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .content {
    display: block;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content {
    width: 100%;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul {
    flex-direction: column;
    width: 95%;
    margin: auto;
    display: flex;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links {
    padding: 0;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .title {
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .title .content-title {
    display: flex;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .title .content-title h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .links {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #575757;
  }
}
.cms-page-view footer .links a {
  font-size: inherit;
}
.cms-page-view footer h1, .cms-page-view footer h2, .cms-page-view footer h3 {
  padding: 0;
}

@media (max-width: 575.98px) {
  .footer .module-footer .module-inner .footer-container .footer-content {
    display: block;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .content {
    display: block;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content {
    width: 100%;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul {
    margin: 0 auto;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .module__content {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .footer {
    margin-top: 20px;
  }
  .footer-inner {
    width: 100%;
  }
  .footer .module-footer .module-inner .footer-container .footer-content {
    display: block;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content {
    width: 100%;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul {
    margin: 0 auto;
  }
  .footer .module-footer .module-inner .footer-container .footer-content .module__content {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .footer-content .footer__content {
    width: 60%;
  }
  .footer-content .module__content {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .footer__content ul {
    width: auto;
    display: flex;
  }
  .footer__content ul .footer__links {
    padding: 0;
    width: 20%;
  }
  .footer__content ul .footer__links .mobile-plus {
    display: none;
  }
}
h1, .h1 {
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

h2, .h2, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-title, .newsletter-manage-index .columns .main .form .form-inner .fieldset > .legend, .my-account-page .columns .main .block .block-title, .customer-account-forgotpassword .forget .fieldset .legend, .customer-account-forgotpassword .forget-helper .fieldset .legend, .customer-account-forgotpassword .reset .fieldset .legend,
.customer-account-createpassword .forget .fieldset .legend,
.customer-account-createpassword .forget-helper .fieldset .legend,
.customer-account-createpassword .reset .fieldset .legend, .customer-account-create .legend, .customer-account-login .login-container .block-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
}
h2.h2--medium, .h2.h2--medium, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .h2--medium.step-title, .newsletter-manage-index .columns .main .form .form-inner .fieldset > .h2--medium.legend, .my-account-page .columns .main .block .h2--medium.block-title, .customer-account-forgotpassword .forget .fieldset .h2--medium.legend, .customer-account-forgotpassword .forget-helper .fieldset .h2--medium.legend, .customer-account-forgotpassword .reset .fieldset .h2--medium.legend,
.customer-account-createpassword .forget .fieldset .h2--medium.legend,
.customer-account-createpassword .forget-helper .fieldset .h2--medium.legend,
.customer-account-createpassword .reset .fieldset .h2--medium.legend, .customer-account-create .h2--medium.legend, .customer-account-login .login-container .h2--medium.block-title {
  text-align: center;
  margin-top: 50px;
}

h3, .h3, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title, .my-account-page .columns .main .block .block-content .box-title, .checkout-cart-index .cart-container .cart-summary .summary.title {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
}

h5, .h5, .module-minicart .block-minicart .subtotal .amount, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title, .checkout-index-index .page-main .checkout-container .opc-progress-bar-item, .catalog-product-view .columns .column.main .product-important .product__info .product-info__price .product-info__stock-sku {
  font-size: 18px;
  font-weight: 700;
}

.customer-account-login .columns .main a, .customer-account-create .columns .main a, .customer-account-forgotpassword .columns .main a, .customer-account-createpassword .columns .main a {
  text-decoration: underline;
}
.customer-account-login .columns .main a.btn, .customer-account-login .columns .main .modal-popup .modal-footer a.action, .modal-popup .modal-footer .customer-account-login .columns .main a.action, .customer-account-login .columns .main .modal-popup .modal-footer a.action-accept, .modal-popup .modal-footer .customer-account-login .columns .main a.action-accept, .customer-account-login .columns .main .modal-popup .modal-footer a.action-dismiss, .modal-popup .modal-footer .customer-account-login .columns .main a.action-dismiss, .customer-account-create .columns .main a.btn, .customer-account-create .columns .main .modal-popup .modal-footer a.action, .modal-popup .modal-footer .customer-account-create .columns .main a.action, .customer-account-create .columns .main .modal-popup .modal-footer a.action-accept, .modal-popup .modal-footer .customer-account-create .columns .main a.action-accept, .customer-account-create .columns .main .modal-popup .modal-footer a.action-dismiss, .modal-popup .modal-footer .customer-account-create .columns .main a.action-dismiss, .customer-account-forgotpassword .columns .main a.btn, .customer-account-forgotpassword .columns .main .modal-popup .modal-footer a.action, .modal-popup .modal-footer .customer-account-forgotpassword .columns .main a.action, .customer-account-forgotpassword .columns .main .modal-popup .modal-footer a.action-accept, .modal-popup .modal-footer .customer-account-forgotpassword .columns .main a.action-accept, .customer-account-forgotpassword .columns .main .modal-popup .modal-footer a.action-dismiss, .modal-popup .modal-footer .customer-account-forgotpassword .columns .main a.action-dismiss, .customer-account-createpassword .columns .main a.btn, .customer-account-createpassword .columns .main .modal-popup .modal-footer a.action, .modal-popup .modal-footer .customer-account-createpassword .columns .main a.action, .customer-account-createpassword .columns .main .modal-popup .modal-footer a.action-accept, .modal-popup .modal-footer .customer-account-createpassword .columns .main a.action-accept, .customer-account-createpassword .columns .main .modal-popup .modal-footer a.action-dismiss, .modal-popup .modal-footer .customer-account-createpassword .columns .main a.action-dismiss {
  text-decoration: none;
}
.customer-account-login .columns .main form, .customer-account-create .columns .main form, .customer-account-forgotpassword .columns .main form, .customer-account-createpassword .columns .main form {
  width: 80%;
}

.customer-account-forgotpassword .columns .main .new-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
}
.customer-account-forgotpassword .columns .main form {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.customer-account-login .login-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.customer-account-login .login-container .block {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.customer-account-login .login-container .block-title {
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.customer-account-login .login-container .block-content .login-info {
  padding-top: 25px;
}
.customer-account-login .login-container .block-content .warning {
  color: #fe3f3f;
}

.customer-account-create .mandatory-msg {
  margin-bottom: 30px;
}
.customer-account-create .mandatory-msg .customer-form-before {
  color: #fe3f3f;
}
.customer-account-create .mandatory-msg .customer-form-before a {
  color: #fe3f3f;
}
.customer-account-create .legend {
  margin: 0 0 25px;
}
.customer-account-create .legend:after {
  display: none;
}
.customer-account-create .register-info {
  float: left;
  width: 100%;
  padding-top: 55px;
}
.customer-account-create .register-description {
  float: left;
  width: 100%;
}
.customer-account-create .field {
  margin: 0 0 29px;
}
.customer-account-create.account {
  margin-bottom: 0;
}
.customer-account-create .required-fields {
  color: #fe3f3f;
  float: right;
  width: 100%;
  margin: 30px 0;
  text-align: right;
}
.customer-account-create .control.field .mage-error {
  position: absolute;
  top: 25px;
  left: 0;
}
.customer-account-create .control.captcha .nested {
  margin-top: 20px;
}
.customer-account-create .control.captcha .captcha-reload {
  margin-left: 20px;
}

.customer-account-createpassword .actions-toolbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customer-account-createpassword .columns .main form {
  display: block;
}

.customer-account-forgotpassword .forget, .customer-account-forgotpassword .forget-helper, .customer-account-forgotpassword .reset,
.customer-account-createpassword .forget,
.customer-account-createpassword .forget-helper,
.customer-account-createpassword .reset {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.customer-account-forgotpassword .forget .fieldset, .customer-account-forgotpassword .forget-helper .fieldset, .customer-account-forgotpassword .reset .fieldset,
.customer-account-createpassword .forget .fieldset,
.customer-account-createpassword .forget-helper .fieldset,
.customer-account-createpassword .reset .fieldset {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.customer-account-forgotpassword .forget .fieldset .legend, .customer-account-forgotpassword .forget-helper .fieldset .legend, .customer-account-forgotpassword .reset .fieldset .legend,
.customer-account-createpassword .forget .fieldset .legend,
.customer-account-createpassword .forget-helper .fieldset .legend,
.customer-account-createpassword .reset .fieldset .legend {
  margin: 0 0 25px;
}
.customer-account-forgotpassword .forget .fieldset .legend:after, .customer-account-forgotpassword .forget-helper .fieldset .legend:after, .customer-account-forgotpassword .reset .fieldset .legend:after,
.customer-account-createpassword .forget .fieldset .legend:after,
.customer-account-createpassword .forget-helper .fieldset .legend:after,
.customer-account-createpassword .reset .fieldset .legend:after {
  display: none;
}
.customer-account-forgotpassword .forget .fieldset .field, .customer-account-forgotpassword .forget-helper .fieldset .field, .customer-account-forgotpassword .reset .fieldset .field,
.customer-account-createpassword .forget .fieldset .field,
.customer-account-createpassword .forget-helper .fieldset .field,
.customer-account-createpassword .reset .fieldset .field {
  margin: 0 0 29px;
}
.customer-account-forgotpassword .forget .fieldset.account, .customer-account-forgotpassword .forget-helper .fieldset.account, .customer-account-forgotpassword .reset .fieldset.account,
.customer-account-createpassword .forget .fieldset.account,
.customer-account-createpassword .forget-helper .fieldset.account,
.customer-account-createpassword .reset .fieldset.account {
  margin-bottom: 0;
}
.customer-account-forgotpassword .forget .captcha .control, .customer-account-forgotpassword .forget-helper .captcha .control, .customer-account-forgotpassword .reset .captcha .control,
.customer-account-createpassword .forget .captcha .control,
.customer-account-createpassword .forget-helper .captcha .control,
.customer-account-createpassword .reset .captcha .control {
  margin-top: 10px;
}
.customer-account-forgotpassword .forget .captcha .captcha-reload, .customer-account-forgotpassword .forget-helper .captcha .captcha-reload, .customer-account-forgotpassword .reset .captcha .captcha-reload,
.customer-account-createpassword .forget .captcha .captcha-reload,
.customer-account-createpassword .forget-helper .captcha .captcha-reload,
.customer-account-createpassword .reset .captcha .captcha-reload {
  margin-left: 15px;
}

.customer-account-forgotpassword .forget-helper .fieldset {
  border-left: 1px solid #ccc;
}

.customer-account-forgotpassword .forget .fieldset, .customer-account-forgotpassword .forget-helper .fieldset, .customer-account-forgotpassword .reset .fieldset {
  flex: 0 0 100%;
  max-width: 100%;
}
.customer-account-forgotpassword .forget #found-emails li {
  list-style: disclosure-closed;
  padding-left: 5px;
  margin: 7px 0 7px 30px;
}
.customer-account-forgotpassword .forget-helper #dataHelper {
  display: none;
}
.customer-account-forgotpassword .forget-helper #buttonHelper {
  width: 100%;
}
.customer-account-forgotpassword .forget-helper #buttonHelper fieldset {
  height: 100%;
}
.customer-account-forgotpassword .forget-helper #buttonHelper fieldset #showFormHelper {
  padding: 15px 30px;
}

.customer-account-login .actions-toolbar,
.customer-account-create .actions-toolbar,
.customer-account-forgotpassword .actions-toolbar {
  padding-top: 25px;
}
.customer-account-login .actions-toolbar .primary,
.customer-account-create .actions-toolbar .primary,
.customer-account-forgotpassword .actions-toolbar .primary {
  float: left;
}
.customer-account-login .actions-toolbar .secondary,
.customer-account-create .actions-toolbar .secondary,
.customer-account-forgotpassword .actions-toolbar .secondary {
  float: right;
}
.customer-account-login .register-info .list-advantages,
.customer-account-create .register-info .list-advantages,
.customer-account-forgotpassword .register-info .list-advantages {
  padding: 20px 0 30px;
  float: left;
}
.customer-account-login .register-info .list-advantages li,
.customer-account-create .register-info .list-advantages li,
.customer-account-forgotpassword .register-info .list-advantages li {
  padding: 5px 0;
  float: left;
}
.customer-account-login .register-info .list-advantages li img,
.customer-account-create .register-info .list-advantages li img,
.customer-account-forgotpassword .register-info .list-advantages li img {
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-right: 13.5px;
}
.customer-account-login .register-info .list-advantages li span,
.customer-account-create .register-info .list-advantages li span,
.customer-account-forgotpassword .register-info .list-advantages li span {
  line-height: 1.71;
  display: flex;
}
.customer-account-login .register-info .rectangle,
.customer-account-create .register-info .rectangle,
.customer-account-forgotpassword .register-info .rectangle {
  float: left;
  width: 100%;
  background-color: #eaeaea;
  border: solid 1px #97928e;
  padding: 24px 25px 29px 25px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .customer-account-login .login-container .block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-account-login .login-container .block + .block {
    margin-top: 25px;
  }
  .customer-account-create .form-create-account .actions-toolbar,
  .customer-account-create .forget .actions-toolbar, .customer-account-create .reset .actions-toolbar, .customer-account-forgotpassword .form-create-account .actions-toolbar,
  .customer-account-forgotpassword .forget .actions-toolbar, .customer-account-forgotpassword .reset .actions-toolbar, .customer-account-createpassword .form-create-account .actions-toolbar,
  .customer-account-createpassword .forget .actions-toolbar, .customer-account-createpassword .reset .actions-toolbar { /* Safari 6.1+ */ /* IE 10 */
    flex: 1;
    max-width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar .secondary,
  .customer-account-create .forget .actions-toolbar .secondary, .customer-account-create .reset .actions-toolbar .secondary, .customer-account-forgotpassword .form-create-account .actions-toolbar .secondary,
  .customer-account-forgotpassword .forget .actions-toolbar .secondary, .customer-account-forgotpassword .reset .actions-toolbar .secondary, .customer-account-createpassword .form-create-account .actions-toolbar .secondary,
  .customer-account-createpassword .forget .actions-toolbar .secondary, .customer-account-createpassword .reset .actions-toolbar .secondary {
    line-height: 35px;
  }
  .customer-account-create .form-create-account .fieldset,
  .customer-account-create .forget .fieldset, .customer-account-create .reset .fieldset, .customer-account-forgotpassword .form-create-account .fieldset,
  .customer-account-forgotpassword .forget .fieldset, .customer-account-forgotpassword .reset .fieldset, .customer-account-createpassword .form-create-account .fieldset,
  .customer-account-createpassword .forget .fieldset, .customer-account-createpassword .reset .fieldset {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-account-login .columns .main form, .customer-account-create .columns .main form, .customer-account-forgotpassword .columns .main form, .customer-account-createpassword .columns .main form {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .customer-account-forgotpassword .columns .main .new-container {
    display: block;
  }
  .customer-account-forgotpassword .columns .main .new-container form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-account-forgotpassword .columns .main .new-container form.forget-helper {
    margin-top: 70px;
  }
  .customer-account-forgotpassword .columns .main .new-container form.forget-helper .fieldset {
    border-left: none;
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
}
.catalog-product-view .columns .column.main .product-important {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .columns .column.main .product-important .product__media {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
  margin-bottom: 30px;
  z-index: 0;
}
.catalog-product-view .columns .column.main .product-important .product__info {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
  position: static;
}
.catalog-product-view .columns .column.main .product-important .product__info .page-title-wrapper .page-title {
  margin-top: 0;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
.catalog-product-view .columns .column.main .product-important .product__info .page-title-wrapper {
  width: 80%;
}
.catalog-product-view .columns .column.main .product-important .product__info .product.attribute.description {
  float: left;
  margin-top: 10px;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  padding: 15px 0;
  width: 100%;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: column;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute {
  margin-top: 5px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: flex;
  font-style: italic;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute .type {
  font-weight: 300;
  margin-right: 5px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute .value {
  font-weight: 600;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.overview {
  flex: 0 0 100%;
  max-width: 100%;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock {
  display: block;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status {
  font-size: 12px;
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status .stock {
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status .stock.available {
  color: #90e1cf;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status .stock.unavailable {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status.not-today {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status.not-today .stock {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status--stacked .stock {
  display: block;
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status--stacked .stock-next {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status--stacked.not-today .stock {
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .product-item-status--stacked.not-today .stock-next {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .value {
  display: inline;
  font-weight: 400;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .no-today {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .attribute.product-info__stock .no-today .value {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__short .details-modules {
  padding: 0 0 0 15px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__price {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 20px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box .price-label {
  display: none;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box .price-from .price-container .price-label, .catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box .price-to .price-container .price-label {
  display: inline-block;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__price .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 75%;
  font-weight: 300;
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__price .product-info__stock-sku {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: none;
  text-align: right;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__bundle-actions {
  text-align: right;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__shortdescription {
  border-top: 1px solid #eaeaea;
  padding-top: 25px;
  margin-bottom: 22px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__shortdescription .type {
  display: none;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__social {
  display: none;
  margin-top: 15px;
  padding-top: 20px;
  text-align: right;
  border-top: 1px solid #eaeaea;
  font-size: 20px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action span {
  display: none;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action + .action {
  margin-left: 15px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext {
  margin-top: 15px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .prev {
  margin-right: 10px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .btn, .catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .modal-popup .modal-footer .action, .modal-popup .modal-footer .catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .action, .catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .action-accept, .catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .action-dismiss {
  width: 175px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .btn--prev:before {
  content: "< ";
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .btn--prev:hover {
  background-color: #deb283;
  border-color: #deb283;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .btn--prev:hover:before {
  color: #fff;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .btn--next:after {
  content: " >";
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .btn--next:hover {
  background-color: #deb283;
  border-color: #deb283;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-info__previousnext .btn--next:hover:after {
  color: #fff;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price {
  margin-top: 20px;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 28px;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-price.--is-offer .special-price .price {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-price .price-box {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 15px;
  flex-grow: 1;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-price .price-box .old-price .price {
  text-decoration: line-through;
  color: #97928e;
  font-size: 14px;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-price .product__label {
  font-size: 15px;
  font-weight: bold;
  padding: 2px 5px;
  white-space: nowrap;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-price .product__label--discount {
  background-color: #191919;
  color: #fff;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-price.grouped .price-box .price-label {
  font-size: 15px;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status {
  font-size: 12px;
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status .stock {
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status .stock.available {
  color: #90e1cf;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status .stock.unavailable {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status.not-today {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status.not-today .stock {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status--stacked .stock {
  display: block;
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status--stacked .stock-next {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status--stacked.not-today .stock {
  color: #97928e;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status--stacked.not-today .stock-next {
  color: #fe3f3f;
}
.catalog-product-view .columns .column.main .product-important .product__info #grouped-public-price .product-item-status {
  margin-top: 10px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form {
  margin: 20px 0;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset {
  display: flex;
  justify-content: flex-start;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control {
  display: flex;
  margin-right: 20px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control.grouped-qty {
  margin-right: 0;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control button, .catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control a {
  width: 45px;
  height: 39px;
  border: 1px solid #eaeaea;
  background-color: #eaeaea;
  font-size: 20px;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control input {
  text-align: center;
  width: 60px;
  outline: none;
  border: 1px solid #eaeaea;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control input[type=number] {
  -moz-appearance: textfield;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control input::-webkit-outer-spin-button,
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control .label {
  margin-right: 10px;
  margin-top: 10px;
  display: none;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control input[type=number]::-webkit-inner-spin-button,
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .field .control input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset .actions {
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-align: center;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .fieldset:focus {
  outline: none;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .swatch-opt {
  margin-top: 0;
}
.catalog-product-view .columns .column.main .product-important .product__info .product-add-form .grouped .col.qty {
  text-align: center;
}
.catalog-product-view .columns .column.main .product-important .product__details {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
  margin-top: 30px;
  z-index: 0;
}
.catalog-product-view .columns .column.main .product__bundle-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
  margin-top: 30px;
}
.catalog-product-view .columns .column.main .product__bundle-container .product-add-form {
  display: none;
}
.catalog-product-view .columns .column.main .module-related {
  flex: 0 0 100%;
  max-width: 100%;
  order: 10;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters {
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 20px;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li {
  display: inline-block;
  padding-right: 15px;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li .filter-attribute {
  color: #3a3a3a;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li .filter-attribute:hover {
  color: #000000;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li:hover:not(.active):after {
  content: "";
  display: block;
  border: solid 1px #000000;
  margin-top: 10px;
  transform: scaleX(1);
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li:hover:not(.active):after .filter-attribute {
  color: #000000;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li:last-child .filter-attribute {
  margin-right: 0;
  padding-right: 0;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li.active .filter-attribute {
  color: #000000;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li.active .filter-attribute:after {
  content: "";
  display: block;
  border: solid 1px #000000;
  margin-top: 10px;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters li:after {
  display: block;
  content: "";
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.catalog-product-view .columns .column.main .module-related .autorelated-filters__delimiter:last-child {
  display: none;
}
.catalog-product-view .columns .column.main .module-related .products-autorelated {
  padding: 0;
}
.catalog-product-view .columns .column.main .product__aside {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  order: 3;
}
.catalog-product-view .columns .column.main .product__aside .module-related {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .h2, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-title, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .catalog-product-view .columns .column.main .product__aside .module-related .block-title .step-title, .catalog-product-view .newsletter-manage-index .columns .column.main .product__aside .module-related .block-title .form .form-inner .fieldset > .legend, .newsletter-manage-index .catalog-product-view .columns .column.main .product__aside .module-related .block-title .form .form-inner .fieldset > .legend, .catalog-product-view .newsletter-manage-index .columns .column.main .form .form-inner .product__aside .module-related .block-title .fieldset > .legend, .newsletter-manage-index .catalog-product-view .columns .column.main .form .form-inner .product__aside .module-related .block-title .fieldset > .legend, .catalog-product-view .my-account-page .columns .column.main .product__aside .module-related .block-title .block .block-title, .my-account-page .catalog-product-view .columns .column.main .product__aside .module-related .block-title .block .block-title, .catalog-product-view .my-account-page .columns .column.main .block .product__aside .module-related .block-title .block-title, .my-account-page .catalog-product-view .columns .column.main .block .product__aside .module-related .block-title .block-title, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-login .login-container .block-title, .customer-account-login .login-container .catalog-product-view .columns .column.main .product__aside .module-related .block-title .block-title, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-create .legend, .customer-account-create .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .forget .fieldset .legend, .customer-account-forgotpassword .forget .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .forget-helper .fieldset .legend, .customer-account-forgotpassword .forget-helper .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .reset .fieldset .legend, .customer-account-forgotpassword .reset .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .forget .fieldset .legend,
.customer-account-createpassword .forget .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .forget-helper .fieldset .legend,
.customer-account-createpassword .forget-helper .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .reset .fieldset .legend,
.customer-account-createpassword .reset .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend {
  font-size: 16px;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 14px;
}
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .h2:before, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-title:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .catalog-product-view .columns .column.main .product__aside .module-related .block-title .step-title:before, .catalog-product-view .newsletter-manage-index .columns .column.main .product__aside .module-related .block-title .form .form-inner .fieldset > .legend:before, .newsletter-manage-index .catalog-product-view .columns .column.main .product__aside .module-related .block-title .form .form-inner .fieldset > .legend:before, .catalog-product-view .newsletter-manage-index .columns .column.main .form .form-inner .product__aside .module-related .block-title .fieldset > .legend:before, .newsletter-manage-index .catalog-product-view .columns .column.main .form .form-inner .product__aside .module-related .block-title .fieldset > .legend:before, .catalog-product-view .my-account-page .columns .column.main .product__aside .module-related .block-title .block .block-title:before, .my-account-page .catalog-product-view .columns .column.main .product__aside .module-related .block-title .block .block-title:before, .catalog-product-view .my-account-page .columns .column.main .block .product__aside .module-related .block-title .block-title:before, .my-account-page .catalog-product-view .columns .column.main .block .product__aside .module-related .block-title .block-title:before, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-login .login-container .block-title:before, .customer-account-login .login-container .catalog-product-view .columns .column.main .product__aside .module-related .block-title .block-title:before, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-create .legend:before, .customer-account-create .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:before, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .forget .fieldset .legend:before, .customer-account-forgotpassword .forget .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:before, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .forget-helper .fieldset .legend:before, .customer-account-forgotpassword .forget-helper .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:before, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .reset .fieldset .legend:before, .customer-account-forgotpassword .reset .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:before,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .forget .fieldset .legend:before,
.customer-account-createpassword .forget .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:before,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .forget-helper .fieldset .legend:before,
.customer-account-createpassword .forget-helper .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:before,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .reset .fieldset .legend:before,
.customer-account-createpassword .reset .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:before, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .h2:after, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-title:after, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .catalog-product-view .columns .column.main .product__aside .module-related .block-title .step-title:after, .catalog-product-view .newsletter-manage-index .columns .column.main .product__aside .module-related .block-title .form .form-inner .fieldset > .legend:after, .newsletter-manage-index .catalog-product-view .columns .column.main .product__aside .module-related .block-title .form .form-inner .fieldset > .legend:after, .catalog-product-view .newsletter-manage-index .columns .column.main .form .form-inner .product__aside .module-related .block-title .fieldset > .legend:after, .newsletter-manage-index .catalog-product-view .columns .column.main .form .form-inner .product__aside .module-related .block-title .fieldset > .legend:after, .catalog-product-view .my-account-page .columns .column.main .product__aside .module-related .block-title .block .block-title:after, .my-account-page .catalog-product-view .columns .column.main .product__aside .module-related .block-title .block .block-title:after, .catalog-product-view .my-account-page .columns .column.main .block .product__aside .module-related .block-title .block-title:after, .my-account-page .catalog-product-view .columns .column.main .block .product__aside .module-related .block-title .block-title:after, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-login .login-container .block-title:after, .customer-account-login .login-container .catalog-product-view .columns .column.main .product__aside .module-related .block-title .block-title:after, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-create .legend:after, .customer-account-create .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:after, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .forget .fieldset .legend:after, .customer-account-forgotpassword .forget .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:after, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .forget-helper .fieldset .legend:after, .customer-account-forgotpassword .forget-helper .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:after, .catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-forgotpassword .reset .fieldset .legend:after, .customer-account-forgotpassword .reset .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:after,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .forget .fieldset .legend:after,
.customer-account-createpassword .forget .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:after,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .forget-helper .fieldset .legend:after,
.customer-account-createpassword .forget-helper .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:after,
.catalog-product-view .columns .column.main .product__aside .module-related .block-title .customer-account-createpassword .reset .fieldset .legend:after,
.customer-account-createpassword .reset .fieldset .catalog-product-view .columns .column.main .product__aside .module-related .block-title .legend:after {
  content: none;
}
.catalog-product-view .columns .column.main .product__aside .module-related .block-content {
  max-height: 453px;
  overflow: hidden;
}
.catalog-product-view .columns .column.main .product__aside .module-related .block-content .products-grid {
  padding: 0;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item .product-image-wrapper {
  padding: 0;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-info {
  display: flex;
  flex-direction: row;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-labels {
  display: none;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-container {
  display: flex;
  width: 30%;
  align-items: center;
  line-height: 0;
  align-self: flex-start;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-details {
  display: flex;
  width: 70%;
  padding: 0;
  padding-left: 10px;
  flex-direction: column;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-name {
  height: auto;
  max-height: 65px;
  font-weight: 100;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-sku, .catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-status {
  display: none;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-actions {
  margin-top: 5px;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item .actions-primary {
  display: none;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-price.grouped {
  flex: 1 50%;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-price.grouped .special-price {
  display: flex;
  flex-direction: row;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-price.grouped .special-price .price-container {
  display: flex;
  flex-direction: row;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-price.grouped .special-price .price-container .price-label {
  font-size: 15px;
  margin-right: 10px;
}
.catalog-product-view .columns .column.main .product__aside .module-related .products-grid .product-items .product-item-price.grouped .special-price .old-price {
  display: none;
}
.catalog-product-view .fotorama__img {
  cursor: zoom-in;
}
.catalog-product-view .fotorama__thumb-border {
  border: 1px solid #deb283;
}
.catalog-product-view .fotorama--fullscreen {
  z-index: 1030 !important;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item {
  line-height: 17px;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item .product-item-name {
  font-size: 13px;
  line-height: 17px;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item .product.sku {
  font-size: 12px;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item .product-availability {
  font-style: italic;
  font-size: 12px;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item .product-availability .type {
  font-weight: normal;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item .product-availability .product-info__stock {
  display: block;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item .product-availability .product-info__stock .value {
  display: inline;
  font-weight: 400;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item .product-availability .product-info__stock .no-today {
  color: #fe3f3f;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .col.item .product-availability .product-info__stock .no-today .value {
  color: #fe3f3f;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .price-box {
  text-align: left;
  margin-top: 10px;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .price-box .price-label {
  display: none;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .price-box .special-price span.price {
  font-size: 18px;
  font-weight: 600;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-add-form .grouped .price-box .old-price span.price {
  text-decoration: line-through;
}
.catalog-product-view.page-product-grouped .columns .column.main .product__info .product-info__price {
  display: none;
}

.module-product .item-inner .product-item-actions .actions-primary a.visible, .module-new .module-inner .products-grid .product-items li.item .item-inner .product-item-actions .actions-primary a.visible, .catalog-category-view .products-list .product-item .item-inner .product-item-actions .actions-primary a.visible,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-actions .actions-primary a.visible,
.catalog-product-view .products-list .product-item .item-inner .product-item-actions .actions-primary a.visible,
.cms-index-index .products-list .product-item .item-inner .product-item-actions .actions-primary a.visible,
.cms-page-view .products-list .product-item .item-inner .product-item-actions .actions-primary a.visible {
  justify-content: center;
}

.product__media__video__anchor {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 1;
}
.product__media__video__anchor:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.product__media__video__anchor.fa, .module-back-to-top .product__media__video__anchor.module__action, .module-socialshare .module__list li a.product__media__video__anchor, .header__settings .product__media__video__anchor.settings__toggle, .module-filter .product__media__video__anchor.filter-options-title:before, .module-filter .filter-current .items .item .product__media__video__anchor.action.remove, .block-collapsible-nav .product__media__video__anchor.title:before, .product__details .module-tabs .item.title.active .product__media__video__anchor.mobile-plus, .message .product__media__video__anchor:first-child:before, .modal-custom .product__media__video__anchor.action-close, .modal-popup .product__media__video__anchor.action-close, .modal-slide .product__media__video__anchor.action-close, #old_searcher .block-content #search_mini_form .control .actions .product__media__video__anchor.search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .product__media__video__anchor.search, .module-minicart.active .block-minicart .product__media__video__anchor.action.close, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .product__media__video__anchor.action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .product__media__video__anchor.update-cart-item, .product__media__video__anchor.nav-toggle, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong.product__media__video__anchor:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .product__media__video__anchor.action:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title strong.product__media__video__anchor:before, .product__media__video__anchor.mobile-plus, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .product__media__video__anchor.mobile-plus, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .product__media__video__anchor.action {
  display: flex;
  font-size: 31px;
  position: relative;
  left: 80%;
}
.product__media__video__anchor, .product__media__video__player__thumb__play {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  color: #FFF;
  background-color: #000;
  border-radius: 35px;
  cursor: pointer;
}
.product__media__video__player {
  margin-top: 70px;
  padding-top: 56%;
  position: relative;
}
.product__media__video__player__container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product__media__video__player__thumb {
  position: relative;
}
.product__media__video__player__thumb__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: -35px;
  margin-top: -35px;
  overflow: hidden;
}
.product__media__video__player__thumb__play.fa.fa-play, .module-back-to-top .product__media__video__player__thumb__play.fa-play.module__action, .module-socialshare .module__list li a.product__media__video__player__thumb__play.fa-play, .header__settings .product__media__video__player__thumb__play.fa-play.settings__toggle, .module-filter .product__media__video__player__thumb__play.fa-play.filter-options-title:before, .module-filter .filter-current .items .item .product__media__video__player__thumb__play.fa-play.action.remove, .block-collapsible-nav .product__media__video__player__thumb__play.fa-play.title:before, .product__details .module-tabs .item.title.active .product__media__video__player__thumb__play.fa-play.mobile-plus, .message .product__media__video__player__thumb__play.fa-play:first-child:before, .modal-custom .product__media__video__player__thumb__play.fa-play.action-close, .modal-popup .product__media__video__player__thumb__play.fa-play.action-close, .modal-slide .product__media__video__player__thumb__play.fa-play.action-close, #old_searcher .block-content #search_mini_form .control .actions .product__media__video__player__thumb__play.fa-play.search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .product__media__video__player__thumb__play.fa-play.search, .module-minicart.active .block-minicart .product__media__video__player__thumb__play.fa-play.action.close, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .product__media__video__player__thumb__play.fa-play.action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .product__media__video__player__thumb__play.fa-play.update-cart-item, .product__media__video__player__thumb__play.fa-play.nav-toggle, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong.product__media__video__player__thumb__play.fa-play:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .product__media__video__player__thumb__play.fa-play.action:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title strong.product__media__video__player__thumb__play.fa-play:before, .product__media__video__player__thumb__play.fa-play.mobile-plus, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .product__media__video__player__thumb__play.fa-play.mobile-plus, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .product__media__video__player__thumb__play.fa-play.action {
  display: flex;
  font-size: 31px;
}
.product__media__video__player__thumb img {
  width: 100%;
  top: -17%;
  position: absolute;
}
.product__media__video__player__thumb:hover .product__media__video__player__thumb__play {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.product__media__video__player iframe,
.product__media__video__player .product__media__video__player__thumb {
  border: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .catalog-product-view .columns .column.main .product-important .product__info .page-title-wrapper, .catalog-product-view .columns .column.main .product-important .product__media .page-title-wrapper, .catalog-product-view .columns .column.main .product-important .product__details .page-title-wrapper {
    width: 100%;
  }
  .catalog-product-view .columns .column.main .product-important .product__info .page-title-wrapper .page-title, .catalog-product-view .columns .column.main .product-important .product__media .page-title-wrapper .page-title, .catalog-product-view .columns .column.main .product-important .product__details .page-title-wrapper .page-title {
    margin-top: 15px;
  }
  .catalog-product-view .columns .column.main .product-important .product-info__previousnext .btn, .catalog-product-view .columns .column.main .product-important .product-info__previousnext .modal-popup .modal-footer .action, .modal-popup .modal-footer .catalog-product-view .columns .column.main .product-important .product-info__previousnext .action, .catalog-product-view .columns .column.main .product-important .product-info__previousnext .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .catalog-product-view .columns .column.main .product-important .product-info__previousnext .action-accept, .catalog-product-view .columns .column.main .product-important .product-info__previousnext .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .catalog-product-view .columns .column.main .product-important .product-info__previousnext .action-dismiss {
    width: 125px !important;
  }
  .catalog-product-view .columns .column.main .product-important .product__media {
    order: -1;
  }
  .catalog-product-view .columns .column.main .product-important .product__aside {
    flex: 0 0 100%;
    max-width: 100%;
    order: 20;
  }
  .catalog-product-view .columns .column.main .module-related {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-product-view .columns .column.main .module-related .autorelated-filters li {
    padding-right: 15px;
  }
  .product__media__video__anchor, .product__media__video__player__thumb__play {
    width: 50px;
    height: 50px;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .columns .column.main .product-important .product__info, .catalog-product-view .columns .column.main .product-important .product__media, .catalog-product-view .columns .column.main .product-important .product__details {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-product-view .columns .column.main .product-important .product__info {
    position: sticky;
    top: 130px;
  }
  .product__media__video__anchor, .product__media__video__player__thumb__play {
    width: 60px;
    height: 60px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .columns .column.main .product-important .product__details {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .catalog-product-view .columns .column.main .product-important .product__media {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .catalog-product-view .columns .column.main .product-important .product__info {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .catalog-product-view .columns .column.main .module-related .autorelated-filters li {
    padding-right: 35px;
  }
  .product__media__video__anchor, .product__media__video__player__thumb__play {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
  .product__media__video__anchor {
    right: 50px;
    font-size: 45px;
  }
  .product__media__video__player {
    margin-right: 80px;
    padding-top: calc(56% - 45px);
  }
}
.checkout-cart-index .cart-empty a {
  text-decoration: underline;
}
.checkout-cart-index .cart.item.messages.error .message:before {
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  content: "\f05e";
  font-family: FontAwesome;
}
.checkout-cart-index .cart-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.checkout-cart-index .cart-container .cart-summary {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  order: 2;
}
.checkout-cart-index .cart-container .cart-summary-content {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 20px 15px;
}
.checkout-cart-index .cart-container .cart-summary-content .dummymessage {
  padding: 10px;
  background-color: #e4e4e4;
  color: #82A91A;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary-content .dummymessage ul li {
  list-style: initial;
  margin-left: 15px;
}
.checkout-cart-index .cart-container .cart-summary-content .dummymessage .minicart-data {
  font-size: 0.9em;
}
.checkout-cart-index .cart-container .cart-summary-content .dummymessage .remainingForFree {
  font-weight: bold;
}
.checkout-cart-index .cart-container .cart-summary-dummysave {
  padding: 15px;
  text-align: right;
}
.checkout-cart-index .cart-container .cart-summary-dummysave .btn, .checkout-cart-index .cart-container .cart-summary-dummysave .modal-popup .modal-footer .action, .modal-popup .modal-footer .checkout-cart-index .cart-container .cart-summary-dummysave .action, .checkout-cart-index .cart-container .cart-summary-dummysave .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .checkout-cart-index .cart-container .cart-summary-dummysave .action-accept, .checkout-cart-index .cart-container .cart-summary-dummysave .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .checkout-cart-index .cart-container .cart-summary-dummysave .action-dismiss {
  background: transparent;
  border: 1px solid;
  color: #191919;
}
.checkout-cart-index .cart-container .cart-summary-dummysave .btn:hover, .checkout-cart-index .cart-container .cart-summary-dummysave .modal-popup .modal-footer .action:hover, .modal-popup .modal-footer .checkout-cart-index .cart-container .cart-summary-dummysave .action:hover, .checkout-cart-index .cart-container .cart-summary-dummysave .modal-popup .modal-footer .action-accept:hover, .modal-popup .modal-footer .checkout-cart-index .cart-container .cart-summary-dummysave .action-accept:hover, .checkout-cart-index .cart-container .cart-summary-dummysave .modal-popup .modal-footer .action-dismiss:hover, .modal-popup .modal-footer .checkout-cart-index .cart-container .cart-summary-dummysave .action-dismiss:hover {
  background: #deb283;
  color: #fff;
}
.checkout-cart-index .cart-container .cart-summary .block {
  margin: 10px 0;
}
.checkout-cart-index .cart-container .cart-summary .block .title[role=tab] {
  cursor: pointer;
  outline: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  border-top: 1px solid #e4e4e4;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table th, .checkout-cart-index .cart-container .cart-summary .cart-totals table td {
  border-bottom: none !important;
  font-weight: normal;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody {
  flex-direction: column;
  display: flex;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tr.sub {
  order: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tr.excl {
  order: 1;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tr.totals-tax-summary {
  order: 2;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tr.totals-tax-summary .totals-tax-details {
  padding-left: 33px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tr.totals-tax-summary .totals-tax-details li.mark {
  list-style: circle;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tr.totals-tax-details {
  order: 3;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tr.incl {
  order: 4;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .totals .sub .mark, .checkout-cart-index .cart-container .cart-summary .cart-totals .totals .totals-tax .mark {
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .mark {
  background: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .amount {
  border-top: none;
  border-bottom: solid 1px #e9ecef;
  text-align: right;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals.incl .mark, .checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals.incl .amount {
  padding-top: 20px;
}
.checkout-cart-index .cart-container .cart-summary .block.discount {
  margin: 25px 0;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .title {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .title strong {
  display: block;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .title strong:before {
  position: absolute;
  right: 0;
  top: 5px;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .content {
  margin-top: 10px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .multicheckout {
  margin-top: 20px;
  text-align: center;
  display: block;
}
.checkout-cart-index .cart-container .cart-summary .printcart {
  text-align: right;
  padding-right: 5px;
}
.checkout-cart-index .cart-container .cart-summary .printcart .action {
  text-transform: none;
  text-decoration: underline;
}
.checkout-cart-index .cart-container .form-cart {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  order: 1;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper thead .col.price, .checkout-cart-index .cart-container .form-cart .table-wrapper thead .col.qty, .checkout-cart-index .cart-container .form-cart .table-wrapper thead .col.subtotal {
  text-align: right;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper thead .col.price .price, .checkout-cart-index .cart-container .form-cart .table-wrapper thead .col.qty .price, .checkout-cart-index .cart-container .form-cart .table-wrapper thead .col.subtotal .price {
  font-weight: 400;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col {
  vertical-align: top;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-photo {
  display: table-cell;
  max-width: 100%;
  position: static;
  vertical-align: top;
  width: 1%;
  padding-right: 0;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-photo .product-image-container {
  width: 110px;
  display: inline-block;
  max-width: 100%;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-photo .product-image-container .product-image-wrapper {
  height: 80px;
  width: 80px;
  padding: 0 !important;
  display: block;
  overflow: hidden;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  max-height: 80px;
  max-width: 80px;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-photo img {
  border-radius: 5px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e4e4e4;
  padding: 2px;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-details {
  display: table-cell;
  vertical-align: top;
  white-space: normal;
  width: 99%;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-details .product-item-name {
  font-weight: 600;
  margin: 5px 0;
  float: left;
  width: 100%;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-details .product-item-sku {
  float: left;
  width: 100%;
  display: block;
  font-weight: 100;
  font-size: 11px;
  color: #97928e;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text {
  text-align: center;
  width: 65px;
  float: right;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.price, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.subtotal {
  text-align: right;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.price, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.subtotal {
  font-size: 13px;
  line-height: 30px;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.subtotal {
  font-weight: bold;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-actions {
  text-align: left;
  margin-top: -10px;
  z-index: 8;
  width: 100%;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-actions td {
  padding: 0;
  border: 0;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-actions .actions-toolbar {
  padding: 0 0 10px 12px;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-actions .action.action-edit {
  display: none;
  z-index: 9;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-actions .action.action-delete {
  font-size: 10px;
  z-index: 9;
  text-decoration: underline;
  display: inline-block;
  float: left;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-actions .message {
  width: 76%;
  display: inline-block;
  margin: 0 0 10px 0;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-actions .action + .action:before {
  display: none;
  content: "|";
  padding: 0 10px;
}
.checkout-cart-index .cart-container .form-cart .toolbar {
  justify-content: center;
}
.checkout-cart-index .cart-container .form-cart .toolbar .pages {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-container .form-cart .main.actions {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .form-cart .main.actions .primary {
  float: left;
}
.checkout-cart-index .cart-container .form-cart .main.actions .primary .continue {
  color: #191919;
}
.checkout-cart-index .cart-container .form-cart .main.actions .primary .continue:before {
  content: "\f104";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 15px;
  color: #191919;
}
.checkout-cart-index .cart-container .form-cart .main.actions .primary .continue:before:hover {
  color: #deb283;
}
.checkout-cart-index .cart-container .form-cart .main.actions .secondary {
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart .main.actions .secondary .update {
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart .main.actions .secondary .update:before {
  content: "\f021";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 15px;
}
.checkout-cart-index .cart-container .form-cart .main.actions .action + .action {
  margin-left: 10px;
}
.checkout-cart-index .cart-container .block-cart-failed {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.checkout-cart-index .cart-container .block-cart-failed .block-title {
  padding-bottom: 20px;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper thead .col.price, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper thead .col.qty, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper thead .col.subtotal {
  text-align: right;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper thead .col.price .price, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper thead .col.qty .price, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper thead .col.subtotal .price {
  font-weight: 400;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody {
  border-top: 2px solid #dee2e6;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col {
  vertical-align: top;
  padding: 0.75rem;
  margin-top: 0.75rem;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-photo {
  display: table-cell;
  max-width: 100%;
  position: static;
  vertical-align: top;
  width: 1%;
  padding-right: 0;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-photo .product-image-container {
  width: 110px;
  display: inline-block;
  max-width: 100%;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-photo .product-image-container .product-image-wrapper {
  height: 80px;
  width: 80px;
  padding: 0 !important;
  display: block;
  overflow: hidden;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  max-height: 80px;
  max-width: 80px;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-photo img {
  border-radius: 5px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e4e4e4;
  padding: 2px;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-details {
  display: table-cell;
  vertical-align: top;
  white-space: normal;
  width: 99%;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-details .product-item-name {
  font-weight: 600;
  margin: 5px 0;
  float: left;
  width: 100%;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-details .product-item-sku {
  float: left;
  width: 100%;
  display: block;
  font-weight: 100;
  font-size: 11px;
  color: #97928e;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-details .message {
  padding: 12px 0;
  font-size: 12px;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.item .product-item-details .message.error {
  color: #fe3f3f;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text {
  text-align: center;
  width: 50px;
  float: right;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.price, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.subtotal {
  text-align: right;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.price, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.subtotal {
  font-size: 13px;
  line-height: 30px;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.subtotal {
  font-weight: bold;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-actions {
  text-align: left;
  margin-top: -10px;
  z-index: 8;
  width: 100%;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-actions td {
  padding: 0;
  border: 0;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-actions .actions-toolbar {
  padding: 0 0 10px 12px;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-actions .action.action-edit {
  display: none;
  z-index: 9;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-actions .action.action-delete {
  font-size: 10px;
  z-index: 9;
  text-decoration: underline;
  display: inline-block;
  float: left;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-actions .message {
  width: 76%;
  display: inline-block;
  margin: 0 0 10px 0;
}
.checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-actions .action + .action:before {
  display: none;
  content: "|";
  padding: 0 10px;
}
.checkout-cart-index .cart-container .block-cart-failed .action-delete {
  background: transparent;
  border: 0;
  color: #575757;
}
.checkout-cart-index .cart-container .block-cart-failed .actions-toolbar {
  float: left;
}
.checkout-cart-index .cart-container .block-cart-failed .actions-toolbar .actions {
  margin: 20px 0;
  display: inline-block;
  margin-right: 10px;
}
.checkout-cart-index .cart-container .block-cart-failed .actions-toolbar .actions.remove-all {
  margin-right: 0;
}
.checkout-cart-index .cart-container .block-cart-failed .remove-all-form {
  width: auto;
  float: left;
}

@media (max-width: 1199.98px) {
  .checkout-cart-index .cart-container .cart-summary .cart-summary-content .mark {
    white-space: normal;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-actions .message {
    width: 69%;
    font-size: 11px;
  }
}
@media (max-width: 991.98px) {
  .checkout-cart-index .column.main .cart-container .cart-summary {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    top: 0 !important;
    margin-bottom: 25px;
  }
  .checkout-cart-index .column.main .cart-container .cart-summary .totals .mark {
    white-space: normal;
  }
  .checkout-cart-index .column.main .cart-container .form-cart {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .main.actions {
    flex-direction: column;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .main.actions .primary {
    order: 1;
    margin: 0 auto 20px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary {
    order: 2;
    text-align: center;
    display: block;
    justify-content: space-between;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .btn, .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .modal-popup .modal-footer .action, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .action, .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .action-accept, .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .action-dismiss {
    font-size: 11px;
    margin-bottom: 40px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper tbody .item-actions .message {
    width: 74%;
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .checkout-cart-index .column.main .cart-container .cart-summary {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    top: 0 !important;
    margin-bottom: 25px;
  }
  .checkout-cart-index .column.main .cart-container .cart-summary .totals .mark {
    white-space: normal;
  }
  .checkout-cart-index .column.main .cart-container .form-cart, .checkout-cart-index .column.main .cart-container .form-cart-failed {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .main.actions, .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions {
    flex-direction: column;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .main.actions .primary, .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .primary {
    order: 1;
    margin: 0 auto 20px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary, .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .secondary {
    order: 2;
    text-align: center;
    display: block;
    justify-content: space-between;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .btn, .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .modal-popup .modal-footer .action, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .action, .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .action-accept, .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart .main.actions .secondary .action-dismiss, .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .secondary .btn, .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .secondary .modal-popup .modal-footer .action, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .secondary .action, .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .secondary .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .secondary .action-accept, .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .secondary .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .checkout-cart-index .column.main .cart-container .form-cart-failed .main.actions .secondary .action-dismiss {
    font-size: 11px;
    margin-bottom: 40px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .product-item-details .product-item-name, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .product-item-details .product-item-name {
    font-size: 13px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table thead, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table thead {
    display: none;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table tbody .item-actions, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table tbody .item-actions {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table tbody .item-actions .message, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table tbody .item-actions .message {
    margin: 0;
    width: 100%;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info {
    display: block;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .item, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .item {
    display: block;
    position: relative;
    margin-top: 0;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .item .product-item-photo, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .item .product-item-photo {
    display: inline-block;
    max-width: 80px;
    margin: 0 15px 0 0;
    width: 80px;
    height: auto;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .item .product-item-photo img, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .item .product-item-photo img {
    height: auto;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .item .product-item-details, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .item .product-item-details {
    width: calc(100% - 100px);
    display: inline-block;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .price, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .price {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 25%;
    font-size: 13px;
    text-align: left;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .price:before, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .price:before {
    content: attr(data-th);
    display: block;
    padding-bottom: 10px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .col.price, .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .col.subtotal, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .col.price, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .col.subtotal {
    line-height: inherit;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .col.qty, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .col.qty {
    text-align: center;
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 42%;
    font-size: 13px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .col.qty:before, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .col.qty:before {
    content: attr(data-th);
    display: block;
    padding-bottom: 10px;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .col.qty .input-text.qty, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .col.qty .input-text.qty {
    margin: 0 auto;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .subtotal, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .subtotal {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
    font-size: 13px;
    text-align: center;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .subtotal .price, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .subtotal .price {
    display: block;
    width: 100%;
    text-align: center;
  }
  .checkout-cart-index .column.main .cart-container .form-cart .table-wrapper .table .item .item-info .subtotal:before, .checkout-cart-index .column.main .cart-container .form-cart-failed .table-wrapper .table .item .item-info .subtotal:before {
    content: attr(data-th);
    display: block;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .item .messages {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart.table-wrapper .col.qty {
  position: relative;
}
.cart.table-wrapper .col.qty .qty-error-msg {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 5;
  color: #fe3f3f;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

.my-account-page .page-title-wrapper {
  margin: 20px 0;
}
.my-account-page .page-title-wrapper .page-title {
  display: inline-block;
}
.my-account-page .columns {
  margin: 0 auto;
}
.my-account-page .columns .main .acount-information {
  padding-bottom: 40px;
}
.my-account-page .columns .main .acount-information a {
  text-decoration: underline;
}
.my-account-page .columns .main .message-warning {
  float: left;
  display: block;
  width: 100%;
  margin-top: 0;
}
.my-account-page .columns .main .message-warning a {
  float: right;
  text-decoration: underline;
}
.my-account-page .columns .main .addresses-list {
  color: #0a0a0a;
}
.my-account-page .columns .main .block-title {
  margin-bottom: 15px;
}
.my-account-page .columns .main .table-wrapper tr:nth-child(even) {
  background: #f5f5f5;
}
.my-account-page .columns .main .table-wrapper .col.actions {
  text-align: right;
  padding-right: 0;
}
.my-account-page .columns .main .table-wrapper .col.status {
  min-width: 100px;
}
.my-account-page .columns .main .table-wrapper .col.category {
  min-width: 140px;
}
.my-account-page .columns .main .block .block-title {
  font-weight: 300;
  margin-bottom: 20px;
}
.my-account-page .columns .main .block .block-title .action {
  font-size: small;
  font-weight: 300;
  margin-left: 15px;
}
.my-account-page .columns .main .block .block-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}
.my-account-page .columns .main .block .block-content .table-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.my-account-page .columns .main .block .block-content .table-wrapper .table th {
  white-space: nowrap;
}
.my-account-page .columns .main .block .block-content .table-wrapper .table tbody > tr > td.actions {
  white-space: nowrap;
}
.my-account-page .columns .main .block .block-content .table-wrapper .table tbody > tr > td.actions .action + .action:before {
  content: "|";
}
.my-account-page .columns .main .block .block-content .addresses {
  max-width: 100%;
  flex: max-content;
  margin: 0;
}
.my-account-page .columns .main .block .block-content .addresses .actions {
  font-size: 12px;
}
.my-account-page .columns .main .block .block-content .addresses .actions .action + .action:before {
  content: "|";
}
.my-account-page .columns .main .block .block-content .box, .my-account-page .columns .main .block .block-content .company-profile-index .company-profile-payment-methods, .company-profile-index .my-account-page .columns .main .block .block-content .company-profile-payment-methods {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.my-account-page .columns .main .block .block-content .box-title {
  margin-bottom: 10px;
  display: block;
}
.my-account-page .columns .main .block .block-content .box-actions {
  font-size: 12px;
}
.my-account-page .columns .main .block .block-content .box-actions .action {
  margin-right: 5px;
  text-decoration: underline;
}
.my-account-page .columns .main .block .block-content .box-actions .action + .action:before {
  content: "|";
  margin-right: 5px;
}
.my-account-page .columns .main .block .block-content .empty {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.my-account-page .columns .main .block + .block {
  margin-top: 40px;
}
.my-account-page .columns .main .block.block-addresses-list .block-content {
  margin: 0;
}
.my-account-page .columns .main .block.block-addresses-list .block-content .item {
  padding: 10px 10px 10px 0;
}
.my-account-page .columns .main .block.block-addresses-list .block-content .item address {
  margin: 0;
}
.my-account-page .columns .main .block.block-addresses-list .block-content .item .temporary_address {
  margin: auto 0 0 auto;
  color: #ababab;
  display: flex;
  align-items: center;
}
.my-account-page .columns .main .block.block-addresses-list .block-content .item .temporary_address i {
  font-size: 16px;
  font-weight: lighter;
  margin-right: 3px;
}
.my-account-page .columns .main .form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: block;
}
.my-account-page .columns .main .form .form-inner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.my-account-page .columns .main .form .fieldset {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.my-account-page .columns .main .form .fieldset .legend {
  margin: 0 0 25px;
}
.my-account-page .columns .main .form .fieldset .field {
  margin: 0 0 29px;
}
.my-account-page .columns .main .form .fieldset .field .nested {
  margin-top: 10px;
}
.my-account-page .columns .main .form .fieldset .field .street_other {
  display: none;
}
.my-account-page .columns .main .form .actions-toolbar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 25px 0;
}
.my-account-page .columns .main .form .actions-toolbar .primary {
  float: left;
}
.my-account-page .columns .main .form .actions-toolbar .secondary {
  float: right;
}
.my-account-page .columns .main .form .contact-us-form {
  text-decoration: underline;
}
.my-account-page .columns .main .form.form-addbysku {
  width: 100%;
}
.my-account-page .columns .main .form.form-addbysku .additional {
  border-top: 2px solid #dee2e6;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.my-account-page .columns .main .form.form-addbysku .additional:first-child {
  border-top: 0;
}
.my-account-page .columns .main .form.form-addbysku .additional .field legend {
  margin-bottom: 10px;
}
.my-account-page .columns .main .form.form-addbysku .additional .field .control {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.my-account-page .columns .main .form.form-addbysku .additional .field .control:last-child {
  float: right;
}
.my-account-page .columns .main .form.form-addbysku .additional .field .control .qty {
  max-width: none;
}
.my-account-page .columns .main .form .upload.skus .actions-toolbar {
  padding: 0;
}
.my-account-page .columns .main .form .upload.skus input:focus {
  outline: none;
}
.my-account-page .columns .main .form .upload.skus .note {
  margin-top: 20px;
}
.my-account-page .columns .main .form .upload.skus .custom-file-label::after {
  content: "\f093";
  font-family: FontAwesome;
}
.my-account-page .columns .main .actions-toolbar .toolbar-top {
  padding: 0;
  margin: 0;
  border: none;
}
.my-account-page .columns .main .actions-toolbar .toolbar-top .pages {
  display: none;
}
.my-account-page .columns .main .bottom.toolbar .limiter {
  display: none;
}
.my-account-page .columns .main .bottom.toolbar .pager {
  width: 100%;
}
.my-account-page .columns .main .fieldset .field {
  margin: 0 0 29px;
}
.my-account-page .columns .main .actions-toolbar {
  margin: 10px 0 20px;
  float: left;
  width: 100%;
  display: block;
}
.my-account-page .columns .main .actions-toolbar .primary {
  float: left;
}
.my-account-page .columns .main .actions-toolbar .secondary {
  float: left;
}
.my-account-page .columns .main .actions-toolbar .secondary .secondary-buttons .update-data {
  padding: 30px 0;
}
.my-account-page .columns .main .actions-toolbar .secondary .secondary-buttons .pay-info {
  padding-bottom: 30px;
}
.my-account-page .columns .main .actions-toolbar .secondary .secondary-buttons .field {
  padding-bottom: 10px;
  font-weight: bold;
}
.my-account-page .columns .main .actions-toolbar .action-default {
  cursor: pointer;
  border-radius: 5px;
  background-color: #191919;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 38px;
  padding: 0 18px;
  color: #fff;
  font-weight: 700;
  border: 0;
}
.my-account-page .columns .main .actions-toolbar .action-default:hover {
  background-color: #deb283;
}
.my-account-page .columns .main .actions-toolbar .action-default:active {
  background-color: #deb283 !important;
  box-shadow: 0 0 0 0.2rem #deb283 !important;
}
.my-account-page .columns .main .info-payment {
  text-align: right;
  margin: 20px 0;
}
.my-account-page .columns .main .dashboard-static-block-predebt {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.my-account-page .columns .main .block-dashboard-orders {
  margin-bottom: 40px;
}
.my-account-page .columns .main .dashboard-resume {
  margin-bottom: 40px;
}
.my-account-page .columns .main .dashboard-resume .block-dashboard-title, .my-account-page .columns .main .dashboard-resume .form .fieldset .legend, .my-account-page .columns .main .form .fieldset .dashboard-resume .legend {
  text-transform: uppercase !important;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 600;
  margin: 20px 0;
}
.my-account-page .columns .main .dashboard-resume .block-dashboard-title:first-of-type, .my-account-page .columns .main .dashboard-resume .form .fieldset .legend:first-of-type, .my-account-page .columns .main .form .fieldset .dashboard-resume .legend:first-of-type {
  margin-top: 0;
}
.my-account-page .columns .main .dashboard-resume .block-content {
  margin: 10px 0;
  float: left;
  width: 100%;
}
.my-account-page .columns .main .dashboard-resume .block-title {
  margin: 30px 0 15px;
  text-transform: Capitalize;
  font-size: 20px;
  float: left;
  width: 100%;
  display: block;
}
.my-account-page .columns .main .dashboard-resume .info {
  padding: 0;
}
.my-account-page .columns .main .dashboard-resume .linkall {
  z-index: 1;
  position: relative;
  float: right;
  margin-top: -55px;
}
.my-account-page .columns .main .dashboard-resume .table-wrapper {
  margin-bottom: 40px;
}
.my-account-page .columns .main .multiplier-container {
  margin: 20px 0;
  float: left;
  width: 100%;
  display: block;
}
.my-account-page .columns .main .multiplier-container .control {
  max-width: 170px;
}
.my-account-page .columns .main .multiplier-container .actions-toolbar {
  margin-top: 0;
}
.my-account-page .columns .main .table-invoice-items th {
  white-space: normal;
  vertical-align: middle !important;
}
.my-account-page .columns .main .block-dashboard-info {
  float: left;
  display: block;
  width: 100%;
}
.my-account-page .columns .main .block-dashboard-addresses {
  margin-bottom: 50px;
  float: left;
  display: block;
  width: 100%;
}
.my-account-page .columns .main .toolbar .limiter-options {
  width: 65px;
  display: inline;
}
.my-account-page .reorder-quote-popup .text-secondary {
  display: none;
}
.my-account-page .reorder-quote-popup .actions-toolbar .action {
  margin-left: 10px;
}
.my-account-page .reorder-quote-popup .actions-toolbar .primary {
  float: right;
}
.my-account-page .reorder-quote-popup .actions-toolbar .secondary {
  display: none;
}
.my-account-page .sidebar--floating {
  min-width: 255px;
  max-width: 255px;
}
.my-account-page .interblock {
  margin: 20px 0 !important;
}

.sales-order-view .page-title-wrapper .order-status {
  font-size: 18px;
  margin-left: 15px;
  transform: translateY(-5px);
}
.sales-order-view .page-title-wrapper .order-actions-toolbar {
  margin: 20px 0;
}
.sales-order-view .page-title-wrapper .order-actions-toolbar .actions .reorder {
  margin-right: 20px;
}
.sales-order-view .page-title-wrapper .order-actions-toolbar .actions .print {
  float: right;
  display: block;
}
.sales-order-view .order-links::after {
  display: block;
  clear: both;
  content: "";
}
.sales-order-view .order-links .item {
  float: left;
  margin: 0 -1px 0 0;
  line-height: 40px;
}
.sales-order-view .order-links .item strong {
  margin-bottom: -1px;
  border: 1px solid #000000;
  background-color: #fff;
  border-bottom: 0;
  display: block;
  padding: 0 20px;
}
.sales-order-view .order-details-items {
  margin-top: -1px;
  padding: 25px;
  border: 1px solid #000000;
  margin-bottom: 40px;
}
.sales-order-view .order-details-items .order-title {
  display: none;
}
.sales-order-view .order-details-items .order-items .table tfoot .amount, .sales-order-view .order-details-items .order-items .table tfoot .mark {
  text-align: right;
}

.quickorder-index-index .columns .main .block-addbysku {
  width: 100%;
}
.quickorder-index-index .columns .main .block-addbysku .form-addbysku .additional {
  border: 0 !important;
}
.quickorder-index-index .columns .main .block-addbysku .form-addbysku .additional.new-block {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  border: 0;
}
.quickorder-index-index .columns .main .block-addbysku .form-addbysku .additional.new-block .field legend {
  margin-bottom: 10px;
}
.quickorder-index-index .columns .main .block-addbysku .form-addbysku .additional.new-block .control {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.quickorder-index-index .columns .main .block-addbysku .form-addbysku .additional.new-block .control + .control {
  float: right;
}
.quickorder-index-index .columns .main .block-addbysku .form-addbysku .additional.new-block .control .qty {
  max-width: none;
}

.newsletter-manage-index .columns .main .form .form-inner .fieldset > .legend {
  margin-bottom: 15px;
}

.company-index-index .columns .main .block .block-content .box-actions {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  order: 2;
  margin-top: 25px;
}
.company-index-index .columns .main .block .block-content .box-actions .action {
  padding-left: 0;
  padding-right: 0;
  color: #adadad;
  background: none;
  border: none;
}
.company-index-index .columns .main .block .block-content .box-actions .action:hover {
  color: #deb283;
  text-decoration: none;
}
.company-index-index .columns .main .block .block-content .box-actions .action:before {
  padding: 0 10px;
  color: #adadad !important;
}
.company-index-index .columns .main .block .block-content .tree {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.company-index-index .columns .main .block .block-content .tree .jstree-clicked:before {
  content: "\e610";
  font-family: "Blank-Theme-Icons";
}

.myaccount-operations-index .info347 .block-content {
  margin: 0 !important;
  padding-bottom: 40px;
  display: block !important;
}
.myaccount-operations-index .info347 .block-content .box-title strong {
  line-height: 40px;
}
.myaccount-operations-index .info347 .block-content .box-title .btn, .myaccount-operations-index .info347 .block-content .box-title .modal-popup .modal-footer .action, .modal-popup .modal-footer .myaccount-operations-index .info347 .block-content .box-title .action, .myaccount-operations-index .info347 .block-content .box-title .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .myaccount-operations-index .info347 .block-content .box-title .action-accept, .myaccount-operations-index .info347 .block-content .box-title .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .myaccount-operations-index .info347 .block-content .box-title .action-dismiss {
  margin-left: 30px;
}
.myaccount-operations-index .info347 .table .total-row {
  border-top: 1px solid;
}
.myaccount-operations-index .info347 .table .total-row .total {
  font-weight: bold;
}

#myaccount-deliveries a {
  text-decoration: underline;
}

.quickorder-block .block-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.quickorder-block .block-content {
  margin: 0 !important;
}
.quickorder-block .box, .quickorder-block .company-profile-index .company-profile-payment-methods, .company-profile-index .quickorder-block .company-profile-payment-methods {
  width: 100%;
  display: block;
  max-width: 100% !important;
}
.quickorder-block form {
  margin: 0 !important;
}
.quickorder-block form .orderby-sku .box-items {
  width: 100%;
  max-width: 100% !important;
}
.quickorder-block form .orderby-sku .box-items .fieldset .field {
  display: inline-block;
  margin: 0 0 15px !important;
}
.quickorder-block form .orderby-sku .box-items .fieldset .field input {
  padding-left: 10px;
}
.quickorder-block form .orderby-sku .box-items .fieldset .field.sku {
  width: 60%;
}
.quickorder-block form .orderby-sku .box-items .fieldset .field.sku input {
  width: 90%;
  max-width: 230px;
}
.quickorder-block form .orderby-sku .box-items .fieldset .field.qty {
  width: 20%;
}
.quickorder-block form .orderby-sku .box-items .fieldset .actions-toolbar {
  display: inline-block;
  float: right;
  width: auto !important;
  margin: 0 !important;
}
.quickorder-block form .orderby-sku .box-items .fieldset .actions-toolbar .remove {
  border: none;
  background: none;
}
.quickorder-block form .orderby-sku .box-items .fieldset .actions-toolbar .remove.no-display {
  display: block;
}
.quickorder-block form .orderby-sku .box-items .fieldset .fields.additional {
  padding: 0 !important;
  border-top: none !important;
}
.quickorder-block form .orderby-sku .box-items .actions-toolbar {
  width: 100%;
  display: block;
  text-align: left;
}
.quickorder-block form .orderby-sku .box-items .actions-toolbar .secondary {
  float: left !important;
}
.quickorder-block form .upload.skus {
  display: block;
  flex: 100%;
}
.quickorder-block form .upload.skus .input-text {
  width: 80%;
  display: inline-block;
  overflow: hidden;
}
.quickorder-block form .upload.skus .action {
  width: 20%;
  float: right;
  display: inline-block;
}
.quickorder-block form .action.reset {
  font-size: 80%;
  font-weight: 400;
  border: none;
  margin-top: 8px;
  background: none;
}
.quickorder-block form .action.reset .fa, .quickorder-block form .action.reset .module-back-to-top .module__action, .module-back-to-top .quickorder-block form .action.reset .module__action, .quickorder-block form .action.reset .module-socialshare .module__list li a, .module-socialshare .module__list li .quickorder-block form .action.reset a, .quickorder-block form .action.reset .header__settings .settings__toggle, .header__settings .quickorder-block form .action.reset .settings__toggle, .quickorder-block form .action.reset .module-filter .filter-options-title:before, .module-filter .quickorder-block form .action.reset .filter-options-title:before, .quickorder-block form .action.reset .module-filter .filter-current .items .item .action.remove, .module-filter .filter-current .items .item .quickorder-block form .action.reset .action.remove, .quickorder-block form .action.reset .block-collapsible-nav .title:before, .block-collapsible-nav .quickorder-block form .action.reset .title:before, .quickorder-block form .action.reset .product__details .module-tabs .item.title.active .mobile-plus, .product__details .module-tabs .item.title.active .quickorder-block form .action.reset .mobile-plus, .quickorder-block form .action.reset .message *:first-child:before, .message .quickorder-block form .action.reset *:first-child:before, .quickorder-block form .action.reset .modal-custom .action-close, .modal-custom .quickorder-block form .action.reset .action-close, .quickorder-block form .action.reset .modal-popup .action-close, .modal-popup .quickorder-block form .action.reset .action-close, .quickorder-block form .action.reset .modal-slide .action-close, .modal-slide .quickorder-block form .action.reset .action-close, .quickorder-block form .action.reset #old_searcher .block-content #search_mini_form .control .actions .search, #old_searcher .block-content #search_mini_form .control .actions .quickorder-block form .action.reset .search, .quickorder-block form .action.reset .page-header .header__top--left .block-search .block-content .minisearch__content .actions .search, .page-header .header__top--left .block-search .block-content .minisearch__content .actions .quickorder-block form .action.reset .search, .quickorder-block form .action.reset .module-minicart.active .block-minicart .action.close, .module-minicart.active .block-minicart .quickorder-block form .action.reset .action.close, .quickorder-block form .action.reset .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .quickorder-block form .action.reset .action, .quickorder-block form .action.reset .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .update-cart-item, .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .quickorder-block form .action.reset .update-cart-item, .quickorder-block form .action.reset .nav-toggle, .quickorder-block form .action.reset .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong:before, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title .quickorder-block form .action.reset strong:before, .quickorder-block form .action.reset .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .action:before, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .quickorder-block form .action.reset .action:before, .quickorder-block form .action.reset .mobile-plus, .quickorder-block form .action.reset .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .mobile-plus, .footer .module-footer .module-inner .footer-container .footer-content .footer__content ul .footer__links .active .quickorder-block form .action.reset .mobile-plus, .quickorder-block form .action.reset .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .action, .catalog-product-view .columns .column.main .product-important .product__info .product-info__social .quickorder-block form .action.reset .action, .quickorder-block form .action.reset .checkout-cart-index .cart-container .cart-summary .block.discount .title strong:before, .checkout-cart-index .cart-container .cart-summary .block.discount .title .quickorder-block form .action.reset strong:before {
  margin-right: 8px;
}
.quickorder-block form .action.reset:hover {
  color: #deb283;
}

@media (max-width: 1199.98px) {
  .my-account-page .columns .sidebar--floating {
    max-width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 991.98px) {
  .my-account-page .columns .main .table th {
    display: none;
  }
  .my-account-page .columns .main .table td {
    display: block !important;
    padding: 2px !important;
  }
  .my-account-page .columns .main .table td:before {
    content: attr(data-th) ":";
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 5px;
    font-weight: bold;
  }
  .my-account-page .columns .main .table .col.actions {
    float: none;
  }
  .my-account-page .columns .main .table .col.actions:before {
    content: none;
  }
}
@media (max-width: 575.98px) {
  .my-account-page .columns .main .message-warning a {
    float: none;
  }
  .my-account-page .columns .main .message.empty {
    clear: both;
    width: 100%;
    margin-top: 0;
  }
  .my-account-page .columns .main .block .block-content .addresses {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .my-account-page .columns .main .block .block-content .box, .my-account-page .columns .main .block .block-content .company-profile-index .company-profile-payment-methods, .company-profile-index .my-account-page .columns .main .block .block-content .company-profile-payment-methods {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .my-account-page .columns .main .form .form-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .my-account-page .columns .main .dashboard-resume {
    margin-bottom: 40px;
  }
  .my-account-page .columns .main .dashboard-resume .block-dashboard-info .block-title {
    font-size: 18px;
    margin-top: 20px !important;
  }
  .my-account-page .columns .main .dashboard-resume .info {
    padding: 0;
  }
  .my-account-page .columns .main .dashboard-resume .linkall {
    float: left;
    margin-top: 0;
  }
  .my-account-page .columns .main .dashboard-resume .table-wrapper {
    margin-bottom: 40px;
  }
  .my-account-page .columns .main .info-payment .btn, .my-account-page .columns .main .info-payment .modal-popup .modal-footer .action, .modal-popup .modal-footer .my-account-page .columns .main .info-payment .action, .my-account-page .columns .main .info-payment .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .my-account-page .columns .main .info-payment .action-accept, .my-account-page .columns .main .info-payment .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .my-account-page .columns .main .info-payment .action-dismiss {
    margin-bottom: 20px;
  }
  .my-account-page .columns .sidebar--floating {
    margin-bottom: 25px;
    min-width: 100%;
    max-width: 100%;
    transition: background-color 2s ease-out;
  }
  .myaccount-operations-index .info347 .table .total-row {
    border-top: 1px solid;
  }
  .myaccount-operations-index .info347 .table .total-row .total-text {
    display: none !important;
  }
  .secondary {
    text-align: right;
  }
  .secondary .action-default {
    margin: 5px 0;
  }
  .toolbar-top {
    width: 100%;
    margin-top: 40px !important;
  }
  .quickorder-block form {
    margin: 0 !important;
  }
  .quickorder-block form .toggle-content {
    padding: 0 !important;
  }
  .quickorder-block form .fieldset {
    padding: 0 !important;
  }
  .quickorder-block form .orderby-sku .box-items .fieldset .field.sku {
    width: 50%;
  }
  .quickorder-block form .orderby-sku .box-items .fieldset .field.qty {
    width: 30%;
  }
  .quickorder-block form .orderby-sku .box-items .fieldset .field.qty input {
    width: 100%;
  }
  .quickorder-block form .orderby-sku .box-items .fieldset .actions-toolbar {
    padding: 5px !important;
  }
  .quickorder-block form .orderby-sku .box-items .fieldset .actions-toolbar .remove:before {
    content: "\f00d";
    font-family: FontAwesome;
  }
  .quickorder-block form .orderby-sku .box-items .fieldset .actions-toolbar .remove span {
    display: none;
  }
  .quickorder-block form .upload.skus {
    display: block;
    flex: 100%;
  }
  .quickorder-block form .upload.skus input {
    display: none;
  }
  .quickorder-block form .upload.skus .input-text {
    width: 100%;
    display: block;
    text-align: left;
  }
  .quickorder-block form .upload.skus .action {
    width: 100%;
    float: right;
    display: block;
    margin: 50px 0 20px;
    text-align: center;
  }
}
.checkout-index-index .page-header {
  max-width: 100%;
}
.checkout-index-index .page-header .nav-toggle {
  display: none !important;
}
.checkout-index-index .page-main {
  min-height: 400px;
}
.checkout-index-index .page-main .checkout-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.checkout-index-index .page-main .checkout-container .authentication-wrapper {
  float: right;
  margin-top: -130px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
.checkout-index-index .page-main .checkout-container .authentication-wrapper .authentication-dropdown {
  display: none;
}
.checkout-index-index .page-main .checkout-container .authentication-wrapper .authentication-dropdown._show {
  display: block;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar {
  margin-bottom: 40px;
  counter-reset: i;
  float: left;
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item {
  display: inline;
  float: left;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item > span {
  padding: 45px 25px 0;
  display: inline-block;
  word-wrap: break-word;
  font-weight: 300;
  color: #e4e4e4;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item > span:before, .checkout-index-index .page-main .checkout-container .opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  font-size: 1.6rem;
  line-height: 26px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  counter-increment: i;
  content: counter(i);
  color: #333;
  font-weight: 600;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item._active {
  font-weight: bold;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item._active > span {
  color: inherit;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item._active > span:before {
  background-color: #191919;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item._active > span:after {
  content: "\e610";
  font-family: "Blank-Theme-Icons";
  font-size: 2rem;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item._active:before {
  background-color: #191919;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item._complete {
  cursor: pointer;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item._complete > span {
  color: inherit;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar-item._complete > span:after {
  content: "\e610";
  font-family: "Blank-Theme-Icons";
}
.checkout-index-index .page-main .checkout-container .opc-estimated-wrapper {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  float: left;
  padding-left: 0 !important;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .actions-toolbar {
  margin-top: 25px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content {
  margin-bottom: 40px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .table-checkout-shipping-method {
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .table-checkout-shipping-method thead {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .table-checkout-shipping-method tr {
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .table-checkout-shipping-method tr + tr {
  padding-top: 15px;
  cursor: pointer;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .table-checkout-shipping-method tr .method-type {
  font-weight: 700;
  margin-bottom: 5px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .table-checkout-shipping-method tr td {
  flex-grow: 0;
  flex-basis: auto;
  width: auto;
  border: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .label {
  margin-top: 20px;
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .label.comment {
  font-size: 16px;
  margin-top: 35px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .input-text {
  width: 140px;
  background-color: #fff;
  border: solid 1px #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .input-text::-moz-placeholder { /* Firefox 19+ */
  color: #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .input-text:-ms-input-placeholder { /* IE 10+ */
  color: #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .input-text:-moz-placeholder { /* Firefox 18- */
  color: #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control textarea {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: solid 1px #ced4da;
  padding: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control textarea:-moz-placeholder { /* Firefox 18- */
  color: #ced4da;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .datepicker {
  position: relative;
  display: inline-block;
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .datepicker .ui-datepicker-trigger {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 13px;
  height: 21px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .datepicker .ui-datepicker-trigger:before {
  font-family: FontAwesome;
  content: "\f073";
  display: block;
  color: #e4e4e4;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .datepickertext {
  float: left;
  width: auto;
  padding-right: 10px;
  line-height: 30px;
  font-size: 13px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control.delivery_comment {
  position: relative;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control.delivery_comment:after {
  font-family: FontAwesome;
  content: "\f24a";
  display: block;
  position: absolute;
  top: 5px;
  right: 7px;
  color: #e4e4e4;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .action-show-popup span:before {
  content: "+";
  padding-right: 5px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .actions-toolbar .secondary {
  text-align: right;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .addresses {
  width: 100%;
  float: left;
  max-height: 548px;
  overflow-y: auto;
  margin-bottom: 1rem;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .addresses::after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item {
  float: left;
  border: 2px solid transparent;
  width: calc(33% - 20px);
  margin: 1px;
  transition: 0.3s border-color;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  padding: 20px;
  border-bottom: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item:last-child {
  border-bottom: 2px solid transparent;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item-details {
  font-size: 12px;
  line-height: 18px;
  word-wrap: break-word;
  overflow-y: auto;
  height: 200px;
  padding: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item.selected-item {
  -webkit-appearance: unset;
  border-color: #191919;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item.selected-item .action-select-shipping-item > span {
  opacity: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item.selected-item:after {
  background: #191919;
  color: #fff;
  content: "\e610";
  font-family: "Blank-Theme-Icons";
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item.selected-item .action-select-shipping-item {
  background: transparent;
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item.not-selected-item {
  border-color: #e4e4e4;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item .action-select-shipping-item {
  bottom: 6px;
  right: 20px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 1rem;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .form-login {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .form-login .field::after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method {
  margin-top: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .custom-control {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payments .legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-title {
  padding-bottom: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-title .custom-control-description {
  font-size: inherit;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content {
  border-top: solid 1px #e4e4e4;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: none;
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .payment-method-billing-address {
  display: none !important;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary {
  text-align: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .btn, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .modal-popup .modal-footer .action, .modal-popup .modal-footer .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .action, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .action-accept, .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .action-dismiss {
  padding: 15px 60px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method + .payment-method {
  clear: both;
  width: 100%;
  border-top: solid 1px #e4e4e4;
  padding-top: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method._active .payment-method-content .actions-toolbar {
  margin-top: 25px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreement .custom-control {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreement .custom-control .custom-control-indicator {
  display: block;
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreement .custom-control .custom-control-description {
  display: block;
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method._active .payment-method-content .payment-icon-content {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title {
  cursor: pointer;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .action {
  position: relative;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-title .action:before {
  position: absolute;
  right: -20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content {
  margin-top: 15px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content .actions-toolbar {
  margin-left: 1rem;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code .payment-option-content #discount-code {
  height: 38px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .giftcardaccount {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .shipping-link {
  margin-top: 15px;
  float: left;
  color: #deb283;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li::after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li + li {
  margin-top: 25px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  float: left;
  padding-right: 0px !important;
  outline: none;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-header {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 20px 15px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  display: block;
  margin-bottom: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .table-caption {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .mark {
  background: none;
  white-space: normal;
  font-weight: 400;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .amount {
  border-top: none;
  text-align: right;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .grand.totals {
  border-top: 1px solid #e4e4e4;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .grand.totals .mark, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .grand.totals .amount {
  padding-top: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .grand.totals .dummymessage {
  padding: 10px;
  background-color: #e4e4e4;
  color: #82A91A;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .grand.totals .dummymessage ul li {
  list-style: initial;
  margin-left: 15px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .grand.totals .dummymessage .minicart-data {
  font-size: 0.9em;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .grand.totals .dummymessage .remainingForFree {
  font-weight: bold;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .table-totals .mark {
  border-bottom: none;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block {
  margin-top: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  outline: none;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong {
  display: block;
  position: relative;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .title strong:before {
  right: 0;
  top: 5px;
  position: absolute;
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content {
  margin-top: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 0 15px 0 0;
  border: 0;
  overflow-x: auto;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item {
  padding: 10px 0;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product {
  position: relative;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product::after {
  display: block;
  clear: both;
  content: "";
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-image-container {
  float: left;
  display: inline-block;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-item-details {
  padding-left: 90px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
  line-height: 14px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block strong {
  font-weight: 400;
  font-size: 12px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-sku {
  font-size: 10px;
  margin-top: 5px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  font-size: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .value {
  font-weight: 600;
  margin-left: 5px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal {
  display: table-cell;
  text-align: right;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart.active {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .actions-toolbar .secondary {
  margin-top: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .block.items-in-cart .actions-toolbar .secondary .action.viewcart {
  color: #191919;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  margin-top: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title .action, .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title .action {
  padding-top: 0;
}
.checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via {
  margin-top: 20px;
}
.checkout-index-index .shipping-date-type-selector {
  display: flex;
  margin-bottom: 20px;
}
.checkout-index-index .shipping-date-type-selector__option .label {
  margin-left: 20px;
}
.checkout-index-index .delivery-data__selector, .checkout-index-index .delivery-data__shipping-message {
  display: none;
}
.checkout-index-index .js-dont-send-when-available .delivery-data__selector {
  display: flex;
  align-items: center;
}
.checkout-index-index .js-send-when-available .delivery-data__shipping-message {
  display: block;
}
.checkout-index-index .opc-block-summary .totals-tax-summary .totals-tax-details {
  padding-left: 33px;
}
.checkout-index-index .opc-block-summary .totals-tax-summary .totals-tax-details li.mark {
  margin-top: 0 !important;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table th, .checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table td {
  border-bottom: none !important;
  font-weight: normal;
  border-top: none !important;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tbody {
  flex-direction: column;
  display: flex;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tr.sub {
  order: 0;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tr.excl {
  order: 1;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tr.totals-tax-summary {
  order: 2;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tr.totals-tax-summary .totals-tax-details {
  padding-left: 33px;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tr.totals-tax-summary .totals-tax-details li.mark {
  list-style: circle;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tr.totals-tax-details {
  order: 3;
}
.checkout-index-index .opc-block-summary .step-content.amcheckout-content .amcheckout-wrapper table tr.incl {
  order: 4;
}

.interactiv4_redsyspro-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}
.interactiv4_redsyspro-container .interactiv4_redsyspro-logo-container {
  margin-right: 20px;
}

@media (max-width: 991.98px) {
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 18px 15px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    float: left;
    font-weight: 700;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 10px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background-color: inherit;
    border: none;
    cursor: pointer;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    content: "";
    font-size: 35px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: url(../images/icons/icon_cart.png) -40% center no-repeat;
    display: inline-block;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter {
    background-color: #ff974e;
    color: #fff;
    display: inline-block;
    float: right;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    padding: 0 3px;
    margin: 5px 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout-index-index .page-main .checkout-container .opc-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 900;
  }
  .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-inner-wrap {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition-duration: 0.3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
  }
  .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-inner-wrap .modal-header {
    display: block;
    position: absolute;
    right: 0;
    z-index: 1000;
    border: none;
  }
  .checkout-index-index .page-main .checkout-container .opc-sidebar._show {
    visibility: visible;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .checkout-index-index .page-main .checkout-container .opc-sidebar._show .modal-inner-wrap {
    transform: translateX(0);
  }
  .checkout-index-index .page-main .checkout-container .opc-sidebar .modal-content {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .checkout-index-index .page-main .checkout-container .opc-progress-bar-item {
    display: inline;
    width: 100%;
    max-width: 50%;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .step-content .delivery-date .control .datepickertext {
    max-width: 55%;
    line-height: 20px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item {
    width: 95%;
    display: block;
    -webkit-appearance: unset;
    -webkit-appearance: none;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item:hover {
    -webkit-appearance: unset;
    -webkit-appearance: none;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-address .shipping-address-item:active {
    -webkit-appearance: unset;
    -webkit-appearance: none;
  }
}
.catalog-category-view .toolbar, .catalog-category-view .toolbar--top, .catalog-category-view .toolbar--bottom,
.catalogsearch-result-index .toolbar,
.catalogsearch-result-index .toolbar--top,
.catalogsearch-result-index .toolbar--bottom,
.catalog-product-view .toolbar,
.catalog-product-view .toolbar--top,
.catalog-product-view .toolbar--bottom,
.cms-index-index .toolbar,
.cms-index-index .toolbar--top,
.cms-index-index .toolbar--bottom,
.cms-page-view .toolbar,
.cms-page-view .toolbar--top,
.cms-page-view .toolbar--bottom {
  width: 100%;
}
.catalog-category-view .toolbar .loader-container, .catalog-category-view .toolbar--top .loader-container, .catalog-category-view .toolbar--bottom .loader-container,
.catalogsearch-result-index .toolbar .loader-container,
.catalogsearch-result-index .toolbar--top .loader-container,
.catalogsearch-result-index .toolbar--bottom .loader-container,
.catalog-product-view .toolbar .loader-container,
.catalog-product-view .toolbar--top .loader-container,
.catalog-product-view .toolbar--bottom .loader-container,
.cms-index-index .toolbar .loader-container,
.cms-index-index .toolbar--top .loader-container,
.cms-index-index .toolbar--bottom .loader-container,
.cms-page-view .toolbar .loader-container,
.cms-page-view .toolbar--top .loader-container,
.cms-page-view .toolbar--bottom .loader-container {
  justify-content: center;
  display: flex;
  padding: 50px;
}
.catalog-category-view .toolbar .loader-container .loader, .catalog-category-view .toolbar--top .loader-container .loader, .catalog-category-view .toolbar--bottom .loader-container .loader,
.catalogsearch-result-index .toolbar .loader-container .loader,
.catalogsearch-result-index .toolbar--top .loader-container .loader,
.catalogsearch-result-index .toolbar--bottom .loader-container .loader,
.catalog-product-view .toolbar .loader-container .loader,
.catalog-product-view .toolbar--top .loader-container .loader,
.catalog-product-view .toolbar--bottom .loader-container .loader,
.cms-index-index .toolbar .loader-container .loader,
.cms-index-index .toolbar--top .loader-container .loader,
.cms-index-index .toolbar--bottom .loader-container .loader,
.cms-page-view .toolbar .loader-container .loader,
.cms-page-view .toolbar--top .loader-container .loader,
.cms-page-view .toolbar--bottom .loader-container .loader {
  border: 16px solid #000;
  border-top: 16px solid #97928e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.catalog-category-view .column.main .products.wrapper,
.catalogsearch-result-index .column.main .products.wrapper,
.catalog-product-view .column.main .products.wrapper,
.cms-index-index .column.main .products.wrapper,
.cms-page-view .column.main .products.wrapper {
  width: 100%;
}
.catalog-category-view .category-description,
.catalogsearch-result-index .category-description,
.catalog-product-view .category-description,
.cms-index-index .category-description,
.cms-page-view .category-description {
  margin-top: 15px;
  text-align: center;
}
.catalog-category-view .products-list .product-item,
.catalogsearch-result-index .products-list .product-item,
.catalog-product-view .products-list .product-item,
.cms-index-index .products-list .product-item,
.cms-page-view .products-list .product-item {
  margin-bottom: 40px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px;
}
.catalog-category-view .products-list .product-item .item-inner,
.catalogsearch-result-index .products-list .product-item .item-inner,
.catalog-product-view .products-list .product-item .item-inner,
.cms-index-index .products-list .product-item .item-inner,
.cms-page-view .products-list .product-item .item-inner {
  flex-direction: row !important;
}
.catalog-category-view .products-list .product-item .item-inner .product-item-container,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-container,
.catalog-product-view .products-list .product-item .item-inner .product-item-container,
.cms-index-index .products-list .product-item .item-inner .product-item-container,
.cms-page-view .products-list .product-item .item-inner .product-item-container {
  margin: 0 !important;
  width: auto !important;
}
.catalog-category-view .products-list .product-item .item-inner .product-item-details,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-details,
.catalog-product-view .products-list .product-item .item-inner .product-item-details,
.cms-index-index .products-list .product-item .item-inner .product-item-details,
.cms-page-view .products-list .product-item .item-inner .product-item-details {
  padding: 0 20px !important;
  max-width: 100% !important;
  width: 100%;
}
.catalog-category-view .products-list .product-item .item-inner .product-item-details .product-item-sku, .catalog-category-view .products-list .product-item .item-inner .product-item-details .product-item-status,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-details .product-item-sku,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-details .product-item-status,
.catalog-product-view .products-list .product-item .item-inner .product-item-details .product-item-sku,
.catalog-product-view .products-list .product-item .item-inner .product-item-details .product-item-status,
.cms-index-index .products-list .product-item .item-inner .product-item-details .product-item-sku,
.cms-index-index .products-list .product-item .item-inner .product-item-details .product-item-status,
.cms-page-view .products-list .product-item .item-inner .product-item-details .product-item-sku,
.cms-page-view .products-list .product-item .item-inner .product-item-details .product-item-status {
  float: left;
  width: 100%;
}
.catalog-category-view .products-list .product-item .item-inner .product-item-details .product-item-actions,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-details .product-item-actions,
.catalog-product-view .products-list .product-item .item-inner .product-item-details .product-item-actions,
.cms-index-index .products-list .product-item .item-inner .product-item-details .product-item-actions,
.cms-page-view .products-list .product-item .item-inner .product-item-details .product-item-actions {
  float: left;
  width: auto;
  clear: both;
}
.catalog-category-view .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box,
.catalog-product-view .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box,
.cms-index-index .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box,
.cms-page-view .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box {
  margin-bottom: 0 !important;
}
.catalog-category-view .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box .price-wrapper,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box .price-wrapper,
.catalog-product-view .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box .price-wrapper,
.cms-index-index .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box .price-wrapper,
.cms-page-view .products-list .product-item .item-inner .product-item-details .product-item-actions .product-item-price .price-box .price-wrapper {
  padding-right: 20px;
}
.catalog-category-view .products-list .product-item .item-inner .product-item-details .product-item-actions .actions-primary,
.catalogsearch-result-index .products-list .product-item .item-inner .product-item-details .product-item-actions .actions-primary,
.catalog-product-view .products-list .product-item .item-inner .product-item-details .product-item-actions .actions-primary,
.cms-index-index .products-list .product-item .item-inner .product-item-details .product-item-actions .actions-primary,
.cms-page-view .products-list .product-item .item-inner .product-item-details .product-item-actions .actions-primary {
  padding-left: 0 !important;
}
.catalog-category-view .products-list .product-item .product-item-info,
.catalogsearch-result-index .products-list .product-item .product-item-info,
.catalog-product-view .products-list .product-item .product-item-info,
.cms-index-index .products-list .product-item .product-item-info,
.cms-page-view .products-list .product-item .product-item-info {
  display: flex;
  justify-content: flex-start;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details,
.catalog-product-view .products-list .product-item .product-item-info .product-item-details,
.cms-index-index .products-list .product-item .product-item-info .product-item-details,
.cms-page-view .products-list .product-item .product-item-info .product-item-details {
  padding-left: 20px;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details .name,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .name,
.catalog-product-view .products-list .product-item .product-item-info .product-item-details .name,
.cms-index-index .products-list .product-item .product-item-info .product-item-details .name,
.cms-page-view .products-list .product-item .product-item-info .product-item-details .name {
  margin-bottom: 10px;
  float: left;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .product-item-price,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .product-item-price,
.catalog-product-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .product-item-price,
.cms-index-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .product-item-price,
.cms-page-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .product-item-price {
  display: inline-block;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.catalog-product-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.cms-index-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.cms-page-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  padding-left: 20px;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form,
.catalog-product-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form,
.cms-index-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form,
.cms-page-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form {
  display: flex;
  justify-content: flex-start;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .qty,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .qty,
.catalog-product-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .qty,
.cms-index-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .qty,
.cms-page-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .qty {
  max-width: 45px;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  margin: 0;
  line-height: 13px;
  margin-right: 5px;
  display: initial;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-price,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-price,
.catalog-product-view .products-list .product-item .product-item-info .product-item-details .product-item-price,
.cms-index-index .products-list .product-item .product-item-info .product-item-details .product-item-price,
.cms-page-view .products-list .product-item .product-item-info .product-item-details .product-item-price {
  padding: 15px 0 25px 0;
}
.catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-price .price,
.catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-price .price,
.catalog-product-view .products-list .product-item .product-item-info .product-item-details .product-item-price .price,
.cms-index-index .products-list .product-item .product-item-info .product-item-details .product-item-price .price,
.cms-page-view .products-list .product-item .product-item-info .product-item-details .product-item-price .price {
  font-size: 18px;
}
.catalog-category-view .products-list .product-item-photo,
.catalogsearch-result-index .products-list .product-item-photo,
.catalog-product-view .products-list .product-item-photo,
.cms-index-index .products-list .product-item-photo,
.cms-page-view .products-list .product-item-photo {
  max-height: 150px;
  max-width: 150px;
}
.catalog-category-view .products-list .product-item-photo .product-image-wrapper,
.catalogsearch-result-index .products-list .product-item-photo .product-image-wrapper,
.catalog-product-view .products-list .product-item-photo .product-image-wrapper,
.cms-index-index .products-list .product-item-photo .product-image-wrapper,
.cms-page-view .products-list .product-item-photo .product-image-wrapper {
  height: 150px;
  width: 150px;
  display: block;
}
.catalog-category-view .products-list .product-item-photo .product-image-wrapper img,
.catalogsearch-result-index .products-list .product-item-photo .product-image-wrapper img,
.catalog-product-view .products-list .product-item-photo .product-image-wrapper img,
.cms-index-index .products-list .product-item-photo .product-image-wrapper img,
.cms-page-view .products-list .product-item-photo .product-image-wrapper img {
  height: auto;
}
.catalog-category-view .product-grid-mode-maxi .product-item-container,
.catalogsearch-result-index .product-grid-mode-maxi .product-item-container,
.catalog-product-view .product-grid-mode-maxi .product-item-container,
.cms-index-index .product-grid-mode-maxi .product-item-container,
.cms-page-view .product-grid-mode-maxi .product-item-container {
  max-width: 100%;
}
.catalog-category-view .product-item-container,
.catalogsearch-result-index .product-item-container,
.catalog-product-view .product-item-container,
.cms-index-index .product-item-container,
.cms-page-view .product-item-container {
  padding: 0;
  display: flex;
  position: relative;
}
.catalog-category-view .product-item-container .product-item-photo,
.catalogsearch-result-index .product-item-container .product-item-photo,
.catalog-product-view .product-item-container .product-item-photo,
.cms-index-index .product-item-container .product-item-photo,
.cms-page-view .product-item-container .product-item-photo {
  position: relative;
  width: 100%;
}
.catalog-category-view .product-item-container .product-item-photo.do-hover,
.catalogsearch-result-index .product-item-container .product-item-photo.do-hover,
.catalog-product-view .product-item-container .product-item-photo.do-hover,
.cms-index-index .product-item-container .product-item-photo.do-hover,
.cms-page-view .product-item-container .product-item-photo.do-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.catalog-category-view .product-item-container .product-item-photo.do-hover:hover,
.catalogsearch-result-index .product-item-container .product-item-photo.do-hover:hover,
.catalog-product-view .product-item-container .product-item-photo.do-hover:hover,
.cms-index-index .product-item-container .product-item-photo.do-hover:hover,
.cms-page-view .product-item-container .product-item-photo.do-hover:hover {
  opacity: 0;
}
.catalog-category-view .product-item-container .product-item-photo.hover-img,
.catalogsearch-result-index .product-item-container .product-item-photo.hover-img,
.catalog-product-view .product-item-container .product-item-photo.hover-img,
.cms-index-index .product-item-container .product-item-photo.hover-img,
.cms-page-view .product-item-container .product-item-photo.hover-img {
  width: 100%;
}
.catalog-category-view .product-item-container .product-item-photo.hover-img img,
.catalogsearch-result-index .product-item-container .product-item-photo.hover-img img,
.catalog-product-view .product-item-container .product-item-photo.hover-img img,
.cms-index-index .product-item-container .product-item-photo.hover-img img,
.cms-page-view .product-item-container .product-item-photo.hover-img img {
  position: relative;
  z-index: 1;
  opacity: 1;
  height: auto;
}

@media (max-width: 575.98px) {
  .catalog-category-view .products-list .product-item, .catalogsearch-result-index .products-list .product-item {
    margin-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
  }
  .catalog-category-view .products-list .product-item .product-item-info, .catalogsearch-result-index .products-list .product-item .product-item-info {
    display: flex;
    justify-content: flex-start;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details, .catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details {
    padding-left: 20px;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details .name, .catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .name {
    font-size: 13px;
    margin-bottom: 10px;
    float: left;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .product-item-price, .catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .product-item-price {
    display: inline-block;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary, .catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    display: inline-block;
    padding-left: 20px;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form, .catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary form {
    display: flex;
    justify-content: flex-start;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .qty, .catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .qty {
    max-width: 45px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    margin: 0;
    line-height: 13px;
    margin-right: 5px;
    display: initial;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-price, .catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-price {
    padding: 15px 0 25px 0;
  }
  .catalog-category-view .products-list .product-item .product-item-info .product-item-details .product-item-price .price, .catalogsearch-result-index .products-list .product-item .product-item-info .product-item-details .product-item-price .price {
    font-size: 13px;
  }
  .catalog-category-view .products-list .product-item-photo, .catalogsearch-result-index .products-list .product-item-photo {
    max-height: 60px;
    max-width: 60px;
  }
  .catalog-category-view .products-list .product-item-photo .product-image-wrapper, .catalogsearch-result-index .products-list .product-item-photo .product-image-wrapper {
    height: 60px;
    width: 60px;
    display: block;
  }
  .catalog-category-view .products-list .product-item-photo .product-image-wrapper img, .catalogsearch-result-index .products-list .product-item-photo .product-image-wrapper img {
    height: auto;
  }
}
.product-item--mock .product-image-wrapper {
  background-color: #97928e;
}
.product-item--mock .product-image-wrapper img {
  width: 100%;
}
.product-item--mock .product-item-name .product-item-link {
  background-color: #97928e;
  width: 100%;
  height: 17px;
}
.product-item--mock .product-item-advanced .product-item-sku {
  background-color: #97928e;
  width: 50%;
  height: 18px;
}
.product-item--mock .product-item-advanced .product-availability .product-item-labels {
  background-color: #97928e;
  height: 14px;
  margin: 2px 0;
  width: 50%;
}
.product-item--mock .product-item-actions .product-item-price {
  background-color: #97928e;
  margin-top: 2px;
}

.products-grid .product-item--mock .product-item-actions .product-item-price {
  min-height: 26px;
}

.contact-index-index .column.main .contact {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.contact-index-index .column.main .contact .actions-toolbar {
  margin-top: 20px;
}
.contact-index-index .column.main .contact .actions-toolbar .primary {
  float: right;
}
.contact-index-index .column.main .contact.extra-info {
  padding-left: 40px;
}
.contact-index-index .column.main .contact .custom-control.custom-checkbox {
  padding-left: 0;
}
.contact-index-index .column.main .contact .captcha.field {
  margin-top: 15px;
}
.contact-index-index .column.main .contact .captcha-image {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.contact-index-index .column.main .contact .captcha-image .btn-link, .contact-index-index .column.main .contact .captcha-image .btn--link {
  display: flex;
}

@media (max-width: 991.98px) {
  .contact-index-index .column.main .contact {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-index-index .column.main .contact.extra-info {
    padding-left: 15px;
    margin-top: 20px;
  }
}
.cms-index-index .page-wrapper .main {
  background-color: #FFF;
}
.cms-index-index .page-wrapper .page-header {
  color: #191919;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cms-index-index .page-wrapper .page-header.fixed .header__content {
  background-color: #fff;
}
.cms-index-index .page-wrapper .block-search .block-content .minisearch__trigger {
  color: #191919;
}
.cms-index-index .page-wrapper .module-minicart .action.showcart:before {
  color: #191919;
}
.cms-index-index .page-wrapper .header__settings .settings__toggle {
  color: #191919;
}
.cms-index-index.catalog-product-view .page-top {
  padding-top: 115px;
  padding-bottom: 0;
}

.cms-home #maincontent {
  padding-top: 0;
}

.grid {
  padding-top: 10px;
}
.grid__small {
  border: 1px solid #cbcbcb;
}
.grid__small-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
}
.grid__small-content h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 36px;
  width: 100%;
}
.grid__small-content .btn-img {
  padding: 20px !important;
}
.grid__container-element {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #D5D5D5;
}
.grid__container-element.item-big {
  height: 760px;
}

#maincontent {
  padding-top: 20px;
}

.module__fullwidth {
  height: 550px;
  margin: 100px 0;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.module__fullwidth .fullwidth__content {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.module__fullwidth .grid__content-title {
  width: 100%;
  font-size: 40px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.module__fullwidth .button-image {
  height: auto;
}

@media (max-width: 575.98px) {
  .grid__container-element.item-small {
    height: 240px;
  }
}
/*-----------------------
   GLOBAL CMS
 -----------------------*/
.cms-page-view h1, .cms-page-view h2, .cms-page-view h3 {
  padding: 20px 0 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #97928e;
  width: 100%;
}
.cms-page-view h1.page-title, .cms-page-view h2.page-title, .cms-page-view h3.page-title {
  border-bottom: none;
}
.cms-page-view h1.background-white, .cms-page-view h2.background-white, .cms-page-view h3.background-white {
  background: #fff;
  margin: 0;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 0;
}
.cms-page-view .columns .main a {
  text-decoration: underline;
}
.cms-page-view .columns .main .btn, .cms-page-view .columns .main .modal-popup .modal-footer .action, .modal-popup .modal-footer .cms-page-view .columns .main .action, .cms-page-view .columns .main .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .cms-page-view .columns .main .action-accept, .cms-page-view .columns .main .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .cms-page-view .columns .main .action-dismiss {
  text-decoration: none !important;
}
.cms-page-view .columns .main .btn.square, .cms-page-view .columns .main .modal-popup .modal-footer .square.action, .modal-popup .modal-footer .cms-page-view .columns .main .square.action, .cms-page-view .columns .main .modal-popup .modal-footer .square.action-accept, .modal-popup .modal-footer .cms-page-view .columns .main .square.action-accept, .cms-page-view .columns .main .modal-popup .modal-footer .square.action-dismiss, .modal-popup .modal-footer .cms-page-view .columns .main .square.action-dismiss {
  border-radius: 0;
}
.cms-page-view .columns .main .background-white-content {
  padding: 0 10px;
}
.cms-page-view .links li {
  list-style: circle;
  display: block;
  line-height: 16px;
}
.cms-page-view .links a {
  color: #97928e;
  font-size: 12px;
}
.cms-page-view .blocks {
  padding-bottom: 20px;
}
.cms-page-view .module-cms {
  width: 45%;
  margin: 0 auto;
}
.cms-page-view .module-cms.flickr h2.h2--full:before {
  background: url(../images/icons/ico_GalleryFlickr.png) center center no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.cms-page-view .module-cms.flickr h2.h2--full:after {
  border-color: #c1c1c1;
}
.cms-page-view .module-cms.flickr .module__subtitle {
  margin: 25px auto;
  float: left;
}
.cms-page-view .module-cms a {
  text-decoration: none !important;
}
.cms-page-view .module-cms h2 {
  border: 0;
  padding-top: 10px;
  text-decoration: none;
  color: #212529;
}

/*-----------------------
   PRIVACY POLICY
 -----------------------*/
.privacy-policy ol {
  margin-bottom: 20px;
}

.privacy-policy ol li {
  list-style-type: decimal;
  padding-left: 7px;
  margin-left: 30px;
  margin-bottom: 5px;
}

/*-----------------------
   ZONAS COMERCIALES
 -----------------------*/
.cms-zonas-comerciales .country-name {
  padding: 20px 0 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #97928e;
  width: 100%;
}
.cms-zonas-comerciales .agents__area-item {
  min-height: 330px;
}
.cms-zonas-comerciales .agents__area-item .contact {
  padding-left: 10px;
}
.cms-zonas-comerciales .agents__area-item h3 {
  background: #fff;
  margin: 0;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 0;
}
.cms-zonas-comerciales .agents__area-item .faq-txt {
  padding: 10px 0 0 20px;
}
.cms-zonas-comerciales .agents__area-item .agent-name {
  color: #97928e;
  font-size: 20px;
  margin: 10px 0;
}
.cms-zonas-comerciales .agents__area-item .job-title {
  color: #575757;
  font-size: 16px;
  margin-bottom: 0;
}
.cms-zonas-comerciales .agents__area-item .job-title strong {
  font-size: 13px;
}
.cms-zonas-comerciales .agents__area-item h5 {
  color: #575757;
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 8px;
}
.cms-zonas-comerciales .agents__area-item .phone, .cms-zonas-comerciales .agents__area-item .mailto, .cms-zonas-comerciales .agents__area-item .fax {
  margin: 0;
}
.cms-zonas-comerciales .agents__area-item .phone a, .cms-zonas-comerciales .agents__area-item .mailto a, .cms-zonas-comerciales .agents__area-item .fax {
  font-size: 16px;
  color: #575757;
}
.cms-zonas-comerciales .agents__area .short-item {
  min-height: 200px;
}

/*-----------------------
   SHOWROOM
 -----------------------*/
.showroom {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.showroom a {
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease;
  text-decoration: none;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.showroom a img {
  width: 100%;
}
.showroom a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.showroom .intergift {
  margin-top: 4px;
  margin-bottom: 90px;
}
.showroom .btns-bajo {
  margin-bottom: 90px;
}
.showroom .col-inner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.showroom a.btns-landing {
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 218px;
  font-size: 23px;
  font-weight: bold;
  color: #97928e !important;
  padding-top: 55px;
  padding-left: 35px;
  border-radius: 5px;
  line-height: 1.3;
  text-align: left;
}
.showroom .btns-landing span {
  color: white !important;
}
.showroom .btn-novedades-land {
  background: #191919 url("http://news.ixia.es/showroom/banners-footer-1.png");
  background-size: cover;
  margin: 0 15px 0 0;
}
.showroom a:hover.btn-novedades-land {
  text-decoration: none !important;
  opacity: 0.8;
}
.showroom .btn-agente-land {
  background: #191919 url("http://news.ixia.es/showroom/banners-footer-base2.jpg");
  background-size: cover;
  background-position: right center;
  margin: 0 0 0 15px;
}
.showroom a:hover.btn-agente-land {
  text-decoration: none !important;
  opacity: 0.8;
}
.showroom .flickr > iframe {
  width: 101.5%;
  height: 633px;
  float: left;
  margin: 0 -8px 20px;
}
.showroom .flickr .btn-container {
  width: 100%;
  float: left;
}
.showroom .flickr .btn-container .btn.btn--primary.btn-small, .showroom .flickr .btn-container .modal-popup .modal-footer .btn--primary.btn-small.action, .modal-popup .modal-footer .showroom .flickr .btn-container .btn--primary.btn-small.action, .showroom .flickr .btn-container .modal-popup .modal-footer .btn--primary.btn-small.action-accept, .modal-popup .modal-footer .showroom .flickr .btn-container .btn--primary.btn-small.action-accept, .showroom .flickr .btn-container .modal-popup .modal-footer .btn--primary.btn-small.action-dismiss, .modal-popup .modal-footer .showroom .flickr .btn-container .btn--primary.btn-small.action-dismiss {
  display: inline-block;
  margin: 0 auto 90px;
  width: auto;
}

.customer-account-logoutsuccess p {
  padding: 15px;
}

.curriculum-block {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: none;
}
.curriculum-block .extra-info {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 40px;
}
.curriculum-block .izqda {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
}
.curriculum-block .izqda .field.authorization {
  position: relative;
  background: #fff;
  padding: 8px 8px 8px 8px;
  border: 1px solid #ced4da;
  margin-bottom: 1rem;
}
.curriculum-block .izqda .field.authorization .form-group {
  margin-bottom: 0;
}
.curriculum-block .izqda .field.authorization label {
  width: 100%;
  outline: none;
  cursor: pointer;
}
.curriculum-block .izqda .field.authorization label:after {
  content: "\f078";
  font-family: FontAwesome;
  float: right;
}
.curriculum-block .izqda .field.authorization label[aria-selected=true]:after {
  content: "\f077";
}
.curriculum-block .izqda .field.authorization table {
  border: 1px solid #ddd;
}
.curriculum-block .izqda .field.authorization table tr th, .curriculum-block .izqda .field.authorization table tr td {
  border: 1px solid #ddd;
  padding: 10px;
}
.curriculum-block .izqda .field.authorization table table {
  border: 0;
}
.curriculum-block .izqda .field.authorization table table th, .curriculum-block .izqda .field.authorization table table td {
  padding: 0;
  border: 0;
}
.curriculum-block .izqda .actions-toolbar {
  margin-top: 20px;
}
.curriculum-block .izqda .actions-toolbar .primary {
  float: right;
}

.detail-content-block-about-us ul {
  padding: revert;
}
.detail-content-block-about-us ul li {
  list-style: revert;
}

@media (max-width: 991.98px) {
  .curriculum-block {
    margin-left: 15px;
    margin-right: 0;
  }
  .curriculum-block .extra-info, .curriculum-block .izqda {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .showroom .btn-novedades-land {
    margin: 15px 0;
  }
  .showroom .btn-agente-land {
    margin: 15px 0;
  }
  .showroom .flickr > iframe {
    width: 100%;
    height: 633px;
    float: left;
    margin: 0 0 90px;
  }
  .cms-page-view .module-cms {
    width: 90%;
  }
}
.amblog-index-index .grid .list, .amblog-index-search .grid .list, .amblog-index-category .grid .list, .amblog-index-tag .grid .list {
  display: block;
  float: left;
  width: 100%;
}
.amblog-index-index .grid .list-item, .amblog-index-search .grid .list-item, .amblog-index-category .grid .list-item, .amblog-index-tag .grid .list-item {
  display: inline-block;
  width: 33%;
}
.amblog-index-index .grid .list-item .list-content, .amblog-index-search .grid .list-item .list-content, .amblog-index-category .grid .list-item .list-content, .amblog-index-tag .grid .list-item .list-content {
  background: #fff;
}
.amblog-index-index .grid .list-item .list-content .post-title, .amblog-index-search .grid .list-item .list-content .post-title, .amblog-index-category .grid .list-item .list-content .post-title, .amblog-index-tag .grid .list-item .list-content .post-title {
  height: 60px;
  overflow: hidden;
  margin: 10px 0;
}
.amblog-index-index .grid .list-item .list-content .short-content, .amblog-index-search .grid .list-item .list-content .short-content, .amblog-index-category .grid .list-item .list-content .short-content, .amblog-index-tag .grid .list-item .list-content .short-content {
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.amblog-index-index .grid .list-item .list-content .short-content:after, .amblog-index-search .grid .list-item .list-content .short-content:after, .amblog-index-category .grid .list-item .list-content .short-content:after, .amblog-index-tag .grid .list-item .list-content .short-content:after {
  content: "...";
}
.amblog-index-index .grid .list-item .list-content .actions, .amblog-index-search .grid .list-item .list-content .actions, .amblog-index-category .grid .list-item .list-content .actions, .amblog-index-tag .grid .list-item .list-content .actions {
  text-align: right;
  margin: 10px 0;
}
.amblog-index-index .amblog-post, .amblog-index-search .amblog-post, .amblog-index-category .amblog-post, .amblog-index-tag .amblog-post {
  background-color: #fff;
  padding: 20px;
}
.amblog-index-index .amblog-post .am-content, .amblog-index-search .amblog-post .am-content, .amblog-index-category .amblog-post .am-content, .amblog-index-tag .amblog-post .am-content {
  min-height: 110px;
  max-height: 110px;
  overflow: hidden;
}
.amblog-index-index .amblog-post .actions, .amblog-index-search .amblog-post .actions, .amblog-index-category .amblog-post .actions, .amblog-index-tag .amblog-post .actions {
  text-align: right;
  padding-top: 30px;
  margin: 10px 0;
}

.amblog-index-post .amblog-post .post-thumbnail {
  margin-bottom: 10px;
}
.amblog-index-post .amblog-post .am-header {
  margin-bottom: 30px;
}
.amblog-index-post .amblog-post .am-content h1 {
  margin-bottom: 20px;
}
.amblog-index-post .amblog-post .actions {
  text-align: right;
  margin: 10px 0;
}
.amblog-index-post .amblog-post i.glyphicons {
  margin-right: 10px;
}

.desktop-block {
  margin-bottom: 40px;
}
.desktop-block .block-title {
  font-size: 16px;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.amblog-recentposts {
  margin-bottom: 50px;
}
.amblog-recentposts .amblog-recent-post {
  padding: 3px 0;
  margin: 0;
}
.amblog-recentposts .amblog-recent-post a {
  margin-top: 5px;
  display: flex;
}
.amblog-recentposts .amblog-recent-post .thumbnail {
  border: none;
  width: 80px;
  height: 80px;
  margin-top: 0;
}
.amblog-recentposts .amblog-recent-post .thumbnail .img {
  width: 80px;
  height: 80px;
}

.amblog-search .input-text {
  min-width: 250px;
  width: 40% !important;
}
.amblog-search .button {
  border-radius: 5px !important;
  margin-left: 5px;
}

@media (max-width: 991.98px) {
  .amblog-index-index .am-post-header .post-title, .amblog-index-search .am-post-header .post-title, .amblog-index-category .am-post-header .post-title, .amblog-index-tag .am-post-header .post-title {
    margin: 10px 0 20px;
  }
  .amblog-index-index .amblog-list .post-content, .amblog-index-search .amblog-list .post-content, .amblog-index-category .amblog-list .post-content, .amblog-index-tag .amblog-list .post-content {
    width: 100%;
    margin: 0;
  }
  .amblog-index-post .mobile-block {
    margin: 0 3% auto;
  }
  .amblog-search .input-text {
    min-width: initial;
    width: 100% !important;
  }
}
.module-newsletter.newsletter .module__form .form-inline {
  align-items: flex-start;
}
.module-newsletter.newsletter .module__form .form-inline .field .control {
  height: auto;
  min-height: 50px;
  text-align: left;
}
.module-newsletter.newsletter .module__form .form-inline .field .control label, .module-newsletter.newsletter .module__form .form-inline .field .control div.mage-error {
  padding-left: 0;
}

#newsletter-validate-detail {
  margin-bottom: 10px;
}
#newsletter-validate-detail .field-recaptcha {
  display: none;
}
#newsletter-validate-detail .form-inline {
  margin: auto auto;
  width: 440px;
}
#newsletter-validate-detail .form-inline .privacy-policy {
  margin: auto;
}
#newsletter-validate-detail .form-inline .newsletter {
  width: 330px;
}
#newsletter-validate-detail .form-inline .newsletter .form-control, #newsletter-validate-detail .form-inline .newsletter .input-text, #newsletter-validate-detail .form-inline .newsletter .my-account-page .columns .main .form .fieldset .field select, .my-account-page .columns .main .form .fieldset .field #newsletter-validate-detail .form-inline .newsletter select, #newsletter-validate-detail .form-inline .newsletter .my-account-page .columns .main .toolbar .limiter-options, .my-account-page .columns .main .toolbar #newsletter-validate-detail .form-inline .newsletter .limiter-options {
  width: 330px;
}
#newsletter-validate-detail .form-inline button {
  height: 35px;
  border-radius: 0;
  border: 1px solid white;
}

@media (max-width: 767.98px) {
  #newsletter-validate-detail {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  #newsletter-validate-detail .form-inline {
    width: 100%;
  }
  #newsletter-validate-detail .form-inline .newsletter {
    width: calc(100% - 118px);
  }
  #newsletter-validate-detail .form-inline .newsletter .control {
    width: 100%;
  }
  #newsletter-validate-detail .form-inline .newsletter .control .custom-checkbox {
    width: -moz-fit-content;
    width: fit-content;
  }
  #newsletter-validate-detail .form-inline .newsletter .control .form-control, #newsletter-validate-detail .form-inline .newsletter .control .input-text, #newsletter-validate-detail .form-inline .newsletter .control .my-account-page .columns .main .form .fieldset .field select, .my-account-page .columns .main .form .fieldset .field #newsletter-validate-detail .form-inline .newsletter .control select, #newsletter-validate-detail .form-inline .newsletter .control .my-account-page .columns .main .toolbar .limiter-options, .my-account-page .columns .main .toolbar #newsletter-validate-detail .form-inline .newsletter .control .limiter-options {
    width: 100%;
  }
  #newsletter-validate-detail .form-inline .actions {
    margin-left: auto;
  }
  #newsletter-validate-detail .form-inline .actions button {
    width: 115px;
  }
}
#newsletter-title {
  margin: 0 0 20px;
  font-size: 22px;
}

.checkout-index-index .page-main .main .checkout-container {
  background: transparent;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper {
  max-width: 100%;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block {
  padding: 24px 18px;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-shipping-address .amcheckout-content .shipping-address-items .shipping-address-item {
  width: 100%;
  margin: 0;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-shipping-address .amcheckout-content .shipping-address-items .shipping-address-item .action-select-shipping-item {
  font-size: 12px;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-shipping-address .amcheckout-content .shipping-address-items .shipping-address-item .edit-address-link {
  padding: 0 18px;
  margin-top: 1rem;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-shipping-address .amcheckout-content .shipping-address-items .shipping-address-item .temporary_address {
  margin: auto 0 0 auto;
  color: #ababab;
  display: flex;
  align-items: center;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-shipping-address .amcheckout-content .shipping-address-items .shipping-address-item .temporary_address i {
  font-size: 16px;
  font-weight: lighter;
  margin-right: 3px;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-shipping-address .amcheckout-content .shipping-address-items .shipping-address-item button {
  margin-right: 20px;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-shipping-address .amcheckout-content .shipping-address-items .selected-item {
  border: 2px solid #191919;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-shipping-address .amcheckout-content .amcheckout-button span:before {
  content: "";
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method {
  list-style-type: none;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .payment-method-content {
  padding-right: 0;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .payment-method-content .checkout-agreement label {
  display: flex;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .btn, .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .modal-popup .modal-footer .action, .modal-popup .modal-footer .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .action, .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .action-accept, .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .checkout-payment-method .action-dismiss {
  font-size: 12px;
  line-height: normal;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .dummymessage {
  background-color: #e4e4e4;
  color: #82A91A;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .dummymessage .remainingForFree {
  font-weight: bold;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .mark {
  background: transparent;
  font-weight: normal;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .mark:after {
  content: none;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .grand.totals.incl .mark, .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .grand.totals.excl .mark {
  font-weight: bold;
}
.checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-block .step-title {
  word-break: break-word;
}

@media (max-width: 575.98px) {
  .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .btn, .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .modal-popup .modal-footer .action, .modal-popup .modal-footer .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .action, .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .action-accept, .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .checkout-index-index .page-main .main .checkout-container .am-opc-wrapper .opc .checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .action-dismiss {
    padding: 15px 30px;
  }
}
.rounded-form input, .square-form input {
  height: 35px;
  border: 1.5px solid #191919;
}
.rounded-form input::-moz-placeholder, .square-form input::-moz-placeholder {
  color: #191919;
}
.rounded-form input::placeholder, .square-form input::placeholder {
  color: #191919;
}
.rounded-form .custom-checkbox, .square-form .custom-checkbox {
  margin-top: 1rem;
}
.rounded-form .custom-checkbox .custom-control-indicator, .square-form .custom-checkbox .custom-control-indicator {
  border-color: #191919;
}
.rounded-form .custom-checkbox .custom-control-description, .square-form .custom-checkbox .custom-control-description {
  color: #191919;
}
.rounded-form .custom-checkbox .custom-control-description a, .square-form .custom-checkbox .custom-control-description a {
  color: #191919;
}
.rounded-form .form-group, .square-form .form-group {
  margin: 0;
}
.rounded-form select, .square-form select {
  height: 35px;
  border: 1.5px solid #191919;
  color: #191919;
}
.rounded-form .form-title, .square-form .form-title {
  text-align: center;
}
.rounded-form .form-title h2, .square-form .form-title h2 {
  border: none;
  margin-bottom: 0;
}
.rounded-form .form-title h4, .square-form .form-title h4 {
  color: #191919;
}
.rounded-form .submit-container, .square-form .submit-container {
  margin-top: 20px;
}

.rounded-form input, .rounded-form select, .rounded-form button {
  border-radius: 2rem;
}

.custom-login-popup {
  color: #575757;
}
.custom-login-popup .modal-content {
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.custom-login-popup .modal-content .content-popup {
  background: white;
  width: 500px;
  margin: 100px auto 0;
  padding: 20px 20px 10px;
  border: 1px solid #191919;
  position: relative;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.custom-login-popup .modal-content .content-popup .close-button {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 5px;
}
.custom-login-popup .modal-content .content-popup .close-button:before {
  font-size: 32px;
  color: #808080;
  content: "\e616";
  font-family: "Blank-Theme-Icons";
}
.custom-login-popup .modal-content .content-popup .nav-popup .nav {
  padding: 0 10px;
}
.custom-login-popup .modal-content .content-popup .nav-popup .nav .nav-item {
  padding: 0;
}
.custom-login-popup .modal-content .content-popup .nav-popup .nav .nav-item .nav-link {
  color: #191919;
  font-size: 1.5em;
  border-radius: 0;
  border-bottom: 1px solid #191919;
  padding: 10px 0;
}
.custom-login-popup .modal-content .content-popup .nav-popup .nav .nav-item .nav-link.active {
  color: #191919;
  background: transparent;
  font-weight: bold;
  border-bottom-width: 3px;
}
.custom-login-popup .modal-content .content-popup form {
  padding-top: 20px;
  margin-bottom: 30px;
}
.custom-login-popup .modal-content .content-popup form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.custom-login-popup .modal-content .content-popup form .form-group label {
  position: absolute;
  top: -13px;
  left: 10px;
  background-color: #fff;
  padding: 0 5px;
  color: #000000;
}
.custom-login-popup .modal-content .content-popup form .form-group .form-control, .custom-login-popup .modal-content .content-popup form .form-group .input-text, .custom-login-popup .modal-content .content-popup form .form-group .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .custom-login-popup .modal-content .content-popup form .form-group .input-text, .custom-login-popup .modal-content .content-popup form .form-group .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .custom-login-popup .modal-content .content-popup form .form-group .input-text, .custom-login-popup .modal-content .content-popup form .form-group .my-account-page .columns .main .form .fieldset .field select, .my-account-page .columns .main .form .fieldset .field .custom-login-popup .modal-content .content-popup form .form-group select, .custom-login-popup .modal-content .content-popup form .form-group .my-account-page .columns .main .toolbar .limiter-options, .my-account-page .columns .main .toolbar .custom-login-popup .modal-content .content-popup form .form-group .limiter-options {
  padding: 0.6rem 0.75rem;
}
.custom-login-popup .modal-content .content-popup form button {
  margin: 20px auto 0;
}
.custom-login-popup .modal-content .content-popup .footer-popup {
  border-top: 1px solid #191919;
  padding: 10px 10px 0;
}

#togglePassword {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
}

#forgot-password-popup, #forgot-email-popup {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
#forgot-password-popup h2, #forgot-email-popup h2 {
  color: #191919;
  border-color: #191919;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid;
  padding: 0.5rem 1rem;
}
#forgot-password-popup .form-body, #forgot-email-popup .form-body {
  padding: 0 30px;
}
#forgot-password-popup .form-body form, #forgot-email-popup .form-body form {
  text-align: center;
}
#forgot-password-popup .form-body form .recaptcha-container, #forgot-email-popup .form-body form .recaptcha-container {
  height: 36px;
  width: 150px;
  margin: 30px 0 0 auto;
}
#forgot-password-popup .form-body form .recaptcha-container .field-recaptcha, #forgot-email-popup .form-body form .recaptcha-container .field-recaptcha {
  transform: scale(0.6);
  transform-origin: 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
#forgot-password-popup .form-body form .recaptcha-container .field-recaptcha div, #forgot-email-popup .form-body form .recaptcha-container .field-recaptcha div {
  width: -moz-fit-content;
  width: fit-content;
}
#forgot-password-popup .form-body .back-login-popup a, #forgot-email-popup .form-body .back-login-popup a {
  color: #191919;
}
#forgot-password-popup .form-body .back-login-popup a:hover, #forgot-email-popup .form-body .back-login-popup a:hover {
  color: #deb283;
}

#forgot-email-popup .form-body p {
  margin-bottom: 30px;
}

#access-tab-content {
  padding: 30px;
}

#login-form ul {
  padding-left: 30px;
}
#login-form ul li {
  list-style: inherit;
}
#login-form ul li:hover {
  color: #191919;
}
#login-form .help-content {
  margin-top: 60px;
}

#register-form .form-check {
  margin: 0 30px 10px;
}
#register-form form {
  margin: 0;
}
#register-form .register-button {
  margin-top: 20px;
}
#register-form .register-button button {
  margin: 0 auto;
}
#register-form .register-type-nav {
  display: flex;
  border-bottom: 1px solid #191919;
  margin: 20px 0 0;
}
#register-form .register-type-nav .register-type-btn {
  flex: 1;
  padding: 10px 8px;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  cursor: pointer;
  color: #191919;
  font-size: 1em;
  text-align: center;
  transition: border-color 0.15s, font-weight 0.1s;
}
#register-form .register-type-nav .register-type-btn:hover {
  border-bottom-color: rgba(25, 25, 25, 0.4);
}
#register-form .register-type-nav .register-type-btn.active {
  font-weight: bold;
  border-bottom-color: #191919;
}
#register-form .register-type-panel {
  display: none;
}
#register-form .register-type-panel.active {
  display: block;
}
#register-form .register-type-panel .register-type-desc {
  font-size: 0.875em;
  color: #575757;
  margin: 16px 0 20px;
}
#register-form #form-register-public-popup {
  position: relative;
}
#register-form #form-register-public-popup .public-register-spinner {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 5;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#register-form #form-register-public-popup .public-register-spinner__icon {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #575757;
  border-radius: 50%;
  animation: ixia-public-register-spin 0.8s linear infinite;
}
#register-form #form-register-public-popup .public-register-spinner__text {
  font-size: 0.9em;
  color: #575757;
}
#register-form #form-register-public-popup .public-register-error {
  display: block;
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid #fe3f3f;
  border-left: 4px solid #fe3f3f;
  border-radius: 4px;
  background-color: #fae5e5;
  color: #fe3f3f;
  font-size: 0.9em;
}
#register-form #form-register-public-popup .public-register-error b, #register-form #form-register-public-popup .public-register-error strong {
  color: inherit;
  font-weight: 700;
}
#register-form #form-register-public-popup .public-register-error .public-register-error__list {
  margin: 0;
  padding-left: 1.2em;
}
#register-form #form-register-public-popup .public-register-error .public-register-error__list li + li {
  margin-top: 4px;
}
#register-form #form-register-public-popup.is-loading .public-register-spinner {
  display: flex;
}
#register-form #form-register-public-popup.is-loading button[type=submit] {
  opacity: 0.6;
  cursor: progress;
}
@keyframes ixia-public-register-spin {
  to {
    transform: rotate(360deg);
  }
}
#register-form .info-link {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media (max-width: 500px) {
  .custom-login-popup .modal-content .content-popup {
    width: 100%;
  }
  .custom-login-popup .modal-content .content-popup form .form-group label {
    font-size: 13px;
  }
  .custom-login-popup .modal-content .content-popup .nav-popup .nav .nav-item .nav-link {
    font-size: 1.2em;
  }
  #access-tab-content {
    padding: 30px 0;
  }
  #forgot-password-popup .form-body, #forgot-email-popup .form-body {
    padding: 30px 0;
  }
}
.nav-sections {
  margin-bottom: 0;
  width: 35%;
}
.nav-sections-item-title {
  display: none;
}
.nav-sections-item-content {
  display: block;
}
.nav-sections-item-content > * {
  display: none;
}
.nav-sections-item-content .navigation {
  display: block;
}

.navigation {
  height: inherit;
  left: auto;
  overflow: inherit;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
  text-transform: uppercase;
  font-weight: 400;
}
.navigation:empty {
  display: none;
}
.navigation > ul {
  padding: 25px 0;
  padding-left: 30%;
}
.navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding: 25px 0;
}
.navigation li.level0 {
  border-top: none;
}
.navigation .level0 {
  padding-left: 35%;
}
.navigation .level0:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navigation .level0 > .level-top {
  color: #97928e;
  line-height: 20px;
  padding: 0 12px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  font-weight: 600;
}
.navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
  color: #191919;
  text-decoration: none;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
  font-weight: 600;
  color: #deb283;
}
.navigation .level0.parent:hover > .submenu {
  overflow: visible !important;
}
.navigation .level0 img.submenu {
  height: auto !important;
}
.navigation .level0 .submenu {
  background: #fff;
  font-weight: 400;
  padding: 60px 25px 20px;
  position: absolute;
  z-index: 1;
  top: 0 !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100% !important;
  width: 100% !important;
}
.navigation .level0 .submenu li {
  width: 175px;
  height: 21px;
  font-size: 12px;
  font-weight: 600;
}
.navigation .level0 .submenu li.parent-category {
  font-size: 13px;
  margin-top: -35px;
  margin-bottom: 10px;
  color: #deb283;
}
.navigation .level0 .submenu > ul {
  margin-top: 11px;
}
.navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
}
.navigation .level0 .submenu > ul:before {
  color: #ffffff;
  left: 20px;
  top: -20px;
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #ffffff;
  z-index: 4;
}
.navigation .level0 .submenu > ul:after {
  border: 11px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #cccccc;
  color: #cccccc;
  left: 19px;
  top: -22px;
  z-index: 3;
}
.navigation .level0 .submenu a {
  display: block;
  color: #97928e;
  font-weight: 100;
}
.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
  font-weight: 600;
  text-decoration: none;
  color: #deb283;
}
.navigation .level0 .submenu .active > a {
  font-weight: 600;
  color: #deb283;
}
.navigation .level0 .submenu .submenu {
  top: 0 !important;
  left: 100% !important;
}
.navigation .level0 .submenu .submenu-reverse {
  left: auto !important;
  right: 100%;
}
.navigation .level0 .submenu:hover {
  display: flex !important;
  margin: 0;
}
.navigation .level0.more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.navigation .level0.more:after {
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: "\e607";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
}
.navigation .level0.more:before {
  display: none;
}
.navigation .level0.more:hover > .submenu {
  overflow: visible !important;
}
.navigation .level0.more li {
  display: block;
}
.navigation__title {
  padding-left: 35%;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #3a3a3a;
}
.navigation__title span {
  padding: 0 12px 0 0;
  margin-left: 12px;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
}

.nav-toggle {
  display: none;
  font-size: 24px;
  padding: 5px;
  cursor: pointer;
}
.nav-toggle span {
  display: none;
}

@media (max-width: 991.98px) {
  .nav-toggle {
    display: block;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    background-color: #f8f8f8;
    color: #fff;
    z-index: 99999;
  }
  .nav-sections-item-title {
    display: block;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 55px;
    padding-top: 15px;
    text-align: center;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
  }
  .nav-sections-item-title a {
    color: #fff;
  }
  .nav-sections-item-title.active a {
    color: #deb283;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 15px;
    width: 100%;
    position: relative;
  }
  .nav-sections-item-content:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
  }
  .nav-sections .header__settings {
    width: 100%;
    margin: 0;
    display: block;
  }
  .nav-sections .header__settings .settings__content {
    position: relative;
    display: block;
    width: 100%;
    background: none;
    color: #fff;
    box-shadow: none;
    margin-top: 0;
    border: none;
  }
  .nav-sections .header__settings .settings__content .module-inner {
    padding: 0;
    width: 100%;
    min-width: 100%;
  }
  .nav-sections .header__settings .settings__content .module__title {
    text-align: center;
    padding: 10px 40px;
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .nav-sections .header__settings .settings__content .module__title:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: #2f2f33;
    background: rgba(22, 22, 27, 0.97);
    background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
  }
  .nav-sections .header__settings .settings__content .module__title.account {
    display: none;
  }
  .nav-sections .header__settings .settings__content .module__title.account + ul li a {
    font-size: 11px;
    float: left;
  }
  .nav-sections .header__settings .settings__content .module__title.account + ul li.authorization-link a {
    font-size: 12px;
  }
  .nav-sections .header__settings .settings__content .module__language {
    text-align: center;
    padding: 10px 40px;
    font-size: 14px;
  }
  .nav-sections .header__settings .settings__content .module__language .language__content a {
    color: #fff;
  }
  .nav-sections .header__settings .settings__content .module__language-mobile {
    display: inline-block;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 11px;
    margin-left: 20px;
  }
  .nav-sections .header__settings .settings__content .module__language-mobile .language__active {
    color: #fff;
  }
  .nav-sections .header__settings .settings__content .module__language-mobile .language__active, .nav-sections .header__settings .settings__content .module__language-mobile .language__options, .nav-sections .header__settings .settings__content .module__language-mobile .switcher-option {
    display: inline-block;
    padding: 5px;
  }
  .nav-sections .header__settings .settings__content .module__links {
    text-align: center;
  }
  .nav-sections .header__settings .settings__content .module__links li {
    padding: 10px 25px;
    word-wrap: break-word;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 11px;
  }
  .nav-sections .header__settings .settings__content .module__links li:first-child:before {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #deb283;
    content: "\f007";
    font-family: FontAwesome;
  }
  .nav-sections .header__settings .settings__content .module__links li a {
    color: #fff;
  }
  .nav-sections .header__settings .settings__content .account-buttons {
    text-align: left;
    margin-left: 20px;
  }
  .nav-sections .header__settings .settings__content .account-buttons .btn--primary {
    border-radius: 0;
    border: 1px solid #deb283;
    font-weight: normal;
    background-color: #deb283;
  }
  .nav-sections .header__settings .settings__content .account-buttons .btn--primary:hover {
    color: #fff;
    border-color: #fff;
    background-color: #191919;
  }
  .nav-sections .header__settings .settings__content .account-buttons .btn--secondary {
    color: #191919;
  }
  .nav-sections .header__settings .settings__content .account-buttons .btn--secondary:hover {
    color: #fff;
  }
  .navigation {
    text-align: left;
  }
  .navigation ul {
    padding: 15px 0;
    margin: 15px 0;
  }
  .navigation li {
    display: block !important;
  }
  .navigation li.level0 {
    margin: 0;
    position: relative;
  }
  .navigation li.level0 > .level-top {
    padding: 7px 25px;
    word-wrap: break-word;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #97928e;
    border-top: 1px solid #eaeaea;
  }
  .navigation li.level0 > .level-top:hover {
    color: #191919;
  }
  .navigation li.level0 > .level-top:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
  }
  .navigation li.level0.parent .ui-menu-icon:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
  }
  .navigation li.level0 .submenu {
    border: none;
    margin: 7px 0;
    transition: 1s;
    -webkit-transition: 1s;
  }
  .navigation li.level0 .submenu li {
    padding: 10px 40px;
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #eaeaea;
  }
  .navigation li.level0 .submenu li.parent-category {
    display: none !important;
  }
  .navigation li.level0 .submenu li.all-category {
    font-weight: bold;
  }
  .navigation li.level0 .submenu li a {
    color: #97928e;
    text-transform: uppercase;
  }
  .navigation li.level0 .submenu li a:hover {
    color: #191919;
    font-weight: 400;
  }
  .navigation li.level0 .submenu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
  }
  .navigation li.level0 .submenu:hover {
    margin: 7px 0;
  }
  .navigation li.level0.last > .level-top {
    border-bottom: 1px solid #eaeaea;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: lighter;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
    box-shadow: none;
    width: 100% !important;
    background: #fff;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
    left: 0 !important;
  }
  .navigation__title {
    display: none;
    padding-left: 0;
  }
  .navigation__title span {
    color: #fff;
  }
  .navigation .level0 {
    padding: 0;
  }
  .navigation .level0 > .level-top {
    color: #fff;
  }
  .navigation--notlogged {
    display: block;
    text-align: center;
    padding: 10px 40px;
    text-transform: uppercase;
    word-wrap: break-word;
    position: relative;
    text-decoration: none;
    font-size: 14px;
  }
  .navigation--notlogged a {
    color: #fff;
  }
  .navigation--notlogged a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: #2f2f33;
    background: rgba(22, 22, 27, 0.97);
    background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
  }
  .navigation-secondary {
    display: block;
    padding-bottom: 20px;
  }
  .navigation-secondary li {
    display: block;
    padding: 7px 25px;
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    font-size: 12px;
  }
  .navigation-secondary li li {
    border-bottom: 1px solid #eaeaea;
  }
  .navigation-secondary li li span {
    color: #97928e;
  }
  .navigation-secondary li li a {
    color: #97928e;
    text-transform: none;
  }
  .navigation-secondary li li a:hover {
    color: #191919;
    font-weight: 400;
  }
  .navigation-secondary li li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
  }
  .navigation-secondary .navigation--home, .navigation-secondary .navigation--toggle {
    display: none;
  }
  .nav-before-open .page-wrapper {
    height: 100%;
    overflow: hidden;
  }
  .page-wrapper {
    transition: left 0.3s;
    position: relative;
    left: 0;
  }
  .nav-open {
    position: fixed;
  }
  .nav-open .nav-sections {
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 1040;
    width: 40%;
  }
  .nav-open .page-wrapper {
    left: 40%;
  }
}
@media (max-width: 575.98px) {
  .nav-open .nav-sections {
    width: 80%;
  }
  .nav-open .page-wrapper {
    left: 80%;
  }
}
.btn, .modal-popup .modal-footer .action, .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .action-dismiss {
  cursor: pointer;
  border-radius: 5px;
  background-color: #191919;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 38px;
  padding: 0 18px;
  color: #fff;
  font-weight: 700;
  border: 0;
  letter-spacing: 2px;
}
.btn:hover, .modal-popup .modal-footer .action:hover, .modal-popup .modal-footer .action-accept:hover, .modal-popup .modal-footer .action-dismiss:hover {
  background-color: #deb283;
}
.btn:active, .modal-popup .modal-footer .action:active, .modal-popup .modal-footer .action-accept:active, .modal-popup .modal-footer .action-dismiss:active {
  background-color: #deb283 !important;
  box-shadow: 0 0 0 0.2rem #deb283 !important;
}
.btn:focus, .modal-popup .modal-footer .action:focus, .modal-popup .modal-footer .action-accept:focus, .modal-popup .modal-footer .action-dismiss:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn.disabled, .modal-popup .modal-footer .disabled.action, .modal-popup .modal-footer .disabled.action-accept, .modal-popup .modal-footer .disabled.action-dismiss {
  cursor: not-allowed;
  background-color: #191919;
}
.btn-link, .btn--link {
  padding-left: 0;
  padding-right: 0;
  color: #adadad;
  background: none;
  font-weight: 400;
}
.btn-link:hover, .btn--link:hover {
  background: none;
  color: #deb283;
  text-decoration: none;
}
.btn-link:active, .btn--link:active, .btn-link:focus, .btn--link:focus {
  background: none !important;
  box-shadow: none !important;
}
.btn-sm, .btn-group-sm > .btn, .modal-popup .modal-footer .btn-group-sm > .action, .modal-popup .modal-footer .btn-group-sm > .action-accept, .modal-popup .modal-footer .btn-group-sm > .action-dismiss {
  font-size: 10px;
  padding: 5px 15px;
  height: 31px;
  line-height: 20px;
}
.btn--secondary {
  border-radius: 0;
  background-color: #fff;
  color: #191919;
  font-weight: 400;
  border: 1px solid #191919;
}
.btn--secondary:hover {
  background-color: #deb283;
  color: #fff;
  border: 1px solid #deb283;
}
.btn--tertiary, .modal-popup .modal-footer .action.btn--tertiary, .modal-popup .modal-footer .action-accept.btn--tertiary, .modal-popup .modal-footer .action-dismiss.btn--tertiary {
  background-color: transparent;
  color: #000000;
  font-weight: 400;
  border: 1px solid #97928e;
  border-radius: 15px;
}
.btn--tertiary:hover, .modal-popup .modal-footer .action.btn--tertiary:hover, .modal-popup .modal-footer .action-accept.btn--tertiary:hover, .modal-popup .modal-footer .action-dismiss.btn--tertiary:hover {
  background-color: #deb283;
  color: #fff;
  border-color: #deb283;
}
.btn--tertiary.edit-address-link, .modal-popup .modal-footer .edit-address-link.action.btn--tertiary, .modal-popup .modal-footer .edit-address-link.action-accept.btn--tertiary, .modal-popup .modal-footer .edit-address-link.action-dismiss.btn--tertiary {
  border-radius: 5px;
}
.btn--transparent {
  background: transparent;
  border: 1px solid #191919;
  color: #191919;
}
.btn--transparent:hover {
  background: #deb283;
  color: #fff;
  border-color: #deb283;
}
.btn-link, .btn--link {
  color: #191919;
}
.btn-link:hover, .btn--link:hover {
  color: #deb283;
}
.btn--link {
  color: #191919;
}
.btn--link:hover {
  color: #deb283;
}
.btn.listtocart, .modal-popup .modal-footer .listtocart.action, .modal-popup .modal-footer .listtocart.action-accept, .modal-popup .modal-footer .listtocart.action-dismiss {
  position: relative;
  color: #fff;
  background-color: #191919;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  padding: 5px 15px 5px 15px;
  text-align: right;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 100;
  letter-spacing: 1px;
  transition: all, 0.3s;
}
.btn.listtocart:hover, .modal-popup .modal-footer .listtocart.action:hover, .modal-popup .modal-footer .listtocart.action-accept:hover, .modal-popup .modal-footer .listtocart.action-dismiss:hover {
  background-color: #deb283;
  color: #fff;
  transition: all, 0.3s;
}
.btn.tocart, .modal-popup .modal-footer .tocart.action, .modal-popup .modal-footer .tocart.action-accept, .modal-popup .modal-footer .tocart.action-dismiss, .btn.btn-lg, .modal-popup .modal-footer .btn-lg.action, .modal-popup .modal-footer .btn-lg.action-accept, .modal-popup .modal-footer .btn-lg.action-dismiss, .btn-group-lg > .btn, .modal-popup .modal-footer .btn-group-lg > .action, .modal-popup .modal-footer .btn-group-lg > .action-accept, .modal-popup .modal-footer .btn-group-lg > .action-dismiss {
  position: relative;
  color: #fff;
  background-color: #191919;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  padding: 5px 15px 5px 15px;
  text-align: right;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 100;
  letter-spacing: 1px;
  transition: all, 0.3s;
}
.btn.tocart:hover, .modal-popup .modal-footer .tocart.action:hover, .modal-popup .modal-footer .tocart.action-accept:hover, .modal-popup .modal-footer .tocart.action-dismiss:hover, .btn.btn-lg:hover, .modal-popup .modal-footer .btn-lg.action:hover, .modal-popup .modal-footer .btn-lg.action-accept:hover, .modal-popup .modal-footer .btn-lg.action-dismiss:hover, .btn-group-lg > .btn:hover, .modal-popup .modal-footer .btn-group-lg > .action:hover, .modal-popup .modal-footer .btn-group-lg > .action-accept:hover, .modal-popup .modal-footer .btn-group-lg > .action-dismiss:hover {
  background-color: #deb283;
  transition: all, 0.3s;
}
.btn.tocart.btn-lg, .btn.btn-lg, .modal-popup .modal-footer .btn-lg.action, .modal-popup .modal-footer .btn-lg.action-accept, .modal-popup .modal-footer .btn-lg.action-dismiss, .btn-group-lg > .btn, .modal-popup .modal-footer .btn-group-lg > .action, .modal-popup .modal-footer .btn-group-lg > .action-accept, .modal-popup .modal-footer .btn-group-lg > .action-dismiss {
  font-size: 12px;
  padding: 10px 20px 10px 20px;
}
.btn.tocart.btn-lg a, .btn.btn-lg a, .modal-popup .modal-footer .btn-lg.action a, .modal-popup .modal-footer .btn-lg.action-accept a, .modal-popup .modal-footer .btn-lg.action-dismiss a, .btn-group-lg > .btn a, .modal-popup .modal-footer .btn-group-lg > .action a, .modal-popup .modal-footer .btn-group-lg > .action-accept a, .modal-popup .modal-footer .btn-group-lg > .action-dismiss a {
  color: #fff;
}
.btn.tocart.btn-lg:before, .btn.btn-lg:before, .modal-popup .modal-footer .btn-lg.action:before, .modal-popup .modal-footer .btn-lg.action-accept:before, .modal-popup .modal-footer .btn-lg.action-dismiss:before, .btn-group-lg > .btn:before, .modal-popup .modal-footer .btn-group-lg > .action:before, .modal-popup .modal-footer .btn-group-lg > .action-accept:before, .modal-popup .modal-footer .btn-group-lg > .action-dismiss:before {
  left: 18px;
  top: 11px;
}
.btn.btn-lg, .modal-popup .modal-footer .btn-lg.action, .modal-popup .modal-footer .btn-lg.action-accept, .modal-popup .modal-footer .btn-lg.action-dismiss, .btn-group-lg > .btn, .modal-popup .modal-footer .btn-group-lg > .action, .modal-popup .modal-footer .btn-group-lg > .action-accept, .modal-popup .modal-footer .btn-group-lg > .action-dismiss {
  padding: 5px 15px;
  text-align: unset;
}
.btn.btn-lg:before, .modal-popup .modal-footer .btn-lg.action:before, .modal-popup .modal-footer .btn-lg.action-accept:before, .modal-popup .modal-footer .btn-lg.action-dismiss:before, .btn-group-lg > .btn:before, .modal-popup .modal-footer .btn-group-lg > .action:before, .modal-popup .modal-footer .btn-group-lg > .action-accept:before, .modal-popup .modal-footer .btn-group-lg > .action-dismiss:before {
  display: none;
}
.btn.btn-small, .modal-popup .modal-footer .btn-small.action, .modal-popup .modal-footer .btn-small.action-accept, .modal-popup .modal-footer .btn-small.action-dismiss {
  font-size: 11px;
  padding: 0 14px;
}

.buttons-container {
  padding-top: 15px;
  width: 100%;
  min-height: 15px;
}
.buttons-container .one-btn-active {
  width: 100%;
}
.buttons-container .both-btn-actives {
  width: 48%;
}
.buttons-container .product-link-btn {
  margin: 10px 0 15px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
}
.buttons-container .product-link-btn a.link {
  color: #fff;
  background: #191919;
  display: block;
  padding: 5px 0;
  border: 1px solid transparent;
}
.buttons-container .product-link-btn a.ghost {
  background: transparent;
  color: #191919;
  border-color: #191919;
}
.buttons-container .product-link-btn:hover a.link {
  color: #fff;
}
.buttons-container .product-link-btn:hover a.ghost {
  color: #fff;
  background-color: #191919;
  border-color: #fff;
}

.button-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.button-image:hover .btn-img {
  color: #deb283;
  border-color: #deb283;
}
.button-image .btn-img {
  border: 3px solid;
  padding: 15px 30px 10px;
  font-size: 30px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms ease-in;
  text-align: center;
  line-height: 35px;
}
.button-image .btn-img-small {
  padding: 10px 20px;
}
.button-image .dark {
  color: #191919;
  border-color: #191919;
}
.button-image .light {
  color: #fff;
  border-color: #fff;
}
.button-image .background-dark {
  background-color: rgba(0, 0, 0, 0.3607843137);
}
.button-image .background-light {
  background-color: rgba(255, 255, 255, 0.5803921569);
}
.button-image.left-top {
  justify-content: flex-start;
  margin-left: 20px;
  align-items: flex-start;
  padding: 20px;
}
.button-image.center-top {
  margin-left: 20px;
  align-items: center;
  padding: 20px;
  justify-content: flex-start;
}
.button-image.right-top {
  justify-content: flex-start;
  margin-left: 20px;
  align-items: flex-end;
  padding: 20px;
}
.button-image.right-center {
  justify-content: center;
  margin-left: 20px;
  padding: 20px;
  align-items: flex-end;
}
.button-image.right-bottom {
  justify-content: flex-end;
  margin-left: 20px;
  align-items: flex-end;
  padding: 20px;
}
.button-image.center-bottom {
  justify-content: flex-end;
  margin-left: 20px;
  align-items: center;
  padding: 20px;
}
.button-image.left-bottom {
  justify-content: flex-end;
  margin-left: 20px;
  align-items: flex-start;
  padding: 20px;
}
.button-image.left-center {
  justify-content: center;
  margin-left: 20px;
  padding: 20px;
  align-items: flex-start;
}

@media (max-width: 1199.98px) {
  .button-image .btn-img {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .buttons-container .product-link-btn {
    font-size: 12px;
  }
}
@media (max-width: 470px) {
  .buttons-container .product-link-btn {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .button-image .btn-img {
    padding: 15px 30px 10px;
    max-width: 85%;
  }
}
.module-newsletter {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/newsletter/bg_newsletter.jpg);
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: contain;
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
}
.module-newsletter .module-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.module-newsletter .module__content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  text-align: center;
}
.module-newsletter .module__title > .h2--full {
  border-bottom: none;
}
.module-newsletter .module__subtitle {
  font-size: 12px;
  padding-top: 30px;
}
.module-newsletter .module__form {
  margin-top: 40px;
  padding: 0 100px;
}
.module-newsletter .module__form .form-inline {
  justify-content: center;
}
.module-newsletter .module__form .form-inline .field {
  width: 70%;
}
.module-newsletter .module__form .form-inline .field .control, .module-newsletter .module__form .form-inline .field .form-control, .module-newsletter .module__form .form-inline .field .input-text, .module-newsletter .module__form .form-inline .field .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .module-newsletter .module__form .form-inline .field .input-text, .module-newsletter .module__form .form-inline .field .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .module-newsletter .module__form .form-inline .field .input-text, .module-newsletter .module__form .form-inline .my-account-page .columns .main .form .fieldset .field select, .my-account-page .columns .main .form .fieldset .module-newsletter .module__form .form-inline .field select, .module-newsletter .module__form .form-inline .field .my-account-page .columns .main .toolbar .limiter-options, .my-account-page .columns .main .toolbar .module-newsletter .module__form .form-inline .field .limiter-options {
  width: 100%;
  height: 50px;
}
.module-newsletter .module__form .form-inline .field .control a, .module-newsletter .module__form .form-inline .field .form-control a, .module-newsletter .module__form .form-inline .field .input-text a, .module-newsletter .module__form .form-inline .field .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text a, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .module-newsletter .module__form .form-inline .field .input-text a, .module-newsletter .module__form .form-inline .field .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text a, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .module-newsletter .module__form .form-inline .field .input-text a, .module-newsletter .module__form .form-inline .my-account-page .columns .main .form .fieldset .field select a, .my-account-page .columns .main .form .fieldset .module-newsletter .module__form .form-inline .field select a, .module-newsletter .module__form .form-inline .field .my-account-page .columns .main .toolbar .limiter-options a, .my-account-page .columns .main .toolbar .module-newsletter .module__form .form-inline .field .limiter-options a {
  text-decoration: underline;
}
.module-newsletter .module__form .form-inline .actions {
  width: 30%;
}
.module-newsletter .module__form .form-inline .actions .btn, .module-newsletter .module__form .form-inline .actions .modal-popup .modal-footer .action, .modal-popup .modal-footer .module-newsletter .module__form .form-inline .actions .action, .module-newsletter .module__form .form-inline .actions .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .module-newsletter .module__form .form-inline .actions .action-accept, .module-newsletter .module__form .form-inline .actions .modal-popup .modal-footer .action-dismiss, .modal-popup .modal-footer .module-newsletter .module__form .form-inline .actions .action-dismiss {
  height: 50px;
  border-radius: 0;
}
.module-newsletter .module__form .form-inline + .form-inline {
  margin-top: 15px;
}
.module-newsletter .module__form .form-inline + .form-inline .field {
  width: 100%;
  text-align: left;
}
.module-newsletter .module__form .form-inline.captcha-block {
  flex-flow: row wrap;
  align-items: center;
  margin-top: 40px;
}
.module-newsletter .module__form .form-inline.captcha-block .control {
  height: auto;
}
.module-newsletter .module__form .form-inline.captcha-block label {
  justify-content: left;
  font-size: 12px;
}
.module-newsletter .module__form .form-inline.captcha-block .fiend {
  width: 70%;
}
.module-newsletter .module__form .form-inline.captcha-block .nested {
  margin-top: 15px;
}
.module-newsletter .module__form .form-inline.captcha-block .captcha-reload:before {
  content: "\f01e";
  font-family: FontAwesome;
  color: #deb283;
  font-size: 20px;
  margin-left: 20px;
}
.module-newsletter .module__form .form-inline.captcha-block .captcha-reload span {
  display: none;
}
.module-newsletter .module__form .mage-error {
  text-align: left;
  font-size: 10px;
}
.module-newsletter .module__form .custom-control.custom-checkbox {
  padding-left: 0;
}

#newsletter-validate-detail .form-inline {
  width: 450px;
}

@media (max-width: 991.98px) {
  .module-newsletter {
    background-image: none !important;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .module-newsletter .module__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .module-newsletter .module__form {
    padding: 0 0;
  }
  .module-newsletter .module__form .form-inline .field {
    width: 60%;
  }
  .module-newsletter .module__form .form-inline .actions {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  #newsletter-validate-detail .form-inline {
    width: 100%;
  }
}
.module-minicart {
  display: inline-flex;
  text-align: right;
  position: relative;
  color: initial;
}
.module-minicart .action.showcart:hover {
  color: inherit;
}
.module-minicart .action .icon {
  font-size: 35px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  background: url(../images/icons/icon_cart.png) left center no-repeat;
  display: inline-block;
  vertical-align: top;
}
.module-minicart .action .counter {
  font-size: 9px;
  font-weight: 400;
  display: block;
  height: 17px;
  line-height: 17px;
  width: 16px;
  background: #deb283;
  color: #fff;
  border-radius: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 26px;
  top: 49%;
  margin: -8px 0 0;
  min-width: auto;
  overflow: visible;
}
.module-minicart .action .counter:before {
  content: "";
  border-top: 3px solid transparent;
  border-right: 3px solid #deb283;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -3px;
}
.module-minicart .block-minicart {
  padding: 25px 20px 25px;
  list-style: none none;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  width: 390px;
  height: auto;
  margin: 10px 0 0;
  right: -15px;
}
.module-minicart .block-minicart:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: auto;
  top: -12px;
  right: 100px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 99;
}
.module-minicart .block-minicart .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.module-minicart .block-minicart .minicart-content-wrapper {
  height: 100%;
}
.module-minicart .block-minicart .minicart-dummymessage {
  text-align: left;
  padding: 10px;
  display: none !important;
}
.module-minicart .block-minicart .minicart-dummymessage.show {
  display: block !important;
}
.module-minicart .block-minicart .minicart-dummymessage .dummymessage {
  padding: 10px;
  background-color: #e4e4e4;
  color: #82A91A;
}
.module-minicart .block-minicart .minicart-dummymessage .dummymessage ul li {
  list-style: initial;
  margin-left: 15px;
}
.module-minicart .block-minicart .minicart-dummymessage .dummymessage .minicart-data {
  font-size: 0.9em;
}
.module-minicart .block-minicart .minicart-dummymessage .dummymessage .remainingForFree {
  font-weight: bold;
}
.module-minicart .block-minicart .items-total {
  margin: 0 10px;
  color: #191919;
}
.module-minicart .block-minicart .subtotal {
  margin: 0 10px;
  text-align: right;
  color: #191919;
}
.module-minicart .block-minicart .subtotal .amount {
  margin-top: 15px;
}
.module-minicart .block-minicart .actions {
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}
.module-minicart .block-minicart .actions .dummysave {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.module-minicart .block-minicart .subtitle {
  display: none;
}
.module-minicart .block-minicart .subtitle.empty {
  display: block;
  width: 100%;
  text-align: center;
  color: #191919;
}
.module-minicart .block-minicart .minicart-items-wrapper {
  border: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px 0;
  margin-top: 20px;
  width: 100%;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items {
  overflow-y: auto;
  padding: 0 15px;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items label {
  margin-bottom: 0;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: none;
  pointer-events: none;
  margin: 0 !important;
  width: 55px !important;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items input[type=number]::-webkit-inner-spin-button,
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item {
  padding: 20px 0;
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item:first-child {
  padding-top: 0;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item:last-child {
  border-bottom: none;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product {
  display: flex;
  justify-content: space-between;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  width: 78px;
  margin-right: 15px;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  flex-grow: 1;
  text-align: left;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 0;
  word-wrap: break-word;
  font-weight: 400;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-sku {
  font-size: 10px;
  color: #97928e;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-pricing .price-container {
  font-weight: 700;
  margin-bottom: 15px;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-pricing .label {
  font-weight: 400;
  color: #191919;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-pricing .item-qty {
  margin-left: 10px;
  text-align: center;
  width: 50px;
  background-color: transparent;
  font-weight: bold;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .update-cart-item {
  background: none;
  border: none;
  font-size: 0;
  display: inline-block;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .update-cart-item:before {
  font-size: 18px;
  color: #575757;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .details-qty .update-cart-item:disabled {
  cursor: not-allowed;
  color: #97928e;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions {
  float: right;
  margin: -40px 10px 0;
  font-size: 18px;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div {
  display: inline;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action span {
  display: none;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action.edit {
  display: none;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .actions > div .action.delete {
  margin-left: 10px;
  margin-top: 2px;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-image-photo {
  border: solid 1px #eaeaea;
  border-radius: 5px;
}
.module-minicart .block-minicart .minicart-items-wrapper .minicart-items .update-cart-item {
  display: none;
}
.module-minicart.active .block-minicart {
  display: block;
}
.module-minicart.active .block-minicart .action.close {
  position: absolute;
  padding: 0;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
}
.module-minicart.active .block-minicart .action.close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 32px;
  color: #808080;
  content: "\e616";
  font-family: "Blank-Theme-Icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

@media (min-width: 768px) {
  .module-minicart .block-minicart .minicart-items-wrapper {
    max-height: 300px;
  }
  .module-minicart .block-minicart .minicart-items-wrapper .minicart-items .update-cart-item {
    display: block;
  }
  .module-minicart .block-minicart:before {
    right: 26px;
  }
}
@media (min-height: 800px) and (max-width: 767px) {
  .module-minicart .block-minicart .minicart-items-wrapper {
    max-height: 350px;
  }
  .module-minicart .block-minicart #minicart-content-wrapper {
    height: 100%;
  }
}
@media (max-height: 800px) and (max-width: 767px) {
  .module-minicart .block-minicart .minicart-items-wrapper {
    max-height: 175px;
  }
  .module-minicart .block-minicart #minicart-content-wrapper {
    height: 100%;
  }
}
@media (max-width: 410px) {
  .module-minicart .block-minicart {
    position: fixed;
    left: 0;
    min-width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
.breadcrumbs {
  margin-top: 10px;
  text-align: center;
}
.breadcrumbs .items {
  padding: 0 15px;
}
.breadcrumbs .items > li {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .items > li a {
  color: #deb283;
}
.breadcrumbs .items > li a:hover {
  color: #191919;
}
.breadcrumbs .items > li strong {
  color: #191919;
  font-weight: 400;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  content: ">";
  margin: 0 5px;
  color: #d3d3d3;
}
.breadcrumbs a {
  text-decoration: none;
}

.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.products-grid .product-items .product-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  z-index: 0;
}
.products-grid .product-items .product-item:not(.product-item--mock) {
  display: flex;
}
.products-grid .product-items.slick-initialized {
  position: relative;
  width: 100%;
  display: block;
}
.products-grid--wide .product-items .product-item {
  flex: 25%;
  max-width: 25%;
}

@media (min-width: 576px) {
  .products-grid .product-items .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .products-grid .product-items .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .products-grid.product-grid-mode-mini .product-items .product-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .products-grid .product-items .product-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .products-grid.product-grid-mode-mini .product-items .product-item {
    width: 20%;
    flex: 0 0 20%;
  }
}
.page-title-wrapper {
  text-align: center;
}
.page-title-wrapper .page-title {
  vertical-align: top;
  margin-bottom: 0;
}
.page-title-wrapper .print {
  display: block;
  margin-top: 10px;
  color: #fff;
}

.search.results {
  width: 100%;
}

.page-header {
  position: static;
}
.page-header .header__top {
  position: fixed;
  background-color: #fff;
  z-index: 80;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-header .header__top--left {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}
.page-header .header__top--left .block-search {
  display: inline-flex;
  border: none;
  width: 100%;
  max-width: 460px;
  padding-bottom: 2px;
}
.page-header .header__top--left .block-search .block-content {
  width: 100%;
  position: relative;
}
.page-header .header__top--left .block-search .block-content .simple {
  border-bottom: 1px solid #191919;
  padding: 0;
}
.page-header .header__top--left .block-search .block-content .simple .searcher-text {
  order: 2;
  padding-left: 10px;
}
.page-header .header__top--left .block-search .block-content .simple .icon-search {
  margin: auto 0 12px 5px;
  order: 1;
}
.page-header .header__top--left .block-search .block-content .radius {
  border: 1px solid #191919;
  border-radius: 2rem;
  justify-content: space-between;
  padding: 0 10px;
}
.page-header .header__top--left .block-search .block-content .radius .searcher-text {
  order: 1;
}
.page-header .header__top--left .block-search .block-content .radius .icon-search {
  margin: auto 5px;
  order: 2;
}
.page-header .header__top--left .block-search .block-content .topSearchBig {
  display: flex;
  height: 40px;
  color: #191919;
  width: 100%;
  text-align: left;
  font-size: 19px;
  background-color: transparent;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.page-header .header__top--left .block-search .block-content .topSearchBig span {
  display: block;
  margin: auto 0;
}
.page-header .header__top--left .block-search .block-content .topSearchBig .icon-search:before {
  content: "\e904";
  color: #191919;
}
.page-header .header__top--left .block-search .block-content .minisearch__content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all, 1s;
}
.page-header .header__top--left .block-search .block-content .minisearch__content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
  height: 100%;
}
.page-header .header__top--left .block-search .block-content .minisearch__content-inner .form {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  text-align: center;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .minisearch__logo {
  position: absolute;
  left: 140px;
  top: 27px;
  width: 100%;
  max-width: 200px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .minisearch__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .minisearch__close span {
  margin-right: 5px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .minisearch__close i {
  font-size: 18px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field .control {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field label {
  font-size: 28px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field label i {
  margin-right: 15px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field input {
  width: 100%;
  border: none;
  font-size: 15px;
  background-color: transparent;
  padding: 15px;
  color: #fff;
  font-weight: 300;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field input:focus {
  outline: none;
  box-shadow: none;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field .search-autocomplete {
  color: #fff;
  top: 65px;
  padding-left: 30px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field .search-autocomplete ul li {
  padding: 5px;
  cursor: pointer;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field .search-autocomplete ul li + li {
  border-top: 1px solid #eaeaea;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field .search-autocomplete ul li .amount {
  margin-left: 10px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field .search-autocomplete ul li .amount:after {
  content: ")";
  margin-left: 3px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .field .search-autocomplete ul li .amount:before {
  content: "(";
  margin-right: 3px;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .actions .search {
  background-color: transparent;
  border: none;
  font-size: 22px;
  color: #fff;
}
.page-header .header__top--left .block-search .block-content .minisearch__content .actions .search span {
  display: none;
}
.page-header .header__top--left .block-search .block-content .minisearch__content.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.page-header .header__top--left .block-search .block-content .minisearch__trigger {
  cursor: pointer;
  margin: 0 5px 0 0;
}
.page-header .header__heading {
  position: relative;
}

#old_searcher {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  background: #000;
  height: 100%;
  border: 1px solid #fff;
  display: none;
  overflow-y: scroll;
}
#old_searcher.active {
  display: block !important;
}
#old_searcher .block-title {
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding: 10px 0;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
}
#old_searcher .block-content {
  max-width: 70%;
  margin: 0 auto;
}
#old_searcher .block-content .minisearch__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#old_searcher .block-content #search_mini_form .control {
  position: relative;
}
#old_searcher .block-content #search_mini_form .control .actions {
  position: absolute;
  top: 0;
  right: 0;
}
#old_searcher .block-content #search_mini_form .control .actions .search {
  background-color: #000;
  font-size: 22px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
}
#old_searcher .block-content #search_mini_form .control .actions .search span {
  display: none;
}
#old_searcher .block-content #search {
  font-size: 18px;
  margin-bottom: 15px;
}
#old_searcher .block-content #search_autocomplete {
  text-align: center;
}
#old_searcher .block-content #search_autocomplete li {
  padding: 15px;
  color: #fff;
  cursor: pointer;
}
#old_searcher .block-content #search_autocomplete li .amount {
  margin-left: 10px;
}
#old_searcher .block-content #search_autocomplete li .amount:after {
  content: ")";
  margin-left: 3px;
}
#old_searcher .block-content #search_autocomplete li .amount:before {
  content: "(";
  margin-right: 3px;
}

@media (max-width: 1199.98px) {
  .page-header .header__top--left .searcherBig .block-content {
    max-width: 100%;
  }
  .page-header .header__top--left .searcherBig .block-content .simple .icon-search {
    margin: auto 0 10px 5px;
  }
}
@media (max-width: 991.98px) {
  .page-header .header__top--left {
    padding: 0 15px;
  }
  .page-header .header__top--left .block-search .block-content .minisearch__trigger {
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 592px) {
  .page-header .header__top--left {
    max-width: 16.6%;
    padding: 0;
  }
  .page-header .header__top--left .searcherBig {
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-header .header__top--left .searcherBig .block-content .topSearchBig {
    border: none;
    margin: 0;
    padding: 3px 5px;
  }
  .page-header .header__top--left .searcherBig .block-content .topSearchBig .icon-search {
    font-size: 30px;
    margin: auto 5px;
  }
  .page-header .header__top--left .searcherBig .block-content .topSearchBig span {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .block-search .block-content .minisearch__content .minisearch__logo {
    left: 20px;
    top: 20px;
  }
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.modals-overlay {
  z-index: 899;
}

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  transform: translate(0, 0);
}

.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
  border: none;
  background: none;
  font-size: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 20px;
}
.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 32px;
  color: #808080;
  content: "\e616";
  font-family: "Blank-Theme-Icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  transform: translateX(100%);
  transition-duration: 0.3s;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-top: 20px;
  padding-bottom: 15px;
}
.modal-slide._show .modal-inner-wrap {
  transform: translateX(0);
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: flex;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
  flex-grow: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}

.modal-popup {
  z-index: 1050;
  left: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal-popup .modal-body {
  text-align: justify;
}
.modal-popup .modal-body .in {
  display: block;
}
.modal-popup .modal-title {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
  text-align: center;
}
.modal-popup .modal-header, .modal-popup .modal-footer {
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 60px;
}
.modal-popup .modal-header {
  padding: 0 3rem 15px;
}
.modal-popup .modal-header .modal-title-subtitle {
  margin: auto;
}
.modal-popup .modal-content {
  padding: 3rem 3rem 2rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding: 20px 3rem 2rem;
  display: block;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup .modal-footer .action.primary, .modal-popup .modal-footer .action-accept.primary, .modal-popup .modal-footer .action-dismiss.primary {
  order: 2;
  margin: 0 0 0 10px;
}
.modal-popup .modal-footer .action.btn--tertiary, .modal-popup .modal-footer .action-accept.btn--tertiary, .modal-popup .modal-footer .action-dismiss.btn--tertiary {
  border-radius: 5px;
}
.modal-popup .modal-footer .modal-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-popup .modal-footer .modal-buttons button {
  margin-bottom: 10px;
}
.modal-popup .modal-footer .modal-footer-text {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.modal-popup .modal-footer .btn, .modal-popup .modal-footer .action, .modal-popup .modal-footer .action-accept, .modal-popup .modal-footer .action-dismiss {
  border-radius: 5px;
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 60%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-200%);
  transition-duration: 0.2s;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}
.modal-popup._show .modal-inner-wrap {
  transform: translateY(0);
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .form-shipping-address {
  max-width: 85%;
}

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}

.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.ie10 .modal-popup._inner-scroll.modal-inner-wrap,
.ie9 .modal-popup._inner-scroll.modal-inner-wrap {
  max-height: none;
}

@media (max-width: 991.98px) {
  .modal-popup .modal-inner-wrap {
    width: 95%;
  }
  .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding: 2rem;
  }
}
.toolbar {
  margin-bottom: 30px;
  padding: 13px 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.toolbar label {
  font-size: 12px;
  margin-bottom: 0;
}
.toolbar .right-toolbar {
  display: flex;
}
.toolbar-sorter .action.sort-asc:before {
  content: "\e613";
  font-family: "Blank-Theme-Icons";
  font-size: 28px;
  line-height: 32px;
}
.toolbar-sorter .action.sort-desc:before {
  content: "\e614";
  font-family: "Blank-Theme-Icons";
  font-size: 28px;
  line-height: 32px;
}
.toolbar--top .pages {
  display: none;
}
.toolbar--bottom .toolbar {
  border: none;
  justify-content: center;
}
.toolbar--bottom .toolbar .modes {
  display: none;
}
.toolbar--bottom .sorter,
.toolbar--bottom .limiter {
  display: none;
}
.toolbar .mode-selector {
  display: none;
}
.toolbar .mode-selector__option {
  width: 35px;
  height: 35px;
  border: 1px solid #97928e;
  color: #97928e;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FontAwesome;
  font-size: 24px;
  cursor: pointer;
}
.toolbar .mode-selector__option.--maxi:before {
  content: "\f009";
}
.toolbar .mode-selector__option.--mini:before {
  content: "\f00a";
}
.toolbar .mode-selector__option:hover, .toolbar .mode-selector__option.--current {
  border-color: #000;
  color: #000;
}
.toolbar .filters-trigger {
  display: none;
}

.toolbar--top {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
}
.toolbar--top .available-products {
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  padding: 13px 0;
  width: 100%;
}
.toolbar--top .available-products .switch-label {
  margin-bottom: 0;
}
.toolbar--top .available-products {
  /* The switch - the box around the slider */
}
.toolbar--top .available-products .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 0;
}
.toolbar--top .available-products {
  /* Hide default HTML checkbox */
}
.toolbar--top .available-products .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toolbar--top .available-products {
  /* The slider */
}
.toolbar--top .available-products .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #97928e;
  transition: 0.4s;
}
.toolbar--top .available-products .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.toolbar--top .available-products input:checked + .slider {
  background-color: #000;
}
.toolbar--top .available-products input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
.toolbar--top .available-products input:checked + .slider:before {
  transform: translateX(26px);
}
.toolbar--top .available-products {
  /* Rounded sliders */
}
.toolbar--top .available-products .slider.round {
  border-radius: 34px;
}
.toolbar--top .available-products .slider.round:before {
  border-radius: 50%;
}

.toolbar--bottom .toolbar .available-products,
.toolbar--bottom .toolbar .filters-trigger {
  display: none;
}
.toolbar--bottom .loader-spinner {
  display: block;
  position: static;
}
.toolbar--bottom .next-page-btn {
  display: block;
  margin: 0 auto;
}

.top-pagination {
  margin-bottom: 20px;
  overflow: hidden;
}
.top-pagination .loader-spinner {
  display: block;
  position: static;
}
.top-pagination .prev-page-btn {
  display: block;
  margin: 23px auto;
}

.toolbar .pages {
  margin-top: 20px;
}

.products.wrapper ~ .toolbar .sorter {
  display: none;
}

.toolbar-sorter {
  gap: 5px;
  flex-wrap: nowrap;
}

.sorter-options {
  width: auto;
}

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}

.limiter-label {
  font-weight: 400;
}

.limiter .control {
  display: inline-block;
}

@media (min-width: 992px) {
  .toolbar--top .mode-selector {
    display: flex;
  }
  .toolbar .filters-trigger {
    display: block;
    margin-right: 10px;
  }
  .toolbar .filters-trigger strong {
    height: 35px;
  }
}
.fieldset .field.note {
  margin-bottom: 20px;
}
.fieldset .field.required > .label:after, .fieldset .field.required > .form-group > .label:after, .fieldset .field._required > .label:after, .fieldset .field._required > .form-group > .label:after {
  content: "*";
  color: #fe3f3f;
  font-size: inherit;
  margin: 0 0 0 5px;
}
.fieldset .field.required .label--legend ~ .required > .label:after, .fieldset .field.required .label--legend ~ .required > .form-group > .label:after,
.fieldset .field.required .label--legend ~ ._required > .label:after,
.fieldset .field.required .label--legend ~ ._required > .form-group > .label:after, .fieldset .field._required .label--legend ~ .required > .label:after, .fieldset .field._required .label--legend ~ .required > .form-group > .label:after,
.fieldset .field._required .label--legend ~ ._required > .label:after,
.fieldset .field._required .label--legend ~ ._required > .form-group > .label:after {
  display: none;
}
.fieldset .field.required .label--legend ~ .required > .form-group,
.fieldset .field.required .label--legend ~ ._required > .form-group, .fieldset .field._required .label--legend ~ .required > .form-group,
.fieldset .field._required .label--legend ~ ._required > .form-group {
  margin-bottom: 0;
}
.fieldset + .fieldset .legend {
  padding-top: 40px;
}

.form-group._with-tooltip .input-text {
  width: 95%;
  float: left;
}
.form-group._with-tooltip .field-tooltip {
  width: 5%;
  float: left;
  position: relative;
}
.form-group._with-tooltip .field-tooltip-action {
  border: 1px solid;
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 17px;
  margin: 4px 10px;
  padding-left: 7px;
  outline: none;
  cursor: pointer;
}
.form-group._with-tooltip .field-tooltip-action:before {
  content: "?";
}
.form-group._with-tooltip .field-tooltip-content {
  display: none;
  background-color: #fff;
  border: 1px solid;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 210px;
  display: none;
  left: -210px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.form-group._with-tooltip .field-tooltip._active .field-tooltip-content {
  display: block;
}
.form-group._with-tooltip .note {
  float: left;
}
.form-group .form-control.qty, .form-group .qty.input-text, .form-group .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .qty.input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .form-group .qty.input-text, .form-group .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .qty.input-text, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .form-group .qty.input-text, .form-group .my-account-page .columns .main .form .fieldset .field select.qty, .my-account-page .columns .main .form .fieldset .field .form-group select.qty, .form-group .my-account-page .columns .main .toolbar .qty.limiter-options, .my-account-page .columns .main .toolbar .form-group .qty.limiter-options {
  min-width: 45px;
  max-width: 75px;
  text-align: center;
  border-radius: 0;
}

.form-control, .input-text, .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty .input-text, .checkout-cart-index .cart-container .block-cart-failed .table-wrapper tbody .item-info .col.qty .input-text, .my-account-page .columns .main .form .fieldset .field select, .my-account-page .columns .main .toolbar .limiter-options {
  border-radius: 0;
  font-size: 12px;
}

.custom-checkbox {
  margin-top: 0.5rem;
  cursor: pointer;
}
.custom-checkbox .custom-control-indicator {
  border: 1px solid #97928e;
  border-radius: 0;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0 2px;
  display: block;
  float: left;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  font-family: FontAwesome;
}
.custom-checkbox .custom-control-description {
  font-size: 12px;
  margin-left: 5px;
  line-height: 20px;
}
.custom-checkbox .custom-control-description a {
  text-decoration: underline;
}
.custom-checkbox + .mage-error {
  text-align: left;
  padding-left: 25px;
  margin-top: 0;
}
.custom-checkbox .custom-control-label {
  display: inline-flex;
  align-items: center;
}
.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  top: unset;
}

.custom-radio {
  cursor: pointer;
}
.custom-radio .custom-control-indicator {
  border: 1px solid #97928e;
  border-radius: 50%;
  background: none;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #97928e;
  box-shadow: inset 0px 0px 1px 2px white;
}
.custom-radio .custom-control-description {
  font-size: 12px;
  padding-top: 2px;
  margin-left: 5px;
  line-height: 20px;
}

.form-inline .label {
  margin-right: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.mage-error[generated] {
  color: #fe3f3f;
  font-size: 12px;
  margin-top: 5px;
}

.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}

.password-strength-meter:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}

.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}

.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}

.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}

.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}

.page.messages .message a {
  text-decoration: underline;
}

.message {
  margin: 15px 0;
  padding: 12px 20px 12px 25px;
  display: block;
  padding-left: 45px;
  border-radius: 15px;
  position: relative;
}
.message *:first-child:before {
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.message-error {
  overflow-x: auto;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.message-info, .message-notice {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.message-success {
  overflow-x: auto;
}
.message > p {
  margin-bottom: 0;
}

.floating-message-box {
  position: fixed;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}

@media (max-width: 991.98px) {
  .page.messages {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .floating-message-box {
    width: 90%;
    top: 20%;
  }
}
.products-grid .item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.products-grid .item-inner .product-item-container {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.products-grid .item-inner .product-item-container .product-image-wrapper img {
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}
.products-grid .item-inner .product-item-labels .product__label {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: #deb283;
  padding: 5px 10px;
  line-height: 18px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  min-width: 55px;
  z-index: 3;
}
.products-grid .item-inner .product-item-labels .product__label:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 4px;
  margin: 0 8px 0 -8px;
  display: inline-block;
  vertical-align: middle;
}
.products-grid .item-inner .product-item-labels .product__label:after {
  content: "";
  border: 6px solid transparent;
  border-right: 6px solid #deb283;
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -6px;
}
.products-grid .item-inner .product-item-labels .product__label--new {
  background-color: #90e1cf;
}
.products-grid .item-inner .product-item-labels .product__label--new:after {
  border-right: 6px solid #90e1cf;
}
.products-grid .item-inner .product-item-photo.lazy {
  height: 300px;
  width: 100%;
  display: block;
  color: transparent;
  background-image: url("../images/loader-2.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  border: none;
  outline: none;
}
.products-grid .item-inner .product-item-extra {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  right: 15px;
}
.products-grid .item-inner .product-item-price {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 28px;
}
.products-grid .item-inner .product-item-price.--is-offer .special-price .price {
  color: #fe3f3f;
}
.products-grid .item-inner .product-item-price .price-box {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 15px;
  flex-grow: 1;
}
.products-grid .item-inner .product-item-price .price-box .old-price .price {
  text-decoration: line-through;
  color: #97928e;
  font-size: 14px;
}
.products-grid .item-inner .product-item-price .product__label {
  font-size: 15px;
  font-weight: bold;
  padding: 2px 5px;
  white-space: nowrap;
}
.products-grid .item-inner .product-item-price .product__label--discount {
  background-color: #191919;
  color: #fff;
}
.products-grid .item-inner .product-item-price.grouped .price-box .price-label {
  font-size: 15px;
}
.products-grid .item-inner .product-item .grouped .price-box .price-label {
  font-size: 15px;
}
.products-grid .item-inner .product-item-name {
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 2px;
  display: flex;
  overflow: hidden;
}
.products-grid .item-inner .product-item-name a {
  font-weight: 100;
  line-height: 14px;
}
.products-grid .item-inner .product-item-sku {
  font-size: 12px;
  color: #000000;
}
.products-grid .item-inner .product-item-status {
  font-size: 12px;
  color: #97928e;
}
.products-grid .item-inner .product-item-status .stock {
  color: #97928e;
}
.products-grid .item-inner .product-item-status .stock.available {
  color: #90e1cf;
}
.products-grid .item-inner .product-item-status .stock.unavailable {
  color: #fe3f3f;
}
.products-grid .item-inner .product-item-status.not-today {
  color: #fe3f3f;
}
.products-grid .item-inner .product-item-status.not-today .stock {
  color: #fe3f3f;
}
.products-grid .item-inner .product-item-status--stacked .stock {
  display: block;
  color: #97928e;
}
.products-grid .item-inner .product-item-status--stacked .stock-next {
  color: #fe3f3f;
}
.products-grid .item-inner .product-item-status--stacked.not-today .stock {
  color: #97928e;
}
.products-grid .item-inner .product-item-status--stacked.not-today .stock-next {
  color: #fe3f3f;
}
.products-grid .item-inner .product-item-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products-grid .item-inner .product-item-actions .actions-primary {
  max-width: 100%;
  flex: 1 100%;
}
.products-grid .item-inner .product-item-actions .actions-primary .tocart-container {
  width: 100%;
}
.products-grid .item-inner .product-item-actions .actions-primary .visible {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}
.products-grid .item-inner .product-item-actions .actions-primary .unavailable.disabled {
  font-size: 10px;
}
.products-grid .item-inner .product-item-actions .actions-primary .field {
  position: relative;
}
.products-grid .item-inner .product-item-actions .actions-primary .field .qty-error-msg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #fe3f3f;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 2px;
  text-align: left;
  pointer-events: none;
}
.products-grid .item-inner .product-item-actions .actions-primary .field .qty.control {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
.products-grid .item-inner .product-item-actions .actions-primary .field .qty.control .qty-button {
  border: none;
  background-color: transparent;
  font-size: 25px;
  padding: 0 3px;
}
.products-grid .item-inner .product-item-actions .actions-primary .field .qty.control .qty {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
  font-size: 15px;
  width: 40px;
  height: 30px;
  padding: 0 5px;
}
.products-grid .item-inner .product-item-actions .actions-primary .field .qty.control .qty::-webkit-outer-spin-button, .products-grid .item-inner .product-item-actions .actions-primary .field .qty.control .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.products-grid .item-inner .product-item-actions .actions-primary .field .qty.control .qty:focus {
  border-color: #eaeaea;
  outline: 0;
  box-shadow: none;
}
.products-grid .item-inner .product-item-actions .actions-primary .field .qty.control #qty-error {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.products-grid .item-inner .product-item-actions .actions-primary form {
  display: flex;
}
.products-grid .item-inner .product-item-actions .action.tocart, .products-grid .item-inner .product-item-actions .action.btn.btn-lg, .products-grid .item-inner .product-item-actions .btn-group-lg > .action.btn, .products-grid .item-inner .product-item-actions .modal-popup .modal-footer .action.btn-lg, .modal-popup .modal-footer .products-grid .item-inner .product-item-actions .action.btn-lg, .products-grid .item-inner .product-item-actions .modal-popup .modal-footer .btn-group-lg > .action, .modal-popup .modal-footer .products-grid .item-inner .product-item-actions .btn-group-lg > .action {
  border-radius: 0;
  font-size: 14px;
  min-height: 30px;
  flex-grow: 1;
  text-align: center;
}
.products-grid .item-inner .product-item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 0 40px;
  position: relative;
  width: 100%;
}
.products-grid .item-inner .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid .item-inner .product-image-wrapper {
  display: block;
  padding: 0;
}
.products-grid .item-inner .product-image-photo {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.products-grid .item-inner .product-availability {
  position: relative;
}
.products-grid .item-inner:hover .product-item-container .product-item-photo:not(.do-hover) .product-image-wrapper img {
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.1);
}
.products-grid .product-item--mock .product-item-actions .qty-button {
  cursor: default;
}
.products-grid .product-item--mock .product-item-actions .action.tocart, .products-grid .product-item--mock .product-item-actions .action.btn.btn-lg, .products-grid .product-item--mock .product-item-actions .btn-group-lg > .action.btn, .products-grid .product-item--mock .product-item-actions .modal-popup .modal-footer .action.btn-lg, .modal-popup .modal-footer .products-grid .product-item--mock .product-item-actions .action.btn-lg, .products-grid .product-item--mock .product-item-actions .modal-popup .modal-footer .btn-group-lg > .action, .modal-popup .modal-footer .products-grid .product-item--mock .product-item-actions .btn-group-lg > .action {
  background-color: #97928e !important;
  box-shadow: none !important;
  color: #97928e;
  cursor: default;
}

.product__details__category_image {
  display: grid;
}
.product__details__category_image #tab-label-category-image {
  width: -moz-min-content;
  width: min-content;
}
.product__details__category_image .container, .product__details__category_image .page-layout-1column .page-main .columns, .page-layout-1column .page-main .product__details__category_image .columns, .product__details__category_image .page-layout-2columns-left .columns, .page-layout-2columns-left .product__details__category_image .columns, .product__details__category_image .checkout-index-index .page-main .columns, .checkout-index-index .page-main .product__details__category_image .columns, .product__details__category_image .page.messages {
  display: block;
}
.product__details__category_image .container .item-block, .product__details__category_image .page-layout-1column .page-main .columns .item-block, .page-layout-1column .page-main .product__details__category_image .columns .item-block, .product__details__category_image .page-layout-2columns-left .columns .item-block, .page-layout-2columns-left .product__details__category_image .columns .item-block, .product__details__category_image .checkout-index-index .page-main .columns .item-block, .checkout-index-index .page-main .product__details__category_image .columns .item-block, .product__details__category_image .page.messages .item-block {
  width: 100%;
  padding: 10px;
  text-align: center;
  float: left;
}
.product__details__category_image .container .item-block img, .product__details__category_image .page-layout-1column .page-main .columns .item-block img, .page-layout-1column .page-main .product__details__category_image .columns .item-block img, .product__details__category_image .page-layout-2columns-left .columns .item-block img, .page-layout-2columns-left .product__details__category_image .columns .item-block img, .product__details__category_image .checkout-index-index .page-main .columns .item-block img, .checkout-index-index .page-main .product__details__category_image .columns .item-block img, .product__details__category_image .page.messages .item-block img {
  height: 70px;
  width: 400px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product__details__category_image .container .item-block, .product__details__category_image .page-layout-1column .page-main .columns .item-block, .page-layout-1column .page-main .product__details__category_image .columns .item-block, .product__details__category_image .page-layout-2columns-left .columns .item-block, .page-layout-2columns-left .product__details__category_image .columns .item-block, .product__details__category_image .checkout-index-index .page-main .columns .item-block, .checkout-index-index .page-main .product__details__category_image .columns .item-block, .product__details__category_image .page.messages .item-block {
    width: 280px;
  }
}
@media (min-width: 576px) {
  .products-grid .item-inner .product-item-name {
    min-height: 42px;
  }
}
@media (min-width: 1500px) {
  .products-grid .item-inner .product-item-name {
    min-height: 34px;
  }
  .products-grid .item-inner .product-item-price .price-box {
    font-size: 17px;
  }
  .products-grid .item-inner .product-item-price .price-box .old-price .price {
    font-size: 15px;
  }
  .products-grid .item-inner .product-item .product__label {
    font-size: 16px;
  }
}
.box-tocart .field.qty-field-wrapper {
  position: relative;
}
.box-tocart .field.qty-field-wrapper .qty-error-msg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #fe3f3f;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 2px;
  text-align: left;
  pointer-events: none;
}

.product__details .module-tabs .item.title {
  float: left;
  width: auto;
  margin: 0 -1px 0 0;
}
.product__details .module-tabs .item.title .switch {
  line-height: 40px;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
  border-bottom: none;
  height: 40px;
  margin: 1px 35px 1px 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #97928e;
}
.product__details .module-tabs .item.title .switch:after {
  display: block;
  content: "";
  border-bottom: 1px solid #191919;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.product__details .module-tabs .item.title .switch:hover {
  color: #191919;
}
.product__details .module-tabs .item.title .switch:hover:after {
  transform: scaleX(1);
}
.product__details .module-tabs .item.title .switch .counter:before {
  content: "(";
}
.product__details .module-tabs .item.title .switch .counter:after {
  content: ")";
}
.product__details .module-tabs .item.title.active .mobile-plus {
  display: none;
}
.product__details .module-tabs .item.title.active .switch {
  padding-bottom: 2px;
  color: #191919;
}
.product__details .module-tabs .item.title.active .switch:after {
  content: "";
  display: block;
  border-bottom: 1px solid #191919;
  transform: scaleX(1);
}
.product__details .module-tabs .item.content {
  margin-top: 40px;
  padding: 15px 0 0 0;
  border-top: 1px solid #eaeaea;
  float: right;
  margin-left: -100%;
  width: 100%;
  font-size: 12px;
}
.product__details .module-tabs .item.content .additional-attributes {
  margin-top: 0;
  margin-bottom: 0;
}
.product__details .module-tabs .item.content .additional-attributes.table td {
  border-top: 0;
  border-bottom: 1px solid #eaeaea;
}
.product__details .module-tabs .item .mobile-plus {
  display: none;
}

@media (max-width: 1199.98px) {
  .product__details {
    display: flex;
  }
  .product__details .module-tabs .item.title {
    width: 100%;
    display: inline-block;
  }
  .product__details .module-tabs .item.active .tab-title .mobile-plus {
    display: block;
  }
  .product__details .module-tabs .item.content {
    margin-top: 0;
    padding: 0;
    margin-left: 0;
  }
  .product__details .module-tabs .item .tab-title {
    display: flex;
  }
  .product__details .module-tabs .item .tab-title .mobile-plus {
    display: block;
    font-size: 12px;
    margin-top: 14px;
  }
}
.block-collapsible-nav {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 2px solid #eaeaea;
}
.block-collapsible-nav .title {
  display: none;
  padding: 0 10px;
}
.block-collapsible-nav .title:before {
  position: relative;
  float: right;
}
.block-collapsible-nav .content .nav {
  display: block;
}
.block-collapsible-nav .content .nav .item a {
  width: 100%;
  display: block;
  padding: 10px;
}
.block-collapsible-nav .content .nav .item:hover {
  background-color: #f2f2f2;
}
.block-collapsible-nav .content .nav .item.current {
  border-left: 3px solid;
  padding: 10px;
  border-color: #deb283;
}

@media (max-width: 991.98px) {
  .block-collapsible-nav .title {
    display: block;
  }
  .block-collapsible-nav .content {
    display: none;
    padding: 15px 0 0;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.5;
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: auto;
}
.loading-mask .loader > p {
  display: none;
}

.toolbar .pages .items .item {
  display: inline;
  font-size: 16px;
  padding: 0 10px;
  color: #3a3a3a;
}
.toolbar .pages .items .item.current {
  border-bottom: 3px solid;
  color: #191919;
}
.toolbar .pages .items .item .action {
  margin-top: -2px;
}
.toolbar .pages .items .item .action.next span:after {
  content: "\f178";
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 16px;
}
.toolbar .pages .items .item .action.previous span:before {
  content: "\f177";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 16px;
}
.toolbar .pages .items .item .action span {
  margin: 0 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .toolbar .pages .items {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    min-width: 220px;
  }
  .toolbar .pages .items .item.pages-item-previous {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 0;
  }
  .toolbar .pages .items .item.pages-item-next {
    position: absolute;
    top: 35px;
    right: 0;
    padding: 0;
  }
}
.module-filter {
  width: 100%;
}
.module-filter .filter-content .block-subtitle, .category-filter .module-filter .filter-content .filter-options-item .filter-options-title {
  border-bottom: 1px solid;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.module-filter .filter-current-subtitle {
  border: 0;
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}
.module-filter .filter-current .items {
  font-size: 12px;
  padding: 5px 0;
}
.module-filter .filter-current .items .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.module-filter .filter-current .items .item .filter-label {
  font-weight: bold;
}
.module-filter .filter-current .items .item .filter-label:after {
  content: ":";
}
.module-filter .filter-current .items .item .action {
  left: 0;
  position: absolute;
  top: 4px;
}
.module-filter .filter-current .items .item .action span {
  display: none;
}
.module-filter .filter-actions {
  font-size: 12px;
  margin: 20px 0;
  padding: 0;
}
.module-filter .filter-options {
  display: none;
  position: relative;
}
.module-filter .filter-options-item {
  padding-bottom: 15px;
}
.module-filter .filter-options-item a {
  display: block;
  text-transform: Capitalize;
  width: 100%;
}
.module-filter .filter-options-item a.ui-slider-handle {
  background: #f2f2f2;
  border: 3px solid #191919;
  cursor: pointer;
  height: 15px;
  top: -4px;
  transition: all 0s;
  width: 15px;
}
.module-filter .filter-options-item a input {
  display: none;
}
.module-filter .filter-options-item a.am_shopby_link_selected {
  border-left: 2px solid #deb283;
  color: #deb283;
  padding-left: 5px;
}
.module-filter .filter-options-item a.am_shopby_link_selected .label, .module-filter .filter-options-item a.am_shopby_link_selected .count {
  color: #deb283 !important;
}
.module-filter .filter-options-item a:hover {
  color: #deb283 !important;
}
.module-filter .filter-options-item a:hover .label, .module-filter .filter-options-item a:hover .count {
  color: #deb283 !important;
}
.module-filter .filter-options-title {
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  outline: none;
  overflow: hidden;
  padding: 10px 40px 10px 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
}
.module-filter .filter-options-title:before {
  position: absolute;
  right: 0;
  top: 15px;
}
.module-filter .filter-options-content {
  margin: 0;
  padding: 10px 0;
}
.module-filter .filter-options-content .items .item {
  border-bottom: 1px solid #e4e4e4;
  padding: 6px 0;
}
.module-filter .filter-options-content .items .item .count {
  color: #adadad;
  font-size: 11px;
  margin-left: 5px;
}
.module-filter .filter-options-content .items .item .count:before {
  content: "(";
}
.module-filter .filter-options-content .items .item .count:after {
  content: ")";
  margin-left: -2px;
}
.module-filter .am_shopby_slider_container .price-range {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 6px;
}
.module-filter .am_shopby_slider_container .price-range .am_shopby_slider_display {
  display: inline;
  margin-right: 5px;
}
.module-filter .am-slider.ui-slider-horizontal {
  display: block;
  height: 6px;
  max-width: 96%;
}
.module-filter .am-slider.ui-slider-horizontal .ui-slider-range {
  background: #3a3a3a;
  height: 6px;
  position: absolute;
}

.category-filter .module-filter {
  width: 100%;
}
.category-filter .module-filter .filter-content .filter-subtitle {
  display: none;
}
.category-filter .module-filter .filter-content .filter-actions {
  display: none;
}
.category-filter .module-filter .filter-content .filter-options-item .filter-options-title {
  font-weight: 600;
}
.category-filter .module-filter .filter-content .filter-options-item .filter-options-title:before {
  content: none;
}
.category-filter .module-filter .filter-content .filter-options-item .filter-options-content {
  display: block !important;
}

.catalogsearch-result-index .module-filter .filter-options-content .items > form > .item {
  border: none;
}
.catalogsearch-result-index .module-filter .filter-options-content .items > form > .item .level-1 {
  border-top: 1px solid #e4e4e4;
  margin-top: 6px;
}

.filter-active .filters-trigger strong, .filters-trigger strong:hover {
  border-color: #000;
  color: #000;
}

.filters-trigger strong {
  border: 1px solid #97928e;
  color: #97928e;
  cursor: pointer;
  display: flex;
  padding: 5px 10px;
}
@media (max-width: 991.98px) {
  .sidebar .module-filter {
    position: relative;
  }
  .sidebar .module-filter .open-filters {
    position: absolute;
    right: 2px;
    top: 8px;
  }
  .module-filter .filter-title {
    display: block;
    position: relative;
  }
  .module-filter .filter-title strong {
    background-color: transparent;
    border: 1px solid #97928e;
    border-radius: 15px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 8px;
    z-index: 1;
  }
  .module-filter .filter-title strong:active {
    background-color: #deb283 !important;
    box-shadow: 0 0 0 0.2rem #deb283 !important;
  }
  .module-filter .filter-title strong:hover {
    background-color: #adadad;
  }
  .module-filter .filter-options {
    margin: 0 3%;
  }
  .module-filter.active .filter-options {
    display: block;
  }
  .catalogsearch-result-index .module-filter .filter-options-content .items > form > .item {
    border-bottom: 1px solid #e4e4e4;
  }
  .catalogsearch-result-index .module-filter .filter-options-content .items > form > .item .level-1 {
    border-top: 1px solid #e4e4e4;
    margin-top: 6px;
  }
}
@media (min-width: 992px) {
  .module-filter {
    margin-top: 15px;
  }
  .module-filter .filter-title {
    display: none;
  }
  .module-filter .filter-options .filter-options-item {
    width: 20%;
  }
  .module-filter .filter-options .filter-options-item.--hidden:not(.--show-hidden) {
    display: none;
  }
  .module-filter .filter-options .filter-options-item.active > .filter-options-title {
    background-color: rgb(216.5, 216.5, 216.5);
  }
  .module-filter .filter-options-content {
    background-color: #f2f2f2;
    display: none;
    left: 2.5%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 10px 0 15px 0 !important;
    position: absolute;
    width: 95%;
    z-index: 100;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  }
  .module-filter .filter-options-content .items:not(.am-labels-folding),
  .module-filter .filter-options-content .items > form {
    -moz-column-gap: 20px;
         column-gap: 20px;
    display: grid;
    grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) ;
    row-gap: 10px;
  }
  .module-filter .filter-options-content .items:not(.am-labels-folding) .items,
  .module-filter .filter-options-content .items > form .items {
    display: block;
  }
  .module-filter .filter-options-content .item > a {
    padding-left: 20px;
  }
  .module-filter .filter-options-title {
    max-width: 225px;
  }
  .module-filter .filter-options-title:before {
    right: 15px;
    top: 12px;
  }
  .module-filter .filter-content .filter-subtitle {
    display: none;
  }
  .module-filter.active .filter-options {
    display: flex;
    flex-wrap: wrap;
  }
}
.table .table-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.table th, .table td {
  width: auto;
}
.table th {
  border-top: none;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 991.98px) {
  .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr + tr {
    border-top: 1px solid #e4e4e4;
  }
  .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td {
    display: table-cell;
    border-top: none;
    padding: 10px;
  }
  .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    padding-bottom: 10px;
  }
  .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td + td:first-child {
    padding-top: 15px;
    border-top: 1px solid;
  }
  .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th:after {
    content: ":";
  }
}
.page-top {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.module-slider {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  background-color: #fff;
}
.module-slider .module-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.module-slider .module__list {
  flex: 0 0 100%;
  max-width: 100%;
}
.module-slider .module__list .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  text-align: center;
}
.module-slider .module__list .slick-dots li {
  display: inline-block;
}
.module-slider .module__list .slick-dots li button {
  display: block;
  width: 10px;
  height: 11px;
  margin: 5px;
  filter: alpha(opacity=100);
  opacity: 1;
  border-radius: 100%;
  background: #fff;
  font-size: 0;
  border: none;
}
.module-slider .module__list .slick-dots li.slick-active button {
  background: #ff974e;
}
.module-slider.desktop {
  display: block;
}
.module-slider.mobile {
  display: none;
}

.category-slider {
  margin-top: -15px;
}

@media (max-width: 767.98px) {
  .module-slider.desktop {
    display: none !important;
  }
  .module-slider.mobile {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .module-slider .rev_slider_wrapper {
    left: -15px !important;
  }
}
@media (min-width: 576px) {
  .category-slider {
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  .category-slider {
    margin-top: -20px;
  }
}
.module-featuredimages {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  max-width: 1500px;
  padding-bottom: 0;
}
.module-featuredimages .module-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.module-featuredimages .module-inner .item {
  min-height: 175px;
  overflow: hidden;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.module-featuredimages .module-inner .item:first-child {
  padding-left: 0;
}
.module-featuredimages .module-inner .item:last-child {
  padding-right: 0;
}
.module-featuredimages .module-inner .item--bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: inherit;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.module-featuredimages .module-inner .item--bg .link {
  height: 100%;
  position: absolute;
  width: 100%;
}
.module-featuredimages .module-inner .item--bg:hover {
  overflow: hidden;
  transform: scale(1.1);
}
.module-featuredimages .module-inner .item.responsive .desktop {
  display: none;
}

@media (min-width: 576px) {
  .module-featuredimages .module-inner .item {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .module-featuredimages .module-inner .item.responsive .mobile {
    display: none;
  }
  .module-featuredimages .module-inner .item.responsive .desktop {
    display: flex;
  }
}
@media (min-width: 992px) {
  .module-featuredimages {
    padding-bottom: 30px;
  }
  .module-featuredimages .module-inner .item {
    min-height: 300px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module-new {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.module-new .module-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.module-new .module__content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.module-new .module__title {
  position: relative;
  display: block;
  margin-bottom: 60px;
  text-align: center;
  padding-top: 34px;
}

@media (max-width: 575.98px) {
  .module-new .module__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.module-showroon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.module-showroon .layer-transparent {
  background-color: rgba(229, 184, 136, 0.6);
}
.module-showroon .module-inner {
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.module-showroon .module__content {
  text-align: center;
  width: 100%;
}
.module-showroon .module__title {
  color: #fff;
}
.module-showroon .module__title h2 {
  border-bottom: 0;
}
.module-showroon .module__title h2:after {
  display: none;
}
.module-showroon .module__title a {
  color: #fff;
}

.module-footer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
  text-align: center;
}
.module-footer > .module-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.module-footer > .module-inner .footer__content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 130px 0;
}
.module-footer > .module-inner .footer__logo {
  height: -moz-fit-content;
  height: fit-content;
}
.module-footer > .module-inner .footer__logo img {
  max-height: 90px;
  height: 100%;
}
.module-footer > .module-inner .footer__links .list-inline-item, .module-footer > .module-inner .footer__links .module-socialshare .module__list li, .module-socialshare .module__list .module-footer > .module-inner .footer__links li, .module-footer > .module-inner .footer__links .page-header .header__top .links li, .page-header .header__top .links .module-footer > .module-inner .footer__links li {
  display: inline-block;
  margin: 0 20px;
}
.module-footer > .module-inner .copyright {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
}
.module-footer > .module-inner .copyright__content {
  padding: 18px 0;
}
.module-footer > .module-inner .copyright__content .list-inline, .module-footer > .module-inner .copyright__content .module-socialshare .module__list, .module-socialshare .module-footer > .module-inner .copyright__content .module__list, .module-footer > .module-inner .copyright__content .page-header .header__top .links, .page-header .header__top .module-footer > .module-inner .copyright__content .links {
  display: inline-block;
}
.module-footer > .module-inner .copyright__content .list-inline-item, .module-footer > .module-inner .copyright__content .module-socialshare .module__list li, .module-socialshare .module__list .module-footer > .module-inner .copyright__content li, .module-footer > .module-inner .copyright__content .page-header .header__top .links li, .page-header .header__top .links .module-footer > .module-inner .copyright__content li {
  margin: 0;
  display: inline-block;
  color: #575757;
}
.module-footer > .module-inner .copyright__content .list-inline-item + .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list li + .list-inline-item:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content li + .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list .list-inline-item + li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .list-inline-item + li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list li + li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content li + li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links li + .list-inline-item:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content li + .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links .list-inline-item + li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .list-inline-item + li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links li + li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content li + li:before {
  content: "|";
  margin: 0 20px;
}
.module-footer > .module-inner .copyright__content .list-inline + .list-inline .list-inline-item:before, .module-footer > .module-inner .copyright__content .list-inline + .list-inline .module-socialshare .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .list-inline + .list-inline li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .list-inline .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .list-inline .module__list li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list .module__list + .list-inline li:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .list-inline .list-inline-item:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .list-inline .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .module__list + .list-inline li:before, .module-footer > .module-inner .copyright__content .module-socialshare .list-inline + .module__list .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .list-inline + .module__list li:before, .module-socialshare .module-footer > .module-inner .copyright__content .list-inline + .module__list .list-inline-item:before, .module-socialshare .module-footer > .module-inner .copyright__content .list-inline + .module__list li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .module__list .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .module__list .module__list li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list .module__list + .module__list li:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .module__list .list-inline-item:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .module__list .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .module__list + .module__list li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .list-inline .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .list-inline .module-socialshare .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .page-header .header__top .links + .list-inline li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .links + .module__list .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .links + .module__list li:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .links + .module__list .list-inline-item:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .links + .module__list li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .list-inline .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .list-inline .module-socialshare .module__list li:before, .module-socialshare .module__list .page-header .header__top .module-footer > .module-inner .copyright__content .links + .list-inline li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .links + .module__list .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .links + .module__list li:before, .module-socialshare .page-header .header__top .module-footer > .module-inner .copyright__content .links + .module__list .list-inline-item:before, .module-socialshare .page-header .header__top .module-footer > .module-inner .copyright__content .links + .module__list li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .list-inline + .links .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .module__list + .links .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .module__list .module__list + .links li:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .module__list + .links .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .list-inline + .links .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .links .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .module__list .module__list + .links li:before, .module-socialshare .page-header .header__top .module-footer > .module-inner .copyright__content .module__list + .links .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .links .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .links .module-socialshare .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .page-header .header__top .links + .links li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .links .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .links .module-socialshare .module__list li:before, .module-socialshare .module__list .page-header .header__top .module-footer > .module-inner .copyright__content .links + .links li:before, .module-footer > .module-inner .copyright__content .list-inline + .list-inline .page-header .header__top .links li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .list-inline .page-header .header__top .links li:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .list-inline .page-header .header__top .links li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .module__list .page-header .header__top .links li:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .module__list .page-header .header__top .links li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .list-inline + .list-inline li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .list-inline li:before, .module-socialshare .page-header .header__top .links .module-footer > .module-inner .copyright__content .module__list + .list-inline li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .module__list li:before, .module-socialshare .page-header .header__top .links .module-footer > .module-inner .copyright__content .module__list + .module__list li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .list-inline .links li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links .links + .list-inline li:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .links .links + .module__list li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .list-inline .links li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .links + .list-inline li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .list-inline + .links li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .module__list + .links li:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .module__list + .links li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .list-inline + .links li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .links li:before, .module-socialshare .page-header .header__top .module-footer > .module-inner .copyright__content .module__list + .links li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .links .links li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links .links + .links li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .links .links li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .links + .links li:before {
  content: "|";
  margin: 0 20px;
}

@media (max-width: 575.98px) {
  .module-footer > .module-inner .footer__content {
    padding: 80px 0;
  }
  .module-footer > .module-inner .copyright {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .module-footer > .module-inner .copyright__content .list-inline, .module-footer > .module-inner .copyright__content .module-socialshare .module__list, .module-socialshare .module-footer > .module-inner .copyright__content .module__list, .module-footer > .module-inner .copyright__content .page-header .header__top .links, .page-header .header__top .module-footer > .module-inner .copyright__content .links {
    display: block;
  }
  .module-footer > .module-inner .copyright__content .list-inline-item, .module-footer > .module-inner .copyright__content .module-socialshare .module__list li, .module-socialshare .module__list .module-footer > .module-inner .copyright__content li, .module-footer > .module-inner .copyright__content .page-header .header__top .links li, .page-header .header__top .links .module-footer > .module-inner .copyright__content li {
    display: block;
    padding-bottom: 5px;
  }
  .module-footer > .module-inner .copyright__content .list-inline-item + .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list li + .list-inline-item:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content li + .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list .list-inline-item + li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .list-inline-item + li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list li + li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content li + li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links li + .list-inline-item:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content li + .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links .list-inline-item + li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .list-inline-item + li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links li + li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content li + li:before {
    display: none;
  }
  .module-footer > .module-inner .copyright__content .list-inline + .list-inline .list-inline-item:before, .module-footer > .module-inner .copyright__content .list-inline + .list-inline .module-socialshare .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .list-inline + .list-inline li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .list-inline .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .list-inline .module__list li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list .module__list + .list-inline li:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .list-inline .list-inline-item:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .list-inline .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .module__list + .list-inline li:before, .module-footer > .module-inner .copyright__content .module-socialshare .list-inline + .module__list .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .list-inline + .module__list li:before, .module-socialshare .module-footer > .module-inner .copyright__content .list-inline + .module__list .list-inline-item:before, .module-socialshare .module-footer > .module-inner .copyright__content .list-inline + .module__list li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .module__list .list-inline-item:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .module__list .module__list li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list .module__list + .module__list li:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .module__list .list-inline-item:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .module__list .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .module__list + .module__list li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .list-inline .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .list-inline .module-socialshare .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .page-header .header__top .links + .list-inline li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .links + .module__list .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .links + .module__list li:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .links + .module__list .list-inline-item:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .links + .module__list li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .list-inline .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .list-inline .module-socialshare .module__list li:before, .module-socialshare .module__list .page-header .header__top .module-footer > .module-inner .copyright__content .links + .list-inline li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .links + .module__list .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .links + .module__list li:before, .module-socialshare .page-header .header__top .module-footer > .module-inner .copyright__content .links + .module__list .list-inline-item:before, .module-socialshare .page-header .header__top .module-footer > .module-inner .copyright__content .links + .module__list li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .list-inline + .links .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .module__list + .links .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .module__list .module__list + .links li:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .module__list + .links .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .list-inline + .links .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .links .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .module__list .module__list + .links li:before, .module-socialshare .page-header .header__top .module-footer > .module-inner .copyright__content .module__list + .links .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .links .list-inline-item:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .links .module-socialshare .module__list li:before, .module-socialshare .module__list .module-footer > .module-inner .copyright__content .page-header .header__top .links + .links li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .links .list-inline-item:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .links .module-socialshare .module__list li:before, .module-socialshare .module__list .page-header .header__top .module-footer > .module-inner .copyright__content .links + .links li:before, .module-footer > .module-inner .copyright__content .list-inline + .list-inline .page-header .header__top .links li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .list-inline .page-header .header__top .links li:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .list-inline .page-header .header__top .links li:before, .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .module__list .page-header .header__top .links li:before, .module-socialshare .module-footer > .module-inner .copyright__content .module__list + .module__list .page-header .header__top .links li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .list-inline + .list-inline li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .list-inline li:before, .module-socialshare .page-header .header__top .links .module-footer > .module-inner .copyright__content .module__list + .list-inline li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .module__list li:before, .module-socialshare .page-header .header__top .links .module-footer > .module-inner .copyright__content .module__list + .module__list li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .list-inline .links li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links .links + .list-inline li:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .links .links + .module__list li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .list-inline .links li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .links + .list-inline li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .list-inline + .links li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .module-socialshare .module__list + .links li:before, .module-socialshare .module-footer > .module-inner .copyright__content .page-header .header__top .module__list + .links li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .list-inline + .links li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .module-socialshare .module__list + .links li:before, .module-socialshare .page-header .header__top .module-footer > .module-inner .copyright__content .module__list + .links li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links + .links .links li:before, .module-footer > .module-inner .copyright__content .page-header .header__top .links .links + .links li:before, .page-header .header__top .module-footer > .module-inner .copyright__content .links + .links .links li:before, .page-header .header__top .links .module-footer > .module-inner .copyright__content .links + .links li:before {
    display: none;
  }
}
.header__settings {
  color: #191919;
}
.header__settings .settings__toggle {
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  color: #fff;
  vertical-align: top;
}
.header__settings .settings__toggle span {
  display: none;
}
.header__settings .settings__content {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  right: 0;
  top: 100%;
  margin-top: 5px;
  display: none;
  max-height: 430px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff;
  z-index: 1060;
}
.header__settings .settings__content .module-inner {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 230px;
  padding: 20px 20px 15px;
  text-align: left;
}
.header__settings .settings__content .module__title {
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  font-size: 11px;
  margin-bottom: 5px;
}
.header__settings .settings__content .module__links {
  font-size: 12px;
  text-transform: capitalize;
}
.header__settings .settings__content .module__links li {
  padding: 5px 0;
}
.header__settings .settings__content .module__links li.compare {
  display: none;
}
.header__settings .module__language {
  font-size: 12px;
  margin-bottom: 15px;
}
.header__settings .module__language .language__toggle {
  color: #deb283;
}
.header__settings .module__language .language__toggle span:after {
  font-family: FontAwesome;
  content: "\f078";
  margin-left: 5px;
}
.header__settings .module__language .language__content {
  display: none;
}
.header__settings .module__language .language__content .item {
  padding: 5px 0;
}
.header__settings .module__language .language__content--active {
  display: block;
}

.sidebar .sidebar-additional .block-compare, .sidebar .sidebar-additional .block-wishlist {
  margin-bottom: 30px;
}
.sidebar .sidebar-additional .block-compare .block-title strong, .sidebar .sidebar-additional .block-wishlist .block-title strong {
  border-bottom: 1px solid;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
}

.product-important .product__media .gallery-placeholder .fotorama__nav {
  margin-top: 20px;
}
.product-important .product__media .gallery-placeholder .fotorama .fotorama__wrap .fotorama__stage {
  max-height: 700px;
}
.product-important .product__media .gallery-placeholder .fotorama .fotorama-video-container:not(.fotorama__product-video--loaded):after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.product-important .product__media .gallery-placeholder .fotorama .product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-important .product__media .gallery-placeholder .fotorama .video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 49px;
}

.fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
  margin-top: 0 !important;
  text-align: center;
}

.module-socialshare {
  text-transform: uppercase;
  color: #97928e;
}
.module-socialshare .module-inner {
  display: flex;
}
.module-socialshare .module__title {
  margin-right: 10px;
  font-size: 14px;
  line-height: 28px;
}
.module-socialshare .module__list li a {
  padding: 0 10px;
  color: #97928e;
}
.module-socialshare .module__list li a:hover {
  color: #deb283;
}
.module-socialshare .module__list li a span {
  display: none;
}
.module-related {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 50px;
}
.module-related .products-grid .product-items .product-item {
  flex: 0 0 25%;
  max-width: 25%;
  max-width: 100%;
}
.module-related .products-grid .product-items .product-item-name {
  height: 35px;
  overflow: hidden;
}
.module-related.catalog-widget {
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .module-related {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 50px;
  }
  .module-related .products-grid .product-items .product-item {
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .module-related {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 50px;
  }
  .module-related .products-grid .product-items .product-item {
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 100%;
  }
}
.module-back-to-top .module__action {
  transition: all, 0.3;
  background: #3a3a3a;
  bottom: 35px;
  opacity: 0;
  height: 40px;
  position: fixed;
  right: 12px;
  width: 40px;
  line-height: 32px;
  z-index: 9999;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: none;
}
.module-back-to-top .module__action:hover {
  border-color: #deb283;
  background: #deb283;
}
.module-back-to-top .module__action:before {
  color: #fff;
}
.module-back-to-top .module__action span {
  display: none;
}
.module-back-to-top .module__action--visible {
  display: inline-block;
  opacity: 1;
  transition: all, 0.3;
}

.module-related--slider .slick-arrow {
  position: absolute;
  z-index: 9;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s ease-out;
}
.module-related--slider .slick-arrow.slick-prev {
  left: -14px;
  background: transparent;
  color: transparent;
  width: 50px !important;
  height: 50px !important;
  border: none;
}
.module-related--slider .slick-arrow.slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  display: block;
  color: #000000;
  background: #fff;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
}
.module-related--slider .slick-arrow.slick-next {
  right: -14px;
  background: transparent;
  color: transparent;
  width: 50px !important;
  height: 50px !important;
  border: none;
}
.module-related--slider .slick-arrow.slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  color: #000000;
  background: #fff;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  margin-right: 30px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
}
.module-related--slider .product-items {
  margin-left: 0;
  margin-right: 0;
}
.module-related--slider .product-items:hover .slick-arrow {
  opacity: 1;
}
.module-related--slider .product-items .product-item .product.details .product-item-actions .actions-primary .field .control.qty {
  padding-bottom: 2px;
  padding-top: 5px;
}

@media (max-width: 575.98px) {
  .module-related--slider .slick-arrow.slick-prev {
    left: -15px;
  }
  .module-related--slider .slick-arrow.slick-next {
    right: -15px;
  }
  .module-related--slider .slick-initialized .slick-arrow.slick-prev {
    opacity: 1;
  }
  .module-related--slider .slick-initialized .slick-arrow.slick-next {
    opacity: 1;
  }
}
.toggle-accordion .toggle-item .toggle-title {
  font-size: 16px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #adadad;
  position: relative;
  padding-bottom: 5px;
  margin: 20px 0;
  cursor: pointer;
}
.toggle-accordion .toggle-item .toggle-title:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.toggle-accordion .toggle-item .toggle-title.active:after {
  content: "\f077";
}
.toggle-accordion .toggle-item .toggle-content {
  display: none;
  width: 100%;
  overflow: hidden;
  transition: height 0.5s linear;
}

.store-locator {
  width: 100%;
}
.store-locator__filters {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin: 0 auto 20px auto;
  max-width: 640px;
}
.store-locator__submit-button {
  border-radius: 0;
}
.store-locator__search-address-founded {
  text-align: center;
  margin-bottom: 5px;
}
.store-locator__loader .loader-spinner {
  display: block;
  position: static;
}
.store-locator__no-results {
  text-align: center;
  font-size: 25px;
  max-width: 80%;
  margin: 0 auto;
}
.store-locator__store-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.store-locator-store {
  margin-bottom: 50px;
  width: 100%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: background-color 200ms linear;
}
.store-locator-store:hover {
  background-color: rgb(216.5, 216.5, 216.5);
}
.store-locator-store__fulladdress {
  flex-grow: 1;
}
.store-locator-store__address {
  display: block;
}
.store-locator-store__country {
  display: block;
}
.store-locator-store__email {
  display: block;
}
.store-locator-store__distance {
  font-weight: bold;
}
.store-locator-store__actions-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.store-locator-store__actions-container > * {
  margin-bottom: 10px;
}
.store-locator-store__website {
  display: block;
}
.store-locator-store__map-link {
  display: block;
}

@media (min-width: 576px) {
  .store-locator__store-list {
    grid-template-columns: 1fr 1fr;
  }
  .store-locator__filters {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
  .store-locator__submit-button {
    line-height: inherit;
  }
}
@media (min-width: 768px) {
  .store-locator__store-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .store-locator__store-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .store-locator__store-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.logoContainer {
  justify-content: center;
  padding: 0;
}
.logoContainer .header__logo {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.logoContainer .header__logo .logo {
  display: flex;
  max-height: 100px;
  max-width: 300px;
  justify-content: center;
}
.logoContainer .header__logo .logo img {
  width: auto;
  height: 100%;
}

@media (max-width: 992px) {
  .logoContainer .header__logo .logo {
    max-height: 40px;
    justify-content: left;
  }
  .logoContainer .header__logo .logo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
  }
}
@media (max-width: 991.98px) {
  .logoContainer {
    justify-content: left;
  }
}
@media (max-width: 592px) {
  .logoContainer {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
  }
  .logoContainer .header__logo .logo {
    justify-content: center;
  }
  .logoContainer .header__logo .logo img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.header__top--right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__top--right-in {
  width: 100%;
}
.header__top--right-in-grouper {
  display: inline-block;
}
.header__top--right .switcher-language {
  display: inline-block;
  text-transform: uppercase;
  padding: 1px 0;
  border-right: 1px solid;
  position: relative;
  margin-right: 8px;
  color: #191919;
  border-right: 1px solid #191919;
  font-size: 16px;
}
.header__top--right .switcher-language .languages {
  display: flex;
}
.header__top--right .switcher-language .language__active {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  margin: auto;
}
.header__top--right .switcher-language .language__options {
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 9;
  display: none;
  text-align: left;
  padding: 11px 11px 0 11px;
  box-shadow: 0 5px 13px 0 rgba(50, 50, 50, 0.74);
}
.header__top--right .switcher-language .language__options.visible {
  display: block;
}
.header__top--right .switcher-language .switcher-option {
  display: inline-block;
}
.header__top--right .switcher-language .switcher-option.item {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
.header__top--right .switcher-language .switcher-option a:hover, .header__top--right .switcher-language .switcher-option .language__options a:hover {
  color: #191919;
}
.header__top--right .switcher-language .switcher-option, .header__top--right .switcher-language .language__options {
  margin: 4px 5px;
}
.header__top--right .switcher-language .switcher-option a, .header__top--right .switcher-language .language__options a {
  color: #adadad;
}
.header__top--right .switcher-language .switcher-option a:hover, .header__top--right .switcher-language .language__options a:hover {
  color: #191919;
}
.header__top--right--user-actions {
  width: 260px;
  display: inline-block;
}
.header__top--right .ayudacontacto {
  display: inline-block;
  max-width: 110px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px;
  width: auto;
}
.header__top--right .ayudacontacto .flex-content {
  display: flex;
  align-items: center;
  color: #191919;
}
.header__top--right .ayudacontacto .flex-content .icono::after {
  content: "\f059";
  font-family: FontAwesome, serif;
  font-size: 20px;
}
.header__top--right .ayudacontacto .flex-content .texto {
  margin-left: 10px;
}
.header__top--right .ayudacontacto .icono, .header__top--right .texto {
  color: #191919;
}
.header__top--right .btn--secondary {
  color: #191919;
  border-color: #191919;
}
.header__top--right .btn--secondary:hover {
  color: #fff;
  border-color: #deb283;
}
.header__top--right .btn--primary {
  border-radius: 0;
  border: 1px solid #191919;
  font-weight: normal;
}
.header__top--right .btn--black {
  border: 1px solid #191919;
  background-color: #191919;
  color: #fff;
}
.header__top--right .btn--black:hover {
  background-color: #deb283;
  color: #fff;
  border: 1px solid #deb283;
}
.header__top--right .header__settings .settings__toggle:before {
  content: "";
}
.header__top--right .icon-login:before {
  content: "\e901";
  color: #191919;
  font-size: 29px;
}
.header__top--right .icon-logout:before {
  content: "\e902";
  color: #191919;
  font-size: 30px;
}
.header__top--right .module-minicart {
  margin: 5px 10px 0 5px;
}
.header__top--right .module-minicart .icon-cart:before {
  content: "\e900";
  color: #191919;
  font-size: 30px;
}
.header__top--right .module-minicart .action .counter {
  border-radius: 8px;
  font-size: 7px;
  height: 14px;
  line-height: 13px;
  width: 14px;
  left: 31px;
  top: 0;
  margin: 0;
}
.header__top--right .module-minicart .action .counter::before {
  display: none;
}
.header__top--right .module-minicart .action.showcart::before {
  content: "";
}

.greet.welcome span {
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .header__top--right .ayudacontacto .texto {
    display: none;
  }
  .header__top--right .header__settings .settings__toggle {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .header__top--right {
    padding: 0;
  }
  .header__top--right .header__top--right-in {
    display: none;
  }
  .header__top--right .header__settings {
    margin: 0px;
  }
  .header__top--right .header__settings .settings__toggle {
    margin-top: 0;
  }
  .header__top--right .header__settings .module-inner .module__title, .header__top--right .header__settings .module__language {
    display: block;
  }
  .header__top--right .switcher-language {
    font-size: 12px;
    border: none;
  }
  .header__top--right .switcher-language .switcher-option.item {
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 592px) {
  .header__top--right {
    margin: 0;
    padding: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .header__top--right .header__settings, .header__top--right .module-minicart {
    margin: 0;
  }
}
.header__top--right .module__language-alternative {
  margin-right: 25px;
  font-size: 12px;
}
.header__top--right .module__language-alternative.switcher-language {
  border-right: none;
  display: block;
}
.header__top--right .module__language-alternative.switcher-language .languages {
  justify-content: end;
}
.header__top--right .module__language-alternative.switcher-language .languages div {
  border-right: 1px solid;
  margin: 0;
  padding: 0 5px;
}
.header__top--right .module__language-alternative.switcher-language .languages:last-child {
  border-right: none;
}
.header__top--right .module__language-alternative.switcher-language .languages .switcher-option a,
.header__top--right .module__language-alternative.switcher-language .languages .language__options a {
  color: inherit;
}
.header__top--right .module__language-alternative.switcher-language .languages .switcher-option a:hover,
.header__top--right .module__language-alternative.switcher-language .languages .language__options a:hover {
  color: initial;
}

.block-new-customer .block-title {
  text-align: center;
  font-size: 32px;
}

#cookie-consent-settings-button-container #cookie-consent-settings-button, .klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn, .klaro .cookie-notice .cn-body .cm-btn {
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #97928e !important;
  border-radius: 5px !important;
}
#cookie-consent-settings-button-container #cookie-consent-settings-button:hover, .klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn:hover, .klaro .cookie-notice .cn-body .cm-btn:hover {
  background-color: #deb283 !important;
  color: #fff !important;
  border-color: #deb283 !important;
  transition: all, 0.3s;
}

.klaro .cookie-notice .cn-body {
  flex-direction: column !important;
  width: 100%;
}
.klaro .cookie-notice .cn-body div.cn-ok .cn-buttons {
  order: 2;
}
.klaro .cookie-notice .cn-body div.cn-ok .cn-learn-more {
  order: 1;
  text-decoration: none;
}
.klaro .cookie-notice .cn-body div.cn-ok .cookiesNewEvent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  margin-top: 0;
}
.klaro .cookie-notice .cn-body-text #id-cookie-title {
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons {
  justify-content: center;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn {
  z-index: 1;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cn-decline, .klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept-all {
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cookiesNewEvent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .content .content-left li:first-child {
  display: none;
}
.klaro .cookie-modal .cm-modal .content .content-right .cm-services #required {
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-modal .cm-modal .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #191919;
}
.klaro .cookie-modal .cm-modal .cm-header a {
  color: #191919;
}
.klaro .cookie-modal .cm-modal .cm-header .title {
  display: none;
}

.cn-buttons {
  position: relative;
}

.cm-btn {
  position: relative;
  z-index: 1;
}

#cookie-consent-settings-button-container {
  position: fixed;
  bottom: 0;
  right: 60px;
  z-index: 1000;
}
#cookie-consent-settings-button-container #cookie-consent-settings-button {
  background-color: #fff !important;
  padding: 5px 10px 0 10px;
  border-bottom: none !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 0 !important;
  border-bottom: none !important;
  border-bottom-right-radius: 0 !important;
  display: flex;
  align-items: center;
}
#cookie-consent-settings-button-container #cookie-consent-settings-button::before {
  font-family: "FontAwesome";
  content: "\f013";
  color: #adadad;
  font-size: 20px;
  padding-right: 5px;
}
#cookie-consent-settings-button-container #cookie-consent-settings-button:hover::before {
  color: #fff;
}

@media (max-width: 768px) {
  .klaro .cookie-notice .cn-body .cn-ok {
    margin-top: 1.5em !important;
  }
}
@media (max-width: 576px) {
  #cookie-consent-settings-button-container {
    right: 40px;
    position: absolute;
  }
  #cookie-consent-settings-button-container #cookie-consent-settings-button {
    font-size: 12px;
  }
  #cookie-consent-settings-button-container #cookie-consent-settings-button::before {
    font-size: 15px;
  }
}
@font-face {
  font-family: "Blank-Theme-Icons";
  src: url("../fonts/Blank-Theme-Icons.eot");
  src: url("../fonts/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Blank-Theme-Icons.woff") format("woff"), url("../fonts/Blank-Theme-Icons.ttf") format("truetype"), url("../fonts/Blank-Theme-Icons.svg#Blank-Theme-Icons") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "juinsatech-icons";
  src: url("../fonts/icomoon.eot?u7mbk9");
  src: url("../fonts/icomoon.eot?u7mbk9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u7mbk9") format("truetype"), url("../fonts/icomoon.woff?u7mbk9") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "juinsatech-icons" !important;
  speak: never;
  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;
}

.company-warning {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
