@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@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;
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #333333;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #8a837f;
  border-color: #8a837f;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #8a837f;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
