@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: sans-serif;
  font-weight: normal !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  padding: 0;
  margin: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

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

img, svg {
  width: 100%;
  display: block;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table td, table th {
  border: none;
}

/* Removes Vendor IE10+ Close Button for input type text*/
::-ms-clear {
  display: none;
}

/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
b,
strong {
  font-weight: 700;
}

::-moz-selection {
  background: rgba(232, 28, 53, 0.99);
  color: rgba(255, 255, 255, 0.99);
}

::selection {
  background: rgba(232, 28, 53, 0.99);
  color: rgba(255, 255, 255, 0.99);
}

html,
body {
  font-family: protipo, sans-serif;
  color: #4d4f53;
  background-color: #F7F8F9;
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  html,
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  html,
  body {
    font-size: 18px;
  }
}
html.menu-active,
body.menu-active {
  overflow: hidden;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-weight: 800;
  font-weight: normal;
  color: #111F29;
}

h3,
h4 {
  font-weight: 700;
  font-weight: normal;
  color: #111F29;
}

h1 {
  line-height: 1.3;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 53px;
  }
}

h2 {
  line-height: 1.3;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  line-height: 1.3;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  line-height: 1.1;
  font-size: 22px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  line-height: 1.3;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}

.add-heading-shadow {
  -webkit-text-shadow: 0 0 5px rgba(17, 31, 41, 0.5);
  -moz-text-shadow: 0 0 5px rgba(17, 31, 41, 0.5);
  -o-text-shadow: 0 0 5px rgba(17, 31, 41, 0.5);
  text-shadow: 0 0 5px rgba(17, 31, 41, 0.5);
}

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

.btn, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .ok-button,
.button-1,
.button-2,
.button-3 {
  background-color: #111F29;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -khtml-border-radius: 50px;
  padding: 0.9rem 1.6rem 0.8rem;
  font-size: 0.9rem;
  display: inline-block;
  font-weight: 800;
  font-weight: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 1024px) {
  .btn, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .ok-button,
  .button-1,
  .button-2,
  .button-3 {
    padding: 0.8rem 1.2rem;
    font-size: 0.8rem;
  }
}
.btn.dark-small, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.dark-small, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .dark-small.newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .dark-small.ok-button,
.button-1.dark-small,
.button-2.dark-small,
.button-3.dark-small {
  background-color: #111F29;
  font-size: 0.7rem;
  padding: 0.5rem 1.2rem;
  font-family: protipo, sans-serif;
}
.btn.light, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.light, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .light.ok-button,
.button-1.light,
.button-2.light,
.button-3.light {
  background-color: #ffffff;
  color: #111F29;
}
.btn.dark, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.dark, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .dark.newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .dark.ok-button,
.button-1.dark,
.button-2.dark,
.button-3.dark {
  background-color: #111F29;
  color: #ffffff;
}
.btn.cta, .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .btn.productAddedToCartWindowCheckout,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .btn.productAddedToCartWindowCheckout, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.cta, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary p.productAddedToCartWindowCheckout, .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.productAddedToCartWindowCheckout,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary p.productAddedToCartWindowCheckout,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.productAddedToCartWindowCheckout, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .cta.newsletter-subscribe-button, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .newsletter-subscribe-button.productAddedToCartWindowCheckout, .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button.productAddedToCartWindowCheckout,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .newsletter-subscribe-button.productAddedToCartWindowCheckout,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button.productAddedToCartWindowCheckout, .eu-cookie-bar-notification .content .buttons-more .cta.ok-button, .eu-cookie-bar-notification .content .buttons-more .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .ok-button.productAddedToCartWindowCheckout, .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .eu-cookie-bar-notification .content .buttons-more .ok-button.productAddedToCartWindowCheckout,
.eu-cookie-bar-notification .content .buttons-more .ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .ok-button.productAddedToCartWindowCheckout,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .eu-cookie-bar-notification .content .buttons-more .ok-button.productAddedToCartWindowCheckout,
.button-1.cta,
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .button-1.productAddedToCartWindowCheckout,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .button-1.productAddedToCartWindowCheckout,
.button-2.cta,
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .button-2.productAddedToCartWindowCheckout,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .button-2.productAddedToCartWindowCheckout,
.button-3.cta,
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .button-3.productAddedToCartWindowCheckout,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .button-3.productAddedToCartWindowCheckout {
  background-color: #E81C35;
  color: #ffffff;
}
.btn.cta:hover, .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .btn.productAddedToCartWindowCheckout:hover,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .btn.productAddedToCartWindowCheckout:hover, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.cta:hover, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary p.productAddedToCartWindowCheckout:hover, .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.productAddedToCartWindowCheckout:hover,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary p.productAddedToCartWindowCheckout:hover,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.productAddedToCartWindowCheckout:hover, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .cta.newsletter-subscribe-button:hover, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .newsletter-subscribe-button.productAddedToCartWindowCheckout:hover, .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button.productAddedToCartWindowCheckout:hover,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .newsletter-subscribe-button.productAddedToCartWindowCheckout:hover,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button.productAddedToCartWindowCheckout:hover, .eu-cookie-bar-notification .content .buttons-more .cta.ok-button:hover, .eu-cookie-bar-notification .content .buttons-more .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .ok-button.productAddedToCartWindowCheckout:hover, .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .eu-cookie-bar-notification .content .buttons-more .ok-button.productAddedToCartWindowCheckout:hover,
.eu-cookie-bar-notification .content .buttons-more .ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .ok-button.productAddedToCartWindowCheckout:hover,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .eu-cookie-bar-notification .content .buttons-more .ok-button.productAddedToCartWindowCheckout:hover,
.button-1.cta:hover,
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .button-1.productAddedToCartWindowCheckout:hover,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .button-1.productAddedToCartWindowCheckout:hover,
.button-2.cta:hover,
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .button-2.productAddedToCartWindowCheckout:hover,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .button-2.productAddedToCartWindowCheckout:hover,
.button-3.cta:hover,
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .button-3.productAddedToCartWindowCheckout:hover,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .button-3.productAddedToCartWindowCheckout:hover {
  background-color: #be1328;
}
.btn.small, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.small, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .small.newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .ok-button,
.button-1.small,
.button-2.small,
.button-3.small {
  padding: 0;
  font-size: 0.8rem;
  background-color: transparent;
  color: #4d4f53;
  border-bottom: 2px solid #4d4f53;
  border-radius: 0;
}
.btn.big, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.big, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .big.newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .big.ok-button,
.button-1.big,
.button-2.big,
.button-3.big {
  padding: 1.1rem 1.8rem;
  font-size: 1rem;
}
.btn.outlined-dark, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.outlined-dark, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .outlined-dark.newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .outlined-dark.ok-button,
.button-1.outlined-dark,
.button-2.outlined-dark,
.button-3.outlined-dark {
  border: 1px solid #dce0e6;
  background-color: transparent;
  color: #111F29;
  font-weight: 700;
}
.btn.outlined-dark:hover, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.outlined-dark:hover, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .outlined-dark.newsletter-subscribe-button:hover, .eu-cookie-bar-notification .content .buttons-more .outlined-dark.ok-button:hover,
.button-1.outlined-dark:hover,
.button-2.outlined-dark:hover,
.button-3.outlined-dark:hover {
  background-color: rgba(17, 31, 41, 0.1);
}
.btn.outlined-light, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.outlined-light, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .outlined-light.newsletter-subscribe-button, .eu-cookie-bar-notification .content .buttons-more .outlined-light.ok-button,
.button-1.outlined-light,
.button-2.outlined-light,
.button-3.outlined-light {
  border: 1px solid #dce0e6;
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
}
.btn.outlined-light:hover, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.outlined-light:hover, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .outlined-light.newsletter-subscribe-button:hover, .eu-cookie-bar-notification .content .buttons-more .outlined-light.ok-button:hover,
.button-1.outlined-light:hover,
.button-2.outlined-light:hover,
.button-3.outlined-light:hover {
  background-color: rgba(17, 31, 41, 0.1);
}
.btn:hover, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p:hover, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button:hover, .eu-cookie-bar-notification .content .buttons-more .ok-button:hover,
.button-1:hover,
.button-2:hover,
.button-3:hover {
  background-color: #020405;
  color: #ffffff;
}

.list-category-btn {
  border-bottom: 0 !important;
}
.list-category-btn:hover {
  background: none;
  color: #000;
}
.list-category-btn img {
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}

.text-btn {
  display: inline-block;
  cursor: pointer;
  color: #111F29;
  font-size: 0.75rem;
}
.text-btn .underlined {
  position: relative;
  z-index: 1;
}
.text-btn .underlined:hover:after {
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
  background: #111f29;
}
.text-btn .underlined:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: -2px;
  width: 100%;
  background: rgba(17, 31, 41, 0.3);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  -ms-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  z-index: -1;
}
.text-btn.bronze {
  color: #E81C35;
}
.text-btn.bronze .underlined {
  position: relative;
  z-index: 1;
}
.text-btn.bronze .underlined:hover:after {
  -webkit-transform: scaleX(0.8);
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
  background: #e81c35;
}
.text-btn.bronze .underlined:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: -2px;
  width: 100%;
  background: rgba(232, 28, 53, 0);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  -ms-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  z-index: -1;
}

