@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.side-panel {
  position: fixed;
  z-index: 2;
  top: 0;
  left: unset;
  min-width: unset;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  text-align: left;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 8px #00000029;
  overflow: auto;
  height: 100vh;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
@media (max-width: 767px) {
  .side-panel {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  .side-panel .general-close {
    top: 20px;
  }
  .side-panel.active {
    right: -1px;
  }
}
@media (max-width: 767px) {
  .side-panel-site-ribbon {
    top: 70px;
    height: calc(100% - 120px);
  }
}
@media only screen and (max-width: 768px) {
  .modal-popup .modal-inner-wrap,
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    padding-top: 30px;
  }
}
body {
  font-family: 'Sackers Gothic', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
}
.close {
  font-family: 'icons-blank-theme';
  content: "\e616";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #000000;
  float: right;
  margin: 0;
}
.grid-product-name {
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}
.title-basis {
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
.title-medium {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.title-big {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-big {
    font-size: 16px;
  }
}
.header-links {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.3px;
  line-height: 60px !important;
  height: 60px;
  display: flex;
}
.header-links:hover span,
.header-links span {
  line-height: 60px !important;
  height: 60px;
}
.header-links:hover span span,
.header-links span span,
.header-links:hover span span:before,
.header-links span span:before,
.header-links:hover span span:after,
.header-links span span:after {
  height: 60px;
  line-height: 60px;
}
.header-links:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .header-links span,
  .header-links span:before,
  .header-links span:after {
    line-height: 60px !important;
    height: 60px;
    display: flex;
  }
  .header-links span:hover span,
  .header-links span:before:hover span,
  .header-links span:after:hover span,
  .header-links span span,
  .header-links span:before span,
  .header-links span:after span {
    line-height: 60px !important;
    height: 60px;
  }
  .header-links span:hover span span,
  .header-links span:before:hover span span,
  .header-links span:after:hover span span,
  .header-links span span span,
  .header-links span:before span span,
  .header-links span:after span span,
  .header-links span:hover span span:before,
  .header-links span:before:hover span span:before,
  .header-links span:after:hover span span:before,
  .header-links span span span:before,
  .header-links span:before span span:before,
  .header-links span:after span span:before,
  .header-links span:hover span span:after,
  .header-links span:before:hover span span:after,
  .header-links span:after:hover span span:after,
  .header-links span span span:after,
  .header-links span:before span span:after,
  .header-links span:after span span:after {
    height: 60px;
    line-height: 60px;
  }
}
.link {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
.default-text {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.default-text-small {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
}
.button-height-xxl {
  line-height: 60px !important;
  height: 60px;
}
.button-height-xxl:hover span,
.button-height-xxl span {
  line-height: 60px !important;
  height: 60px;
}
.button-height-xxl:hover span span,
.button-height-xxl span span,
.button-height-xxl:hover span span:before,
.button-height-xxl span span:before,
.button-height-xxl:hover span span:after,
.button-height-xxl span span:after {
  height: 60px;
  line-height: 60px;
}
.button-height-extrabig {
  line-height: 50px !important;
  height: 50px;
}
.button-height-extrabig:hover span,
.button-height-extrabig span {
  line-height: 50px !important;
  height: 50px;
}
.button-height-big {
  line-height: 40px !important;
  height: 40px;
}
.button-height-big:hover span,
.button-height-big span {
  line-height: 40px !important;
  height: 40px;
}
.button-height-medium {
  line-height: 33px !important;
  height: 33px;
}
.button-height-medium:hover span,
.button-height-medium span {
  line-height: 33px !important;
  height: 33px;
}
.button-primary,
.button-secondary {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0;
  padding: 0 30px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  text-transform: uppercase;
}
.button-primary span,
.button-secondary span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .button-primary,
  .button-secondary {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.button-primary {
  color: #ffffff;
  background: #000000;
  font-weight: 500;
  line-height: 40px !important;
  height: 40px;
}
.button-primary:hover span,
.button-primary span {
  line-height: 40px !important;
  height: 40px;
}
.button-primary span {
  color: #ffffff;
}
.button-primary-disabled {
  background: #858585;
  border: 1px solid #858585;
  cursor: unset;
  pointer-events: none;
}
.button-secondary {
  background: transparent;
  border: 1px solid #333333;
  color: #000000;
  line-height: 40px !important;
  height: 40px;
}
.button-secondary:hover span,
.button-secondary span {
  line-height: 40px !important;
  height: 40px;
}
.button-secondary span {
  color: #000000;
}
.button-secondary a {
  line-height: 40px !important;
  height: 40px;
  width: unset;
}
.button-secondary a:hover span,
.button-secondary a span {
  line-height: 40px !important;
  height: 40px;
}
.button-secondary:hover {
  border: 1px solid #000000;
}
.button-secondary:hover span {
  color: #333333;
}
.button-tocart-color {
  background: #b78944;
  border: 1px solid #b78944;
}
/*
.action.primary.tocart {
    .button-tocart-color;
}
*/
.action span {
  border-bottom: 1px solid;
}
.action.action-toggle span,
.action.action-apply span {
  border: none;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 0;
}
button.primary,
button.action.primary,
a.action.primary,
button.action-primary,
.action.primary,
.action.primary.tocart {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  padding: 0 30px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  font-weight: 500;
  line-height: 40px !important;
  height: 40px;
  border-radius: 0;
}
button.primary span,
button.action.primary span,
a.action.primary span,
button.action-primary span,
.action.primary span,
.action.primary.tocart span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  button.primary,
  button.action.primary,
  a.action.primary,
  button.action-primary,
  .action.primary,
  .action.primary.tocart {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
  }
}
button.primary:hover span,
button.action.primary:hover span,
a.action.primary:hover span,
button.action-primary:hover span,
.action.primary:hover span,
.action.primary.tocart:hover span,
button.primary span,
button.action.primary span,
a.action.primary span,
button.action-primary span,
.action.primary span,
.action.primary.tocart span {
  line-height: 40px !important;
  height: 40px;
}
button.primary span,
button.action.primary span,
a.action.primary span,
button.action-primary span,
.action.primary span,
.action.primary.tocart span {
  color: #ffffff;
}
button.primary span,
button.action.primary span,
a.action.primary span,
button.action-primary span,
.action.primary span,
.action.primary.tocart span {
  border: none;
}
.action.secondary,
.action.filter-clear {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0;
  padding: 0 30px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #333333;
  color: #000000;
  line-height: 40px !important;
  height: 40px;
}
.action.secondary span,
.action.filter-clear span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .action.secondary,
  .action.filter-clear {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.action.secondary:hover span,
.action.filter-clear:hover span,
.action.secondary span,
.action.filter-clear span {
  line-height: 40px !important;
  height: 40px;
}
.action.secondary span,
.action.filter-clear span {
  color: #000000;
}
.action.secondary a,
.action.filter-clear a {
  line-height: 40px !important;
  height: 40px;
  width: unset;
}
.action.secondary a:hover span,
.action.filter-clear a:hover span,
.action.secondary a span,
.action.filter-clear a span {
  line-height: 40px !important;
  height: 40px;
}
.action.secondary:hover,
.action.filter-clear:hover {
  border: 1px solid #000000;
}
.action.secondary:hover span,
.action.filter-clear:hover span {
  color: #333333;
}
.action.viewcart span {
  border: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
button:hover {
  background: unset;
  border: none;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
select,
textarea {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
input[type="checkbox"] + label,
input[type="checkbox"] + .pretty-checkbox {
  position: relative;
  line-height: 16px;
  padding-left: 20px;
  cursor: pointer;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + .pretty-checkbox:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #636363;
  width: 12px;
  height: 12px;
  left: 0;
  top: -1px;
  cursor: pointer;
}
input[type="checkbox"] + label:after,
input[type="checkbox"] + .pretty-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  height: 6px;
  width: 3px;
  top: 1px;
  left: 0;
  margin-left: 5px;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + .pretty-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  height: 7px;
  width: 3px;
  top: 0;
  left: 0;
  margin-left: 5px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
form .fieldset > .field:not(.choice) > .label {
  padding: 0;
}
.message.error {
  color: #e02b27;
  width: fit-content;
  padding: 10px 20px 10px 40px;
}
.message.error > div {
  color: #e02b27;
}
.dropdown-arrow {
  display: inline-block;
  text-decoration: none;
}
.dropdown-arrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.dropdown-arrow:after {
  text-indent: -4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition-duration: .32s;
  transition-timing-function: ease-in-out;
}
.dropdown-arrow-active:after {
  transform: rotate(270deg);
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  transition-duration: .32s;
  transition-timing-function: ease-in-out;
}
.slick-dots li {
  width: 13px;
  height: 2px;
  display: inline-block;
}
.slick-dots li button {
  border: none;
  width: 13px;
  height: 2px;
  background: #adadad;
  margin: 0;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
.slick-dots li button:hover {
  background: #cccccc;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
.slick-dots li.slick-active {
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
.slick-dots li.slick-active button {
  background: #000000;
}
.action.close,
.general-close,
.notice-close {
  position: absolute;
  top: 7px;
  right: 10px;
}
.action.close :after,
.general-close :after,
.notice-close :after {
  font-family: 'icons-blank-theme';
  content: "\e616";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #000000;
  float: right;
  margin: 0;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-right: 10px;
}
.login-container .fieldset:after {
  margin-top: 15px;
}
form .field.password .control .input-text {
  z-index: 0;
}
form .fieldset {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
form .fieldset:after {
  width: 100%;
}
form .fieldset > .field {
  position: relative;
  margin-bottom: 20px;
}
form .fieldset .field-required > .label {
  font-size: 11px;
}
form .fieldset .field-required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
form .fieldset .action.remind {
  font-size: 12px;
}
form .fieldset .field.choice.newsletter input[type="checkbox"] {
  left: 0;
  top: 0;
  margin: 0;
}
form .fieldset .field.choice.newsletter:before {
  padding: 0;
}
form .fieldset .field.choice.newsletter label.label {
  display: block;
  padding-bottom: 6px;
  font-size: 11px;
}
form .fieldset label.label,
form .fieldset label,
form .fieldset label.span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-bottom: 5px;
}
form .fieldset > .legend {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
form .fieldset .field.date .control {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: space-between;
}
form .fieldset .field.date .control .date-field {
  flex: 0 0 28%;
  margin: 0;
}
form .fieldset .field.date .control .validate-date {
  flex: 0 0 100%;
  height: 0;
}
form .fieldset .field.date .control .date-separator {
  margin-top: 12px;
}
form .fieldset .street-field {
  margin-bottom: 0;
}
form .fieldset .street-field .field {
  margin-bottom: 20px;
}
.block-hide,
.action.primary.block-hide {
  display: none;
}
.block-show {
  display: block;
}
.action.primary.nostock,
.action.primary.selectsize {
  opacity: 0.5;
}
.action.tocompare,
.product-info-main .action.tocompare,
.add-to-links .action.tocompare,
.product-item-actions .actions-secondary > .action.tocompare {
  display: none;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-item-actions .actions-secondary > .action {
  width: fit-content !important;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0;
  padding: 0 30px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #333333;
  color: #000000;
  line-height: 40px !important;
  height: 40px;
}
.abs-actions-addto-gridlist span,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.product-item-actions .actions-secondary > .action span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .abs-actions-addto-gridlist,
  .table-comparison .wishlist.split.button > .action.split,
  .product-items .wishlist.split.button > .action.split,
  .product-item-actions .actions-secondary > .action {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.abs-actions-addto-gridlist:hover span,
.table-comparison .wishlist.split.button > .action.split:hover span,
.product-items .wishlist.split.button > .action.split:hover span,
.product-item-actions .actions-secondary > .action:hover span,
.abs-actions-addto-gridlist span,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.product-item-actions .actions-secondary > .action span {
  line-height: 40px !important;
  height: 40px;
}
.abs-actions-addto-gridlist span,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.product-item-actions .actions-secondary > .action span {
  color: #000000;
}
.abs-actions-addto-gridlist a,
.table-comparison .wishlist.split.button > .action.split a,
.product-items .wishlist.split.button > .action.split a,
.product-item-actions .actions-secondary > .action a {
  line-height: 40px !important;
  height: 40px;
  width: unset;
}
.abs-actions-addto-gridlist a:hover span,
.table-comparison .wishlist.split.button > .action.split a:hover span,
.product-items .wishlist.split.button > .action.split a:hover span,
.product-item-actions .actions-secondary > .action a:hover span,
.abs-actions-addto-gridlist a span,
.table-comparison .wishlist.split.button > .action.split a span,
.product-items .wishlist.split.button > .action.split a span,
.product-item-actions .actions-secondary > .action a span {
  line-height: 40px !important;
  height: 40px;
}
.abs-actions-addto-gridlist:hover,
.table-comparison .wishlist.split.button > .action.split:hover,
.product-items .wishlist.split.button > .action.split:hover,
.product-item-actions .actions-secondary > .action:hover {
  border: 1px solid #000000;
}
.abs-actions-addto-gridlist:hover span,
.table-comparison .wishlist.split.button > .action.split:hover span,
.product-items .wishlist.split.button > .action.split:hover span,
.product-item-actions .actions-secondary > .action:hover span {
  color: #333333;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-item-actions .actions-secondary > .action > span {
  line-height: 40px !important;
  height: 40px;
  overflow: unset !important;
  position: unset !important;
  width: 100% !important;
  box-sizing: border-box;
  height: 40px !important;
  margin: 0 !important;
  display: block;
}
.abs-actions-addto-gridlist > span:hover span,
.table-comparison .wishlist.split.button > .action.split > span:hover span,
.product-items .wishlist.split.button > .action.split > span:hover span,
.product-item-actions .actions-secondary > .action > span:hover span,
.abs-actions-addto-gridlist > span span,
.table-comparison .wishlist.split.button > .action.split > span span,
.product-items .wishlist.split.button > .action.split > span span,
.product-item-actions .actions-secondary > .action > span span {
  line-height: 40px !important;
  height: 40px;
}
.abs-actions-addto-gridlist:hover > span,
.table-comparison .wishlist.split.button > .action.split:hover > span,
.product-items .wishlist.split.button > .action.split:hover > span,
.product-item-actions .actions-secondary > .action:hover > span {
  line-height: 40px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-item-actions .actions-secondary > .action:before {
  content: none;
}
.action.towishlist,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.product-item-actions .actions-secondary > .action.towishlist,
.towishlist,
.wishlist {
  min-width: unset;
  padding: 0;
  border: none;
  position: relative;
  display: inline-block;
  width: 30px;
}
.action.towishlist span,
.product-items .action.towishlist span,
.products.list.items .action.towishlist span,
.table-comparison .action.towishlist span,
.product-info-main .action.towishlist span,
.product-options-bottom .action.towishlist span,
.product-item-actions .actions-secondary > .action.towishlist span,
.towishlist span,
.wishlist span {
  display: none;
}
.action.towishlist:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-info-main .action.towishlist:before,
.product-options-bottom .action.towishlist:before,
.product-item-actions .actions-secondary > .action.towishlist:before,
.towishlist:before,
.wishlist:before {
  display: inline-block;
  text-decoration: none;
  font-family: 'icons-blank-theme';
  content: '\e601';
  font-size: 34px;
  width: 30px;
  display: flex;
  justify-content: center;
}
.action.towishlist:before:before,
.product-items .action.towishlist:before:before,
.products.list.items .action.towishlist:before:before,
.table-comparison .action.towishlist:before:before,
.product-info-main .action.towishlist:before:before,
.product-options-bottom .action.towishlist:before:before,
.product-item-actions .actions-secondary > .action.towishlist:before:before,
.towishlist:before:before,
.wishlist:before:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 39px;
  line-height: inherit;
  color: inherit;
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.towishlist:hover,
.product-items .action.towishlist:hover,
.products.list.items .action.towishlist:hover,
.table-comparison .action.towishlist:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.product-item-actions .actions-secondary > .action.towishlist:hover,
.towishlist:hover,
.wishlist:hover {
  border: none;
  background: transparent;
}
.action.towishlist:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-info-main .action.towishlist:hover:before,
.product-options-bottom .action.towishlist:hover:before,
.product-item-actions .actions-secondary > .action.towishlist:hover:before,
.towishlist:hover:before,
.wishlist:hover:before {
  content: '\e600';
}
@media (max-width: 767px) {
  .product-item-actions {
    display: flex;
  }
  .abs-actions-addto-gridlist,
  .action.towishlist,
  .abs-actions-addto-gridlist,
  .table-comparison .wishlist.split.button > .action.split,
  .product-items .wishlist.split.button > .action.split,
  .product-items .action.towishlist,
  .products.list.items .action.towishlist,
  .table-comparison .action.towishlist,
  .product-item-actions .actions-secondary > .action,
  .product-info-main .action.towishlist {
    width: 100% !important;
  }
  .abs-actions-addto-gridlist a,
  .action.towishlist a,
  .abs-actions-addto-gridlist a,
  .table-comparison .wishlist.split.button > .action.split a,
  .product-items .wishlist.split.button > .action.split a,
  .product-items .action.towishlist a,
  .products.list.items .action.towishlist a,
  .table-comparison .action.towishlist a,
  .product-item-actions .actions-secondary > .action a,
  .product-info-main .action.towishlist a,
  .abs-actions-addto-gridlist span,
  .action.towishlist span,
  .abs-actions-addto-gridlist span,
  .table-comparison .wishlist.split.button > .action.split span,
  .product-items .wishlist.split.button > .action.split span,
  .product-items .action.towishlist span,
  .products.list.items .action.towishlist span,
  .table-comparison .action.towishlist span,
  .product-item-actions .actions-secondary > .action span,
  .product-info-main .action.towishlist span {
    width: 100% !important;
  }
}
.site-notice-wrapper.top-ribbon {
  display: block !important;
  background: white;
  height: 30px;
  width: 100%;
  z-index: 3;
  position: fixed;
  top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-notice-wrapper.top-ribbon[style*="display: none"] {
  height: 0;
}
.site-notice-wrapper.top-ribbon[style*="display: none"] .custom-html.ribbon {
  opacity: 0;
}
.site-notice-wrapper.top-ribbon .notice-close {
  color: #ffffff;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 12;
  cursor: pointer;
}
.site-notice-wrapper.top-ribbon .notice-close:after {
  font-family: 'icons-blank-theme';
  content: "\e616";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #fff;
  float: right;
  margin: 0;
}
.ribbon {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 11px;
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #ffffff;
  background: #000000;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
.ribbon a {
  color: #ffffff;
}
.ribbon .ribbon-rotate {
  position: absolute;
  width: 100%;
  opacity: 0;
  top: -10px;
  visibility: hidden;
  display: block !important;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 10px;
  transition-delay: .1s;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
.ribbon .ribbon-rotate.active {
  opacity: 1;
  top: 0;
  bottom: 0;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
/*
body.right-is-open {
    overflow-y: hidden;
    header.page-header{z-index:0}
    .ribbon{z-index:0}
    header.page-header {
        .header-main-right{z-index:0}
    }
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
    body.right-is-open {
        header.page-header{
        .header.content{margin-top:-80px}
        }
    }
}
*/
/*
body.sizeguide-is-open.right-is-open{
    header.page-header{z-index:1}
    &:before {
         content: '';
         backdrop-filter: blur(10px);
         position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2001;}
}
*/
body.sizeguide-is-open header.page-header {
  z-index: 1;
}
.sizeguide-border {
  border-bottom: 1px dashed #d1d1d1 !important;
}
body .block-static-block.widget,
body .block-cms-link.widget {
  margin: 0;
}
::placeholder {
  color: #333333 !important;
}
::-webkit-input-placeholder {
  color: #333333 !important;
}
::-moz-placeholder {
  color: #333333 !important;
}
::-ms-input-placeholder {
  color: #333333 !important;
}
* {
  text-transform: none;
}
.price {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.price-including-tax .price,
.price-excluding-tax .price,
.price-including-tax,
.price-excluding-tax,
.grid-price {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.product-price {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  font-size: 16px;
}
.special-price .price,
.price-final_price .price {
  font-weight: 600;
}
.old-price .price,
.old-price.special-price .price,
.product-item .old-price .price,
.product-item .old-price.sly-old-price .price {
  color: #8c8c8c;
  text-decoration: line-through;
}
.block-title,
.block-title > strong {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.modal-popup .modal-title {
  font-weight: 600;
}
.modal-popup .modal-footer {
  display: flex;
  gap: 10px;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  z-index: 1;
  margin: 15px;
}
.lines-button.x {
  position: fixed;
  left: 25px;
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 1;
  border: none;
  background: transparent;
  border-radius: 50%;
}
.lines-button.x:before {
  top: 15px;
  height: 8px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-color: transparent;
}
.lines-button.x:after {
  height: 2px;
  top: 27px;
  background-color: #000000;
  bottom: calc(28.75%);
}
.lines-button.x:before,
.lines-button.x:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  left: 0;
  transition: all 0.2s ease-out;
}
#html-body header.page-header {
  margin-bottom: 20px;
  padding: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
}
#html-body header.page-header:after {
  content: "";
  position: fixed;
  width: unset;
  height: unset;
  top: 0;
  left: 0;
  background: transparent;
  backdrop-filter: none;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body header.page-header .header.content {
  position: relative;
  padding: 0;
}
#html-body header.page-header .header.content .minicart-wrapper .action.close:before {
  font-family: 'icons-blank-theme';
  content: "\e616";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  display: block;
  color: #000000;
  float: right;
  margin: 0;
}
#html-body header.page-header .header.content .header-main-right {
  position: fixed;
  right: 25px;
  z-index: 3;
  align-items: center;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body header.page-header .header.content .header-main-right a {
  color: #000000;
  display: block;
  cursor: pointer;
}
#html-body header.page-header .header.content .header-main-right .link.wishlist a {
  display: block;
}
#html-body header.page-header .header.content .header-main-right .link.wishlist a span {
  margin-left: 3px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper {
  margin: 0;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .product.actions .secondary a {
  color: #000000;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart {
  width: 40px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart:before {
  content: "";
  width: 30px;
  height: 60px;
  line-height: 60px;
  display: block;
  background-image: url("..//images/ico-cart.png");
  background-position: 0 20px;
  background-size: 22px;
  background-repeat: no-repeat;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart .counter.qty {
  height: 60px;
  line-height: 60px;
  vertical-align: bottom;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart .counter.qty:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart .counter.qty:after {
  text-indent: 0;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text {
  position: unset;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.3px;
  line-height: 60px !important;
  height: 60px;
  display: flex;
  font-size: 12px;
  display: none;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:hover {
  color: #333333;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after {
    line-height: 60px !important;
    height: 60px;
    display: flex;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after span {
    line-height: 60px !important;
    height: 60px;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:before span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text span:after span span:after {
    height: 60px;
    line-height: 60px;
  }
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.text:before span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number {
  line-height: 60px !important;
  height: 60px;
  margin: 0 1px;
  text-align: center;
  text-indent: 0;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper a.showcart span.counter-number span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link a:before {
  content: "\e005";
  font-family: 'Simple Line Icons';
  font-size: 17px;
  text-align: center;
  width: 30px;
  display: block;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account {
  line-height: 60px !important;
  height: 60px;
  text-indent: 0;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account:hover span,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account:hover span span,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account span span,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account:hover span span:before,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account span span:before,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account:hover span span:after,
#html-body header.page-header .header.content .header-main-right ul.header.links li.authorization-link.loggedin-active a #logo-account span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .block-search .nested {
  display: none;
}
#html-body header.page-header .header.content .header-main-right .block-search .form.minisearch .label {
  display: none;
}
#html-body header.page-header .header.content .header-main-right .block-search .form.minisearch .block-search {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
#html-body header.page-header .header.content .header-main-right .block-search .control {
  border: none;
}
#html-body header.page-header .header.content .header-main-right .block-search .action.search {
  position: unset;
}
#html-body header.page-header .header.content .header-main-right .block-search .action.search > span {
  margin: 0;
  height: unset;
  width: 100%;
  display: block;
  position: unset;
  overflow: unset;
}
#html-body header.page-header .header.content .header-main-right #account-popup {
  font-size: 13px;
  position: fixed;
  z-index: 2;
  top: 0;
  left: unset;
  min-width: unset;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  text-align: left;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 8px #00000029;
  overflow: auto;
  height: 100vh;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  padding-bottom: 0;
}
#html-body header.page-header .header.content .header-main-right #account-popup .login-notice {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right #account-popup {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  #html-body header.page-header .header.content .header-main-right #account-popup .general-close {
    top: 20px;
  }
  #html-body header.page-header .header.content .header-main-right #account-popup.active {
    right: -1px;
  }
}
#html-body header.page-header .header.content .header-main-right #account-popup > div {
  display: flex;
  flex-direction: column;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .block-title strong {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .block-content.login-account {
  order: 0;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .block-content.register-account {
  order: 1;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .primary {
  float: none;
  margin: 0;
  width: 100%;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .primary .action.primary {
  width: 100%;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .secondary {
  float: none;
  display: block;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .secondary a.action {
  margin: 0;
  line-height: 20px;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .secondary a.action.reminder {
  display: block;
  margin-bottom: 20px;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div .actions-toolbar .secondary .action.primary {
  width: 100%;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field {
  display: flex;
  flex-direction: column;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="text"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="password"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="url"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="tel"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="search"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="number"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type*="date"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field input[type="email"],
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field select,
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field textarea {
  display: block;
}
#html-body header.page-header .header.content .header-main-right #account-popup > div form .fieldset > .field.date .control .date-separator {
  margin: 0;
  line-height: 40px;
}
#html-body header.page-header .header.content .header-main-right #account-popup.active {
  position: fixed;
  z-index: 2;
  top: 0;
  left: unset;
  min-width: unset;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  text-align: left;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 8px #00000029;
  overflow: auto;
  height: 100vh;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  right: 0;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right #account-popup.active {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  #html-body header.page-header .header.content .header-main-right #account-popup.active .general-close {
    top: 20px;
  }
  #html-body header.page-header .header.content .header-main-right #account-popup.active.active {
    right: -1px;
  }
}
#html-body header.page-header .header.content .header-main-right #account-popup.active .welcome-message {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper {
  margin-left: 0;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart {
  display: flex;
  flex-direction: row;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart:before {
  content: none;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text {
  position: unset;
  margin: 0;
  overflow: unset;
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.3px;
  line-height: 60px !important;
  height: 60px;
  display: flex;
  display: none;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text:hover {
  color: #333333;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after {
    line-height: 60px !important;
    height: 60px;
    display: flex;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after:hover span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after span {
    line-height: 60px !important;
    height: 60px;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after:hover span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after span span,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after:hover span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after span span:before,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after:hover span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:before span span:after,
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart span.text span:after span span:after {
    height: 60px;
    line-height: 60px;
  }
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty {
  background: transparent;
  padding: 0;
  font-size: 12px;
  min-width: fit-content;
  overflow: unset;
  display: flex;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after:hover span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after span {
  line-height: 60px !important;
  height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after:hover span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after span span,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after:hover span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after span span:before,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after:hover span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before span span:after,
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after span span:after {
  height: 60px;
  line-height: 60px;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:before {
  content: "(";
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .showcart .counter.qty:after {
  content: ")";
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-minicart {
  position: fixed;
  z-index: 2;
  top: 0;
  left: unset;
  min-width: unset;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  text-align: left;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 8px #00000029;
  overflow: auto;
  height: 100vh;
  width: 400px;
  right: -400px;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
@media (max-width: 767px) {
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    width: 90%;
    height: calc(100% - 90px);
    right: -95%;
    top: 40px;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-minicart .general-close {
    top: 20px;
  }
  #html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-minicart.active {
    right: -1px;
  }
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper .mage-dropdown-dialog .block-content .subtitle.empty {
  font-weight: 400;
}
#html-body header.page-header .header.content .header-main-right .minicart-wrapper.active .mage-dropdown-dialog .block-minicart {
  right: 0;
  z-index: 2;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body header.page-header .header.content .header-main-right ul.header.links {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li {
  list-style: none;
  margin: 0;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li a span {
  display: none !important;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.search-area a {
  display: block;
  text-decoration: none;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.search-area a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#html-body header.page-header .header.content .header-main-right ul.header.links li.search-area a:before {
  margin-top: -2px;
}
#html-body header.page-header .header.content .header-right-bottom {
  order: 4;
  position: fixed;
  right: 3%;
  top: 145px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links {
  margin: 0;
  justify-content: flex-end;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links li {
  list-style-type: none;
  line-height: 20px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view {
  z-index: 1;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link a,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
  display: block;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link ::marker,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view ::marker {
  margin: 0 10px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control .tgo-btn-box,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control .tgo-btn-box,
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control:before,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control:before {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 0 10px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control .tgo-btn-box,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control .tgo-btn-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  line-height: 21px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control .tgo-btn-box:before,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control .tgo-btn-box:before {
  line-height: 21px;
}
#html-body header.page-header .header.content .header-right-bottom .additional.links .filters-link .tgo-box-control .tgo-btn-box button,
#html-body header.page-header .header.content .header-right-bottom .additional.links .grid-view .tgo-box-control .tgo-btn-box button {
  line-height: 19px;
}
#html-body header.page-header.filter-is-open {
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body header.page-header.filter-is-open .logo {
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body header.page-header.filter-is-open .header-main-right .header.links .grid-view {
  opacity: 0;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body #account-popup #drubu-header-login {
  margin-bottom: 40px;
}
#html-body #account-popup .all-my-account {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#html-body .page-products header.page-header .header.content .header-right-bottom .additional.links {
  display: flex;
}
#html-body #main-navigation.navigation {
  left: 0;
  right: unset;
  box-sizing: border-box;
  font-size: 12px;
  position: fixed;
  z-index: 3;
  padding: 25px;
  background: #ffffff;
  transform: translate(0, 0);
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
#html-body #main-navigation.navigation.mobile-closed {
  opacity: 0;
  transform: translate(-100%, 0);
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  pointer-events: none;
}
#html-body #main-navigation.navigation .navigation-container {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}
#html-body #main-navigation.navigation .navigation-container ul {
  padding: 0;
  margin: 0;
  line-height: 27px;
}
#html-body #main-navigation.navigation .navigation-container ul li {
  margin: 0;
  padding: 0;
}
#html-body #main-navigation.navigation .navigation-container ul li a {
  font-size: 14px;
  text-transform: uppercase;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu {
  padding: 0;
  display: flex;
  box-sizing: border-box;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu.swiped {
  left: -470px;
  right: unset;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu.not-swiped {
  right: 0;
  left: 0;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu a.expand-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  cursor: pointer;
  width: 100%;
  padding: 0;
  z-index: 1;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu li {
  flex: 1;
}
#html-body #main-navigation.navigation .navigation-container ul.slider-menu li.doble-column ul.level0.submenu {
  display: flex;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu {
  /*                .level1.submenu{
                    li{
                        a{
                        &:focus, &:hover{border-bottom:1px solid}
                        }
                    }
                }*/
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back {
  display: none;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back .switch-swipe-back {
  line-height: 35px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back .switch-swipe-back:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: inherit;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back .switch-swipe-back:before {
  vertical-align: top;
  margin: 0 0 0 -10px;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .swipe-back .switch-swipe-back:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 9px;
  left: 17px;
  background: #000000;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .megamenu-content {
  margin-top: 20px;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu .megamenu-content .pagebuilder-column-line {
  gap: 10px;
  flex-wrap: nowrap;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu li.level1.parent {
  margin-bottom: 20px;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu li.level1.parent > a {
  font-weight: 600;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu.visible {
  opacity: 1;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body #main-navigation.navigation .navigation-container .level0.submenu.not-visible {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body #main-navigation.navigation .parent {
  position: relative;
}
#html-body #main-navigation.navigation .parent a.level-top {
  display: inline-block;
  text-decoration: none;
}
#html-body #main-navigation.navigation .parent a.level-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#html-body #main-navigation.navigation .parent a.level-top:after {
  width: 15px;
  text-indent: -4px;
  opacity: 0;
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
  display: none;
}
#html-body #main-navigation.navigation .parent.opened a.level-top:after {
  opacity: 1;
  transform: translate(2px, 0);
  transition: all 0.5s ease-in-out ease-in-out;
  -moz-transition: all 0.5s ease-in-out ease-in-out;
  -webkit-transition: all 0.5s ease-in-out ease-in-out;
  -o-transition: all 0.5s ease-in-out ease-in-out;
  -ms-transition: all 0.5s ease-in-out ease-in-out;
}
#html-body #main-navigation.navigation .submenu a {
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}
#html-body #main-navigation.navigation .submenu .menu-destacado a {
  font-weight: 600;
  text-transform: uppercase;
}
#html-body #main-navigation.navigation span {
  text-transform: uppercase;
}
#html-body #main-navigation.navigation a:hover {
  font-weight: 600;
}
#html-body.checkout-index-index.site-ribbon .page-wrapper header.page-header .header.content .logo {
  top: 0;
  padding: 20px;
  height: unset;
  background: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  body header #main-navigation.navigation .level0 .submenu .megamenu-content .pagebuilder-column-group figure img {
    max-width: 250px !important;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
