@charset "UTF-8";
.slideUp {
  animation: slideUp 0.3s forwards ease-out;
}

.slideDown {
  animation: slideDown 0.5s forwards ease-out;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
}

#maincontent {
  padding: 8.6rem 0 0 0 !important;
  min-height: calc(100vh - 37.75rem);
}
@media only screen and (min-width: 62em) {
  #maincontent {
    padding: 11.3rem 0 0 0 !important;
  }
}
#maincontent.main-content-extended {
  padding: 16.4rem 0 0 0 !important;
}

.checkout-page #maincontent {
  padding: 0 0 4.2rem 0;
}

.row {
  margin: 0 !important;
}

#consent-tracking,
.veil,
.modal-backdrop.show {
  display: none !important;
}

.modal-open {
  overflow: unset;
}

/* .login-oauth {
  display: none !important;
} */

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url(../fonts/HelveticaNeueLTStdTh.otf) format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Std Italic";
  src: url(../fonts/HelveticaNeueLTStdLtIt.otf) format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Std Italic Cn";
  src: url(../fonts/HelveticaNeueLTStdLtIt.otf) format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Std Bold";
  src: url(../fonts/HelveticaNeueLTStdBd.otf) format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Std Bold Italic";
  src: url(../fonts/HelveticaNeueLTStdBdIt.otf) format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Std Condensed Oblique";
  src: url(../fonts/HelveticaNeueLTStdLtCnO.otf) format("opentype");
}
@font-face {
  font-family: "Browallia New";
  src: url(../fonts/browa.ttf) format("opentype");
}
@font-face {
  font-family: "Browallia New Bold";
  src: url(../fonts/BROWAB.TTF) format("opentype");
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-Light.otf) format("opentype");
}
@font-face {
  font-family: "Gotham Bold";
  src: url(../fonts/Gotham-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Eveleth";
  src: url(../fonts/Eveleth-Clean-Regular.otf) format("opentype");
}
@font-face {
  font-family: "AkzidenzGroteskBE Bold";
  src: url(../fonts/AkzidenzGroteskBE-BoldExIt.otf) format("opentype");
}
@font-face {
  font-family: "AkzidenzGroteskBE";
  src: url(../fonts/AkzidenzGroteskBE-Regular.otf) format("opentype");
}
@font-face {
  font-family: "AkzidenzGroteskBE Medium";
  src: url(../fonts/AkzidenzGroteskBE-Md.otf) format("opentype");
}
@font-face {
  font-family: "AkzidenzGroteskBE Super";
  src: url(../fonts/AkzidenzGroteskBE-Super.otf) format("opentype");
}
@font-face {
  font-family: "AkzidenzGroteskBE XBdCn";
  src: url(../fonts/AkzidenzGroteskBE-XBdCn.otf) format("opentype");
}
/**
 * Basic typography style for copy text
 */
body {
  line-height: unset !important;
}

h1, h2, h3, h4, h5, p {
  line-height: 150%;
  margin: 0;
  text-align: unset;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding: 0 !important;
}

.container-custom {
  max-width: 144.4rem;
  margin: 0 auto;
  width: 93%;
}
@media only screen and (min-width: 75em) {
  .container-custom {
    width: 90%;
  }
}

.container-wishlist {
  margin: 0 auto;
  width: 93%;
}
@media only screen and (min-width: 75em) {
  .container-wishlist {
    max-width: 61.2rem;
    width: 61.2rem;
  }
}

.container-search-header {
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 62em) {
  .container-search-header {
    max-width: 93.6rem;
  }
}
.container-search-header--small {
  max-width: 40rem;
}
@media only screen and (min-width: 62em) {
  .container-search-header--small {
    max-width: 30rem;
  }
}

.max-wrapper {
  max-width: 240rem;
  overflow: hidden;
}

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

.ul-reset {
  padding: 0;
  margin: 0;
}
.ul-reset li {
  list-style: none;
}

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

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.home-email-signup .full-height {
  height: 25%;
}

.backdrop,
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.backdrop--active,
.modal--active {
  display: flex;
}

.minicart__backdrop {
  z-index: 200;
}

.popover-minicart.popover.popover-bottom {
  z-index: 210;
}

.searchbar-advanced-wrapper {
  z-index: 150;
}

.searchbar {
  z-index: 160;
}

.backdrop-mega-menu {
  z-index: 170;
}

.navbar {
  z-index: 180;
}

.navbar-mobile {
  z-index: 180;
}

.site-header {
  z-index: 190;
}

.chatbot {
  z-index: 190;
}

.refinement-bar {
  z-index: 220;
}
@media only screen and (min-width: 62em) {
  .refinement-bar {
    z-index: inherit;
  }
}

.search-bar-header {
  z-index: 220;
}
@media only screen and (min-width: 62em) {
  .search-bar-header {
    z-index: 150;
  }
}

.site-header {
  background-color: rgb(0, 0, 0);
  position: fixed;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.35);
}
.site-header__header-banner {
  width: 100%;
  height: 3rem;
  border: none;
}
@media only screen and (min-width: 768px) {
  .site-header__header-banner {
    height: 3.1rem;
  }
}
.site-header__logo-home-container {
  width: 100%;
  max-width: 16.3rem;
}
@media only screen and (min-width: 75em) {
  .site-header__logo-home-container {
    margin: 0 6.7rem 0 0;
    max-width: 25rem;
  }
}
@media only screen and (min-width: 62em) {
  .site-header__logo-home-container {
    margin: 0 4rem 0 0;
    max-width: 25rem;
  }
}
.site-header__logo-home-container .logo-home img {
  max-width: 85%;
}
.site-header .dummy-cp {
  position: fixed;
  top: 8.6rem;
  width: 100%;
  height: 3.3rem;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  border-top: 0.1rem solid #ffffff;
  left: 0;
  padding: 0 0 0 1.2rem;
}
@media only screen and (min-width: 62em) {
  .site-header .dummy-cp {
    position: static;
    width: auto;
    display: block;
    border: none;
  }
}
.site-header .dummy-cp__paragraph {
  color: #ffffff;
  font-size: 1.6rem;
  margin: 0 1.2rem 0 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.site-header .dummy-cp svg {
  margin: 0 0.6rem 0 0;
}

.navigation {
  height: 5.6rem;
}
@media only screen and (min-width: 62em) {
  .navigation {
    height: 8rem;
  }
}
@media only screen and (min-width: 62em) {
  .navigation .header-icons-wrapper {
    margin: 0 0 0 4rem;
  }
}
@media only screen and (min-width: 75em) {
  .navigation .header-icons-wrapper {
    margin: 0 0 0 4rem;
  }
}
.navigation .user.nav-item .user-link {
  display: flex;
  align-items: center;
}
.navigation .user.nav-item .user-link svg {
  margin: 0 1.2rem 0 0;
}
.navigation .header {
  height: 100%;
}
.navigation .burger-container {
  width: 3rem;
  height: 3rem;
}
.navigation__checkbox {
  display: none;
}
.navigation__button {
  margin: 0;
  cursor: pointer;
  height: 2.1rem;
  width: 2.1rem;
}
.navigation__hit {
  position: relative;
  top: 50%;
  left: 0.2rem;
  transform: translate(-50%, -50%);
}
.navigation__icon {
  position: relative;
  margin-top: 0;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 1.6rem;
  height: 0.2rem;
  background-color: #ffffff;
  /* display: inline-block; */
  display: flex;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.navigation__icon::before {
  top: -0.6rem;
}
.navigation__icon::after {
  top: 0.6rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}
.navigation .search-event {
  margin: 0 1.8rem 0 0;
  @media (max-width: 580px) {
    margin: 0 0.8rem 0 0;
  }
}
.navigation .divIconFAQ {
  margin: 0 30px 0 0;

  .iconfaq {
    width: 25px;
    padding-top: 2px;
  }

  @media (max-width: 580px) {
    margin: 0 6% 0 0;
    .iconfaq {
      width: 18px;
      padding-top: 6.5px;
    }
  }
}

.header-icons-wrapper {
  @media (max-width: 580px) {
    width: 172px;
  }
}

.navigation .user {
  margin: 0 1.8rem 0 0;
  display: flex;
  align-items: center;

  @media (max-width: 580px) {
    margin: 0 8px 0 0;
  }
}
@media only screen and (min-width: 62em) {
  .navigation .user {
    display: block;
    margin: 0 3.6rem 0 0;
  }
}
.navigation .user .user-link {
  height: 100%;
}
.navigation .mini-cart-header {
  margin: 0;
}
@media only screen and (min-width: 62em) {
  .navigation .mini-cart-header {
    margin: 0 1.8rem 0 0;
  }
}
.navigation .minicart .minicart-quantity {
  background-color: #6B6B6B;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.user-message.btn.dropdown-toggle {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.user-message.btn.dropdown-toggle::after {
  display: none;
}

.checkout-navigation {
  width: 100%;
  height: 8rem;
  background-color: rgb(0, 0, 0);
}
@media only screen and (min-width: 62em) {
  .checkout-navigation {
    height: 9.6rem;
  }
}

.app_custom_zapata:focus-visible {
  border: none;
  box-shadow: none;
}

.popover-account {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
  padding: 1.2rem;
  border-radius: 0.5rem;
  top: 6rem;
  border: 0.1rem solid #939597;
}
.popover-account .nav {
  display: flex;
  flex-direction: column;
}
.popover-account .nav svg {
  margin: 0 0.6rem 0 0;
}
.popover-account .nav-item {
  padding: 1.2rem 0;
  border-bottom: 0.05rem solid #939597;
}
.popover-account .nav-item:last-child {
  padding: 1.2rem 0 0 0;
  border-bottom: none;
}
.popover-account .nav-item:first-child {
  padding: 0 0 1.2rem 0;
}
.popover-account .nav-item a {
  font-size: 1.2rem;
  color: #796F6F;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.popover-account .nav-item .logout-btn-popup {
  background-color: #404040;
  color: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.8rem;
  width: 100%;
}
.popover-account .nav-item .logout-btn-popup:hover {
  text-decoration: none;
}
@media only screen and (min-width: 62em) {
  .popover-account--active {
    display: block;
  }
}

.user-link-logged {
  cursor: pointer;
}

.navbar {
  padding: 0;
  background-color: #343434;
  position: fixed;
  top: 11.1rem;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.navbar--active {
  transform: translateY(0);
}
.navbar__links-primary {
  height: 5.2rem;
}
.navbar__underline {
  content: "";
  height: 1px;
  width: 100vw;
  background-color: #706E6B;
}
.navbar__nav-item--margin-right {
  margin: 0 4.2rem 0 0;
}
.navbar__nav-item--two-cols {
  display: none;
  grid-template-columns: repeat(6, 1fr);
}
.navbar__nav-item--two-cols.navbar__nav-item--active {
  display: grid;
  grid-gap: 1.2rem;
}
.navbar__nav-item--secondary-lvl {
  margin: 0 0 1.2rem 0;
}
.navbar__nav-item--secondary-lvl:last-child {
  margin: 0;
}
.navbar__nav-item--underline {
  text-decoration: underline;
}
.navbar__nav-link {
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
.navbar__nav-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar__nav-link--bold {
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.navbar__nav-link--event {
  cursor: pointer;
}
.navbar__links-secondary {
  padding: 1.8rem 0;
}
.navbar__secondary-links-wrapper {
  grid-column: 1/7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.8rem;
}
@media only screen and (min-width: 62em) {
  .navbar__secondary-links-wrapper {
    grid-column: 1/5;
  }
}
.navbar__img-wrapper {
  grid-column: 5/7;
  display: none !important;
}
@media only screen and (min-width: 62em) {
  .navbar__img-wrapper {
    display: flex !important;
  }
}
.navbar__img {
  max-width: 100%;
}
.navbar__link-underline {
  height: 0.1rem;
  content: "";
  background-color: #ffffff;
  width: 0%;
  margin: 0.3rem 0 0 0;
  transition: all 0.3s ease;
}
.navbar__link-underline--active {
  width: 70%;
}

#sg-navbar-collapse {
  display: block !important;
  top: unset;
  left: unset;
}

.navbar-mobile {
  min-height: 100vh;
  padding: 1.2rem 0;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.navbar-mobile--show {
  transform: translateX(0);
}
.navbar-mobile.d-md-none {
  width: 100%;
  background-color: #343434;
  position: fixed;
  top: 8.6rem;
  left: 0;
  bottom: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  border-top: 0.05rem solid rgb(0, 0, 0);
}
.navbar-mobile__menu-group {
  position: relative;
  padding: 0 0 1.8rem 0;
  border-bottom: 0.1rem solid #ffffff;
  margin: 0 0 1.8rem 0;
}
.navbar-mobile__nav-item--gray {
  background-color: #404041;
}
.navbar-mobile__nav-item::before {
  display: none;
}
.navbar-mobile__bg-white {
  background-color: #ffffff;
}
.navbar-mobile__control-wrapper {
  height: 1.8rem;
  margin: 0 0 1.2rem 0;
}
.navbar-mobile__control-wrapper:last-child {
  margin: 0;
}
.navbar-mobile__nav-link {
  font-size: 1.8rem !important;
  padding: 0 0 0 2.5rem !important;
  color: #ffffff !important;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.navbar-mobile__nav-link:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar-mobile__nav-link--first {
  font-size: 1.8rem !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.navbar-mobile__nav-link--secondary {
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.navbar-mobile__icon-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s ease;
}
.navbar-mobile--second-lvl {
  background-color: #343434;
  padding: 0 0 1.2rem 0;
}

.collapseRotate {
  transform: rotate(90deg);
}

.mobile-institutional-pages .user {
  display: block !important;
}
.mobile-institutional-pages .user .wishlist-icon {
  display: none;
}
.mobile-institutional-pages__links {
  columns: unset;
}
.mobile-institutional-pages .link-top-bar.user-link, .mobile-institutional-pages__link {
  font-size: 1.8rem;
  line-height: 1.9rem;
  color: #ffffff;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.mobile-institutional-pages .link-top-bar.user-link::before, .mobile-institutional-pages__link::before {
  display: none;
}
.mobile-institutional-pages .user.hidden-md-down {
  display: flex !important;
  align-items: center;
}
.mobile-institutional-pages .user.hidden-md-down, .mobile-institutional-pages__item {
  height: 2rem;
  margin: 0 0 1.2rem 0;
}

.menu-toggleable-left.in .nav-item + .nav-item {
  border: 0;
}

.container-menu__row .nav.navbar-nav,
.container-menu__row .menu-group {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .container-menu__row .nav.navbar-nav,
  .container-menu__row .menu-group {
    height: 100%;
  }
}

.nav-item .nav-link:focus, .nav-item .nav-link:hover, .nav-item.show .nav-link,
.navbar-mobile__nav-item, .navbar-mobile__nav-item:hover {
  color: #ffffff;
  background-color: transparent;
}

.nav-item .navbar-mobile__nav-link.nav-link:hover, .nav-item .nav-link:focus, .nav-item.show .nav-link {
  background-color: transparent !important;
  color: #ffffff !important;
}

.no-dots {
  columns: unset;
}
.no-dots li::before {
  display: none;
}

.footer {
  background-color: #404041;
  padding: 0;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 2.4rem 0;
  flex-direction: column;
}
@media only screen and (min-width: 62em) {
  .footer__content {
    padding: 3.6rem 0;
    flex-direction: row;
  }
}
@media only screen and (min-width: 62em) {
  .footer__col {
    margin: 0;
    padding: 0 0.6rem;
  }
}
@media only screen and (min-width: 75em) {
  .footer__col {
    padding: 0;
  }
}
@media only screen and (min-width: 62em) {
  .footer__col--max-width {
    max-width: 25rem;
  }
}
.footer__col--2-cols {
  display: flex;
  justify-content: space-between;
  border: none;
  margin: 1.8rem 0 0 0;
}
@media only screen and (min-width: 62em) {
  .footer__col--2-cols {
    margin: 0;
    display: block;
  }
}
.footer__underline {
  content: "";
  margin: 0 -5%;
  height: 1px;
  background-color: white;
}
.footer__col-heading {
  color: #ffffff;
  margin: 1.2rem 0 2.4rem 0;
  font-size: 1.8rem !important;
  box-shadow: none;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  font-weight: 500;
}
@media only screen and (min-width: 62em) {
  .footer__col-heading {
    font-size: 3rem;
  }
}
.footer__col-heading--margin-large {
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .footer__col-heading--margin-large {
    margin: 0 0 1.8rem 0;
  }
}
.footer__item {
  color: #ffffff;
  -webkit-text-fill-color: white;
  margin: 0 0 0.9rem 0;
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.footer__item:last-child {
  margin: 0;
}
.footer__item--margin-long {
  margin: 0 0 1.8rem 0;
}
.footer__link {
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s ease;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .footer__link {
    font-size: 14px;
  }
}
.footer__link:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer__links {
  margin: 0 0 1.2rem 0;
}
.footer__icons {
  display: flex;
  margin: 0;
}
@media only screen and (min-width: 62em) {
  .footer__icons--margin {
    margin: 0 0 1.8rem 0;
  }
}
.footer__icon {
  margin: 0 0.6rem 0 0;
}
@media only screen and (min-width: 62em) {
  .footer__icon {
    margin: 0 1.8rem 0 0;
  }
}
.footer__icon--no-margin-right {
  margin: 0;
}
.footer .back-to-top {
  color: #ffffff;
  margin: 0 0 1.2rem 0;
  font-size: 1.6rem !important;
  box-shadow: none;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.footer .back-to-top svg {
  margin: 0 0 1.2rem 0;
}
.footer__copyright-wrapper {
  background-color: rgb(0, 0, 0);
}
.footer__copy-paragraph {
  padding: 1.2rem 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem !important;
  box-shadow: none;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.footer__link-pc {
  color: #ffffff;
}
.footer__link-pc:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer__logo .logo-home img {
  max-width: 15rem;
  margin: 0 0 1.8rem 0;
}
.footer .affiliate {
  max-width: 15rem;
  margin: 0 0 1.8rem 0;
}
@media only screen and (min-width: 62em) {
  .footer .affiliate {
    margin: 0;
  }
}
.footer .divider {
  content: "";
  width: 0.1rem;
  background-color: #6C757D;
}
.footer--checkout .container-custom {
  display: flex;
  align-items: center;
}
.footer--checkout .footer__icons-footer:nth-child(1) {
  display: none;
}
.footer--checkout .footer__content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.8rem 0 1.2rem 0;
  flex-direction: column-reverse;
  align-items: center;
}
@media only screen and (min-width: 62em) {
  .footer--checkout .footer__content {
    flex-direction: row;
    justify-content: space-between;
    height: 11.8rem;
    align-items: end;
    padding: 0 0 2.4rem 0;
  }
}
.footer--checkout .footer__col--2-cols {
  margin: 2.4rem 0 0 0;
  border-top: 1px solid #939597;
  width: 100%;
  padding: 2.4rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 62em) {
  .footer--checkout .footer__col--2-cols {
    border: none;
    display: block;
  }
}
.footer--checkout .footer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .footer--checkout .footer-item {
    width: auto;
    display: block;
  }
}
.footer--checkout .back-to-top {
  margin: 2.4rem 0 0 0;
}

.home-email-signup {
  background-color: rgb(0, 0, 0);
}
@media only screen and (min-width: 62em) {
  .home-email-signup {
    min-height: 8.1rem;
  }
}

@media only screen and (min-width: 62em) {
  .col-sm-5.no-padding {
    padding: 0 2.4rem 0 0 !important;
  }
}

.newsletter-form {
  padding: 1.2rem 0 1.8rem 0;
}
@media only screen and (min-width: 62em) {
  .newsletter-form {
    padding: 1.2rem 0;
  }
}
.newsletter-form .form-control {
  height: 3.8rem;
  border: 0.1rem solid #6C757D;
  border-radius: 0.3rem 0 0 0.3rem;
  color: #6C757D;
  font-size: 1.8rem !important;
  box-shadow: none;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.newsletter-form .btn.btn-primary.subscribe-email {
  height: 3.8rem;
  min-width: 10rem;
  background-color: #313131;
  border-radius: 0 0.3rem 0.3rem 0;
  border: 0.1rem solid #313131;
  font-size: 1.8rem !important;
  box-shadow: none;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.newsletter-form .btn.btn-primary.subscribe-email:hover {
  color: #ffffff;
}
.newsletter-form .btn.btn-primary.subscribe-email:active, .newsletter-form .btn.btn-primary.subscribe-email:focus {
  outline: none;
}
.newsletter-form .email-description {
  padding: 0;
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .newsletter-form .email-description {
    padding: 0 1.2rem 0 0 !important;
  }
}
@media only screen and (min-width: 62em) {
  .newsletter-form .email-description {
    margin: 0;
  }
}
.newsletter-form .email-description__heading {
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 1.2rem 0;
  line-height: unset !important;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
.newsletter-form .email-description__heading span {
  color: #1E8E3E;
}
@media only screen and (min-width: 75em) {
  .newsletter-form .email-description__heading {
    margin: 0;
  }
}
.newsletter-form .email-description__paragraph {
  color: #ffffff;
  margin: 0;
  font-size: 1.8rem !important;
  box-shadow: none;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.newsletter-form .news-legals {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  margin: 0.6rem 0 0 0;
}
.newsletter-form .news-legals a {
  color: #ffffff;
  text-decoration: underline;
}

.cookies-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 25000;
  box-shadow: -2px -2px 25px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease;
}
.cookies-consent__wrapper {
  position: relative;
  padding: 1.8rem 0;
}
.cookies-consent__paragraph {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  width: 85%;
}
@media only screen and (min-width: 62em) {
  .cookies-consent__paragraph {
    width: 95%;
  }
}
.cookies-consent__close-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  background-color: transparent;
  border: none;
}

.campaign-banner {
  background-color: #ECECEC;
  height: 3rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .campaign-banner {
    height: 3.1rem;
  }
}
.campaign-banner__message p {
  color: #1D1D1B;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 768px) {
  .campaign-banner__message p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.headingTitle__title {
  font-size: 3.8rem;
  color: rgb(0, 0, 0);
  padding: 0 1.2rem 0 0;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
  @media (max-width: 550px) {
    font-size: 2.8rem;
  }
}
.experience-commerce_layouts-carousel {
  @media (max-width: 550px) {
    .carousel-control-prev , .carousel-control-next {
      display: none !important;
    }

    .common-image-component {
      width: 75%;
    }

    .image-component {
      position: flex;
      text-align: center;
    }
  }
}
.heading-category {
  margin: 0 0 1.8rem 0;
}
@media only screen and (min-width: 62em) {
  .heading-category {
    margin: 0 0 3.6rem 0;
  }
}
.heading-category__heading {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  padding: 0 1.2rem 0 0;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .heading-category__heading {
    font-size: 2.2rem;
    padding: 0 2.4rem 0 0;
  }
}
.heading-category__line {
  flex: 1;
  content: "";
  height: 0.1rem;
  background-color: rgb(0, 0, 0);
  margin: 0 0 0.9rem 0;
}
.heading-category__link {
  font-size: 1.4rem;
  margin: 0 0 0 1.2rem;
  text-decoration: none;
  font-weight: 500 !important;
  border: 1px solid #727B81;
  padding: 10px 45px;
  border-radius: 5px;
  color: #000;
  display: block;
}
@media only screen and (min-width: 62em) {
  .heading-category__link {
    margin: 0 0 1rem 2.4rem;
  }
}
@media (max-width: 550px) {
  .heading-category__link {
    display: none;
  }
}
.heading-category__link:hover {
  text-decoration: none;
}

.ITC-container--with-heading {
  padding: 0;
}
@media only screen and (min-width: 62em) {
  .ITC-container--with-heading {
    padding: 0 1rem;
    margin: 0 0 1.2rem 0;
  }
}
.ITC-container--with-heading figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ITC-container--with-heading2 figcaption {
  top: 0;
  left: 0;
  width: 100%;
}
.ITC-container--with-heading .image-heading-container {
  position: static;
  padding: 1.2rem 0 0.6rem 0;
}

@media only screen and (min-width: 62em) {
  .ITC-container--with-heading .image-heading-container {
    padding: 2.4rem 0 0.6rem 0;
  }
}

.ITC-container--with-heading .ITC-image-heading-text {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}

.ITC-container--with-heading2 .ITC-image-heading-text {
  h5{}
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 62em) {
  .ITC-container--with-heading .ITC-image-heading-text {
    font-size: 2.5rem;
  }
}

.ITC-container--with-heading .ITC-text-underneath {
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.ITC-container--with-heading2 .ITC-text-underneath {
  .active{}
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 62em) {
  .ITC-container--with-heading .ITC-text-underneath {
    font-size: 1.8rem;
  }
}

.ITC-container--with-heading .common-image-filter {
  filter: brightness(100%);
}
.ITC-container--with-heading p {
  text-align: center;
}

.ITC-figure-container {
  position: relative;
  display: inline-block;
}

.ITC-size{
  width: 100%;
  height: 300px;
  font-family: "AkzidenzGroteskBE" !important;
  padding: 0 15px;
  
}
@media (max-width: 550px) {
  .ITC-size{
    width: 100%;
  }
}
@media (max-width: 390px) {
  .ITC-size{
    height: 150px !important;
  }
}

.text-overlaytest {
  font-family: "AkzidenzGroteskBE" !important;
  position: absolute;
  padding-top: 25% !important;
  right: 0;
  transform: translate(0, -50%);
  /* background-color: rgba(255, 255, 255, 0.5); */
  padding: 40px;
  width: 330px;
  height: 232px;
  /* text-align: center; */
  font-family: "AkzidenzGroteskBE";
  .active{}
  h1 {
    font-family: "AkzidenzGroteskBE" !important;
    font-size: 26px;
    font-weight: 700;
  }
  h2 {
    font-family: "AkzidenzGroteskBE" !important;
    font-size: 20px;
    font-weight: 400;
  }
  h3 {
    font-family: "AkzidenzGroteskBE" !important;
    font-size: 14px;
    font-weight: 400;
  }
}

@media (max-width: 950px) {
  .text-overlaytest {
    padding-top: 45% !important;
  }
}

@media (max-width: 500px) {
  .text-overlaytest {
    position: absolute;
    padding-top: 25% !important;
    right: 3%;
    transform: translate(0, -50%);
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding: 0 10px;
    padding-left: 0px;
    width: 180px;
    height: 125px;
    /* text-align: center; */
  }
  .text-overlaytest h1 {
    font-family: "AkzidenzGroteskBE" !important;
    font-size: 14px;
    font-weight: 700;
  }
  .text-overlaytest h2 {
    font-family: "AkzidenzGroteskBE" !important;
    font-size: 14px;
    font-weight: 400;
  }
  .text-overlaytest h3 {
    font-family: "AkzidenzGroteskBE" !important;
    font-size: 12px;
    font-weight: 400;
  }
  .ITC-btn {
    width: 160px !important;
    height: 30px;
    font-size: 10px;
  }
}

@media (max-width: 390px) {
  .text-overlaytest {
    padding-top: 25% !important;
  }
}

.ITC-btn{
  height: 40px;
  border-radius: 5px;
  border: 1px #8D9295 solid;
  width: 250px;
  height: 40px;
  font-size: 12px;
  font-family: "AkzidenzGroteskBE" !important;
  test{};
  @media (max-width: 500px) {
    width: 160px;
    height: 30px;
    font-size: 10px;
  }
}

.mobile-2r-1c {
  margin: 0 0 2.4rem 0;
}
@media only screen and (min-width: 62em) {
  .mobile-2r-1c {
    margin: 0 0 6rem 0;
  }
}
.mobile-2r-1c .region:first-child {
  margin: 0 0 1.8rem 0;
}
@media only screen and (min-width: 62em) {
  .mobile-2r-1c .region:first-child {
    margin: 0;
  }
}

.image-text-button {
  position: relative;
  background-color: rgb(0, 0, 0);
}
.image-text-button__image {
  width: 100%;
}
.image-text-button__figure {
  margin: 0;
}
.image-text-button .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
.image-text-button__figcaption {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media only screen and (min-width: 62em) {
  .image-text-button__figcaption {
    max-width: 50%;
    padding: 1.6rem 0 1.8rem 3.5rem;
  }
}
.image-text-button__heading p {
  color: #ffffff;
  font-size: 2rem;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 768px) {
  .image-text-button__heading p {
    font-size: 4.2rem;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .image-text-button__heading {
    position: static;
    top: 0;
    left: 0;
  }
}
.image-text-button__subtitle {
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0 0 1.2rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 768px) {
  .image-text-button__subtitle {
    margin: 0 0 4rem 0;
    max-width: 38rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 112.5em) {
  .image-text-button__subtitle {
    max-width: 45rem;
  }
}
.image-text-button__button {
  width: 13.5rem;
  height: 2.6rem;
  font-size: 1.2rem;
  background-color: transparent;
  border: 0.2rem solid #ffffff;
  color: #ffffff;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.image-text-button__button:hover {
  text-decoration: none;
  color: #ffffff !important;
  transform: translateY(-0.2rem);
}
@media only screen and (min-width: 768px) {
  .image-text-button__button {
    width: 20rem;
    height: 4.6rem;
  }
}

.ITC-container {
  padding: 0 1rem;
}
@media only screen and (min-width: 62em) {
  .ITC-container {
    margin: 0 0 1.2rem 0;
  }
}
.ITC-container .common-image-filter {
  filter: brightness(100%);
}
.ITC-container .image-heading-container {
  top: 0;
  padding: 0 0 0 1.2rem;
}

@media only screen and (min-width: 62em) {
  .ITC-container .image-heading-container {
    padding: 1.8rem 0 0 1.8rem;
  }
}

.ITC-container p {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  text-align: left;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .ITC-container p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 62em) {
  .photo-tile-container {
    padding: 0 10rem;
  }
}

.main-banner-image__image {
  width: 100%;
}

.video-container{
	padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}
#vimeo_player{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.product-tile {
  border: none !important;
  padding: 0 0.9rem;
}
@media only screen and (min-width: 62em) {
  .product-tile {
    padding: 0 1.8rem;
  }
}
.product-tile .mxn-iva {
  display: none;
}
.product-tile .add-to-wish-list {
  border: none !important;
  background-color: transparent !important;
}
.product-tile__wrapper {
  border: 1.5px solid #E7E7E7 !important;
  background-color: #E7E7E7;
  border-radius: 0.3rem;
}
.product-tile .tile-body {
  padding: 0.3rem 1.2rem 1.2rem 1.2rem;
}
.product-tile__sku-section {
  margin: 0 0 0.3rem 0 !important;
}
.product-tile__sku {
  font-size: 1rem;
  color: rgb(0, 0, 0) !important;
  margin: 0 0 0.2rem 0 !important;
  height: 3rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .product-tile__sku {
    height: auto;
  }
}
@media only screen and (min-width: 62em) {
  .product-tile__sku {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 500px) {
  .product-tile__sku {
    font-size: 14px;
  }
}
.product-tile__sku span {
  color: #606060;
}
.product-tile__underline {
  content: "";
  height: 0.1rem;
  width: 100%;
  background-color: #ffffff;
}
.product-tile__brand-section {
  margin: 9px 0;
}
.product-tile__brand-section span {
  font-size: 14px;
}
.product-tile__brand {
  font-size: 1.2rem;
  color: #606060;
  margin: 0 0 0.3rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .product-tile__brand {
    margin: 0 0 0.6rem 0;
    font-size: 1.4rem;
  }
}
.product-tile .pdp-link {
  font-size: 1.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 62em) {
  .product-tile .pdp-link {
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}
.product-tile .pdp-link .link {
  font-size: 1.2rem !important;
  color: rgb(0, 0, 0) !important;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .product-tile .pdp-link .link {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width:550px) {
  .product-tile .pdp-link .link {
    font-size: 14px !important;
  }
}
.product-tile .tile-body .price {
  font-size: 1.2rem !important;
  color: rgb(0, 0, 0) !important;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  margin: 0 0 1.2rem 0 !important;
  height: 18px;
}
@media only screen and (min-width: 62em) {
  .product-tile .tile-body .price {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 550px) {
  .product-tile .tile-body .price {
    font-size: 14px !important;
  }
}
.product-tile .tile-body .price .two-prices {
  display: flex;
}
.product-tile .tile-body .price .two-prices .strike-through.list .value {
  padding: 0 0 0 1.2rem;
  color: #606060;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.product-tile .tile-body .price .two-prices span {
  margin: 0;
  font-weight: unset;
}
.product-tile__add-btn {
  margin: 0 0 1.2rem 0 !important;
}
.product-tile .quickview {
  display: none !important;
}
.product-tile .wishlistTile {
  right: 0.6rem;
  top: 0.6rem;
  display: none !important;
}
.product-tile .fa-stack {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
@media only screen and (min-width: 62em) {
  .product-tile .fa-stack {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.product-tile .fa-stack-2x {
  font-size: 3rem;
}
@media only screen and (min-width: 62em) {
  .product-tile .fa-stack-2x {
    font-size: 4.2rem;
  }
}
.product-tile .wish-icon {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 550px) {
  .product-tile .wish-icon {
    position: relative;
    left: 0;
    width: 100%;
    text-align: end !important;
    top: -10%;
    transform: translateY(-15%);
    transform: translateX(10px);
  }
}
.product-tile .wish-icon--hide {
  display: none !important;
}
.product-tile .quickview.hidden-sm-down {
  display: none;
}
@media only screen and (min-width: 62em) {
  .product-tile .quickview.hidden-sm-down {
    display: block;
  }
}
.product-tile .image-container .quickview i.fa-expand {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.9rem;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.product-tile .price-iva {
  display: none;
}

.plp .product-tile {
  padding: 0 !important;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .plp .product-tile .quickview {
    display: block !important;
  }
}

.wish-icon--hide {
  display: none !important;
}

.pd-page .wishlistTile,
.empty-page-body .wishlistTile {
  display: none !important;
}

@media only screen and (max-width: 400px) {
  .product-tile__brand-section {
    height: 30px;
  }
}
.trusty__image {
  width: auto;
  margin: 0 0 3rem 0;
  height: 5rem;
}

@media only screen and (max-width: 500px) {
	.trusty__image {
	  height: 35px;
	  margin: 0 0 5px 0;
	}
	.container-trusty .container-custom {
		padding: 18px 0 !important;
	}
	.container-trusty .container-custom .trusty-container {
		padding: 0 10px;
	}
  }


@media only screen and (min-width: 62em) {
  .trusty__image {
    height: 6rem;
  }
}
.trusty__text-underneath {
  font-size: 1.4rem;
  color: #ffffff;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .trusty__text-underneath {
    font-size: 1.8rem;
  }
}
.trusty__text-underneath span p {
  text-align: center;
}

.mobile-3r-1c {
  margin: 0 0 3.6rem 0;
}
@media only screen and (min-width: 62em) {
  .mobile-3r-1c {
    margin: 0 0 1.2rem 0;
  }
}
.mobile-3r-1c .row {
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .mobile-3r-1c .row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mobile-3r-1c .region.col-12.col-sm-4 {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.mobile-3r-1c .row.ITC-row,
.mobile-3r-1c .row.ITC-image-heading-text {
  display: block;
}
.mobile-3r-1c .ITC-container .col-12 {
  max-width: 100%;
  padding: 0;
}

.experience-einstein-einsteinCarousel,
.experience-einstein-einsteinCarouselCategory,
.experience-einstein-einsteinCarouselProduct,
.experience-commerce_layouts-carousel {
  margin: 0 -0.9rem 4.8rem -0.9rem;
}
@media only screen and (min-width: 62em) {
  .experience-einstein-einsteinCarousel,
  .experience-einstein-einsteinCarouselCategory,
  .experience-einstein-einsteinCarouselProduct,
  .experience-commerce_layouts-carousel {
    margin: 0 -1.8rem 4.8rem -1.8rem;
  }
}
.experience-einstein-einsteinCarousel .carousel-inner.row,
.experience-einstein-einsteinCarouselCategory .carousel-inner.row,
.experience-einstein-einsteinCarouselProduct .carousel-inner.row,
.experience-commerce_layouts-carousel .carousel-inner.row {
  margin: 0;
}
.experience-einstein-einsteinCarousel .carousel-control-prev,
.experience-einstein-einsteinCarousel .carousel-control-next,
.experience-einstein-einsteinCarouselCategory .carousel-control-prev,
.experience-einstein-einsteinCarouselCategory .carousel-control-next,
.experience-einstein-einsteinCarouselProduct .carousel-control-prev,
.experience-einstein-einsteinCarouselProduct .carousel-control-next,
.experience-commerce_layouts-carousel .carousel-control-prev,
.experience-commerce_layouts-carousel .carousel-control-next {
  background-color: rgba(217, 217, 217, 0.5);
  min-width: 7.8rem;
  min-height: 4.8rem;
  align-items: center;
  justify-content: center;
}
.experience-einstein-einsteinCarousel .carousel-control-prev,
.experience-einstein-einsteinCarouselCategory .carousel-control-prev,
.experience-einstein-einsteinCarouselProduct .carousel-control-prev,
.experience-commerce_layouts-carousel .carousel-control-prev {
  left: 0.9rem;
}
@media only screen and (min-width: 62em) {
  .experience-einstein-einsteinCarousel .carousel-control-prev,
  .experience-einstein-einsteinCarouselCategory .carousel-control-prev,
  .experience-einstein-einsteinCarouselProduct .carousel-control-prev,
  .experience-commerce_layouts-carousel .carousel-control-prev {
    left: 1.8rem;
  }
}
.experience-einstein-einsteinCarousel .carousel-control-next,
.experience-einstein-einsteinCarouselCategory .carousel-control-next,
.experience-einstein-einsteinCarouselProduct .carousel-control-next,
.experience-commerce_layouts-carousel .carousel-control-next {
  right: 0.9rem;
}
@media only screen and (min-width: 62em) {
  .experience-einstein-einsteinCarousel .carousel-control-next,
  .experience-einstein-einsteinCarouselCategory .carousel-control-next,
  .experience-einstein-einsteinCarouselProduct .carousel-control-next,
  .experience-commerce_layouts-carousel .carousel-control-next {
    right: 1.8rem;
  }
}
.experience-einstein-einsteinCarousel .pd-carousel-indicators li,
.experience-einstein-einsteinCarouselCategory .pd-carousel-indicators li,
.experience-einstein-einsteinCarouselProduct .pd-carousel-indicators li,
.experience-commerce_layouts-carousel .pd-carousel-indicators li {
  height: 0.3rem;
  width: 2.4rem;
  transition: all 0.3s ease;
}
.experience-einstein-einsteinCarousel .pd-carousel-indicators li.active,
.experience-einstein-einsteinCarouselCategory .pd-carousel-indicators li.active,
.experience-einstein-einsteinCarouselProduct .pd-carousel-indicators li.active,
.experience-commerce_layouts-carousel .pd-carousel-indicators li.active {
  height: 0.4rem;
  margin: -0.2rem 0.187rem 0 0.187rem;
}
@media only screen and (min-width: 62em) {
  .experience-einstein-einsteinCarousel .pd-carousel-indicators li.active,
  .experience-einstein-einsteinCarouselCategory .pd-carousel-indicators li.active,
  .experience-einstein-einsteinCarouselProduct .pd-carousel-indicators li.active,
  .experience-commerce_layouts-carousel .pd-carousel-indicators li.active {
    margin: -0.3rem 0.187rem 0 0.187rem;
    height: 0.6rem;
  }
}

.carousel,
.einstein-carousel {
  position: relative;
}

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

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

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

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

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

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

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

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

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

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

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

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

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

.carousel .carousel-control-next:focus, .carousel .carousel-control-prev:focus,
.einstein-carousel .carousel-control-next:focus, .einstein-carousel .carousel-control-prev:focus {
  outline: none;
}

.container-banner .carousel .carousel-control-prev,
.container-banner .carousel .carousel-control-next {
  opacity: 1;
  top: 50%;
}

.cls {
  padding: 2.4rem 0 6rem 0;
  max-width: 93.6rem;
  margin: 0 auto;
}
.cls__row-container {
  display: block;
}
@media only screen and (min-width: 62em) {
  .cls__row-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 3.6rem;
  }
}
.cls__header {
  padding: 0 0 2.4rem 0;
  margin: 0 0 2.4rem 0;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.cls__home-link {
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.cls__col--side-bar {
  grid-column: 1/4;
  display: none;
}
@media only screen and (min-width: 62em) {
  .cls__col--side-bar {
    display: block;
  }
}
.cls__col--content {
  grid-column: 1/13;
}
@media only screen and (min-width: 62em) {
  .cls__col--content {
    grid-column: 4/13;
  }
}
.cls h1,
.cls h2 {
  color: #404040 !important;
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.cls h2 {
  font-size: 1.6rem;
}
.cls p,
.cls span,
.cls li,
.cls ol {
  color: #706E6B !important;
  font-size: 1.6rem;
}
.cls p.container-sidebar-links__heading {
  color: #ffffff !important;
}
.cls .photo-tile-container {
  padding: 0;
}

.container-sidebar-links__heading {
  margin: 0 0 2.8rem 0;
  background-color: #939597;
  height: 2.9rem;
  display: flex;
  align-items: center;
  color: #ffffff !important;
  padding: 0 0 0 1rem;
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.container-sidebar-links .sidebar-text-link {
  margin: 0 0 2.4rem 0;
}
.container-sidebar-links .sidebar-text-link a {
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.container-sidebar-links .sidebar-text-link a.color-Green {
  color: #1E8E3E;
}
.container-sidebar-links .sidebar-text-link a.color-Black {
  color: rgb(0, 0, 0);
}

.hide-on-mobile {
  margin: 0 0 3.6rem 0;
}

.container-trusty {
  background-color: rgb(0, 0, 0);
  margin: 0 0 4.8rem 0;
}
.container-trusty .container-custom {
  padding: 2.4rem 0;
  max-width: 100%;
  width: 100%;
  
}
.container-trusty .container-custom .border-right {
	border-right: 1px solid white;
	margin: 0 !important;
  }
@media only screen and (min-width: 62em) {
  .container-trusty .container-custom {
    padding: 2.2rem 0;
  }
}
.container-trusty .region:nth-child(0), .container-trusty .region:nth-child(1) {
  margin: 0 0 1.8rem 0;
}

.breadcrumb {
  padding: 20px 0;
  margin: 0 0 0 0;
  border: none !important;
}
.breadcrumb__list {
  list-style: none;
}
.breadcrumb__link {
  margin: 0;
}
.breadcrumb__link {
  font-size: 1.6rem;
  color: #313131 !important;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.breadcrumb__link:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item {
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.lastItem {
  color: #82878a !important;
  padding-top: 17px;
}

@media only screen and (max-width: 515px) {
  .breadcrumb__link {
    font-size: 1.8rem;
  }
  .lastItem {
    padding-top: 13px;
  }
}

.chatbot {
  display: none;
  transition: all 0.3s ease;
}
.chatbot--show {
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
.chatbot:hover {
  transform: translateY(-0.5rem) scale(1.05);
}

.highlight {
  height: 29px;
  width: 58px;
  background-color: #CC0000;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0.6rem;
  -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
  padding: 0.6rem 1.2rem;
}
.highlight__content {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.highlight__content span {
  font-size: 1.2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.newProduct {
  height: 29px;
  width: 58px;
  background-color: #1e8e3e;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0.6rem;
  -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
  padding: 0.6rem 1.2rem;
}
.newProduct__content {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.newProduct__content span {
  font-size: 1.2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.minicart {
  margin: 0;
}
.minicart .cart {
  padding: 0;
}
.minicart__empty-paragraph {
  font-size: 2.4rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.minicart .minicart-link {
  cursor: pointer;
}
.minicart .minicart-header {
  height: 7.2rem;
  background-color: rgb(0, 0, 0);
  padding: 0 2.4rem;
}
.minicart .minicart-header__heading {
  font-size: 1.8rem;
  color: #ffffff;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.minicart .minicart-header__close-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  height: 2.4rem;
  width: 2.4rem;
}
.minicart .minicart-footer {
  border: none;
  padding: 0 2.4rem;
}
.minicart .minicart-footer .row.estimated-total {
  padding: 2.4rem 0 6px 0;
  border-top: 0.1rem solid #939597;
  margin: 0;
}
.minicart .minicart-footer .sub-total-label, .minicart .minicart-footer .shipment-label,
.minicart .minicart-footer .sub-total {
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.minicart .minicart-footer .shipment-free{
	color: #1E8E3E;
	font-size: 1.8rem;
	font-family: "AkzidenzGroteskBE Medium" !important;
	font-weight: normal !important;
}
.minicart .minicart-footer .view-cart {
  margin: 0 0 3.6rem 0;
}
.minicart .alert.alert-danger.alert-dismissible.valid-cart-error {
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.minicart .custom-price {
  display: none;
}

.popover-bottom.popover {
  display: block;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.popover-bottom.popover.show {
  display: block;
}
.popover-bottom--show {
  transform: translateX(0) !important;
}

.popover-minicart.popover.popover-bottom {
  height: 100vh;
  width: 75vw;
  max-width: 75vw;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../images/empty-cart.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .popover-minicart.popover.popover-bottom {
    width: 45rem;
    max-width: 45rem;
  }
}
.popover-minicart .cart {
  height: 100%;
}
.popover-minicart .minicart-wrapper {
  height: 100%;
  overflow-y: auto;
}
.popover-minicart .product-summary {
  margin: 0;
  padding: 2.4rem;
  height: 100%;
  max-height: 100%;
}
.popover-minicart .product-summary .card {
  border: none;
}
.popover-minicart .product-summary .card-body {
  padding: 1.2rem 1.8rem 2.4rem 1.8rem;
  background-color: #ECECEC;
  border-radius: 0.3rem;
}
.popover-minicart .product-summary .line-item-name {
  margin: 0;
  white-space: normal;
}
.popover-minicart .product-summary .line-item-name span {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  height: 2.4rem;
  font-weight: normal;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.popover-minicart .product-summary .remove-btn.remove-product.btn.btn-light {
  background-color: transparent;
  margin: 0;
}
.popover-minicart .product-summary .item-image {
  width: 10rem;
  height: 10rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.popover-minicart .product-summary .product-image {
  height: 100%;
  max-height: 100%;
}
.popover-minicart .product-summary .sku,
.popover-minicart .product-summary .mini-cart-brand,
.popover-minicart .product-summary .line-item-attributes {
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  margin: 0 0 0.6rem 0;
}
.popover-minicart .product-summary .line-item-availability .line-item-attributes {
  text-transform: uppercase;
}
.popover-minicart .product-summary .line-item-divider {
  margin: 1.8rem 0 1.2rem 0;
}
.popover-minicart .product-summary .line-item-total-text.unit-price-label,
.popover-minicart .product-summary .line-item-pricing-info.quantity-label,
.popover-minicart .product-summary .line-item-total-text.line-item-total-price-label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.popover-minicart .product-summary .line-item-quantity {
  max-width: 9.2rem;
}
.popover-minicart .product-summary .line-item-quantity .quantity {
  min-width: unset;
}
.popover-minicart .product-summary .unit-price,
.popover-minicart .product-summary .unit-price .price .sales .value,
.popover-minicart .product-summary .pricing {
  font-size: 1.8rem;
  margin: 0 0 0.6rem 0;
  font-weight: normal;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.popover-minicart .product-summary .two-prices {
  display: flex;
  flex-direction: column;
}
.popover-minicart .product-summary .value,
.popover-minicart .product-summary .price {
  font-size: 1.8rem !important;
  line-height: normal !important;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.popover-minicart .product-summary .value .strike-through,
.popover-minicart .product-summary .price .strike-through {
  margin: 0;
}
.popover-minicart .product-summary .form-control.quantity.custom-select {
  font-size: 1.8rem;
  color: #000000;
  border-radius: 0.3rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0.1rem solid #939597;
  background: #ffffff url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><g><path fill-rule='evenodd' clip-rule='evenodd' d='M0.351472 0.751496C0.820101 0.282867 1.5799 0.282867 2.04853 0.751496L6 4.70297L9.95147 0.751496C10.4201 0.282867 11.1799 0.282867 11.6485 0.751496C12.1172 1.22013 12.1172 1.97992 11.6485 2.44855L6.84853 7.24855C6.3799 7.71718 5.6201 7.71718 5.15147 7.24855L0.351472 2.44855C-0.117157 1.97992 -0.117157 1.22013 0.351472 0.751496Z' fill='black'/></g></svg>") no-repeat;
  background-color: rgb(255, 255, 255);
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: right 1.2rem top 50%;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.popover-minicart .product-summary .highlight__content {
  font-size: 1.4rem;
  height: 4.2rem;
  background-color: #1E8E3E;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 1.2rem 0 0 0;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
.popover-minicart .product-summary .highlight__content span {
  font-size: 1.4rem;
  margin: 0 0 0 0.3rem;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
.popover-minicart .remove-line-item.d-none {
  display: block !important;
}

.mini-cart-header {
  margin: 0 -1rem 0 0;
}
@media only screen and (min-width: 62em) {
  .mini-cart-header {
    margin: 0;
  }
}
.mini-cart-header .site-search {
  display: none;
}

.modal {
  right: 0;
}
.modal.show {
  width: 100vw;
  height: 100vh;
  left: unset;
}
.modal .modal-title {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: normal;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.modal .modal-body {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.modal-backdrop.fade {
  z-index: unset;
}

#removeProductModal .modal-dialog {
  border-radius: 0.5rem;
}
@media only screen and (min-width: 62em) {
  #removeProductModal .modal-dialog {
    max-width: 60rem;
    margin: 5.2rem auto;
  }
}
#removeProductModal .modal-content {
  border-radius: 0.5rem;
}
#removeProductModal .modal-header {
  padding: 1.2rem 1.8rem;
  background-color: #706E6B;
  color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
}
#removeProductModal .modal-header .modal-title {
  font-size: 1.8rem;
}
#removeProductModal .modal-body {
  padding: 1.8rem 1.8rem 0 1.8rem;
  margin: 0 0 2.4rem 0;
  font-size: 1.6rem;
  color: #1D1D1B;
}
#removeProductModal .product-to-remove {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin: 1.2rem 0 0 0;
}
#removeProductModal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.2rem;
  padding: 0 1.8rem 1.8rem 1.8rem;
  border: none;
}
#removeProductModal .modal-footer button {
  flex: 1;
  height: 4.5rem;
}

.minicart__backdrop {
  justify-content: center;
  align-items: center;
}
.minicart__backdrop p {
  font-size: 4rem;
  color: #ffffff;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

#removeProductModal {
  opacity: 0;
}

.line-item-unit-price--checkout {
  display: none;
}

.d-flex.justify-content-between.no-margin.align-items-start.prices-section,
.card-footer-content.d-flex.justify-content-between {
  grid-gap: 1rem;
}
.d-flex.justify-content-between.no-margin.align-items-start.prices-section > div,
.card-footer-content.d-flex.justify-content-between > div {
  flex: 1;
}
.d-flex.justify-content-between.no-margin.align-items-start.prices-section .line-item-total-price,
.card-footer-content.d-flex.justify-content-between .line-item-total-price {
  text-align: right;
}
.d-flex.justify-content-between.no-margin.align-items-start.prices-section .line-item-total-price.quantity-label,
.card-footer-content.d-flex.justify-content-between .line-item-total-price.quantity-label {
  text-align: left;
}

.card-footer-content.d-flex.justify-content-between > div {
  flex: unset;
}

#quickViewModal .mini-slides-images {
  display: none;
}
#quickViewModal .zoom-out {
  display: none;
}
#quickViewModal .modal-content {
  border-radius: 0.5rem;
}
#quickViewModal .modal-dialog.quick-view-dialog {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: 80rem;
}
#quickViewModal .modal-backdrop.show {
  opacity: 0.7;
}
#quickViewModal .custom-select:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#quickViewModal .modal-header {
  height: 6.3rem;
  background-color: rgb(0, 0, 0);
  padding: 0 2.4rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#quickViewModal .modal-header .full-pdp-link {
  color: #ffffff !important;
  font-size: 2.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
#quickViewModal .modal-header .close {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  opacity: 1;
  padding: 0;
  color: #ffffff !important;
}
#quickViewModal .modal-body {
  padding: 1.8rem 2.4rem 2.4rem 2.4rem;
}
#quickViewModal .carousel {
  width: 30rem;
  max-width: 30rem;
}
#quickViewModal .content-side {
  padding: 0 2.4rem 0 0;
}
#quickViewModal .product-name {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
#quickViewModal .prices {
  padding: 0;
  margin: 0 0 0.6rem 0;
}
#quickViewModal .price {
  text-align: left;
  margin: 0 0 1.8rem 0;
}
#quickViewModal .two-prices .strike-through.list .value {
  font-size: 1.8rem;
  color: #706E6B;
  margin: 0 1.8rem 0 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
#quickViewModal .two-prices .sales .value {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
#quickViewModal .advisement-msg {
  font-size: 2rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  display: none !important;
}
#quickViewModal .list-unstyled.availability-msg div {
  font-size: 1.8rem;
  color: #1E8E3E;
  padding: 0 0 1.8rem 0;
  border-bottom: 0.1rem solid #939597;
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
#quickViewModal .quantity-wrapper {
  margin: 0 0 2.4rem 0;
}
#quickViewModal .quantity-wrapper label {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 1.2rem 0 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
#quickViewModal .quantity-wrapper .quantity-select.custom-select.form-control {
  font-size: 1.8rem;
  color: #000000;
  border-radius: 0.3rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0.1rem solid #939597;
  background: #ffffff url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><g><path fill-rule='evenodd' clip-rule='evenodd' d='M0.351472 0.751496C0.820101 0.282867 1.5799 0.282867 2.04853 0.751496L6 4.70297L9.95147 0.751496C10.4201 0.282867 11.1799 0.282867 11.6485 0.751496C12.1172 1.22013 12.1172 1.97992 11.6485 2.44855L6.84853 7.24855C6.3799 7.71718 5.6201 7.71718 5.15147 7.24855L0.351472 2.44855C-0.117157 1.97992 -0.117157 1.22013 0.351472 0.751496Z' fill='black'/></g></svg>") no-repeat;
  background-color: rgb(255, 255, 255);
  background-position-x: 0%;
  background-position-y: 0%;
  background-color: white;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: right 1.2rem top 50%;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  font-weight: normal !important;
  width: 12.5rem;
}
#quickViewModal .modal-footer {
  padding: 0 !important;
}
#quickViewModal .size-chart, #quickViewModal div.availability {
  margin: 0;
}
#quickViewModal .add-to-cart-global {
  background-color: #1E8E3E;
  transition: 0.3s all ease;
}
#quickViewModal .add-to-cart-global:hover {
  background-color: transparent;
  border: 1px solid #1E8E3E;
  color: #1E8E3E;
}

.search-bar-header {
  position: fixed;
  width: 100%;
  top: 3rem;
  left: 0;
  height: 5.6rem;
  background-color: rgb(0, 0, 0);
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
  display: flex;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 62em) {
  .search-bar-header {
    position: static;
    flex: 1;
    height: auto;
    background-color: #ffffff;
    transform: translateX(0);
    display: flex;
    margin: 0 4rem 0 0;
  }
}
@media only screen and (min-width: 75em) {
  .search-bar-header {
    margin: 0 1rem 0 0;
  }
}
.search-bar-header--active {
  transform: translateX(0);
}
@media only screen and (min-width: 62em) {
  .search-bar-header .container-search-header-global {
    width: 100%;
  }
}

.searchbar {
  position: absolute;
  width: 100%;
  top: 11.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 62em) {
  .searchbar {
    top: 15.3rem;
  }
}
.searchbar--fixed {
  top: 11rem;
  padding: 1.2rem 0 0 0;
  background-color: #ECECEC;
  position: fixed;
}
@media only screen and (min-width: 62em) {
  .searchbar--fixed {
    top: 14.3rem;
  }
}
.searchbar--fixed .search-advanced__heading {
  color: #1D1D1B;
}
.searchbar .header,
.searchbar .header .do-you-mean {
  list-style: none;
  font-size: 1.8rem;
  color: black;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.searchbar .term a,
.searchbar .list .item a {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  padding-inline-start: 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.searchbar .term a:last-child,
.searchbar .list .item a:last-child {
  margin: 0 0 1.8rem 0;
}

.site-search .reset-button {
  display: none !important;
}

.suggestions-wrapper {
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  width: 100%;
  font-size: 1.8rem;
}
.suggestions-wrapper .suggestions-backdrop {
  content: "";
  width: 100vw;
  height: calc(100vh - 8.6rem);
  position: fixed;
  top: 8.6rem;
  left: 0;
  z-index: 250;
  background-color: #ffffff;
}
@media only screen and (min-width: 62em) {
  .suggestions-wrapper .suggestions-backdrop {
    height: auto;
  }
}
.suggestions-wrapper .suggestions-backdrop--active {
  display: block !important;
}
.suggestions-wrapper .suggestions {
  z-index: 270;
  display: block !important;
  transform: translateX(0);
  content: "";
  width: 100vw;
  height: calc(100vh - 8.6rem);
  position: fixed;
  top: 5.6rem;
  left: 0;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 62em) {
  .suggestions-wrapper .suggestions {
    content: "";
    width: 100%;
    position: static;
    top: 5.6rem;
    left: 0;
    background-color: #ffffff;
    height: auto;
  }
}
.suggestions-wrapper .suggestions--active {
  transform: translateX(0);
}
@media only screen and (min-width: 62em) {
  .suggestions-wrapper .suggestions {
    display: none;
  }
}
.suggestions-wrapper .suggestions-list {
  padding: 1.8rem;
}
.suggestions-wrapper .suggestions-list li {
  list-style: none;
}
.suggestions-wrapper .header {
  font-size: 1.6rem;
  padding: 0;
  color: rgb(0, 0, 0);
}
.suggestions-wrapper .header:not(:first-child) {
  margin: 1.2rem 0 0 0;
}
.suggestions-wrapper .header .products {
  margin: 1.8rem 0;
}
.suggestions-wrapper .header .do-you-mean {
  margin: 0 0 1.8rem 0;
}
.suggestions-wrapper .items {
  padding: 0;
}
.suggestions-wrapper .item {
  margin: 0 0 1.2rem 0;
  padding: 0;
}
.suggestions-wrapper .item:last-child {
  margin: 0;
}
.suggestions-wrapper .link:hover {
  text-decoration: none !important;
}

.suggestions-backdrop {
  z-index: 260;
  content: "";
  width: 100vw;
  height: calc(100vh - 8.6rem);
  position: fixed;
  top: 5.6rem;
  left: 0;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: translateX(-100%);
}
@media only screen and (min-width: 62em) {
  .suggestions-backdrop {
    content: "";
    width: 100%;
    position: static;
    top: 5.6rem;
    left: 0;
    background-color: #ffffff;
    height: auto;
  }
}
.suggestions-backdrop--active {
  transform: translateX(0);
}

.site-search {
  height: 3rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
}
@media only screen and (min-width: 62em) {
  .site-search {
    height: 4rem;
  }
}
.site-search form {
  height: 100%;
  background-color: transparent;
  border-radius: 0.3rem;
}
.site-search .form-control.search-field {
  background-color: #ffffff;
  border: none;
  border-radius: 0.3rem;
  color: #1D1D1B;
  font-size: 1.8rem;
  padding: 0 0 0 5rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.site-search .form-control.search-field::placeholder {
  color: #706E6B;
  font-size: 1.6rem;
  line-height: 2rem;
}
.site-search .form-control.search-field:focus {
  box-shadow: none;
  outline: none;
}
.site-search .fa-close, .site-search .fa-search {
  position: absolute;
  border: none;
  top: 50%;
  left: 1.2rem;
  padding: 0;
  background-color: transparent;
  transform: translateY(-50%);
  width: 2rem;
}
.site-search .fa-close::before, .site-search .fa-search::before {
  display: none;
}

.close-search-mobile {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.6rem;
  margin: 0 0 0 0.6rem;
  border: none;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.searchbar-advanced-wrapper {
  position: fixed;
  top: 16.7rem;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 62em) {
  .searchbar-advanced-wrapper {
    top: 16.4rem;
  }
}
.searchbar-advanced-wrapper--home {
  position: absolute;
  max-width: 80%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.searchbar-advanced-wrapper--active {
  transform: translateY(0);
  display: block !important;
}

.searchAdvancedHeadingIcon {
  transition: all 0.3s ease;
}
.searchAdvancedHeadingIcon--active {
  transform: rotate(180deg);
}

.search-advanced {
  background-color: #000000;
}
.search-advanced__header {
  margin: 0 0 1.2rem 0;
  cursor: pointer;
}
.search-advanced__header--hide {
  display: none;
}
.search-advanced__header--margin {
  padding: 1.2rem 0 0 0;
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .search-advanced__header--margin {
    padding: 1.8rem 0 0 0;
    margin: 0 0 1.8rem 0;
  }
}
.search-advanced__heading {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .search-advanced__heading {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.search-advanced__heading--big {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
@media only screen and (min-width: 62em) {
  .search-advanced__heading--big {
    font-size: 1.8rem;
  }
}
.search-advanced__form-wrapper {
  padding: 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .search-advanced__form-wrapper {
    padding: 1.2rem 0 2.4rem 0;
  }
}
.search-advanced__form {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 62em) {
  .search-advanced__form {
    flex-direction: row;
  }
}
.search-advanced__input-field {
  flex: 1;
  width: 100%;
  margin: 0 0 1.2rem 0;
}
.search-advanced__input-field:last-child {
  margin: 0;
}
@media only screen and (min-width: 62em) {
  .search-advanced__input-field {
    padding: 0 1.8rem 0 0;
    width: auto;
    margin: 0;
  }
}
.search-advanced__input-field--small {
  flex: unset;
  padding: 0;
}
.search-advanced__select {
  height: 3rem;
  border-radius: 0.3rem;
  background-color: #ffffff;
  color: #606060;
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding: 0 1.2rem;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.1s ease;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .search-advanced__select {
    font-size: 1.8rem;
    line-height: 2.7rem;
    height: 4rem;
  }
}
.search-advanced__btn {
  width: 100%;
  height: 3rem;
}
@media only screen and (min-width: 62em) {
  .search-advanced__btn {
    width: 18rem;
    height: 4rem;
  }
}

.form-group-show-password {
  position: relative;
}
.form-group-show-password svg {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.form-group-show-password-login svg {
	position: relative;
    float: right;
    right: 1.2rem;
    transform: translateY(-130%);
    cursor: pointer;
}

svg.show-password-icon.icon-createAccount {
  top: 23px;
}

.steps-bar {
  height: 4.2rem;
  width: 100%;
  background-color: #706E6B;
  margin: 1.8rem 0 2.4rem 0;
}
@media only screen and (min-width: 62em) {
  .steps-bar {
    height: 7.5rem;
  }
}
.steps-bar .step {
  display: none;
  font-size: 1.8rem;
  color: #ffffff;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .steps-bar .step {
    font-size: 2.4rem;
  }
}
.steps-bar .step--show {
  display: block !important;
}

button:focus,
.btn:focus,
.btn:focus-visible,
a,
a:focus-visible,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  outline: none !important;
  box-shadow: none;
  background-color: transparent;
  color: #1E8E3E;
  border: transparent;
}

.btn-block + .btn-block {
  margin: 0;
}

.btn:focus {
  background-color: rgb(0, 0, 0);
  border-color: none;
  color: #ffffff;
}
.btn__gray {
  height: 4rem;
  background-color: #404040;
  font-size: 1.8rem;
  color: #ffffff;
  border-radius: 0.3rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
.btn__gray:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-outline-primary {
  border: 0.1rem solid #404040;
  color: #404040;
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
.btn.btn-outline-primary:hover {
  background-color: #404040;
  border: 1px solid #404040;
}
.btn.btn-primary {
  border: 0.1rem solid #1E8E3E;
  background-color: #1E8E3E;
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover {
  color: #1E8E3E;
  background-color: transparent;
  border: 1px solid #1E8E3E;
}
.btn.btn-primary:disabled {
  background-color: #404040;
}
@media only screen and (min-width: 62em) {
  .btn.btn-primary {
    font-size: 1.8rem;
  }
}
.btn.btn-tertiary {
  border: 0.1rem solid #404040;
  background-color: #404040;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
.btn.btn-tertiary:hover {
  color: #404040;
  background-color: transparent;
  border: 1px solid #404040;
}
.btn.btn-tertiary:disabled {
  background-color: #404040;
}
@media only screen and (min-width: 62em) {
  .btn.btn-tertiary {
    font-size: 1.8rem;
  }
}
.btn.btn-secondary {
  background-color: transparent;
  border: 0.1rem solid #404040;
  color: #404040;
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #404040;
  border: 1px solid #404040;
}
.btn.btn-search {
  background-color: #313131;
  border: 0.1rem solid #000000;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 62em) {
  .btn.btn-search {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.btn.btn-reset {
  background-color: transparent;
  border: 0.1rem solid #FFA500;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin: 1.2rem 0 0 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 62em) {
  .btn.btn-reset {
    margin: 0 0 0 1.8rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.btn.btn-product-tile {
  border-radius: 3px;
  width: 100%;
  height: 3.2rem;
  font-size: 1.2rem;
  color: #ffffff !important;
  background-color: #1E8E3E;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .btn.btn-product-tile {
    height: 3rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 550px) {
  .btn.btn-product-tile {
    font-size: 16px;
  }
}
.btn.btn-primary.filter-results {
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  background-color: #000;
  border: none;
  border-radius: 5px;
  line-height: normal;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.btn.btn-outline-primary.more {
  font-size: 1.8rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  height: 4.5rem;
  background-color: #1E8E3E;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .btn.btn-outline-primary.more {
    max-width: 36rem;
  }
}
.btn.reset.btn-block.btn-outline-primary {
  font-size: 1.8rem;
  color: #404040;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  border-color: #1E8E3E;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 550px) {
  .btn.btn-block.btn-outline-primary.btn-apply {
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    height: 50px;
    font-weight: 500 !important;
    border-color: #000000;
    letter-spacing: 0.1em;
    border-radius: 0;
    opacity: 1;
  }

  .btn.reset.btn-block.btn-outline-primary.btn-clear {
    background-color: #FFF;
    color: #000;
    font-size: 16px;
    height: 50px;
    font-weight: 600 !important;
    border-color: #000000;
    letter-spacing: 0.1em;
    border-radius: 0;
  }
}

.btn.reset.btn-block.btn-outline-primary:hover {
  color: #ffffff;
}
.btn.see-more-btn {
  padding: 0;
  margin: none;
  text-decoration: underline;
  color: #706E6B;
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.btn.see-more-btn--hide {
  display: none !important;
}
.btn.see-more-btn svg {
  margin: 0 0.6rem 0 0;
}
.btn.add-to-cart-global.btn-primary {
  font-size: 1.8rem;
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #404040;
  border-radius: 5px;
}
.btn.add-to-wish-list {
  width: 4rem;
  max-width: 100%;
  height: 45px;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #404041;
  border-radius: 6px;
  position: absolute;
  top: 1.2rem;
  right: 3rem;
  z-index: 1;
}

.modal-addToCart.btn.add-to-wish-list.d-flex {
  width: 100%;
  justify-content: flex-end !important;
}
.modal-addToCart.product-tile.wish-icon {
  position: relative !important;
  z-index: 1;
  width: 25%;
}
.btn.add-to-wish-list__homeCarousel {
  border: none;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  box-shadow: 0px 2px 4px #d9d9d9, 0px 2px 4px #fff;
  float: right;
  margin: 12px 12px 0 0;
}
.btn.add-to-wish-list__homeCarousel:active {
  box-shadow: 0px 2px 4px #d9d9d9, 0px 2px 4px #fff;
  background: linear-gradient(145deg, #eaeaea, #ffffff);
}
.btn.add-to-cart-btn {
  font-size: 1.8rem;
  height: 45px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #1E8E3E;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.btn.add-to-cart-btn:hover {
  background-color: transparent;
  color: #404040;;
}
.btn.buy-now {
  background-color: #1E8E3E;
  font-size: 1.8rem;
  height: 4.5rem;
  color: #ffffff;
  border-radius: 0.5rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
.btn.buy-now:hover {
  background-color: transparent;
  color: #1E8E3E;
}
.btn.btn-show-details, .btn.btn-add-new {
  font-size: 1.8rem;
  color: #706E6B;
  border-bottom: 2px solid #706E6B !important;
  border-radius: 5px;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.btn.card-btn {
  height: 4.5rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.btn.card-btn svg {
  margin: 0 1.2rem 0 0;
}

.btn-address {
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 380px;
  height: 55px;
  font-family: "" !important;
  font-style: normal !important;
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 22px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #404040;
  border: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.maincontent-checkout#maincontent {
  padding: 0 !important;
  min-height: calc(100vh - 26.3rem);
}

.form-control:focus {
  box-shadow: none;
}

.pre-cards {
  margin: 0 0 2.4rem 0 !important;
}

.miniCart-msg {
  font-size: 1.8rem;
  color: #000000;
  margin: 0 0 0.6rem 0;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}

.checkout-page .disabled-place-order {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.checkout-page .place-order-wrapper {
  position: relative;
}
.checkout-page .privacy-policy {
  font-size: 1.6rem;
  margin: 0 0 1.8rem 0;
}
.checkout-page .next-step-button .mb-sm-3,
.checkout-page .invoice-wrapper {
  padding: 1rem 0.5rem !important;
}
@media only screen and (min-width: 62em) {
  .checkout-page .next-step-button .mb-sm-3,
  .checkout-page .invoice-wrapper {
    padding: 0 !important;
  }
}
.checkout-page .next-step-button div {
  padding: 0;
}
.checkout-page .line-item-header {
  display: none !important;
}
.checkout-page .line-item-header.line-item-header--checkout {
  display: flex !important;
  margin: 0.6rem 0 0 0;
}
.checkout-page .line-item-header.line-item-header--checkout .line-item-name {
  margin: 0;
}
.checkout-page .line-item-header.line-item-header--checkout .line-item-name span {
  font-size: 1.8rem;
}
.checkout-page .unit-price .two-prices {
  display: flex;
  flex-direction: column;
}
.checkout-page .d-flex.justify-content-between.no-margin.align-items-start.prices-section div {
  flex: unset;
}
.checkout-page .item-attributes .unit-price .price .two-prices .sales .value {
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .prices-section .line-item-unit-price--checkout {
  display: flex !important;
  margin: 0;
  flex-direction: column;
}
.checkout-page .prices-section .line-item-total-price .pricing,
.checkout-page .prices-section .line-item-total-price .strike-through {
  margin-right: 32px;
}
.checkout-page .prices-section .line-item-total-price .pricing .unit-price .two-prices {
  display: flex;
  flex-direction: column;
}
.checkout-page .line-item-unit-price {
  margin: 0.6rem 0 0 0;
  display: none;
}
.checkout-page .line-item-unit-price--checkout {
  display: flex !important;
  margin: 0;
}
.checkout-page .line-item-unit-price--checkout p {
  font: 1.4rem !important;
}
.checkout-page .line-item-unit-price .line-item-pricing-info {
  margin: 0 0.3rem 0 0;
}
.checkout-page .line-item-availability {
  display: none;
}
.checkout-page .line-item-quantity .line-item-pricing-info {
  display: flex;
  grid-gap: 0.3rem;
  flex-direction: column;
}
.checkout-page .line-item-quantity .line-item-pricing-info span {
  font-size: 1.4rem !important;
}
.checkout-page .line-item-quantity--checkout {
  display: block;
}
.checkout-page .pickup-msg-wrapper {
  background-color: #ececec;
  width: 100%;
  padding: 1.8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.8rem 0;
}
.checkout-page .pickup-msg-paragraph {
  color: #1E8E3E;
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .pricing {
  font-weight: unset;
  font-size: 1.4rem !important;
}
.checkout-page .line-item-total-price {
  display: flex;
  grid-gap: 0.3rem;
  align-items: center;
  flex-direction: column;
}
.checkout-page .line-item-total-price span {
  font-size: 1.4rem !important;
}
.checkout-page .line-item-total-price .line-item-pricing-info {
  margin: 0 0.3rem 0 0;
}
.checkout-page .page {
  background-color: #ECECEC;
}
.checkout-page .need-help {
  font-size: 2.2rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .need-help span a {
  color: #0070D2;
}
.checkout-page .need-help .underline {
  content: "";
  height: 0.1rem;
  width: 100%;
  margin: 1.2rem 0 2.4rem 0;
  background-color: #939597;
}
.checkout-page .underline {
  width: 0%;
  height: 0.1rem;
  background-color: #000000;
  content: "";
  transition: all 0.3s ease;
}
.checkout-page .underline--active {
  width: 80%;
}
@media only screen and (min-width: 62em) {
  .checkout-page .content-side {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 3.6rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
.checkout-page .forms-side {
  grid-column: 1/8;
}
.checkout-page .summary-side {
  grid-column: 8/13;
}
.checkout-page .card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  margin: 0 0 2.4rem 0;
}
.checkout-page .card.order-product-summary {
  background-color: transparent;
  border: 0.1rem solid #939597;
}
.checkout-page .card--margin-18-24 {
  margin: 0 0 1.8rem 0;
}
@media only screen and (min-width: 62em) {
  .checkout-page .card--margin-18-24 {
    margin: 0 0 2.4rem 0;
  }
}
.checkout-page .card-header {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: rgb(0, 0, 0);
  height: 6.5rem;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
}
.checkout-page .card-header .card-header-custom {
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .card-header--between {
  justify-content: space-between;
}
.checkout-page .clearfix::after {
  display: none;
}
.checkout-page .card-body {
  padding: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
.checkout-page .card-body .item-attributes {
  max-width: 100%;
}
.checkout-page .customer-information-block {
  padding: 0;
  margin: 0 0 1.8rem 0;
}
.checkout-page .customer-information-block .form-group {
  margin: 0 0 1.8rem 0;
}
.checkout-page .card-content {
  padding: 1.2rem 1.8rem;
}
@media only screen and (min-width: 62em) {
  .checkout-page .card-content {
    padding: 1.2rem 2.4rem;
  }
}
.checkout-page .card-title {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
.checkout-page .guess-btn,
.checkout-page .guess-title {
  display: none !important;
}
.checkout-page .guess-btn--show,
.checkout-page .guess-title--show {
  display: block !important;
}
.checkout-page .form-group {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .form-control-label {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 0.6rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .require-span {
  color: #CC0000;
}
.checkout-page .form-control {
  height: 4.5rem;
  border: 0.1rem solid #939597;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  padding: 0 1.2rem;
}
.checkout-page .guess-title {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .submit-customer-login,
.checkout-page .submit-customer,
.checkout-page .guess-btn,
.checkout-page .oauth-google,
.checkout-page .oauth-facebook,
.checkout-page .submit-shipping,
.checkout-page .submit-payment,
.checkout-page .place-order,
.checkout-page .order-confirmation-continue-shopping,
.checkout-page .submit-invoice,
.checkout-page .btn-cancel-invoice,
.checkout-page .btn-save-invoice {
  height: 4.5rem;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .submit-customer-login svg,
.checkout-page .submit-customer svg,
.checkout-page .guess-btn svg,
.checkout-page .oauth-google svg,
.checkout-page .oauth-facebook svg,
.checkout-page .submit-shipping svg,
.checkout-page .submit-payment svg,
.checkout-page .place-order svg,
.checkout-page .order-confirmation-continue-shopping svg,
.checkout-page .submit-invoice svg,
.checkout-page .btn-cancel-invoice svg,
.checkout-page .btn-save-invoice svg {
  margin: 0 1.2rem 0 0;
}
.checkout-page .login-link,
.checkout-page .btn.btn-link.js-login-customer {
  color: #0070D2;
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .submit-customer,
.checkout-page .submit-customer-login {
  margin: 0 0 1.8rem 0;
}
.checkout-page .login-oauth .form-group:first-child {
  margin: 0 0 1.8rem 0;
}
.checkout-page .grand-total-price,
.checkout-page .credit-card-form {

}
.checkout-page .leading-lines {
  margin: 0 0 0.6rem 0 !important;
}
.checkout-page .leading-lines .start-lines::before {
  display: none;
}
.checkout-page .leading-lines p,
.checkout-page .leading-lines .start-lines span,
.checkout-page .leading-lines .end-lines span {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .leading-lines.grand-total p {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .nav-link.credit-card-tab {
  display: flex !important;
}
.checkout-page .already-account {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .card-content-products .leading-lines {
  margin: 0 0 1.8rem 0 !important;
  padding: 0 0 1.2rem 0;
  border-bottom: 1px solid #939597;
}
.checkout-page .line-item-header {
  margin: 0 0 1.2rem 0;
}
.checkout-page .line-item-header .line-item-name span {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .product-line-item-details {
  padding: 0 0 1.8rem 0 !important;
  margin: 0 0 1.8rem 0 !important;
  border-bottom: 1px dashed #939597;
}
.checkout-page .item-image {
  width: 10rem;
  height: 10rem;
  margin: 0 1.8rem 0 0;
}
.checkout-page .item-image img.product-image {
  max-height: 100%;
}
.checkout-page .line-item-divider {
  margin: 0 0 1.8rem 0;
}
.checkout-page .promotions {
  margin: 0 0 1.8rem 0;
}
.checkout-page .product-line-item + .product-line-item::before,
.checkout-page .multi-shipping + .product-line-item::before {
  border-bottom: 0.1rem solid #939597;
  margin: 1.8rem 0;
}
.checkout-page .product-line-item-details {
  overflow: unset;
}
.checkout-page .product-line-item-details .item-attributes {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.checkout-page .product-line-item-details .line-item-attributes,
.checkout-page .product-line-item-details .mini-cart-brand,
.checkout-page .product-line-item-details .sku,
.checkout-page .product-line-item-details .line-item-unit-price {
  font-size: 1.4rem;
  color: rgb(0, 0, 0);
  margin: 0.6rem 0 0 0;
  display: flex;
  align-items: center;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .product-line-item-details .line-item-attributes {
  text-transform: uppercase;
}
.checkout-page .product-line-item-details .line-item-total-text {
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .line-item-pricing-info span,
.checkout-page .line-item-pricing-info .line-item-total-text {
  font-size: 1.4rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .prices-section .two-prices .sales {
  margin-top: 3px;
}
.checkout-page .prices-section .two-prices .strike-price {
  margin-top: 3px;
}
.checkout-page .two-prices,
.checkout-page .price {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .two-prices .sales .value,
.checkout-page .price .sales .value {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .pricing.qty-card-quantity-count {
  font-size: 1.4rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .price {
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .strike-through {
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .highlight__content {
  background-color: #1E8E3E;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 3.8rem;
}
.checkout-page .highlight__content span {
  margin: 0 0 0 0.3rem;
}
.checkout-page .summary-section-label,
.checkout-page .summary-details {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .summary-section-label {
  margin: 0 0 0.6rem 0;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .shipping-method-block,
.checkout-page .shipping-address-block {
  padding: 0;
}
.checkout-page .shipping-method-block h3,
.checkout-page .shipping-address-block h3 {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.checkout-page .leading-lines.shipping-method-list {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .form-section {
  margin: 0 0 1.8rem 0;
}
.checkout-page .flex-2-cols {
  display: flex;
  grid-gap: 2.4rem;
}
.checkout-page .form-group {
  flex: 1;
  margin: 0;
}
.checkout-page .billing-address-block,
.checkout-page .address-selector-block,
.checkout-page .contact-info-block,
.checkout-page fieldset {
  padding: 0;
}
.checkout-page .billing-address-block .form-group,
.checkout-page .address-selector-block .form-group,
.checkout-page .contact-info-block .form-group,
.checkout-page fieldset .form-group {
  margin: 0 0 1.8rem 0;
}
.checkout-page .edit-btns {
  display: flex;
  justify-content: space-between;
}
.checkout-page #billingAddressSelector {
  margin: 0 0 0.6rem 0;
}
.checkout-page .nav.nav-tabs.nav-fill.payment-options {
  margin: 0 0 2.4rem 0;
}
.checkout-page .payment-options {
  display: flex;
}
.paypal-button {
  background-color: #edd8d8 !important;
}
.method-btn {
  width: 48% !important;
  @media (max-width: 500px) {
    width: 46% !important;
  }
}
.checkout-pro-tab {
  margin-left: 20px !important;
  @media (max-width: 500px) {
    margin-left: 8px !important;
  }
}
.mp-checkout-pro-dummy {
  margin-left: 10px !important;
  width: 49% !important;
}
img.credit-card-option {
  @media (max-width: 500px) {
    width: 80%;
  }
}
img.credit-card-option.mt-2.mb-1.icon-cards {
  margin-left: 16%;
  @media (max-width: 1200px) {
    margin-left: 8%;
  }
  @media (max-width: 990px) {
    margin-left: 16%;
  }
  @media (max-width: 550px) {
    margin-left: 0%;
  }
}
img.checkout-pro-option {
  @media (max-width: 500px) {
    width: 80%;
    height: 80%;
    margin-top: 3px;
  }
}
.btn-paypal {
  width: 100% !important;
}
.paypal-dummy {
  width: 48%;
}
#mp-checkout-pro-a {
  width: 49%;
}
.checkout-pro {
  width: 100% !important;
}
.checkout-page .payment-options .nav-link {
  display: flow !importante;
  justify-content: center;
  border: 1px solid #404040;
  border-radius: 5px;
  margin: 0 0 1.8rem 0;
}
.checkout-page .payment-options .nav-link.active, .checkout-page .payment-options .nav-link:focus {
  border: 4px solid #111 !important;
}
.checkout-page .custom-control-label {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.checkout-page .invalid-Checkbox-Terms{
	font-size: 1.8rem;
	color: #c00;
	font-family: "AkzidenzGroteskBE" !important;
	font-weight: normal !important;
	margin-bottom: 8px;
}
.checkout-page .custom-control-label::before, .checkout-page .custom-control-label::after {
  display: none;
}
.checkout-page .custom-control-label--margin-top {
  margin: 2.4rem 0 0 0;
}
.checkout-page .custom-control {
  padding: 0;
}
.checkout-page .custom-control svg {
  margin: 0 1.2rem 0 0;
}
.checkout-page .custom-checkbox {
  margin: 0 0 1.2rem 0 !important;
  display: flex;
}
.checkout-page .form-group.save-invoice-wrapper {
  position: relative;
}
.checkout-page .validation-msg {
  color: red;
  font-size: 1.2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .validation-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}
.checkout-page .validation-backdrop--short {
  height: calc(100% - 1.4rem);
}
.checkout-page .empty-invoice {
  height: 6.3rem;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #ECECEC;
  padding: 0 1.8rem;
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .sended-invoice {
  height: 6.3rem;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #ECECEC;
  padding: 0 1.8rem;
  font-size: 1.8rem;
  color: #1E8E3E;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.checkout-page .co-worker {
  color: #404041;
}
.checkout-page .card-invoice {
  display: none;
}
.checkout-page .card-invoice--show {
  display: block !important;
}
.modal-dialog.modal-dialog-centered.modal-invoice {
  max-width: 800px;
}
.modal-body.invoice-modal-body {
  padding: 10%;
}
.checkout-page .invoice-wrapper {
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
@media only screen and (min-width: 62em) {
  .checkout-page .invoice-wrapper {
    position: static;
  }
}
.checkout-page .submit-invoice {
  display: none;
}
@media only screen and (min-width: 62em) {
  .checkout-page .submit-invoice {
    position: static;
  }
}
.checkout-page .submit-invoice--show {
  display: block !important;
}
.checkout-page .invoice-form-section--hide {
  display: none;
}
.checkout-page .empty-invoice--hide {
  display: none !important;
}
.checkout-page .form-invoice-handler {
  display: none;
}
.checkout-page .form-invoice-handler--active {
  display: block !important;
}
.checkout-page .tax-regime .regime-btn {
  flex: 1;
  background-color: #939597;
  color: #ffffff;
  font-size: 1.8rem;
  border: none;
  height: 4.6rem;
  font-weight: normal !important;
}
.checkout-page .tax-regime .regime-btn--active {
  background-color: transparent;
  border-top: 0.1rem solid #706E6B;
  color: #1D1D1B;
}
.checkout-page .card.payment-form {
  display:none !important;
}
.checkout-page .card.payment-form--show {
  display: block !important;
}
.checkout-page .btn.btn-primary.btn-block.submit-payment {
  display: none !important;
}
.checkout-page .btn.btn-primary.btn-block.submit-payment.submit-payment--show {
  display: block !important;
}
.checkout-page .next-step-button {
  left: 0;
  z-index: 100;
}
.checkout-page .order-product-summary .card-header.order-product-header {
  color: #ffffff;
}
.checkout-page .order-product-summary .custom-price {
  display: none !important;
}
.checkout-page .order-product-summary .unit-price-label {
  text-transform: uppercase;
}
.checkout-page .order-product-summary .product-line-item-details .unit-price-label {
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  text-transform: uppercase;
}

@media only screen and (max-width: 415px) {
  .checkout-page .prices-section .line-item-unit-price span,
  .checkout-page .prices-section .line-item-unit-price .line-item-total-text {
    font-size: 1.2rem !important;
  }
  .checkout-page .line-item-quantity .line-item-pricing-info span {
    font-size: 1.2rem !important;
  }
  .checkout-page .order-product-summary .unit-price-label {
    font-size: 1.2rem;
  }
  .checkout-page .line-item-total-price span {
    font-size: 1.2rem !important;
  }
  .checkout-page .prices-section .two-prices {
    font-size: 1.2rem;
  }
  .price-iva {
    font-size: 10px;
  }
}
@media only screen and (max-width: 350px) {
  .checkout-page .prices-section .line-item-pricing-info span,
  .checkout-page .prices-section .line-item-pricing-info .line-item-total-text {
    font-size: 1rem !important;
  }
  .checkout-page .line-item-quantity .line-item-pricing-info span {
    font-size: 1rem !important;
  }
  .checkout-page .order-product-summary .unit-price-label {
    font-size: 1rem;
  }
  .checkout-page .line-item-total-price span {
    font-size: 1rem !important;
  }
  .checkout-page .prices-section .two-prices {
    font-size: 1rem;
  }
}
.btn-pickpoint {
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 380px;
  height: 55px;
  font-family: "" !important;
  font-style: normal !important;
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 22px;
}

.location-marker {
  color: #FFFFFF;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  position: fixed;
  left: 60%;
  top: 8.7rem;
}

@media only screen and (max-width: 766px) {
  .location-marker {
    top: 6.5rem;
  }
}
.confirm-btn-div {
  text-align: center;
  height: 40px;
  margin-top: 1.46rem;
}

.btn.btn-primary.confirm-btn {
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 17px;
  padding: 8px;
  width: 100%;
  background: #404040;
  border-radius: 5px;
  color: #FFFFFF;
  margin-left: 2rem;
}

@media only screen and (max-width: 769px) {
  .btn.btn-primary.confirm-btn {
    margin-left: 0;
  }
}
.btn.btn-primary.login-btn {
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  padding: 8px;
  width: 100%;
  margin-top: 1rem;
  background: #404040;
  border-radius: 5px;
  color: #FFFFFF;
}

.location-modal .modal-content .model-bg-img {
  background-image: url("../images/vehicle.png");
  width: 100%;
  height: 155px;
}

.location-modal .modal-content .bg-color {
  background-color: #706E6B;
}

.pits2go-png {
  background-color: #1D1D1B;
  height: 53px;
  padding: 15px;
  text-align: center;
}

.modal-header {
  border-bottom: none !important;
}

.modal-content {
  border: none !important;
}

.location-info {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1D1D1B;
  padding: 1rem;
  color: #1D1D1B;
}

.form-control.zipcode {
  font-size: 2rem;
}

.label-font {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.address-content {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1B;
}

.modify-address-content {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0070D2;
}

.current-location-content {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1B;
  text-decoration-line: underline;
  cursor: pointer;
}

.modal-header .close {
  font-size: 2.2rem !important;
  color: #FFFFFF !important;
  margin: -1rem 0rem -1rem auto !important;
  opacity: 1;
  text-shadow: none;
}

.location-label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.card-title.address-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.card-text.address {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 1rem;
}

.card.card-address-box {
  margin-top: 1.4rem;
  cursor: pointer;
}

.card.card-address-box:hover {
  background-color: #f5f5f5;
}

.custom-height {
  height: 35vh;
}

.deliver-address {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #1E8E3E;
}

@media only screen and (max-width: 550px) {
  .deliver-address {
    font-size: 16px;
  }
}

.location-mark {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.location-address {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0070D2;
}

.err-message {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 11px;
  color: #CC0000;
}

.zipCodelable {
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 20px;
}
.zipCodelable::before {
  content: "*";
  color: #c00;
}

.pick-point-option,
.pickup-location-option {
  margin-bottom: 10px;
}

.pick-point-option .form-check-input,
.pickup-location-option .form-check-input {
  position: absolute !important;
  z-index: 1;
  margin-top: 0;
  margin-left: -22px;
  top: 17%;
  width: 16px !important;
  height: 16px !important;
  transform: translateY(-50%);
  left: 75%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pick-point-option .custom-control-label,
.pickup-location-option .custom-control-label {
  display: flex;
  position: static;
  padding: 20px 10px 0;
  background: gray-200;
  font-weight: font-weight-regular;
  font-size: font-size-xs;
}

.pick-point-option .custom-control-label::before,
.pickup-location-option .custom-control-label::before {
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}

.pick-point-option .custom-control-label .pick-point-name,
.pickup-location-option .custom-control-label .pick-point-name {
  font-family: "";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  color: #000000;
}

.pick-point-option .map-pin,
.pickup-location-option .map-pin {
  position: relative;
  margin-right: 10px;
}

.pick-point-option .map-pin .map-pin-icon,
.pickup-location-option .map-pin .map-pin-icon {
  width: 24px;
  height: 24px;
}

.pick-point-option .map-pin .map-pin-label,
.pickup-location-option .map-pin .map-pin-label {
  position: absolute;
  font-size: 8px;
  top: 10px;
  left: 0;
  transform: translateY(-55%);
  width: 24px;
  text-align: center;
  color: white;
}

.border-top {
  position: initial;
  width: 100%;
  height: 0px;
  left: 90px;
  top: 936px;
  /* Field */
  border: 1px solid #706E6B;
}

.pick-points-list-scroll,
.pickup-list-scroll {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pick-point-desc {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.pick-point-address {
  display: inline;
}

.order-product-header {
  background-color: #ECECEC !important;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  /* font-size: 1.2rem; */
  /* margin-bottom: 1rem; */
}

@media (min-width: 768px) {
  .order-product-header {
    margin-bottom: 0;
  }
  .checkout-page .product-line-item-details .unit-price .two-prices {
    font-size: 12px;
  }
}
.card-info-desc {
  width: 351px;
  height: 22px;
  left: 826px;
  top: 431px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
}

.mini-cart-product-price-details {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0.6rem 0 0 0;
  font-family: "" !important;
  font-weight: normal !important;
}

.product-adject-name {
  text-overflow: ellipsis;
  overflow: hidden;
  color: darker-gray;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.pick-point-details {
  width: 100%;
}
.pick-point-details,
.pick-point-details .pick-point-city,
.pick-point-details .pick-point-desc {
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pick-point-details .pick-point-name {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}

.editCartBtn {
  font-size: 16px;
  color: #0070D2;
  text-decoration: none;
}

.main-cart-page .price-iva,
#checkout-main .price-iva,
.minicart-wrapper .price-iva {
  display: none;
}

.cart-page .line-item-price-info .two-prices .strike-price {
  text-decoration: none !important;
}

.cart-page .line-item-total-price .strike-through {
  padding: 0 !important;
  margin: 0;
  white-space: nowrap;
}

.price .strike-through {
  white-space: nowrap;
}

.mult-delivery span.pricing.line-item-total-price-amount::before {
  content: "$";
}

.error-hero {
  background-image: url("../images/error-page.jpg");
}

.hero {
  background-position: top;
}

.d-grid {
  display: grid;
  align-content: center;
  height: 50vh;
}

.error.continue-shopping {
  margin: 0;
}

.editorialRichText-component-container {
  font-size: 2.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  color: #706E6B;
}

.landing-page {
  padding: 0 0 3.6rem 0;
}

.location-marker {
  color: #FFFFFF;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  position: fixed;
  left: 60%;
  top: 8.7rem;
}

@media only screen and (max-width: 766px) {
  .location-marker {
    top: 6.5rem;
  }
}
.confirm-btn-div {
  text-align: center;
  height: 40px;
  margin-top: 1.46rem;
}

.btn.btn-primary.confirm-btn {
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 17px;
  padding: 8px;
  width: 100%;
  background: #404040;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .btn.btn-primary.confirm-btn {
    margin-left: 0;
  }
}
.btn.btn-primary.login-btn {
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  padding: 8px;
  width: 100%;
  margin-top: 1rem;
  background: #404040;
  border-radius: 5px;
  color: #FFFFFF;
}

.location-modal .modal-content .model-bg-img {
  background-image: url("../images/popupimg.png");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 155px;
}

.location-modal .modal-content .bg-color {
  background-color: #706E6B;
}

.pits2go-png {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D1D1B;
  height: 53px;
  padding: 15px;
  text-align: center;
}
.pits2go-png span {
  color: #ffffff;
  font-size: 2.2rem;
  margin: 0 1.2rem 0 0;
  text-transform: uppercase;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  font-weight: bolder !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-content {
  border: none !important;
}

.location-info {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1D1D1B;
  padding: 1rem;
  color: #1D1D1B;
}

.form-control.zipcode {
  font-size: 2rem;
}

.zipcode-form .form-group.col-md-8.col-xs-12 {
  padding: 0 1.8rem 0 0 !important;
}
.zipcode-form .btn.btn-primary.confirm-btn {
  border: none;
}

.label-font {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.address-content {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1B;
}

.modify-address-content {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0070D2;
}

.current-location-content {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1B;
  text-decoration-line: underline;
  cursor: pointer;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.modal-header .close {
  font-size: 2.2rem !important;
  color: #FFFFFF !important;
  margin: -1rem 0rem -1rem auto !important;
  opacity: 1;
  text-shadow: none;
}

.location-label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.card-title.address-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.card-text.address {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 1rem;
}

.card.card-address-box {
  margin-top: 1.4rem;
  cursor: pointer;
}

.card.card-address-box:hover {
  background-color: #f5f5f5;
}

.custom-height {
  height: 35vh;
}

.deliver-address {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1E8E3E;
  margin-bottom: -3px;
}

.location-mark {
  font-family: "AkzidenzGroteskBE";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 6px;
}

.location-address {
  font-family: "AkzidenzGroteskBE";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0070D2;
}

@media only screen and (max-width: 550px) {
  .location-address {
    font-size: 16px;
  }
  .location-mark {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .deliver-address {
    font-size: 16px;
  }
}

.err-message {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 11px;
  color: #CC0000;
}

.main-cart-page {
  padding: 2.4rem 0 0 0;
}
.main-cart-page h1, .main-cart-page h2, .main-cart-page h3, .main-cart-page h4, .main-cart-page h5, .main-cart-page p {
  line-height: unset;
}
.main-cart-page .cart-page {
  padding: 2.4rem 0 7.2rem 0;
}
.main-cart-page .breadcrumb-fake {
  margin: 0 0 2.4rem 0;
}
.main-cart-page .breadcrumb-fake li {
  list-style: none;
}
.main-cart-page .breadcrumb-fake a {
  margin: 0 0.3rem 0 0;
  font-size: 1.2rem;
}
.main-cart-page__title-component {
  margin: 0;
}
@media only screen and (min-width: 62em) {
  .main-cart-page__title-component {
    margin: 0 0 4.8rem 0;
  }
}
.main-cart-page__title {
  font-size: 2.2rem;
  color: #404041;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
.main-cart-page .number-of-items,
.main-cart-page .continue-shopping-link,
.main-cart-page span {
  font-size: 1.6rem;
}
.main-cart-page .number-of-items .help-phone-number,
.main-cart-page .continue-shopping-link .help-phone-number,
.main-cart-page span .help-phone-number {
  color: #0070D2;
}
.main-cart-page .underline {
  border-top: 1px solid #939597;
}
.main-cart-page__underline {
  height: 0.1rem;
  flex: 1;
  background-color: #404041;
  margin: 0 0 1.2rem 2.4rem;
}
.main-cart-page .cart-empty {
  margin: 0 0 7.2rem 0;
}
.main-cart-page .underline {
  margin: 1.2rem 0 0 0;
}
.main-cart-page .underline--long-margin {
  margin: 1.2rem 0 6rem 0;
}
.main-cart-page .empty-title {
  font-size: 3.2rem;
  color: rgb(0, 0, 0);
  margin: 0 0 4.2rem 0;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
.main-cart-page .back-btn {
  width: 16.4rem;
  height: 4.5rem;
  font-size: 1.8rem;
  margin: 0 auto;
}
.main-cart-page .checkout-continue {
  z-index: 1000;
  left: 0;
}
.main-cart-page .checkout-continue div {
  padding: 1.2rem 0.5rem;
}
@media only screen and (min-width: 62em) {
  .main-cart-page .checkout-continue {
    z-index: inherit;
  }
}
.main-cart-page .cart-cards {
  padding: 0 !important;
  margin: 0 0 2.4rem 0;
}
@media only screen and (min-width: 62em) {
  .main-cart-page .cart-cards {
    padding: 0 3.6rem 0 0 !important;
  }
}
@media only screen and (min-width: 62em) {
  .main-cart-page .cart-cards {
    margin: 0;
  }
}
.main-cart-page .card {
  background-color: #ECECEC;
  padding: 1.2rem 1.8rem 1.8rem 1.8rem;
  border: none;
  border-radius: 0.5rem;
}
.main-cart-page .card-row div:first-child {
  padding: 0 0.9rem 0 0 !important;
}
.main-cart-page .line-item-name {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.2rem 0;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  text-overflow: unset;
  white-space: normal;
  width: 97%;
}
.main-cart-page .item-image {
  height: 12rem;
  width: 12rem;
  margin: 0 2.4rem 0 0;
}
.main-cart-page .product-image {
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.main-cart-page .item-attributes {
  padding: 0;
}
@media only screen and (min-width: 62em) {
  .main-cart-page .item-attributes {
    padding: 3.6rem 0 0 0;
  }
}
.main-cart-page .uuid,
.main-cart-page .brand-card,
.main-cart-page .line-item-availability p,
.main-cart-page .product-edit a {
  font-size: 1.4rem;
  color: rgb(0, 0, 0);
  margin: 0 0 0.6rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.main-cart-page .line-item-availability .line-item-attributes {
  text-transform: uppercase;
}
.main-cart-page .item-attributes {
  width: 100%;
}
.main-cart-page .product-edit a {
  color: #0070D2;
}
.main-cart-page .product-info .remove-btn-lg {
  bottom: unset;
  top: 1.2rem;
  right: 1.8rem;
  background-color: transparent;
}
.main-cart-page .product-card-footer .card-footer-content:first-child {
  padding: 1.2rem 0 0 0 !important;
}
@media only screen and (min-width: 62em) {
  .main-cart-page .product-card-footer .card-footer-content:first-child {
    padding: 3.6rem 6rem 0 0 !important;
  }
}
.main-cart-page .line-item-price-info,
.main-cart-page .quantity-form .line-item-pricing-info {
  font-size: 1.4rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.main-cart-page .two-prices,
.main-cart-page .price {
  display: flex;
  flex-direction: column-reverse;
  font-size: 2.4rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.main-cart-page .line-item-quantity {
  width: 9rem;
  min-width: 9rem;
}
.main-cart-page .quantity-form {
  margin: 0 !important;
}
.main-cart-page .info-insufficient-stock {
  margin: 0 !important;
}
.main-cart-page .quantity-form .line-item-pricing-info {
  margin: 0 0 0.5rem 0;
  min-width: 9rem;
}
@media only screen and (min-width: 62em) {
  .main-cart-page .quantity-form .line-item-pricing-info {
    margin: 0 0 1.2rem 0;
  }
}
.main-cart-page .quantity-form .form-control.quantity.custom-select {
  max-width: 9.2rem;
  min-width: 5rem;
  width: 100%;
  height: 4rem;
  color: rgb(0, 0, 0);
  font-size: 2rem;
  border-radius: 0.3rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0.1rem solid #939597;
  background: #ffffff url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><g><path fill-rule='evenodd' clip-rule='evenodd' d='M0.351472 0.751496C0.820101 0.282867 1.5799 0.282867 2.04853 0.751496L6 4.70297L9.95147 0.751496C10.4201 0.282867 11.1799 0.282867 11.6485 0.751496C12.1172 1.22013 12.1172 1.97992 11.6485 2.44855L6.84853 7.24855C6.3799 7.71718 5.6201 7.71718 5.15147 7.24855L0.351472 2.44855C-0.117157 1.97992 -0.117157 1.22013 0.351472 0.751496Z' fill='black'/></g></svg>") no-repeat;
  background-color: rgb(255, 255, 255);
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: right 1.2rem top 50%;
  padding: 0 0 0 0.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.main-cart-page .pricing {
  font-size: 1.6rem;
  white-space: nowrap;
}
.main-cart-page .pricing .mxn-iva {
  display: none;
}
.main-cart-page .promo-code-form,
.main-cart-page .shipping-pattern {
  display: block !important;
  margin: 0 0 1.8rem 0 !important;
}
.main-cart-page .promo-code-form label,
.main-cart-page .shipping-pattern label {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 0.6rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.main-cart-page .promo-code-form .promo-code-wrapper,
.main-cart-page .shipping-pattern .promo-code-wrapper {
  margin: 0 1.8rem 0 0;
}
.main-cart-page .promo-code-form .form-group,
.main-cart-page .shipping-pattern .form-group {
  margin: 0;
}
.main-cart-page .promo-code-form .form-control,
.main-cart-page .shipping-pattern .form-control {
  height: 4.5rem;
  padding: 0 0 0 1.2rem;
  border: 0.1rem solid rgb(0, 0, 0);
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.main-cart-page .btn.btn-primary.btn-block.promo-code-btn,
.main-cart-page .btn.btn-primary.btn-block.checkout-btn {
  height: 4.5rem;
  width: 10.8rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
}
.main-cart-page .btn.btn-primary.btn-block.checkout-btn {
  width: 100%;
}
.main-cart-page .coupons-and-promos {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.main-cart-page .shipping-pattern {
  margin: 0 0 2.4rem 0 !important;
}
.main-cart-page .cart-total-wrapper p {
  margin: 0 0 2.4rem 0;
}
.main-cart-page .cart-total-wrapper p,
.main-cart-page .cart-total-wrapper strong {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.main-cart-page .cart-total-wrapper strong {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.main-cart-page .shippingMethods {
  border-radius: 0.3rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0.1rem solid #939597;
  background: #ffffff url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><g><path fill-rule='evenodd' clip-rule='evenodd' d='M0.351472 0.751496C0.820101 0.282867 1.5799 0.282867 2.04853 0.751496L6 4.70297L9.95147 0.751496C10.4201 0.282867 11.1799 0.282867 11.6485 0.751496C12.1172 1.22013 12.1172 1.97992 11.6485 2.44855L6.84853 7.24855C6.3799 7.71718 5.6201 7.71718 5.15147 7.24855L0.351472 2.44855C-0.117157 1.97992 -0.117157 1.22013 0.351472 0.751496Z' fill='black'/></g></svg>") no-repeat;
  background-color: rgb(255, 255, 255);
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: right 1.2rem top 50%;
  padding: 0 0 0 0.6rem;
}
.main-cart-page .envioRow, .main-cart-page .totalRow {
  display: none;
}

.main-cart-page .shipment-color{
	color: #1e8e3e !important;
}

@media only screen and (max-width: 415px) {
  .main-cart-page .unit-price span {
    font-size: 1.2rem !important;
  }
  .main-cart-page .form-control.quantity.custom-select {
    font-size: 1.2rem !important;
    height: 3rem !important;
  }
  .main-cart-page .pricing {
    font-size: 1.2rem !important;
  }
  .main-cart-page .line-item-price-info {
    font-size: 1.2rem;
  }
}
.my-account {
  background-color: #ECECEC;
  padding: 0 0 3.6rem 0;
}
.my-account .attribute-name {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.my-account .line-item-availability .line-item-attributes {
  color: #1E8E3E !important;
  text-transform: uppercase;
}
.my-account .title {
  width: 100%;
  height: 4.2rem;
  background-color: #706E6B;
  margin: 0 0 2.4rem 0;
}
@media only screen and (min-width: 62em) {
  .my-account .title {
    height: 7.5rem;
  }
}
.my-account .title__content {
  font-size: 1.8rem;
  color: #ffffff;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .my-account .title__content {
    font-size: 2.4rem;
  }
}
.my-account .breadcrumb {
  margin: 0;
}
.my-account .logout-link {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .underline {
  content: "";
  height: 0.1rem;
  width: 100%;
  margin: 1.2rem 0 2.4rem 0;
  background-color: #939597;
}
@media only screen and (min-width: 62em) {
  .my-account .grid-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 3.6rem;
  }
}
.existAccount {
  display: flex;
  width: 60%;
  text-align: center;
  justify-self: center;
  padding-top: 5px;
  color: #d60606;
  font-size: 15px !important;
}
.my-account .grid-content__col {
  grid-column: 1/7;
}
.my-account .grid-content__col--left {
  grid-column: 7/13;
}
.my-account .login-form-nav {
  margin: 0;
}
.my-account .login {
  margin: 0 0 1.8rem 0;
}
.my-account .card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  margin: 0 0 2.4rem 0;
}
.my-account .card:last-child {
  margin: 0;
}
.my-account .card-header h2,
.my-account .card-header {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .card-header {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: rgb(0, 0, 0);
  height: 5rem;
}
.my-account .card-body,
.my-account .login-form-nav {
  border-radius: 0.5rem;
  padding: 0;
}
.my-account .card-body div,
.my-account .login-form-nav div {
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .card-footer,
.my-account .card-footer p {
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .card-info-group p:first-child {
  margin: 0.6rem 0;
}
.my-account.my-account-history {
  background-color: #ECECEC;
}
.my-account.my-account-history .card-info-group p {
  margin: 0 0 0.6rem 0;
}
.my-account.my-account-history .card-info-group p:last-child {
  margin: 0;
}
.my-account.my-account-history .card {
  margin: 0 0 2.4rem 0;
}
.my-account .receipt .item-image {
  margin: 0 2.4rem 0 0 !important;
  width: 15rem;
  height: 15rem;
}
.my-account .receipt .item-image img.product-image {
  max-height: 95%;
  padding: 0 0 2.4rem 0;
}
.my-account .receipt .name-of-product.d-none {
  display: block !important;
}
.my-account .receipt .name-of-product--hide {
  display: none !important;
}
.my-account .receipt .item-attributes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.my-account .receipt .item-attributes .line-item-unit-price--checkout {
  display: block !important;
}
.my-account .receipt .item-attributes .line-item-unit-price .unit-price-label {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  margin: 0 0.3rem 0 0;
}
.my-account .receipt .item-attributes .line-item-unit-price .custom-price {
  flex-direction: row;
}
.my-account .receipt .item-attributes .sku {
  margin: 0 0 0.6rem 0;
}
.my-account .receipt .item-attributes .sku span {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  font-size: 1.8rem;
}
.my-account .receipt .item-attributes .mini-cart-brand {
  margin: 0 0 0.6rem 0;
}
.my-account .receipt .item-attributes .mini-cart-brand span {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  font-size: 1.8rem;
}
.my-account .receipt .line-item-header {
  background-color: transparent;
  margin: 0 0 0.6rem 0;
}
.my-account .receipt .line-item-header .line-item-name a span {
  font-size: 1.9rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.my-account .receipt .prices-section {
  border-top: 1px dashed rgb(0, 0, 0);
  padding: 1.2rem 0 0 0;
}
.my-account .receipt .product-summary-block {
  margin: 0;
}
.my-account .receipt .mini-cart-brand {
  margin: 0 -0.6rem 0 0;
}
.my-account .receipt .custom-price {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.my-account .receipt .unit-price-label {
  margin: 0 0 0.6rem 0;
}
.my-account .card-content {
  padding: 2.4rem 1.8rem;
}
.my-account .card-content__body {
  display: flex;
  flex-direction: column;
}
.my-account .card-content__body span {
  font-size: 18px;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  font-size: 1.4rem !important;
  box-shadow: none;
}
.my-account .card-content__delete {
  height: 22px;
  width: 22px;
  background: none;
  border: none;
  position: inherit;
}
.my-account .card-content__delete img {
  height: 17px;
  width: auto;
}
.my-account .tab-content {
  padding: 0 1.8rem 2.4rem 1.8rem;
}
.my-account .nav-tabs {
  border: none;
}
.my-account .nav-item .nav-link {
  border-radius: 0.5rem 0 0 0;
}
.my-account .nav-item:last-child .nav-link {
  border-radius: 0 0.5rem 0 0;
}
.my-account .nav.nav-tabs.nav-fill .nav-link {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #939597;
  font-size: 1.8rem !important;
  color: #ffffff;
  padding: 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
}
.my-account .nav.nav-tabs.nav-fill .nav-link:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}
.my-account .nav.nav-tabs.nav-fill .nav-link.active {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
}
.my-account .form-group {
  margin: 0 0 1.8rem 0;
}
.my-account .form-group:last-child {
  margin: 0;
}
.my-account .custom-checkbox--registration .custom-control-label {
  display: inline;
}
.my-account .form-control-label,
.my-account dd,
.my-account dt {
  margin: 0 0 0.6rem 0;
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account dt {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.my-account .form-control {
  height: 4.5rem;
  color: #706E6B;
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  border-radius: 0.5rem;
  border-style: solid;
  border-color: #939597;
  border-width: 0.1rem;
}
.my-account .custom-control-label {
  font-size: 1.6rem;
  color: #1D1D1B;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .custom-control-label::before, .my-account .custom-control-label::after {
  display: none;
}
.my-account .custom-control {
  padding: 0;
}
.my-account .custom-control svg {
  margin: 0;
}
.my-account .forgot-password a {
  font-size: 1.6rem;
  color: #0070D2;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account #check-Registration,
.my-account #uncheck-Registration {
  margin: 0.6rem 1.2rem 0 0;
}
.my-account .margin-btn {
  margin: 0 0 1.8rem 0;
}
.my-account .privacy-policy {
  text-align: center;
  font-size: 1.2rem;
  color: #706E6B;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .privacy-policy a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
.my-account .track-order-header-text {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .card-footer {
  padding: 1.8rem 0 1.8rem 0;
  border-top: 1px dashed #706E6B;
}
.my-account .dashboard-order-card-footer-columns {
  padding: 1.8rem 0 0 0 !important;
}
.my-account .card-link {
  font-size: 1.8rem;
  color: #706E6B;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .card-link svg {
  margin: 0 1.2rem 0 0;
}
.my-account .card-wrapper {
  margin: 0 auto 2.4rem auto;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .my-account .card-wrapper {
    max-width: 50%;
  }
}
.my-account .profile-back-to-account-link {
  color: #706E6B;
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .flex-2-cols {
  display: flex;
  grid-gap: 2.4rem;
}
.my-account .form-group {
  flex: 1;
}
.my-account .edit-buttons a,
.my-account .edit-buttons button {
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .spam-msg {
  font-size: 1.5rem !important;
  margin: 0 0 1.8rem 0;
  color: #1E8E3E;
  text-align: center;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.my-account img.iconError {
  width: 30px;
  float: inline-end;
  margin-top: -37px;
  margin-right: 5px;
}

.my-account img.iconErrorPass {
  margin-right: 42px;
}

.my-account .product-info {
  padding: 0;
}
.my-account .line-item-header {
  background-color: rgb(0, 0, 0);
  border-radius: 0.5rem 0.5rem 0 0;
}
.my-account .line-item-name {
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.my-account .btn-light {
  background-color: transparent !important;
}
.my-account .remove-btn-lg {
  bottom: unset;
  top: 4rem;
  right: 2rem;
}
.my-account .add-to-cart.btn.btn-primary {
  width: 60%;
  margin: 0;
  background-color: #1E8E3E;
  color: #ffffff;
}

.col-6.start-lines {
  text-align: left;
}

.request-password-body,
.request-password-body p {
  margin: 0 0 1.8rem 0 !important;
  font-size: 1.6rem;
}

.my-account-history {
  background-color: transparent;
}
.my-account-history .grid-content {
  justify-content: center;
}
.my-account-history .history-paragraph {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 1.2rem 0 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.order-product-summary .card-header.order-product-header {
  background-color: #1D1D1B !important;
}

.confirm-details {
  margin: 0 0 2.4rem 0 !important;
}
.confirm-details .card-content p,
.confirm-details .card-content p span,
.confirm-details .summary-details.billing,
.confirm-details .summary-details {
  text-align: left !important;
  font-size: 1.8rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.leading-lines .start-lines::before {
  content: "";
}

.wishlistItemCards {
  font-size: 1.4rem !important;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.wishlistItemCards .d-flex.flex-row,
.wishlistItemCards .product-card-price,
.wishlistItemCards .line-item-attributes,
.wishlistItemCards .edit-add-to-wishlist,
.wishlistItemCards .wish-see {
  font-size: 1.4rem !important;
  color: rgb(0, 0, 0) !important;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.wishlistItemCards .content-wishlist-wrapper {
  grid-gap: 2rem;
}
@media only screen and (min-width: 62em) {
  .wishlistItemCards .content-wishlist-wrapper {
    display: flex;
  }
}
.wishlistItemCards .content-wishlist-wrapper .item-image {
  width: 15rem;
  height: 15rem;
}
.wishlistItemCards .content-wishlist-wrapper .item-image a {
  display: block;
  height: 100%;
}
.wishlistItemCards .content-wishlist-wrapper .item-image img.product-image {
  max-height: 100%;
}
.wishlistItemCards .content-wishlist {
  justify-content: space-between;
  flex: 1;
}
@media only screen and (min-width: 62em) {
  .wishlistItemCards .content-wishlist {
    display: flex;
  }
}
.wishlistItemCards .content-wishlist > div {
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .wishlistItemCards .content-wishlist > div {
    margin: 6rem 0 0 0;
  }
}
.wishlistItemCards .content-wishlist .product-card-price {
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .wishlistItemCards .content-wishlist .product-card-price {
    margin: 6rem 0 0 0;
  }
}
@media only screen and (min-width: 62em) {
  .wishlistItemCards .content-wishlist .item-attributes {
    max-width: 40%;
  }
}
.wishlistItemCards .content-wishlist .item-attributes > * {
  margin: 0 0 0.6rem 0;
}
.wishlistItemCards .content-wishlist .item-attributes > *:last-child {
  margin: 0;
}
.wishlistItemCards .content-wishlist .line-item-pricing-info.quantity-label {
  margin: 0 0 0.6rem 0;
}

.required-label {
  font-size: 14px;
  color: #939597;
}

.editProfileText {
  font-size: 16px;
}

.hero.slant-down.login-banner {
  display: none;
}

.account-wishlist-item .line-item-header {
  border-radius: unset;
  padding: 5px;
}

.pdp {
  padding: 0 0 3.6rem 0;
}
.pdp .product-detail {
  padding: 0;
}
.pdp .btn.add-to-wish-list {
  position: static;
}
@media only screen and (max-width: 550px) {
  .pdp .btn.add-to-wish-list {
    position: absolute;
  }

  .modal-addToCart {
      padding: 0px 20px;
  }

  .modal-addToCart .headingTitle__title{
    font-family: "AkzidenzGroteskBE" !important;
    font-size: 26px;
    font-weight: bold !important;
  }

  .modal-addToCart .headingSubtitle__subtitle{
    font-family: "AkzidenzGroteskBE" !important;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 22px -40px;
  }

  .pdp .carousel-inner {
    border: none !important;
  }

  .modal-addToCart .divBtn-addToCart {
    margin-top: -30px;
  }

  .modal-addToCart .modal-content {
    border-radius: 8px;
  }

  .modal-addToCart .btn-modal-addToCart {
    font-size: 16px;
    font-family: "AkzidenzGroteskBE" !important;
    font-weight: normal !important;
    height: 43px;
    line-height: 38px;
    border-radius: 5px;
  }

  .modal-addToCart .addToCart-modal-body {
    margin: 0 25px 25px;
  }

  
}

@media only screen and (max-width: 360px) {
	.modal-addToCart .addToCart-modal-body {
		margin: unset;
		
	}

	.addToCart-modal-body .btn.btn-product-tile{
		font-size: 13px;
	}
	.addToCart-modal-body .product-tile__sku{
		font-size: 11px;
		height: 18px;
	}

	.addToCart-modal-body .product-tile__brand-section span{
		font-size: 10px;
	}
	.addToCart-modal-body .product-tile__brand-section{
		height: 20px;
		text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
	}
	.addToCart-modal-body .product-tile .pdp-link .link {
		font-size: 12px !important;
	}
	.addToCart-modal-body .product-tile .tile-body .price {
		font-size: 13px !important;
	}
	  
	
}

@media only screen and (max-width: 409px) {
	.modal-addToCart .addToCart-modal-body {
		margin: unset;
	}
	.addToCart-modal-body .product-tile__brand-section span{
		font-size: 13px;
	}	
	.addToCart-modal-body .product-tile__sku{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

.pdp .product-breadcrumb .breadcrumb {
  margin: 0;
}
.pdp .primary-images {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 62em) {
  .pdp .primary-images {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.pdp .mini-slides-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .pdp .mini-slides-images {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    grid-column: 1/3;
    margin: 0;
    padding: 0 1.8rem 0 0;
  }
}
.pdp .mini-slides-images::-webkit-scrollbar {
  display: none;
}
.pdp .image-button {
  border: none;
  border-color: transparent;
  padding: 0;
}
.pdp .image {
  width: 90%;
}
.pdp .carousel {
  position: relative;
}
.pdp .carousel.slide {
  grid-column: 3/13;
}
.pdp .carousel-inner {
  border: 2px solid #E7E7E7;
}
.pdp .carousel-control-prev,
.pdp .carousel-control-next {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background-color: transparent;
}
.pdp .carousel-control-next {
  right: 0;
}
.pdp .carousel-control-prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .pdp__content-side {
    padding: 0 0 0 3.6rem !important;
  }
}
@media only screen and (min-width: 62em) {
  .pdp__content-side {
    padding: 0 0 0 6rem !important;
  }
}
@media only screen and (min-width: 75em) {
  .pdp__content-side {
    padding: 0 0 0 10rem !important;
  }
}
.pdp .attributes {
  padding: 0;
}
.pdp__header-content {
  margin: 0 0 1.8rem 0;
  background-color: #ececec;
  padding: 0.45rem;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .pdp__header-content {
    margin: 0 0 1.8rem 0;
  }
}
.pdp .product-name {
  font-size: 20px;
  margin: 0 0 0.3rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .pdp .product-name {
    font-size: 20px;
    margin: 0 0 1rem 0;
  }
}
.pdp__sku {
  font-size: 12px;
  color: #000;
  margin: 0.8rem 0 1rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: bold !important;
}
.pdp__sku span {
	color: #606060;
    font-weight: normal !important;
}
.pdp__marca {
  margin: 0 0 18px 0;
  font-size: 12px;
  color: #000;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: bold !important;
}
.pdp__marca span {
  font-size: 12px;
  color: #606060;
  font-weight: normal !important;
}
.pdp .prices {
  margin: 0 0 3rem 0;
  padding: 0;
}
.pdp .price {
  text-align: left;
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: bold !important;
}
.pdp .pdp-detail{
	border: 1px solid #C9CFD2;
	padding: 15px 10px 15px 10px;
	font-size: 12px;
	margin-bottom: 11px !important;
	font-family: 'AkzidenzGroteskBE' !important;
}
.pdp .pdp-detail-text{
	border-bottom: 1px solid #C9CFD2;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}
.pdp .pdp-detail-padding{
	padding-top: 10px !important;
}
.pdp .pdp-detail-padding-border{
	border-bottom: 1px solid #C9CFD2;
	padding-bottom: 10px !important;
}
.pdp .logo-payment-method p{
	font-size: 14px;
}
.pdp .hsg-qty-container , .product-quickview .hsg-qty-container{
	border: 1px solid #404041;
	border-radius: 6px;
	height: 45px;
}
.pdp .hsg-qty-change, .product-quickview .hsg-qty-change{
	border: transparent;
	background-color: #fff;
	border-radius: 4px;
	font-size: 20px;
  font-weight: bold;
	height: 38px;
	width: 30px;
}
.pdp .hsg-qty-input, .product-quickview .hsg-qty-input{
	background-color: transparent;
	border: none;
	font-size: 12px;
	height: 38px;
	text-align: center;
	width: 30px;
}
.cart .js-form-qty{
	display: flex;
    align-items: center;
	border: 1px solid #404041;
	border-radius: 6px;
}
.cart .qty-action{
	padding: 8px 0;
    margin: 0;
    border: 0;
    font-size: 16px;
    line-height: 0;
    width: 25px;
    color: #000;
} 
.cart .js-qty{
	display: block;
    outline: none;
    max-width: 39px;
    max-height: 49px;
    border: 0;
    font-size: 12px;
    color: #9a9a9a;
    line-height: 15px;
    text-align: center;
    min-width: 20px;
    height: 25px;
 }

 .info-insufficient-stock{
    display: flex;
    bottom: 100%;
    padding: 6px 4px;
    border-radius: 0.1875rem;
    background-color: #FFDFD1;
    color: #111;
    font-size: 12px;
    min-width: 23rem;
    max-width: 23rem;
    transform: translate(-50%,-0.625em);
    left: 55%;
    margin-left: 4px;
    animation: fade-in .5s linear forwards;
    border-color: #111;
    border: 1px solid #E57566;
    margin-top: -27px;
 }

 .pdp .info-insufficient-stock{
  margin-left: 115px;
 }
 .product-quickview .info-insufficient-stock{
	margin-left: 123px;
 }

 .line-item-quantity .info-insufficient-stock {
    min-width: 17rem;
    margin-top: -50px;
    margin-left: 70px;
 }

 .cart-cards .info-insufficient-stock {
  font-size: 12px;
  margin-top: -42px !important;
  margin-left: 58px !important;
}

 .info-insufficient-stock:before {
    content: " ";
    position: absolute;
    display: block;
    height: 1.25em;
    left: 0;
    bottom: -1.25em;
    width: 100%;
}

.info-insufficient-stock:after {
    border-left: 0.625em solid transparent;
    border-right: 0.625em solid transparent;
    border-top: 0.625em solid #E57566;
    bottom: -0.625em;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 0;
}

.line-item-quantity .info-insufficient-stock:after {
  margin-left: -32px;
}

.cart-cards .info-insufficient-stock:after {
  margin-left: -20px;
}

@media only screen and (max-width: 62em) {
	.info-insufficient-stock{
		min-width: 24rem;
		left: 121%;
	}
	.info-insufficient-stock:after {
		left: 11%;
	}
}

@media screen and (max-width: 550px) {
	.info-insufficient-stock{
		min-width: 24rem;
    margin-left: 125%;
	}
	.info-insufficient-stock:after {
		left: 56%;
	}
  .cart-cards .info-insufficient-stock {
    margin-left: 60% !important;
  }
  .cart-cards .info-insufficient-stock:after {
    margin-left: 50px;
  }
}

@media screen and (max-width: 429px) {
	.info-insufficient-stock{
		min-width: 24rem;
		left: 129%;
	}
	.info-insufficient-stock:after {
		left: 11%;
	}
}

@media screen and (max-width: 381px) {
	.info-insufficient-stock{
		min-width: 24rem;
		left: 134%;
	}
	.info-insufficient-stock:after {
		left: 11%;
	}
}

 .minicart .line-item-pricing-info.quantity-label{
	margin-bottom: 6px;
 }

.pdp .wishlist-wrapper{
	padding: 4px !important;
}

@media screen and (max-width: 550px) {
  .pdp .wishlist-wrapper{
    padding: 4px !important;
    margin: -35px 0px 0px 5px;
  }
}

.pdp .price .two-prices {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pdp .price .two-prices .mxn-iva {
  font-size: 10px;
}
.pdp .price .range, .pdp .price .sales, .pdp .price .starting {
  font-weight: normal;
}
.pdp .strike-through.list {
  color: #706E6B;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pdp .col-12.promotions {
  display: none;
}
.pdp__advisement {
  color: rgb(0, 0, 0);
  font-size: 1.8rem;
  margin: 0 0 0.3rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .pdp__advisement {
    font-size: 1.8rem;
    margin: 0 0 1.2rem 0;
  }
}
.pdp__availability-data-sheets {
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .pdp__availability-data-sheets {
    margin: 0 0 1.8rem 0;
  }
}

.pdp .productNotAvailability {
  border: 1px solid #006BCB;
  margin-bottom: 25px;
  background-color: #DEECFF;
  display: flex;
}

.pdp img.iconAttention {
  transform: rotateX(180deg);
  width: 22px;
  filter: hue-rotate(200deg);
  margin: 13px;
  margin-right: 0px;
}

.pdp .div-txt-overordering {
  margin: 12px;
  margin-right: 25px;
}

.pdp .txt-overordering {
  font-family: "AkzidenzGroteskBE";
  font-size: 14px;
  font-weight: 400;
}

.pdp a.txt-blue {
  color: #0070D2;
}

.pdp .list-unstyled.availability-msg {
  font-size: 18px;
  color: #1E8E3E;
  margin: 0 2.4rem 0 0;
  text-transform: uppercase;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: bold !important;
  line-height: 21.83px;
}
@media only screen and (min-width: 62em) {
  .pdp .list-unstyled.availability-msg {
    font-size: 18px;
  }
}
.pdp__data-sheets {
  font-size: 1.8rem;
  color: #0070D2;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pdp .quantity-wishlist {
  margin: 0 0 1.8rem 0;
}
@media only screen and (min-width: 62em) {
  .pdp .quantity-wishlist {
    margin: 0 0 2.4rem 0;
  }
}
.pdp .wishlist-wrapper span {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 1.2rem 0 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  text-align: right;
}
.pdp .simple-quantity {
  margin: 0;
  align-items: flex-start !important;
}
.pdp .simple-quantity label {
  margin: 0 1.2rem 0 0 !important;
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pdp .quantity-select.custom-select.form-control {
  height: 3.6rem;
  width: 9rem;
  border: 0.1rem solid #404041;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  color: #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><g><path fill-rule='evenodd' clip-rule='evenodd' d='M0.351472 0.751496C0.820101 0.282867 1.5799 0.282867 2.04853 0.751496L6 4.70297L9.95147 0.751496C10.4201 0.282867 11.1799 0.282867 11.6485 0.751496C12.1172 1.22013 12.1172 1.97992 11.6485 2.44855L6.84853 7.24855C6.3799 7.71718 5.6201 7.71718 5.15147 7.24855L0.351472 2.44855C-0.117157 1.97992 -0.117157 1.22013 0.351472 0.751496Z' fill='black'/></g></svg>") no-repeat;
  background-position: right 1.2rem top 50%;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  padding: 0 0 0 1.2rem;
  line-height: normal;
}
@media only screen and (min-width: 75em) {
  .pdp .quantity-select.custom-select.form-control {
    height: 4rem;
  }
}
.pdp .prices-add-to-cart-actions {
  padding: 0;
  position: static;
  box-shadow: none;
}

.pdp .add-to-cart-btn-wrapper button {
  margin: 0 !important;
  width: 100%;
}
.pdp .buy-now-btn-wrapper {
  margin: 0 0 1.8rem 0;
}
@media only screen and (min-width: 62em) {
  .pdp .buy-now-btn-wrapper {
    margin: 0 0 2.4rem 0;
  }
}
.pdp .buy-now-btn-wrapper button {
  margin: 0 !important;
  width: 100%;
}
.pdp .cart-and-ipay {
  padding: 0;
}
.pdp .rnr-average-container.d-flex.align-items-center {
  margin: 0 0 5px 0;
}
.pdp__shipping-paragraph {
  font-size: 1.6rem;
  color: #707070;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pdp__shipping-paragraph svg {
  margin: 0 0.6rem 0 0;
}
@media only screen and (min-width: 62em) {
  .pdp__shipping-paragraph svg {
    margin: 0 1.2rem 0 0;
  }
}
.pdp .value.content {
  margin: 0 -3.5%;
  width: 100vw;
  padding: 1.2rem 3.5% !important;
}
@media only screen and (min-width: 62em) {
  .pdp .value.content {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
.pdp .description-and-detail {
  border-top: 1px solid #E7E7E7;
  margin: 1.8rem 0 2.4rem 0;
  padding: 1.2rem 0 0 0;
}
@media only screen and (min-width: 62em) {
  .pdp .description-and-detail {
    border-top: none;
    margin: 4.8rem 0 0 0;
    padding: 0;
  }
}
.pdp .description,
.pdp .details,
.pdp .rnr-heading {
  margin: 0 0 1.2rem 0;
}
.pdp .description .title,
.pdp .details .title,
.pdp .rnr-heading .title {
  margin: 0;
  padding: 0 0 1.2rem 0;
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #E7E7E7;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .pdp .description .title,
  .pdp .details .title,
  .pdp .rnr-heading .title {
    border-bottom: 0.1rem solid #E7E7E7;
    padding: 0 0 1.8rem 0;
    font-size: 1.8rem;
  }
}
.pdp .description .title::after,
.pdp .details .title::after,
.pdp .rnr-heading .title::after {
  font-size: 1.25rem;
}
.pdp .description .title svg,
.pdp .details .title svg,
.pdp .rnr-heading .title svg {
  margin: 0 0.6rem 0 0;
  transition: all 0.3s ease;
}
.pdp .description .title.rotateIcon svg,
.pdp .details .title.rotateIcon svg,
.pdp .rnr-heading .title.rotateIcon svg {
  transform: rotate(180deg);
}
.pdp .description .value.content,
.pdp .details .value.content,
.pdp .rnr-heading .value.content {
  padding: 0;
  background-color: #f2f2f2;
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .pdp .description .value.content,
  .pdp .details .value.content,
  .pdp .rnr-heading .value.content {
    padding: 2.4rem 12.6rem;
  }
}
.pdp .description .rnr-average-container.d-flex.align-items-center,
.pdp .details .rnr-average-container.d-flex.align-items-center,
.pdp .rnr-heading .rnr-average-container.d-flex.align-items-center {
  margin: 0;
}
.pdp .description .rnr-comment-rate.d-flex.align-items-center,
.pdp .details .rnr-comment-rate.d-flex.align-items-center,
.pdp .rnr-heading .rnr-comment-rate.d-flex.align-items-center {
  display: none !important;
}
.pdp .description .rnr-average-container.d-flex.align-items-center,
.pdp .details .rnr-average-container.d-flex.align-items-center,
.pdp .rnr-heading .rnr-average-container.d-flex.align-items-center {
  margin: 0 0 0 0.3rem;
}
.pdp .description .rnr-content .rnr-comment-rate.d-flex.align-items-center,
.pdp .details .rnr-content .rnr-comment-rate.d-flex.align-items-center,
.pdp .rnr-heading .rnr-content .rnr-comment-rate.d-flex.align-items-center {
  display: flex !important;
  margin: 0 !important;
}
.pdp .description .rnr-content .rnr-comment-count::before,
.pdp .details .rnr-content .rnr-comment-count::before,
.pdp .rnr-heading .rnr-content .rnr-comment-count::before {
  content: "";
}
.pdp .description .rnr-content .rnr-comment-count::after,
.pdp .details .rnr-content .rnr-comment-count::after,
.pdp .rnr-heading .rnr-content .rnr-comment-count::after {
  content: " Estrellas";
}
.pdp .description .RnR__button,
.pdp .details .RnR__button,
.pdp .rnr-heading .RnR__button {
  background-color: transparent;
  border: none;
  color: #0070D2;
  font-size: 1.8rem;
  padding: 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pdp .rnr {
  margin: 1.8rem 0 0 0;
}
.pdp .content .rnr-average-container.d-flex.align-items-center {
  margin: 0 0 1.8rem 0;
}
.pdp .fade:not(.show) {
  display: none !important;
}
.pdp .fade.show {
  display: block;
}
.pdp__pd-carousel {
  border: none;
  height: 42rem;
}
@media only screen and (min-width: 62em) {
  .pdp__pd-carousel {
    height: 51.6rem;
  }
}
@media only screen and (min-width: 75em) {
  .pdp__pd-carousel {
    height: 57rem;
  }
}
@media only screen and (min-width: 112.5em) {
  .pdp__pd-carousel {
    height: 62.6rem;
  }
}
.pdp figure.zoom {
  background-position: 50% 50%;
  background-size: 150%;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  cursor: zoom-in;
}
.pdp figure.zoom img:hover {
  opacity: 0;
}
.pdp figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
.pdp figure.zoom .zoom-out {
  background-color: transparent;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 1;
}
@media only screen and (min-width: 62em) {
  .pdp figure.zoom .zoom-out {
    display: none;
  }
}
.pdp figure.zoom .zoom-out--hide {
  display: none;
}
.pdp .rnr__rating-wrapper {
  margin: 0 0 1.8rem 0 !important;
}
.pdp .rnr__rating-wrapper label {
  margin: 0 !important;
  display: grid;
  place-items: center;
}
.pdp .rnr .rating {
  margin: 0 0 0 1.8rem;
  flex-direction: row-reverse;
  align-items: center;
  width: auto;
}
.pdp .rnr .rating > label {
  width: 2rem;
  height: 2rem;
  margin: 0;
}
.pdp .rnr label {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  margin: 0 0 0.6rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pdp .rnr .form-group {
  margin: 0;
}
.pdp .rnr .form-control {
  height: 4.5rem;
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pdp .rnr textarea.form-control {
  height: 11.2rem;
}
.pdp .rnr .btn.btn-primary {
  height: 4.5rem;
  font-size: 1.8rem;
}
.pdp .rnr__name {
  margin: 0 0 0.6rem 0 !important;
}
.pdp .rnr__textarea {
  margin: 0 0 1.8rem 0 !important;
}
@media only screen and (min-width: 62em) {
  .pdp .rnr__textarea {
    margin: 0 0 2.4rem 0 !important;
  }
}
.pdp #collapsible-details-3 .rnr-average-container.d-flex.align-items-center {
  margin: 0 0 1.2rem 0;
}
.pdp .rnr-comments-container .rnr-comment-review {
  display: block;
}
.pdp .rnr-comments-container span.collapse:not(.show) {
  height: 5.2rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pdp .rnr-comments-container span.collapsing {
  min-height: 5.2rem !important;
}
.pdp .rnr-comments-container a.collapsed:after {
  content: "Leer más";
}
.pdp .rnr-comments-container a:not(.collapsed):after {
  content: "Leer menos";
}
.pdp .highlight {
  top: 0;
  left: 1.2rem;
  z-index: 1;
}
@media only screen and (min-width: 62em) {
  .pdp .highlight {
    left: unset;
    right: 1.8rem;
  }
}
.pdp .rnr-full-star,
.pdp .rnr-half-star,
.pdp .rnr-empty-star {
  margin: 0 0.6rem 0 0;
}
.pdp .rnr-comment-rate {
  margin: 0 0.6rem 0 0;
}
.pdp .rnr-comment-user {
  font-size: 1.8rem;
  color: #706E6B;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.pdp__not-avail-product-msg.mb-4 {
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.pdp__not-avail-product-msg.mb-4 p {
  color: #1E8E3E;
  cursor: pointer;
}
.pdp .reminder-msg-pdp {
  color: #666;
  margin: 0.6rem 0 0 0;
  font-size: 1.2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

@media only screen and (max-width: 550px) {
  .pdp .reminder-msg-pdp {
    color: #666;
    font-size: 14px;
  }
}

.rnr-comment-count::before {
  content: "(";
}
.rnr-comment-count::after {
  content: ")";
}

.empty-page-body {
  overflow: hidden;
}
.empty-page-body .heading-category__link {
  margin: 0;
}
.empty-page-body #pdp-carousel {
  overflow: hidden;
}
.empty-page-body .page {
  overflow: hidden;
}

.add-to-cart-messages {
  top: 13rem;
  bottom: unset;
  transform: unset;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 62em) {
  .add-to-cart-messages {
    left: 38%;
    transform: translateX(0);
    z-index: 2000 !important;
  }
}
.storepage-modalAddToCart .skip {
  display: none;
}
.alert.alert-success.add-to-basket-alert {
  z-index: 2000 !important;
  background-color: #1E8E3E;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.8rem;
  width: 36rem;
  border: none;
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.alert.alert-danger.add-to-basket-alert {
  z-index: 1000;
  background-color: #ff0000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.8rem;
  width: 36rem;
  border: none;
  font-size: 1.6rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}

.pdp__content-side .price-iva {
  visibility: visible;
  font-size: 10px;
}

.holidays {
  display: none;
}

.delivery-date {
  text-transform: uppercase;
}

.pdp .strike-through.list .price-iva {
  display: none;
}

@media only screen and (max-width: 415px) {
  .price-iva {
    font-size: 10px;
  }
}
img.banner-plp {
  width: 100%;
}
.plp {
  padding: 0;
  min-height: calc(100vh - 50rem);
}
.plp__layout {
  max-width: 100%;
}
@media only screen and (min-width: 62em) {
  .plp__layout {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.plp .btn.add-to-wish-list {
  right: 1.2rem !important;
}
.plp .grid-header {
  margin: 0 !important;
}
@media only screen and (min-width: 62em) {
  .plp .grid-header {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.plp .grid-header__wrapper {
  flex-wrap: wrap;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .plp .grid-header__wrapper {
    margin: 0 0 2.4rem 3.6rem !important;
    grid-column: 4/13;
  }
}
@media only screen and (min-width: 62em) {
  .plp .grid-header__wrapper {
    grid-column: 3/13;
  }
}
.plp .grid-header__wrapper span {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.2rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .plp .grid-header__wrapper span {
    width: auto;
    margin: 0;
    font-size: 1.8rem;
  }
}
.plp .grid-header__wrapper .sort-filter-wrapper {
  flex: 1;
  grid-gap: 1.8rem;
}
.plp .grid-header__wrapper .label-count-mobile {
  font-size: 16px;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  margin-bottom: 0px;
}
.plp .grid-header__wrapper .sort-wrapper,
.plp .grid-header__wrapper .filter-btn-wrapper {
  flex: 1;
  height: 100%;
}
@media only screen and (min-width: 62em) {
  .plp .grid-header__wrapper .sort-wrapper,
  .plp .grid-header__wrapper .filter-btn-wrapper {
    flex: none;
  }
}
.plp .grid-header--desk {
  display: none;
}
@media only screen and (min-width: 62em) {
  .plp .grid-header--desk {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.plp .grid-header__filter-heading {
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 768px) {
  .plp .grid-header__filter-heading {
    grid-column: 1/4;
  }
}
@media only screen and (min-width: 62em) {
  .plp .grid-header__filter-heading {
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 62em) {
  .plp .grid-header__filter-heading span {
    padding: 0 0 1.8rem 0;
  }
}
.plp .grid-header__wrapper {
  margin: 0 0 0 3.6rem;
}
@media only screen and (min-width: 768px) {
  .plp .grid-header__wrapper {
    grid-column: 4/13;
  }
}
@media only screen and (min-width: 62em) {
  .plp .grid-header__wrapper {
    grid-column: 3/13;
  }
}
.plp__refinement-underline {
  height: 0.1rem;
  width: 100%;
  background-color: rgb(0, 0, 0);
}
.plp__refinement-underline--heading {
  margin: 0 0 0.2rem 0;
}
.plp__product-grid-wrapper {
  max-width: 100%;
}
@media only screen and (min-width: 62em) {
  .plp__product-grid-wrapper {
    padding: 0 0 0 3.6rem;
    grid-column: 3/13;
  }
}
.plp__product-grid {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
  grid-gap: 1rem;
  padding: 1.8rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .plp__product-grid {
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
  }
}
@media only screen and (min-width: 62em) {
  .plp__product-grid {
    grid-template-columns: repeat(4, calc((100% - 3rem) / 4));
  }
}
.plp__grid-footer {
  grid-column: 1/3;
  padding: 3.6rem 0 !important;
}
@media only screen and (min-width: 768px) {
  .plp__grid-footer {
    grid-column: 1/4;
  }
}
@media only screen and (min-width: 62em) {
  .plp__grid-footer {
    grid-column: 1/5;
  }
}
.plp__grid-footer .show-more {
  padding: 0;
}
.plp__grid-footer .show-more .text-center {
  display: flex;
  justify-content: center;
}
.plp__grid-footer .show-more .btn.btn-outline-primary.more {
  width: 100%;
}
.plp__header {
  margin: 0 0 1.2rem 0;
}
@media only screen and (min-width: 62em) {
  .plp__header {
    margin: 0 0 3.6rem 0;
  }
}
.plp .category-name {
  font-size: 1.8rem;
  color: #404040;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .plp .category-name {
    color: #414141;
    font-size: 2.2rem;
  }
}
.plp .category-name__line {
  flex: 1;
  content: "";
  height: 0.1rem;
  background-color: black;
  margin: 0 0 0.7rem 1.2rem;
}
.plp .search-nav {
  margin: 0;
  border-bottom: none;
}
.plp .sort-wrapper span {
  min-width: 12rem;
  margin: 0 1.2rem 0 0;
  font-size: 1.8rem;
  color: #313131;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.plp .sort-wrapper .custom-select {
  height: 40px;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  border: 1px solid #706E6B;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0.6rem;
  background: #ffffff url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-position: right 5px top 60%;
  line-height: normal;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .plp .sort-wrapper .custom-select {
    height: 4rem;
    color: #606060;
    background: #ffffff no-repeat;
    padding: 0 1.2rem;
    font-size: 1.6rem;
  }
}
.plp .refinement-bar {
  margin: 0 0 2.4rem 0;
  transform: translateX(-100%);
  /*display: block !important;*/
  transition: all 0.3s ease;
}
.plp .refinement-bar--show {
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .plp .refinement-bar {
    padding: 0.6rem 0 0 0;
    transform: translateX(0);
    grid-column: 1/4;
  }
}
@media only screen and (min-width: 62em) {
  .plp .refinement-bar {
    grid-column: 1/3;
  }
}
.plp .refinement-bar .header-bar {
  background-color: #ECECEC;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.2rem;
}
.plp .refinement-bar .titleUpdated {
  font-size: 19px;
  background-color: #ECECEC;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.2rem;
}
.plp .refinement-bar .label-apply-header {
  font-size: 16px;
  font-weight: 500 !important;
  opacity: 1;
}
.plp .refinement-bar .label-apply-count {
  font-size: 12px;
  font-weight: 400 !important;
  float: right;
}
.plp .refinement-bar .titleUpdated .reset {
  color: red;
  font-weight: 400;
  font-size: 16px;
}
.plp .refinement-bar .titleUpdated .reset:hover {
  border-radius: 5px;
  background-color: white;
  color: rgba(255, 0, 0, 0.726);
}
@media only screen and (min-width: 62em) {
  .plp .refinement-bar .header-bar {
    height: auto;
    background-color: transparent;
  }
}
.plp .refinement-bar .header-bar span {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.plp .refinement-bar .secondary-bar .label-count-mobile-refbar {
  font-size: 16px;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: 700 !important;
  margin-bottom: 0px;
  letter-spacing: 0.8px;
  border: none;
  display: flex;
}
.plp .refinement-bar .btn-clear {
  font-size: 16px;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: 700 !important;
  margin-bottom: 0px;
  letter-spacing: 0.8px;
}
.plp .refinement-bar .clearfix::after {
  display: none;
}
.plp .refinement-bar .refinements {
  padding: 2.4rem 1.2rem;
}
@media only screen and (min-width: 62em) {
  .plp .refinement-bar .refinements {
    padding: 0;
  }
}
.plp .refinement-bar .title.btn.text-left.btn-block.d-md-none {
  font-size: 1.8rem;
  color: #313131;
  padding: 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.plp .refinement-bar .title.btn.text-left.btn-block.d-md-none::after {
  display: none;
}
.plp .refinement-bar .card {
  border: none;
  border-bottom: 1px solid #939597;
  margin: 0 0 0.6rem 0;
}
@media only screen and (min-width: 62em) {
  .plp .refinement-bar .card {
    padding: 0.6rem 0 0 0 !important;
    border-top: 1px solid #706E6B;
    border-bottom: none;
    height: auto;
    margin: 0;
  }
}
.plp .refinement-bar .card:first-child {
  border-top: none;
  padding: 0 !important;
}
.plp .refinement-bar .card:last-child {
  margin: 0;
}
.plp .refinement-bar .card-header {
  border-bottom: none;
  color: #313131;
  height: 3.2rem;
  margin: 0 0 0.6rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 550px) {
  .plp .refinement-bar .card-header .title {
    font-size: 16px;
    font-weight: 700 !important;
  }

  .plp .refinement-bar .card-header .title::after {
      content: "\f077";
      margin-top: -0.125em;
      display: none !important;
    }
  }

@media only screen and (min-width: 62em) {
  .plp .refinement-bar .card-header {
    height: auto;
  }
}
.plp .refinement-bar .card-header h2 {
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
  font-size: 1.8rem;
}
.plp .refinement-bar .card-body {
  padding: 0;
}
.plp .refinement-bar .card-body .values.content {
  overflow: unset;
}
.plp .refinement-bar .card-body .values.content li .values.content {
  padding: 0 0 0 1.2rem;
}
.plp .refinement-bar .card-body .values.content li button {
  padding: 0.3rem 0 0 0;
  font-size: 1.4rem;
  color: #313131;
  margin: 0 0 1.2rem 0;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 550px) {
  .plp .refinement-bar .card-body .values.content li button {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
}
.plp .refinement-bar .card-body .values.content li .refinement-button {
  transition: all 0.3s ease;
  display: flex !important;
}
.plp .refinement-bar .card-body .values.content li .refinement-button--hide {
  display: none !important;
}
.plp .refinement-bar .card-body .values.content span,
.plp .refinement-bar .card-body .values.content li .values.content button span {
  text-align: left;
  margin: 0 0 0 1.2rem;
}
.plp .refinement-bar .card-body button svg {
  width: 1.8rem;
  height: 1.8rem;
}

.ty-page {
  background-color: #ECECEC;
}
.ty-page .hero-ty-page {
  background-image: url("../images/remolques.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30rem;
  position: relative;
}
.ty-page .gradient {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 14rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 79.17%);
}
.ty-page .ty-title {
  color: #ffffff;
  font-size: 4.2rem;
  margin: 0 0 1.2rem 0;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
.ty-page .receipt {
  padding: 2.4rem 0 4.2rem 0;
}
.ty-page .need-help {
  font-size: 2.2rem;
  color: rgb(0, 0, 0);
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.ty-page .need-help span a {
  color: #0070D2;
}
.ty-page .need-help .underline {
  content: "";
  height: 0.1rem;
  width: 100%;
  margin: 1.2rem 0 2.4rem 0;
  background-color: #939597;
}
.ty-page .check-icon {
  margin: 0 0 3.6rem 0;
}
.ty-page .check-icon svg {
  margin: 0 0 1.2rem 0;
}
.ty-page .summary-section-label.shipping-method-label,
.ty-page .summary-section-label.shipping-addr-label {
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
}
.ty-page .order-thank-you-email-msg {
  font-size: 2.2rem;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.ty-page .order-thank-you-email-msg--light {
  color: #606060;
  font-size: 1.8rem;
  margin: 1.2rem 0 0 0;
}
.ty-page .shipping-method {
  overflow: unset;
}
.ty-page .card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  margin: 0 0 2.4rem 0;
}
.ty-page .card.order-product-summary {
  background-color: transparent;
  border: 0.1rem solid #939597;
}
.ty-page .card--margin-18-24 {
  margin: 0 0 1.8rem 0;
}
@media only screen and (min-width: 62em) {
  .ty-page .card--margin-18-24 {
    margin: 0 0 2.4rem 0;
  }
}
.ty-page .card-header {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: rgb(0, 0, 0);
  height: 6.5rem;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
}
.ty-page .card-header .card-header-custom {
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "AkzidenzGroteskBE" !important;
  font-weight: normal !important;
}
.ty-page .card-header--between {
  justify-content: space-between;
}
.ty-page .clearfix::after {
  display: none;
}
.ty-page .card-body {
  padding: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
.ty-page .card-body .item-attributes {
  max-width: 100%;
}
.ty-page .customer-information-block {
  padding: 0;
  margin: 0 0 1.8rem 0;
}
.ty-page .customer-information-block .form-group {
  margin: 0 0 1.8rem 0;
}
.ty-page .card-content {
  padding: 1.2rem 1.8rem;
}
@media only screen and (min-width: 62em) {
  .ty-page .card-content {
    padding: 1.2rem 2.4rem;
  }
}
.ty-page .card-title {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  margin: 0 0 1.8rem 0;
  font-family: "AkzidenzGroteskBE Bold" !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 62em) {
  .ty-page .confirmation-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.6rem;
  }
}
.ty-page .order-confirmation-continue-shopping {
  margin: 0 0 2.4rem 0;
}
@media only screen and (min-width: 62em) {
  .ty-page .order-confirmation-continue-shopping {
    margin: 0;
  }
}
.ty-page.checkout-page .order-product-summary .custom-price {
  display: flex !important;
}
.ty-page.checkout-page .unit-price-label {
  text-transform: uppercase;
}
.ty-page.checkout-page .unit-price-label::after {
  content: "";
}
.ty-page .payment-info-label, .ty-page .payment-details {
  display: none;
}

.custom-price .unit-price-label,
.sku label,
.mini-cart-brand label,
.qty-card-quantity-label,
.line-item-total-price-label {
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  text-transform: uppercase;
}

.label-bold {
  font-size: 1.4rem;
  font-family: "AkzidenzGroteskBE Medium" !important;
  font-weight: normal !important;
  text-transform: uppercase;
}

.mobile-2r-2c .region.col-6.col-sm-3:nth-child(1), .mobile-2r-2c .region.col-6.col-sm-3:nth-child(3) {
  padding: 0 0.9rem 0 0 !important;
}
.mobile-2r-2c .region.col-6.col-sm-3:nth-child(2), .mobile-2r-2c .region.col-6.col-sm-3:nth-child(4) {
  padding: 0 0 0 0.9rem !important;
}

.no-search-results .title {
  font-size: 42px;
  width: 510px;
  margin-top: 45px !important;
  font-weight: 700;
  margin-left: -185px;

  @media (max-width: 550px) {
    font-size: 27px;
    margin-left: -130px;
  }
}

@media (max-width: 550px) {
  img.iconNotFound {
    height: 74px;
    margin-left: 35px;
  }
}

.no-search-results .title-name{
  font-size: 30px;
	font-family: "AkzidenzGroteskBE" !important;
  font-weight: 400;
  width: 650px;

  @media (max-width: 550px) {
    font-size: 24px;
    width: 100%;
  }
}

.no-search-results .title-name2 {
  font-size: 25px;
  width: 50%;
  margin-top: 21px !important;
}

.order-button-container {
  text-align: center;
  margin-top: 20px;
}

.order-button {
  margin-top: 15px;
  display: inline-block;
  background-color: #00C853;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 5px 30px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.order-button:hover {
  background-color: #00B04A;
  transform: scale(1.05);
}

.order-button:active {
  background-color: #008F3D;
  transform: scale(0.95);
}

.order-button img.icon {
  width: auto;
  height: 45px;
  margin-left: 10px;
  vertical-align: middle;
}

.btnSearch-whatsapp {
  color: #fff !important;
  font-size: 28px;
  text-decoration: none !important;
}

.no-search-results .title-name-word{
  font-weight: 500 !important;
  font-family: "AkzidenzGroteskBE Medium" !important;
}

.containerNoRes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px auto;
  max-width: 77.5%;
}

.box {
  width: calc(50% - 20px); /* Se resta un poco para dejar espacio entre los elementos */
  margin: 10px;
  text-align: center;
  background-color: #F5F5F5;
  padding: 25px 0px;
  height: 130px;
  display: flex;
  justify-content: center;
}

.box a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box:hover {
  background-color: #313132;
  path.iconToWhite {
    fill: white;
  }
}

@media (min-width: 768px) {
  .box {
    width: calc(25% - 20px);
  }
}

@media (max-width: 550px) {
  .containerNoRes {
    max-width: 95%;
  }
  .no-search-results .title-name2 {
    font-size: 24px;
    width: 90%;
  }
}

@media (max-width: 400px) {
  svg.iconNotResMob {
    width: 300px;
  }
}

@media (max-width: 400px) {
  .filter-header {
    margin-left: 0;
    margin-right: 0;
  }
}

.no-search-results .category-name__line{
	flex: 1;content: '';
	height: 0.1rem;
	background-color: black;
	margin: 0 0 0.7rem 1.2rem;
}

.checkout-page .nav-item.payMethod{
    height: 60px;
    width: 30%;
    margin-right: 10px;
    @media (max-width: 550px) {
      width: 100%;
    }
}

.checkout-page .nav-link.efectivo-payment-group {
    border: 1px solid #c4c4c4;
    border-radius: 13px;
    margin-bottom: 10px;
    padding: 8px;
}
.checkout-page .nav-link.efectivo-payment-group label {
    width:95%
}
.payment-method-confirmation {
  border-bottom: 2px solid #C4C4C4;
  border-top: 2px solid #C4C4C4;
  width: 100%;
  /* text-align: center; */
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-method-confirmation .container{
  width: 273px;
  font-size: 12px;
}
.payment-method-confirmation .container div{
  margin-top:10px;
}

.payment-method-confirmation .container .download-link{
  height: 30px;
  color:#FFF !important;
  width:100%;
}
.payment-method-confirmation .container ol li{
  margin-top:10px;
}
#expirationMonth, #expirationYear{
  width: 95%;
}
#securityCode{
    width: 63%;
}

.checkout-page .pix-tab label.form-control-label{
  margin-top: 5px;
}
.checkout-continue .download-quote{
	height: 4.5rem;
    border-radius: 0.5rem;
    font-size: 1.8rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "AkzidenzGroteskBE" !important;
    font-weight: normal !important;
}
/*# sourceMappingURL=style.css.map */

/*# style for plp*/
.txt-outOfStock {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  background-color: white;
  padding: 4% 8%;
  text-align: center;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
}

.image-opacity{
  opacity: 0.5;
}
/*# style for plp*/