.imitate-a,
.page.shopping-cart-page a {
  display: inline-block;
  position: relative;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.imitate-a:after, .imitate-a:before,
.page.shopping-cart-page a:after,
.page.shopping-cart-page a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  border-bottom: 2px solid #E81C35;
  opacity: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.imitate-a:before,
.page.shopping-cart-page a:before {
  right: 0;
}
.imitate-a:hover:after,
.page.shopping-cart-page a:hover:after {
  right: 0;
  opacity: 1;
  border-bottom: 2px solid #111F29;
}

.breadcrumb {
  background-color: #F7F8F9;
  height: 26px;
  padding: 1px 16px 0;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding: 1px 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumb {
    background-color: transparent;
    padding: 16px 40px 0;
    height: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .breadcrumb {
    padding: 16px 80px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .breadcrumb {
    position: absolute;
    left: calc(50% + 2rem);
    top: 5rem;
    background-color: transparent;
    padding: 0;
    z-index: 2;
  }
}
.breadcrumb ul {
  list-style: none;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb ul {
    overflow-x: hidden;
  }
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.55rem;
  color: #111F29;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb ul li {
    font-size: 0.7rem;
  }
}
.breadcrumb ul li span.delimiter {
  margin: 0 4px 0 2px;
}
.breadcrumb ul li a {
  color: #111F29;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
.breadcrumb ul li a:hover {
  color: #111F29;
}

.bg-texture, .footer .footer-newsletter {
  position: relative;
}
.bg-texture::after, .footer .footer-newsletter::after {
  content: "";
  background: url(/Themes/Custom/Content/images/bg-texture.svg);
  background-position: top center;
  background-size: 80px;
  opacity: 0.02;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.title-w-graphic, .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
.html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
.html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-login-page .master-wrapper-content .registration-page .page-title,
.html-login-page .master-wrapper-content .password-recovery-page .page-title,
.html-login-page .master-wrapper-content .registration-result-page .page-title, .html-password-recovery-page .master-wrapper-content .registration-page .page-title,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-title, .html-registration-page .master-wrapper-content .registration-page .page-title,
.html-registration-page .master-wrapper-content .password-recovery-page .page-title,
.html-registration-page .master-wrapper-content .registration-result-page .page-title, .html-registration-result-page .master-wrapper-content .registration-page .page-title,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-title,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-title, .html-login-page .master-wrapper-content .login-page form .title, .html-password-recovery-page .master-wrapper-content .login-page form .title, .html-registration-page .master-wrapper-content .login-page form .title, .html-registration-result-page .master-wrapper-content .login-page form .title, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .title {
  text-align: center;
  position: relative;
  padding: 0 0 24px;
  width: 80%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .title-w-graphic, .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-login-page .master-wrapper-content .registration-page .page-title,
  .html-login-page .master-wrapper-content .password-recovery-page .page-title,
  .html-login-page .master-wrapper-content .registration-result-page .page-title, .html-password-recovery-page .master-wrapper-content .registration-page .page-title,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-title, .html-registration-page .master-wrapper-content .registration-page .page-title,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-title,
  .html-registration-page .master-wrapper-content .registration-result-page .page-title, .html-registration-result-page .master-wrapper-content .registration-page .page-title,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-title,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-title, .html-login-page .master-wrapper-content .login-page form .title, .html-password-recovery-page .master-wrapper-content .login-page form .title, .html-registration-page .master-wrapper-content .login-page form .title, .html-registration-result-page .master-wrapper-content .login-page form .title, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .title {
    width: 50%;
    padding: 0 0 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-w-graphic, .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-login-page .master-wrapper-content .registration-page .page-title,
  .html-login-page .master-wrapper-content .password-recovery-page .page-title,
  .html-login-page .master-wrapper-content .registration-result-page .page-title, .html-password-recovery-page .master-wrapper-content .registration-page .page-title,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-title, .html-registration-page .master-wrapper-content .registration-page .page-title,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-title,
  .html-registration-page .master-wrapper-content .registration-result-page .page-title, .html-registration-result-page .master-wrapper-content .registration-page .page-title,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-title,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-title, .html-login-page .master-wrapper-content .login-page form .title, .html-password-recovery-page .master-wrapper-content .login-page form .title, .html-registration-page .master-wrapper-content .login-page form .title, .html-registration-result-page .master-wrapper-content .login-page form .title, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .title {
    width: 40%;
    padding: 0 0 40px;
  }
}
.title-w-graphic strong, .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
.html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
.html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
.html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-login-page .master-wrapper-content .registration-page .page-title strong,
.html-login-page .master-wrapper-content .password-recovery-page .page-title strong,
.html-login-page .master-wrapper-content .registration-result-page .page-title strong, .html-password-recovery-page .master-wrapper-content .registration-page .page-title strong,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title strong,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-title strong, .html-registration-page .master-wrapper-content .registration-page .page-title strong,
.html-registration-page .master-wrapper-content .password-recovery-page .page-title strong,
.html-registration-page .master-wrapper-content .registration-result-page .page-title strong, .html-registration-result-page .master-wrapper-content .registration-page .page-title strong,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-title strong,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-title strong, .html-login-page .master-wrapper-content .login-page form .title strong, .html-password-recovery-page .master-wrapper-content .login-page form .title strong, .html-registration-page .master-wrapper-content .login-page form .title strong, .html-registration-result-page .master-wrapper-content .login-page form .title strong, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .title strong {
  font-weight: 800;
  font-weight: normal;
  color: #111F29;
  line-height: 1.3;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .title-w-graphic strong, .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-login-page .master-wrapper-content .registration-page .page-title strong,
  .html-login-page .master-wrapper-content .password-recovery-page .page-title strong,
  .html-login-page .master-wrapper-content .registration-result-page .page-title strong, .html-password-recovery-page .master-wrapper-content .registration-page .page-title strong,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title strong,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-title strong, .html-registration-page .master-wrapper-content .registration-page .page-title strong,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-title strong,
  .html-registration-page .master-wrapper-content .registration-result-page .page-title strong, .html-registration-result-page .master-wrapper-content .registration-page .page-title strong,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-title strong,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-title strong, .html-login-page .master-wrapper-content .login-page form .title strong, .html-password-recovery-page .master-wrapper-content .login-page form .title strong, .html-registration-page .master-wrapper-content .login-page form .title strong, .html-registration-result-page .master-wrapper-content .login-page form .title strong, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .title strong {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .title-w-graphic strong, .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title strong,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title strong, .html-login-page .master-wrapper-content .registration-page .page-title strong,
  .html-login-page .master-wrapper-content .password-recovery-page .page-title strong,
  .html-login-page .master-wrapper-content .registration-result-page .page-title strong, .html-password-recovery-page .master-wrapper-content .registration-page .page-title strong,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title strong,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-title strong, .html-registration-page .master-wrapper-content .registration-page .page-title strong,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-title strong,
  .html-registration-page .master-wrapper-content .registration-result-page .page-title strong, .html-registration-result-page .master-wrapper-content .registration-page .page-title strong,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-title strong,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-title strong, .html-login-page .master-wrapper-content .login-page form .title strong, .html-password-recovery-page .master-wrapper-content .login-page form .title strong, .html-registration-page .master-wrapper-content .login-page form .title strong, .html-registration-result-page .master-wrapper-content .login-page form .title strong, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .title strong {
    font-size: 45px;
  }
}

.eu-cookie-bar-notification {
  position: fixed;
  bottom: 0;
  z-index: 2000;
  background: rgba(223, 227, 231, 0.9);
  padding: 20px;
  color: #415464;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1rem;
}
.eu-cookie-bar-notification .content .text {
  margin-bottom: 6px;
}
.eu-cookie-bar-notification .content .buttons-more .ok-button {
  display: inline-block;
  margin-right: 13px;
}

.infinite-scroll-loader {
  height: 80vh !important;
  background-color: #F7F8F9;
}

.item-box .member-price svg {
  display: none;
}
.item-box .member-price .price {
  color: #E81C35;
}

.member-price {
  font-size: 1rem;
  position: relative;
}
.member-price svg {
  width: 18px;
  cursor: pointer;
  display: inline;
  vertical-align: middle;
  margin-bottom: 4px;
}
.member-price svg path {
  fill: #E81C35;
}
.member-price .price {
  font-size: 1.2rem;
  color: #E81C35;
  font-weight: 700;
}
.member-price .price span.atr {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}
.member-price .price .mva {
  display: block;
  color: #818181;
  font-size: 0.7rem;
  font-weight: 600;
  font-weight: normal;
  line-height: 0.4rem;
  position: relative;
  top: 4px;
}
.member-price #member-price-info {
  background: #DFE3E7;
  color: #111F29;
  font-weight: 300;
  padding: 15px;
  text-align: center;
  position: absolute;
  font-size: 0.8rem;
  z-index: 43243;
  width: 200px;
  margin-left: 10px;
  left: 100px;
  border-radius: 5px;
}
.member-price #member-price-info a {
  display: block;
  margin-top: 10px;
  color: #E81C35;
  font-weight: 600;
}
.member-price #member-price-info.hide {
  display: none;
}

.inputs {
  position: relative;
}

form input[type=submit],
form input[type=button],
form button,
div input[type=submit],
div input[type=button],
div button {
  -webkit-appearance: none;
  border: 0;
  outline: none;
}
form input[type=search],
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=password],
form span.readonly-username,
form select,
form textarea,
div input[type=search],
div input[type=text],
div input[type=email],
div input[type=tel],
div input[type=number],
div input[type=password],
div span.readonly-username,
div select,
div textarea {
  font-family: protipo, sans-serif;
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 1rem;
  height: 40px;
  background-color: transparent;
  color: #111F29;
  -webkit-appearance: none;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  form input[type=search],
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=number],
  form input[type=password],
  form span.readonly-username,
  form select,
  form textarea,
  div input[type=search],
  div input[type=text],
  div input[type=email],
  div input[type=tel],
  div input[type=number],
  div input[type=password],
  div span.readonly-username,
  div select,
  div textarea {
    height: 50px;
  }
}
form input[type=search]::-webkit-input-placeholder,
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form span.readonly-username::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
div input[type=search]::-webkit-input-placeholder,
div input[type=text]::-webkit-input-placeholder,
div input[type=email]::-webkit-input-placeholder,
div input[type=tel]::-webkit-input-placeholder,
div input[type=number]::-webkit-input-placeholder,
div input[type=password]::-webkit-input-placeholder,
div span.readonly-username::-webkit-input-placeholder,
div select::-webkit-input-placeholder,
div textarea::-webkit-input-placeholder {
  color: #111F29;
  font-style: italic;
  font-size: 0;
}
form input[type=search]:-moz-placeholder,
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=number]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form span.readonly-username:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder,
div input[type=search]:-moz-placeholder,
div input[type=text]:-moz-placeholder,
div input[type=email]:-moz-placeholder,
div input[type=tel]:-moz-placeholder,
div input[type=number]:-moz-placeholder,
div input[type=password]:-moz-placeholder,
div span.readonly-username:-moz-placeholder,
div select:-moz-placeholder,
div textarea:-moz-placeholder {
  color: #111F29;
  font-style: italic;
  font-size: 0;
}
form input[type=search]::-moz-placeholder,
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form span.readonly-username::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder,
div input[type=search]::-moz-placeholder,
div input[type=text]::-moz-placeholder,
div input[type=email]::-moz-placeholder,
div input[type=tel]::-moz-placeholder,
div input[type=number]::-moz-placeholder,
div input[type=password]::-moz-placeholder,
div span.readonly-username::-moz-placeholder,
div select::-moz-placeholder,
div textarea::-moz-placeholder {
  color: #111F29;
  font-style: italic;
  font-size: 0;
}
form input[type=search]:-ms-input-placeholder,
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form span.readonly-username:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
div input[type=search]:-ms-input-placeholder,
div input[type=text]:-ms-input-placeholder,
div input[type=email]:-ms-input-placeholder,
div input[type=tel]:-ms-input-placeholder,
div input[type=number]:-ms-input-placeholder,
div input[type=password]:-ms-input-placeholder,
div span.readonly-username:-ms-input-placeholder,
div select:-ms-input-placeholder,
div textarea:-ms-input-placeholder {
  color: #111F29;
  font-style: italic;
  font-size: 0;
}
form input[type=search]:focus::-webkit-input-placeholder,
form input[type=text]:focus::-webkit-input-placeholder,
form input[type=email]:focus::-webkit-input-placeholder,
form input[type=tel]:focus::-webkit-input-placeholder,
form input[type=number]:focus::-webkit-input-placeholder,
form input[type=password]:focus::-webkit-input-placeholder,
form span.readonly-username:focus::-webkit-input-placeholder,
form select:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder,
div input[type=search]:focus::-webkit-input-placeholder,
div input[type=text]:focus::-webkit-input-placeholder,
div input[type=email]:focus::-webkit-input-placeholder,
div input[type=tel]:focus::-webkit-input-placeholder,
div input[type=number]:focus::-webkit-input-placeholder,
div input[type=password]:focus::-webkit-input-placeholder,
div span.readonly-username:focus::-webkit-input-placeholder,
div select:focus::-webkit-input-placeholder,
div textarea:focus::-webkit-input-placeholder {
  color: #111F29;
}
form input[type=search]:focus:-moz-placeholder,
form input[type=text]:focus:-moz-placeholder,
form input[type=email]:focus:-moz-placeholder,
form input[type=tel]:focus:-moz-placeholder,
form input[type=number]:focus:-moz-placeholder,
form input[type=password]:focus:-moz-placeholder,
form span.readonly-username:focus:-moz-placeholder,
form select:focus:-moz-placeholder,
form textarea:focus:-moz-placeholder,
div input[type=search]:focus:-moz-placeholder,
div input[type=text]:focus:-moz-placeholder,
div input[type=email]:focus:-moz-placeholder,
div input[type=tel]:focus:-moz-placeholder,
div input[type=number]:focus:-moz-placeholder,
div input[type=password]:focus:-moz-placeholder,
div span.readonly-username:focus:-moz-placeholder,
div select:focus:-moz-placeholder,
div textarea:focus:-moz-placeholder {
  color: #111F29;
}
form input[type=search]:focus::-moz-placeholder,
form input[type=text]:focus::-moz-placeholder,
form input[type=email]:focus::-moz-placeholder,
form input[type=tel]:focus::-moz-placeholder,
form input[type=number]:focus::-moz-placeholder,
form input[type=password]:focus::-moz-placeholder,
form span.readonly-username:focus::-moz-placeholder,
form select:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder,
div input[type=search]:focus::-moz-placeholder,
div input[type=text]:focus::-moz-placeholder,
div input[type=email]:focus::-moz-placeholder,
div input[type=tel]:focus::-moz-placeholder,
div input[type=number]:focus::-moz-placeholder,
div input[type=password]:focus::-moz-placeholder,
div span.readonly-username:focus::-moz-placeholder,
div select:focus::-moz-placeholder,
div textarea:focus::-moz-placeholder {
  color: #111F29;
}
form input[type=search]:focus:-ms-input-placeholder,
form input[type=text]:focus:-ms-input-placeholder,
form input[type=email]:focus:-ms-input-placeholder,
form input[type=tel]:focus:-ms-input-placeholder,
form input[type=number]:focus:-ms-input-placeholder,
form input[type=password]:focus:-ms-input-placeholder,
form span.readonly-username:focus:-ms-input-placeholder,
form select:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder,
div input[type=search]:focus:-ms-input-placeholder,
div input[type=text]:focus:-ms-input-placeholder,
div input[type=email]:focus:-ms-input-placeholder,
div input[type=tel]:focus:-ms-input-placeholder,
div input[type=number]:focus:-ms-input-placeholder,
div input[type=password]:focus:-ms-input-placeholder,
div span.readonly-username:focus:-ms-input-placeholder,
div select:focus:-ms-input-placeholder,
div textarea:focus:-ms-input-placeholder {
  color: #111F29;
}
form input[type=search]:focus + label,
form input[type=text]:focus + label,
form input[type=email]:focus + label,
form input[type=tel]:focus + label,
form input[type=number]:focus + label,
form input[type=password]:focus + label,
form span.readonly-username:focus + label,
form select:focus + label,
form textarea:focus + label,
div input[type=search]:focus + label,
div input[type=text]:focus + label,
div input[type=email]:focus + label,
div input[type=tel]:focus + label,
div input[type=number]:focus + label,
div input[type=password]:focus + label,
div span.readonly-username:focus + label,
div select:focus + label,
div textarea:focus + label {
  top: -26px;
  color: #111F29;
  font-size: 0.55rem;
  left: 1px;
}
@media only screen and (min-width: 1024px) {
  form input[type=search]:focus + label,
  form input[type=text]:focus + label,
  form input[type=email]:focus + label,
  form input[type=tel]:focus + label,
  form input[type=number]:focus + label,
  form input[type=password]:focus + label,
  form span.readonly-username:focus + label,
  form select:focus + label,
  form textarea:focus + label,
  div input[type=search]:focus + label,
  div input[type=text]:focus + label,
  div input[type=email]:focus + label,
  div input[type=tel]:focus + label,
  div input[type=number]:focus + label,
  div input[type=password]:focus + label,
  div span.readonly-username:focus + label,
  div select:focus + label,
  div textarea:focus + label {
    top: -35px;
  }
}
form input[type=search].has-content + label,
form input[type=text].has-content + label,
form input[type=email].has-content + label,
form input[type=tel].has-content + label,
form input[type=number].has-content + label,
form input[type=password].has-content + label,
form span.readonly-username.has-content + label,
form select.has-content + label,
form textarea.has-content + label,
div input[type=search].has-content + label,
div input[type=text].has-content + label,
div input[type=email].has-content + label,
div input[type=tel].has-content + label,
div input[type=number].has-content + label,
div input[type=password].has-content + label,
div span.readonly-username.has-content + label,
div select.has-content + label,
div textarea.has-content + label {
  top: -26px !important;
  color: rgba(17, 31, 41, 0.5) !important;
  font-size: 0.55rem;
  left: 1px;
}
@media only screen and (min-width: 1024px) {
  form input[type=search].has-content + label,
  form input[type=text].has-content + label,
  form input[type=email].has-content + label,
  form input[type=tel].has-content + label,
  form input[type=number].has-content + label,
  form input[type=password].has-content + label,
  form span.readonly-username.has-content + label,
  form select.has-content + label,
  form textarea.has-content + label,
  div input[type=search].has-content + label,
  div input[type=text].has-content + label,
  div input[type=email].has-content + label,
  div input[type=tel].has-content + label,
  div input[type=number].has-content + label,
  div input[type=password].has-content + label,
  div span.readonly-username.has-content + label,
  div select.has-content + label,
  div textarea.has-content + label {
    top: -35px !important;
  }
}
form input[type=search].add-border,
form input[type=text].add-border,
form input[type=email].add-border,
form input[type=tel].add-border,
form input[type=number].add-border,
form input[type=password].add-border,
form span.readonly-username.add-border,
form select.add-border,
form textarea.add-border,
div input[type=search].add-border,
div input[type=text].add-border,
div input[type=email].add-border,
div input[type=tel].add-border,
div input[type=number].add-border,
div input[type=password].add-border,
div span.readonly-username.add-border,
div select.add-border,
div textarea.add-border {
  border-bottom: 1px solid rgba(17, 31, 41, 0.3);
}
form input[type=search].input-validation-error,
form input[type=text].input-validation-error,
form input[type=email].input-validation-error,
form input[type=tel].input-validation-error,
form input[type=number].input-validation-error,
form input[type=password].input-validation-error,
form span.readonly-username.input-validation-error,
form select.input-validation-error,
form textarea.input-validation-error,
div input[type=search].input-validation-error,
div input[type=text].input-validation-error,
div input[type=email].input-validation-error,
div input[type=tel].input-validation-error,
div input[type=number].input-validation-error,
div input[type=password].input-validation-error,
div span.readonly-username.input-validation-error,
div select.input-validation-error,
div textarea.input-validation-error {
  border: 1px solid #ea8f01;
}
form select,
div select {
  border: 2px solid #DFE3E7;
  padding: 8px 12px;
  transition: 0.3s all;
}
form select:hover,
div select:hover {
  border: 2px solid #A3A3A3;
}
form .error,
div .error {
  color: #cb3939;
}
form textarea,
div textarea {
  height: auto;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus input:-webkit-autofill,
div input:-webkit-autofill,
div input:-webkit-autofill:hover,
div input:-webkit-autofill:focus input:-webkit-autofill {
  border-bottom: 1px solid fade(#E81C35, 20%);
  -webkit-text-fill-color: #4d4f53 !important;
  transition: background-color 5000s ease-in-out 0s;
}
form label,
div label {
  position: absolute;
  top: 0;
  left: 10px;
  pointer-events: none;
  line-height: 40px;
  height: 40px;
  color: #111F29;
  -webkit-transition: all 300ms Ease-out;
  -moz-transition: all 300ms Ease-out;
  -ms-transition: all 300ms Ease-out;
  -o-transition: all 300ms Ease-out;
  transition: all 300ms Ease-out;
}
@media only screen and (min-width: 1024px) {
  form label,
  div label {
    height: 50px;
    line-height: 50px;
  }
}
form label i,
div label i {
  font-style: italic;
  color: rgba(17, 31, 41, 0.5);
}
form.center,
div.center {
  text-align: center;
}
form.right,
div.right {
  margin-left: 2%;
}
form.dark input[type=search],
form.dark input[type=text],
form.dark input[type=email],
form.dark input[type=tel],
form.dark input[type=number],
form.dark input[type=password],
form.dark select,
form.dark textarea,
div.dark input[type=search],
div.dark input[type=text],
div.dark input[type=email],
div.dark input[type=tel],
div.dark input[type=number],
div.dark input[type=password],
div.dark select,
div.dark textarea {
  background-color: transparent;
  color: #ffffff;
}
form.dark input[type=search].has-content + label,
form.dark input[type=text].has-content + label,
form.dark input[type=email].has-content + label,
form.dark input[type=tel].has-content + label,
form.dark input[type=number].has-content + label,
form.dark input[type=password].has-content + label,
form.dark select.has-content + label,
form.dark textarea.has-content + label,
div.dark input[type=search].has-content + label,
div.dark input[type=text].has-content + label,
div.dark input[type=email].has-content + label,
div.dark input[type=tel].has-content + label,
div.dark input[type=number].has-content + label,
div.dark input[type=password].has-content + label,
div.dark select.has-content + label,
div.dark textarea.has-content + label {
  top: -26px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
form.dark input[type=search]::-webkit-input-placeholder,
form.dark input[type=text]::-webkit-input-placeholder,
form.dark input[type=email]::-webkit-input-placeholder,
form.dark input[type=tel]::-webkit-input-placeholder,
form.dark input[type=number]::-webkit-input-placeholder,
form.dark input[type=password]::-webkit-input-placeholder,
form.dark select::-webkit-input-placeholder,
form.dark textarea::-webkit-input-placeholder,
div.dark input[type=search]::-webkit-input-placeholder,
div.dark input[type=text]::-webkit-input-placeholder,
div.dark input[type=email]::-webkit-input-placeholder,
div.dark input[type=tel]::-webkit-input-placeholder,
div.dark input[type=number]::-webkit-input-placeholder,
div.dark input[type=password]::-webkit-input-placeholder,
div.dark select::-webkit-input-placeholder,
div.dark textarea::-webkit-input-placeholder {
  color: #111F29;
}
form.dark input[type=search]:-moz-placeholder,
form.dark input[type=text]:-moz-placeholder,
form.dark input[type=email]:-moz-placeholder,
form.dark input[type=tel]:-moz-placeholder,
form.dark input[type=number]:-moz-placeholder,
form.dark input[type=password]:-moz-placeholder,
form.dark select:-moz-placeholder,
form.dark textarea:-moz-placeholder,
div.dark input[type=search]:-moz-placeholder,
div.dark input[type=text]:-moz-placeholder,
div.dark input[type=email]:-moz-placeholder,
div.dark input[type=tel]:-moz-placeholder,
div.dark input[type=number]:-moz-placeholder,
div.dark input[type=password]:-moz-placeholder,
div.dark select:-moz-placeholder,
div.dark textarea:-moz-placeholder {
  color: #111F29;
}
form.dark input[type=search]::-moz-placeholder,
form.dark input[type=text]::-moz-placeholder,
form.dark input[type=email]::-moz-placeholder,
form.dark input[type=tel]::-moz-placeholder,
form.dark input[type=number]::-moz-placeholder,
form.dark input[type=password]::-moz-placeholder,
form.dark select::-moz-placeholder,
form.dark textarea::-moz-placeholder,
div.dark input[type=search]::-moz-placeholder,
div.dark input[type=text]::-moz-placeholder,
div.dark input[type=email]::-moz-placeholder,
div.dark input[type=tel]::-moz-placeholder,
div.dark input[type=number]::-moz-placeholder,
div.dark input[type=password]::-moz-placeholder,
div.dark select::-moz-placeholder,
div.dark textarea::-moz-placeholder {
  color: #111F29;
}
form.dark input[type=search]:-ms-input-placeholder,
form.dark input[type=text]:-ms-input-placeholder,
form.dark input[type=email]:-ms-input-placeholder,
form.dark input[type=tel]:-ms-input-placeholder,
form.dark input[type=number]:-ms-input-placeholder,
form.dark input[type=password]:-ms-input-placeholder,
form.dark select:-ms-input-placeholder,
form.dark textarea:-ms-input-placeholder,
div.dark input[type=search]:-ms-input-placeholder,
div.dark input[type=text]:-ms-input-placeholder,
div.dark input[type=email]:-ms-input-placeholder,
div.dark input[type=tel]:-ms-input-placeholder,
div.dark input[type=number]:-ms-input-placeholder,
div.dark input[type=password]:-ms-input-placeholder,
div.dark select:-ms-input-placeholder,
div.dark textarea:-ms-input-placeholder {
  color: #111F29;
}
form.dark input[type=search]:focus::-webkit-input-placeholder,
form.dark input[type=text]:focus::-webkit-input-placeholder,
form.dark input[type=email]:focus::-webkit-input-placeholder,
form.dark input[type=tel]:focus::-webkit-input-placeholder,
form.dark input[type=number]:focus::-webkit-input-placeholder,
form.dark input[type=password]:focus::-webkit-input-placeholder,
form.dark select:focus::-webkit-input-placeholder,
form.dark textarea:focus::-webkit-input-placeholder,
div.dark input[type=search]:focus::-webkit-input-placeholder,
div.dark input[type=text]:focus::-webkit-input-placeholder,
div.dark input[type=email]:focus::-webkit-input-placeholder,
div.dark input[type=tel]:focus::-webkit-input-placeholder,
div.dark input[type=number]:focus::-webkit-input-placeholder,
div.dark input[type=password]:focus::-webkit-input-placeholder,
div.dark select:focus::-webkit-input-placeholder,
div.dark textarea:focus::-webkit-input-placeholder {
  color: #111F29;
}
form.dark input[type=search]:focus:-moz-placeholder,
form.dark input[type=text]:focus:-moz-placeholder,
form.dark input[type=email]:focus:-moz-placeholder,
form.dark input[type=tel]:focus:-moz-placeholder,
form.dark input[type=number]:focus:-moz-placeholder,
form.dark input[type=password]:focus:-moz-placeholder,
form.dark select:focus:-moz-placeholder,
form.dark textarea:focus:-moz-placeholder,
div.dark input[type=search]:focus:-moz-placeholder,
div.dark input[type=text]:focus:-moz-placeholder,
div.dark input[type=email]:focus:-moz-placeholder,
div.dark input[type=tel]:focus:-moz-placeholder,
div.dark input[type=number]:focus:-moz-placeholder,
div.dark input[type=password]:focus:-moz-placeholder,
div.dark select:focus:-moz-placeholder,
div.dark textarea:focus:-moz-placeholder {
  color: #111F29;
}
form.dark input[type=search]:focus::-moz-placeholder,
form.dark input[type=text]:focus::-moz-placeholder,
form.dark input[type=email]:focus::-moz-placeholder,
form.dark input[type=tel]:focus::-moz-placeholder,
form.dark input[type=number]:focus::-moz-placeholder,
form.dark input[type=password]:focus::-moz-placeholder,
form.dark select:focus::-moz-placeholder,
form.dark textarea:focus::-moz-placeholder,
div.dark input[type=search]:focus::-moz-placeholder,
div.dark input[type=text]:focus::-moz-placeholder,
div.dark input[type=email]:focus::-moz-placeholder,
div.dark input[type=tel]:focus::-moz-placeholder,
div.dark input[type=number]:focus::-moz-placeholder,
div.dark input[type=password]:focus::-moz-placeholder,
div.dark select:focus::-moz-placeholder,
div.dark textarea:focus::-moz-placeholder {
  color: #111F29;
}
form.dark input[type=search]:focus:-ms-input-placeholder,
form.dark input[type=text]:focus:-ms-input-placeholder,
form.dark input[type=email]:focus:-ms-input-placeholder,
form.dark input[type=tel]:focus:-ms-input-placeholder,
form.dark input[type=number]:focus:-ms-input-placeholder,
form.dark input[type=password]:focus:-ms-input-placeholder,
form.dark select:focus:-ms-input-placeholder,
form.dark textarea:focus:-ms-input-placeholder,
div.dark input[type=search]:focus:-ms-input-placeholder,
div.dark input[type=text]:focus:-ms-input-placeholder,
div.dark input[type=email]:focus:-ms-input-placeholder,
div.dark input[type=tel]:focus:-ms-input-placeholder,
div.dark input[type=number]:focus:-ms-input-placeholder,
div.dark input[type=password]:focus:-ms-input-placeholder,
div.dark select:focus:-ms-input-placeholder,
div.dark textarea:focus:-ms-input-placeholder {
  color: #111F29;
}
form.dark input[type=search].no-label::-webkit-input-placeholder,
form.dark input[type=text].no-label::-webkit-input-placeholder,
form.dark input[type=email].no-label::-webkit-input-placeholder,
form.dark input[type=tel].no-label::-webkit-input-placeholder,
form.dark input[type=number].no-label::-webkit-input-placeholder,
form.dark input[type=password].no-label::-webkit-input-placeholder,
form.dark select.no-label::-webkit-input-placeholder,
form.dark textarea.no-label::-webkit-input-placeholder,
div.dark input[type=search].no-label::-webkit-input-placeholder,
div.dark input[type=text].no-label::-webkit-input-placeholder,
div.dark input[type=email].no-label::-webkit-input-placeholder,
div.dark input[type=tel].no-label::-webkit-input-placeholder,
div.dark input[type=number].no-label::-webkit-input-placeholder,
div.dark input[type=password].no-label::-webkit-input-placeholder,
div.dark select.no-label::-webkit-input-placeholder,
div.dark textarea.no-label::-webkit-input-placeholder {
  color: #A3A3A3;
}
form.dark input[type=search].no-label:-moz-placeholder,
form.dark input[type=text].no-label:-moz-placeholder,
form.dark input[type=email].no-label:-moz-placeholder,
form.dark input[type=tel].no-label:-moz-placeholder,
form.dark input[type=number].no-label:-moz-placeholder,
form.dark input[type=password].no-label:-moz-placeholder,
form.dark select.no-label:-moz-placeholder,
form.dark textarea.no-label:-moz-placeholder,
div.dark input[type=search].no-label:-moz-placeholder,
div.dark input[type=text].no-label:-moz-placeholder,
div.dark input[type=email].no-label:-moz-placeholder,
div.dark input[type=tel].no-label:-moz-placeholder,
div.dark input[type=number].no-label:-moz-placeholder,
div.dark input[type=password].no-label:-moz-placeholder,
div.dark select.no-label:-moz-placeholder,
div.dark textarea.no-label:-moz-placeholder {
  color: #A3A3A3;
}
form.dark input[type=search].no-label::-moz-placeholder,
form.dark input[type=text].no-label::-moz-placeholder,
form.dark input[type=email].no-label::-moz-placeholder,
form.dark input[type=tel].no-label::-moz-placeholder,
form.dark input[type=number].no-label::-moz-placeholder,
form.dark input[type=password].no-label::-moz-placeholder,
form.dark select.no-label::-moz-placeholder,
form.dark textarea.no-label::-moz-placeholder,
div.dark input[type=search].no-label::-moz-placeholder,
div.dark input[type=text].no-label::-moz-placeholder,
div.dark input[type=email].no-label::-moz-placeholder,
div.dark input[type=tel].no-label::-moz-placeholder,
div.dark input[type=number].no-label::-moz-placeholder,
div.dark input[type=password].no-label::-moz-placeholder,
div.dark select.no-label::-moz-placeholder,
div.dark textarea.no-label::-moz-placeholder {
  color: #A3A3A3;
}
form.dark input[type=search].no-label:-ms-input-placeholder,
form.dark input[type=text].no-label:-ms-input-placeholder,
form.dark input[type=email].no-label:-ms-input-placeholder,
form.dark input[type=tel].no-label:-ms-input-placeholder,
form.dark input[type=number].no-label:-ms-input-placeholder,
form.dark input[type=password].no-label:-ms-input-placeholder,
form.dark select.no-label:-ms-input-placeholder,
form.dark textarea.no-label:-ms-input-placeholder,
div.dark input[type=search].no-label:-ms-input-placeholder,
div.dark input[type=text].no-label:-ms-input-placeholder,
div.dark input[type=email].no-label:-ms-input-placeholder,
div.dark input[type=tel].no-label:-ms-input-placeholder,
div.dark input[type=number].no-label:-ms-input-placeholder,
div.dark input[type=password].no-label:-ms-input-placeholder,
div.dark select.no-label:-ms-input-placeholder,
div.dark textarea.no-label:-ms-input-placeholder {
  color: #A3A3A3;
}
form.dark input[type=search].add-border,
form.dark input[type=text].add-border,
form.dark input[type=email].add-border,
form.dark input[type=tel].add-border,
form.dark input[type=number].add-border,
form.dark input[type=password].add-border,
form.dark select.add-border,
form.dark textarea.add-border,
div.dark input[type=search].add-border,
div.dark input[type=text].add-border,
div.dark input[type=email].add-border,
div.dark input[type=tel].add-border,
div.dark input[type=number].add-border,
div.dark input[type=password].add-border,
div.dark select.add-border,
div.dark textarea.add-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
form.dark label,
div.dark label {
  color: #ffffff;
}
form.dark label i,
div.dark label i {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
form.inline,
div.inline {
  display: inline-block;
}
form.no-margin,
div.no-margin {
  margin-bottom: 0;
}
form.extra-margin,
div.extra-margin {
  margin: 3rem auto;
}
form.no-border input[type=search],
form.no-border input[type=text],
form.no-border input[type=email],
form.no-border input[type=tel],
form.no-border input[type=number],
form.no-border input[type=password],
form.no-border select,
form.no-border textarea,
div.no-border input[type=search],
div.no-border input[type=text],
div.no-border input[type=email],
div.no-border input[type=tel],
div.no-border input[type=number],
div.no-border input[type=password],
div.no-border select,
div.no-border textarea {
  border-bottom: 0px solid rgba(17, 31, 41, 0.3);
}
form.no-border input[type=search]:focus,
form.no-border input[type=text]:focus,
form.no-border input[type=email]:focus,
form.no-border input[type=tel]:focus,
form.no-border input[type=number]:focus,
form.no-border input[type=password]:focus,
form.no-border select:focus,
form.no-border textarea:focus,
div.no-border input[type=search]:focus,
div.no-border input[type=text]:focus,
div.no-border input[type=email]:focus,
div.no-border input[type=tel]:focus,
div.no-border input[type=number]:focus,
div.no-border input[type=password]:focus,
div.no-border select:focus,
div.no-border textarea:focus {
  border-bottom: 0px solid #111F29;
}
form .type-checkbox,
div .type-checkbox {
  margin-top: 0.5rem;
}
form .type-checkbox input[type=checkbox],
div .type-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-appearance: none;
  border: 0px;
  outline: 0;
  background-color: #111F29;
}
form .type-checkbox input[type=checkbox]:checked + label .checkbox-check-svg,
div .type-checkbox input[type=checkbox]:checked + label .checkbox-check-svg {
  opacity: 1;
}
form .type-checkbox label,
div .type-checkbox label {
  left: 25px;
  font-size: 0.8rem;
  top: -4px;
  pointer-events: all;
}
form .type-checkbox .checkbox-check-svg,
div .type-checkbox .checkbox-check-svg {
  opacity: 0;
  position: absolute;
  width: 11px;
  top: 11px;
  left: -20px;
}

.select-wrapper {
  display: block;
  position: relative;
}
.select-wrapper:after {
  content: "";
  background-image: url(/Themes/Custom/Content/images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  right: 10px;
  top: 10px;
  position: absolute;
  pointer-events: none;
}
.select-wrapper.dark:after {
  background-image: url(/Themes/Custom/Content/images/icon-arrow-down.svg);
}
.select-wrapper.w-border select {
  border: 2px solid #111F29;
  padding-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .select-wrapper.w-border:after {
    right: 15px;
    top: 18px;
  }
}

.form-expand {
  margin: 0 auto 2rem;
}
.form-expand .expand-btn {
  display: inline-block;
  background-color: #E81C35;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 4px;
  position: relative;
  top: 2px;
}

.field-validation-error {
  font-size: 0.7rem;
  display: block;
  margin-top: 4px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #F7F8F9;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 1000;
}
@media only screen and (min-width: 1024px) {
  .header {
    position: absolute;
  }
}
.header.nav-up {
  -webkit-transform: translateY(-134px);
  -moz-transform: translateY(-134px);
  -ms-transform: translateY(-134px);
  -o-transform: translateY(-134px);
  transform: translateY(-134px);
}
@media only screen and (min-width: 1024px) {
  .header.nav-up {
    -webkit-transform: translateY(-174px);
    -moz-transform: translateY(-174px);
    -ms-transform: translateY(-174px);
    -o-transform: translateY(-174px);
    transform: translateY(-174px);
  }
}
.header .header-selling-points {
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #111F29;
  color: #dce0e6;
  text-align: center;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header .header-selling-points {
    height: 34px;
  }
}
.html-shopping-cart-page .header .header-selling-points, .html-checkout-page .header .header-selling-points {
  display: none;
}
.header .header-selling-points .selling-point {
  margin: auto;
  display: flex;
  align-items: center;
}
.header .header-selling-points .selling-point .icon {
  margin: 0 5px;
  width: 6px;
}
.header .header-selling-points .selling-point .icon svg .st0 {
  fill: #F7F8F9;
}
.header .header-selling-points .selling-point .title {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
@media only screen and (max-width: 324px) {
  .header .header-selling-points .selling-point .title {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .header .header-selling-points .selling-point .title {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header-selling-points .selling-point .title {
    font-size: 0.6rem;
  }
}

#topcartlink .no-items {
  display: none;
}

.header-bar {
  position: relative;
  width: 100%;
  height: 84px;
  background-color: #F7F8F9;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .header-bar {
    height: 94px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-bar {
    height: 225px;
  }
}
@media only screen and (min-width: 1400px) {
  .header-bar {
    height: 265px;
  }
}
.html-shopping-cart-page .header-bar, .html-checkout-page .header-bar {
  top: 0;
  background-color: transparent;
  height: 80px;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .header-bar, .html-checkout-page .header-bar {
    height: 160px;
  }
}
.html-shopping-cart-page .header-bar .header-links-wrapper, .html-checkout-page .header-bar .header-links-wrapper {
  height: 80px !important;
  justify-content: center;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .header-bar .header-links-wrapper, .html-checkout-page .header-bar .header-links-wrapper {
    height: 120px !important;
  }
}
.html-shopping-cart-page .header-bar svg, .html-checkout-page .header-bar svg {
  width: 100px !important;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .header-bar svg, .html-checkout-page .header-bar svg {
    width: 69px !important;
  }
}
.header-bar .header-logo {
  position: relative;
  margin-left: 8px;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-logo {
    width: 23%;
  }
}
.header-bar .header-logo a {
  width: fit-content;
  margin: auto;
}
.header-bar .header-logo svg {
  width: 94px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-logo svg {
    width: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .header-bar .header-logo svg {
    width: 93px;
  }
}
.header-bar .header-logo .desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-logo .desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-logo .mobile {
    display: none;
  }
}
.header-bar .admin-header-links {
  position: fixed;
  left: 8px;
  top: 0px;
  font-size: 0.75rem;
  padding: 2px 12px 10px 12px;
  border-radius: 0 0 8px 8px;
  width: fit-content;
  height: 25px;
  background-color: #111F29;
  z-index: 3000;
}
@media only screen and (min-width: 1024px) {
  .header-bar .admin-header-links {
    padding: 5px 16px 10px 16px;
    font-size: 0.9rem;
    height: 35px;
  }
}
.html-shopping-cart-page .header-bar .admin-header-links, .html-checkout-page .header-bar .admin-header-links {
  background-color: #F7F8F9;
}
.header-bar .admin-header-links a {
  color: #ffffff;
  border-bottom: 2px solid #E81C35;
}
.html-shopping-cart-page .header-bar .admin-header-links a, .html-checkout-page .header-bar .admin-header-links a {
  color: #111F29;
}
.header-bar .admin-header-links .manage-page {
  margin-left: 4px;
}
.header-bar .admin-header-links .impersonate {
  font-size: 0.6rem;
  line-height: 0.9rem;
}
.header-bar .header-links-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  position: relative;
  top: 24px;
}
@media only screen and (min-width: 768px) {
  .header-bar .header-links-wrapper {
    top: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper {
    top: 24px;
    margin-top: 24px;
    display: flex;
    height: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .header-bar .header-links-wrapper {
    top: 34px;
    margin-top: 10px;
  }
}
.html-shopping-cart-page .header-bar .header-links-wrapper, .html-checkout-page .header-bar .header-links-wrapper {
  background-color: #F7F8F9;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .header-bar .header-links-wrapper, .html-checkout-page .header-bar .header-links-wrapper {
    height: 160px;
  }
}
.html-shopping-cart-page .header-bar .header-links-wrapper .header-links, .html-checkout-page .header-bar .header-links-wrapper .header-links {
  display: none;
}
.header-bar .header-links-wrapper .header-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 63px;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .header-bar .header-links-wrapper .header-links {
    padding-right: 71px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links {
    padding-right: 40px;
    width: 38%;
  }
}
@media only screen and (min-width: 1400px) {
  .header-bar .header-links-wrapper .header-links {
    padding-right: 80px;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .html-home-page .header-bar .header-links-wrapper .header-links {
    grid-template-columns: 1fr 1fr;
    width: 83px;
  }
}
@media only screen and (max-width: 1023px) {
  .html-home-page .header-bar .header-links-wrapper .header-links {
    grid-template-columns: 1fr 1fr;
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li {
    vertical-align: top;
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.header-bar .header-links-wrapper .header-links li.cart-icon {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li.search-icon {
    display: none;
  }
}
.header-bar .header-links-wrapper .header-links li.search-icon .icon {
  width: 21px;
  height: 22px;
}
.header-bar .header-links-wrapper .header-links li.search-icon .icon svg path {
  fill: #111F29;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li.cart-icon {
    display: flex;
    gap: 12px;
  }
}
.header-bar .header-links-wrapper .header-links li.cart-icon .icon {
  width: 23px;
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li.cart-icon .icon {
    width: 34px;
    height: 30px;
  }
}
.header-bar .header-links-wrapper .header-links li.cart-icon .icon.empty {
  pointer-events: none;
}
.header-bar .header-links-wrapper .header-links li.cart-icon .icon svg path {
  fill: #111F29;
  transition: 0.3s all;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li.cart-icon .icon svg path {
    fill: #575F67;
  }
}
.empty .header-bar .header-links-wrapper .header-links li.cart-icon .icon svg path.cartcontent {
  opacity: 0;
}
.header-bar .header-links-wrapper .header-links li.cart-icon .icon svg path.arrow {
  opacity: 0;
}
.header-bar .header-links-wrapper .header-links li.cart-icon .icon svg:hover path {
  fill: #111F29;
}
.header-bar .header-links-wrapper .header-links li.cart-icon .cart-qty {
  position: absolute;
  top: -5px;
  left: 1px;
  width: 27px;
  color: #E81C35;
  font-size: 0.7rem;
  text-align: center;
  font-weight: 700;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li.cart-icon .cart-qty {
    font-size: 0.75rem;
    width: 30px;
    left: 5px;
  }
}
.header-bar .header-links-wrapper .header-links li.cart-icon .cart-label {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-bar .header-links-wrapper .header-links li.cart-icon .cart-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(17, 31, 41, 0.7);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -khtml-border-radius: 40px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
}
.header-bar .header-links-wrapper .header-links li.cart-icon .cart-label:hover {
  color: #111F29;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li.cart-icon .cart-label.empty {
    border: 2px solid transparent;
    pointer-events: none;
    color: rgba(17, 31, 41, 0.7);
  }
}
.html-shopping-cart-page .header-bar .header-links-wrapper .header-links li.cart-icon .cart-label, .html-checkout-page .header-bar .header-links-wrapper .header-links li.cart-icon .cart-label {
  display: none;
}
.header-bar .header-links-wrapper .header-links li.user-icon .icon {
  width: 19px;
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li.user-icon .icon {
    width: 29px;
    height: 30px;
  }
}
.header-bar .header-links-wrapper .header-links li.user-icon .icon svg path {
  fill: #111F29;
  transition: 0.3s all;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper .header-links li.user-icon .icon svg path {
    fill: #575F67;
  }
}
.header-bar .header-links-wrapper .header-links li.user-icon .icon svg:hover path {
  fill: #111F29;
}
.header-bar .header-links-wrapper .header-links li.user-icon .links {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-bar .header-links-wrapper .header-links li.user-icon .links {
    display: block;
    font-size: 0.9rem;
    left: 36px;
  }
}
.header-bar .header-links-wrapper .header-links li.user-icon .links .ico-register,
.header-bar .header-links-wrapper .header-links li.user-icon .links .ico-login {
  color: rgba(17, 31, 41, 0.7);
  font-size: 0.9rem;
  font-weight: 400;
}
.header-bar .header-links-wrapper .header-links li.user-icon .links .ico-register:hover,
.header-bar .header-links-wrapper .header-links li.user-icon .links .ico-login:hover {
  color: #111F29;
}
.header-bar .header-links-wrapper .header-links li.user-icon .links .ico-account:before, .header-bar .header-links-wrapper .header-links li.user-icon .links .ico-account:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 10px;
  height: 2px;
  width: 8px;
  background: #dce0e6;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
}
.header-bar .header-links-wrapper .header-links li.user-icon .links .ico-account:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-bar .header-links-wrapper .header-links li.user-icon .links .ico-account:hover:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-bar .header-links-wrapper .header-links li.user-icon .links .ico-account:hover:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header-bar .header-links-wrapper .header-links li.user-icon .links .sep {
  color: rgba(17, 31, 41, 0.7);
  font-weight: 400;
}
.header-bar .header-links-wrapper #flyout-cart {
  display: none;
}
.header-bar .header-links-wrapper #flyout-cart.active {
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 4000;
  position: fixed;
  top: 0;
}
.header-bar .header-links-wrapper #flyout-cart .overlay {
  width: 100%;
  background: rgba(17, 31, 41, 0.8);
  height: 100vh;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.header-bar .header-links-wrapper #flyout-cart .overlay.show {
  opacity: 1;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart {
  position: fixed;
  right: -80%;
  top: 0;
  background-color: #ffffff;
  height: 100vh;
  padding: 1.5rem;
  width: 80%;
  -webkit-transition: right 300ms ease-out;
  -moz-transition: right 300ms ease-out;
  -ms-transition: right 300ms ease-out;
  -o-transition: right 300ms ease-out;
  transition: right 300ms ease-out;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart {
    padding: 2rem;
    width: 40%;
    right: -30%;
  }
}
@media only screen and (min-width: 1200px) {
  .header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart {
    width: 30%;
    right: -30%;
  }
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart.show {
  right: 0;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .count {
  border-bottom: 1px solid rgba(17, 31, 41, 0.1);
  padding-bottom: 10px;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .count .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 12px;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .count .icon path {
  fill: #4d4f53;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .count .icon {
    width: 40px;
    height: 40px;
  }
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .count .text {
  position: relative;
  top: -11px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .count .text {
    top: -15px;
  }
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items {
  margin: 2rem auto;
  height: 350px;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items::-webkit-scrollbar {
  display: none;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items .item {
  margin-bottom: 1rem;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items .item .picture {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items .item .picture {
    width: 70px;
    padding-right: 10px;
  }
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items .item .product {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: top;
  line-height: 1rem;
  width: 70%;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items .item .product .name {
  font-weight: 700;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items .item .product .price .price-text {
  display: inline-block;
  margin-right: 10px;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items .item .product .price .quantity {
  color: rgba(17, 31, 41, 0.6);
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .items .morestuff {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .totals {
  padding: 20px 8px;
  text-align: right;
  font-size: 1.3rem;
  border-top: 1px solid rgba(17, 31, 41, 0.1);
  text-align: center;
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 124px;
  background-color: #ffffff;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .totals .total-text {
  display: inline-block;
  margin-right: 2px;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .totals .shipping-info {
  display: block;
  margin: 1rem auto;
  font-size: 0.8rem;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .totals .shipping-info span.delivery-icon {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .totals .shipping-info span.delivery-icon {
    width: 25px;
    height: 16px;
    top: 3px;
  }
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .totals .shipping-info span.delivery-icon svg path {
  fill: #818181;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .totals .shipping-info span.delivery-icon.free svg path {
  fill: #58bd6e;
}
.header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .buttons {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: auto;
  padding: 0 24px;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .header-bar .header-links-wrapper #flyout-cart .mini-shopping-cart .buttons {
    bottom: 70px;
    flex-direction: row;
  }
}

.header-search {
  background-color: #111F29;
  position: absolute;
  top: 60px;
  width: 100%;
  color: white !important;
  padding: 4px 16px;
}
.header-search input[type=search]::-webkit-input-placeholder,
.header-search input[type=text]::-webkit-input-placeholder,
.header-search input[type=email]::-webkit-input-placeholder,
.header-search input[type=tel]::-webkit-input-placeholder,
.header-search input[type=number]::-webkit-input-placeholder,
.header-search input[type=password]::-webkit-input-placeholder,
.header-search span.readonly-username::-webkit-input-placeholder,
.header-search select::-webkit-input-placeholder,
.header-search textarea::-webkit-input-placeholder {
  color: rgba(17, 31, 41, 0.7);
  font-style: italic;
  font-size: 0.9rem;
}
.header-search input[type=search]:-moz-placeholder,
.header-search input[type=text]:-moz-placeholder,
.header-search input[type=email]:-moz-placeholder,
.header-search input[type=tel]:-moz-placeholder,
.header-search input[type=number]:-moz-placeholder,
.header-search input[type=password]:-moz-placeholder,
.header-search span.readonly-username:-moz-placeholder,
.header-search select:-moz-placeholder,
.header-search textarea:-moz-placeholder {
  color: rgba(17, 31, 41, 0.7);
  font-style: italic;
  font-size: 0.9rem;
}
.header-search input[type=search]::-moz-placeholder,
.header-search input[type=text]::-moz-placeholder,
.header-search input[type=email]::-moz-placeholder,
.header-search input[type=tel]::-moz-placeholder,
.header-search input[type=number]::-moz-placeholder,
.header-search input[type=password]::-moz-placeholder,
.header-search span.readonly-username::-moz-placeholder,
.header-search select::-moz-placeholder,
.header-search textarea::-moz-placeholder {
  color: rgba(17, 31, 41, 0.7);
  font-style: italic;
  font-size: 0.9rem;
}
.header-search input[type=search]:-ms-input-placeholder,
.header-search input[type=text]:-ms-input-placeholder,
.header-search input[type=email]:-ms-input-placeholder,
.header-search input[type=tel]:-ms-input-placeholder,
.header-search input[type=number]:-ms-input-placeholder,
.header-search input[type=password]:-ms-input-placeholder,
.header-search span.readonly-username:-ms-input-placeholder,
.header-search select:-ms-input-placeholder,
.header-search textarea:-ms-input-placeholder {
  color: rgba(17, 31, 41, 0.7);
  font-style: italic;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1023px) {
  .header-search input[type=search],
  .header-search input[type=text],
  .header-search input[type=email],
  .header-search input[type=tel],
  .header-search input[type=number],
  .header-search input[type=password],
  .header-search span.readonly-username,
  .header-search select,
  .header-search textarea {
    color: white;
    font-size: 16px;
  }
  .header-search input[type=search]::-webkit-input-placeholder,
  .header-search input[type=text]::-webkit-input-placeholder,
  .header-search input[type=email]::-webkit-input-placeholder,
  .header-search input[type=tel]::-webkit-input-placeholder,
  .header-search input[type=number]::-webkit-input-placeholder,
  .header-search input[type=password]::-webkit-input-placeholder,
  .header-search span.readonly-username::-webkit-input-placeholder,
  .header-search select::-webkit-input-placeholder,
  .header-search textarea::-webkit-input-placeholder {
    color: white !important;
    opacity: 0.6;
  }
  .header-search input[type=search]:-moz-placeholder,
  .header-search input[type=text]:-moz-placeholder,
  .header-search input[type=email]:-moz-placeholder,
  .header-search input[type=tel]:-moz-placeholder,
  .header-search input[type=number]:-moz-placeholder,
  .header-search input[type=password]:-moz-placeholder,
  .header-search span.readonly-username:-moz-placeholder,
  .header-search select:-moz-placeholder,
  .header-search textarea:-moz-placeholder {
    color: white !important;
    opacity: 0.6;
  }
  .header-search input[type=search]::-moz-placeholder,
  .header-search input[type=text]::-moz-placeholder,
  .header-search input[type=email]::-moz-placeholder,
  .header-search input[type=tel]::-moz-placeholder,
  .header-search input[type=number]::-moz-placeholder,
  .header-search input[type=password]::-moz-placeholder,
  .header-search span.readonly-username::-moz-placeholder,
  .header-search select::-moz-placeholder,
  .header-search textarea::-moz-placeholder {
    color: white !important;
    opacity: 0.6;
  }
  .header-search input[type=search]:-ms-input-placeholder,
  .header-search input[type=text]:-ms-input-placeholder,
  .header-search input[type=email]:-ms-input-placeholder,
  .header-search input[type=tel]:-ms-input-placeholder,
  .header-search input[type=number]:-ms-input-placeholder,
  .header-search input[type=password]:-ms-input-placeholder,
  .header-search span.readonly-username:-ms-input-placeholder,
  .header-search select:-ms-input-placeholder,
  .header-search textarea:-ms-input-placeholder {
    color: white !important;
    opacity: 0.6;
  }
}
@media only screen and (min-width: 768px) {
  .header-search {
    padding: 4px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-search {
    width: fit-content;
    background-color: transparent;
    width: 38%;
    position: relative;
    top: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .html-product-details-page .header-search, .html-category-page .header-search, .html-login-page .header-search, .html-shopping-cart-page .header-search, .html-registration-page .header-search, .html-registration-result-page .header-search, .html-manufacturer-page .header-search, .html-account-page .header-search, .html-checkout-page .header-search, .html-manufacturer-list-page .header-search, .html-search-page .header-search, .html-contact-page .header-search, .html-order-details-page .header-search, .html-topic-page .header-search {
    pointer-events: none;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    z-index: -1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
}
.html-product-details-page .header-search.show, .html-category-page .header-search.show, .html-login-page .header-search.show, .html-shopping-cart-page .header-search.show, .html-registration-page .header-search.show, .html-registration-result-page .header-search.show, .html-manufacturer-page .header-search.show, .html-account-page .header-search.show, .html-checkout-page .header-search.show, .html-manufacturer-list-page .header-search.show, .html-search-page .header-search.show, .html-contact-page .header-search.show, .html-order-details-page .header-search.show, .html-topic-page .header-search.show {
  pointer-events: all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .header-search, .html-category-page .header-search, .html-login-page .header-search, .html-shopping-cart-page .header-search, .html-registration-page .header-search, .html-registration-result-page .header-search, .html-manufacturer-page .header-search, .html-account-page .header-search, .html-checkout-page .header-search, .html-manufacturer-list-page .header-search, .html-search-page .header-search, .html-contact-page .header-search, .html-order-details-page .header-search, .html-topic-page .header-search {
    display: block;
  }
}
.html-shopping-cart-page .header-search, .html-checkout-page .header-search {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-search .search-box.store-search-box {
    width: 65%;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .header-search .search-box.store-search-box {
    width: 55%;
    margin-left: 80px;
  }
}
.header-search .search-box.store-search-box form {
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 324px) {
  .header-search .search-box.store-search-box form {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header-search .search-box.store-search-box form {
    border-top: 0px;
    padding-top: 0;
  }
}
.header-search .search-box.store-search-box form span.search-box-text {
  float: none;
}
.header-search .search-box.store-search-box form input.search-box-text.instant-search-busy {
  background: transparent url("/Themes/Custom/Content/images/icon-delete.svg") no-repeat 174px center;
}
.header-search .search-box.store-search-box form span input {
  width: 60% !important;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .header-search .search-box.store-search-box form span input {
    font-size: 0.9rem;
    margin: 0;
    width: 100% !important;
    height: 26px;
  }
}
.header-search .search-box.store-search-box form .search-icon {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1024px) {
  .header-search .search-box.store-search-box form .search-icon {
    width: 29px;
    height: 29px;
  }
}
.header-search .search-box.store-search-box form .search-icon svg path {
  fill: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .header-search .search-box.store-search-box form .search-icon svg path {
    fill: #575F67;
  }
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch {
  width: 100% !important;
  position: fixed !important;
  top: 50px !important;
  height: 60vh !important;
  background: #DFE3E7;
  padding: 0px;
  left: 0 !important;
  box-sizing: border-box !important;
  z-index: 100000 !important;
  overflow: scroll !important;
}
@media only screen and (min-width: 1024px) {
  .header-search .search-box.store-search-box form .k-animation-container.instantSearch {
    top: 130px !important;
    padding: 20px;
    height: 75vh !important;
  }
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container {
  width: 100% !important;
  position: relative !important;
  height: 98% !important;
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list {
  list-style: none;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list {
    width: 98%;
  }
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item,
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused {
  border-top: 1px solid #DFE3E7;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #ffffff;
  background: #ffffff;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
@media only screen and (min-width: 1024px) {
  .header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item,
  .header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused {
    border-top: 0px solid #DFE3E7;
    margin-bottom: 0.2rem;
  }
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-hover,
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused.k-state-hover {
  opacity: 0.8;
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-hover .instant-search-item,
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused.k-state-hover .instant-search-item {
  background: #ffffff;
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item .instant-search-item,
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused .instant-search-item {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item .instant-search-item .img-block,
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused .instant-search-item .img-block {
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item .instant-search-item .detail,
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused .instant-search-item .detail {
  margin-left: 0;
  vertical-align: top;
  display: inline-block;
  padding-top: 1px;
  width: 65%;
}
@media only screen and (min-width: 1024px) {
  .header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item .instant-search-item .detail,
  .header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused .instant-search-item .detail {
    padding-top: 10px;
  }
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item .instant-search-item .detail .title,
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused .instant-search-item .detail .title {
  margin: 0 0 4px;
  font-weight: 700;
  font-weight: normal;
  font-size: 1rem;
}
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item .instant-search-item .detail .price,
.header-search .search-box.store-search-box form .k-animation-container.instantSearch .k-list-container .k-list .k-item.k-state-focused .instant-search-item .detail .price {
  color: #4d4f53;
  font-size: 0.8rem;
}

.nav-icon {
  width: 23px;
  height: 23px;
  position: fixed;
  top: 44px;
  right: 16px;
  z-index: 1010;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 768px) {
  .nav-icon {
    right: 24px;
    top: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-icon {
    display: none;
  }
}
.html-shopping-cart-page .nav-icon, .html-checkout-page .nav-icon {
  top: 21px;
}
.nav-icon.nav-up {
  -webkit-transform: translateY(-134px);
  -moz-transform: translateY(-134px);
  -ms-transform: translateY(-134px);
  -o-transform: translateY(-134px);
  transform: translateY(-134px);
}
.nav-icon .bar {
  position: absolute;
  width: 23px;
  height: 2px;
  background-color: #111F29;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.nav-icon .bar.bar1 {
  top: 0;
}
.nav-icon .bar.bar2 {
  top: 8px;
}
.nav-icon .bar.bar3 {
  top: 16px;
}
.html-shopping-cart-page .nav-icon.open, .html-checkout-page .nav-icon.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.nav-icon.open .bar {
  background-color: #ffffff;
}
.nav-icon.open .bar.bar1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.nav-icon.open .bar.bar2 {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.nav-icon.open .bar.bar3 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 8px;
}
.html-shopping-cart-page .nav-icon, .html-checkout-page .nav-icon {
  display: none;
}

.header-menu-mobile {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
  background-color: #111F29;
  overflow-y: scroll;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.header-menu-mobile::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-menu-mobile {
    display: none;
  }
}
.html-shopping-cart-page .header-menu-mobile, .html-checkout-page .header-menu-mobile {
  display: none;
}
.header-menu-mobile .close {
  display: none;
}
.header-menu-mobile ul {
  list-style: none;
}
.header-menu-mobile .main-menu {
  list-style: none;
  margin: 4rem auto 0;
  padding-bottom: 1rem;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .header-menu-mobile .main-menu {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-menu-mobile .main-menu {
    margin: 5rem auto 0;
  }
}
.header-menu-mobile .main-menu li {
  margin-bottom: 1rem;
}
.header-menu-mobile .main-menu li a .link {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .header-menu-mobile .main-menu li.expand-all-btn {
    display: none;
  }
}
.header-menu-mobile .main-menu li.level0 {
  opacity: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 768px) {
  .header-menu-mobile .main-menu li.level0 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.header-menu-mobile .main-menu li.level0 a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  position: relative;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
@media only screen and (min-width: 1024px) {
  .header-menu-mobile .main-menu li.level0 a {
    font-size: 1.2rem;
  }
}
.header-menu-mobile .main-menu li.level0 a.haschildren:before, .header-menu-mobile .main-menu li.level0 a.haschildren:after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 8px;
  height: 2px;
  width: 8px;
  background: #818181;
  -webkit-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -moz-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -ms-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -o-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
}
.header-menu-mobile .main-menu li.level0 a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-menu-mobile .main-menu li.level0 a:hover {
  color: #ffffff;
}
.header-menu-mobile .main-menu li.level0 a:hover:before, .header-menu-mobile .main-menu li.level0 a:hover:after {
  background: #E81C35;
}
.header-menu-mobile .main-menu li.level0 a.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-menu-mobile .main-menu li.level0 a.active:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header-menu-mobile .main-menu li.level0 ul.children {
  display: none;
  margin-left: 6px;
  margin-top: 1rem;
  padding-left: 6px;
}
.header-menu-mobile .main-menu li.level0 ul.children.expanded {
  display: block;
}
.header-menu-mobile .main-menu li.level0 ul.children.first-level {
  margin-bottom: 1.5rem;
}
.header-menu-mobile .main-menu li.level1 a {
  font-size: 0.9rem;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .header-menu-mobile .main-menu li.level1 a {
    font-size: 1rem;
  }
}
.header-menu-mobile .main-menu li.level2 a {
  font-size: 0.85rem;
  font-family: protipo, sans-serif;
}
.header-menu-mobile .main-menu li .sublist.highlight,
.header-menu-mobile .main-menu li .sublist.highlight,
.header-menu-mobile .main-menu li .sublist.highlight {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-menu-mobile .top-menu.mobile {
  display: none;
}

.header-menu {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-menu {
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #F7F8F9;
    height: 44px;
    width: 100%;
  }
}
.html-shopping-cart-page .header-menu, .html-checkout-page .header-menu {
  display: none;
}
.header-menu .close {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px;
  z-index: 2;
}
.header-menu .close img, .header-menu .close svg {
  fill: white;
}
.header-menu.expand-all {
  height: 100vh;
  position: fixed;
  top: 0;
  overflow: scroll;
  background-color: #111F29;
}
.header-menu.expand-all .close {
  display: block;
}
.header-menu.expand-all .main-menu li.level0 ul.children.first-level {
  position: relative;
  min-height: auto;
  height: auto;
}
.header-menu.expand-all .main-menu li.level0 a.haschildren:after,
.header-menu.expand-all .main-menu li.level0 a.haschildren:before {
  display: none;
}
.header-menu.expand-all .main-menu {
  padding: 20px 40px;
  display: block;
  background-color: #111F29;
}
.header-menu.expand-all .main-menu li.level0 {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 40px;
}
.header-menu.expand-all .main-menu li.level0 a {
  font-size: 2rem;
}
.header-menu.expand-all .main-menu li.level0 > a {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.7) !important;
}
.header-menu.expand-all .main-menu li.level0 > a:hover {
  color: #ffffff !important;
}
.header-menu.expand-all .main-menu li.level0 ul.children.first-level {
  top: 0;
  padding: 10px 0;
  background-color: #111F29;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.header-menu.expand-all .main-menu li.level0 ul.children.first-level::-webkit-scrollbar {
  display: none;
}
.header-menu.expand-all .main-menu li.level0.expand-all-btn {
  display: none !important;
}
.header-menu.expand-all .main-menu.custom-menu {
  display: none;
}
.header-menu.expand-all .main-menu li.level0:nth-child(5), .header-menu.expand-all .main-menu li.level0:nth-child(6), .header-menu.expand-all .main-menu li.level0:nth-child(7), .header-menu.expand-all .main-menu li.level0:nth-child(8), .header-menu.expand-all .main-menu li.level0:nth-child(9), .header-menu.expand-all .main-menu li.level0:nth-child(10), .header-menu.expand-all .main-menu li.level0:nth-child(11), .header-menu.expand-all .main-menu li.level0:nth-child(12), .header-menu.expand-all .main-menu li.level0:nth-child(13) {
  display: block;
}
.header-menu .top-menu.mobile {
  display: none;
}
.header-menu ul {
  list-style: none;
}
.header-menu .main-menu {
  width: fit-content;
  margin: auto;
}
.header-menu .main-menu li a .link {
  pointer-events: none;
}
.header-menu .main-menu li.level0 {
  display: inline-block;
  margin: 0;
}
.header-menu .main-menu li.level0:nth-child(4) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-menu .main-menu li.level0:nth-child(4) {
    display: inline-block;
  }
}
.header-menu .main-menu li.level0:nth-child(5) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-menu .main-menu li.level0:nth-child(5) {
    display: inline-block;
  }
}
.header-menu .main-menu li.level0:nth-child(6) {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .header-menu .main-menu li.level0:nth-child(6) {
    display: inline-block;
  }
}
.header-menu .main-menu li.level0:nth-child(7) {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .header-menu .main-menu li.level0:nth-child(7) {
    display: inline-block;
  }
}
.header-menu .main-menu li.level0:nth-child(8) {
  display: none;
}
@media only screen and (min-width: 1900px) {
  .header-menu .main-menu li.level0:nth-child(8) {
    display: inline-block;
  }
}
.header-menu .main-menu li.level0:nth-child(9) {
  display: none;
}
@media only screen and (min-width: 2200px) {
  .header-menu .main-menu li.level0:nth-child(9) {
    display: inline-block;
  }
}
.header-menu .main-menu li.level0:nth-child(10) {
  display: none;
}
@media only screen and (min-width: 2200px) {
  .header-menu .main-menu li.level0:nth-child(10) {
    display: inline-block;
  }
}
.header-menu .main-menu li.level0:nth-child(11), .header-menu .main-menu li.level0:nth-child(12), .header-menu .main-menu li.level0:nth-child(13), .header-menu .main-menu li.level0:nth-child(14) {
  display: none;
}
.header-menu .main-menu li.level0.expand-all-btn {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header-menu .main-menu li.level0.expand-all-btn {
    display: inline-block !important;
  }
}
.header-menu .main-menu li.level0.expand-all-btn a {
  padding: 10px 10px 10px 40px;
  font-family: protipo, sans-serif;
}
@media only screen and (min-width: 1400px) {
  .header-menu .main-menu li.level0.expand-all-btn a {
    padding: 10px 20px 10px 40px;
  }
}
.header-menu .main-menu li.level0.expand-all-btn .dot-icon {
  position: absolute;
  top: 18px;
  left: 8px;
}
@media only screen and (min-width: 1400px) {
  .header-menu .main-menu li.level0.expand-all-btn .dot-icon {
    left: 10px;
  }
}
.header-menu .main-menu li.level0.expand-all-btn .dot-icon .dot {
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #566067;
  border-radius: 5px;
}
.header-menu .main-menu li.level0.expand-all-btn .dot-icon .dot.dot1 {
  left: 0;
}
.header-menu .main-menu li.level0.expand-all-btn .dot-icon .dot.dot2 {
  left: 8px;
}
.header-menu .main-menu li.level0.expand-all-btn .dot-icon .dot.dot3 {
  left: 16px;
}
.header-menu .main-menu li.level0 > a {
  padding: 10px 15px 11px;
}
@media only screen and (min-width: 1400px) {
  .header-menu .main-menu li.level0 > a {
    padding: 10px 20px 11px;
  }
}
.header-menu .main-menu li.level0 a {
  font-size: 0.7rem;
  color: #111F29;
  font-weight: 400;
  position: relative;
  display: block;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
@media only screen and (min-width: 1024px) {
  .header-menu .main-menu li.level0 a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-menu .main-menu li.level0 a {
    font-size: 0.9rem;
  }
}
.header-menu .main-menu li.level0 a.haschildren:before, .header-menu .main-menu li.level0 a.haschildren:after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 20px;
  height: 2px;
  width: 8px;
  background: #566067;
  color: #ffffff;
  -webkit-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -moz-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -ms-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -o-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
}
@media only screen and (min-width: 1400px) {
  .header-menu .main-menu li.level0 a.haschildren:before, .header-menu .main-menu li.level0 a.haschildren:after {
    right: 6px;
  }
}
.header-menu .main-menu li.level0 a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-menu .main-menu li.level0 a:hover, .header-menu .main-menu li.level0 a.active {
  color: rgba(17, 31, 41, 0.7);
}
.header-menu .main-menu li.level0 a:hover:before, .header-menu .main-menu li.level0 a:hover:after, .header-menu .main-menu li.level0 a.active:before, .header-menu .main-menu li.level0 a.active:after {
  background: #E81C35;
}
.header-menu .main-menu li.level0 a.active:before, .header-menu .main-menu li.level0 a.expanded:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-menu .main-menu li.level0 a.active:after, .header-menu .main-menu li.level0 a.expanded:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header-menu .main-menu li.level0 ul.children {
  display: none;
  margin-top: 0.3rem;
}
@media only screen and (min-width: 1200px) {
  .header-menu .main-menu li.level0 ul.children {
    margin-top: 1rem;
  }
}
.header-menu .main-menu li.level0 ul.children.expanded {
  display: block;
}
.header-menu .main-menu li.level0 ul.children.first-level {
  height: calc(100vh - 170px);
  overflow-y: scroll;
  background-color: #111F29;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  top: 34px;
  padding: 20px 30px;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 1200px) {
  .header-menu .main-menu li.level0 ul.children.first-level {
    top: 44px;
    padding: 20px 50px;
  }
}
.header-menu .main-menu li.level0 ul.children.first-level.fadein {
  opacity: 1;
}
.header-menu .main-menu .children.sublist li.level1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .header-menu .main-menu .children.sublist li.level1 {
    margin-right: 32px;
    margin-bottom: 16px;
    width: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .header-menu .main-menu .children.sublist li.level1 {
    margin-right: 40px;
    margin-bottom: 24px;
  }
}
.header-menu .main-menu .children.sublist li.level1 > a {
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 1px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .header-menu .main-menu .children.sublist li.level1 > a {
    font-size: 1rem;
  }
}
.header-menu .main-menu .children.sublist li.level1 > a:hover {
  color: #ffffff;
}
.header-menu .main-menu .children.sublist li.level2 {
  margin: 8px 0;
}
@media only screen and (min-width: 1200px) {
  .header-menu .main-menu .children.sublist li.level2 {
    margin: 10px 0;
  }
}
.header-menu .main-menu .children.sublist li.level2 a {
  font-size: 0.7rem;
  font-family: protipo, sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1200px) {
  .header-menu .main-menu .children.sublist li.level2 a {
    font-size: 0.8rem;
  }
}
.header-menu .main-menu .children.sublist li.level2 a:hover {
  color: #ffffff;
}
.header-menu .main-menu .children.sublist li.level2 .children.sublist {
  margin: 5px 10px 16px;
}
.header-menu .main-menu .children.sublist li.level3 a {
  font-size: 0.8rem;
  font-family: protipo, sans-serif;
}
.header-menu .main-menu .children.sublist li.level1.haschildren a:before, .header-menu .main-menu .children.sublist li.level1.haschildren a:after,
.header-menu .main-menu .children.sublist li.level1.haschildren a.haschildren:before,
.header-menu .main-menu .children.sublist li.level1.haschildren a.haschildren:after,
.header-menu .main-menu .children.sublist li.level2.haschildren a:before,
.header-menu .main-menu .children.sublist li.level2.haschildren a:after,
.header-menu .main-menu .children.sublist li.level2.haschildren a.haschildren:before,
.header-menu .main-menu .children.sublist li.level2.haschildren a.haschildren:after,
.header-menu .main-menu .children.sublist li.level3.haschildren a:before,
.header-menu .main-menu .children.sublist li.level3.haschildren a:after,
.header-menu .main-menu .children.sublist li.level3.haschildren a.haschildren:before,
.header-menu .main-menu .children.sublist li.level3.haschildren a.haschildren:after {
  display: none;
}
.header-menu li.haschildren > a:after, .header-menu li.haschildren > a:before {
  opacity: 1;
}

.footer {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #ffffff;
  background-color: #111F29;
}
.footer .content-wrapper {
  display: grid;
  gap: 40px;
  margin: auto;
  padding: 40px 16px;
  max-width: 1400px;
}
@media only screen and (min-width: 768px) {
  .footer .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 80px 24px;
    text-align: left;
    gap: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .content-wrapper {
    padding: 100px 40px;
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .content-wrapper {
    padding: 120px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .content-wrapper .content {
    border-right: 1px solid #415464;
  }
}
.footer .content-wrapper .content:last-child {
  border-right: none;
}
.footer .content-wrapper .content .footer-logo {
  max-width: 85px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .footer .content-wrapper .content .footer-logo {
    max-width: 110px;
  }
}
.footer .content-wrapper .content .customer-service .title,
.footer .content-wrapper .content .information .title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
@media only screen and (min-width: 1024px) {
  .footer .content-wrapper .content .customer-service .title,
  .footer .content-wrapper .content .information .title {
    font-size: 1.2rem;
  }
}
.footer .content-wrapper .content .customer-service a, .footer .content-wrapper .content .customer-service p,
.footer .content-wrapper .content .information a,
.footer .content-wrapper .content .information p {
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .footer .content-wrapper .content .customer-service a, .footer .content-wrapper .content .customer-service p,
  .footer .content-wrapper .content .information a,
  .footer .content-wrapper .content .information p {
    font-size: 0.9rem;
  }
}
.footer .content-wrapper .content .customer-service a,
.footer .content-wrapper .content .information a {
  border-bottom: 2px solid #E81C35;
  padding-bottom: 2px;
  transition: 0.3s all;
  opacity: 0.8;
}
.footer .content-wrapper .content .customer-service a:hover,
.footer .content-wrapper .content .information a:hover {
  opacity: 1;
}
.footer .content-wrapper .content .customer-service .phone,
.footer .content-wrapper .content .information .phone {
  font-size: 0.8rem;
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .footer .content-wrapper .content .customer-service .phone,
  .footer .content-wrapper .content .information .phone {
    font-size: 0.9rem;
    margin-top: 24px;
  }
}
.footer .content-wrapper .content .customer-service .phone span,
.footer .content-wrapper .content .information .phone span {
  opacity: 0.8;
}
.footer .content-wrapper .content .customer-service ul,
.footer .content-wrapper .content .information ul {
  list-style: none;
}
.footer .content-wrapper .content .customer-service ul li,
.footer .content-wrapper .content .information ul li {
  margin-bottom: 0.5rem;
}
.footer .content-wrapper .content .follow-us {
  max-width: fit-content;
  margin: auto;
  text-align: center;
  margin-top: 16px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .footer .content-wrapper .content .follow-us {
    margin-top: 24px;
    font-size: 0.9rem;
  }
}
.footer .content-wrapper .content .follow-us .networks {
  display: flex;
  gap: 8px;
}
.footer .content-wrapper .content .follow-us ul li {
  list-style: none;
}
.footer .footer-newsletter {
  display: none;
  background-color: #111F29;
  padding: 40px 0;
}
.footer .footer-newsletter .title {
  width: 80%;
  margin: 1rem auto 0;
}
.footer .footer-newsletter .title strong {
  display: block;
  line-height: 2rem;
  font-size: 1.7rem;
  color: #E81C35;
}
.footer .footer-newsletter .title p {
  font-size: 0.8rem;
}
.footer .footer-newsletter .newsletter-subscribe .newsletter-email {
  width: 80%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .footer .footer-newsletter .newsletter-subscribe .newsletter-email {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer-newsletter .newsletter-subscribe .newsletter-email {
    width: 30%;
  }
}
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-text {
  text-align: center;
  margin: 2rem auto;
}
.footer .footer-newsletter .newsletter-subscribe .options {
  display: none;
}
.footer .footer-lower .footer-info .footer-disclaimer {
  font-size: 0.6rem;
}
.footer .footer-lower .madebyhk {
  width: 55px;
  margin: auto;
  padding: 4rem 0 2rem;
}
.footer .footer-lower .madebyhk a {
  color: inherit;
  display: block;
}
.footer .footer-lower .madebyhk a:after, .footer .footer-lower .madebyhk a:before {
  display: none;
}
.footer .footer-lower .madebyhk svg .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
}
.footer .footer-lower .madebyhk svg .st3 {
  fill: #ffffff;
}
.footer .payment-logos {
  width: 86%;
  margin: 3rem auto;
}
@media only screen and (min-width: 768px) {
  .footer .payment-logos {
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .payment-logos {
    width: 30%;
    margin: 5rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .payment-logos {
    width: 20%;
  }
}
.footer .payment-logos .logo {
  width: 15%;
  vertical-align: top;
  display: inline-block;
  margin: 0 2%;
}
.footer .custom-payment {
  width: 75%;
  margin: 40px auto 60px auto;
}
@media only screen and (min-width: 768px) {
  .footer .custom-payment {
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .custom-payment {
    width: 40%;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .custom-payment {
    width: 30%;
  }
}
.footer .custom-payment .carriers {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.footer .custom-payment .carriers .carrier.postnord {
  width: 80px;
  padding-top: 3px;
}
.footer .custom-payment .carriers .carrier.posten {
  width: 80px;
}
.footer .custom-payment .carriers .carrier.bring {
  width: 70px;
}
.footer .custom-payment .carriers svg path {
  fill: #ffffff;
}
.footer .custom-payment .custom-klarna {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
}
.footer .custom-payment .custom-klarna .klarna-logo {
  width: 100px;
  margin: -12px auto 0;
  background-color: #111F29;
  padding: 0 10px;
}
.footer .custom-payment .custom-klarna .klarna-logo svg path {
  fill: #ffffff;
}
.footer .custom-payment .custom-klarna .klarna-methods {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1.4rem 1rem 1.7rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .footer .custom-payment .custom-klarna .klarna-methods {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
}
.footer .custom-payment .custom-klarna .klarna-methods .method.visa {
  width: 25px;
}
@media only screen and (min-width: 1024px) {
  .footer .custom-payment .custom-klarna .klarna-methods .method.visa {
    width: 35px;
  }
}
.footer .custom-payment .custom-klarna .klarna-methods .method.visa .st0 {
  fill: #ffffff;
}
.footer .custom-payment .custom-klarna .klarna-methods .method.visa .st1 {
  fill: #ffffff;
}
.footer .custom-payment .custom-klarna .klarna-methods .method.mastercard {
  width: 20px;
}
@media only screen and (min-width: 1024px) {
  .footer .custom-payment .custom-klarna .klarna-methods .method.mastercard {
    width: 30px;
  }
}
.footer .custom-payment .custom-klarna .klarna-methods .method.mastercard .st0 {
  fill: #ffffff;
}

.html-home-page .master-wrapper-content {
  position: relative;
  margin-top: 105px;
  background-color: #F7F8F9;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content {
    margin-top: 227px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content {
    margin-top: 265px;
  }
}
@media only screen and (min-width: 1200px) {
  .html-home-page .master-wrapper-content {
    margin-top: 290px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body {
  /*
  .custom-homepage-content {
      font-size: 0;
      width: 92%;
      margin: 0 auto 3rem;
      padding-top: 4%;

      @include media-breakpoint-up(lg) {
          width: 98%;
          margin: 0 auto 3rem;
          padding-top: 1%;
          text-align: center;
      }

      .button-container {
          display: none;
      }

      .description {
          display: none;
      }

      &.count-1 {
          a.item-box {
              height: 40vh;

              @include media-breakpoint-up(lg) {
                  display: block;
                  width: 100%;
                  height: 60vh;
                  margin: 0;
              }

              .heading {
                  @include media-breakpoint-up(lg) {
                      font-size: 5rem;
                  }
              }

              img {
                  @include media-breakpoint-up(lg) {
                      width: 100%;
                      height: auto;
                  }
              }
          }
      }

      &.count-2 {
          a.item-box {
              @include media-breakpoint-up(lg) {
                  width: 49%;
                  //height: 320px;
              }

              @include media-breakpoint-up(xl) {
                  width: 49%;
                  //height: 420px;
              }

              img {
                  @include media-breakpoint-up(lg) {
                      width: 100%;
                      height: auto;
                  }
              }
          }
      }

      &.count-3 {
          a.item-box {
              @include media-breakpoint-up(lg) {
                  display: inline-block;
                  vertical-align: top;
                  width: 32.3333%;
                  //height: 300px;
                  margin: 0 0.5%;
                  margin: 0 .5% 1rem;
              }

              img {
                  @include media-breakpoint-up(lg) {
                      width: 100%;
                      height: auto;
                  }
              }
          }
      }

      &.count-4 {
          a.item-box {
              @include media-breakpoint-up(lg) {
                  display: inline-block;
                  width: 24%;
                  //height: 300px;
              }
          }
      }

      &.count-5 {
      }

      &.count-6 {
      }

      a.item-box {
          font-size: 1rem;
          position: relative;
          margin: 0 0 4%;
          display: block;

          @include media-breakpoint-up(lg) {
              display: inline-block;
              vertical-align: top;
              width: 32.3333%;
              //height: 300px;
              margin: 0 .5% 1rem;
          }

          .custom-homepage-content-image {
              height: 100%;
              background-color: $identity-primary-color-1;
              overflow: hidden;


              img {
                  opacity: 0.7;
                  @include animate(all, 300ms, linear);
              }
          }

          img {
              @include media-breakpoint-up(lg) {
                  //height: 100%;
                  //width: auto;
              }
          }


          .description {
          }

          .heading {
              position: absolute;
              top: 50%;
              width: 100%;
              text-align: center;
              font-weight: $font-heavy;
              color: $identity-primary-color-3;
              font-size: 2rem;
              z-index: 2;
          }

          .button-container {
              position: absolute;
              bottom: 1rem;
              width: 100%;
              text-align: center;
          }

          &.category-item {
          }

          &.topic-item {
              .custom-homepage-content-image {
                  background-color: $identity-primary-color-3;

                  img {
                      opacity: 1;
                      @include animate(all, 300ms, linear);
                  }
              }

              .heading {
                  color: $identity-primary-color-1;
              }
          }

          &:hover {
              .custom-homepage-content-image {
                  img {
                      opacity: 1;
                  }
              }
          }
      }
  }

  */
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .category-grid {
  display: none;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 {
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 {
    max-width: 1600px;
    margin: auto;
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 {
    padding: 0 40px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .anywhere-slider {
  height: 100%;
  opacity: 0;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .anywhere-slider.slick-initialized {
  opacity: 1;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .anywhere-slider .slick-list {
  height: 100%;
  transform: none !important;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper {
  margin: 0;
  height: 73vh;
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper {
    height: 40vh;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  transform: none !important;
}
@media only screen and (max-width: 1023px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track {
    gap: 12px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track:before, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track:after {
  display: none !important;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide {
  width: auto !important;
  left: auto !important;
  opacity: 1 !important;
  height: 35vh !important;
  float: none;
  flex: 0 0 48%;
  top: auto !important;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide {
    flex: 0 0 24%;
    height: 100% !important;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide.image-loaded {
  opacity: 1 !important;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide.slick-cloned {
  display: none !important;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide .slide-text {
  position: absolute;
  z-index: 2;
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: 1rem;
  color: #ffffff;
  pointer-events: none;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide .slide-text {
    width: calc(100% - 4rem);
    left: 2rem;
    bottom: 1.5rem;
    font-size: 1.1rem;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide .slide-text-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  background: #111f29;
  background: -moz-linear-gradient(0deg, #111f29 20%, rgba(17, 31, 41, 0) 100%);
  background: -webkit-linear-gradient(0deg, #111f29 20%, rgba(17, 31, 41, 0) 100%);
  background: linear-gradient(0deg, #111f29 20%, rgba(17, 31, 41, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#ffffff", endColorstr="#000000");
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide a {
  height: 100%;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide a:hover .slide-text-bg {
  height: 100%;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .banners-x4 .slider-wrapper .slick-track .slick-slide a img {
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers {
  display: grid;
  padding: 0 16px;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: auto;
    padding: 0 24px;
    gap: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers {
    padding: 0 40px;
    gap: 24px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers.main-banner {
  gap: 0;
  padding-top: 24px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers.main-banner {
    margin-bottom: 60px;
    grid-template-columns: 5fr 4fr;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers.main-banner {
    grid-template-columns: 4fr 3fr;
    margin-bottom: 80px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers.main-banner .slider-wrapper a {
  background-color: white;
  color: #111F29;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers.main-banner .slider-wrapper a:hover {
  background-color: #111F29;
  color: white;
  opacity: 1;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers.main-banner .slider-wrapper img {
  border-radius: 8px 8px 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers.main-banner .slider-wrapper img {
    border-radius: 8px 0 0 8px !important;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers.main-banner .slider-wrapper img:hover {
  opacity: 1 !important;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .anywhere-slider {
  position: relative;
  height: 100%;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .anywhere-slider .anywhereslider-slide {
  height: 100%;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .anywhere-slider .anywhereslider-slide a:has(img) {
  height: 100%;
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .anywhere-slider .anywhereslider-slide a:has(img) {
    border-radius: 8px 0 0 8px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .anywhere-slider .anywhereslider-slide img {
  height: 100%;
  object-fit: cover;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text {
  background: #E81C35;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text {
    border-radius: 0 8px 8px 0;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .anywhere-slick-slider {
  height: 100%;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  padding: 32px 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide {
    padding: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide {
    padding: 40px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide p {
  line-height: 1.3;
  font-size: 25px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide p {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide p {
    font-size: 43px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide a {
  font-size: 16px;
  margin-top: 16px;
  padding: 13px 20px;
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide a {
    margin-top: 24px;
    padding: 16px 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper.main-banner-text .html-slide a {
    padding: 18px 32px;
    font-size: 18px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper a {
  display: block !important;
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  height: auto;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0;
  transition: 0.3s all;
  opacity: 1;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper a:hover {
  opacity: 0.8;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper a:before, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper a:after {
  display: none;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper a img {
  display: block !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  border-radius: 8px;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper a img {
  /*@include animate();*/
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivoSlider {
  display: flex;
  justify-content: space-between;
  background: none;
  flex-wrap: wrap;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-main-image {
  display: none !important;
  height: auto !important;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption {
  display: none !important;
  pointer-events: none;
  top: auto;
  bottom: 2rem;
  background-color: transparent;
  padding: 0;
  overflow: visible;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p {
  /*background-color: $identity-primary-color-4;*/
  color: #111F29;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-front-page {
  text-align: center;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-front-page .manufacturer-item {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  margin: 0 10px;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-front-page .manufacturer-item a img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 1200px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-front-page .manufacturer-item {
    width: 80px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-front-page .manufacturer-item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid {
  max-width: 1600px;
  margin: auto;
  padding: 0px 16px 0px 16px;
  margin: 40px auto;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid {
    padding: 0px 24px 0px 24px;
    margin: 60px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid {
    padding: 0px 40px 0px 40px;
    margin: 80px auto;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid {
    text-align: center;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box {
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box {
    padding: 1.5rem;
    margin-bottom: 0;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .picture {
  width: 90%;
  margin: 1rem auto 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .picture {
    height: 160px;
    margin: 1rem auto 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .picture {
    height: 180px;
    margin: 1rem auto 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .picture {
    height: 210px;
    margin: 1rem auto 2rem;
  }
}
@media only screen and (min-width: 2200px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .picture {
    height: 240px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details h2.product-title {
  text-align: center;
  font-weight: 700;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3rem;
  width: 90%;
  margin: 0 auto 24px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details h2.product-title {
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details h2.product-title {
    font-size: 1.2rem;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .description {
  display: none;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info {
    /* IE10+ CSS styles go here */
    position: relative;
    width: auto;
    bottom: auto;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices {
  display: inline-block;
  vertical-align: top;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .price {
  font-weight: 700;
  display: block;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1400px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .price {
    font-size: 1.3rem;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .price.on-sale {
  color: #E81C35;
  margin-top: -4px;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .price.call-for-price {
  font-size: 1rem;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .price.call-for-price text,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .price.call-for-price .mva {
  display: none;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .price.old-price {
  color: #818181;
  font-size: 0.7rem;
  font-weight: 600;
  font-weight: normal;
  position: relative;
  line-height: 0.8rem;
  margin-bottom: 3px;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .price.old-price::after {
  content: url(/Themes/Custom/Content/images/old-price-slash.svg);
  width: 44px;
  height: 13px;
  position: absolute;
  left: -4px;
  top: -1px;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .mva {
  display: block;
  color: #818181;
  font-size: 0.55rem;
  font-weight: 600;
  font-weight: normal;
  line-height: 0.4rem;
  position: relative;
  top: 2px;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .prices .mva::after {
  opacity: 0;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .buttons {
  width: 53%;
  text-align: right;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .buttons .ajax-cart-button-wrapper {
  width: 100%;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .buttons .product-box-add-to-cart-button {
  right: 0;
  z-index: 4;
  width: fit-content;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .buttons .productQuantityTextBox {
  display: none;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .buttons .add-to-compare-list-button,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .buttons .add-to-wishlist-button {
  display: none;
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .topic-block {
  max-width: 850px;
  margin: auto;
  padding: 60px 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .topic-block {
    padding: 80px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .topic-block {
    padding: 120px 40px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .topic-block h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .topic-block h2 {
    margin-bottom: 24px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .topic-block a {
  font-size: 16px;
  margin: 16px auto 0 auto;
  display: block;
  width: fit-content;
  border-bottom: 2px solid #E81C35;
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .topic-block a {
    margin: 24px auto 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .topic-block a {
    font-size: 18px;
  }
}
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body #curator-feed-default-feed-layout {
  padding: 0 16px;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body #curator-feed-default-feed-layout {
    max-width: 1600px;
    margin: auto;
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body #curator-feed-default-feed-layout {
    padding: 0 40px 40px;
  }
}

.html-category-page .block-category-navigation,
.html-category-page .block-recently-viewed-products,
.html-category-page .block-manufacturer-navigation,
.html-category-page .block-popular-tags,
.html-manufacturer-page .block-category-navigation,
.html-manufacturer-page .block-recently-viewed-products,
.html-manufacturer-page .block-manufacturer-navigation,
.html-manufacturer-page .block-popular-tags,
.html-manufacturer-list-page .block-category-navigation,
.html-manufacturer-list-page .block-recently-viewed-products,
.html-manufacturer-list-page .block-manufacturer-navigation,
.html-manufacturer-list-page .block-popular-tags,
.html-search-page .block-category-navigation,
.html-search-page .block-recently-viewed-products,
.html-search-page .block-manufacturer-navigation,
.html-search-page .block-popular-tags,
.html-product-tag-page .block-category-navigation,
.html-product-tag-page .block-recently-viewed-products,
.html-product-tag-page .block-manufacturer-navigation,
.html-product-tag-page .block-popular-tags {
  display: none;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes,
.html-search-page .side-2 .nopAjaxFilters7Spikes,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes {
  margin-top: 1rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .side-2 .nopAjaxFilters7Spikes,
  .html-manufacturer-page .side-2 .nopAjaxFilters7Spikes,
  .html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes,
  .html-search-page .side-2 .nopAjaxFilters7Spikes,
  .html-product-tag-page .side-2 .nopAjaxFilters7Spikes {
    display: block;
  }
}
.html-category-page .side-2 .nopAjaxFilters7Spikes.expanded,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes.expanded,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes.expanded,
.html-search-page .side-2 .nopAjaxFilters7Spikes.expanded,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes.expanded {
  display: block;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .block,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .block,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .block,
.html-search-page .side-2 .nopAjaxFilters7Spikes .block,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .block {
  margin: 0 auto 8px;
  background-color: #DFE3E7;
  border-radius: 8px;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title {
  background: transparent;
  padding: 0 0 10px 0px;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl {
  padding: 15px 40px 2px 14px;
  color: #4d4f53;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 700;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl,
  .html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl,
  .html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl,
  .html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl,
  .html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before, .html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 22px;
  height: 2px;
  width: 8px;
  margin: 0;
  background: #111F29;
  -webkit-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -moz-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -ms-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  -o-transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
  transition: all 600ms cubic-bezier(0.22, 0.81, 0.13, 1);
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:before,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:before,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:before,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:before,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:after,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:after,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:after,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:after,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .toggleControl.closed:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearFilterOptions,
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearPriceRangeFilter,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearFilterOptions,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearPriceRangeFilter,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearFilterOptions,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearPriceRangeFilter,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearFilterOptions,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearPriceRangeFilter,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearFilterOptions,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .title .clearPriceRangeFilter {
  top: 18px;
  right: 48px;
  font-size: 0.7rem;
  margin-top: 0;
  color: rgba(17, 31, 41, 0.6);
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel {
  padding: 8px 15px 15px;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list {
  list-style: none;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label {
  height: auto;
  line-height: 14px;
  pointer-events: all;
  font-size: 0.9rem;
  color: #4d4f53;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label,
  .html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label,
  .html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label,
  .html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label,
  .html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label {
    font-size: 0.8rem;
  }
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:before,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:before,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:before,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:before,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:before {
  background: #ffffff !important;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:after,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:after,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:after,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:after,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel ul.checkbox-list li.checkbox-item label:after {
  background: url(/Themes/Custom/Content/images/icon-check.svg) no-repeat center;
  background-size: 10px;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeMinMaxPanel,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeMinMaxPanel,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeMinMaxPanel,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeMinMaxPanel,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeMinMaxPanel {
  display: none;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider {
  margin: 10px 0 20px;
  background: #d0d0d0;
  border: 0px solid #ddd;
  height: 3px;
  position: relative;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-range.ui-widget-header,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-range.ui-widget-header,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-range.ui-widget-header,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-range.ui-widget-header,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-range.ui-widget-header {
  background: #4d4f53;
  border: 0px solid #bbb;
  top: 0;
  height: 3px;
  position: absolute;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle {
  position: absolute;
  top: -11px !important;
  width: 24px !important;
  height: 24px !important;
  background: #4d4f53 !important;
  border: 0px solid #ffffff !important;
  border-radius: 24px !important;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle,
  .html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle,
  .html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle,
  .html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle,
  .html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle {
    top: -9px !important;
    width: 20px !important;
    height: 20px !important;
  }
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle:last-child,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle:last-child,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle:last-child,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle:last-child,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .ui-slider .ui-slider-handle:last-child {
  margin-left: -17px !important;
}
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMinPrice,
.html-category-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMaxPrice,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMinPrice,
.html-manufacturer-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMaxPrice,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMinPrice,
.html-manufacturer-list-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMaxPrice,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMinPrice,
.html-search-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMaxPrice,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMinPrice,
.html-product-tag-page .side-2 .nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel .priceRangeCurrentPricesPanel span.currentMaxPrice {
  font-size: 0.8rem;
  color: #4d4f53;
}
.html-category-page .center-2,
.html-manufacturer-page .center-2,
.html-manufacturer-list-page .center-2,
.html-search-page .center-2,
.html-product-tag-page .center-2 {
  position: relative;
}
.html-category-page .center-2 .page.category-page .filter-btn,
.html-category-page .center-2 .page.manufacturer-page .filter-btn,
.html-category-page .center-2 .page.product-tag-page .filter-btn,
.html-category-page .center-2 .page.search-page .filter-btn,
.html-manufacturer-page .center-2 .page.category-page .filter-btn,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn,
.html-manufacturer-page .center-2 .page.search-page .filter-btn,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn,
.html-search-page .center-2 .page.category-page .filter-btn,
.html-search-page .center-2 .page.manufacturer-page .filter-btn,
.html-search-page .center-2 .page.product-tag-page .filter-btn,
.html-search-page .center-2 .page.search-page .filter-btn,
.html-product-tag-page .center-2 .page.category-page .filter-btn,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn,
.html-product-tag-page .center-2 .page.search-page .filter-btn {
  position: absolute;
  right: 16px;
  top: 11px;
}
@media only screen and (min-width: 768px) {
  .html-category-page .center-2 .page.category-page .filter-btn,
  .html-category-page .center-2 .page.manufacturer-page .filter-btn,
  .html-category-page .center-2 .page.product-tag-page .filter-btn,
  .html-category-page .center-2 .page.search-page .filter-btn,
  .html-manufacturer-page .center-2 .page.category-page .filter-btn,
  .html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn,
  .html-manufacturer-page .center-2 .page.product-tag-page .filter-btn,
  .html-manufacturer-page .center-2 .page.search-page .filter-btn,
  .html-manufacturer-list-page .center-2 .page.category-page .filter-btn,
  .html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn,
  .html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn,
  .html-manufacturer-list-page .center-2 .page.search-page .filter-btn,
  .html-search-page .center-2 .page.category-page .filter-btn,
  .html-search-page .center-2 .page.manufacturer-page .filter-btn,
  .html-search-page .center-2 .page.product-tag-page .filter-btn,
  .html-search-page .center-2 .page.search-page .filter-btn,
  .html-product-tag-page .center-2 .page.category-page .filter-btn,
  .html-product-tag-page .center-2 .page.manufacturer-page .filter-btn,
  .html-product-tag-page .center-2 .page.product-tag-page .filter-btn,
  .html-product-tag-page .center-2 .page.search-page .filter-btn {
    right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page.category-page .filter-btn,
  .html-category-page .center-2 .page.manufacturer-page .filter-btn,
  .html-category-page .center-2 .page.product-tag-page .filter-btn,
  .html-category-page .center-2 .page.search-page .filter-btn,
  .html-manufacturer-page .center-2 .page.category-page .filter-btn,
  .html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn,
  .html-manufacturer-page .center-2 .page.product-tag-page .filter-btn,
  .html-manufacturer-page .center-2 .page.search-page .filter-btn,
  .html-manufacturer-list-page .center-2 .page.category-page .filter-btn,
  .html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn,
  .html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn,
  .html-manufacturer-list-page .center-2 .page.search-page .filter-btn,
  .html-search-page .center-2 .page.category-page .filter-btn,
  .html-search-page .center-2 .page.manufacturer-page .filter-btn,
  .html-search-page .center-2 .page.product-tag-page .filter-btn,
  .html-search-page .center-2 .page.search-page .filter-btn,
  .html-product-tag-page .center-2 .page.category-page .filter-btn,
  .html-product-tag-page .center-2 .page.manufacturer-page .filter-btn,
  .html-product-tag-page .center-2 .page.product-tag-page .filter-btn,
  .html-product-tag-page .center-2 .page.search-page .filter-btn {
    display: none;
  }
}
.html-category-page .center-2 .page.category-page .filter-btn .icon,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon,
.html-category-page .center-2 .page.search-page .filter-btn .icon,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon,
.html-search-page .center-2 .page.category-page .filter-btn .icon,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon,
.html-search-page .center-2 .page.search-page .filter-btn .icon,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon {
  width: 22px;
  height: 22px;
  display: block;
}
.html-category-page .center-2 .page.category-page .filter-btn .icon path,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon path,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon path,
.html-category-page .center-2 .page.search-page .filter-btn .icon path,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon path,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon path,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon path,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon path,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon path,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon path,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon path,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon path,
.html-search-page .center-2 .page.category-page .filter-btn .icon path,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon path,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon path,
.html-search-page .center-2 .page.search-page .filter-btn .icon path,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon path,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon path,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon path,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon path {
  fill: #4d4f53;
}
.html-category-page .center-2 .page.category-page .filter-btn .icon circle,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon circle,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon circle,
.html-category-page .center-2 .page.search-page .filter-btn .icon circle,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon circle,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon circle,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon circle,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon circle,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon circle,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon circle,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon circle,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon circle,
.html-search-page .center-2 .page.category-page .filter-btn .icon circle,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon circle,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon circle,
.html-search-page .center-2 .page.search-page .filter-btn .icon circle,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon circle,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon circle,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon circle,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon circle {
  fill: #F7F8F9;
}
.html-category-page .center-2 .page.category-page .filter-btn .icon #slider1,
.html-category-page .center-2 .page.category-page .filter-btn .icon #slider2,
.html-category-page .center-2 .page.category-page .filter-btn .icon #slider3,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon #slider1,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon #slider2,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon #slider3,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon #slider1,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon #slider2,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon #slider3,
.html-category-page .center-2 .page.search-page .filter-btn .icon #slider1,
.html-category-page .center-2 .page.search-page .filter-btn .icon #slider2,
.html-category-page .center-2 .page.search-page .filter-btn .icon #slider3,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon #slider1,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon #slider2,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon #slider3,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon #slider1,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon #slider2,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon #slider3,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon #slider1,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon #slider2,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon #slider3,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon #slider1,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon #slider2,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon #slider3,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon #slider1,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon #slider2,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon #slider3,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon #slider1,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon #slider2,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon #slider3,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon #slider1,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon #slider2,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon #slider3,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon #slider1,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon #slider2,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon #slider3,
.html-search-page .center-2 .page.category-page .filter-btn .icon #slider1,
.html-search-page .center-2 .page.category-page .filter-btn .icon #slider2,
.html-search-page .center-2 .page.category-page .filter-btn .icon #slider3,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon #slider1,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon #slider2,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon #slider3,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon #slider1,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon #slider2,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon #slider3,
.html-search-page .center-2 .page.search-page .filter-btn .icon #slider1,
.html-search-page .center-2 .page.search-page .filter-btn .icon #slider2,
.html-search-page .center-2 .page.search-page .filter-btn .icon #slider3,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon #slider1,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon #slider2,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon #slider3,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon #slider1,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon #slider2,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon #slider3,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon #slider1,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon #slider2,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon #slider3,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon #slider1,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon #slider2,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon #slider3 {
  -webkit-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
.html-category-page .center-2 .page.category-page .filter-btn .icon.open #slider1,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider1,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider1,
.html-category-page .center-2 .page.search-page .filter-btn .icon.open #slider1,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon.open #slider1,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider1,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider1,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon.open #slider1,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon.open #slider1,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider1,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider1,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon.open #slider1,
.html-search-page .center-2 .page.category-page .filter-btn .icon.open #slider1,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider1,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider1,
.html-search-page .center-2 .page.search-page .filter-btn .icon.open #slider1,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon.open #slider1,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider1,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider1,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon.open #slider1 {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.html-category-page .center-2 .page.category-page .filter-btn .icon.open #slider2,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider2,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider2,
.html-category-page .center-2 .page.search-page .filter-btn .icon.open #slider2,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon.open #slider2,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider2,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider2,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon.open #slider2,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon.open #slider2,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider2,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider2,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon.open #slider2,
.html-search-page .center-2 .page.category-page .filter-btn .icon.open #slider2,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider2,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider2,
.html-search-page .center-2 .page.search-page .filter-btn .icon.open #slider2,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon.open #slider2,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider2,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider2,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon.open #slider2 {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
.html-category-page .center-2 .page.category-page .filter-btn .icon.open #slider3,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider3,
.html-category-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider3,
.html-category-page .center-2 .page.search-page .filter-btn .icon.open #slider3,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .icon.open #slider3,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider3,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider3,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .icon.open #slider3,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .icon.open #slider3,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider3,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider3,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .icon.open #slider3,
.html-search-page .center-2 .page.category-page .filter-btn .icon.open #slider3,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider3,
.html-search-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider3,
.html-search-page .center-2 .page.search-page .filter-btn .icon.open #slider3,
.html-product-tag-page .center-2 .page.category-page .filter-btn .icon.open #slider3,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .icon.open #slider3,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .icon.open #slider3,
.html-product-tag-page .center-2 .page.search-page .filter-btn .icon.open #slider3 {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
.html-category-page .center-2 .page.category-page .filter-btn .text,
.html-category-page .center-2 .page.manufacturer-page .filter-btn .text,
.html-category-page .center-2 .page.product-tag-page .filter-btn .text,
.html-category-page .center-2 .page.search-page .filter-btn .text,
.html-manufacturer-page .center-2 .page.category-page .filter-btn .text,
.html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .text,
.html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .text,
.html-manufacturer-page .center-2 .page.search-page .filter-btn .text,
.html-manufacturer-list-page .center-2 .page.category-page .filter-btn .text,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .text,
.html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .text,
.html-manufacturer-list-page .center-2 .page.search-page .filter-btn .text,
.html-search-page .center-2 .page.category-page .filter-btn .text,
.html-search-page .center-2 .page.manufacturer-page .filter-btn .text,
.html-search-page .center-2 .page.product-tag-page .filter-btn .text,
.html-search-page .center-2 .page.search-page .filter-btn .text,
.html-product-tag-page .center-2 .page.category-page .filter-btn .text,
.html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .text,
.html-product-tag-page .center-2 .page.product-tag-page .filter-btn .text,
.html-product-tag-page .center-2 .page.search-page .filter-btn .text {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page.category-page .filter-btn .text,
  .html-category-page .center-2 .page.manufacturer-page .filter-btn .text,
  .html-category-page .center-2 .page.product-tag-page .filter-btn .text,
  .html-category-page .center-2 .page.search-page .filter-btn .text,
  .html-manufacturer-page .center-2 .page.category-page .filter-btn .text,
  .html-manufacturer-page .center-2 .page.manufacturer-page .filter-btn .text,
  .html-manufacturer-page .center-2 .page.product-tag-page .filter-btn .text,
  .html-manufacturer-page .center-2 .page.search-page .filter-btn .text,
  .html-manufacturer-list-page .center-2 .page.category-page .filter-btn .text,
  .html-manufacturer-list-page .center-2 .page.manufacturer-page .filter-btn .text,
  .html-manufacturer-list-page .center-2 .page.product-tag-page .filter-btn .text,
  .html-manufacturer-list-page .center-2 .page.search-page .filter-btn .text,
  .html-search-page .center-2 .page.category-page .filter-btn .text,
  .html-search-page .center-2 .page.manufacturer-page .filter-btn .text,
  .html-search-page .center-2 .page.product-tag-page .filter-btn .text,
  .html-search-page .center-2 .page.search-page .filter-btn .text,
  .html-product-tag-page .center-2 .page.category-page .filter-btn .text,
  .html-product-tag-page .center-2 .page.manufacturer-page .filter-btn .text,
  .html-product-tag-page .center-2 .page.product-tag-page .filter-btn .text,
  .html-product-tag-page .center-2 .page.search-page .filter-btn .text {
    display: block;
  }
}
.html-category-page .center-2 .page.category-page .page-title,
.html-category-page .center-2 .page.manufacturer-page .page-title,
.html-category-page .center-2 .page.product-tag-page .page-title,
.html-category-page .center-2 .page.search-page .page-title,
.html-manufacturer-page .center-2 .page.category-page .page-title,
.html-manufacturer-page .center-2 .page.manufacturer-page .page-title,
.html-manufacturer-page .center-2 .page.product-tag-page .page-title,
.html-manufacturer-page .center-2 .page.search-page .page-title,
.html-manufacturer-list-page .center-2 .page.category-page .page-title,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .page-title,
.html-manufacturer-list-page .center-2 .page.product-tag-page .page-title,
.html-manufacturer-list-page .center-2 .page.search-page .page-title,
.html-search-page .center-2 .page.category-page .page-title,
.html-search-page .center-2 .page.manufacturer-page .page-title,
.html-search-page .center-2 .page.product-tag-page .page-title,
.html-search-page .center-2 .page.search-page .page-title,
.html-product-tag-page .center-2 .page.category-page .page-title,
.html-product-tag-page .center-2 .page.manufacturer-page .page-title,
.html-product-tag-page .center-2 .page.product-tag-page .page-title,
.html-product-tag-page .center-2 .page.search-page .page-title {
  width: 70%;
}
.html-category-page .center-2 .page.category-page .page-title h1,
.html-category-page .center-2 .page.manufacturer-page .page-title h1,
.html-category-page .center-2 .page.product-tag-page .page-title h1,
.html-category-page .center-2 .page.search-page .page-title h1,
.html-manufacturer-page .center-2 .page.category-page .page-title h1,
.html-manufacturer-page .center-2 .page.manufacturer-page .page-title h1,
.html-manufacturer-page .center-2 .page.product-tag-page .page-title h1,
.html-manufacturer-page .center-2 .page.search-page .page-title h1,
.html-manufacturer-list-page .center-2 .page.category-page .page-title h1,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .page-title h1,
.html-manufacturer-list-page .center-2 .page.product-tag-page .page-title h1,
.html-manufacturer-list-page .center-2 .page.search-page .page-title h1,
.html-search-page .center-2 .page.category-page .page-title h1,
.html-search-page .center-2 .page.manufacturer-page .page-title h1,
.html-search-page .center-2 .page.product-tag-page .page-title h1,
.html-search-page .center-2 .page.search-page .page-title h1,
.html-product-tag-page .center-2 .page.category-page .page-title h1,
.html-product-tag-page .center-2 .page.manufacturer-page .page-title h1,
.html-product-tag-page .center-2 .page.product-tag-page .page-title h1,
.html-product-tag-page .center-2 .page.search-page .page-title h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 48px 0 10px;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page.category-page .page-title h1,
  .html-category-page .center-2 .page.manufacturer-page .page-title h1,
  .html-category-page .center-2 .page.product-tag-page .page-title h1,
  .html-category-page .center-2 .page.search-page .page-title h1,
  .html-manufacturer-page .center-2 .page.category-page .page-title h1,
  .html-manufacturer-page .center-2 .page.manufacturer-page .page-title h1,
  .html-manufacturer-page .center-2 .page.product-tag-page .page-title h1,
  .html-manufacturer-page .center-2 .page.search-page .page-title h1,
  .html-manufacturer-list-page .center-2 .page.category-page .page-title h1,
  .html-manufacturer-list-page .center-2 .page.manufacturer-page .page-title h1,
  .html-manufacturer-list-page .center-2 .page.product-tag-page .page-title h1,
  .html-manufacturer-list-page .center-2 .page.search-page .page-title h1,
  .html-search-page .center-2 .page.category-page .page-title h1,
  .html-search-page .center-2 .page.manufacturer-page .page-title h1,
  .html-search-page .center-2 .page.product-tag-page .page-title h1,
  .html-search-page .center-2 .page.search-page .page-title h1,
  .html-product-tag-page .center-2 .page.category-page .page-title h1,
  .html-product-tag-page .center-2 .page.manufacturer-page .page-title h1,
  .html-product-tag-page .center-2 .page.product-tag-page .page-title h1,
  .html-product-tag-page .center-2 .page.search-page .page-title h1 {
    font-size: 2rem;
    line-height: 3rem;
    padding: 0 0 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .html-category-page .center-2 .page.category-page .page-title h1,
  .html-category-page .center-2 .page.manufacturer-page .page-title h1,
  .html-category-page .center-2 .page.product-tag-page .page-title h1,
  .html-category-page .center-2 .page.search-page .page-title h1,
  .html-manufacturer-page .center-2 .page.category-page .page-title h1,
  .html-manufacturer-page .center-2 .page.manufacturer-page .page-title h1,
  .html-manufacturer-page .center-2 .page.product-tag-page .page-title h1,
  .html-manufacturer-page .center-2 .page.search-page .page-title h1,
  .html-manufacturer-list-page .center-2 .page.category-page .page-title h1,
  .html-manufacturer-list-page .center-2 .page.manufacturer-page .page-title h1,
  .html-manufacturer-list-page .center-2 .page.product-tag-page .page-title h1,
  .html-manufacturer-list-page .center-2 .page.search-page .page-title h1,
  .html-search-page .center-2 .page.category-page .page-title h1,
  .html-search-page .center-2 .page.manufacturer-page .page-title h1,
  .html-search-page .center-2 .page.product-tag-page .page-title h1,
  .html-search-page .center-2 .page.search-page .page-title h1,
  .html-product-tag-page .center-2 .page.category-page .page-title h1,
  .html-product-tag-page .center-2 .page.manufacturer-page .page-title h1,
  .html-product-tag-page .center-2 .page.product-tag-page .page-title h1,
  .html-product-tag-page .center-2 .page.search-page .page-title h1 {
    font-size: 2.4rem;
  }
}
.html-category-page .center-2 .page.manufacturer-page .logo,
.html-manufacturer-page .center-2 .page.manufacturer-page .logo,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .logo,
.html-search-page .center-2 .page.manufacturer-page .logo,
.html-product-tag-page .center-2 .page.manufacturer-page .logo {
  width: 100px;
  margin-bottom: 1rem;
}
.html-category-page .center-2 .page.manufacturer-page .logo img,
.html-manufacturer-page .center-2 .page.manufacturer-page .logo img,
.html-manufacturer-list-page .center-2 .page.manufacturer-page .logo img,
.html-search-page .center-2 .page.manufacturer-page .logo img,
.html-product-tag-page .center-2 .page.manufacturer-page .logo img {
  mix-blend-mode: multiply;
}
.html-category-page .center-2 .page-body .category-description,
.html-manufacturer-page .center-2 .page-body .category-description,
.html-manufacturer-list-page .center-2 .page-body .category-description,
.html-search-page .center-2 .page-body .category-description,
.html-product-tag-page .center-2 .page-body .category-description {
  margin: 0 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page-body .category-description,
  .html-manufacturer-page .center-2 .page-body .category-description,
  .html-manufacturer-list-page .center-2 .page-body .category-description,
  .html-search-page .center-2 .page-body .category-description,
  .html-product-tag-page .center-2 .page-body .category-description {
    margin: 0 0 2rem;
    width: 60%;
  }
}
.html-category-page .center-2 .page-body .category-description.hide,
.html-manufacturer-page .center-2 .page-body .category-description.hide,
.html-manufacturer-list-page .center-2 .page-body .category-description.hide,
.html-search-page .center-2 .page-body .category-description.hide,
.html-product-tag-page .center-2 .page-body .category-description.hide {
  height: 63px;
  overflow-y: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page-body .category-description.hide,
  .html-manufacturer-page .center-2 .page-body .category-description.hide,
  .html-manufacturer-list-page .center-2 .page-body .category-description.hide,
  .html-search-page .center-2 .page-body .category-description.hide,
  .html-product-tag-page .center-2 .page-body .category-description.hide {
    height: 80px;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .html-category-page .center-2 .page-body .category-description.hide,
  .html-manufacturer-page .center-2 .page-body .category-description.hide,
  .html-manufacturer-list-page .center-2 .page-body .category-description.hide,
  .html-search-page .center-2 .page-body .category-description.hide,
  .html-product-tag-page .center-2 .page-body .category-description.hide {
    height: 120px;
  }
}
.html-category-page .center-2 .page-body .category-description.hide:before,
.html-manufacturer-page .center-2 .page-body .category-description.hide:before,
.html-manufacturer-list-page .center-2 .page-body .category-description.hide:before,
.html-search-page .center-2 .page-body .category-description.hide:before,
.html-product-tag-page .center-2 .page-body .category-description.hide:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f8f9;
  background: -moz-linear-gradient(0deg, #f7f8f9 0%, rgba(247, 248, 249, 0) 100%);
  background: -webkit-linear-gradient(0deg, #f7f8f9 0%, rgba(247, 248, 249, 0) 100%);
  background: linear-gradient(0deg, #f7f8f9 0%, rgba(247, 248, 249, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#ffffff", endColorstr="#000000");
}
.html-category-page .center-2 .page-body .category-description p,
.html-manufacturer-page .center-2 .page-body .category-description p,
.html-manufacturer-list-page .center-2 .page-body .category-description p,
.html-search-page .center-2 .page-body .category-description p,
.html-product-tag-page .center-2 .page-body .category-description p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 1rem;
}
.html-category-page .center-2 .page-body .category-description h2,
.html-manufacturer-page .center-2 .page-body .category-description h2,
.html-manufacturer-list-page .center-2 .page-body .category-description h2,
.html-search-page .center-2 .page-body .category-description h2,
.html-product-tag-page .center-2 .page-body .category-description h2 {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page-body .category-description h2,
  .html-manufacturer-page .center-2 .page-body .category-description h2,
  .html-manufacturer-list-page .center-2 .page-body .category-description h2,
  .html-search-page .center-2 .page-body .category-description h2,
  .html-product-tag-page .center-2 .page-body .category-description h2 {
    font-size: 1.7rem;
  }
}
.html-category-page .center-2 .page-body .category-description ul,
.html-manufacturer-page .center-2 .page-body .category-description ul,
.html-manufacturer-list-page .center-2 .page-body .category-description ul,
.html-search-page .center-2 .page-body .category-description ul,
.html-product-tag-page .center-2 .page-body .category-description ul {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.html-category-page .center-2 .page-body .category-description ul li,
.html-manufacturer-page .center-2 .page-body .category-description ul li,
.html-manufacturer-list-page .center-2 .page-body .category-description ul li,
.html-search-page .center-2 .page-body .category-description ul li,
.html-product-tag-page .center-2 .page-body .category-description ul li {
  margin-bottom: 0.6rem;
}
.html-category-page .center-2 .page-body .category-description a,
.html-manufacturer-page .center-2 .page-body .category-description a,
.html-manufacturer-list-page .center-2 .page-body .category-description a,
.html-search-page .center-2 .page-body .category-description a,
.html-product-tag-page .center-2 .page-body .category-description a {
  text-decoration: underline;
  color: #E81C35;
}
.html-category-page .center-2 .page-body .category-description-btns,
.html-manufacturer-page .center-2 .page-body .category-description-btns,
.html-manufacturer-list-page .center-2 .page-body .category-description-btns,
.html-search-page .center-2 .page-body .category-description-btns,
.html-product-tag-page .center-2 .page-body .category-description-btns {
  display: none;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page-body .category-description-btns,
  .html-manufacturer-page .center-2 .page-body .category-description-btns,
  .html-manufacturer-list-page .center-2 .page-body .category-description-btns,
  .html-search-page .center-2 .page-body .category-description-btns,
  .html-product-tag-page .center-2 .page-body .category-description-btns {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
.html-category-page .center-2 .page-body .category-description-btns.show,
.html-manufacturer-page .center-2 .page-body .category-description-btns.show,
.html-manufacturer-list-page .center-2 .page-body .category-description-btns.show,
.html-search-page .center-2 .page-body .category-description-btns.show,
.html-product-tag-page .center-2 .page-body .category-description-btns.show {
  display: block;
}
.html-category-page .center-2 .page-body .category-description-btns a,
.html-manufacturer-page .center-2 .page-body .category-description-btns a,
.html-manufacturer-list-page .center-2 .page-body .category-description-btns a,
.html-search-page .center-2 .page-body .category-description-btns a,
.html-product-tag-page .center-2 .page-body .category-description-btns a {
  text-decoration: underline;
}
.html-category-page .center-2 .page-body .manufacturer-description,
.html-manufacturer-page .center-2 .page-body .manufacturer-description,
.html-manufacturer-list-page .center-2 .page-body .manufacturer-description,
.html-search-page .center-2 .page-body .manufacturer-description,
.html-product-tag-page .center-2 .page-body .manufacturer-description {
  margin: 0 0 2rem;
}
@media only screen and (min-width: 1200px) {
  .html-category-page .center-2 .page-body .manufacturer-description,
  .html-manufacturer-page .center-2 .page-body .manufacturer-description,
  .html-manufacturer-list-page .center-2 .page-body .manufacturer-description,
  .html-search-page .center-2 .page-body .manufacturer-description,
  .html-product-tag-page .center-2 .page-body .manufacturer-description {
    width: 70%;
  }
}
.html-category-page .center-2 .page-body .manufacturer-description p,
.html-manufacturer-page .center-2 .page-body .manufacturer-description p,
.html-manufacturer-list-page .center-2 .page-body .manufacturer-description p,
.html-search-page .center-2 .page-body .manufacturer-description p,
.html-product-tag-page .center-2 .page-body .manufacturer-description p {
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
  line-height: 1.3rem;
}
.html-category-page .center-2 .page-body .manufacturer-description h2,
.html-manufacturer-page .center-2 .page-body .manufacturer-description h2,
.html-manufacturer-list-page .center-2 .page-body .manufacturer-description h2,
.html-search-page .center-2 .page-body .manufacturer-description h2,
.html-product-tag-page .center-2 .page-body .manufacturer-description h2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page-body .manufacturer-description h2,
  .html-manufacturer-page .center-2 .page-body .manufacturer-description h2,
  .html-manufacturer-list-page .center-2 .page-body .manufacturer-description h2,
  .html-search-page .center-2 .page-body .manufacturer-description h2,
  .html-product-tag-page .center-2 .page-body .manufacturer-description h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.html-category-page .center-2 .page-body .manufacturer-description h3,
.html-manufacturer-page .center-2 .page-body .manufacturer-description h3,
.html-manufacturer-list-page .center-2 .page-body .manufacturer-description h3,
.html-search-page .center-2 .page-body .manufacturer-description h3,
.html-product-tag-page .center-2 .page-body .manufacturer-description h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page-body .manufacturer-description h3,
  .html-manufacturer-page .center-2 .page-body .manufacturer-description h3,
  .html-manufacturer-list-page .center-2 .page-body .manufacturer-description h3,
  .html-search-page .center-2 .page-body .manufacturer-description h3,
  .html-product-tag-page .center-2 .page-body .manufacturer-description h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.html-category-page .center-2 .page-body .manufacturer-description img,
.html-manufacturer-page .center-2 .page-body .manufacturer-description img,
.html-manufacturer-list-page .center-2 .page-body .manufacturer-description img,
.html-search-page .center-2 .page-body .manufacturer-description img,
.html-product-tag-page .center-2 .page-body .manufacturer-description img {
  max-width: 100%;
  width: auto;
}
.html-category-page .center-2 .page-body .manufacturer-description .btn, .html-category-page .center-2 .page-body .manufacturer-description .eu-cookie-bar-notification .content .buttons-more .ok-button, .eu-cookie-bar-notification .content .buttons-more .html-category-page .center-2 .page-body .manufacturer-description .ok-button, .html-category-page .center-2 .page-body .manufacturer-description .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-category-page .center-2 .page-body .manufacturer-description .newsletter-subscribe-button, .html-category-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-category-page .center-2 .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p, .html-category-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-category-page .center-2 .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p,
.html-manufacturer-page .center-2 .page-body .manufacturer-description .btn,
.html-manufacturer-page .center-2 .page-body .manufacturer-description .eu-cookie-bar-notification .content .buttons-more .ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-manufacturer-page .center-2 .page-body .manufacturer-description .ok-button,
.html-manufacturer-page .center-2 .page-body .manufacturer-description .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-manufacturer-page .center-2 .page-body .manufacturer-description .newsletter-subscribe-button,
.html-manufacturer-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-manufacturer-page .center-2 .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p,
.html-manufacturer-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-manufacturer-page .center-2 .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p,
.html-manufacturer-list-page .center-2 .page-body .manufacturer-description .btn,
.html-manufacturer-list-page .center-2 .page-body .manufacturer-description .eu-cookie-bar-notification .content .buttons-more .ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-manufacturer-list-page .center-2 .page-body .manufacturer-description .ok-button,
.html-manufacturer-list-page .center-2 .page-body .manufacturer-description .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-manufacturer-list-page .center-2 .page-body .manufacturer-description .newsletter-subscribe-button,
.html-manufacturer-list-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-manufacturer-list-page .center-2 .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p,
.html-manufacturer-list-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-manufacturer-list-page .center-2 .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p,
.html-search-page .center-2 .page-body .manufacturer-description .btn,
.html-search-page .center-2 .page-body .manufacturer-description .eu-cookie-bar-notification .content .buttons-more .ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-search-page .center-2 .page-body .manufacturer-description .ok-button,
.html-search-page .center-2 .page-body .manufacturer-description .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-search-page .center-2 .page-body .manufacturer-description .newsletter-subscribe-button,
.html-search-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-search-page .center-2 .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p,
.html-search-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-search-page .center-2 .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p,
.html-product-tag-page .center-2 .page-body .manufacturer-description .btn,
.html-product-tag-page .center-2 .page-body .manufacturer-description .eu-cookie-bar-notification .content .buttons-more .ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-product-tag-page .center-2 .page-body .manufacturer-description .ok-button,
.html-product-tag-page .center-2 .page-body .manufacturer-description .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-product-tag-page .center-2 .page-body .manufacturer-description .newsletter-subscribe-button,
.html-product-tag-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-product-tag-page .center-2 .page-body .manufacturer-description .all-teasers .slider-wrapper .nivo-caption p,
.html-product-tag-page .center-2 .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p,
.html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .html-product-tag-page .center-2 .page-body .all-teasers .slider-wrapper .nivo-caption .manufacturer-description p {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.html-category-page .center-2 .page-body .product-selectors,
.html-manufacturer-page .center-2 .page-body .product-selectors,
.html-manufacturer-list-page .center-2 .page-body .product-selectors,
.html-search-page .center-2 .page-body .product-selectors,
.html-product-tag-page .center-2 .page-body .product-selectors {
  font-size: inherit;
}
.html-category-page .center-2 .page-body .product-selectors > div,
.html-manufacturer-page .center-2 .page-body .product-selectors > div,
.html-manufacturer-list-page .center-2 .page-body .product-selectors > div,
.html-search-page .center-2 .page-body .product-selectors > div,
.html-product-tag-page .center-2 .page-body .product-selectors > div {
  margin: 0;
}
.html-category-page .center-2 .page-body .product-selectors .product-viewmode,
.html-manufacturer-page .center-2 .page-body .product-selectors .product-viewmode,
.html-manufacturer-list-page .center-2 .page-body .product-selectors .product-viewmode,
.html-search-page .center-2 .page-body .product-selectors .product-viewmode,
.html-product-tag-page .center-2 .page-body .product-selectors .product-viewmode {
  display: none;
}
.html-category-page .center-2 .page-body .product-selectors .product-sorting > span,
.html-manufacturer-page .center-2 .page-body .product-selectors .product-sorting > span,
.html-manufacturer-list-page .center-2 .page-body .product-selectors .product-sorting > span,
.html-search-page .center-2 .page-body .product-selectors .product-sorting > span,
.html-product-tag-page .center-2 .page-body .product-selectors .product-sorting > span {
  display: none;
}
.html-category-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
.html-manufacturer-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
.html-manufacturer-list-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
.html-search-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
.html-product-tag-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper {
  padding: 4px 8px;
  position: absolute;
  top: 0px;
  right: 44px;
  width: 135px;
  border-right: 1px solid rgba(17, 31, 41, 0.1);
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
  .html-manufacturer-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
  .html-manufacturer-list-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
  .html-search-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
  .html-product-tag-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper {
    width: 160px;
    border-right: 0px;
    right: 40px;
    margin: 0;
    top: 13px;
  }
}
@media only screen and (min-width: 1400px) {
  .html-category-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
  .html-manufacturer-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
  .html-manufacturer-list-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
  .html-search-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper,
  .html-product-tag-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper {
    right: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .html-category-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper:after,
  .html-manufacturer-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper:after,
  .html-manufacturer-list-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper:after,
  .html-search-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper:after,
  .html-product-tag-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper:after {
    background-image: none;
  }
}
.html-category-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select,
.html-manufacturer-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select,
.html-manufacturer-list-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select,
.html-search-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select,
.html-product-tag-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select {
  height: 35px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select,
  .html-manufacturer-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select,
  .html-manufacturer-list-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select,
  .html-search-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select,
  .html-product-tag-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper select {
    height: 40px;
    font-size: 0.8rem;
  }
}
.html-category-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper::after,
.html-manufacturer-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper::after,
.html-manufacturer-list-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper::after,
.html-search-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper::after,
.html-product-tag-page .center-2 .page-body .product-selectors .product-sorting .select-wrapper::after {
  top: 16px;
  right: 20px;
}
.html-category-page .sub-category-grid .item-grid--old,
.html-manufacturer-page .sub-category-grid .item-grid--old,
.html-manufacturer-list-page .sub-category-grid .item-grid--old,
.html-search-page .sub-category-grid .item-grid--old,
.html-product-tag-page .sub-category-grid .item-grid--old {
  padding: 0 0 3rem;
  display: block;
}
.html-category-page .sub-category-grid .item-grid--old a:hover .item-box,
.html-manufacturer-page .sub-category-grid .item-grid--old a:hover .item-box,
.html-manufacturer-list-page .sub-category-grid .item-grid--old a:hover .item-box,
.html-search-page .sub-category-grid .item-grid--old a:hover .item-box,
.html-product-tag-page .sub-category-grid .item-grid--old a:hover .item-box {
  background-color: #020405;
}
.html-category-page .sub-category-grid .item-grid--old .item-box,
.html-manufacturer-page .sub-category-grid .item-grid--old .item-box,
.html-manufacturer-list-page .sub-category-grid .item-grid--old .item-box,
.html-search-page .sub-category-grid .item-grid--old .item-box,
.html-product-tag-page .sub-category-grid .item-grid--old .item-box {
  min-height: auto;
  padding: 0.4rem 0.8rem;
  background-color: #111F29;
  color: white;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .sub-category-grid .item-grid--old .item-box,
  .html-manufacturer-page .sub-category-grid .item-grid--old .item-box,
  .html-manufacturer-list-page .sub-category-grid .item-grid--old .item-box,
  .html-search-page .sub-category-grid .item-grid--old .item-box,
  .html-product-tag-page .sub-category-grid .item-grid--old .item-box {
    padding: 0.7rem 1.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.html-category-page .sub-category-grid .item-grid--old .item-box h2,
.html-manufacturer-page .sub-category-grid .item-grid--old .item-box h2,
.html-manufacturer-list-page .sub-category-grid .item-grid--old .item-box h2,
.html-search-page .sub-category-grid .item-grid--old .item-box h2,
.html-product-tag-page .sub-category-grid .item-grid--old .item-box h2 {
  font-size: 0.8rem;
  font-weight: 700;
  font-weight: normal;
  color: white;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .sub-category-grid .item-grid--old .item-box h2,
  .html-manufacturer-page .sub-category-grid .item-grid--old .item-box h2,
  .html-manufacturer-list-page .sub-category-grid .item-grid--old .item-box h2,
  .html-search-page .sub-category-grid .item-grid--old .item-box h2,
  .html-product-tag-page .sub-category-grid .item-grid--old .item-box h2 {
    font-size: 0.9rem;
  }
}
.html-category-page .sub-category-grid .item-grid--old .item-box .picture,
.html-manufacturer-page .sub-category-grid .item-grid--old .item-box .picture,
.html-manufacturer-list-page .sub-category-grid .item-grid--old .item-box .picture,
.html-search-page .sub-category-grid .item-grid--old .item-box .picture,
.html-product-tag-page .sub-category-grid .item-grid--old .item-box .picture {
  display: none;
}
.html-category-page .sub-category-grid .item-grid,
.html-manufacturer-page .sub-category-grid .item-grid,
.html-manufacturer-list-page .sub-category-grid .item-grid,
.html-search-page .sub-category-grid .item-grid,
.html-product-tag-page .sub-category-grid .item-grid {
  padding: 0 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .sub-category-grid .item-grid,
  .html-manufacturer-page .sub-category-grid .item-grid,
  .html-manufacturer-list-page .sub-category-grid .item-grid,
  .html-search-page .sub-category-grid .item-grid,
  .html-product-tag-page .sub-category-grid .item-grid {
    justify-content: unset;
  }
}
.html-category-page .sub-category-grid .item-grid a,
.html-manufacturer-page .sub-category-grid .item-grid a,
.html-manufacturer-list-page .sub-category-grid .item-grid a,
.html-search-page .sub-category-grid .item-grid a,
.html-product-tag-page .sub-category-grid .item-grid a {
  color: inherit;
  width: 48%;
  display: block;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .sub-category-grid .item-grid a,
  .html-manufacturer-page .sub-category-grid .item-grid a,
  .html-manufacturer-list-page .sub-category-grid .item-grid a,
  .html-search-page .sub-category-grid .item-grid a,
  .html-product-tag-page .sub-category-grid .item-grid a {
    width: 22%;
    margin: 0;
  }
}
.html-category-page .sub-category-grid .item-grid a:hover .item-box,
.html-manufacturer-page .sub-category-grid .item-grid a:hover .item-box,
.html-manufacturer-list-page .sub-category-grid .item-grid a:hover .item-box,
.html-search-page .sub-category-grid .item-grid a:hover .item-box,
.html-product-tag-page .sub-category-grid .item-grid a:hover .item-box {
  background-color: #f2f2f2;
}
.html-category-page .sub-category-grid .item-grid .item-box,
.html-manufacturer-page .sub-category-grid .item-grid .item-box,
.html-manufacturer-list-page .sub-category-grid .item-grid .item-box,
.html-search-page .sub-category-grid .item-grid .item-box,
.html-product-tag-page .sub-category-grid .item-grid .item-box {
  min-height: auto;
  padding: 0;
  background-color: #ffffff;
  color: #111F29;
  border-radius: 8px;
  text-align: center;
  margin-right: 0;
  margin-bottom: 0;
  display: block;
  height: 140px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .sub-category-grid .item-grid .item-box,
  .html-manufacturer-page .sub-category-grid .item-grid .item-box,
  .html-manufacturer-list-page .sub-category-grid .item-grid .item-box,
  .html-search-page .sub-category-grid .item-grid .item-box,
  .html-product-tag-page .sub-category-grid .item-grid .item-box {
    border-radius: 12px;
    height: 200px;
  }
}
.html-category-page .sub-category-grid .item-grid .item-box:after,
.html-manufacturer-page .sub-category-grid .item-grid .item-box:after,
.html-manufacturer-list-page .sub-category-grid .item-grid .item-box:after,
.html-search-page .sub-category-grid .item-grid .item-box:after,
.html-product-tag-page .sub-category-grid .item-grid .item-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.html-category-page .sub-category-grid .item-grid .item-box .sub-category-item,
.html-manufacturer-page .sub-category-grid .item-grid .item-box .sub-category-item,
.html-manufacturer-list-page .sub-category-grid .item-grid .item-box .sub-category-item,
.html-search-page .sub-category-grid .item-grid .item-box .sub-category-item,
.html-product-tag-page .sub-category-grid .item-grid .item-box .sub-category-item {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0.5rem;
}
.html-category-page .sub-category-grid .item-grid .item-box h2,
.html-manufacturer-page .sub-category-grid .item-grid .item-box h2,
.html-manufacturer-list-page .sub-category-grid .item-grid .item-box h2,
.html-search-page .sub-category-grid .item-grid .item-box h2,
.html-product-tag-page .sub-category-grid .item-grid .item-box h2 {
  font-size: 0.8rem;
  font-weight: 700;
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  background-color: #111F29;
  padding: 4px 8px;
  border-radius: 4px;
}
.html-category-page .sub-category-grid .item-grid .item-box .picture,
.html-manufacturer-page .sub-category-grid .item-grid .item-box .picture,
.html-manufacturer-list-page .sub-category-grid .item-grid .item-box .picture,
.html-search-page .sub-category-grid .item-grid .item-box .picture,
.html-product-tag-page .sub-category-grid .item-grid .item-box .picture {
  height: 100%;
}
.html-category-page .sub-category-grid .item-grid .item-box .picture img,
.html-manufacturer-page .sub-category-grid .item-grid .item-box .picture img,
.html-manufacturer-list-page .sub-category-grid .item-grid .item-box .picture img,
.html-search-page .sub-category-grid .item-grid .item-box .picture img,
.html-product-tag-page .sub-category-grid .item-grid .item-box .picture img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}

.html-category-page .item-grid.list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.25rem;
}
.html-category-page .item-grid.list .item-box {
  background: #e2e2e2;
  min-height: 0;
  padding: 0.5rem;
}
.html-category-page .item-grid.list .item-box:nth-child(odd) {
  background: #fff;
}
.html-category-page .item-grid.list .item-box .product-list-item .details {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .html-category-page .item-grid.list .item-box .product-list-item .details {
    flex-wrap: wrap;
  }
}
.html-category-page .item-grid.list .item-box .product-list-item .details .add-to-cart-panel {
  display: flex;
}
.html-category-page .item-grid.list .item-box .product-list-item .details .qty {
  flex-basis: 20%;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .html-category-page .item-grid.list .item-box .product-list-item .details .qty {
    flex-basis: 12%;
  }
}
.html-category-page .item-grid.list .item-box .product-list-item .details .qty input {
  text-align: center;
  border: 1px solid black;
  height: auto;
}
.html-category-page .item-grid.list .item-box .product-list-item .details h2 {
  text-align: left;
  font-size: 1rem;
}
.html-category-page .item-grid.list .item-box .product-list-item .details .title {
  flex-grow: 1;
  margin-bottom: 0.5rem;
}
.html-category-page .item-grid.list .item-box .product-list-item .details .desc {
  flex-basis: 10%;
}
.html-category-page .item-grid.list .item-box .product-list-item .details .prices {
  flex-basis: 15%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .html-category-page .item-grid.list .item-box .product-list-item .details .prices {
    flex-grow: 1;
    flex-basis: auto;
  }
}
.html-category-page .item-grid.list .item-box .product-list-item .details .buttons {
  flex-basis: 90px;
  text-align: right;
}
.html-category-page .item-grid.list .item-box .product-list-item .details .buttons .button-1 {
  background: #1A171B;
  padding: 0.3rem 1rem;
  font-weight: 500;
}

.item-grid {
  margin: 0 auto;
  padding: 0 0 4rem;
}
@media only screen and (min-width: 1024px) {
  .item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .item-grid {
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-grid {
    /* IE10+ CSS styles go here */
    text-align: center;
  }
}
.item-grid .item-box {
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .item-grid .item-box {
    padding: 2rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .item-grid .item-box {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .html-category-page .item-grid .item-box, .html-manufacturer-page .item-grid .item-box {
    min-height: fit-content;
    padding: 1.5rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-grid .item-box {
    /* IE10+ CSS styles go here */
    display: inline-block;
    width: 30%;
    margin: 0 1% 1%;
    vertical-align: top;
  }
}
.item-grid .item-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111F29;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.item-grid .item-box .product-item {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.item-grid .item-box .product-item .ribbon-wrapper .ribbon-position {
  position: absolute;
  width: 60px;
  height: 53px;
  z-index: 3;
}
.item-grid .item-box .product-item .ribbon-wrapper .ribbon-position.top-left {
  top: -37px;
  right: -33px;
  left: auto;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media only screen and (min-width: 768px) {
  .item-grid .item-box .product-item .ribbon-wrapper .ribbon-position.top-left {
    top: -53px;
    right: -48px;
  }
}
@media only screen and (min-width: 1024px) {
  .item-grid .item-box .product-item .ribbon-wrapper .ribbon-position.top-left {
    width: 110px;
    height: 98px;
    top: -65px;
    right: -58px;
  }
}
.item-grid .item-box .product-item .ribbon-wrapper .product-ribbon {
  position: absolute;
  background-image: url("/Themes/Custom/Content/images/ribbon-discount-bg-light.svg");
  background-size: 80px 71px;
  width: 80px;
  height: 71px;
  top: 0;
  right: 0;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media only screen and (min-width: 1024px) {
  .item-grid .item-box .product-item .ribbon-wrapper .product-ribbon {
    background-size: 110px 98px;
    width: 110px;
    height: 98px;
    top: 0;
    right: 0;
  }
}
.item-grid .item-box .product-item .ribbon-wrapper .product-ribbon .ribbon-text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #E81C35;
  font-weight: 700;
  top: 28px;
  left: 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .item-grid .item-box .product-item .ribbon-wrapper .product-ribbon .ribbon-text {
    top: 43px;
    font-size: 1.3rem;
  }
}
.item-grid .item-box .product-item .picture {
  width: 90%;
  margin: 1rem auto 1rem;
  height: 160px;
}
@media only screen and (min-width: 1024px) {
  .item-grid .item-box .product-item .picture {
    height: 160px;
    margin: 1rem auto 1rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .item-grid .item-box .product-item .picture {
    height: 230px;
    margin: 1rem auto 1rem;
  }
}
.item-grid .item-box .product-item .picture img {
  height: 100%;
  width: auto;
  margin: auto;
  max-width: 100%;
  object-fit: contain;
}
.item-grid .item-box .product-item .picture img.portrait {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .html-category-page .item-grid .item-box .product-item .picture, .html-manufacturer-page .item-grid .item-box .product-item .picture {
    height: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .html-category-page .item-grid .item-box .product-item .picture, .html-manufacturer-page .item-grid .item-box .product-item .picture {
    height: 210px;
  }
}
.item-grid .item-box .product-item .details {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.item-grid .item-box .product-item .details:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 50%;
  background: #fff;
  background: -moz-linear-gradient(0deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#ffffff", endColorstr="#000000");
}
.item-grid .item-box .product-item .details h2.product-title {
  text-align: center;
  font-weight: 700;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3rem;
  width: 90%;
  margin: 0 auto 24px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .item-grid .item-box .product-item .details h2.product-title {
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .item-grid .item-box .product-item .details h2.product-title {
    font-size: 1.2rem;
  }
}
.item-grid .item-box .product-item .details .sku {
  display: none;
}
.item-grid .item-box .product-item .details .description {
  display: none;
}
.item-grid .item-box .product-item .details .add-info {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-grid .item-box .product-item .details .add-info {
    /* IE10+ CSS styles go here */
    position: relative;
    width: auto;
    bottom: auto;
  }
}
.item-grid .item-box .product-item .details .add-info .prices {
  display: inline-block;
  vertical-align: top;
}
.item-grid .item-box .product-item .details .add-info .prices .price {
  font-weight: 700;
  display: block;
  font-size: 0.9rem;
}
@media only screen and (min-width: 1400px) {
  .item-grid .item-box .product-item .details .add-info .prices .price {
    font-size: 0.9rem;
  }
}
.item-grid .item-box .product-item .details .add-info .prices .price.on-sale {
  color: #E81C35;
  margin-top: -4px;
}
.item-grid .item-box .product-item .details .add-info .prices .price.call-for-price {
  font-size: 0.8rem;
  white-space: nowrap;
}
.item-grid .item-box .product-item .details .add-info .prices .price.call-for-price text,
.item-grid .item-box .product-item .details .add-info .prices .price.call-for-price .mva {
  display: none;
}
.item-grid .item-box .product-item .details .add-info .prices .price.old-price {
  color: #818181;
  font-size: 0.7rem;
  font-weight: 600;
  font-weight: normal;
  position: relative;
  line-height: 0.8rem;
  margin-bottom: 3px;
}
.item-grid .item-box .product-item .details .add-info .prices .price.old-price::after {
  content: url(/Themes/Custom/Content/images/old-price-slash.svg);
  width: 44px;
  height: 13px;
  position: absolute;
  left: -4px;
  top: -1px;
}
.item-grid .item-box .product-item .details .add-info .prices .mva {
  display: block;
  color: #818181;
  font-size: 0.55rem;
  font-weight: 600;
  font-weight: normal;
  line-height: 0.4rem;
  position: relative;
  top: 2px;
}
.item-grid .item-box .product-item .details .add-info .prices .mva::after {
  opacity: 0;
}
.item-grid .item-box .product-item .details .add-info .buttons {
  width: 53%;
  text-align: right;
}
.item-grid .item-box .product-item .details .add-info .buttons .ajax-cart-button-wrapper {
  width: 100%;
}
.item-grid .item-box .product-item .details .add-info .buttons .product-box-add-to-cart-button {
  right: 0;
  z-index: 4;
  width: fit-content;
}
.item-grid .item-box .product-item .details .add-info .buttons .productQuantityTextBox {
  display: none;
}
.item-grid .item-box .product-item .details .add-info .buttons .add-to-compare-list-button,
.item-grid .item-box .product-item .details .add-info .buttons .add-to-wishlist-button {
  display: none;
}
@media (pointer: coarse) {
  .item-grid .item-box.highlight .overlay {
    opacity: 0.3;
  }
}
@media only screen and (min-width: 1200px) {
  .item-grid .item-box:hover .overlay {
    opacity: 0.1;
  }
}
@media only screen and (min-width: 1200px) {
  .item-grid .item-box:hover .details .add-info .buttons .btn.product-box-add-to-cart-button, .item-grid .item-box:hover .details .add-info .buttons .eu-cookie-bar-notification .content .buttons-more .product-box-add-to-cart-button.ok-button, .eu-cookie-bar-notification .content .buttons-more .item-grid .item-box:hover .details .add-info .buttons .product-box-add-to-cart-button.ok-button, .item-grid .item-box:hover .details .add-info .buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email .product-box-add-to-cart-button.newsletter-subscribe-button, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .item-grid .item-box:hover .details .add-info .buttons .product-box-add-to-cart-button.newsletter-subscribe-button, .item-grid .item-box:hover .details .add-info .buttons .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption p.product-box-add-to-cart-button, .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .item-grid .item-box:hover .details .add-info .buttons p.product-box-add-to-cart-button {
    background-color: #58bd6e;
    -webkit-box-shadow: 0 14px 16px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 14px 16px -10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 14px 16px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 14px 16px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.related-products-grid .item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .related-products-grid .item-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    padding: 0 0 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .related-products-grid .item-grid {
    grid-gap: 0.5rem;
    padding: 0 0 2rem;
  }
}
.related-products-grid .item-grid .item-box {
  background-color: #ffffff;
  padding: 0.7rem;
}
@media only screen and (min-width: 1024px) {
  .related-products-grid .item-grid .item-box {
    min-height: 230px;
    padding: 0.6rem;
    margin-bottom: 0;
  }
}
.related-products-grid .item-grid .item-box .product-item .ribbon-wrapper .ribbon-position.top-left {
  top: -46px;
  right: -41px;
}
@media only screen and (min-width: 1024px) {
  .related-products-grid .item-grid .item-box .product-item .ribbon-wrapper .ribbon-position.top-left {
    width: 90px;
    height: 85px;
    top: -45px;
    right: -28px;
  }
}
@media only screen and (min-width: 1024px) {
  .related-products-grid .item-grid .item-box .product-item .ribbon-wrapper .product-ribbon {
    background-size: 76px 86px;
    width: 76px;
    height: 86px;
    top: 0;
    right: 0;
  }
}
.related-products-grid .item-grid .item-box .product-item .ribbon-wrapper .product-ribbon .ribbon-text {
  top: 34px;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .related-products-grid .item-grid .item-box .product-item .ribbon-wrapper .product-ribbon .ribbon-text {
    top: 39px;
  }
}
.related-products-grid .item-grid .item-box .product-item .picture {
  margin-bottom: 1rem;
  height: 100px;
}
@media only screen and (min-width: 1024px) {
  .related-products-grid .item-grid .item-box .product-item .picture {
    margin: 0.5rem auto;
    height: 100px;
    width: auto;
  }
}
.related-products-grid .item-grid .item-box .product-item .picture img {
  width: 100%;
  margin: auto;
  display: block;
}
.related-products-grid .item-grid .item-box .product-item .picture img.portrait {
  height: 100%;
  width: auto;
}
.related-products-grid .item-grid .item-box .product-item .picture img.landscape {
  height: auto;
  width: 100%;
}
.related-products-grid .item-grid .item-box .product-item .details h2.product-title {
  text-align: center;
  font-weight: 700;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .related-products-grid .item-grid .item-box .product-item .details h2.product-title {
    margin-bottom: 0;
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
}
.related-products-grid .item-grid .item-box .product-item .details .description {
  display: none;
}
.related-products-grid .item-grid .item-box .product-item .details .add-info {
  bottom: 0.3rem;
  text-align: center;
  left: 0;
  width: 100%;
}
.related-products-grid .item-grid .item-box .product-item .details .add-info .prices {
  width: 100%;
}
.related-products-grid .item-grid .item-box .product-item .details .add-info .prices .price {
  font-weight: 800;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  line-height: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .related-products-grid .item-grid .item-box .product-item .details .add-info .prices .price {
    font-size: 1.2rem;
  }
}
.related-products-grid .item-grid .item-box .product-item .details .add-info .prices .price.old-price {
  font-weight: 600;
  font-size: 0.55rem;
}
@media only screen and (max-width: 767px) {
  .related-products-grid .item-grid .item-box .product-item .details .add-info .prices .price.old-price:after {
    width: 31px;
    height: 12px;
    left: -5px;
    top: 1px;
  }
}
.related-products-grid .item-grid .item-box .product-item .details .add-info .prices .mva {
  color: #818181;
  font-size: 0.5rem;
  font-weight: 600;
  font-weight: normal;
  line-height: 1rem;
  top: -3px;
}
.related-products-grid .item-grid .item-box .product-item .details .add-info .prices .mva:after {
  opacity: 0;
}
.related-products-grid .item-grid .item-box .product-item .details .add-info .buttons {
  display: none;
}

.ajaxCart, .k-window-titlebar {
  border-radius: 8px;
}

.miniProductDetailsView .product-name {
  display: none;
}

.product-overview-line .product-essential {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-overview-line .product-essential .gallery {
  margin: 0 auto;
}
.product-overview-line .product-essential .overview {
  margin: 0 auto;
}
.product-overview-line .product-essential .overview .product-variant-name, .product-overview-line .product-essential .overview .short-description {
  margin-bottom: 8px;
}
.product-overview-line .product-essential .overview .add-to-cart button {
  background-color: #E81C35;
  transition: 0.3s all;
  text-transform: inherit;
}
.product-overview-line .product-essential .overview .add-to-cart button:hover {
  background-color: #be1328;
}
.product-overview-line .product-essential .old-product-price {
  color: #818181;
  font-size: 0.7rem;
  font-weight: 600;
  font-weight: normal;
  position: relative;
  line-height: 0.8rem;
  margin-bottom: 3px;
  text-decoration: line-through;
}
@media only screen and (min-width: 1024px) {
  .product-overview-line .product-essential .old-product-price {
    font-size: 0.8rem;
  }
}
.product-overview-line .product-essential .old-product-price label {
  color: #818181;
  line-height: 1;
  height: fit-content;
  position: relative;
  margin-right: 10px;
}
.product-overview-line .product-essential .short-description {
  color: #111F29;
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.8;
}
.product-overview-line .product-essential .product-price {
  color: #111F29 !important;
  margin-bottom: 24px;
}
.product-overview-line .product-essential .product-price.discounted-price {
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 8px;
  font-size: 0.75rem;
  color: #E81C35 !important;
}
@media only screen and (min-width: 768px) {
  .product-overview-line .product-essential .product-price.discounted-price {
    font-size: 0.9rem;
  }
}
.product-overview-line .product-essential .add-to-cart label[for=addtocart_59_EnteredQuantity] {
  display: none;
}
.product-overview-line .product-essential .add-to-cart .qty-input {
  display: none;
}
.product-overview-line .product-essential .add-to-cart button {
  width: 100%;
}
.product-overview-line .product-essential .attributes {
  display: none;
}

.html-category-page .master-wrapper-content, .html-product-tag-page .master-wrapper-content, .html-manufacturer-page .master-wrapper-content, .html-search-page .master-wrapper-content {
  position: relative;
  margin-top: 84px;
  margin-bottom: 30px;
  background-color: #F7F8F9;
}
@media only screen and (min-width: 768px) {
  .html-category-page .master-wrapper-content, .html-product-tag-page .master-wrapper-content, .html-manufacturer-page .master-wrapper-content, .html-search-page .master-wrapper-content {
    margin-top: 94px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-category-page .master-wrapper-content, .html-product-tag-page .master-wrapper-content, .html-manufacturer-page .master-wrapper-content, .html-search-page .master-wrapper-content {
    margin-top: 240px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-category-page .master-wrapper-content, .html-product-tag-page .master-wrapper-content, .html-manufacturer-page .master-wrapper-content, .html-search-page .master-wrapper-content {
    margin-top: 265px;
  }
}

@media only screen and (min-width: 1024px) {
  .html-manufacturer-page .master-wrapper-content {
    padding-top: 30px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-category-page .master-column-wrapper, .html-manufacturer-page .master-column-wrapper, .html-product-tag-page .master-column-wrapper, .html-search-page .master-column-wrapper {
    /* IE10+ CSS styles go here */
    display: block;
  }
}
.html-category-page .master-column-wrapper .side-2, .html-manufacturer-page .master-column-wrapper .side-2, .html-product-tag-page .master-column-wrapper .side-2, .html-search-page .master-column-wrapper .side-2 {
  padding: 10px 16px 0 16px;
  /* IE10+ CSS styles go here */
}
@media only screen and (min-width: 768px) {
  .html-category-page .master-column-wrapper .side-2, .html-manufacturer-page .master-column-wrapper .side-2, .html-product-tag-page .master-column-wrapper .side-2, .html-search-page .master-column-wrapper .side-2 {
    padding: 24px 24px 0 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-category-page .master-column-wrapper .side-2, .html-manufacturer-page .master-column-wrapper .side-2, .html-product-tag-page .master-column-wrapper .side-2, .html-search-page .master-column-wrapper .side-2 {
    padding: 0;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-left: 40px;
    margin-right: 2%;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .html-category-page .master-column-wrapper .side-2, .html-manufacturer-page .master-column-wrapper .side-2, .html-product-tag-page .master-column-wrapper .side-2, .html-search-page .master-column-wrapper .side-2 {
    padding-left: 80px;
  }
}
.html-category-page .master-column-wrapper .side-2 .nopAjaxFilters7Spikes, .html-manufacturer-page .master-column-wrapper .side-2 .nopAjaxFilters7Spikes, .html-product-tag-page .master-column-wrapper .side-2 .nopAjaxFilters7Spikes, .html-search-page .master-column-wrapper .side-2 .nopAjaxFilters7Spikes {
  margin-top: 0;
}
.html-category-page .master-column-wrapper .center-2, .html-manufacturer-page .master-column-wrapper .center-2, .html-product-tag-page .master-column-wrapper .center-2, .html-search-page .master-column-wrapper .center-2 {
  width: 100%;
  margin: auto;
  padding: 0 16px;
  /* IE10+ CSS styles go here */
}
@media only screen and (min-width: 768px) {
  .html-category-page .master-column-wrapper .center-2, .html-manufacturer-page .master-column-wrapper .center-2, .html-product-tag-page .master-column-wrapper .center-2, .html-search-page .master-column-wrapper .center-2 {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-category-page .master-column-wrapper .center-2, .html-manufacturer-page .master-column-wrapper .center-2, .html-product-tag-page .master-column-wrapper .center-2, .html-search-page .master-column-wrapper .center-2 {
    padding: 0;
    display: inline-block;
    width: 78%;
    vertical-align: top;
    margin-top: 30px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .html-category-page .master-column-wrapper .center-2, .html-manufacturer-page .master-column-wrapper .center-2, .html-product-tag-page .master-column-wrapper .center-2, .html-search-page .master-column-wrapper .center-2 {
    padding-right: 80px;
  }
}

.html-topic-page .master-wrapper-content {
  position: relative;
  margin-top: 69px;
}
@media only screen and (max-width: 324px) {
  .html-topic-page .master-wrapper-content {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .html-topic-page .master-wrapper-content {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-topic-page .master-wrapper-content {
    margin-top: 240px;
  }
}
.html-topic-page .master-wrapper-content .form-fields .inputs {
  margin-bottom: 1.5rem;
}
.html-topic-page .master-wrapper-content .form-fields textarea {
  height: 100px;
}
.html-topic-page .master-wrapper-content .form-fields input,
.html-topic-page .master-wrapper-content .form-fields textarea,
.html-topic-page .master-wrapper-content .form-fields select {
  background-color: #DFE3E7;
  padding: 0 10px;
}
.html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page {
  min-height: 100vh;
  margin: auto;
  width: 86%;
  padding: 3rem 0;
}
@media only screen and (min-width: 1024px) {
  .html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page {
    width: 40%;
  }
}
.html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page .page-title {
  margin-bottom: 1rem;
}
.html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page .page-body p {
  margin-bottom: 1rem;
}
.html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page .page-body p img {
  width: auto;
}
.html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page .page-body td {
  font-size: 0.8rem;
}
.html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page .page-body ul {
  margin: 20px;
  list-style: square;
}
.html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page .page-body ul li {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page.about-us .page-body .photo {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page.about-us .page-body .photo {
    margin-bottom: 0rem;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1024px) {
  .html-topic-page .master-wrapper-content .master-column-wrapper .center-1 .page.topic-page.about-us .page-body .about-us-info {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 5%;
  }
}

.html-product-details-page .master-wrapper-content {
  position: relative;
  margin-top: 84px;
  background-color: white;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-wrapper-content {
    margin-top: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-wrapper-content {
    margin-top: 265px;
  }
}

.html-product-details-page .master-column-wrapper .previous-product,
.html-product-details-page .master-column-wrapper .next-product {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body {
  position: relative;
  padding-bottom: 200px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-collateral .product-tags-box {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential {
    width: 46%;
    margin-left: 50%;
    padding: 7rem 0rem 0rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential {
    padding: 7rem 0rem 0rem 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview {
    background-color: #F7F8F9;
    padding: 24px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview {
    padding: 40px;
    max-width: 800px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery {
  position: relative;
  margin: 2rem auto;
}
@media only screen and (min-width: 768px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery {
    width: 50%;
    position: absolute;
    left: 0;
    top: 90px;
    margin: 0;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture {
  height: 100%;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .picture,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .picture {
  height: 100%;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .picture-link,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .picture-link {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .picture-link,
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .picture-link {
    width: 80%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper img,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture img {
  margin: auto;
  height: auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper img,
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture img {
    max-height: 40vh;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper img,
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture img {
    max-height: 50vh;
  }
}
@media only screen and (min-width: 1200px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper img,
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture img {
    max-height: 60vh;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .ribbon-wrapper,
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .ribbon-wrapper {
    height: 100%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .ribbon-wrapper .ribbon-position,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .ribbon-wrapper .ribbon-position {
  position: absolute;
  width: 60px;
  height: 53px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .ribbon-wrapper .ribbon-position.top-left,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .ribbon-wrapper .ribbon-position.top-left {
  top: 30px;
  right: 30px;
  left: auto;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .ribbon-wrapper .ribbon-position.top-left,
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .ribbon-wrapper .ribbon-position.top-left {
    width: 110px;
    height: 98px;
    top: -45px;
    right: 90px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .ribbon-wrapper .ribbon-position .product-ribbon,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .ribbon-wrapper .ribbon-position .product-ribbon {
  background-image: url("/Themes/Custom/Content/images/ribbon-discount-bg.svg");
  background-size: 60px 53px;
  width: 60px;
  height: 53px;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .ribbon-wrapper .ribbon-position .product-ribbon,
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .ribbon-wrapper .ribbon-position .product-ribbon {
    background-size: 110px 98px;
    width: 110px;
    height: 98px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .ribbon-wrapper .ribbon-position .product-ribbon .ribbon-text,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .ribbon-wrapper .ribbon-position .product-ribbon .ribbon-text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  top: 14px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-wrapper .ribbon-wrapper .ribbon-position .product-ribbon .ribbon-text,
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture .ribbon-wrapper .ribbon-position .product-ribbon .ribbon-text {
    top: 36px;
    font-size: 1.3rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs {
    position: absolute;
    bottom: -100px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs a.thumb-item {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 1023px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs a.thumb-item {
    display: inline-block;
    margin: 0 5px;
    background-color: #a9a9a9;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs a.thumb-item {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs a.thumb-item.cloudzoom-gallery-active {
    background-color: #E81C35;
  }
}
@media only screen and (max-width: 1023px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs a.thumb-item img {
    opacity: 0;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs a.thumb-item img.portrait {
  height: 100%;
  width: auto;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .gallery .picture-thumbs a.thumb-item img.landscape {
  height: auto;
  width: 100%;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .price-add-to-cart {
  background: #F7F8F9;
  border-radius: 8px;
  margin: auto;
  padding: 24px 0px;
  width: calc(100% - 32px);
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .price-add-to-cart {
    width: 100%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .product-name {
  width: 86%;
  text-align: center;
  margin: 20px auto 0;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .product-name {
    width: 100%;
    margin: 0 auto 2rem;
    text-align: left;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .product-name h1 {
  font-size: 1.6rem;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .product-name h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .product-name h1 {
    font-size: 2.4rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .product-name .short-description {
  margin-bottom: 8px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock.no-stock .stock-icon svg path {
  fill: red;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock.can-order {
  width: 100%;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock.can-order .stock-icon svg path {
  fill: orange;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock .store-only {
  margin: 1rem auto;
  padding: 1rem;
  background: #E81C35;
  color: white;
  display: inline-block;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart {
  margin-bottom: 1rem;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart {
    margin: 0.5rem auto;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart {
    width: 100%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices {
    margin-left: 0;
    width: 30%;
    margin-top: 0;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices:has(.call-for-price) {
  width: 100%;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .old-product-price {
  color: #818181;
  font-size: 0.7rem;
  font-weight: 600;
  font-weight: normal;
  position: relative;
  line-height: 0.8rem;
  margin-bottom: 2px;
  text-decoration: line-through;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .old-product-price {
    font-size: 0.8rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .old-product-price label {
  color: #818181;
  line-height: 1;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .product-price.call-for-price {
  padding-right: 12px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .product-price.call-for-price span {
  font-size: 1rem;
  line-height: 1.5rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .product-price span {
  font-weight: 800;
  font-weight: normal;
  color: #111F29;
  font-size: 1.2rem;
  font-weight: 700;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .product-price .mva {
  display: block;
  color: #818181;
  font-size: 0.7rem;
  font-weight: 600;
  font-weight: normal;
  line-height: 0.4rem;
  position: relative;
  top: 4px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .product-price .mva::after {
  opacity: 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .product-price.discounted-price label {
  display: block;
  color: #4d4f53;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 0.9rem;
  margin-bottom: 0.3rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .product-price.discounted-price span {
  color: #E81C35;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .non-discounted-price span,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .non-discounted-price label {
  color: #818181;
  font-size: 0.7rem;
  font-weight: 600;
  font-weight: normal;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .non-discounted-price span {
  position: relative;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .non-discounted-price span.mva:after {
  opacity: 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .non-discounted-price span:first-of-type:after {
  content: url(/Themes/Custom/Content/images/old-price-slash.svg);
  width: 40px;
  height: 13px;
  position: absolute;
  left: -5px;
  top: -1px;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .prices .non-discounted-price span:first-of-type:after {
    width: 44px;
    left: -4px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart {
  width: 57%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart {
    width: 63%;
    margin-left: 5%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel {
  position: relative;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .qty-label {
  display: block;
  font-size: 0.7rem;
  color: #818181;
  line-height: 0.9rem;
  font-weight: 600;
  font-weight: normal;
  width: 40px;
  text-align: center;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .qty-input {
  width: 40px;
  border: 1px solid #dce0e6;
  padding: 6px;
  height: 32px;
  text-align: center;
  position: absolute;
  z-index: 2;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper {
  text-align: right;
  width: 100%;
  vertical-align: text-bottom;
  display: inline-block;
  position: relative;
  top: -9px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper .add-to-cart-button {
  background-color: #E81C35;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -khtml-border-radius: 50px;
  padding: 0.9rem;
  font-size: 0.9rem;
  display: inline-block;
  font-weight: 800;
  font-weight: 700;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 0.8rem;
  padding: 0.9rem 0 0.9rem 0;
  float: none;
  width: 124px;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper .add-to-cart-button {
    margin-top: -8px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper .add-to-cart-button.disabled {
  opacity: 0.5;
  background: grey;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper .add-to-cart-button {
    padding: 16px 24px;
    font-size: 1rem;
    width: fit-content;
    font-weight: 400;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper .add-to-cart-button:hover {
  background-color: #be1328;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper .add-to-cart-button:hover.disabled {
  opacity: 0.5;
  background: grey;
  pointer-events: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .icon.add {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .add-to-wishlist {
  position: absolute;
  right: 25px;
  top: 65px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .add-to-wishlist .wishlist-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .add-to-wishlist .wishlist-icon svg path {
  fill: #E81C35;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart .add-to-cart .add-to-cart-panel .add-to-wishlist .add-to-wishlist-button {
  background-color: transparent;
  font-weight: 600;
  font-weight: normal;
  font-size: 0.7rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart.fixed {
  margin-bottom: 0;
  position: fixed;
  bottom: -150px;
  width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  padding: 1rem 0;
  -webkit-box-shadow: 0 -10px 20px 0 rgba(17, 31, 41, 0.1);
  -moz-box-shadow: 0 -10px 20px 0 rgba(17, 31, 41, 0.1);
  -o-box-shadow: 0 -10px 20px 0 rgba(17, 31, 41, 0.1);
  box-shadow: 0 -10px 20px 0 rgba(17, 31, 41, 0.1);
  -webkit-transition: bottom 300ms linear;
  -moz-transition: bottom 300ms linear;
  -ms-transition: bottom 300ms linear;
  -o-transition: bottom 300ms linear;
  transition: bottom 300ms linear;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart.fixed {
    display: none;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart.fixed.show {
  bottom: 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart.fixed .prices {
  width: 50%;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart.fixed .prices .non-discounted-price {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart.fixed .add-to-cart {
  width: 38%;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart.fixed .add-to-cart .add-to-cart-panel .qty-label {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .price-add-to-cart.fixed .add-to-cart .add-to-cart-panel .qty-input {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability {
  width: 92%;
  margin: auto;
  font-size: 0.65rem;
}
@media only screen and (min-width: 768px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability {
    width: 100%;
    margin: 0.5rem auto 0.5rem;
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability {
    font-size: 0.7rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock {
  display: inline-block;
  vertical-align: top;
  width: 59%;
  margin-right: 1%;
  line-height: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock {
    width: 62%;
    margin-right: 3%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock span.label {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock span.stock-icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock span.stock-icon {
    width: 23px;
    height: 15px;
    top: 3px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock span.stock-icon svg path {
  fill: #55B464;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock span.stock-icon.not-in-stock svg path {
  fill: red;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock span.stock-icon.can-order svg path {
  fill: orange;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .stock span.value {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .delivery {
  display: inline-block;
  vertical-align: top;
  width: 39%;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .delivery {
    width: 33%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .delivery span.delivery-icon {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .delivery span.delivery-icon {
    width: 25px;
    height: 16px;
    top: 3px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .availability .delivery span.delivery-icon svg path {
  fill: #818181;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .overview-buttons {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes {
    width: 90%;
    margin: 1rem auto 0;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dt label {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul {
  list-style: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio label {
  pointer-events: all;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:checked,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:checked + label,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 34px;
  display: inline-block;
  color: #666;
  width: auto;
  min-width: 55px;
  text-align: center;
  margin-bottom: 0.5rem;
  padding: 0 10px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:checked + label:before,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 34px;
  border: 2px solid #ddd;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:checked + label:after,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 100%;
  height: 34px;
  border: 2px solid #58bd6e;
  position: absolute;
  left: 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul.option-list.custom-radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul li {
  margin-right: 0.2rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes dl dd ul li label {
  line-height: 25px;
  font-size: 0.8rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes .attribute-squares .attribute-square-container {
  display: block;
  position: relative;
  z-index: 0;
  padding: 5px;
  border: 2px solid #fff;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes .attribute-squares li {
  display: inline-block;
  margin: 0 10px 0px 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes .attribute-squares li.selected-value .attribute-square-container {
  border: 2px solid #58bd6e;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes .attribute-squares li input {
  position: relative;
  z-index: -1;
  margin: -32px 0 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes .attribute-squares label {
  display: block;
  margin: 0 !important;
  overflow: hidden;
  pointer-events: all;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes .attribute-squares .attribute-square {
  display: table !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .attributes .attribute-squares .tooltip-container {
  position: absolute;
  width: 200px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview .product-share-button {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .overview label {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .manufacturers {
  width: 90%;
  margin: 1rem auto;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .manufacturers {
    position: relative;
    width: fit-content;
    right: auto;
    padding: 0;
    margin: 0 0 0.5rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .manufacturers img {
  width: 50px;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .manufacturers img {
    width: auto;
    max-width: 100px;
    max-height: 50px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .additional-details .sku {
  opacity: 0.8;
  margin-bottom: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 1023px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .additional-details .sku {
    display: none;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .product-essential .additional-details .sku .label {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .file-attachments {
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 5%;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .file-attachments {
    width: 70%;
    left: 15%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid {
  margin: 2rem auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid {
    border-radius: 8px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 70%;
  pointer-events: none;
  background: rgba(247, 248, 249, 0);
  background: -moz-linear-gradient(90deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 100%);
  background: -webkit-linear-gradient(90deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 100%);
  background: linear-gradient(90deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#ffffff", endColorstr="#000000");
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid:empty, .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid:blank {
    min-height: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid {
    width: 44%;
    margin-left: calc(50% + 2rem);
  }
}
@media only screen and (min-width: 1200px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid {
    margin-left: calc(50% + 2rem);
    max-width: 800px;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid .title {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid .title {
    margin-bottom: 0.5rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid .seeall {
  text-align: center;
  margin: 2rem auto 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid .item-grid {
  padding: 0;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid .item-grid .item-box {
  white-space: normal;
  display: inline-block;
  width: 36%;
  margin-right: 0.5rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .related-products-grid .item-grid .item-box .product-item .details h2 {
  margin-bottom: 12px;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .also-purchased-products-grid {
  width: 70%;
  margin: 0 auto 3rem;
  padding-top: 8rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs {
  width: 90%;
  margin: 0.5rem auto 2rem auto;
  padding-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs {
    width: 92%;
    margin: 0 auto 3rem;
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs {
    width: 70%;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav {
  list-style: none;
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav {
    display: grid;
    grid-template-columns: 4fr 2fr 2fr;
    grid-gap: 2rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav {
    /* IE10+ CSS styles go here */
    display: block;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab {
  border-bottom: 1px solid #dce0e6;
  margin-bottom: 1rem;
  font-weight: 700;
  font-weight: normal;
  font-size: 0.7rem;
  padding-bottom: 0.3rem;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab {
    font-size: 1rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab:focus {
  outline: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab {
    /* IE10+ CSS styles go here */
    display: inline-block;
    width: 30%;
    vertical-align: top;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab a {
  display: block;
  position: relative;
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab a {
    pointer-events: none;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab a:focus {
  outline: 0;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab a:before, .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab a:after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 8px;
  height: 2px;
  width: 10px;
  background: #dce0e6;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.81, 0.13, 1);
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab a:before, .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab a:after {
    display: none;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab.ui-state-active a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab.ui-state-active a:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-header .ui-tabs-nav li.ui-tabs-tab.has-sub-nav.active:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body {
  margin: 0.5rem auto 1rem auto;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body {
    margin: 0 auto 2rem;
    display: grid;
    grid-template-columns: 4fr 2fr 2fr;
    grid-gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel {
    display: block !important;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review {
  margin-top: 0;
  background-color: #ffffff;
  padding: 10px 0px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs {
  margin-bottom: 20px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs input[type=text],
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs input[type=email],
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs textarea {
  background-color: #DFE3E7;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs input[type=text],
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs input[type=email],
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs textarea {
    font-size: 0.8rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs label {
  font-size: 0.8rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs textarea {
  height: 8rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .inputs .required {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .buttons {
  text-align: center;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel #contact-us-tab.write-review .buttons .contact-us-button {
  font-weight: 700;
  font-weight: normal;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description {
  color: #4d4f53;
  font-size: 0.85rem;
  word-break: break-word;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description p,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description .description-text,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description .description-text-wrapper {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description p br,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description .description-text br,
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description .description-text-wrapper br {
  display: block;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description a.pdf {
  text-decoration: underline;
  height: 50px;
  display: block;
  margin: 10px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description a.pdf::before {
  content: "";
  background-image: url("/Themes/Custom/Content/images/pdf-icon.png");
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: -20px;
  margin-right: 10px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description ul {
  list-style-type: disc;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description ul li {
  margin-left: 22px;
  margin-bottom: 10px;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description h2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description h3 {
  font-size: 0.85rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description img {
  width: auto;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .full-description table {
  width: 100% !important;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box {
  font-size: 0.85rem;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box .table-wrapper table {
  width: 100%;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box .table-wrapper table tbody tr {
  border-bottom: 1px solid #DFE3E7;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box .table-wrapper table tbody tr.hidden-row {
  display: none;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box .table-wrapper table tbody tr td {
  width: 50%;
  padding: 5px 0;
  vertical-align: top;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 1024px) {
  .html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box .table-wrapper table tbody tr td {
    padding: 10px 0;
  }
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box .table-wrapper table tbody tr td.spec-name {
  font-weight: 700;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .ui-tabs-panel .product-specs-box .table-wrapper table tbody tr td.spec-value {
  text-align: right;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .additional-details {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.html-product-details-page .master-column-wrapper .page.product-details-page .page-body .productTabs .productTabs-body .additional-details .sku .label {
  font-weight: 700;
  font-weight: normal;
}

#quickTab-contact_us #contact-us-tab .form-fields .inputs label {
  position: relative;
  top: initial;
  left: initial;
}

.html-login-page .master-wrapper-content, .html-password-recovery-page .master-wrapper-content, .html-registration-page .master-wrapper-content, .html-registration-result-page .master-wrapper-content {
  position: relative;
  margin-top: 84px;
  background-color: #F7F8F9;
  min-height: 100vh;
}
@media only screen and (max-width: 324px) {
  .html-login-page .master-wrapper-content, .html-password-recovery-page .master-wrapper-content, .html-registration-page .master-wrapper-content, .html-registration-result-page .master-wrapper-content {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content, .html-password-recovery-page .master-wrapper-content, .html-registration-page .master-wrapper-content, .html-registration-result-page .master-wrapper-content {
    margin-top: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content, .html-password-recovery-page .master-wrapper-content, .html-registration-page .master-wrapper-content, .html-registration-result-page .master-wrapper-content {
    margin-top: 265px;
  }
}
.html-login-page .master-wrapper-content .buttons .button-1, .html-login-page .master-wrapper-content .buttons .button-2, .html-login-page .master-wrapper-content .buttons .btn , .html-password-recovery-page .master-wrapper-content .buttons .button-1, .html-password-recovery-page .master-wrapper-content .buttons .button-2, .html-password-recovery-page .master-wrapper-content .buttons .btn , .html-registration-page .master-wrapper-content .buttons .button-1, .html-registration-page .master-wrapper-content .buttons .button-2, .html-registration-page .master-wrapper-content .buttons .btn , .html-registration-result-page .master-wrapper-content .buttons .button-1, .html-registration-result-page .master-wrapper-content .buttons .button-2, .html-registration-result-page .master-wrapper-content .buttons .btn  {
  margin: 0 5px 10px 0;
}
.html-login-page .master-wrapper-content .login-page, .html-password-recovery-page .master-wrapper-content .login-page, .html-registration-page .master-wrapper-content .login-page, .html-registration-result-page .master-wrapper-content .login-page {
  width: 86%;
}
.html-login-page .master-wrapper-content .login-page .page-title, .html-password-recovery-page .master-wrapper-content .login-page .page-title, .html-registration-page .master-wrapper-content .login-page .page-title, .html-registration-result-page .master-wrapper-content .login-page .page-title {
  display: none;
}
.html-login-page .master-wrapper-content .login-page form .title, .html-password-recovery-page .master-wrapper-content .login-page form .title, .html-registration-page .master-wrapper-content .login-page form .title, .html-registration-result-page .master-wrapper-content .login-page form .title {
  padding: 10px 0 0rem;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page form .title, .html-password-recovery-page .master-wrapper-content .login-page form .title, .html-registration-page .master-wrapper-content .login-page form .title, .html-registration-result-page .master-wrapper-content .login-page form .title {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .html-login-page .master-wrapper-content .login-page form .title, .html-password-recovery-page .master-wrapper-content .login-page form .title, .html-registration-page .master-wrapper-content .login-page form .title, .html-registration-result-page .master-wrapper-content .login-page form .title {
    width: 70%;
  }
}
.html-login-page .master-wrapper-content .registration-page,
.html-login-page .master-wrapper-content .password-recovery-page,
.html-login-page .master-wrapper-content .registration-result-page, .html-password-recovery-page .master-wrapper-content .registration-page,
.html-password-recovery-page .master-wrapper-content .password-recovery-page,
.html-password-recovery-page .master-wrapper-content .registration-result-page, .html-registration-page .master-wrapper-content .registration-page,
.html-registration-page .master-wrapper-content .password-recovery-page,
.html-registration-page .master-wrapper-content .registration-result-page, .html-registration-result-page .master-wrapper-content .registration-page,
.html-registration-result-page .master-wrapper-content .password-recovery-page,
.html-registration-result-page .master-wrapper-content .registration-result-page {
  width: 86%;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .registration-page,
  .html-login-page .master-wrapper-content .password-recovery-page,
  .html-login-page .master-wrapper-content .registration-result-page, .html-password-recovery-page .master-wrapper-content .registration-page,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page,
  .html-password-recovery-page .master-wrapper-content .registration-result-page, .html-registration-page .master-wrapper-content .registration-page,
  .html-registration-page .master-wrapper-content .password-recovery-page,
  .html-registration-page .master-wrapper-content .registration-result-page, .html-registration-result-page .master-wrapper-content .registration-page,
  .html-registration-result-page .master-wrapper-content .password-recovery-page,
  .html-registration-result-page .master-wrapper-content .registration-result-page {
    padding: 4rem 0;
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .html-login-page .master-wrapper-content .registration-page,
  .html-login-page .master-wrapper-content .password-recovery-page,
  .html-login-page .master-wrapper-content .registration-result-page, .html-password-recovery-page .master-wrapper-content .registration-page,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page,
  .html-password-recovery-page .master-wrapper-content .registration-result-page, .html-registration-page .master-wrapper-content .registration-page,
  .html-registration-page .master-wrapper-content .password-recovery-page,
  .html-registration-page .master-wrapper-content .registration-result-page, .html-registration-result-page .master-wrapper-content .registration-page,
  .html-registration-result-page .master-wrapper-content .password-recovery-page,
  .html-registration-result-page .master-wrapper-content .registration-result-page {
    width: 50%;
  }
}
.html-login-page .master-wrapper-content .registration-page .page-title,
.html-login-page .master-wrapper-content .password-recovery-page .page-title,
.html-login-page .master-wrapper-content .registration-result-page .page-title, .html-password-recovery-page .master-wrapper-content .registration-page .page-title,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-title, .html-registration-page .master-wrapper-content .registration-page .page-title,
.html-registration-page .master-wrapper-content .password-recovery-page .page-title,
.html-registration-page .master-wrapper-content .registration-result-page .page-title, .html-registration-result-page .master-wrapper-content .registration-page .page-title,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-title,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-title {
  margin: 2rem auto 0;
}
.html-login-page .master-wrapper-content .registration-page .page-title h1,
.html-login-page .master-wrapper-content .password-recovery-page .page-title h1,
.html-login-page .master-wrapper-content .registration-result-page .page-title h1, .html-password-recovery-page .master-wrapper-content .registration-page .page-title h1,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title h1,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-title h1, .html-registration-page .master-wrapper-content .registration-page .page-title h1,
.html-registration-page .master-wrapper-content .password-recovery-page .page-title h1,
.html-registration-page .master-wrapper-content .registration-result-page .page-title h1, .html-registration-result-page .master-wrapper-content .registration-page .page-title h1,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-title h1,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-title h1 {
  font-weight: 800;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #111F29;
}
.html-login-page .master-wrapper-content .registration-page .required,
.html-login-page .master-wrapper-content .password-recovery-page .required,
.html-login-page .master-wrapper-content .registration-result-page .required, .html-password-recovery-page .master-wrapper-content .registration-page .required,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .required,
.html-password-recovery-page .master-wrapper-content .registration-result-page .required, .html-registration-page .master-wrapper-content .registration-page .required,
.html-registration-page .master-wrapper-content .password-recovery-page .required,
.html-registration-page .master-wrapper-content .registration-result-page .required, .html-registration-result-page .master-wrapper-content .registration-page .required,
.html-registration-result-page .master-wrapper-content .password-recovery-page .required,
.html-registration-result-page .master-wrapper-content .registration-result-page .required {
  display: none;
}
.html-login-page .master-wrapper-content .login-page,
.html-login-page .master-wrapper-content .registration-page,
.html-login-page .master-wrapper-content .registration-result-page,
.html-login-page .master-wrapper-content .password-recovery-page, .html-password-recovery-page .master-wrapper-content .login-page,
.html-password-recovery-page .master-wrapper-content .registration-page,
.html-password-recovery-page .master-wrapper-content .registration-result-page,
.html-password-recovery-page .master-wrapper-content .password-recovery-page, .html-registration-page .master-wrapper-content .login-page,
.html-registration-page .master-wrapper-content .registration-page,
.html-registration-page .master-wrapper-content .registration-result-page,
.html-registration-page .master-wrapper-content .password-recovery-page, .html-registration-result-page .master-wrapper-content .login-page,
.html-registration-result-page .master-wrapper-content .registration-page,
.html-registration-result-page .master-wrapper-content .registration-result-page,
.html-registration-result-page .master-wrapper-content .password-recovery-page {
  padding: 2rem 0;
  margin: auto;
  text-align: center;
}
.html-login-page .master-wrapper-content .login-page.registration-page,
.html-login-page .master-wrapper-content .registration-page.registration-page,
.html-login-page .master-wrapper-content .registration-result-page.registration-page,
.html-login-page .master-wrapper-content .password-recovery-page.registration-page, .html-password-recovery-page .master-wrapper-content .login-page.registration-page,
.html-password-recovery-page .master-wrapper-content .registration-page.registration-page,
.html-password-recovery-page .master-wrapper-content .registration-result-page.registration-page,
.html-password-recovery-page .master-wrapper-content .password-recovery-page.registration-page, .html-registration-page .master-wrapper-content .login-page.registration-page,
.html-registration-page .master-wrapper-content .registration-page.registration-page,
.html-registration-page .master-wrapper-content .registration-result-page.registration-page,
.html-registration-page .master-wrapper-content .password-recovery-page.registration-page, .html-registration-result-page .master-wrapper-content .login-page.registration-page,
.html-registration-result-page .master-wrapper-content .registration-page.registration-page,
.html-registration-result-page .master-wrapper-content .registration-result-page.registration-page,
.html-registration-result-page .master-wrapper-content .password-recovery-page.registration-page {
  text-align: left;
}
.html-login-page .master-wrapper-content .login-page.registration-page .title,
.html-login-page .master-wrapper-content .registration-page.registration-page .title,
.html-login-page .master-wrapper-content .registration-result-page.registration-page .title,
.html-login-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-password-recovery-page .master-wrapper-content .login-page.registration-page .title,
.html-password-recovery-page .master-wrapper-content .registration-page.registration-page .title,
.html-password-recovery-page .master-wrapper-content .registration-result-page.registration-page .title,
.html-password-recovery-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-registration-page .master-wrapper-content .login-page.registration-page .title,
.html-registration-page .master-wrapper-content .registration-page.registration-page .title,
.html-registration-page .master-wrapper-content .registration-result-page.registration-page .title,
.html-registration-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-registration-result-page .master-wrapper-content .login-page.registration-page .title,
.html-registration-result-page .master-wrapper-content .registration-page.registration-page .title,
.html-registration-result-page .master-wrapper-content .registration-result-page.registration-page .title,
.html-registration-result-page .master-wrapper-content .password-recovery-page.registration-page .title {
  margin: auto;
}
@media only screen and (min-width: 544px) {
  .html-login-page .master-wrapper-content .login-page.registration-page .title,
  .html-login-page .master-wrapper-content .registration-page.registration-page .title,
  .html-login-page .master-wrapper-content .registration-result-page.registration-page .title,
  .html-login-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-password-recovery-page .master-wrapper-content .login-page.registration-page .title,
  .html-password-recovery-page .master-wrapper-content .registration-page.registration-page .title,
  .html-password-recovery-page .master-wrapper-content .registration-result-page.registration-page .title,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-registration-page .master-wrapper-content .login-page.registration-page .title,
  .html-registration-page .master-wrapper-content .registration-page.registration-page .title,
  .html-registration-page .master-wrapper-content .registration-result-page.registration-page .title,
  .html-registration-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-registration-result-page .master-wrapper-content .login-page.registration-page .title,
  .html-registration-result-page .master-wrapper-content .registration-page.registration-page .title,
  .html-registration-result-page .master-wrapper-content .registration-result-page.registration-page .title,
  .html-registration-result-page .master-wrapper-content .password-recovery-page.registration-page .title {
    width: 84%;
  }
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page.registration-page .title,
  .html-login-page .master-wrapper-content .registration-page.registration-page .title,
  .html-login-page .master-wrapper-content .registration-result-page.registration-page .title,
  .html-login-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-password-recovery-page .master-wrapper-content .login-page.registration-page .title,
  .html-password-recovery-page .master-wrapper-content .registration-page.registration-page .title,
  .html-password-recovery-page .master-wrapper-content .registration-result-page.registration-page .title,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-registration-page .master-wrapper-content .login-page.registration-page .title,
  .html-registration-page .master-wrapper-content .registration-page.registration-page .title,
  .html-registration-page .master-wrapper-content .registration-result-page.registration-page .title,
  .html-registration-page .master-wrapper-content .password-recovery-page.registration-page .title, .html-registration-result-page .master-wrapper-content .login-page.registration-page .title,
  .html-registration-result-page .master-wrapper-content .registration-page.registration-page .title,
  .html-registration-result-page .master-wrapper-content .registration-result-page.registration-page .title,
  .html-registration-result-page .master-wrapper-content .password-recovery-page.registration-page .title {
    width: 70%;
  }
}
.html-login-page .master-wrapper-content .login-page.registration-page .buttons,
.html-login-page .master-wrapper-content .registration-page.registration-page .buttons,
.html-login-page .master-wrapper-content .registration-result-page.registration-page .buttons,
.html-login-page .master-wrapper-content .password-recovery-page.registration-page .buttons, .html-password-recovery-page .master-wrapper-content .login-page.registration-page .buttons,
.html-password-recovery-page .master-wrapper-content .registration-page.registration-page .buttons,
.html-password-recovery-page .master-wrapper-content .registration-result-page.registration-page .buttons,
.html-password-recovery-page .master-wrapper-content .password-recovery-page.registration-page .buttons, .html-registration-page .master-wrapper-content .login-page.registration-page .buttons,
.html-registration-page .master-wrapper-content .registration-page.registration-page .buttons,
.html-registration-page .master-wrapper-content .registration-result-page.registration-page .buttons,
.html-registration-page .master-wrapper-content .password-recovery-page.registration-page .buttons, .html-registration-result-page .master-wrapper-content .login-page.registration-page .buttons,
.html-registration-result-page .master-wrapper-content .registration-page.registration-page .buttons,
.html-registration-result-page .master-wrapper-content .registration-result-page.registration-page .buttons,
.html-registration-result-page .master-wrapper-content .password-recovery-page.registration-page .buttons {
  text-align: center;
}
.html-login-page .master-wrapper-content .login-page.password-recovery-page,
.html-login-page .master-wrapper-content .registration-page.password-recovery-page,
.html-login-page .master-wrapper-content .registration-result-page.password-recovery-page,
.html-login-page .master-wrapper-content .password-recovery-page.password-recovery-page, .html-password-recovery-page .master-wrapper-content .login-page.password-recovery-page,
.html-password-recovery-page .master-wrapper-content .registration-page.password-recovery-page,
.html-password-recovery-page .master-wrapper-content .registration-result-page.password-recovery-page,
.html-password-recovery-page .master-wrapper-content .password-recovery-page.password-recovery-page, .html-registration-page .master-wrapper-content .login-page.password-recovery-page,
.html-registration-page .master-wrapper-content .registration-page.password-recovery-page,
.html-registration-page .master-wrapper-content .registration-result-page.password-recovery-page,
.html-registration-page .master-wrapper-content .password-recovery-page.password-recovery-page, .html-registration-result-page .master-wrapper-content .login-page.password-recovery-page,
.html-registration-result-page .master-wrapper-content .registration-page.password-recovery-page,
.html-registration-result-page .master-wrapper-content .registration-result-page.password-recovery-page,
.html-registration-result-page .master-wrapper-content .password-recovery-page.password-recovery-page {
  padding: 32px 0;
  margin: 0 auto;
}
.html-login-page .master-wrapper-content .login-page.password-recovery-page .page-title,
.html-login-page .master-wrapper-content .registration-page.password-recovery-page .page-title,
.html-login-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title,
.html-login-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title, .html-password-recovery-page .master-wrapper-content .login-page.password-recovery-page .page-title,
.html-password-recovery-page .master-wrapper-content .registration-page.password-recovery-page .page-title,
.html-password-recovery-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title,
.html-password-recovery-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title, .html-registration-page .master-wrapper-content .login-page.password-recovery-page .page-title,
.html-registration-page .master-wrapper-content .registration-page.password-recovery-page .page-title,
.html-registration-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title,
.html-registration-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title, .html-registration-result-page .master-wrapper-content .login-page.password-recovery-page .page-title,
.html-registration-result-page .master-wrapper-content .registration-page.password-recovery-page .page-title,
.html-registration-result-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title,
.html-registration-result-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title {
  margin: 0;
  width: 100%;
  padding-bottom: 16px;
}
.html-login-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
.html-login-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
.html-login-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
.html-login-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-password-recovery-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
.html-password-recovery-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
.html-password-recovery-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
.html-password-recovery-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-registration-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
.html-registration-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
.html-registration-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
.html-registration-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-registration-result-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
.html-registration-result-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
.html-registration-result-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
.html-registration-result-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1 {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .html-login-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
  .html-login-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
  .html-login-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
  .html-login-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-password-recovery-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
  .html-password-recovery-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
  .html-password-recovery-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-registration-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
  .html-registration-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
  .html-registration-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
  .html-registration-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-registration-result-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
  .html-registration-result-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
  .html-registration-result-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
  .html-registration-result-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
  .html-login-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
  .html-login-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
  .html-login-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-password-recovery-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
  .html-password-recovery-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
  .html-password-recovery-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-registration-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
  .html-registration-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
  .html-registration-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
  .html-registration-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1, .html-registration-result-page .master-wrapper-content .login-page.password-recovery-page .page-title h1,
  .html-registration-result-page .master-wrapper-content .registration-page.password-recovery-page .page-title h1,
  .html-registration-result-page .master-wrapper-content .registration-result-page.password-recovery-page .page-title h1,
  .html-registration-result-page .master-wrapper-content .password-recovery-page.password-recovery-page .page-title h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page,
  .html-login-page .master-wrapper-content .registration-page,
  .html-login-page .master-wrapper-content .registration-result-page,
  .html-login-page .master-wrapper-content .password-recovery-page, .html-password-recovery-page .master-wrapper-content .login-page,
  .html-password-recovery-page .master-wrapper-content .registration-page,
  .html-password-recovery-page .master-wrapper-content .registration-result-page,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page, .html-registration-page .master-wrapper-content .login-page,
  .html-registration-page .master-wrapper-content .registration-page,
  .html-registration-page .master-wrapper-content .registration-result-page,
  .html-registration-page .master-wrapper-content .password-recovery-page, .html-registration-result-page .master-wrapper-content .login-page,
  .html-registration-result-page .master-wrapper-content .registration-page,
  .html-registration-result-page .master-wrapper-content .registration-result-page,
  .html-registration-result-page .master-wrapper-content .password-recovery-page {
    min-height: 90vh;
    padding: 6rem 0;
  }
}
.html-login-page .html-login-page .master-wrapper-content .login-page .page-title,
.html-login-page .html-login-page .master-wrapper-content .registration-page .page-title,
.html-login-page .html-login-page .master-wrapper-content .registration-result-page .page-title,
.html-login-page .html-login-page .master-wrapper-content .password-recovery-page .page-title, .html-login-page .html-password-recovery-page .master-wrapper-content .login-page .page-title,
.html-login-page .html-password-recovery-page .master-wrapper-content .registration-page .page-title,
.html-login-page .html-password-recovery-page .master-wrapper-content .registration-result-page .page-title,
.html-login-page .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title, .html-login-page .html-registration-page .master-wrapper-content .login-page .page-title,
.html-login-page .html-registration-page .master-wrapper-content .registration-page .page-title,
.html-login-page .html-registration-page .master-wrapper-content .registration-result-page .page-title,
.html-login-page .html-registration-page .master-wrapper-content .password-recovery-page .page-title, .html-login-page .html-registration-result-page .master-wrapper-content .login-page .page-title,
.html-login-page .html-registration-result-page .master-wrapper-content .registration-page .page-title,
.html-login-page .html-registration-result-page .master-wrapper-content .registration-result-page .page-title,
.html-login-page .html-registration-result-page .master-wrapper-content .password-recovery-page .page-title {
  display: none;
}
.html-login-page .master-wrapper-content .login-page .page-title .page-title div,
.html-login-page .master-wrapper-content .registration-page .page-title .page-title div,
.html-login-page .master-wrapper-content .registration-result-page .page-title .page-title div,
.html-login-page .master-wrapper-content .password-recovery-page .page-title .page-title div, .html-password-recovery-page .master-wrapper-content .login-page .page-title .page-title div,
.html-password-recovery-page .master-wrapper-content .registration-page .page-title .page-title div,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-title .page-title div,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title .page-title div, .html-registration-page .master-wrapper-content .login-page .page-title .page-title div,
.html-registration-page .master-wrapper-content .registration-page .page-title .page-title div,
.html-registration-page .master-wrapper-content .registration-result-page .page-title .page-title div,
.html-registration-page .master-wrapper-content .password-recovery-page .page-title .page-title div, .html-registration-result-page .master-wrapper-content .login-page .page-title .page-title div,
.html-registration-result-page .master-wrapper-content .registration-page .page-title .page-title div,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-title .page-title div,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-title .page-title div {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  padding: 0 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-title .page-title div,
  .html-login-page .master-wrapper-content .registration-page .page-title .page-title div,
  .html-login-page .master-wrapper-content .registration-result-page .page-title .page-title div,
  .html-login-page .master-wrapper-content .password-recovery-page .page-title .page-title div, .html-password-recovery-page .master-wrapper-content .login-page .page-title .page-title div,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-title .page-title div,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-title .page-title div,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-title .page-title div, .html-registration-page .master-wrapper-content .login-page .page-title .page-title div,
  .html-registration-page .master-wrapper-content .registration-page .page-title .page-title div,
  .html-registration-page .master-wrapper-content .registration-result-page .page-title .page-title div,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-title .page-title div, .html-registration-result-page .master-wrapper-content .login-page .page-title .page-title div,
  .html-registration-result-page .master-wrapper-content .registration-page .page-title .page-title div,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-title .page-title div,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-title .page-title div {
    font-size: 2.5rem;
    padding: 0 0 2rem;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body .tooltip,
.html-login-page .master-wrapper-content .registration-page .page-body .tooltip,
.html-login-page .master-wrapper-content .registration-result-page .page-body .tooltip,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .tooltip, .html-password-recovery-page .master-wrapper-content .login-page .page-body .tooltip,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .tooltip,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .tooltip,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .tooltip, .html-registration-page .master-wrapper-content .login-page .page-body .tooltip,
.html-registration-page .master-wrapper-content .registration-page .page-body .tooltip,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .tooltip,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .tooltip, .html-registration-result-page .master-wrapper-content .login-page .page-body .tooltip,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .tooltip,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .tooltip,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .tooltip {
  font-size: 0.8rem;
  width: 60%;
  margin: 0 auto 2rem;
}
.html-login-page .master-wrapper-content .login-page .page-body .result,
.html-login-page .master-wrapper-content .registration-page .page-body .result,
.html-login-page .master-wrapper-content .registration-result-page .page-body .result,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .result, .html-password-recovery-page .master-wrapper-content .login-page .page-body .result,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .result,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .result,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .result, .html-registration-page .master-wrapper-content .login-page .page-body .result,
.html-registration-page .master-wrapper-content .registration-page .page-body .result,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .result,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .result, .html-registration-result-page .master-wrapper-content .login-page .page-body .result,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .result,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .result,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .result {
  margin: 0 auto 2rem;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-body .result,
  .html-login-page .master-wrapper-content .registration-page .page-body .result,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .result,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .result, .html-password-recovery-page .master-wrapper-content .login-page .page-body .result,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .result,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .result,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .result, .html-registration-page .master-wrapper-content .login-page .page-body .result,
  .html-registration-page .master-wrapper-content .registration-page .page-body .result,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .result,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .result, .html-registration-result-page .master-wrapper-content .login-page .page-body .result,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .result,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .result,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .result {
    font-size: 0.9rem;
    line-height: 1.3rem;
    width: 80%;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper,
.html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper,
.html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper,
.html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper {
  margin: 0px 0 40px;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
.html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
.html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title {
  padding: 10px 0 0rem;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .title,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .title {
    width: 70%;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .text,
.html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .text,
.html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .text,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .text, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .text,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .text,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .text,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .text, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .text,
.html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .text,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .text,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .text, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .text,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .text,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .text,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .text {
  margin: 1rem auto 2rem;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .text,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .text,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .text,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .text, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .text,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .text,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .text,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .text, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .text,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .text,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .text,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .text, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .new-wrapper .text,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .new-wrapper .text,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .new-wrapper .text,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .new-wrapper .text {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 80%;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .returning-wrapper,
.html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .returning-wrapper,
.html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .returning-wrapper,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .returning-wrapper, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .returning-wrapper,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .returning-wrapper,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .returning-wrapper,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .returning-wrapper, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .returning-wrapper,
.html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .returning-wrapper,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .returning-wrapper,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .returning-wrapper, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .returning-wrapper,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .returning-wrapper,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .returning-wrapper,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .returning-wrapper {
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-body .customer-blocks .returning-wrapper,
  .html-login-page .master-wrapper-content .registration-page .page-body .customer-blocks .returning-wrapper,
  .html-login-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .returning-wrapper,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .returning-wrapper, .html-password-recovery-page .master-wrapper-content .login-page .page-body .customer-blocks .returning-wrapper,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body .customer-blocks .returning-wrapper,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .returning-wrapper,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .returning-wrapper, .html-registration-page .master-wrapper-content .login-page .page-body .customer-blocks .returning-wrapper,
  .html-registration-page .master-wrapper-content .registration-page .page-body .customer-blocks .returning-wrapper,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .returning-wrapper,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .returning-wrapper, .html-registration-result-page .master-wrapper-content .login-page .page-body .customer-blocks .returning-wrapper,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body .customer-blocks .returning-wrapper,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body .customer-blocks .returning-wrapper,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .customer-blocks .returning-wrapper {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body .topic-block,
.html-login-page .master-wrapper-content .registration-page .page-body .topic-block,
.html-login-page .master-wrapper-content .registration-result-page .page-body .topic-block,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .topic-block, .html-password-recovery-page .master-wrapper-content .login-page .page-body .topic-block,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .topic-block,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .topic-block,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .topic-block, .html-registration-page .master-wrapper-content .login-page .page-body .topic-block,
.html-registration-page .master-wrapper-content .registration-page .page-body .topic-block,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .topic-block,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .topic-block, .html-registration-result-page .master-wrapper-content .login-page .page-body .topic-block,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .topic-block,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .topic-block,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .topic-block {
  display: none;
}
.html-login-page .master-wrapper-content .login-page .page-body .bedriftsinformasjon,
.html-login-page .master-wrapper-content .registration-page .page-body .bedriftsinformasjon,
.html-login-page .master-wrapper-content .registration-result-page .page-body .bedriftsinformasjon,
.html-login-page .master-wrapper-content .password-recovery-page .page-body .bedriftsinformasjon, .html-password-recovery-page .master-wrapper-content .login-page .page-body .bedriftsinformasjon,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body .bedriftsinformasjon,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body .bedriftsinformasjon,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body .bedriftsinformasjon, .html-registration-page .master-wrapper-content .login-page .page-body .bedriftsinformasjon,
.html-registration-page .master-wrapper-content .registration-page .page-body .bedriftsinformasjon,
.html-registration-page .master-wrapper-content .registration-result-page .page-body .bedriftsinformasjon,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body .bedriftsinformasjon, .html-registration-result-page .master-wrapper-content .login-page .page-body .bedriftsinformasjon,
.html-registration-result-page .master-wrapper-content .registration-page .page-body .bedriftsinformasjon,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body .bedriftsinformasjon,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body .bedriftsinformasjon {
  margin: 1rem auto;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields {
  margin: 1.3rem auto 0;
}
@media only screen and (min-width: 544px) {
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields {
    width: 84%;
  }
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields {
    width: 70%;
    margin: 1rem auto;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields.checkbox,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields.checkbox,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields.checkbox,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields.checkbox, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields.checkbox,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields.checkbox,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields.checkbox,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields.checkbox, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields.checkbox,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields.checkbox,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields.checkbox,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields.checkbox, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields.checkbox,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields.checkbox,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields.checkbox,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields.checkbox {
  margin: 0 auto 0;
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields.newsletter,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields.newsletter,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields.newsletter,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields.newsletter, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields.newsletter,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields.newsletter,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields.newsletter,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields.newsletter, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields.newsletter,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields.newsletter,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields.newsletter,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields.newsletter, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields.newsletter,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields.newsletter,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields.newsletter,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields.newsletter {
    margin: 2rem auto 0;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .inputs,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .inputs,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .inputs,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .inputs,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs {
  margin-bottom: 1.1rem;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .inputs input,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs input,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs input,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs input, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .inputs input,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs input,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs input,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs input, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .inputs input,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs input,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs input,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs input, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .inputs input,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs input,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs input,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs input {
  background-color: #DFE3E7;
  padding: 0 10px;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .inputs .field-validation-error span,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs .field-validation-error span,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs .field-validation-error span,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs .field-validation-error span, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .inputs .field-validation-error span,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs .field-validation-error span,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs .field-validation-error span,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs .field-validation-error span, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .inputs .field-validation-error span,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs .field-validation-error span,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs .field-validation-error span,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs .field-validation-error span, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .inputs .field-validation-error span,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .inputs .field-validation-error span,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .inputs .field-validation-error span,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .inputs .field-validation-error span {
  display: block;
  background-color: #ea8f01;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.9rem;
  border-radius: 3px;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .remember,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .remember,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .remember,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .remember,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .remember,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .remember,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .remember,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .remember,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent {
  margin-bottom: 0.3rem;
  height: 30px;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .remember input,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter input,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent input,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .remember input,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter input,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent input,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember input,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter input,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent input,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember input,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter input,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent input, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .remember input,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter input,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent input,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .remember input,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter input,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent input,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember input,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter input,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent input,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember input,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter input,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent input, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .remember input,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter input,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent input,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .remember input,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter input,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent input,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember input,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter input,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent input,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember input,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter input,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent input, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .remember input,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter input,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent input,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .remember input,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter input,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent input,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember input,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter input,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent input,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember input,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter input,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent input {
  position: absolute;
  opacity: 0;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label {
  position: absolute;
  left: 40%;
  top: 2px;
  height: auto;
  line-height: 14px;
  pointer-events: all;
  font-size: 0.8rem;
  color: #4d4f53;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 544px) {
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
  .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
  .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
  .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
  .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
  .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
  .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
  .html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
  .html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
  .html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
  .html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
  .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
  .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
  .html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
  .html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
  .html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
  .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
  .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
  .html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
  .html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
  .html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .remember label,
  .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
  .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
  .html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
  .html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
  .html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label {
    font-size: 0.8rem;
    left: 43%;
  }
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .remember label:before,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label:before,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label:before,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label:before,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label:before,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label:before,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label:before,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label:before,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label:before,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label:before,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label:before,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label:before, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .remember label:before,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label:before,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label:before,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label:before,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label:before,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label:before,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label:before,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label:before,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label:before,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label:before,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label:before,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label:before, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .remember label:before,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label:before,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label:before,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label:before,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label:before,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label:before,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label:before,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label:before,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label:before,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label:before,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label:before,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label:before, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .remember label:before,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label:before,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label:before,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .remember label:before,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label:before,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label:before,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember label:before,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label:before,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label:before,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember label:before,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label:before,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #ffffff !important;
  border: 1px solid #A3A3A3;
  border-radius: 3px;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .remember input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter input[type=checkbox]:checked + label:after,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: url(/Themes/Custom/Content/images/icon-check.svg) no-repeat center;
  background-size: 10px;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label {
  left: 24px;
}
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label .read,
.html-login-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label .read,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label .read,
.html-login-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label .read,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label .read,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label .read,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label .read,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label .read, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label .read,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label .read,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label .read,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label .read,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label .read,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label .read,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label .read,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label .read, .html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label .read,
.html-registration-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label .read,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label .read,
.html-registration-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label .read,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label .read,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label .read,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label .read,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label .read, .html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .newsletter label .read,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .form-fields .accept-consent label .read,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .newsletter label .read,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .form-fields .accept-consent label .read,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .newsletter label .read,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .form-fields .accept-consent label .read,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .newsletter label .read,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .form-fields .accept-consent label .read {
  text-decoration: underline;
  font-weight: 700;
}
.html-login-page .master-wrapper-content .login-page .page-body form .buttons,
.html-login-page .master-wrapper-content .registration-page .page-body form .buttons,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .buttons,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .buttons, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .buttons,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .buttons,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .buttons,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .buttons, .html-registration-page .master-wrapper-content .login-page .page-body form .buttons,
.html-registration-page .master-wrapper-content .registration-page .page-body form .buttons,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .buttons,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .buttons, .html-registration-result-page .master-wrapper-content .login-page .page-body form .buttons,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .buttons,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .buttons,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .buttons {
  margin: 24px auto 16px auto;
}
.html-login-page .master-wrapper-content .login-page .page-body form .forgot-password,
.html-login-page .master-wrapper-content .login-page .page-body form .back-to-login,
.html-login-page .master-wrapper-content .registration-page .page-body form .forgot-password,
.html-login-page .master-wrapper-content .registration-page .page-body form .back-to-login,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .forgot-password,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .back-to-login,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .forgot-password,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .back-to-login, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .forgot-password,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .back-to-login,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .forgot-password,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .back-to-login,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .forgot-password,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .back-to-login,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .forgot-password,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .back-to-login, .html-registration-page .master-wrapper-content .login-page .page-body form .forgot-password,
.html-registration-page .master-wrapper-content .login-page .page-body form .back-to-login,
.html-registration-page .master-wrapper-content .registration-page .page-body form .forgot-password,
.html-registration-page .master-wrapper-content .registration-page .page-body form .back-to-login,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .forgot-password,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .back-to-login,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .forgot-password,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .back-to-login, .html-registration-result-page .master-wrapper-content .login-page .page-body form .forgot-password,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .back-to-login,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .forgot-password,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .back-to-login,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .forgot-password,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .back-to-login,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .forgot-password,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .back-to-login {
  margin: 0.6rem auto 2rem;
}
.html-login-page .master-wrapper-content .login-page .page-body form .forgot-password a,
.html-login-page .master-wrapper-content .login-page .page-body form .back-to-login a,
.html-login-page .master-wrapper-content .registration-page .page-body form .forgot-password a,
.html-login-page .master-wrapper-content .registration-page .page-body form .back-to-login a,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .forgot-password a,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .back-to-login a,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .forgot-password a,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .back-to-login a, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .forgot-password a,
.html-password-recovery-page .master-wrapper-content .login-page .page-body form .back-to-login a,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .forgot-password a,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .back-to-login a,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .forgot-password a,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .back-to-login a,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .forgot-password a,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .back-to-login a, .html-registration-page .master-wrapper-content .login-page .page-body form .forgot-password a,
.html-registration-page .master-wrapper-content .login-page .page-body form .back-to-login a,
.html-registration-page .master-wrapper-content .registration-page .page-body form .forgot-password a,
.html-registration-page .master-wrapper-content .registration-page .page-body form .back-to-login a,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .forgot-password a,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .back-to-login a,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .forgot-password a,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .back-to-login a, .html-registration-result-page .master-wrapper-content .login-page .page-body form .forgot-password a,
.html-registration-result-page .master-wrapper-content .login-page .page-body form .back-to-login a,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .forgot-password a,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .back-to-login a,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .forgot-password a,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .back-to-login a,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .forgot-password a,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .back-to-login a {
  font-size: 0.8rem;
}
.html-login-page .master-wrapper-content .login-page .page-body form .message-error.validation-summary-errors,
.html-login-page .master-wrapper-content .registration-page .page-body form .message-error.validation-summary-errors,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .message-error.validation-summary-errors,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .message-error.validation-summary-errors, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .message-error.validation-summary-errors,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .message-error.validation-summary-errors,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .message-error.validation-summary-errors,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .message-error.validation-summary-errors, .html-registration-page .master-wrapper-content .login-page .page-body form .message-error.validation-summary-errors,
.html-registration-page .master-wrapper-content .registration-page .page-body form .message-error.validation-summary-errors,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .message-error.validation-summary-errors,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .message-error.validation-summary-errors, .html-registration-result-page .master-wrapper-content .login-page .page-body form .message-error.validation-summary-errors,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .message-error.validation-summary-errors,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .message-error.validation-summary-errors,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .message-error.validation-summary-errors {
  background-color: #ea8f01;
  padding: 1rem;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0 auto 16px;
  color: #ffffff;
  border-radius: 8px;
}
.html-login-page .master-wrapper-content .login-page .page-body form .message-error.validation-summary-errors ul,
.html-login-page .master-wrapper-content .registration-page .page-body form .message-error.validation-summary-errors ul,
.html-login-page .master-wrapper-content .registration-result-page .page-body form .message-error.validation-summary-errors ul,
.html-login-page .master-wrapper-content .password-recovery-page .page-body form .message-error.validation-summary-errors ul, .html-password-recovery-page .master-wrapper-content .login-page .page-body form .message-error.validation-summary-errors ul,
.html-password-recovery-page .master-wrapper-content .registration-page .page-body form .message-error.validation-summary-errors ul,
.html-password-recovery-page .master-wrapper-content .registration-result-page .page-body form .message-error.validation-summary-errors ul,
.html-password-recovery-page .master-wrapper-content .password-recovery-page .page-body form .message-error.validation-summary-errors ul, .html-registration-page .master-wrapper-content .login-page .page-body form .message-error.validation-summary-errors ul,
.html-registration-page .master-wrapper-content .registration-page .page-body form .message-error.validation-summary-errors ul,
.html-registration-page .master-wrapper-content .registration-result-page .page-body form .message-error.validation-summary-errors ul,
.html-registration-page .master-wrapper-content .password-recovery-page .page-body form .message-error.validation-summary-errors ul, .html-registration-result-page .master-wrapper-content .login-page .page-body form .message-error.validation-summary-errors ul,
.html-registration-result-page .master-wrapper-content .registration-page .page-body form .message-error.validation-summary-errors ul,
.html-registration-result-page .master-wrapper-content .registration-result-page .page-body form .message-error.validation-summary-errors ul,
.html-registration-result-page .master-wrapper-content .password-recovery-page .page-body form .message-error.validation-summary-errors ul {
  list-style: none;
}

.html-shopping-cart-page .ui-dialog.ui-widget.ui-widget-content,
.html-registration-page .ui-dialog.ui-widget.ui-widget-content {
  overflow-y: scroll;
  bottom: 0 !important;
  top: auto !important;
}
.html-shopping-cart-page .page-body img,
.html-registration-page .page-body img {
  max-width: 140px;
  margin: auto;
}

.html-registration-page .ui-dialog.ui-widget.ui-widget-content,
.html-shopping-cart-page .ui-dialog.ui-widget.ui-widget-content {
  background-color: #fff;
  padding: 2rem;
  position: fixed;
  top: 40px;
  z-index: 3000;
  box-shadow: 0px 0px 60px 10px rgba(17, 31, 41, 0.2);
}
.html-registration-page .ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar.ui-corner-all .ui-dialog-title,
.html-shopping-cart-page .ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar.ui-corner-all .ui-dialog-title {
  display: none;
}
.html-registration-page .ui-dialog.ui-widget.ui-widget-content .ui-button.ui-corner-all.ui-widget,
.html-shopping-cart-page .ui-dialog.ui-widget.ui-widget-content .ui-button.ui-corner-all.ui-widget {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Mont-heavy";
  font-size: 0.7rem;
}
.html-registration-page .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content.ui-widget-content .page.topic-page .page-title,
.html-shopping-cart-page .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content.ui-widget-content .page.topic-page .page-title {
  margin-bottom: 1rem;
}
.html-registration-page .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content.ui-widget-content .page.topic-page .page-body,
.html-shopping-cart-page .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content.ui-widget-content .page.topic-page .page-body {
  font-size: 0.8rem;
  line-height: 1rem;
}
.html-registration-page .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content.ui-widget-content .page.topic-page .page-body h2,
.html-shopping-cart-page .ui-dialog.ui-widget.ui-widget-content .ui-dialog-content.ui-widget-content .page.topic-page .page-body h2 {
  margin: 1rem auto 0.5rem;
}

.bar-notification {
  display: none;
  position: fixed;
  background-color: rgba(77, 79, 83, 0.9);
  color: #ffffff;
  z-index: 2000;
  width: 100%;
  left: 0px;
  padding: 40vh 30px 0;
  top: 0px;
  height: 100vh;
  text-align: center;
}
.bar-notification span.close {
  position: absolute;
  bottom: 100px;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
}
.bar-notification p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.ajaxFilters.k-window,
.ajaxCart.k-window {
  background: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .ajaxFilters.k-window,
  .ajaxCart.k-window {
    width: 90%;
    margin: auto;
    left: 5% !important;
  }
}
.ajaxFilters.k-window .k-window-titlebar,
.ajaxCart.k-window .k-window-titlebar {
  font-size: 0.7rem;
  color: #111F29;
  background: #ffffff !important;
  border-bottom: 0px solid #111F29 !important;
  padding: 14px 10px 14px 10px !important;
  text-align: center;
  font-family: protipo, sans-serif;
}
@media only screen and (min-width: 1024px) {
  .ajaxFilters.k-window .k-window-titlebar,
  .ajaxCart.k-window .k-window-titlebar {
    padding: 24px 10px !important;
  }
}
.ajaxFilters.k-window .k-window-titlebar .k-window-actions,
.ajaxCart.k-window .k-window-titlebar .k-window-actions {
  top: auto !important;
  bottom: 0;
  width: 100%;
  left: 0;
  right: auto !important;
  text-align: center;
  height: 40px;
}
.ajaxFilters.k-window .k-window-titlebar .k-window-actions a.k-window-action,
.ajaxCart.k-window .k-window-titlebar .k-window-actions a.k-window-action {
  width: 20px;
  height: 20px;
  background: url(/Themes/Custom/Content/images/icon-close-dark.svg) center no-repeat;
  display: inline-block;
}
.ajaxFilters.k-window .k-window-titlebar .k-window-actions a.k-window-action .k-icon,
.ajaxCart.k-window .k-window-titlebar .k-window-actions a.k-window-action .k-icon {
  width: 20px;
  height: 20px;
}
.ajaxFilters.k-window .productAddedToCartWindow .check-icon,
.ajaxCart.k-window .productAddedToCartWindow .check-icon {
  position: relative;
  background: #58bd6e;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  padding: 16px;
  display: block;
  margin: 0 auto 1rem;
}
.ajaxFilters.k-window .k-window-content,
.ajaxCart.k-window .k-window-content {
  padding: 4px 16px 50px;
  color: #E81C35;
  font-weight: 700;
  text-align: center;
}
.ajaxFilters.k-window .k-window-content:focus,
.ajaxCart.k-window .k-window-content:focus {
  outline: none;
}
.ajaxFilters.k-window .k-window-content p,
.ajaxCart.k-window .k-window-content p {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1rem;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowTitle,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowTitle {
  padding: 24px 15px;
  font-size: 0.8rem;
  color: #4d4f53;
  width: 100%;
  font-family: protipo, sans-serif;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartItem .productAddedToCartWindowImage,
.ajaxCart.k-window .k-window-content .productAddedToCartItem .productAddedToCartWindowImage {
  display: inline-block;
  width: 27%;
  height: auto;
  float: none;
  vertical-align: top;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowDescription,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowDescription {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 66%;
  vertical-align: top;
  margin-left: 3%;
  text-align: left;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowDescription h1,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowDescription h1 {
  font-size: 1.1rem;
  color: #111F29;
  line-height: 1.2rem;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowDescription h1 a,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowDescription h1 a {
  color: #111F29;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowDescription strong,
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowDescription .attributeInfo,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowDescription strong,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowDescription .attributeInfo {
  font-size: 0.8rem;
  color: #111F29;
  font-family: protipo, sans-serif;
  margin: 0;
  display: inline-block;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowDescription .quantity,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowDescription .quantity {
  color: #111F29;
  font-family: protipo, sans-serif;
  font-size: 0.8rem;
  display: inline-block;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary {
  padding: 20px 12px 30px;
  border-top: 1px solid #DFE3E7;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info {
  display: block;
  margin: 1rem auto;
  font-size: 0.8rem;
  color: #111F29;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info.free,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info.free {
  color: #58bd6e;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info.free span.delivery-icon svg path,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info.free span.delivery-icon svg path {
  fill: #58bd6e;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info span.delivery-icon,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info span.delivery-icon {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 1024px) {
  .ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info span.delivery-icon,
  .ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info span.delivery-icon {
    width: 25px;
    height: 16px;
    top: 3px;
  }
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info span.delivery-icon svg path,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary .shipping-info span.delivery-icon svg path {
  fill: #818181;
}
.ajaxFilters.k-window .k-window-content .productAddedToCartWindowSummary a,
.ajaxCart.k-window .k-window-content .productAddedToCartWindowSummary a {
  color: #111F29;
}

.product-grid.cross-sells .title {
  font-size: 0.8rem;
  color: #111F29;
  text-align: center;
}
.product-grid.cross-sells .item-grid {
  height: auto;
  overflow: visible;
  display: block;
}
.product-grid.cross-sells .item-grid .item-box {
  width: 31.3333%;
  padding: 0 5px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  min-height: 260px;
}
.product-grid.cross-sells .item-grid .item-box .picture {
  height: 90px;
  margin: 0 auto 1rem;
}
.product-grid.cross-sells .item-grid .item-box .details h2.product-title {
  height: auto;
  font-size: 0.7rem;
  line-height: 0.9rem;
  margin: 0 auto 0;
}
.product-grid.cross-sells .item-grid .item-box .details .add-info {
  display: block !important;
  text-align: center;
  width: 100%;
}
.product-grid.cross-sells .item-grid .item-box .details .add-info .prices {
  width: 100%;
}
.product-grid.cross-sells .item-grid .item-box .details .add-info .prices .price {
  font-size: 1.1rem;
  line-height: 2.1rem;
}
.product-grid.cross-sells .item-grid .item-box .details .add-info .buttons {
  display: none;
}

.html-shopping-cart-page .master-wrapper-content {
  position: relative;
  margin-top: 0;
  background-color: #F7F8F9;
  min-height: 100vh;
}
.html-shopping-cart-page .master-wrapper-content .center-1 {
  padding: 80px 0 2rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .center-1 {
    padding: 172px 0 2rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .checkout-disabled {
  padding: 24px 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: #4d4f53;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .checkout-disabled {
    font-size: 1.3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .availability {
  font-size: 0.8rem;
}
.html-shopping-cart-page .master-wrapper-content .availability .stock {
  margin-right: 1%;
  line-height: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .availability .stock {
    margin-right: 3%;
  }
}
.html-shopping-cart-page .master-wrapper-content .availability .stock.not-in-stock svg path {
  fill: red;
}
.html-shopping-cart-page .master-wrapper-content .availability .stock.can-order .stock-icon svg path, .html-shopping-cart-page .master-wrapper-content .availability .stock.no-stock .stock-icon svg path {
  fill: orange;
}
.html-shopping-cart-page .master-wrapper-content .availability .stock span.label {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .availability .stock span.stock-icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .availability .stock span.stock-icon {
    width: 23px;
    height: 15px;
    top: 3px;
  }
}
.html-shopping-cart-page .master-wrapper-content .availability .stock span.stock-icon svg path {
  fill: #55B464;
}
.html-shopping-cart-page .master-wrapper-content .availability .stock span.stock-icon.not-in-stock svg path {
  fill: red;
}
.html-shopping-cart-page .master-wrapper-content .availability .stock span.stock-icon.can-order svg path, .html-shopping-cart-page .master-wrapper-content .availability .stock span.stock-icon.no-stock svg path {
  fill: orange;
}
.html-shopping-cart-page .master-wrapper-content .availability .stock span.value {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.html-shopping-cart-page .master-wrapper-content .availability .delivery {
  display: inline-block;
  vertical-align: top;
  width: 39%;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .availability .delivery {
    width: 33%;
  }
}
.html-shopping-cart-page .master-wrapper-content .availability .delivery span.delivery-icon {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .availability .delivery span.delivery-icon {
    width: 25px;
    height: 16px;
    top: 3px;
  }
}
.html-shopping-cart-page .master-wrapper-content .availability .delivery span.delivery-icon svg path {
  fill: #818181;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page,
.html-shopping-cart-page .master-wrapper-content .wishlist-page {
  width: 100%;
  margin: auto;
  padding: 0 16px;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page {
    width: 80%;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page {
    width: 70%;
  }
}
@media only screen and (min-width: 1400px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page {
    width: 50%;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body {
  background-color: white;
  border-radius: 8px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-title {
  padding: 20px 0 10px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-title,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-title {
    padding: 30px 0 60px;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-title h1,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-title h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-title h1,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-title h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body {
  padding: 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .login-btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .login-btn {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 1rem;
  background-color: #111F29;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .login-btn,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .login-btn {
    padding: 2rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .user-loggedin,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .user-loggedin {
  padding: 1rem;
  text-align: center;
  background-color: #111F29;
  border-radius: 8px 8px 0 0;
  color: white;
  margin-bottom: 24px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .user-loggedin span,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .user-loggedin span {
  text-transform: capitalize;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .heading,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .heading {
  margin: 1rem auto 2rem;
  text-align: center;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .heading h1,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .heading h1 {
  font-size: 1.4rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .no-data,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .no-data {
  padding: 10rem 0;
  text-align: center;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .no-data .empty-cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .no-data .empty-cart {
  margin: 0 auto 2rem;
  width: 80px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content {
  margin: 1rem auto 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content {
    width: calc(100% - 36px);
  }
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content {
    padding: 0 15px;
    max-width: 640px;
    margin: 1rem auto 0 auto;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .expand-btn,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .expand-btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .expand-btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .expand-btn {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  text-align: center;
  width: 100%;
}
.html-checkout-page .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .expand-btn,
.html-checkout-page .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .expand-btn,
.html-checkout-page .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .expand-btn,
.html-checkout-page .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .expand-btn {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .expand-btn .btn, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .expand-btn .eu-cookie-bar-notification .content .buttons-more .ok-button, .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .expand-btn .ok-button, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .expand-btn .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .expand-btn .newsletter-subscribe-button, .html-shopping-cart-page .html-home-page .master-wrapper-content .shopping-cart-page .master-column-wrapper .center-1 .home-page .page-body .order-summary-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p, .html-home-page .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .master-column-wrapper .center-1 .home-page .page-body .order-summary-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p, .html-shopping-cart-page .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .shopping-cart-page .page-body .order-summary-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p, .html-home-page .html-shopping-cart-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .shopping-cart-page .page-body .order-summary-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p, .html-shopping-cart-page .html-home-page .master-wrapper-content .shopping-cart-page .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .order-summary-content .expand-btn p, .html-home-page .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .order-summary-content .expand-btn p, .html-shopping-cart-page .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .shopping-cart-page .page-body .all-teasers .slider-wrapper .nivo-caption .order-summary-content .expand-btn p, .html-home-page .html-shopping-cart-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .shopping-cart-page .page-body .all-teasers .slider-wrapper .nivo-caption .order-summary-content .expand-btn p,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .expand-btn .btn,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .expand-btn .eu-cookie-bar-notification .content .buttons-more .ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .expand-btn .ok-button,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .expand-btn .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .expand-btn .newsletter-subscribe-button,
.html-shopping-cart-page .html-home-page .master-wrapper-content .shopping-cart-page .master-column-wrapper .center-1 .home-page .page-body .wishlist-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .master-column-wrapper .center-1 .home-page .page-body .wishlist-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .shopping-cart-page .page-body .wishlist-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .shopping-cart-page .page-body .wishlist-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .shopping-cart-page .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .wishlist-content .expand-btn p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .wishlist-content .expand-btn p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .shopping-cart-page .page-body .all-teasers .slider-wrapper .nivo-caption .wishlist-content .expand-btn p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .shopping-cart-page .page-body .all-teasers .slider-wrapper .nivo-caption .wishlist-content .expand-btn p,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .expand-btn .btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .expand-btn .eu-cookie-bar-notification .content .buttons-more .ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .expand-btn .ok-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .expand-btn .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .expand-btn .newsletter-subscribe-button,
.html-shopping-cart-page .html-home-page .master-wrapper-content .wishlist-page .master-column-wrapper .center-1 .home-page .page-body .order-summary-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .wishlist-page .master-column-wrapper .center-1 .home-page .page-body .order-summary-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .wishlist-page .page-body .order-summary-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .wishlist-page .page-body .order-summary-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .wishlist-page .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .order-summary-content .expand-btn p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .wishlist-page .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .order-summary-content .expand-btn p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .wishlist-page .page-body .all-teasers .slider-wrapper .nivo-caption .order-summary-content .expand-btn p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .wishlist-page .page-body .all-teasers .slider-wrapper .nivo-caption .order-summary-content .expand-btn p,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .expand-btn .btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .expand-btn .eu-cookie-bar-notification .content .buttons-more .ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .expand-btn .ok-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .expand-btn .footer .footer-newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .expand-btn .newsletter-subscribe-button,
.html-shopping-cart-page .html-home-page .master-wrapper-content .wishlist-page .master-column-wrapper .center-1 .home-page .page-body .wishlist-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .wishlist-page .master-column-wrapper .center-1 .home-page .page-body .wishlist-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .wishlist-page .page-body .wishlist-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .wishlist-page .page-body .wishlist-content .expand-btn .all-teasers .slider-wrapper .nivo-caption p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .wishlist-page .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .wishlist-content .expand-btn p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .wishlist-page .master-column-wrapper .center-1 .home-page .page-body .all-teasers .slider-wrapper .nivo-caption .wishlist-content .expand-btn p,
.html-shopping-cart-page .html-home-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .wishlist-page .page-body .all-teasers .slider-wrapper .nivo-caption .wishlist-content .expand-btn p,
.html-home-page .html-shopping-cart-page .master-wrapper-content .master-column-wrapper .center-1 .home-page .wishlist-page .page-body .all-teasers .slider-wrapper .nivo-caption .wishlist-content .expand-btn p {
  background-color: #111F29;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 3%;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper.minify,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper.minify,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper.minify,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper.minify {
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper.minify:before,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper.minify:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper.minify:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper.minify:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#ffffff", endColorstr="#000000");
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper a:before, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper a:after,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper a:before,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper a:after,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper a:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper a:after,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper a:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper a:after {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart {
  width: 100%;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart .td-title,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart thead,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart .td-title,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart thead,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart .td-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart thead,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart .td-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart thead {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr {
  padding: 0 0 10px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(17, 31, 41, 0.2);
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.add-to-cart,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.add-to-cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.add-to-cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.add-to-cart {
  z-index: -1;
  position: absolute;
  left: -9999px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product-picture,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product-picture,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product-picture,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product-picture {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  margin-right: 4%;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product-picture,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product-picture,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product-picture,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product-picture {
    width: 16%;
    margin-right: 2%;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  padding-top: 4px;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product {
    margin-bottom: 2rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .product-name,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .product-name,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .product-name,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .product-name {
  font-weight: 400;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .product-name,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .product-name,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .product-name,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .product-name {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .attributes,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .attributes,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .attributes,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .attributes {
  display: inline-block;
  font-size: 0.8rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .edit-item,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .edit-item,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .edit-item,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .edit-item {
  display: inline-block;
  font-size: 0.8rem;
  border-bottom: 2px solid #E81C35;
  line-height: 0.9rem;
  margin-left: 5px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .quantity,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .quantity,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .quantity,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .quantity {
  display: block;
  width: 100%;
  margin: 10px auto 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .quantity .td-title,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .quantity .td-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .quantity .td-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .quantity .td-title {
  display: inline-block;
  position: relative;
  font-size: 0.8rem;
  left: auto;
  top: auto;
  pointer-events: all;
  margin-bottom: 0;
  height: auto;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .quantity .qty-input,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .quantity .qty-input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .quantity .qty-input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .quantity .qty-input {
  border: 1px solid #d0d0d0;
  width: 50px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .message-error,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .message-error,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .message-error,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .message-error {
  padding: 10px;
  background-color: #E81C35;
  color: #ffffff;
  margin: 10px 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .message-error ul,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .message-error ul,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .message-error ul,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .message-error ul {
  list-style: none;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .sku,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .sku,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .sku,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .sku {
  font-size: 0.7rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .sku .td-title,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .sku .td-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.product .sku .td-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.product .sku .td-title {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.unit-price,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.unit-price,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.unit-price,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.unit-price {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.subtotal,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.subtotal,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.subtotal,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.subtotal {
  text-align: right;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  pointer-events: none;
  font-size: 1rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.subtotal .product-subtotal,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.subtotal .product-subtotal,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.subtotal .product-subtotal,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.subtotal .product-subtotal {
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.subtotal .discount,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.subtotal .discount,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.subtotal .discount,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.subtotal .discount {
  color: #E81C35;
  font-size: 0.8rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.remove-from-cart,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.remove-from-cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.remove-from-cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.remove-from-cart {
  position: absolute;
  top: -7px;
  right: -2px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 8px;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.remove-from-cart,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.remove-from-cart,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.remove-from-cart,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.remove-from-cart {
    top: -6px;
    right: -2px;
    width: 34px;
    height: 34px;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.remove-from-cart .icon,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.remove-from-cart .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.remove-from-cart .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.remove-from-cart .icon {
  width: 100%;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.remove-from-cart input,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.remove-from-cart input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .table-wrapper table.cart tbody tr td.remove-from-cart input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .table-wrapper table.cart tbody tr td.remove-from-cart input {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .quickshop,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .quickshop,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .quickshop,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .quickshop {
  border-bottom: 1px solid rgba(17, 31, 41, 0.2);
  padding: 0.5rem 0 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .quickshop .flex,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .quickshop .flex,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .quickshop .flex,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .quickshop .flex {
    display: flex;
    justify-content: space-between;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .quickshop #quickshop-name,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .quickshop #quickshop-name,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .quickshop #quickshop-name,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .quickshop #quickshop-name {
  font-style: italic;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .quickshop #quickshop-name.error,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .quickshop #quickshop-name.error,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .quickshop #quickshop-name.error,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .quickshop #quickshop-name.error {
  color: #E81C35;
  font-style: normal;
  font-weight: 600;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .quickshop input[type=number], .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .quickshop input[type=text],
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .quickshop input[type=number],
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .quickshop input[type=text],
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .quickshop input[type=number],
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .quickshop input[type=text],
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .quickshop input[type=number],
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .quickshop input[type=text] {
  background-color: #DFE3E7;
  padding: 0 10px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .quickshop .inputs,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .quickshop .inputs,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .quickshop .inputs,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .quickshop .inputs {
  margin-top: 30px;
  margin-bottom: 10px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .terms-of-service,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .terms-of-service,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .terms-of-service,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .terms-of-service {
  margin-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .terms-of-service label,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .terms-of-service label,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .terms-of-service label,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .terms-of-service label {
    line-height: 1rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-options .common-buttons,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-options .common-buttons,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-options .common-buttons,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-options .common-buttons {
  text-align: center;
  margin: 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-options .common-buttons .update-cart-button,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-options .common-buttons .update-wishlist-button,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-options .common-buttons .update-cart-button,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-options .common-buttons .update-wishlist-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-options .common-buttons .update-cart-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-options .common-buttons .update-wishlist-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-options .common-buttons .update-cart-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-options .common-buttons .update-wishlist-button {
  z-index: -1;
  position: absolute;
  left: -9999px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-options .common-buttons .email-btn,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-options .common-buttons .email-btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-options .common-buttons .email-btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-options .common-buttons .email-btn {
  margin: 2rem auto 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer {
  display: block;
  padding-bottom: 1rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons {
  text-align: center;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button, .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button {
  background: #E81C35;
  color: #fff;
  margin: 2rem auto;
  font-size: 0.9rem;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  border: 0;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button, .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button,
  .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button,
  .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button,
  .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button,
  .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button,
  .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button,
  .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn:after, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:after, .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button:after, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:after, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:after, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn:before, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:before, .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button:before, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:before, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:before,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn:after,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:after,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button:after,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:after,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:after,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn:before,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:before,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button:before,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:before,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn:after,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:after,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button:after,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:after,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:after,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:before,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:before,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn:after,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:after,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button:after,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:after,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:after,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:before,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button:before,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:before,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:before {
  border: 0;
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn:hover, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:hover, .eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button:hover, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:hover, .footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:hover,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn:hover,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:hover,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button:hover,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:hover,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:hover,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.btn:hover,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:hover,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.ok-button:hover,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:hover,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:hover,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.btn:hover,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .eu-cookie-bar-notification .content .buttons-more a.ok-button:hover,
.eu-cookie-bar-notification .content .buttons-more .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.ok-button:hover,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons .footer .footer-newsletter .newsletter-subscribe .newsletter-email a.newsletter-subscribe-button:hover,
.footer .footer-newsletter .newsletter-subscribe .newsletter-email .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .checkout-buttons a.newsletter-subscribe-button:hover {
  background-color: #be1328;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer input[type=text],
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer input[type=text],
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer input[type=text],
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer input[type=text] {
  padding: 0 10px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .deals-btns,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .deals-btns,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .deals-btns,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .deals-btns {
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .deals-btns,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .deals-btns,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .deals-btns,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .deals-btns {
    font-size: 0.9rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .deals-btns .imitate-a,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .deals-btns .imitate-a,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .deals-btns .imitate-a,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .deals-btns .imitate-a {
  margin-right: 1rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box {
  display: none;
  padding: 1rem 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box.show-discount,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box.show-discount,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box.show-discount,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box.show-discount {
  display: block !important;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box.show,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box.show,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box.show,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box.show {
  display: block;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .hint,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .hint,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .hint,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .hint {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code {
  width: 100%;
  position: relative;
  display: inline-block;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code .discount-coupon-code,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code .discount-coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code .discount-coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .coupon-code .discount-coupon-code {
  margin-bottom: 8px;
  width: 50%;
  display: inline-block;
  margin-right: 1rem;
  border: 1px solid #818181;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .message-success,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .message-success,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .message-success,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .message-success {
  font-style: italic;
  font-size: 0.7rem;
  padding: 0.5rem 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .current-code,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .current-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .current-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .current-code {
  position: relative;
  background-color: #c4e8c4;
  padding: 1rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .current-code input,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .current-code input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .current-code input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .current-code input {
  background-color: transparent;
  position: absolute;
  top: 13px;
  right: 1rem;
  border-bottom: 2px solid #E81C35 !important;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .current-code .icon,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .current-code .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .coupon-box .current-code .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .coupon-box .current-code .icon {
  position: absolute;
  top: 16px;
  right: 7px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 8px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box {
  padding: 1rem 0;
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box.show-giftcard,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box.show-giftcard,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box.show-giftcard,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box.show-giftcard {
  display: block !important;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box.show,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box.show,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box.show,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box.show {
  display: block;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .hint,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box .hint,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .hint,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box .hint {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code {
  margin-right: 0;
  position: relative;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code .gift-card-coupon-code,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code .gift-card-coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code .gift-card-coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code .gift-card-coupon-code {
  margin-bottom: 8px;
  width: 50%;
  display: inline-block;
  margin-right: 1rem;
  border: 1px solid #818181;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .message-success,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box .message-success,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .cart-collaterals .deals .giftcard-box .message-success,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .cart-collaterals .deals .giftcard-box .message-success {
  position: relative;
  background-color: #c4e8c4;
  padding: 1rem;
  text-align: center;
  margin-top: 1rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals label,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals label {
  position: relative;
  height: auto;
  left: auto;
  top: auto;
  pointer-events: all;
  font-size: 0.9rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info {
  border-bottom: 1px solid rgba(17, 31, 41, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total {
  width: 100%;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total label,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-total label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-total label {
  font-weight: 700;
  font-size: 1.1rem;
  color: #4d4f53;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total label,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-total label,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total label,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-total label {
    font-size: 1.3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total td,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-total td,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total td,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-total td {
  font-weight: 700;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total td,
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-total td,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-total td,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-total td {
    font-size: 1.3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-subtotal,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-subtotal,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.order-subtotal,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.order-subtotal {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.tax-value,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.tax-value,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.tax-value,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.tax-value {
  display: none;
  opacity: 0.7;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.tax-value label,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.tax-value label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.tax-value label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.tax-value label {
  font-weight: 400;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.discount-total, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.giftcard-summary,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.discount-total,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.giftcard-summary,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.discount-total,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.giftcard-summary,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.discount-total,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.giftcard-summary {
  color: #55B464;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.discount-total label, .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.giftcard-summary label,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.discount-total label,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.giftcard-summary label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.discount-total label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total tr.giftcard-summary label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.discount-total label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total tr.giftcard-summary label {
  color: #55B464;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td {
  font-size: 0.9rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-left,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-left,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-left,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-left {
  font-weight: 400;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-left label,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-left label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-left label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-left label {
  color: #4d4f53;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-right,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-right,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-right,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-right {
  text-align: right;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-right .shipping-calc,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-right .shipping-calc,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-right .shipping-calc,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-right .shipping-calc {
  font-style: italic;
  opacity: 0.7;
  font-size: 0.9rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-right .shipping-free,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-right .shipping-free,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .cart-total td.cart-total-right .shipping-free,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .cart-total td.cart-total-right .shipping-free {
  margin-right: 9px;
  text-transform: uppercase;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left {
  position: relative;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left input,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left input {
  background-color: transparent;
  font-weight: 400;
  color: #111F29;
  border-bottom: 2px solid #E81C35 !important;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left .giftcard-remaining,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left .giftcard-remaining,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left .giftcard-remaining,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left .giftcard-remaining {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left .icon,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .total-info .giftcard-summary .cart-total-left .icon {
  position: relative;
  top: 9px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 8px;
  display: inline-block;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content .cart-footer .totals .delayed-delivery,
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .wishlist-content .cart-footer .totals .delayed-delivery,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content .cart-footer .totals .delayed-delivery,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .wishlist-content .cart-footer .totals .delayed-delivery {
  text-align: center;
  margin: 1rem auto 2rem;
  border: 2px solid #ea8f01;
  font-size: 0.8rem;
  padding: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-grid,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-grid,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-grid {
    grid-gap: 3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper {
  max-height: 450px;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 3%;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart {
  width: 100%;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart .td-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart .td-title {
  display: block;
  text-transform: uppercase;
  font-size: 0.6rem;
  margin-bottom: -2px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr {
  padding: 20px;
  display: block;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr {
    padding: 40px;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product-picture,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product-picture {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product-picture,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product-picture {
    width: 16%;
    margin-right: 2%;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product {
    margin-bottom: 2rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .product-name,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .product-name {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1rem;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .product-name,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .product-name {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .attributes,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .attributes {
  display: inline-block;
  font-size: 0.8rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .edit-item,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .edit-item {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  border-bottom: 2px solid #E81C35;
  line-height: 0.9rem;
  margin-left: 5px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .message-error,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .message-error {
  padding: 10px;
  background-color: #E81C35;
  color: #ffffff;
  margin: 10px 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .message-error ul,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .message-error ul {
  list-style: none;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .sku,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .sku {
  font-size: 0.7rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .sku .td-title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.product .sku .td-title {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.unit-price,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.unit-price {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.unit-price,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.unit-price {
    font-size: 1.3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.unit-price .product-unit-price,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.unit-price .product-unit-price {
  line-height: 30px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.quantity,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.quantity {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.quantity .qty-input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.quantity .qty-input {
  border: 1px solid #d0d0d0;
  width: 50px;
  height: 30px;
  text-align: center;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.subtotal,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.subtotal {
  text-align: right;
  display: inline-block;
  width: 37%;
  vertical-align: top;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.subtotal,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.subtotal {
    font-size: 1.3rem;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.subtotal .product-subtotal,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.subtotal .product-subtotal {
  line-height: 30px;
  font-weight: 700;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.subtotal .discount,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.subtotal .discount {
  font-size: 0.8rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.remove-from-cart,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.remove-from-cart {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 8px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.remove-from-cart .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.remove-from-cart .icon {
  width: 100%;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.remove-from-cart input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .table-wrapper table.cart tr td.remove-from-cart input {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-options .common-buttons,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-options .common-buttons {
  text-align: center;
  margin: 2rem auto;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-options .common-buttons .update-cart-button,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-options .common-buttons .update-cart-button {
  z-index: -1;
  position: absolute;
  left: -9999px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer input[type=text],
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer input[type=text] {
  background-color: #ffffff;
  padding: 0 10px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box {
  padding: 0px 0 20px;
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .title {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .hint,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .hint {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .coupon-code {
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .coupon-code .discount-coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .coupon-code .discount-coupon-code {
  margin-bottom: 8px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .message-success,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .message-success {
  font-style: italic;
  font-size: 0.7rem;
  padding: 0.5rem 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .current-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .current-code {
  position: relative;
  background-color: #c4e8c4;
  padding: 1rem;
  margin: 1rem auto;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .current-code input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .current-code input {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .current-code .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .coupon-box .current-code .icon {
  position: absolute;
  top: 16px;
  right: 7px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 8px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box {
  padding: 0px 0 20px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: right;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .title {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .hint,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .hint {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code {
  width: 90%;
  display: inline-block;
  margin-right: 0;
  text-align: center;
  position: relative;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code .gift-card-coupon-code,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code .gift-card-coupon-code {
  margin-bottom: 8px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .message-success,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .deals .giftcard-box .message-success {
  position: relative;
  background-color: #c4e8c4;
  padding: 1rem;
  display: inline-block;
  width: 90%;
  text-align: center;
  margin-top: 1rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping {
  padding: 20px 20px 20px;
  background-color: #ececec;
  text-align: center;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .title,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .title {
  margin-bottom: 12px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .hint,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .hint {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .shipping-options .inputs,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .shipping-options .inputs {
  width: 50%;
  display: inline-block;
  margin-right: 10px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .shipping-options .inputs .required,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .shipping-options .inputs .required {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .shipping-options .buttons,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .cart-collaterals .shipping .estimate-shipping .shipping-options .buttons {
  width: 35%;
  display: inline-block;
  text-align: left;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals {
  background-color: #111F29;
  padding: 30px;
  color: #ffffff;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .delayed-delivery,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .delayed-delivery {
  font-size: 0.9rem;
  color: orange;
  padding: 1rem 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals label {
  position: relative;
  height: auto;
  line-height: 1rem;
  left: auto;
  top: auto;
  color: #ffffff;
  pointer-events: all;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total {
  width: 100%;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total tr.order-total,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total tr.order-total {
  font-size: 1.8rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total tr.order-total td,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total tr.order-total td {
  line-height: 60px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total td,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total td {
  line-height: 30px;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total td.cart-total-left,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total td.cart-total-left {
  font-weight: 700;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total td.cart-total-right,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .cart-total td.cart-total-right {
  text-align: right;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .giftcard-summary .cart-total-left,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .giftcard-summary .cart-total-left {
  position: relative;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .giftcard-summary .cart-total-left input,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .giftcard-summary .cart-total-left input {
  display: none;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .total-info .giftcard-summary .cart-total-left .icon,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .total-info .giftcard-summary .cart-total-left .icon {
  position: relative;
  top: 9px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 8px;
  display: inline-block;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .terms-of-service,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .terms-of-service {
  margin-bottom: 1rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .terms-of-service label,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .terms-of-service label {
  font-size: 0.8rem;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .terms-of-service a.read,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .terms-of-service a.read {
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .terms-of-service a.read:hover,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .terms-of-service a.read:hover {
  color: #E81C35;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .totals .checkout-buttons ,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .totals .checkout-buttons  {
  text-align: center;
  padding: 30px 0 0;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .payment-logos,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .payment-logos {
  text-align: center;
  margin: 1rem auto;
}
.html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .payment-logos .logo,
.html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .payment-logos .logo {
  width: 40px;
  display: inline-block;
  margin: 0 4px;
}
@media only screen and (min-width: 1024px) {
  .html-shopping-cart-page .master-wrapper-content .shopping-cart-page .page-body .order-summary-content-old .cart-footer .payment-logos .logo,
  .html-shopping-cart-page .master-wrapper-content .wishlist-page .page-body .order-summary-content-old .cart-footer .payment-logos .logo {
    width: 50px;
  }
}

.send-order {
  background: #fff;
  color: #000;
  padding: 2rem 3rem;
  width: 70%;
  margin: auto;
}
.send-order .buttons {
  text-align: center;
}
.send-order .form-element {
  margin-bottom: 1rem;
}
.send-order .form-element input {
  padding: 1rem;
  background: #DFE3E7;
}
.send-order #send-order-btn {
  margin-top: 2rem;
  background: #58bd6e;
}
.send-order #send-order-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.send-order #error-list ul {
  padding: 40px;
  color: red;
}
.send-order h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.html-checkout-page .master-wrapper-content {
  position: relative;
  background-color: #F7F8F9;
  min-height: 100vh;
  margin-top: 80px;
}
@media only screen and (min-width: 1024px) {
  .html-checkout-page .master-wrapper-content {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .html-checkout-page .master-wrapper-content {
    width: 100%;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page {
  margin: auto;
  width: 100%;
  padding-top: 0.5rem;
  /*      #payment-info-buttons-container {
            display: none;
        }*/
}
.html-checkout-page .master-wrapper-content .checkout-page .page-body {
  width: 100%;
}
.html-checkout-page .master-wrapper-content .checkout-page .page-title {
  display: none;
  text-align: center;
  margin-bottom: 1rem;
}
.html-checkout-page .master-wrapper-content .checkout-page ol {
  list-style: none;
}
.html-checkout-page .master-wrapper-content .checkout-page .completed-message {
  text-align: center;
  max-width: 640px;
  margin: auto;
  font-size: 1rem;
}
.html-checkout-page .master-wrapper-content .checkout-page .checkout-data .terms-of-service {
  background-color: #f7f7f7;
  padding: 10px;
  margin: 8px 0;
  border-radius: 5px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .html-checkout-page .master-wrapper-content .checkout-page .checkout-data .terms-of-service {
    padding: 16px;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page .checkout-data .terms-of-service label[for=termsofservice] {
  position: relative;
  line-height: 1.3;
  height: fit-content;
}
.html-checkout-page .master-wrapper-content .checkout-page .checkout-data .terms-of-service .read {
  margin-left: 10px;
  text-decoration: underline;
}
.html-checkout-page .master-wrapper-content .checkout-page .checkout-data .section.order-completed {
  text-align: center;
}
.html-checkout-page .master-wrapper-content .checkout-page .checkout-data .section.order-completed .buttons {
  margin-top: 2rem;
}
.html-checkout-page .master-wrapper-content .checkout-page .checkout-data .loading {
  background: url("/Themes/Custom/Content/images/loader.svg") no-repeat 50% 50%;
  background-color: transparent;
  background-size: 50px;
  font-size: 0;
  height: 60px;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) {
    width: 80%;
    padding: 1rem 0;
    margin: 0 auto 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) {
    width: 70%;
  }
}
@media only screen and (min-width: 1400px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) {
    width: 50%;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc {
  width: 92%;
  margin: auto;
  margin-bottom: 80px;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section {
  padding: 1rem;
  opacity: 0.2;
}
@media only screen and (min-width: 1024px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section {
    padding: 2rem 3rem;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section.active {
  opacity: 1;
  background-color: white;
  border-radius: 8px;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section.active .step-title {
  margin-bottom: 1.5rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section.active .step-title h2 {
  font-weight: 700;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .step-title {
  display: flex;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .step-title .number {
  color: #E81C35;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .step-title h2 {
  margin: 0;
  font-size: 1rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section #checkout-step-billing label[for=billing-address-select] {
  position: relative;
  left: 0;
  line-height: 1.3;
  margin-bottom: 16px;
  display: block;
  height: fit-content;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .checkout-data .inputs {
  margin-bottom: 1.1rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .checkout-data .inputs input,
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .checkout-data .inputs span.readonly-username {
  background-color: #DFE3E7;
  padding: 0 10px;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .checkout-data .inputs span.readonly-username {
  color: #949494;
  line-height: 42px;
}
@media only screen and (min-width: 1024px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .checkout-data .inputs span.readonly-username {
    line-height: 50px;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .checkout-data .inputs .field-validation-error span {
  display: block;
  background-color: #ea8f01;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.9rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .checkout-data .inputs .required {
  position: absolute;
  top: 8px;
  right: 8px;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .method-list {
  margin: 1rem auto 0;
  list-style: none;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .method-list li {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .method-list li .method-description {
  margin-left: 28px;
  font-size: 0.9rem;
  margin-top: 3px;
  margin-bottom: 9px;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons {
  text-align: center;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #DFE3E7;
}
@media only screen and (min-width: 1024px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons {
    gap: 16px;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons .please-wait {
  font-size: 0;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons .back-link {
  display: block;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons .back-link a {
  font-size: 0.9rem;
  border-bottom: 2px solid #E81C35;
  padding-bottom: 2.5px;
}
@media only screen and (min-width: 1024px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons .back-link a {
    font-size: 0.9rem;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons .back-link a small {
  display: none;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons button {
  width: fit-content;
  padding: 12px 18px;
}
@media only screen and (min-width: 768px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .buttons button {
    padding: 14px 24px;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content {
  font-size: 0.9rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content label {
  position: relative;
  left: auto;
  top: auto;
  height: auto;
  font-size: 1.1rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content ul {
  list-style: none;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .order-review-data {
  margin-bottom: 2rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart {
  width: 100%;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart .remove-from-cart {
  display: none;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody tr {
  display: flex;
  margin-bottom: 1rem;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody tr {
    gap: 24px;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody a:before, .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody a:after {
  display: none;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody .product-picture {
  width: 50px;
}
@media only screen and (min-width: 1024px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody .product-picture {
    width: 80px;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody .product {
  flex: auto;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody .product .product-name {
  font-weight: 700;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody .unit-price {
  display: none;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody .subtotal {
  text-align: right;
  min-width: 116px;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody .subtotal .discount {
  color: #E81C35;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .cart tbody .subtotal label {
  display: none;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .table-wrapper .expand-btn {
  display: none;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .cart-footer .cart-total {
  width: 100%;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .cart-footer .cart-total label {
  font-size: 0.9rem;
  color: #4d4f53;
  line-height: 1.8;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .cart-footer .cart-total .cart-total-right {
  text-align: right;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .cart-footer .cart-total .order-total .cart-total-left label {
  font-weight: bold;
  color: #111F29;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .cart-footer .cart-total .order-total .cart-total-left label {
    font-size: 1.1rem;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .cart-footer .cart-total .order-total .cart-total-right .value-summary strong {
  font-weight: bold;
  color: #111F29;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .cart-footer .cart-total .order-total .cart-total-right .value-summary strong {
    font-size: 1.1rem;
  }
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .order-review-data .billing-info-wrap,
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .order-review-data .billing-info,
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .order-review-data .shipping-info-wrap,
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .order-review-data .shipping-info {
  margin-bottom: 1rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .order-review-data .title {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.html-checkout-page .master-wrapper-content .checkout-page:not(.klarna) .opc .tab-section .order-summary-content .order-review-data ul.info-list li {
  margin-bottom: 0.4rem;
}

.html-account-page .master-wrapper-content, .html-return-request-page .master-wrapper-content {
  position: relative;
  margin-top: 84px;
  background-color: #F7F8F9;
  min-height: 100vh;
}
@media only screen and (max-width: 324px) {
  .html-account-page .master-wrapper-content, .html-return-request-page .master-wrapper-content {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content, .html-return-request-page .master-wrapper-content {
    margin-top: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content, .html-return-request-page .master-wrapper-content {
    margin-top: 265px;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper, .html-return-request-page .master-wrapper-content .master-column-wrapper {
  margin: auto;
  width: 82%;
  padding-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper, .html-return-request-page .master-wrapper-content .master-column-wrapper {
    width: 90%;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .html-account-page .master-wrapper-content .master-column-wrapper, .html-return-request-page .master-wrapper-content .master-column-wrapper {
    width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .side-2, .html-return-request-page .master-wrapper-content .master-column-wrapper .side-2 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .title, .html-return-request-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .title strong, .html-return-request-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .title strong {
  font-weight: 800;
}
.html-account-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .listbox .list, .html-return-request-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .listbox .list {
  list-style: none;
}
.html-account-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .listbox .list li, .html-return-request-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .listbox .list li {
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .listbox .list li a, .html-return-request-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .listbox .list li a {
    font-size: 0.8rem;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .listbox .list li a.active, .html-return-request-page .master-wrapper-content .master-column-wrapper .side-2 .block-account-navigation .listbox .list li a.active {
  border-bottom: 2px solid #E81C35;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 {
  margin: 2rem auto 0;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .center-2,
  .html-account-page .master-wrapper-content .master-column-wrapper .center-1, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2,
  .html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: 0 auto;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page {
  padding-bottom: 3rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-title,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-title, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-title,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-title {
  margin-bottom: 1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-title h1,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-title h1, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-title h1,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-title h1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body ul,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body ul, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body ul,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body ul {
  list-style: none;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .no-data,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .no-data, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .no-data,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .no-data {
  margin-bottom: 1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .fieldset,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .fieldset, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .fieldset,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .fieldset {
  margin: 1rem auto 0.5rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .fieldset .title,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .fieldset .title, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .fieldset .title,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .fieldset .title {
  margin-bottom: 1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .fieldset .title strong,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .fieldset .title strong, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .fieldset .title strong,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .fieldset .title strong {
  font-family: protipo, sans-serif;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs {
  margin-bottom: 1.1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter {
  margin-bottom: 0.3rem;
  height: 30px;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter input,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter input, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter input,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter input {
  position: absolute;
  opacity: 0;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter label,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter label, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter label,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter label {
  position: absolute;
  left: 20px;
  top: 2px;
  height: auto;
  line-height: 14px;
  pointer-events: all;
  font-size: 0.9rem;
  color: #4d4f53;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter label,
  .html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter label, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter label,
  .html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter label {
    font-size: 0.8rem;
    left: 20px;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter label:before,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter label:before, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter label:before,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #ffffff !important;
  border: 1px solid #A3A3A3;
  border-radius: 3px;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter input[type=checkbox]:checked + label:after,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter input[type=checkbox]:checked + label:after, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs.newsletter input[type=checkbox]:checked + label:after,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs.newsletter input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: url(/Themes/Custom/Content/images/icon-check.svg) no-repeat center;
  background-size: 10px;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs input,
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs span.readonly-username,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs input,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs span.readonly-username, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs input,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs span.readonly-username,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs input,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs span.readonly-username {
  background-color: #DFE3E7;
  padding: 0 10px;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs span.readonly-username,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs span.readonly-username, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs span.readonly-username,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs span.readonly-username {
  color: #949494;
  line-height: 42px;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs span.readonly-username,
  .html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs span.readonly-username, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs span.readonly-username,
  .html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs span.readonly-username {
    line-height: 50px;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs .field-validation-error span,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs .field-validation-error span, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .inputs .field-validation-error span,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .inputs .field-validation-error span {
  display: block;
  background-color: #ea8f01;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.9rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .required,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .required, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .required,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .required {
  display: none;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .buttons,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .buttons, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .account-page .page-body .buttons,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .account-page .page-body .buttons {
  text-align: center;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .address-list-page .address-list .section.address-item,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .address-list-page .address-list .section.address-item, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .address-list-page .address-list .section.address-item,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .address-list-page .address-list .section.address-item {
  border: 1px solid #d0d0d0;
  padding: 1rem;
  margin: 0 0 1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .address-list-page .address-list .section.address-item .buttons,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .address-list-page .address-list .section.address-item .buttons, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .address-list-page .address-list .section.address-item .buttons,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .address-list-page .address-list .section.address-item .buttons {
  text-align: right;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .address-list-page .address-list .section.address-item .info,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .address-list-page .address-list .section.address-item .info, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .address-list-page .address-list .section.address-item .info,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .address-list-page .address-list .section.address-item .info {
  list-style: none;
  font-size: 0.9rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .address-list-page .address-list .section.address-item .info label,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .address-list-page .address-list .section.address-item .info label, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .address-list-page .address-list .section.address-item .info label,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .address-list-page .address-list .section.address-item .info label {
  position: relative;
  height: auto;
  line-height: inherit;
  left: auto;
  color: inherit;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page h1,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page h1, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page h1,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page h1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page select,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page select, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page select,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #fff;
  border: 1px solid #000;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .inputs,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .inputs, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .inputs,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .inputs {
  margin-bottom: 1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .inputs label,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .inputs label, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .inputs label,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .inputs label {
  position: relative;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .title,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .title, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .title,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .title {
  margin-bottom: 1rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page textarea,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page textarea, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page textarea,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page textarea {
  background-color: #fff;
  border: 1px solid #000;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table {
  width: 100%;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table thead,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table thead, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table thead,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table thead {
  display: none;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table .td-title,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table .td-title, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table .td-title,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table .td-title {
  display: block;
  text-transform: uppercase;
  font-size: 0.6rem;
  margin-bottom: -2px;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr {
  padding: 20px;
  display: block;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr,
  .html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr,
  .html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr {
    padding: 30px;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product,
  .html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product,
  .html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product {
    margin-bottom: 2rem;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .product-name,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .product-name, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .product-name,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .product-name {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1rem;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .product-name,
  .html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .product-name, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .product-name,
  .html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .product-name {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .attributes,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .attributes, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .attributes,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .attributes {
  display: inline-block;
  font-size: 0.8rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .edit-item,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .edit-item, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .edit-item,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .edit-item {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  border-bottom: 2px solid #E81C35;
  line-height: 0.9rem;
  margin-left: 5px;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .message-error,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .message-error, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .message-error,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .message-error {
  padding: 10px;
  background-color: #E81C35;
  color: #ffffff;
  margin: 10px 0;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .message-error ul,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .message-error ul, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .message-error ul,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .message-error ul {
  list-style: none;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .sku,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .sku, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .sku,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .sku {
  font-size: 0.7rem;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .sku .td-title,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .sku .td-title, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.product .sku .td-title,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.product .sku .td-title {
  display: none;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.unit-price,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.unit-price, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.unit-price,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.unit-price {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.unit-price,
  .html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.unit-price, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.unit-price,
  .html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.unit-price {
    font-size: 1.3rem;
  }
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.unit-price .product-unit-price,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.unit-price .product-unit-price, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.unit-price .product-unit-price,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.unit-price .product-unit-price {
  line-height: 30px;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.quantity,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.quantity, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.quantity,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.quantity {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.html-account-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.quantity .qty-input,
.html-account-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.quantity .qty-input, .html-return-request-page .master-wrapper-content .master-column-wrapper .center-2 .return-request-page .table-wrapper table tr td.quantity .qty-input,
.html-return-request-page .master-wrapper-content .master-column-wrapper .center-1 .return-request-page .table-wrapper table tr td.quantity .qty-input {
  border: 1px solid #d0d0d0;
  width: 50px;
  height: 30px;
  text-align: center;
}

.html-manufacturer-list-page .master-wrapper-content {
  position: relative;
  margin-top: 69px;
  background-color: #F7F8F9;
}
@media only screen and (max-width: 324px) {
  .html-manufacturer-list-page .master-wrapper-content {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .html-manufacturer-list-page .master-wrapper-content {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-manufacturer-list-page .master-wrapper-content {
    margin-top: 240px;
  }
}
.html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page {
  width: 92%;
  margin: auto;
  padding-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page {
    width: 70%;
    padding-top: 3rem;
  }
}
.html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
.html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid .item-box {
  min-height: 100px;
}
@media only screen and (max-width: 1023px) {
  .html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid .item-box {
    min-height: 60px;
    margin-bottom: 0;
  }
}
.html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid .item-box .manufacturer-item h2 {
  font-family: protipo, sans-serif;
  font-weight: normal;
  font-size: 0.7rem;
  text-align: center;
  opacity: 0.8;
  position: absolute;
  top: 5px;
  left: 11px;
}
.html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid .item-box .manufacturer-item .picture {
  width: 90px;
  margin: 1rem auto;
  height: 35px;
}
@media only screen and (min-width: 1024px) {
  .html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid .item-box .manufacturer-item .picture {
    width: 130px;
    margin: 1rem auto 0;
    height: 80px;
  }
}
.html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid .item-box .manufacturer-item .picture img {
  height: 100%;
  width: auto;
  margin: auto;
}
.html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid .item-box .manufacturer-item .picture img.portrait {
  height: 100%;
  width: auto;
}
.html-manufacturer-list-page .master-wrapper-content .master-column-wrapper .page.manufacturer-list-page .page-body .manufacturer-grid .item-grid .item-box .manufacturer-item .picture img.landscape {
  height: auto;
  width: 100%;
}

.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page {
  min-height: 100vh;
}
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input {
  margin: 0 auto 3rem 0;
}
@media only screen and (min-width: 1024px) {
  .html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input {
    max-width: 400px;
  }
}
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields .inputs {
  margin-bottom: 1.5rem;
}
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields input[type=text],
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields select {
  background-color: #DFE3E7;
  padding: 0 10px;
}
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields .custom-checkbox {
  margin-bottom: 0.3rem;
  height: 50px;
}
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields .custom-checkbox input {
  position: absolute;
  opacity: 0;
}
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields .custom-checkbox label {
  position: absolute;
  left: 22px;
  top: 2px;
  height: auto;
  line-height: 14px;
  pointer-events: all;
  font-size: 0.9rem;
  color: #4d4f53;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields .custom-checkbox label {
    font-size: 0.8rem;
  }
}
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields .custom-checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #ffffff !important;
  border: 1px solid #818181;
  border-radius: 3px;
}
.html-search-page .master-wrapper-content .master-column-wrapper .page.search-page .search-input .form-fields .custom-checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: url(/Themes/Custom/Content/images/icon-check.svg) no-repeat center;
  background-size: 10px;
}

.html-contact-page .master-wrapper-content {
  position: relative;
  margin-top: 69px;
}
@media only screen and (max-width: 324px) {
  .html-contact-page .master-wrapper-content {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .html-contact-page .master-wrapper-content {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-contact-page .master-wrapper-content {
    margin-top: 240px;
  }
}
.html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page {
  min-height: 90vh;
  margin: auto;
  width: 86%;
  padding: 3rem 0;
}
@media only screen and (min-width: 1024px) {
  .html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page {
    width: 60%;
  }
}
@media only screen and (min-width: 1400px) {
  .html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page {
    width: 30%;
  }
}
.html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page .page-title {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page .page-title {
    margin-bottom: 40px;
  }
}
.html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page .page-body .topic-block {
  margin: 1rem 0;
  font-size: 0.8rem;
}
.html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page .page-body p {
  margin-bottom: 1rem;
}
.html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page .form-fields .inputs {
  margin-bottom: 20px;
}
.html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page .form-fields .inputs input,
.html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page .form-fields .inputs textarea {
  background-color: #DFE3E7;
  padding: 0 10px;
}
.html-contact-page .master-wrapper-content .master-column-wrapper .center-1 .page.contact-page .form-fields .inputs .required {
  display: none;
}

.html-order-details-page .master-wrapper-content, .html-shipment-details-page .master-wrapper-content {
  position: relative;
  margin-top: 69px;
  background-color: #F7F8F9;
}
@media only screen and (max-width: 324px) {
  .html-order-details-page .master-wrapper-content, .html-shipment-details-page .master-wrapper-content {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .html-order-details-page .master-wrapper-content, .html-shipment-details-page .master-wrapper-content {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-order-details-page .master-wrapper-content, .html-shipment-details-page .master-wrapper-content {
    margin-top: 240px;
  }
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page {
  min-height: 100vh;
  margin: auto;
  width: 86%;
  padding: 3rem 0;
}
@media only screen and (min-width: 1024px) {
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page,
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page,
  .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page {
    width: 50%;
  }
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-title,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-title, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-title,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-title {
  margin-bottom: 1rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-title a,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-title a, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-title a,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-title a {
  display: inline-block;
  margin: 1rem 0;
  text-decoration: underline;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-title a.print-order-button,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-title a.print-order-button, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-title a.print-order-button,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-title a.print-order-button {
  margin-right: 1rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-overview,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-overview, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-overview,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-overview {
  padding: 10px 16px;
  background-color: #4d4f53;
  margin-bottom: 10px;
  color: #fff;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-overview ul,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-overview ul, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-overview ul,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-overview ul {
  list-style: none;
  margin-left: 0;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area ul,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area ul,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area ul,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area ul, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area ul,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area ul,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area ul,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area ul {
  list-style: none;
  margin-left: 0;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .billing-info-wrap .billing-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .billing-info-wrap .payment-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .billing-info-wrap .billing-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .billing-info-wrap .payment-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .billing-info-wrap .billing-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .billing-info-wrap .payment-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .billing-info-wrap .billing-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .billing-info-wrap .payment-method-info, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .billing-info-wrap .billing-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .billing-info-wrap .payment-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .billing-info-wrap .billing-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .billing-info-wrap .payment-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .billing-info-wrap .billing-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .billing-info-wrap .payment-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .billing-info-wrap .billing-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .billing-info-wrap .payment-method-info {
  padding: 10px 16px;
  background-color: #fff;
  margin-bottom: 10px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .shipping-info-wrap .shipping-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .shipping-info-wrap .shipping-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .shipping-info-wrap .shipping-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .shipping-info-wrap .shipping-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .shipping-info-wrap .shipping-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .shipping-info-wrap .shipping-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .shipping-info-wrap .shipping-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .shipping-info-wrap .shipping-method-info, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .shipping-info-wrap .shipping-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .shipping-info-wrap .shipping-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .shipping-info-wrap .shipping-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .shipping-info-wrap .shipping-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .shipping-info-wrap .shipping-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .shipping-info-wrap .shipping-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .shipping-info-wrap .shipping-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .shipping-info-wrap .shipping-method-info {
  padding: 10px 16px;
  background-color: #fff;
  margin-bottom: 10px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .order-info-wrap .order-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .order-info-wrap .order-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .order-info-wrap .order-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .order-info-wrap .order-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .order-info-wrap .order-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .order-info-wrap .order-method-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .order-info-wrap .order-info,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .order-info-wrap .order-method-info, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .order-info-wrap .order-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .order-details-area .order-info-wrap .order-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .order-info-wrap .order-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .shipment-details-area .order-info-wrap .order-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .order-info-wrap .order-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .order-details-area .order-info-wrap .order-method-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .order-info-wrap .order-info,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .shipment-details-area .order-info-wrap .order-method-info {
  padding: 10px 16px;
  background-color: #fff;
  margin-bottom: 10px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper {
  padding: 10px 16px;
  background-color: #fff;
  margin-bottom: 10px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper table,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper table, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper table,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper table {
  display: block;
  text-align: left;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper table th,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper table th, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper table th,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper table th {
  white-space: nowrap;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper label {
  position: relative;
  height: auto;
  line-height: 1rem;
  left: auto;
  top: auto;
  color: #111F29;
  pointer-events: all;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper .table-data,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper .table-data, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper .table-data,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper .table-data {
  font-size: 0.7rem;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper .table-data .delivery-date,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper .table-data .delivery-date, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper .table-data .delivery-date,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper .table-data .delivery-date {
  display: none;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper .table-data tbody td,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper .table-data tbody td, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper .table-data tbody td,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper .table-data tbody td {
  padding-right: 10px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper .table-data tbody td label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper .table-data tbody td label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.shipments .table-wrapper .table-data tbody td label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.shipments .table-wrapper .table-data tbody td label {
  display: none;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper {
  padding: 10px 16px;
  background-color: #fff;
  margin-bottom: 10px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper label {
  position: relative;
  height: auto;
  line-height: 1rem;
  left: auto;
  top: auto;
  color: #111F29;
  pointer-events: all;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper .table-data,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper .table-data, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper .table-data,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper .table-data {
  font-size: 0.7rem;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper .table-data tbody td,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper .table-data tbody td, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper .table-data tbody td,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper .table-data tbody td {
  padding-right: 10px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper .table-data tbody td label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper .table-data tbody td label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.order-notes .table-wrapper .table-data tbody td label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.order-notes .table-wrapper .table-data tbody td label {
  display: none;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.totals .actions,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.totals .actions, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.totals .actions,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.totals .actions {
  text-align: center;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper label {
  position: relative;
  height: auto;
  line-height: 1rem;
  left: auto;
  top: auto;
  color: #111F29;
  pointer-events: all;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper,
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper,
  .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 3%;
  }
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table {
  width: 100%;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table thead,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table thead, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table thead,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table thead {
  display: none;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table .td-title,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table .td-title, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table .td-title,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table .td-title {
  display: block;
  text-transform: uppercase;
  font-size: 0.6rem;
  margin-bottom: -2px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr {
  padding: 10px;
  display: block;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr,
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr,
  .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr {
    padding: 20px;
  }
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product-picture,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product-picture, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product-picture,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product-picture {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product-picture,
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product-picture, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product-picture,
  .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product-picture {
    width: 16%;
    margin-right: 2%;
  }
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.sku,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.sku, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.sku,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.sku {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.sku label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.sku label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.sku label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.sku label {
  display: none;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  margin-bottom: 1rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product em,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product em, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product em,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product em {
  font-style: normal;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .product-name,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .product-name, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .product-name,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .product-name {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1rem;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .product-name,
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .product-name, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .product-name,
  .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .product-name {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .attributes,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .attributes, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .attributes,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .attributes {
  display: inline-block;
  font-size: 0.8rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .edit-item,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .edit-item, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .edit-item,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .edit-item {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  border-bottom: 2px solid #E81C35;
  line-height: 0.9rem;
  margin-left: 5px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .message-error,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .message-error, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .message-error,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .message-error {
  padding: 10px;
  background-color: #E81C35;
  color: #ffffff;
  margin: 10px 0;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .message-error ul,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .message-error ul, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .message-error ul,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .message-error ul {
  list-style: none;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku {
  font-size: 0.7rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku .td-title,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku .td-title, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku .td-title,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku .td-title {
  display: none;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.product .sku label {
  display: none;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price,
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price,
  .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price {
    font-size: 1.3rem;
  }
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price .product-unit-price,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price .product-unit-price, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price .product-unit-price,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.unit-price .product-unit-price {
  line-height: 30px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.quantity,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.quantity, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.quantity,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.quantity {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.quantity .qty-input,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.quantity .qty-input, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.quantity .qty-input,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.quantity .qty-input {
  border: 1px solid #d0d0d0;
  width: 50px;
  height: 30px;
  text-align: center;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.total,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.total, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.total,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.total {
  text-align: right;
  display: inline-block;
  width: 37%;
  vertical-align: top;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.total,
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.total, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.total,
  .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.total {
    font-size: 1.3rem;
  }
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.total .product-subtotal,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.total .product-subtotal, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.total .product-subtotal,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.total .product-subtotal {
  line-height: 30px;
  font-weight: 700;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 8px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart .icon,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart .icon, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart .icon,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart .icon {
  width: 100%;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart input,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart input, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart input,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .section.products .table-wrapper table.data-table tr td.remove-from-cart input {
  display: none;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals {
  background-color: #111F29;
  padding: 30px;
  color: #ffffff;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals label {
  position: relative;
  height: auto;
  line-height: 1rem;
  left: auto;
  top: auto;
  color: #ffffff;
  pointer-events: all;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total {
  width: 100%;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total tr.order-total,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total tr.order-total, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total tr.order-total,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total tr.order-total {
  font-size: 1.8rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total tr.order-total td,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total tr.order-total td, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total tr.order-total td,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total tr.order-total td {
  line-height: 60px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total td,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total td, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total td,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total td {
  line-height: 30px;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total td.cart-total-left,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total td.cart-total-left, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total td.cart-total-left,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total td.cart-total-left {
  font-weight: 700;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total td.cart-total-right,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total td.cart-total-right, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .total-info .cart-total td.cart-total-right,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .total-info .cart-total td.cart-total-right {
  text-align: right;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .terms-of-service,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .terms-of-service, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .terms-of-service,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .terms-of-service {
  margin-bottom: 1rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .terms-of-service label,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .terms-of-service label, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .terms-of-service label,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .terms-of-service label {
  font-size: 0.8rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .terms-of-service a.read,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .terms-of-service a.read, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .terms-of-service a.read,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .terms-of-service a.read {
  font-size: 0.8rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .checkout-buttons ,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .checkout-buttons , .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body .totals .checkout-buttons ,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body .totals .checkout-buttons  {
  text-align: center;
  padding: 30px 0 0;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body p,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body p, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body p,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body p {
  font-size: 0.8rem;
}
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body p img,
.html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body p img, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body p img,
.html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body p img {
  max-width: 120px;
}
@media only screen and (min-width: 1024px) {
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body p img,
  .html-order-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body p img, .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.order-details-page .page-body p img,
  .html-shipment-details-page .master-wrapper-content .master-column-wrapper .center-1 .page.shipment-details-page .page-body p img {
    max-width: 200px;
  }
}

.html-not-found-page .master-wrapper-content {
  position: relative;
  margin-top: 69px;
}
@media only screen and (max-width: 324px) {
  .html-not-found-page .master-wrapper-content {
    margin-top: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .html-not-found-page .master-wrapper-content {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .html-not-found-page .master-wrapper-content {
    margin-top: 240px;
  }
}
.html-not-found-page .master-wrapper-content .master-column-wrapper .center-1 .page.not-found-page {
  min-height: 100vh;
  margin: auto;
  width: 86%;
  padding: 3rem 0;
}
@media only screen and (min-width: 1024px) {
  .html-not-found-page .master-wrapper-content .master-column-wrapper .center-1 .page.not-found-page {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .html-not-found-page .master-wrapper-content .master-column-wrapper .center-1 .page.not-found-page {
    width: 40%;
  }
}
.html-not-found-page .master-wrapper-content .master-column-wrapper .center-1 .page.not-found-page .page-title {
  margin-bottom: 1rem;
}
.html-not-found-page .master-wrapper-content .master-column-wrapper .center-1 .page.not-found-page .topic-block-body p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.html-not-found-page .master-wrapper-content .master-column-wrapper .center-1 .page.not-found-page .topic-block-body ul {
  margin-left: 1rem;
}
.html-not-found-page .master-wrapper-content .master-column-wrapper .center-1 .page.not-found-page .topic-block-body ul li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

#cookie-consent-app[v-cloak] {
  display: none;
}
#cookie-consent-app .vue-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cookie-consent-app .cookie-consent-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
#cookie-consent-app .cookie-consent-content a {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #cookie-consent-app .cookie-consent-content {
    position: absolute;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    height: 65vh;
    width: 90%;
    left: 5%;
    top: auto;
    align-items: flex-start;
    bottom: 1rem;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 1024px) {
  #cookie-consent-app .cookie-consent-content {
    position: relative;
    background-color: #fff;
    padding: 3rem;
    border-radius: 5px;
    max-width: 800px;
  }
}
#cookie-consent-app .cookie-consent-content .options {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 1024px) {
  #cookie-consent-app .cookie-consent-content .options {
    grid-template-columns: repeat(4, 1fr);
  }
}
#cookie-consent-app .cookie-consent-content .options .option-wrapper {
  text-align: center;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  #cookie-consent-app .cookie-consent-content .options .option-wrapper {
    padding: 2rem;
  }
}
#cookie-consent-app .cookie-consent-content .options .option-wrapper:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1023px) {
  #cookie-consent-app .cookie-consent-content .options .option-wrapper:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 1023px) {
  #cookie-consent-app .cookie-consent-content .options .option-wrapper:nth-child(2) {
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 1023px) {
  #cookie-consent-app .cookie-consent-content .options .option-wrapper:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 1023px) {
  #cookie-consent-app .cookie-consent-content .options .option-wrapper:nth-child(4) {
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#cookie-consent-app .cookie-consent-content .close-btn {
  position: absolute;
  top: 15px;
  right: 21px;
  color: #000;
  cursor: pointer;
}
#cookie-consent-app .cookie-consent-content .control-btns {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 15px;
}
@media only screen and (min-width: 1024px) {
  #cookie-consent-app .cookie-consent-content .control-btns {
    flex-flow: row;
  }
}
#cookie-consent-app .cookie-consent-content .control-btns .change-btn {
  border: 2px solid rgba(17, 31, 41, 0.3);
}
#cookie-consent-app .cookie-consent-content .control-btns .change-btn:hover {
  background-color: rgba(17, 31, 41, 0.1);
  border: 2px solid rgba(17, 31, 41, 0.7);
  color: #111F29;
}
#cookie-consent-app .cookie-consent-content h3 {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
@media only screen and (max-width: 1023px) {
  #cookie-consent-app .cookie-consent-content h3 {
    font-size: 1.2rem;
    line-height: 1.56rem;
    margin-bottom: 0.5rem;
  }
}
#cookie-consent-app .cookie-consent-content a,
#cookie-consent-app .cookie-consent-content p {
  font-size: 0.9rem;
  line-height: 1.17rem;
  margin-bottom: 0.8rem;
}
#cookie-consent-app .cookie-consent-content label {
  position: relative;
  height: initial;
  font-size: 0.9rem;
  line-height: 1.17rem;
  margin-bottom: 1rem;
  left: auto;
}
#cookie-consent-app .cookie-consent-content input[type=checkbox] {
  position: relative;
  width: 74px;
  height: 34px;
  -webkit-appearance: none;
  background: #8E8E8E;
  outline: none;
  border-radius: 20px;
  transition: 0.7s;
  margin: auto;
}
#cookie-consent-app .cookie-consent-content input[type=checkbox]:disabled {
  opacity: 0.5;
}
#cookie-consent-app .cookie-consent-content input:checked[type=checkbox] {
  background: #76BB7D;
}
#cookie-consent-app .cookie-consent-content input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  top: 4px;
  left: 5px;
  background: #ffffff;
  transition: 0.5s;
}
#cookie-consent-app .cookie-consent-content input:checked[type=checkbox]:before {
  left: 43px;
}

/*# sourceMappingURL=main.css.map */
