/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.btnNewStyle {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  cursor: pointer;
}
.action.primary.btnNewStyle--black {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  background-color: var(--mainColor--black);
  border: 1px solid var(--mainColor--black);
}
.action.primary.btnNewStyle--black:active,
.action.primary.btnNewStyle--black:focus,
.action.primary.btnNewStyle--black:hover {
  background-color: var(--mainColor--lightBlack);
  border-color: var(--mainColor--lightBlack);
}
.action.primary.btnNewStyle--onlyBorder {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  cursor: pointer;
  color: var(--mainColor--black);
  background-color: #fff;
  border: 1px solid var(--mainColor--black);
}
.action.primary.btnNewStyle--onlyBorder:active,
.action.primary.btnNewStyle--onlyBorder:focus,
.action.primary.btnNewStyle--onlyBorder:hover {
  background-color: #fff;
  border-color: var(--mainColor--lightBlack);
}
.modal-inner-wrap .modal-header button.action-close {
  z-index: 10;
}
.customer-account-login .block-new-customer .actions-toolbar .primary .action {
  font-size: 15px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  color: #fff;
  background-color: var(--mainColor--black);
  border: 1px solid var(--mainColor--black);
}
@media all and (max-width: 768px) {
  .customer-account-login .block-new-customer .actions-toolbar .primary .action {
    width: calc(100% - 50px);
    margin: 0 25px;
  }
}
.customer-account-login .block-customer-login .actions-toolbar .primary .action {
  font-size: 15px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  color: #fff;
  background-color: var(--mainColor--black);
  border: 1px solid var(--mainColor--black);
}
.customer-account-login .block-customer-login .actions-toolbar .secondary span {
  font-size: 13px !important;
  color: black !important;
}
.customer-account-login .block-customer-login .actions-toolbar .secondary a {
  text-decoration: underline;
}
#place-order-trigger {
  margin: 12px 0px;
}
.prostoBlikModalCallPopUp {
  cursor: pointer;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@media only screen and (max-width: 768px) {
  .return,
  .return_done {
    float: left !important;
    margin-top: 10px;
  }
  .single--download button {
    float: left !important;
    margin-bottom: 23px;
  }
  button.single--download {
    float: left !important;
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .return,
  .return_done {
    float: left !important;
    margin-top: 10px;
  }
  .single--download button {
    float: left !important;
    margin-bottom: 23px;
  }
  button.single--download {
    float: left !important;
    margin-top: 10px !important;
  }
}
:root {
  --minicart-spacing-vertical: 16px;
  --minicart-spacing-horizontal: 20px;
  --minicart-color-border: #e6e6e6;
  --minicart-color-muted: #71717A;
  --minicart-color-secondary: #7a7a7a;
  --minicart-color-text: #1f1f1f;
  --minicart-color-overlay: rgba(0, 0, 0, 0.4);
  --minicart-shadow: -4px 0 16px rgba(0, 0, 0, 0.12);
  --minicart-font-text: 'neue-haas-grotesk-text';
  --minicart-font-display: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ahray-minicart-wrapper {
  position: relative;
}
.ahray-minicart-wrapper.is-open .action.showcart {
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .ahray-minicart-wrapper a {
    padding: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .prostoMinicart_wrapper {
    display: block;
    top: 0;
    left: 0;
    right: unset;
    border: none;
    box-shadow: unset;
    padding: 0;
    width: auto;
    margin: 0;
  }
  .prostoMinicart_wrapper::before {
    display: none;
  }
}
.ahray-minicart-overlay {
  position: fixed;
  inset: 0;
  background: var(--minicart-color-overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 900;
}
.ahray-minicart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.ahray-minicart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 496px;
  background: #ffffff;
  box-shadow: var(--minicart-shadow);
  transform: translateX(100%);
  transition: transform .3s ease;
  z-index: 910;
  display: flex;
  flex-direction: column;
}
.ahray-minicart-drawer.is-open {
  transform: translateX(0);
}
.ahray-minicart-drawer .block-minicart.prostoMinicart_wrapper {
  position: static;
  top: unset;
  right: unset;
  left: unset;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: unset;
  font-weight: normal;
}
@media all and (max-width: 768px) {
  .ahray-minicart-drawer .block-minicart.prostoMinicart_wrapper {
    display: block;
    top: 0;
    left: 0;
    right: unset;
    border: none;
    box-shadow: unset;
    padding: 0;
    width: auto;
    margin: 0;
  }
  .ahray-minicart-drawer .block-minicart.prostoMinicart_wrapper::before {
    display: none;
  }
}
.ahray-minicart-drawer #minicart-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .ahray-minicart-drawer #minicart-content-wrapper {
    height: 100%;
  }
}
body.ahray-minicart-open {
  overflow: hidden;
}
.ahray-minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px var(--minicart-spacing-horizontal) 10px;
  border-bottom: 1px solid var(--minicart-color-border);
  position: relative;
}
@media all and (min-width: 768px) {
  .ahray-minicart-header__title {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart-header__title {
    font-family: var(--minicart-font-text);
    font-size: 16px;
    font-weight: 400;
  }
}
.ahray-minicart-header__count {
  margin-left: 3px;
}
@media all and (min-width: 768px) {
  .ahray-minicart-header__count {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart-header__count {
    font-family: var(--minicart-font-text);
    font-size: 16px;
    font-weight: 400;
  }
}
.ahray-minicart {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ahray-minicart__items {
  padding: 16px var(--minicart-spacing-horizontal) 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.ahray-minicart__items-total {
  font-size: 13px;
  color: var(--minicart-color-secondary);
  margin-bottom: 10px;
}
.ahray-minicart__items-wrapper {
  max-height: none;
  overflow-y: auto;
  padding-right: 10px;
  flex: 1 1 auto;
}
.ahray-minicart__goal {
  padding: 16px var(--minicart-spacing-horizontal) 12px;
  border-bottom: 1px solid var(--minicart-color-border);
}
.ahray-minicart__goal--reached .ahray-minicart__goal-bar {
  background: #15B74B;
}
.ahray-minicart__goal--reached .ahray-minicart__goal-bar::after {
  background-color: #15B74B;
  border-color: #15B74B;
  background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8cGF0aCBkPSJNOS43MjQ3MyAxNi45Nzk1TDUuMjQwMjMgMTIuNTJMNi4xNTkyMyAxMS41NzU4TDkuNzI0NzMgMTUuMTQxM0wxNy44NDAyIDcuMDUwNzhMMTguNzU5MiA3Ljk3MDAzTDkuNzI0NzMgMTYuOTc5NVoiCiAgICAgICAgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}
.ahray-minicart__goal--reached .ahray-minicart__goal-scale {
  opacity: 0;
}
.ahray-minicart__goal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
}
.ahray-minicart__goal-message {
  line-height: 1.4;
}
.ahray-minicart__goal-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ahray-minicart__goal-tooltip-button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  background: #fff;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ahray-minicart__goal-tooltip-content {
  position: absolute;
  top: calc(108%);
  right: 0;
  width: 220px;
  background: var(--minicart-color-text);
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 20;
}
.ahray-minicart__goal-tooltip-content:after {
  content: '';
  position: absolute;
  top: -6px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: inherit;
  transform: rotate(45deg);
}
.ahray-minicart__goal-tooltip-content.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ahray-minicart__goal-progress {
  margin-top: 12px;
}
.ahray-minicart__goal-track {
  position: relative;
  height: 2px;
  border-radius: 6px;
  background-color: #D4D4D8;
}
.ahray-minicart__goal-track:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: inherit;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: 0px;
}
.ahray-minicart__goal-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #F97316;
  transition: width var(--transition_smooth);
}
.ahray-minicart__goal-bar:after {
  content: '';
  display: block;
  background-color: #ffffff;
  border: 2px solid #F97316;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: -7px;
  right: 0;
  position: absolute;
  z-index: 1;
  transition: border-color var(--transition_smooth), background-color var(--transition_smooth);
}
.ahray-minicart__goal-scale {
  opacity: 1;
  transition: opacity var(--transition_smooth);
}
@media all and (min-width: 768px) {
  .ahray-minicart__goal-scale {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    color: var(--minicart-color-muted);
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart__goal-scale {
    display: none;
  }
}
.ahray-minicart__reward {
  margin: var(--minicart-spacing-vertical) var(--minicart-spacing-horizontal);
  background: #e4e4e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media all and (min-width: 768px) {
  .ahray-minicart__reward {
    padding: 12px 16px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart__reward {
    padding: 8px 12px;
  }
}
.ahray-minicart__reward-text {
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .ahray-minicart__reward-text {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart__reward-text {
    font-size: 12px;
  }
}
.ahray-minicart__reward-subtitle {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--minicart-color-secondary);
}
.ahray-minicart__reward-amount {
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
@media all and (min-width: 768px) {
  .ahray-minicart__reward-amount {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart__reward-amount {
    font-size: 14px;
  }
}
.ahray-minicart__totals,
.ahray-minicart__extra-info,
.ahray-minicart .actions-primary {
  padding: 0 var(--minicart-spacing-horizontal);
}
.ahray-minicart .actions-primary {
  margin-top: 0 !important;
}
.ahray-minicart__empty {
  padding: 20px;
}
.ahray-minicart-item {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--minicart-color-border);
  cursor: default !important;
}
@media all and (min-width: 768px) {
  .ahray-minicart-item {
    padding: 18px 0;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart-item {
    padding: 16px 0;
  }
}
.ahray-minicart-item:first-child {
  padding-top: 0;
}
.ahray-minicart-item:last-child {
  border: none;
}
.ahray-minicart-item__media {
  flex: 0 0 88px;
  height: 110px;
}
.ahray-minicart-item__photo {
  display: block;
}
@media all and (min-width: 768px) {
  .ahray-minicart-item__photo {
    width: 88px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart-item__photo {
    width: 72px;
  }
}
.ahray-minicart-item__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
}
.ahray-minicart-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
@media all and (min-width: 768px) {
  .ahray-minicart-item__header {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart-item__header {
    font-size: 12px;
    line-height: 1.4;
  }
}
.ahray-minicart-item__name {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  color: #000;
  text-decoration: none;
}
.ahray-minicart-item__brand {
  font-size: 13px;
  font-weight: 600;
  color: var(--minicart-color-secondary);
}
.ahray-minicart-item__title {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: var(--mainColor--black);
}
.ahray-minicart-item__wishlist {
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 1.5em;
  position: relative;
}
.ahray-minicart-item__wishlist-icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.ahray-minicart-item__wishlist-icon:before {
  content: '\2661';
  font-size: 18px;
  color: var(--minicart-color-text);
  display: block;
  text-align: center;
  line-height: 18px;
}
.ahray-minicart-item__options {
  color: var(--minicart-color-muted);
}
@media all and (min-width: 768px) {
  .ahray-minicart-item__options {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart-item__options {
    font-size: 12px;
    line-height: 1.4;
  }
}
.ahray-minicart-item__option-list {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 400;
}
.ahray-minicart-item__option {
  display: flex;
  gap: 4px;
}
.ahray-minicart-item__option-label {
  font-weight: 400;
}
.ahray-minicart-item__price {
  font-size: 14px;
  font-weight: 600;
}
.ahray-minicart-item__price .price-container {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: var(--mainColor--black);
}
.ahray-minicart-item__price .old-price .price {
  font-size: 12px;
  line-height: 1.2;
  color: var(--minicart-color-muted) !important;
  text-decoration: line-through;
  font-weight: 400;
}
.ahray-minicart-item__price .minicart-price--reduction {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}
.ahray-minicart-item__price .minicart-price--reduction .price {
  color: var(--mainColor--black) !important;
  font-weight: 600;
}
.ahray-minicart-item__price .minicart-price--reduction .price:first-child {
  color: var(--minicart-color-muted) !important;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: line-through;
  font-weight: 400;
}
.ahray-minicart-item__price .minicart-price .update-cart-item {
  display: none !important;
}
.ahray-minicart-item__price .price-wrapper .price {
  color: var(--mainColor--black);
}
.ahray-minicart-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  gap: 16px;
}
@media all and (min-width: 768px) {
  .ahray-minicart-item__footer {
    margin-top: 13px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart-item__footer {
    margin-top: 9px;
  }
}
.ahray-minicart-item__qty {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  min-width: 108px;
}
.ahray-minicart-item__qty-btn {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: var(--mainColor--black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ahray-minicart-item__qty-btn:hover,
.ahray-minicart-item__qty-btn:focus {
  background-color: inherit;
  color: inherit;
  border: inherit;
}
.ahray-minicart-item__qty-value {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor--black);
}
@media all and (min-width: 768px) {
  .ahray-minicart-item__qty-value {
    width: 24px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart-item__qty-value {
    width: 18px;
    font-size: 12px;
  }
}
.ahray-minicart-item__qty-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ahray-minicart-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--minicart-color-text);
  position: relative;
}
.ahray-minicart-item__remove:before {
  content: '\00D7';
  font-size: 18px;
  line-height: 1;
}
.ahray-minicart-item__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.minicart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ahray-minicart__coupon {
  padding: 0 var(--minicart-spacing-horizontal);
  margin-top: var(--minicart-spacing-vertical);
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.ahray-minicart__coupon-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none !important;
  border: none !important;
  padding: var(--minicart-spacing-vertical) 0;
  font-family: var(--minicart-font-display);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.ahray-minicart__coupon-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}
.ahray-minicart__coupon-icon i {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  transition: transform .4s linear;
}
.ahray-minicart__coupon-icon.is-open i {
  transform: rotate(180deg);
}
.ahray-minicart__coupon-current {
  font-size: 13px;
  color: var(--minicart-color-text);
}
.ahray-minicart__coupon-current strong {
  margin-left: 4px;
}
.ahray-minicart__coupon-form {
  display: flex;
  gap: 4px;
}
input[type="text"].ahray-minicart__coupon-input {
  flex: 1;
  border: 1px solid #D4D4D8;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
}
input[type="text"].ahray-minicart__coupon-input:focus,
input[type="text"].ahray-minicart__coupon-input:active {
  border-width: 2px;
  border-color: var(--minicart-color-muted);
}
input[type="text"].ahray-minicart__coupon-input.is-success {
  border-width: 2px;
  border-color: #099537;
}
input[type="text"].ahray-minicart__coupon-input.is-error {
  border-width: 2px;
  border-color: #D21023;
}
.ahray-minicart__coupon--button {
  flex: 0 0 104px;
  border: 1px solid #a1a1a1;
  background-color: #fafafa;
  font-family: var(--minicart-font-display);
  font-size: 16px;
  line-height: 1;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
input:not(:focus) + .ahray-minicart__coupon-apply {
  border-color: #E4E4E7;
  border-width: 1px;
  color: #b3b3b3;
}
.ahray-minicart__coupon-message {
  font-size: 13px;
  line-height: 1.4;
}
.ahray-minicart__coupon-message.is-error {
  color: #c21f39;
}
.ahray-minicart__coupon-message.is-success {
  color: #1fb467;
}
.ahray-minicart__coupon--checked {
  position: relative;
}
.ahray-minicart__coupon--checked.is-success {
  color: #1fb467;
}
.ahray-minicart__coupon--checked svg {
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translate(0, -50%);
}
.ahray-minicart__coupon-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  margin-bottom: 0;
  transition: max-height 0.4s linear, opacity 0.4s linear, transform 0.4s linear, margin-bottom 0.4s linear;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ahray-minicart__coupon-content.is-open {
  max-height: 260px;
  opacity: 1;
  pointer-events: auto;
  margin-bottom: var(--minicart-spacing-vertical);
  transform: translateY(0);
}
.ahray-minicart__totals {
  display: flex;
  flex-direction: column;
  padding: 16px var(--minicart-spacing-horizontal) 0;
}
@media all and (min-width: 768px) {
  .ahray-minicart__totals {
    gap: 8px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart__totals {
    gap: 0;
  }
}
.ahray-minicart__totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  color: var(--minicart-color-muted);
}
@media all and (min-width: 768px) {
  .ahray-minicart__totals-row {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart__totals-row {
    font-size: 12px;
  }
}
.ahray-minicart__totals-row--discount .ahray-minicart__totals-value {
  color: var(--minicart-color-muted);
}
.ahray-minicart__totals-row--delivery {
  color: #52525B;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 4px;
}
@media all and (min-width: 768px) {
  .ahray-minicart__totals-row--delivery {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart__totals-row--delivery .ahray-minicart__totals-value {
    font-size: 12px;
  }
}
.ahray-minicart__totals-row--grand {
  margin-top: 4px;
  font-family: var(--minicart-font-display);
  line-height: 1;
  font-weight: 600;
  color: var(--mainColor--black);
}
@media all and (min-width: 768px) {
  .ahray-minicart__totals-row--grand {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .ahray-minicart__totals-row--grand {
    font-size: 14px;
  }
}
.ahray-minicart__totals-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--mainColor--black);
}
.ahray-minicart__delivery {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px;
  padding: 12px 16px;
  margin: 12px var(--minicart-spacing-horizontal) 0;
  border-radius: 12px;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 1.4;
}
.ahray-minicart__delivery-label {
  color: var(--minicart-color-muted);
}
.ahray-minicart__delivery-value {
  justify-self: end;
  font-weight: 600;
  color: var(--mainColor--black);
}
.block-minicart .block-content > .actions .ahray-minicart__checkout {
  margin: 0;
  padding: 16px 0 0;
}
.block-minicart .block-content > .actions .ahray-minicart__checkout-button.action.primary {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 14px;
  font-family: var(--minicart-font-display);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 10px;
}
.block-minicart .block-content > .actions .ahray-minicart__checkout-button.action.primary:hover,
.block-minicart .block-content > .actions .ahray-minicart__checkout-button.action.primary:focus {
  background: #111;
  color: #fff;
}
.block-minicart .block-content > .actions .ahray-minicart__checkout-brands {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 0;
}
.block-minicart .block-content > .actions .ahray-minicart__checkout-brands svg,
.block-minicart .block-content > .actions .ahray-minicart__checkout-brands img {
  height: 18px;
}
.block-minicart .block-content > .actions .ahray-minicart__checkout-banner {
  margin-bottom: 10px;
  text-align: center;
}
.block-minicart .block-content > .actions .ahray-minicart__checkout-banner img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.minicart-items .update-cart-item {
  position: absolute !important;
  opacity: 0 !important;
  max-width: 1px;
  max-height: 1px;
  overflow: hidden;
  padding: 0;
}
.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.minicart-wrapper .action.close {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.minicart-wrapper .action.close:before {
  display: none;
}
:root {
  --ahrayOnePageCheckout_border-radius: 8px;
  --ahrayOnePageCheckout_form-gap--row: 20px;
  --ahrayOnePageCheckout_form-gap--column: 8px;
  --ahrayOnePageCheckout_sidebar-gap--row: 20px;
  --ahrayOnePageCheckout_sidebar-hr: 1px solid #D4D4D8;
  --ahrayOnePageCheckout_sidebar-hr--products: 1px solid #E4E4E7;
}
@media (max-width: 991px) {
  body .checkout-container {
    margin: 0 16px 20px;
  }
}
.form-login {
  margin: 0 0 24px;
}
.form-login .fieldset {
  border: none;
  padding: 0;
  display: flex;
  flex-flow: column;
  row-gap: var(--ahrayOnePageCheckout_form-gap--row);
}
.form-login .field {
  margin-bottom: 0;
}
.form-login .label {
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
  color: #000000;
}
.form-login .control {
  position: relative;
}
.form-login .input-text {
  width: 100%;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  padding: 0.96428571em 0.85714286em;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  border-color: #D4D4D8;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-login .input-text::placeholder {
  color: transparent;
}
.form-login .input-text:focus {
  border-color: #000;
}
.form-login .input-text:focus {
  border-color: #000000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.form-login .hidden-fields {
  margin-top: 8px;
}
.form-login .note {
  display: block;
  margin-top: 6px;
  color: #6b6b6b;
  font-size: 13px;
}
.form-login .actions-toolbar {
  margin-top: 12px;
}
.form-login .actions-toolbar .primary .action.login {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0;
  border-radius: var(--ahrayOnePageCheckout_border-radius);
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--mainColor--black) !important;
  border: none !important;
  color: #fff !important;
  padding: 0.90625em 0;
}
.form-login .actions-toolbar .secondary {
  margin-top: 8px;
}
.form-login .actions-toolbar .secondary a {
  color: #000000;
  font-weight: 600;
}
#customer-email-fieldset .control {
  position: relative;
}
#customer-email-fieldset .control._with-tooltip input {
  margin: 0;
  width: 100%;
}
#customer-email-fieldset .control._with-tooltip .field-tooltip {
  display: none !important;
}
#customer-email-fieldset .control i {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
#customer-email-fieldset .control i svg {
  transition: color .2s ease;
  color: var(--mainColor--black);
}
#customer-email-fieldset.is-existing-email .control input[type="email"] {
  border-color: #099537;
}
#customer-email-fieldset.is-existing-email .control input[type="email"] + i svg {
  color: #099537;
}
#customer-email-fieldset.is-existing-email .control input[type="password"] + i svg {
  color: #d4d4d8;
}
#customer-email-fieldset.is-existing-email .control input[type="text"] + i svg {
  color: var(--mainColor--black);
}
#customer-email-fieldset .remind-password {
  font-size: 12px;
  line-height: 1.4;
  color: #71717a;
  margin: 4px 0 0 12px;
}
#customer-email-fieldset .remind-password .action.remind {
  background: none;
  border: 0;
  padding: 0;
  min-height: auto;
  height: auto;
  box-shadow: none;
  text-transform: none;
  font-size: 12px;
  line-height: 1.4;
  color: #71717a;
  font-weight: 400;
}
#customer-email-fieldset .remind-password .action.remind:hover,
#customer-email-fieldset .remind-password .action.remind:focus {
  background: none;
  color: #71717a;
  text-decoration: underline;
  box-shadow: none;
}
#customer-email-fieldset .control._with-tooltip,
.checkout-shipping-address .field[name="shippingAddress.telephone"] .control._with-tooltip,
.checkout-billing-address .field[name="billingAddress.telephone"] .control._with-tooltip {
  padding-right: 0;
  background: none;
}
.popcButton {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0;
  border-radius: var(--ahrayOnePageCheckout_border-radius);
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--mainColor--black) !important;
  border: none !important;
  color: #fff !important;
  padding: 0.90625em 0;
}
.popcButton--ghost {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0;
  border-radius: var(--ahrayOnePageCheckout_border-radius);
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--mainColor--black) !important;
  border: none !important;
  color: #fff !important;
  padding: 0.90625em 0;
  background-color: transparent !important;
  color: var(--mainColor--black) !important;
}
.new-address-popup button {
  display: flex;
  align-items: center;
  align-content: center;
  background: unset;
  border: none;
  outline: none;
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 12px 16px;
  margin-bottom: 10px;
}
.new-address-popup button i {
  margin-right: 9px;
  margin-top: -2px;
}
.ahray-onepage {
  width: 100%;
}
.ahray-onepage__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .ahray-onepage__grid {
    flex-direction: column;
  }
}
.ahray-onepage__main {
  flex: 1 1 auto;
  max-width: 960px;
  margin: 0 auto;
  flex-flow: column;
}
@media all and (max-width: 991px) {
  .ahray-onepage__main {
    margin: unset;
    order: 1;
  }
}
@media all and (max-width: 991px) {
  .ahray-onepage__main--logo {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.ahray-onepage__main--header {
  height: 91px;
  min-height: 91px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 0 20px;
}
@media all and (max-width: 991px) {
  .ahray-onepage__main--header {
    justify-content: center;
  }
}
@media all and (min-width: 991px) {
  .ahray-onepage__main--header.desktop {
    display: block !important;
  }
}
@media all and (max-width: 991px) {
  .ahray-onepage__main--header.mobile {
    display: block !important;
  }
}
.ahray-onepage__steps {
  background: #fff;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.ahray-onepage__step + .ahray-onepage__step {
  margin-top: 32px;
}
.ahray-onepage__summary-column {
  position: relative;
}
@media all and (max-width: 991px) {
  .ahray-onepage__summary-column {
    order: 0;
  }
}
.ahray-onepage__summary {
  position: sticky;
  top: 30px;
}
.ahray-onepage__progress,
.ahray-onepage__estimation {
  margin-bottom: 20px;
}
.ahray-onepage__sectionTitle {
  font-family: var(--fontFamily_bold);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.ahray-onepage__sectionTitle.init {
  margin-bottom: 0.444em;
}
.ahray-onepage__sectionTitle.log {
  margin-bottom: 1.333em;
}
.ahray-onepage__sectionTitle-info {
  font-size: 14px;
  line-height: 1.5;
  color: #52525B;
  margin-bottom: 1.7em;
}
.checkout-onepage--ahray {
  background-color: #FFFFFF;
  max-width: 100%;
  padding: 0;
}
.checkout-onepage--ahray .page-header {
  display: none !important;
}
.checkout-onepage--ahray #maincontent {
  padding: 0 !important;
  max-width: unset;
}
.checkout-onepage--ahray .form-discount,
.checkout-onepage--ahray #discount-form {
  display: none !important;
}
@media all and (min-width: 992px) {
  .ahray-summary-panel {
    padding: 56px 40px;
  }
}
@media all and (max-width: 991px) {
  .ahray-summary-panel {
    margin: 0 -15px;
  }
}
.ahray-summary-panel__title {
  font-family: var(--fontFamily_regular);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.25em;
  position: relative;
}
@media all and (max-width: 991px) {
  .ahray-summary-panel__title {
    border-bottom: var(--ahrayOnePageCheckout_sidebar-hr);
    padding: 1.25em 15px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    transition-delay: 1s;
  }
  .isMobileActive .ahray-summary-panel__title {
    background-color: #F4F4F5;
    transition-delay: 0ms;
  }
}
@media all and (max-width: 991px) {
  .ahray-summary-panel__title .mobile {
    display: inline !important;
  }
}
@media all and (min-width: 992px) {
  .ahray-summary-panel__title .desktop {
    display: inline !important;
  }
}
.ahray-summary-panel__title .ahray-summary__value {
  margin-left: auto;
}
.ahray-summary-panel__title .ahray-summary__icon {
  position: relative;
  transform: rotateX(0deg) translate(0, 0);
  transition-delay: 1ms;
  transition: 250ms;
}
.isMobileActive .ahray-summary-panel__title .ahray-summary__icon {
  transform: rotateX(180deg) translate(0, 4px);
  transition-delay: 0ms;
}
.ahray-summary-panel__totals--mobile {
  display: none;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  margin-top: 8px;
}
.ahray-summary-panel__totals--mobile .label {
  font-size: 14px;
  color: #000;
}
.ahray-summary-panel__totals--mobile .amount {
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media all and (max-width: 991px) {
  .ahray-summary-panel__totals--mobile {
    display: flex;
  }
}
@media all and (max-width: 991px) {
  .ahray-summary-panel__body {
    max-height: 0;
    overflow: hidden;
    transition: all 1s;
    background-color: #F4F4F5;
    padding: 0 15px;
  }
  .isMobileActive .ahray-summary-panel__body {
    max-height: 500vh;
  }
}
.ahray-summary__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.ahray-summary__header .ahray-summary__title {
  font-size: 18px;
  font-weight: 600;
}
.ahray-summary__header .ahray-summary__count {
  margin-left: 6px;
  color: #8a8a8a;
}
.ahray-summary__cashback {
  background: #f6f6f6;
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ececec;
}
.ahray-summary__cashback .ahray-summary__cashback-text {
  font-weight: 600;
  color: #3a3a3a;
  max-width: 75%;
  line-height: 1.4;
}
.ahray-summary__cashback .ahray-summary__cashback-value {
  color: #0b8844;
  font-size: 18px;
  font-weight: 700;
}
.ahray-summary-panel__body .opc-block-summary {
  background: transparent;
  border: none;
  padding: 0;
}
.ahray-summary-panel__body .opc-block-summary > .title {
  display: none;
}
.ahray-summary-panel__body .ahray-summary__items {
  margin-bottom: var(--ahrayOnePageCheckout_sidebar-gap--row);
}
.ahray-summary-panel__body .ahray-summary__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ahray-summary-panel__body .ahray-summary__item {
  border-bottom: var(--ahrayOnePageCheckout_sidebar-hr--products);
  padding: 20px 0;
}
@media all and (min-width: 991px) {
  .ahray-summary-panel__body .ahray-summary__item:first-child {
    border-top: var(--ahrayOnePageCheckout_sidebar-hr--products);
  }
}
.ahray-summary-panel__body #opc-sidebar {
  width: 100%;
  margin: 0;
  float: unset;
  order: unset;
}
.ahray-summary-panel__body .ahray-summary-item {
  display: flex;
  gap: 14px;
  align-items: stretch;
}
.ahray-summary-panel__body .ahray-summary-item__media {
  width: 100px;
  height: 125px;
}
.ahray-summary-panel__body .ahray-summary-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ahray-summary-panel__body .ahray-summary-item__header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.ahray-summary-panel__body .ahray-summary-item__name {
  font-family: var(--fontFamily_regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.ahray-summary-panel__body .ahray-summary-item__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.ahray-summary-panel__body .ahray-summary-item__qty {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  min-width: 108px;
}
.ahray-summary-panel__body .ahray-summary-item__price {
  margin-left: auto;
}
.ahray-summary-panel__body .ahray-summary-item__price .cart-price .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
.ahray-summary-panel__body .ahray-qty-btn {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: var(--mainColor--black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ahray-summary-panel__body .ahray-qty-btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ahray-summary-panel__body .ahray-summary-item__qty-value {
  width: 24px;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor--black);
}
.ahray-summary-panel__body .ahray-summary-item__options-element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #71717A;
  gap: 5px;
}
.ahray-summary-panel__body .product-image-container {
  width: 100px;
  height: 125px;
}
.ahray-summary-panel__body .product-image-container .product-image-wrapper {
  height: auto;
}
.ahray-summary-panel__body .table-totals {
  border: none;
  margin: 14px 16px;
  max-width: calc(100% - 32px);
}
.ahray-summary-panel__body .totals {
  font-size: 14px;
  margin-bottom: 2px;
}
.ahray-summary-panel__body .totals table {
  width: 100%;
}
.ahray-summary-panel__body .totals .mark {
  font-weight: 400 !important;
  color: var(--mainColor--black);
  padding: 1px 0 !important;
}
.ahray-summary-panel__body .totals .amount {
  text-align: right;
  font-weight: 400 !important;
  padding: 1px 0 !important;
}
.ahray-summary-panel__body .totals .grand.totals .mark {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}
.ahray-summary-panel__body .totals .grand.totals .amount {
  font-size: 20px;
  font-weight: 700;
}
.ahray-summary-panel__body .totals.sub {
  padding-bottom: 8px;
  border-bottom: var(--ahrayOnePageCheckout_sidebar-hr);
  margin-bottom: 8px;
}
.ahray-summary-panel__body .totals.sub > .mark,
.ahray-summary-panel__body .totals.sub > .amount {
  padding: 0 0 8px 0 !important;
}
.ahray-summary-panel__body .totals.sub + tr > .mark,
.ahray-summary-panel__body .totals.sub + tr > .amount {
  padding-top: 8px !important;
}
.ahray-summary-panel__body .totals.shipping > .mark,
.ahray-summary-panel__body .totals.shipping > .amount {
  padding-bottom: 8px !important;
}
.ahray-coupon {
  margin: 0 0 var(--ahrayOnePageCheckout_sidebar-gap--row);
  border-bottom: var(--ahrayOnePageCheckout_sidebar-hr);
}
.ahray-coupon__toggle {
  color: #000000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none !important;
  border: none !important;
  padding: 0;
  font-family: var(--minicart-font-display);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: var(--ahrayOnePageCheckout_sidebar-gap--row);
}
.ahray-coupon-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}
.ahray-coupon-icon i {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  transition: transform .4s linear;
}
.ahray-coupon-icon.is-open i {
  transform: rotate(180deg);
}
.ahray-coupon__code {
  font-size: 13px;
  color: #71717a;
  margin-left: auto;
  margin-right: 12px;
}
.ahray-coupon__body {
  margin-bottom: var(--ahrayOnePageCheckout_sidebar-gap--row);
}
.ahray-coupon__label {
  display: block;
  font-size: 13px;
  color: #71717a;
  margin-bottom: 8px;
}
.ahray-coupon__controls {
  display: flex;
  gap: 6px;
}
.ahray-coupon__input {
  flex: 1 1 auto;
  border-radius: 6px;
  border: 1px solid #d4d4d8;
  padding: 10px 12px;
  font-size: 14px;
}
.ahray-coupon__input:focus {
  border-width: 2px;
  outline: none;
}
.ahray-coupon__apply {
  flex: 0 0 104px;
  border: 1px solid #a1a1a1;
  border-radius: 6px;
  padding: 0;
  background: #fafafa;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease;
}
input:not(:focus) + .ahray-coupon__apply,
.ahray-coupon__apply:disabled {
  border-color: #e4e4e7;
  color: #b3b3b3;
}
.ahray-summary__reward {
  margin: 0 0 var(--ahrayOnePageCheckout_sidebar-gap--row);
  padding: 8px 16px;
  background: #e4e4e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.ahray-summary__reward-text {
  line-height: 1.5;
  font-size: 14px;
}
.ahray-summary__reward-subtitle {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #7a7a7a;
}
.ahray-summary__reward-amount {
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 16px;
}
.ahray-summary__reward--border {
  height: 0;
  border-bottom: var(--ahrayOnePageCheckout_sidebar-hr);
}
.opc-block-shipping-information {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #ededed;
}
.opc-block-shipping-information .shipping-information-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.opc-block-shipping-information .shipping-information-content {
  font-size: 14px;
  color: #555;
}
.ahray-tabs {
  display: flex;
  gap: 24px;
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 30px;
}
.ahray-tabs__item {
  background: transparent;
  border: none;
  padding: 0 4px 16px;
  font-size: 18px;
  font-weight: 600;
  color: #9b9b9b;
  cursor: pointer;
  position: relative;
}
.ahray-tabs__item.is-active {
  color: #000000;
}
.ahray-tabs__item.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #000000;
}
.ahray-tabs__item:disabled {
  opacity: 0.4;
  cursor: default;
}
.ahray-section {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.06);
  margin-bottom: 32px;
}
.ahray-section__header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.ahray-section__step {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.ahray-section__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.ahray-section__subtitle {
  color: rgba(0, 0, 0, 0.55);
  margin-top: 4px;
}
@media (min-width: 992px) {
  .ahray-onepage__grid {
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    min-height: 100vh;
  }
  .ahray-onepage__main {
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
  }
  .ahray-onepage__summary-column {
    width: 512px;
    flex: 0 0 512px;
    background-color: #F4F4F5;
  }
  .ahray-onepage__summary-column {
    display: block;
  }
}
.ahray-data__card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.06);
}
.ahray-data .is-hidden {
  display: none !important;
}
.ahray-data__quick {
  border-bottom: 1px solid #ececec;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.ahray-data__quick-buttons {
  display: flex;
  gap: 12px;
}
.ahray-data__quick-btn {
  flex: 1 1 0;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 12px;
  font-weight: 600;
  background: #fafafa;
}
.ahray-data__email header {
  margin-bottom: 16px;
}
.ahray-data__eyebrow {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.ahray-data__signup {
  background: #f6f6f6;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 32px;
}
.ahray-data__address-header {
  margin-bottom: 16px;
}
.ahray-data__new-address {
  margin: 16px 0;
}
.ahray-data__shipping {
  margin-top: 32px;
}
.ahray-data__shipping-inner {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.05);
}
.ahray-data .ahray-addresses {
  margin: 8px 0 10px;
}
.ahray-data .ahray-addresses__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ahray-data .ahray-address-card {
  border: 1px solid #d4d4d8;
  outline: 1px solid transparent;
  border-radius: 8px;
  padding: 16px 16px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, outline-color 0.2s ease;
}
.ahray-data .ahray-address-card.is-selected {
  border-color: #71717A;
  outline-color: #71717A;
}
.ahray-data .ahray-address-card__pill {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  background: #f4f4f5;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #52525B;
  text-transform: none;
  margin-bottom: 8px;
}
.ahray-data .ahray-address-card__name {
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--mainColor--black);
  margin-bottom: 4px;
}
.ahray-data .ahray-address-card__line {
  font-size: 14px;
  line-height: 1.5;
  color: #52525B;
}
.ahray-data .ahray-address-card__meta {
  margin-top: 6px;
  font-size: 13px;
  color: #777;
}
.ahray-data .ahray-address-card__actions {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.ahray-data .ahray-address-card__actions button {
  background: transparent;
  border: none;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}
#ahray-payment-shipping-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
#ahray-payment-shipping-info .shipping-information-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: var(--mainColor--black);
}
#ahray-payment-shipping-info .shipping-information-title > span {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  background: #f4f4f5;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #52525B;
  text-transform: none;
  margin-bottom: 8px;
}
#ahray-payment-shipping-info .shipping-information-title .ahray-address-card__edit {
  background: transparent;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  transition: background 0.15s ease, color 0.15s ease;
  color: var(--mainColor--black);
}
#ahray-payment-shipping-info .shipping-information-title .ahray-address-card__edit svg {
  width: 16px;
  height: 16px;
  display: block;
}
#ahray-payment-shipping-info .shipping-information-title .ahray-address-card__edit:hover {
  background: #f4f4f5;
  color: #000000;
}
#ahray-payment-shipping-info .shipping-information-content {
  font-size: 14px;
  line-height: 1.5;
  color: #52525b;
}
#ahray-payment-shipping-info .shipping-information-content .ahray-address-card__name {
  display: none;
}
#ahray-payment-shipping-info .ahray-payment-card__name {
  font-family: var(--fontFamily_bold);
  font-size: 15px;
  color: var(--mainColor--black);
  margin-bottom: 4px;
}
#ahray-payment-shipping-info .ahray-payment-card__method {
  font-weight: 600;
  color: var(--mainColor--black);
}
#ahray-payment-shipping-info .ahray-payment-card__pickup {
  margin-top: 2px;
  color: #6b7280;
  font-size: 13px;
}
#ahray-payment-shipping-info .ahray-payment-card__vat {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}
#ahray-payment-shipping-info .shipping-information-content .value {
  font-weight: 600;
  color: var(--mainColor--black);
}
#ahray-payment-shipping-info .ahray-payment-card.ship-to:not(:last-child),
#ahray-payment-shipping-info .ahray-payment-card.ship-via:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}
#ahray-payment-shipping-info .action-edit {
  background: transparent;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--mainColor--black);
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s ease;
}
#ahray-payment-shipping-info .action-edit svg {
  width: 16px;
  height: 16px;
  display: block;
}
#ahray-payment-shipping-info .action-edit:hover {
  color: #000000;
}
.ahray-checkbox {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ahray-checkbox input {
  width: 18px;
  height: 18px;
}
.ahray-link-btn {
  background: transparent;
  border: none;
  color: #000000;
  font-weight: 600;
  padding: 0;
}
.ahray-tabs {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 3.875rem;
}
.ahray-tabs__item {
  background: transparent;
  border: 1px solid transparent;
  padding: 16px 0;
  font-family: var(--fontFamily_regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #A1A1AA;
  cursor: pointer;
  position: relative;
}
.ahray-tabs__item.is-active {
  font-family: var(--fontFamily_bold);
  font-weight: 600;
  color: var(--mainColor--black);
}
.ahray-tabs__item.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background: #000;
}
@media (max-width: 992px) {
  .ahray-tabs {
    display: none;
  }
}
.ahray-guest-lock-area {
  position: relative;
}
.ahray-guest-lock-area.ahray-guest-locked:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.ahray-guest-lock-area.ahray-guest-locked .field,
.ahray-guest-lock-area.ahray-guest-locked input,
.ahray-guest-lock-area.ahray-guest-locked select,
.ahray-guest-lock-area.ahray-guest-locked textarea,
.ahray-guest-lock-area.ahray-guest-locked button {
  pointer-events: none;
}
.ahray-guest-locked {
  position: relative;
}
.ahray-guest-locked:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.ahray-guest-locked .field,
.ahray-guest-locked input,
.ahray-guest-locked select,
.ahray-guest-locked textarea,
.ahray-guest-locked button {
  pointer-events: none;
}
.ahray-guest-locked input,
.ahray-guest-locked select,
.ahray-guest-locked textarea {
  background: #FAFAFA;
}
.ahray-forgot-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.ahray-forgot-modal[data-bind] {
  display: block;
}
.ahray-forgot-modal__backdrop {
  position: absolute;
  inset: 0;
}
.ahray-forgot-modal__dialog {
  position: absolute;
  top: 90px;
  left: 0;
  width: calc(100% - 512px);
  height: 100%;
  margin: 0;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  overflow-y: auto;
  z-index: 1;
}
.ahray-forgot-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.ahray-forgot-modal__content h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}
.ahray-forgot-modal__content .control {
  margin-bottom: 12px;
}
.ahray-forgot-modal__content .input-text {
  width: 100%;
  border: 1px solid #d4d4d8;
  border-radius: 6px;
  padding: 10px 12px;
}
.ahray-forgot-modal__content .input-text:focus {
  border-color: #16A34A;
  outline: none;
}
.ahray-forgot-modal__messages {
  min-height: 20px;
  margin-bottom: 10px;
}
.ahray-forgot-modal__messages .message {
  font-size: 13px;
}
.ahray-forgot-modal__messages .error {
  color: #dc2626;
}
.ahray-forgot-modal__messages .success {
  color: #16a34a;
}
.ahray-guest-info {
  margin: 10px 0;
  padding: 16px;
  background: #f4f4f5;
  border: 1px solid #D4D4D8;
  border-radius: var(--ahrayOnePageCheckout_border-radius);
  display: flex;
  flex-flow: column;
  gap: 14px;
}
.ahray-guest-info__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.ahray-guest-info__text {
  font-size: 14px;
  line-height: 1.5;
  color: #52525B;
}
.ahray-ship {
  margin-top: 12px;
  margin-bottom: 24px;
}
.ahray-ship__heading {
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  margin-bottom: 12px;
  color: #000000;
}
.ahray-ship__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ahray-ship__item {
  width: 100%;
}
.ahray-ship__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1px solid #d4d4d8;
  outline: 1px solid transparent;
  border-radius: var(--ahrayOnePageCheckout_border-radius);
  padding: 20px;
  cursor: pointer;
  transition: border-color 0.2s ease, outline-color 0.2s ease;
}
.ahray-ship__item.is-selected .ahray-ship__card {
  border-color: #71717A;
  outline-color: #71717A;
}
.ahray-ship__radio {
  opacity: 0;
  position: absolute;
  left: 0;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.ahray-ship__logo {
  width: 51px;
  height: 34px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
}
.ahray-ship__logo img {
  max-width: 100%;
  max-height: auto;
  display: block;
}
.ahray-ship__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ahray-ship__title {
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  font-weight: 600;
  color: var(--mainColor--black);
  line-height: 1.4;
}
.ahray-ship__subtitle {
  font-size: 12px;
  color: #71717A;
  line-height: 1.4;
}
.ahray-ship__action {
  display: inline-flex;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  color: var(--mainColor--black);
  text-decoration: underline;
}
.ahray-ship__price {
  font-family: var(--fontFamily_bold);
  font-size: 14px;
  font-weight: 600;
  color: var(--mainColor--black);
  line-height: 1.4;
  text-align: right;
  height: 100%;
}
.ahray-ship__error {
  color: #b00020;
  font-size: 12px;
}
.ahray-ship__footer {
  grid-area: 2 / 1 / 3 / 4;
  background-color: #F4F4F5;
  transition: max-height 0.2s ease;
}
.ahray-ship__footer-wrapper {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
}
.ahray-ship__item.is-selected .ahray-ship__footer {
  max-height: 100px !important;
}
.ahray-ship__action--address {
  font-family: var(--fontFamily_bold);
  font-size: 14px;
  line-height: 1.4;
  color: var(--mainColor--black);
  font-weight: 600;
}
#select_paczkomaty_point,
#select_paczkomaty_point_cod {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: var(--fontFamily_bold) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: var(--mainColor--black) !important;
  font-weight: 600 !important;
}
.ahray-pay {
  margin-top: 12px;
}
.ahray-pay__heading {
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  margin-bottom: 12px;
  color: #000000;
}
.ahray-pay__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-payment-method .fieldset {
  border: 0;
  padding: 0;
}
.checkout-payment-method .fieldset legend {
  display: none;
}
.opc-payment .payment-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media all and (max-width: 991px) {
  .opc-payment .payment-methods {
    margin: unset !important;
  }
}
.opc-payment .payment-group {
  margin: 0;
}
.opc-payment .payment-method {
  min-height: unset;
}
.opc-payment .payment-method._active .payment-method-title {
  border-color: #71717A !important;
  outline-color: #71717A;
}
.opc-payment .payment-method-title {
  position: relative;
  background: #fff;
  border: 1px solid #d4d4d8 !important;
  outline: 1px solid transparent;
  border-radius: var(--ahrayOnePageCheckout_border-radius);
  padding: 15px !important;
  box-shadow: unset;
  transition: border-color 0.2s ease, outline 0.2s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  cursor: pointer;
}
.opc-payment .payment-method-title .radio {
  position: absolute;
  opacity: 0;
  left: -1000vw;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.opc-payment .payment-method-title .label {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  font-weight: 600;
  color: var(--mainColor--black);
  cursor: pointer;
  position: relative;
  width: 100%;
}
.opc-payment .payment-method-title .label span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.opc-payment .payment-method-title .label::before {
  content: none;
}
.opc-payment .payment-method-title .label::after {
  content: none;
}
.opc-payment .payment-method-content {
  margin: 10px 0 0;
  padding: 0;
}
.opc-payment .payment-method-content:not([data-name="bluepayment"]) {
  position: absolute;
  opacity: 0;
  left: -1000vw;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.opc-payment .ahray-extra-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.opc-payment .ahray-extra-actions .ahray-extra-actions__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.opc-payment .payment-method-title .label[for*="blik"] span::after {
  content: 'blik';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
}
.opc-payment .payment-method-title .label[for*="card"] span::after,
.opc-payment .payment-method-title .label[for*="visa"] span::after,
.opc-payment .payment-method-title .label[for*="master"] span::after {
  content: 'VISA / MC';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eb001b 0%, #f79e1b 50%, #1a1f71 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
}
.opc-payment .payment-method-title .label[for*="google"] span::after,
.opc-payment .payment-method-title .label[for*="gpay"] span::after {
  content: 'G Pay';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  border: 1px solid #d4d4d8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
}
.opc-payment .payment-method-title .label[for*="paypo"] span::after {
  content: 'PayPo';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  border: 1px solid #d4d4d8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
}
.opc-payment .ahray-paymethod__header {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center !important;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.opc-payment .ahray-paymethod__title {
  font-family: var(--fontFamily_bold);
  font-size: 16px;
  color: var(--mainColor--black);
  line-height: 1.2;
}
.opc-payment .ahray-paymethod__description {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.5;
}
.opc-payment .ahray-paymethod__logos,
.opc-payment .ahray-paymethod__badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.opc-payment .ahray-paymethod__badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: #f4f4f5;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
}
.opc-payment .ahray-paymethod__logo {
  height: 26px;
  width: auto;
  object-fit: contain;
  background: #fff;
}
.opc-payment .ahray-paymethod__options-wrapper {
  margin-top: 8px;
}
.opc-payment .ahray-paymethod__options {
  display: grid;
  grid-template-columns: repeat(auto-fill, 110px);
  grid-auto-rows: 84px;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.opc-payment .ahray-paymethod__option {
  border: 1px solid #e5e7eb;
  outline: 1px solid transparent;
  border-radius: var(--ahrayOnePageCheckout_border-radius);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.2s ease, outline-color 0.2s ease;
}
.opc-payment .ahray-paymethod__option._active {
  border-color: #71717A;
  outline-color: #71717A;
}
.opc-payment .ahray-paymethod__option label {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.opc-payment .ahray-paymethod__option-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.opc-payment .ahray-paymethod__option-name {
  font-size: 14px;
  color: #111827;
  line-height: 1.3;
}
.opc-payment .ahray-paymethod__blik-code {
  margin-top: 10px;
  width: 160px;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}
.opc-payment .ahray-paymethod__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 32px;
  border-radius: 8px;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  gap: unset !important;
}
.opc-payment .ahray-paymethod__icon::after {
  content: attr(data-code);
  transform: translateY(-1px);
}
.opc-payment .ahray-paymethod__icon img {
  width: auto;
  height: 32px;
  display: block;
}
.opc-payment .ahray-paymethod__icon.has-logo::after {
  content: '';
}
.opc-payment .ahray-paymethod__icon.icon-banktransfer {
  background: var(--ahrayPayIcon-banktransfer, linear-gradient(135deg, #0d47a1, #1976d2));
  color: #fff;
}
.opc-payment .ahray-paymethod__icon.icon-banktransfer::after {
  content: 'PRZELEW';
  letter-spacing: 0.4px;
}
.opc-payment .ahray-paymethod__icon.icon-free {
  background: var(--ahrayPayIcon-free, #16a34a);
  color: #fff;
}
.opc-payment .ahray-paymethod__icon.icon-free::after {
  content: '0 zł';
}
.opc-payment .ahray-paymethod__icon.icon-bm_blik {
  background: var(--ahrayPayIcon-bm_blik, #000000);
  color: #fff;
}
.opc-payment .ahray-paymethod__icon.icon-bm_card,
.opc-payment .ahray-paymethod__icon.icon-bm_one_click {
  background: var(--ahrayPayIcon-bm_card, linear-gradient(90deg, #eb001b 0%, #f79e1b 50%, #1a1f71 100%));
  color: #fff;
}
.opc-payment .ahray-paymethod__icon.icon-bm_apple_pay {
  background: var(--ahrayPayIcon-bm_apple_pay, #000000);
  color: #fff;
}
.opc-payment .ahray-paymethod__icon.icon-bm_google_pay {
  background: var(--ahrayPayIcon-bm_google_pay, #ffffff);
}
.opc-payment .ahray-paymethod__options-toggle {
  margin-top: 10px;
  display: flex;
  gap: 12px;
}
.opc-payment .ahray-paymethod__options-toggle a {
  font-size: 13px;
  font-weight: 600;
  color: var(--mainColor--black);
  text-decoration: underline;
}
.checkout-shipping-address .field.street .field .label,
.checkout-billing-address .field.street .field .label {
  position: absolute;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  opacity: 1;
}
.checkout-shipping-address .field:not(.street),
.checkout-billing-address .field:not(.street) {
  position: relative;
}
.checkout-shipping-address .field:not(.street) .label,
.checkout-billing-address .field:not(.street) .label {
  font-family: var(--fontFamily_regular);
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  top: 25px;
  transform: translateY(-50%);
  transition: all 0.15s ease;
  background: #fff;
  padding: 0 4px;
  color: #D4D4D8;
  pointer-events: none;
  z-index: 1;
}
.checkout-shipping-address .field:not(.street) .control input,
.checkout-billing-address .field:not(.street) .control input,
.checkout-shipping-address .field:not(.street) .control select,
.checkout-billing-address .field:not(.street) .control select,
.checkout-shipping-address .field:not(.street) .control textarea,
.checkout-billing-address .field:not(.street) .control textarea {
  padding: 0.96428571em 0.85714286em;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  border-color: #D4D4D8;
}
.checkout-shipping-address .field:not(.street) .control input::placeholder,
.checkout-billing-address .field:not(.street) .control input::placeholder,
.checkout-shipping-address .field:not(.street) .control select::placeholder,
.checkout-billing-address .field:not(.street) .control select::placeholder,
.checkout-shipping-address .field:not(.street) .control textarea::placeholder,
.checkout-billing-address .field:not(.street) .control textarea::placeholder {
  color: transparent;
}
.checkout-shipping-address .field:not(.street) .control input:focus,
.checkout-billing-address .field:not(.street) .control input:focus,
.checkout-shipping-address .field:not(.street) .control select:focus,
.checkout-billing-address .field:not(.street) .control select:focus,
.checkout-shipping-address .field:not(.street) .control textarea:focus,
.checkout-billing-address .field:not(.street) .control textarea:focus {
  border-color: #000;
}
.checkout-shipping-address .field:not(.street):focus-within .label,
.checkout-billing-address .field:not(.street):focus-within .label,
.checkout-shipping-address .field:not(.street).ahray-has-value .label,
.checkout-billing-address .field:not(.street).ahray-has-value .label {
  top: -1px;
  font-size: 12px;
  color: #71717A;
  line-height: 1;
}
.checkout-shipping-address .field:not(.street).ahray-has-value input,
.checkout-billing-address .field:not(.street).ahray-has-value input {
  border-color: #A1A1AA;
}
.checkout-shipping-address .field.street .field,
.checkout-billing-address .field.street .field {
  position: relative;
  margin-bottom: 14px;
}
.checkout-shipping-address .field.street .field .label,
.checkout-billing-address .field.street .field .label {
  font-family: var(--fontFamily_regular);
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  top: 25px;
  transform: translateY(-50%);
  transition: all 0.15s ease;
  background: #fff;
  padding: 0 4px;
  color: #D4D4D8;
  pointer-events: none;
  z-index: 1;
}
.checkout-shipping-address .field.street .field._error .label,
.checkout-billing-address .field.street .field._error .label {
  top: calc(50% - 12px);
}
.checkout-shipping-address .field.street .field .control input,
.checkout-billing-address .field.street .field .control input {
  padding: 0.96428571em 0.85714286em;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  border-color: #D4D4D8;
}
.checkout-shipping-address .field.street .field .control input::placeholder,
.checkout-billing-address .field.street .field .control input::placeholder {
  color: transparent;
}
.checkout-shipping-address .field.street .field .control input:focus,
.checkout-billing-address .field.street .field .control input:focus {
  border-color: #000;
}
.checkout-shipping-address .field.street .field:focus-within .label,
.checkout-billing-address .field.street .field:focus-within .label,
.checkout-shipping-address .field.street .field.ahray-has-value .label,
.checkout-billing-address .field.street .field.ahray-has-value .label {
  top: -1px;
  font-size: 12px;
  color: #71717A;
  line-height: 1;
}
.checkout-shipping-address .field.street .field.ahray-has-value input,
.checkout-billing-address .field.street .field.ahray-has-value input {
  border-color: #A1A1AA;
}
.checkout-shipping-address .fieldset.address,
.checkout-billing-address .fieldset.address {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--ahrayOnePageCheckout_form-gap--row);
  column-gap: var(--ahrayOnePageCheckout_form-gap--column);
  align-items: flex-start;
}
.checkout-shipping-address .fieldset.address > .field,
.checkout-billing-address .fieldset.address > .field,
.checkout-shipping-address .fieldset.address > fieldset.field.street,
.checkout-billing-address .fieldset.address > fieldset.field.street {
  flex: 1 1 100%;
  order: 0;
  margin: 0;
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.firstname"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.firstname"],
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.lastname"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.lastname"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.firstname"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.firstname"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.lastname"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.lastname"],
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.postcode"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.postcode"],
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.city"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.city"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.postcode"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.postcode"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.city"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.city"] {
  flex: 1 1 calc(42%);
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.firstname"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.firstname"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.firstname"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.firstname"] {
  order: 10;
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.lastname"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.lastname"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.lastname"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.lastname"] {
  order: 20;
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.country_id"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.country_id"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.country_id"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.country_id"],
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.telephone"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.telephone"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.telephone"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.telephone"] {
  flex: 1 1 100%;
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.country_id"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.country_id"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.country_id"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.country_id"] {
  order: 30;
}
.checkout-shipping-address .fieldset.address fieldset.field.street,
.checkout-billing-address .fieldset.address fieldset.field.street {
  order: 40;
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.postcode"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.postcode"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.postcode"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.postcode"] {
  order: 60;
  flex: 0 0 160px;
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.city"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.city"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.city"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.city"] {
  order: 70;
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.telephone"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.telephone"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.telephone"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.telephone"] {
  order: 80;
}
.checkout-shipping-address .fieldset.address > .field[name="shippingAddress.company"],
.checkout-billing-address .fieldset.address > .field[name="shippingAddress.company"],
.checkout-shipping-address .fieldset.address > .field[name="billingAddress.company"],
.checkout-billing-address .fieldset.address > .field[name="billingAddress.company"] {
  display: none;
}
.checkout-shipping-address .fieldset.address fieldset.field.street,
.checkout-billing-address .fieldset.address fieldset.field.street {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  border: none;
}
.checkout-shipping-address .fieldset.address fieldset.field.street legend.label,
.checkout-billing-address .fieldset.address fieldset.field.street legend.label {
  display: none;
}
.checkout-shipping-address .fieldset.address fieldset.field.street > .control,
.checkout-billing-address .fieldset.address fieldset.field.street > .control {
  width: 100%;
  display: flex;
  column-gap: var(--ahrayOnePageCheckout_form-gap--column);
  flex-wrap: nowrap;
  align-items: flex-start;
}
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field,
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field {
  flex: 0 0 100px;
  margin-bottom: 0;
}
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field[name="shippingAddress.street.0"],
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field[name="shippingAddress.street.0"],
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field[name="billingAddress.street.0"],
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field[name="billingAddress.street.0"] {
  flex: 1 1 100%;
}
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field[name="shippingAddress.street.0"],
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field[name="shippingAddress.street.0"],
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field[name="billingAddress.street.0"],
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field[name="billingAddress.street.0"] {
  order: 40;
}
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field[name="shippingAddress.street.1"],
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field[name="shippingAddress.street.1"],
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field[name="billingAddress.street.1"],
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field[name="billingAddress.street.1"] {
  order: 50;
}
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field[name="shippingAddress.street.2"],
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field[name="shippingAddress.street.2"],
.checkout-shipping-address .fieldset.address fieldset.field.street > .control > .field[name="billingAddress.street.2"],
.checkout-billing-address .fieldset.address fieldset.field.street > .control > .field[name="billingAddress.street.2"] {
  order: 55;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 0;
}
.AhrayCheckBox_label {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 8px;
}
.AhrayCheckBox_icon {
  display: block;
  width: 24px;
  height: 24px;
}
.AhrayCheckBox_hidden {
  position: absolute;
  opacity: 0;
  left: -1000vw;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
#shipping-save-in-address-book,
input#shipping-save-in-address-book + label {
  position: absolute;
  opacity: 0;
  left: -1000vw;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.actions-toolbar.ahray-new-address-actions {
  margin-bottom: var(--ahrayOnePageCheckout_form-gap--row);
}
.blue-payment button.action.primary.checkout {
  display: none;
}
.blue-payment .checkout-agreements-block {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.bluemedia.consumer-finance {
  width: 100%;
  flex-shrink: 0;
  background: transparent;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.bluemedia.consumer-finance.horizontal {
  display: flex;
  flex-direction: row;
}
.bluemedia.consumer-finance.horizontal .cf-item {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bluemedia.consumer-finance.vertical {
  display: flex;
  flex-direction: column;
}
.bluemedia.consumer-finance.vertical .cf-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0;
}
.bluemedia.consumer-finance.vertical .cf-item img {
  display: none;
}
.bluemedia.consumer-finance .cf-item {
  flex: 1;
  display: flex;
}
.bluemedia.consumer-finance .cf-item .label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 7px;
  padding: 0 5px;
}
.bluemedia.consumer-finance .cf-item .text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.bluemedia.consumer-finance .cf-item.later .label {
  background: #FDB83F;
}
.bluemedia.consumer-finance .cf-item.installments .label {
  background: #6B113D;
}
.bluemedia.consumer-finance .cf-item.hub .label {
  background: #199BFA;
}
.bm-frame-start {
  position: relative;
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 8px;
}
.bm-frame-start::after {
  height: 2px;
  background-color: #199bfa;
  content: "";
  position: absolute;
  top: 40px;
}
.bm-frame-start::after {
  width: 100%;
  right: -130px;
}
.bm-frame-end {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #199bfa;
}
.bm-frame__logo {
  width: 120px;
  margin-top: 12px;
}
.bm-frame__safe-brands {
  width: 220px;
  top: 48px;
  right: 0;
  position: absolute;
}
/* Mageplaza */
.onestepcheckout-index-index .one-step-checkout-wrapper [type=radio]:checked + label,
.onestepcheckout-index-index .one-step-checkout-wrapper [type=radio]:not(:checked) + label {
  display: flex;
  height: auto;
  align-items: center;
}
.onestepcheckout-index-index .one-step-checkout-wrapper [type=radio] + label:after,
.onestepcheckout-index-index .one-step-checkout-wrapper [type=radio] + label:before {
  top: auto;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .blue-payment .bluepayment-options-list .payment-option {
  width: 150px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .field.choice {
  padding-left: 10px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .blue-payment .bluepayment_1503-options-list .card-option {
  height: auto;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .blue-payment .bluepayment_1503-options-list .card-option .payment-logo {
  margin-left: 0;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .blue-payment .bluepayment_1503-options-list .card-option .details {
  position: initial;
  transform: none;
  padding-right: 0;
}
/* Amasty */
.am-checkout.-layout-2columns .blue-payment .bluepayment-options-list .payment-option {
  width: 150px;
}
.am-checkout.-layout-2columns .blue-payment .bluepayment-options-list .payment-option .payment-method-description {
  word-break: normal;
}
.blik-bnpl-modal-wrapper {
  color: #000000 !important;
}
.blik-bnpl-modal-wrapper .modal-popup {
  left: 20px !important;
  right: 20px !important;
  z-index: 902;
  display: flex;
  align-items: center;
}
.blik-bnpl-modal-wrapper .modal-popup .modal-header {
  position: absolute;
  right: 0;
  z-index: 10000;
}
.blik-bnpl-modal-wrapper .modal-popup .modal-footer {
  display: none;
}
.blik-bnpl-modal-wrapper .modal-popup .modal-content {
  margin: 0;
  padding: 0;
}
.blik-bnpl-modal-wrapper .modal-inner-wrap {
  flex: 1;
  margin: 0;
  max-height: unset !important;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 #000000 38;
  background: #f1f2fe;
  height: auto !important;
}
.blik-bnpl-modal-wrapper .modal-content {
  display: flex;
  flex: 1;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal {
  display: flex;
  flex: 1;
  align-items: stretch;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--logo {
  max-width: 210px;
  align-self: center;
  margin: 0 0 24px 0;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 40px 24px;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--header {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--items {
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--item {
  display: flex;
  gap: 16px;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--item-img {
  width: 64px;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--item-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--item-header {
  font-size: 13px;
  font-weight: 700;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--item-text {
  font-size: 16px;
  line-height: 1.5;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--footer {
  font-size: 16px;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--footer-link {
  color: #000000;
  text-decoration: underline;
  margin-left: 10px;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--footer-link:hover {
  text-decoration: none;
}
.blik-bnpl-modal-wrapper .blik-bnpl-modal--footer-example {
  margin-top: 14px;
  color: #000000;
  font-size: 12px;
  line-height: 2;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1266px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #121212;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: unset;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
:root {
  --fontFamily_regular: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --fontFamily_bold: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --mainColor--black: #121212;
  --mainColor--lightBlack: #262626;
  --mainColor--lightGray: #e1e1e1;
  --widgetBlock_paddings-mobile: 15px 20px;
  --widgetBlock_innneBlock-paddings--mobile: 15px 20px;
  --widgetBlock_innneBlockSlim-paddings--mobile: 15px 10px;
  --widgetButtons_paddings--mobile: 15px 40px;
  --widgetButtons_paddings__slim--mobile: 15px 10px;
  --widgetButton_fontSize--desktop: 17px;
  --widgetButton_fontSize--mobile: 15px;
  --menuMobile-header_padding-top: 22px;
  --menuMobile-header_padding-bottom: 17px;
  --menuMobile-header_element-gapVertical: 8px;
  --menuMobile-icons_height: 18px;
  --menuMobile-wrapper_paddingHorizontal: 15px;
  --menuMobile_subMenu-lvl2_transition: all 300ms ease-in-out;
  --mainColor-productPage--black: #333333;
  --color-productPage--gray: #e7e7e7;
  --color-productPage--gray_darker: #878787;
  --spacer-ProductPage-content: 24px;
  --spacer-ProductPage-content-small: 8px;
  --color-sizeSelect--main: #cccccc;
  --transition_smooth: 250ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .breadcrumbs,
  .page-header .header.panel,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
strong {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
body {
  font-size: 15px;
}
body.customer-account-login .page-title-wrapper {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.googleRecaptchaInfo {
  color: #C4C4C4;
  max-width: 362px;
  display: inline-block;
  margin-bottom: 0.5em;
}
.fieldset.create.account .googleRecaptchaInfo {
  max-width: unset;
}
.mobileMenuFooter .googleRecaptchaInfo {
  padding: 0 30px;
}
.mobileMenuFooter .googleRecaptchaInfo a {
  padding: 0;
  display: inline;
}
@media (max-width: 767px) {
  .form-login .googleRecaptchaInfo,
  .newsletter .googleRecaptchaInfo {
    padding: 0 25px;
  }
}
.sales-order-view ul.items.order-links {
  display: none;
}
.sales-order-view a.action.print {
  display: none !important;
}
.rr_head,
.rr_buttons_box {
  display: none !important;
}
body #RR__docs {
  border: none !important;
}
body #RR__docs .m-0,
body #RR__docs table td {
  font-family: inherit !important;
  color: inherit !important;
  background: none !important;
}
.sc_widget_products .extra_text {
  font-size: 0.929em;
  margin: 0;
}
.sc_widget_products .sc_widget_element_name {
  font-size: 11px;
  margin: 3px 0;
}
.sc_widget_products .sc_widget_element_price,
.sc_widget_products .sc_widget_element_old_price {
  font-size: 13px;
}
.sc_widget_products .sc_widget_element_price {
  margin-top: 5px;
}
.sc_widget_products .sc_widget_element_price.sc_widget_single_price {
  margin-bottom: 10px;
}
.sc_widget_products .sc_widget_element_price:not(.sc_widget_single_price) {
  margin-bottom: 0;
}
.sc_widget_products .sc_widget_element_old_price {
  margin-bottom: 10px;
}
.columns .column.main {
  padding-bottom: 0;
}
div.mage-error {
  font-size: 13px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
  border: 1px solid #121212;
  box-shadow: unset !important;
  outline: none !important;
  height: 48px;
}
input[type="text"]:active,
input[type="password"]:active,
input[type="url"]:active,
input[type="tel"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="datetime"]:active,
input[type="email"]:active,
select:active,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
select:focus {
  border-width: 2px;
  border-color: #121212;
}
@media all and (min-width: 1200px) {
  .headerMobile {
    display: none;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    background: #000000;
  }
  body[data-brand="klasyk"] .nav-sections {
    background-color: var(--mainColor--black);
  }
  body[data-brand="kids"] .nav-sections,
  body[class*="categorypath-kids"] .nav-sections {
    background-color: #00843d;
  }
  body[data-brand="ws"] .nav-sections {
    background: var(--mainColor--black);
  }
  body[data-brand="label"] .nav-sections,
  body[class*="categorypath-label"] .nav-sections {
    background-color: #16203a;
  }
  .navigation {
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  body[data-brand="klasyk"] .navigation {
    background-color: var(--mainColor--black);
  }
  body[data-brand="kids"] .navigation,
  body[class*="categorypath-kids"] .navigation {
    background-color: #00843d;
  }
  body[data-brand="ws"] .navigation {
    background: var(--mainColor--black);
  }
  body[data-brand="label"] .navigation,
  body[class*="categorypath-label"] .navigation {
    background-color: #16203a;
  }
  .navigation .minicart-wrapper {
    margin-right: 15px;
  }
  .navigation .header.links {
    background: #000000;
  }
  body[data-brand="klasyk"] .navigation .header.links {
    background-color: var(--mainColor--black);
  }
  body[data-brand="kids"] .navigation .header.links,
  body[class*="categorypath-kids"] .navigation .header.links {
    background-color: #00843d;
  }
  body[data-brand="ws"] .navigation .header.links {
    background: var(--mainColor--black);
  }
  body[data-brand="label"] .navigation .header.links,
  body[class*="categorypath-label"] .navigation .header.links {
    background-color: #16203a;
  }
  body .nav-sections-item-content.scroll-to-fixed-fixed {
    background-color: #000000;
  }
  body[data-brand="klasyk"] .nav-sections-item-content.scroll-to-fixed-fixed {
    background-color: var(--mainColor--black);
  }
  body[data-brand="kids"] .nav-sections-item-content.scroll-to-fixed-fixed {
    background-color: #00843d;
  }
  body[data-brand="ws"] .nav-sections-item-content.scroll-to-fixed-fixed {
    background: var(--mainColor--black);
  }
  body[data-brand="label"] .nav-sections-item-content.scroll-to-fixed-fixed {
    background-color: #16203a;
  }
  .navigation .active > a {
    border: none !important;
  }
  .navigation .submenu a {
    color: black !important;
  }
  .sections.nav-sections a {
    color: black;
  }
  .prostoHeader_actions {
    position: absolute;
    right: calc((100% - 1055px)/2);
    top: 18px;
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
    cursor: pointer;
  }
  .prostoHeader_actions--lang {
    right: calc((100% - 982px)/2);
    top: 22px;
    color: #fff;
    font-size: 1.3rem;
  }
  .teresa2 .header.links {
    position: absolute;
    right: calc((100% - 1154px)/2);
    top: 17px;
  }
  .teresa2 .prostoMinicart {
    position: absolute;
    right: calc((100% - 1256px)/2);
    top: 17px;
  }
  .teresa2 > .navigation {
    position: relative;
    z-index: 10;
  }
  .teresa2 .navigation {
    padding: 0 20px;
  }
  .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
  }
  .ves-megamenu.menu-hover .dropdown:hover > .dropdown-menu {
    display: block;
    z-index: 1004;
  }
  .navigation {
    z-index: 1003;
  }
}
@media all and (min-width: 1200px) and (max-width: 1370px) {
  .teresa2 .header.links {
    right: 73px;
  }
  .teresa2 .prostoMinicart {
    right: 15px;
  }
  .prostoHeader_actions {
    right: 130px;
  }
  .prostoHeader_actions--lang {
    right: 180px;
  }
  .navigation .ves-megamenu .nav-item.level0.logo_desktop-nav {
    margin-right: 20px;
  }
}
@media all and (max-width: 1200px) {
  .navigation .ves-megamenu .nav-item a {
    padding: 0 8px;
  }
  .nav-toggle {
    display: block;
  }
  .nav-open .nav-sections {
    left: 0;
    z-index: 99;
  }
}
#switcher-currency-trigger-nav,
.level4.nav-dropdown {
  display: none !important;
}
.ProstoBrandLogo {
  opacity: 0;
  transition: 10ms opacity ease-in-out;
}
body[data-brand="ws"] .ProstoBrandLogo {
  fill: #ffffff;
}
.ProstoBrandLogo.show {
  opacity: 1;
}
.nav-item.level3 > .dropdown-menu {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .nav-sections-item-content:after,
  .nav-sections-item-content:before {
    content: '';
    display: table;
  }
}
@media all and (min-width: 1200px) {
  .navigation .ves-megamenu {
    background-color: #000000;
  }
  body[data-brand="klasyk"] .navigation .ves-megamenu {
    background-color: var(--mainColor--black);
  }
  body[data-brand="kids"] .navigation .ves-megamenu,
  body[class*="categorypath-kids"] .navigation .ves-megamenu {
    background-color: #00843d;
  }
  body[data-brand="ws"] .navigation .ves-megamenu {
    background: var(--mainColor--black);
  }
  body[data-brand="label"] .navigation .ves-megamenu,
  body[class*="categorypath-label"] .navigation .ves-megamenu {
    background-color: #16203a;
  }
  .navigation .ves-megamenu img {
    transform: unset !important;
  }
  .navigation .ves-megamenu li.level0 {
    margin: 0;
  }
  .navigation .ves-megamenu li.level0.logo_desktop-nav {
    margin-right: 55px;
  }
  .navigation .ves-megamenu li.level0.logo_desktop-nav a {
    padding-left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    height: 63px;
  }
  .navigation .ves-megamenu li.level0.logo_desktop-nav a .logoDesktop svg {
    display: block;
  }
  .navigation .ves-megamenu li.level0.logo_desktop-nav img {
    width: 100%;
    height: auto;
    max-width: 150px;
  }
  .navigation .ves-megamenu li.level0 > a {
    color: #dbdbdb;
    font-size: 12px;
    line-height: 63px;
    background-color: #000000;
    letter-spacing: 0.015em;
    font-weight: 400;
    transition: 250ms color ease-in-out;
  }
  body[data-brand="klasyk"] .navigation .ves-megamenu li.level0 > a {
    background-color: var(--mainColor--black);
  }
  body[data-brand="kids"] .navigation .ves-megamenu li.level0 > a,
  body[class*="categorypath-kids"] .navigation .ves-megamenu li.level0 > a {
    background-color: #00843d;
  }
  body[data-brand="ws"] .navigation .ves-megamenu li.level0 > a {
    background: var(--mainColor--black);
  }
  body[data-brand="label"] .navigation .ves-megamenu li.level0 > a,
  body[class*="categorypath-label"] .navigation .ves-megamenu li.level0 > a {
    background-color: #16203a;
  }
  .navigation .ves-megamenu li.level0 > a > span:first-of-type {
    border-bottom: 1px solid transparent;
    padding: 4px 0;
  }
  .navigation .ves-megamenu li.level0 > a:hover {
    background-color: inherit;
    color: #ffffff;
    transition: 250ms color ease-in-out;
  }
  .navigation .ves-megamenu li.level0 > a .nav-anchor {
    text-transform: unset;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
    padding: 0;
    display: flex;
    border-color: #121212;
    border-top: unset;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content {
    margin: 0;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content .level1 {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-content: stretch;
    align-items: stretch;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content .level1 .item-content1 {
    display: flex;
    height: 100%;
    align-content: stretch;
    align-items: stretch;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content .level1 .item-content1 > .mega-col {
    height: 100%;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content .level1 .item-content1 .subgroup .submenu {
    height: 100%;
    min-width: unset;
    flex: 1 0 10%;
    padding: 0;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content > .level2 {
    height: 100%;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content > .level2 .item-content1 {
    display: flex;
    height: 100%;
    align-content: stretch;
    align-items: stretch;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content > .level2 .item-content1 .mega-col {
    padding: 5px 0;
  }
  .navigation .ves-megamenu.menu-hover .subhover:hover .dropdown-menu .content-wrap .megamenu-content > .level2 .item-content1 .mega-col:not(:last-of-type) {
    border-right: 1px solid #121212;
  }
}
@media all and (min-width: 1200px) and all and (min-width: 1200px) {
  .navigation .ves-megamenu li.level0 > a:hover > span:first-of-type {
    border-bottom-color: #fff;
  }
}
@media all and (min-width: 1200px) {
  .navigation .ves-megamenu .item-content1 .mega-col-2:nth-of-type(1) .mtNewProducts_header--category {
    border-right: 1px solid #121212;
  }
  .navigation .ves-megamenu .mtNewProducts_header--category > a.nav-anchor {
    display: flex !important;
    align-items: center;
    align-content: center;
    background-color: #DFDFDF;
    height: 45px;
    flex: 0 0 45px;
    border-bottom: 1px solid #121212 !important;
    text-decoration: unset !important;
    font-weight: 400;
    color: var(--mainColor--black);
  }
  .navigation .ves-megamenu .mtNewProducts_header--category > a.nav-anchor:hover {
    background-color: #DFDFDF !important;
  }
  .navigation .ves-megamenu .mtNewProducts_header--category > a.nav-anchor .prostoNavArrow {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/strzalka_w_dol.svg");
    background-repeat: no-repeat;
    margin: 14px 9px 0 0;
  }
  .navigation .ves-megamenu .mt_newProducts__box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .navigation .ves-megamenu .mt_newProducts__box-spacer {
    flex: 0 0 100%;
    display: flex !important;
    align-items: center;
    align-content: center;
    background-color: #DFDFDF;
    height: 45px;
    flex: 0 0 45px;
    border-bottom: 1px solid #121212 !important;
    text-decoration: unset !important;
    font-weight: 400;
    color: var(--mainColor--black);
  }
  .navigation .ves-megamenu .mt_newProducts__box-spacer:hover {
    background-color: #DFDFDF !important;
  }
  .navigation .ves-megamenu .mt_newProducts__box-spacer .prostoNavArrow {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/strzalka_w_dol.svg");
    background-repeat: no-repeat;
    margin: 14px 9px 0 0;
  }
  .navigation .ves-megamenu .mt_newProducts__box-spacer i.prostoNavArrow {
    margin-left: 15px;
  }
  .navigation .ves-megamenu .mt_newProducts__box--item {
    flex: 0 0 50%;
  }
  .navigation .ves-megamenu .mt_newProducts__box--item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .navigation .ves-megamenu .mt_newProducts__box--item p {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 11px 0 12px;
    border-top: 1px solid #121212;
    border-right: 1px solid #121212;
  }
  .navigation .ves-megamenu .mt_newProducts__box--item:last-of-type p,
  .navigation .ves-megamenu .mt_newProducts__box--item:last-of-type img {
    border-right-color: transparent;
  }
  .navigation .ves-megamenu .mt_newProducts__box--img_wrapper {
    overflow: hidden;
  }
  .navigation .ves-megamenu .mtNew_group-col > a {
    display: none;
  }
}
@media all and (min-width: 1200px) and only screen and (min-width: 768px) {
  .navigation .ves-megamenu .mtNewProducts_header--category > a.nav-anchor {
    text-transform: uppercase;
  }
}
@media all and (min-width: 1200px) and only screen and (min-width: 768px) {
  .navigation .ves-megamenu .mt_newProducts__box-spacer {
    text-transform: uppercase;
  }
}
@media all and (min-width: 1200px) and all and (min-width: 1200px) {
  .navigation .ves-megamenu .mt_brand-col {
    width: 100%;
    height: 100% !important;
    display: flex;
    flex-flow: column;
  }
}
@media all and (min-width: 1200px) and all and (min-width: 1200px) {
  .navigation .ves-megamenu .mt_brand-col .megamenu-content .level2 {
    height: 100%;
  }
}
@media all and (min-width: 1200px) and all and (min-width: 1200px) {
  .navigation .ves-megamenu .mt_brand-col .megamenu-sidebar.right-sidebar {
    border-left: 1px solid #121212;
  }
}
@media all and (min-width: 1200px) and all and (min-width: 1200px) {
  .navigation .ves-megamenu .mt_brand-col .megamenu-sidebar.left-sidebar {
    border-right: 1px solid #121212;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-before-open body {
    height: unset;
  }
  .page-wrapper {
    margin-top: calc(18px + 22px + 17px);
  }
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    max-height: calc(18px + 22px + 17px);
    min-height: calc(18px + 22px + 17px);
    height: calc(18px + 22px + 17px);
    border-bottom: none;
  }
  .page-header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 1px;
    background: #ccc;
    z-index: 999;
  }
  .nav-open .page-header:after {
    background: transparent;
  }
  .nav-open .page-header {
    z-index: 4;
  }
  .catalog-product-view .page-header {
    margin-bottom: 0;
    z-index: 15;
  }
  html.nav-open .nav-toggle:after {
    background: unset;
  }
  html.nav-open .page-wrapper {
    overflow: visible;
    left: unset;
  }
  html.nav-open .prostoHeader_actions {
    display: none;
  }
  .headerMobile {
    max-height: calc(18px + 22px + 17px);
    height: calc(18px + 22px + 17px);
  }
  .headerMobile:before,
  .headerMobile:after {
    display: none !important;
  }
  .headerMobile.header {
    display: flex;
    justify-content: space-between;
    background: var(--mainColor--black);
    padding-top: 22px;
    padding-bottom: 17px;
    max-width: 100vw;
    left: 0;
    transition: left 0.3s;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  body[data-brand="klasyk"] .headerMobile.header {
    background: var(--mainColor--black);
  }
  body[data-brand="kids"] .headerMobile.header,
  body[class*="categorypath-kids"] .headerMobile.header {
    background: #00843d;
  }
  body[data-brand="ws"] .headerMobile.header {
    background: var(--mainColor--black);
  }
  body[data-brand="label"] .headerMobile.header,
  body[class*="categorypath-label"] .headerMobile.header {
    background-color: #16203a;
  }
  .headerMobile_logo {
    display: block;
    position: relative;
  }
  .headerMobile_logo svg {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .headerMobile_right {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .headerMobile_right > *:not(:first-child) {
    margin-left: 25px;
  }
  .headerMobile_right > *:not(.nav-toggle) {
    transform: translate(0, 2px);
  }
  .headerMobile_right svg {
    width: 18px;
    height: auto;
  }
  .headerMobile_right > svg {
    margin-top: -6px;
  }
  .headerMobile_right-burger {
    position: relative;
    top: unset;
    left: unset;
    width: 18px;
    height: 16px;
  }
  .headerMobile_right-burger:before {
    content: unset;
    display: none;
  }
  .headerMobile_right-burger i {
    width: 18px;
    display: block;
    height: 1px;
    position: absolute;
  }
  .headerMobile_right-burger i svg {
    width: 18px;
    height: 2px;
  }
  .headerMobile_right-burger i svg line {
    stroke: #fff;
    stroke-width: 2px;
    transition: stroke-width 0.15s 0.15s;
  }
  .nav-open .headerMobile_right-burger i svg line {
    stroke-width: 3px;
  }
  .headerMobile_right-burger i:nth-of-type(1) {
    top: 0;
    transform: rotateZ(0);
    transition: transform 0.1s, top 0.1s 0.1s;
  }
  .nav-open .headerMobile_right-burger i:nth-of-type(1) {
    top: calc(50% - 1px);
    transform: rotateZ(45deg);
    transition: top 0.15s, transform 0.15s 0.15s;
  }
  .headerMobile_right-burger i:nth-of-type(2) {
    top: calc(50% - 1px);
    opacity: 1;
    transition: 0.1s 0.1s;
  }
  .nav-open .headerMobile_right-burger i:nth-of-type(2) {
    opacity: 0;
  }
  .headerMobile_right-burger i:nth-of-type(3) {
    top: calc(100% - 1px);
    transform: rotateZ(0);
    transition: transform 0.1s, top 0.1s 0.1s;
  }
  .nav-open .headerMobile_right-burger i:nth-of-type(3) {
    top: calc(50% - 1px);
    transform: rotateZ(-45deg);
    transition: top 0.15s, transform 0.15s 0.15s;
  }
  .headerMobile_right--cart {
    position: relative;
  }
  .headerMobile_right--cart span {
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translate(-50%, 0);
  }
  .headerMobile_right--cart span[data-qty="0"] {
    display: none;
  }
  .navigation {
    display: flex;
    flex-flow: column;
    background-color: #fff;
    position: relative;
  }
  .navigation .megamenu-sidebar {
    display: none !important;
  }
  .navigation .ves-megamenu {
    background-color: #fff;
  }
  .navigation .ves-megamenu .level0 {
    border-top: none !important;
    border-bottom: 1px solid var(--mainColor--black) !important;
  }
  .navigation .ves-megamenu .level0:not(.proNavHide) {
    border-bottom: 1px solid #121212;
    border-top: unset;
    position: static !important;
    width: 100%;
  }
  .navigation .ves-megamenu .level0.mt_brand > .submenu {
    position: absolute;
    min-height: calc(100vh - (18px + 22px + 17px));
    top: 0 !important;
    bottom: unset !important;
    z-index: 9999;
    left: 100vw !important;
  }
  .navigation .ves-megamenu .level0.mobile-only > a {
    background-color: #eee !important;
  }
  .navigation .ves-megamenu .level0.mobile-only .submenu .mt_brand--title.proNavOpen {
    background-color: #eee !important;
  }
  .navigation .ves-megamenu .level0,
  .navigation .ves-megamenu .level1,
  .navigation .ves-megamenu .level3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 43px;
    padding: 0 !important;
  }
  .navigation .ves-megamenu .level0 > a,
  .navigation .ves-megamenu .level1 > a,
  .navigation .ves-megamenu .level3 > a,
  .navigation .ves-megamenu .level0 .mt_brand--title,
  .navigation .ves-megamenu .level1 .mt_brand--title,
  .navigation .ves-megamenu .level3 .mt_brand--title {
    display: flex;
    align-content: center;
    align-items: center;
    height: 43px;
    font-size: inherit;
    font-weight: 400 !important;
    line-height: inherit;
    position: relative !important;
    padding: 0;
    color: var(--mainColor--black) !important;
    background-color: #fff !important;
    border: unset !important;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
  }
  .navigation .ves-megamenu .level0 > a::after,
  .navigation .ves-megamenu .level1 > a::after,
  .navigation .ves-megamenu .level3 > a::after,
  .navigation .ves-megamenu .level0 .mt_brand--title::after,
  .navigation .ves-megamenu .level1 .mt_brand--title::after,
  .navigation .ves-megamenu .level3 .mt_brand--title::after,
  .navigation .ves-megamenu .level0 > a::before,
  .navigation .ves-megamenu .level1 > a::before,
  .navigation .ves-megamenu .level3 > a::before,
  .navigation .ves-megamenu .level0 .mt_brand--title::before,
  .navigation .ves-megamenu .level1 .mt_brand--title::before,
  .navigation .ves-megamenu .level3 .mt_brand--title::before {
    content: '';
    display: block;
    background-image: url("../images/chevron_right.svg");
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translate(0, -50%) rotate(0);
    opacity: 1;
    transition: 350ms all ease-in-out;
  }
  .navigation .ves-megamenu .level0 > a::before,
  .navigation .ves-megamenu .level1 > a::before,
  .navigation .ves-megamenu .level3 > a::before,
  .navigation .ves-megamenu .level0 .mt_brand--title::before,
  .navigation .ves-megamenu .level1 .mt_brand--title::before,
  .navigation .ves-megamenu .level3 .mt_brand--title::before {
    background-image: url("../images/chevron_left.svg");
    left: -50px;
    right: unset;
  }
  .navigation .ves-megamenu .level0 > a > span:first-of-type,
  .navigation .ves-megamenu .level1 > a > span:first-of-type,
  .navigation .ves-megamenu .level3 > a > span:first-of-type,
  .navigation .ves-megamenu .level0 .mt_brand--title > span:first-of-type,
  .navigation .ves-megamenu .level1 .mt_brand--title > span:first-of-type,
  .navigation .ves-megamenu .level3 .mt_brand--title > span:first-of-type {
    position: absolute;
    left: 36px;
    transform: translate(0, 0);
    opacity: 1;
    transition: 200ms all ease-in-out, 140ms opacity linear;
    margin-left: unset !important;
  }
  .navigation .ves-megamenu .level0 > a.proNavOpen > span:first-of-type,
  .navigation .ves-megamenu .level1 > a.proNavOpen > span:first-of-type,
  .navigation .ves-megamenu .level3 > a.proNavOpen > span:first-of-type,
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen > span:first-of-type,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen > span:first-of-type,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen > span:first-of-type {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) rotate(0);
    opacity: 1;
    text-transform: uppercase;
  }
  .navigation .ves-megamenu .level0 > a.proNavOpen.proNavOpen-hidden > span:first-of-type,
  .navigation .ves-megamenu .level1 > a.proNavOpen.proNavOpen-hidden > span:first-of-type,
  .navigation .ves-megamenu .level3 > a.proNavOpen.proNavOpen-hidden > span:first-of-type,
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen.proNavOpen-hidden > span:first-of-type,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen.proNavOpen-hidden > span:first-of-type,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen.proNavOpen-hidden > span:first-of-type {
    transform: translate(30vw, 0);
    opacity: 0;
  }
  .navigation .ves-megamenu .level0 > a.proNavOpen::after,
  .navigation .ves-megamenu .level1 > a.proNavOpen::after,
  .navigation .ves-megamenu .level3 > a.proNavOpen::after,
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen::after,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen::after,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen::after {
    right: -50px;
    opacity: 0;
  }
  .navigation .ves-megamenu .level0 > a.proNavOpen::before,
  .navigation .ves-megamenu .level1 > a.proNavOpen::before,
  .navigation .ves-megamenu .level3 > a.proNavOpen::before,
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen::before,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen::before,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen::before {
    left: 29px;
    opacity: 1;
  }
  .navigation .ves-megamenu .level0 > a.proNavOpen.proNavOpen-hidden::before,
  .navigation .ves-megamenu .level1 > a.proNavOpen.proNavOpen-hidden::before,
  .navigation .ves-megamenu .level3 > a.proNavOpen.proNavOpen-hidden::before,
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen.proNavOpen-hidden::before,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen.proNavOpen-hidden::before,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen.proNavOpen-hidden::before {
    left: 30vw;
    opacity: 0;
  }
  .navigation .ves-megamenu .level0 > a.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu,
  .navigation .ves-megamenu .level1 > a.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu,
  .navigation .ves-megamenu .level3 > a.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu,
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu {
    display: block !important;
  }
  .navigation .ves-megamenu .level0 > a.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu > .content-wrap > .megamenu-content,
  .navigation .ves-megamenu .level1 > a.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu > .content-wrap > .megamenu-content,
  .navigation .ves-megamenu .level3 > a.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu > .content-wrap > .megamenu-content,
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu > .content-wrap > .megamenu-content,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu > .content-wrap > .megamenu-content,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen + div .mega-col-level-1 > .subgroup.mt_brand-col > .submenu > .content-wrap > .megamenu-content {
    margin: 0;
  }
  .navigation .ves-megamenu .level0 > a.proNavOpen + div .mega-col-level-1 .megamenu-sidebar,
  .navigation .ves-megamenu .level1 > a.proNavOpen + div .mega-col-level-1 .megamenu-sidebar,
  .navigation .ves-megamenu .level3 > a.proNavOpen + div .mega-col-level-1 .megamenu-sidebar,
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen + div .mega-col-level-1 .megamenu-sidebar,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen + div .mega-col-level-1 .megamenu-sidebar,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen + div .mega-col-level-1 .megamenu-sidebar {
    display: none;
  }
  .navigation .ves-megamenu .level0 .mt_brand--title.proNavOpen,
  .navigation .ves-megamenu .level1 .mt_brand--title.proNavOpen,
  .navigation .ves-megamenu .level3 .mt_brand--title.proNavOpen {
    border-bottom: 1px solid #121212 !important;
  }
  .navigation .ves-megamenu .level0:not(.mt_brand) > a:after,
  .navigation .ves-megamenu .level1 > a:not(.subitems-group):after,
  .navigation .ves-megamenu .level3 > a:not(.subitems-group):after,
  .navigation .ves-megamenu .level0:not(.mt_brand) > a:before,
  .navigation .ves-megamenu .level1 > a:not(.subitems-group):before,
  .navigation .ves-megamenu .level3 > a:not(.subitems-group):before {
    display: none;
    content: unset;
  }
  .navigation .ves-megamenu .mt_icon--facebook span,
  .navigation .ves-megamenu .mt_icon--instagram span {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  .navigation .ves-megamenu .mt_icon--facebook span:before,
  .navigation .ves-megamenu .mt_icon--instagram span:before {
    content: '';
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0.35em;
  }
  .navigation .ves-megamenu .mt_icon--facebook span:before {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='facebook-square' class='svg-inline--fa fa-facebook-square fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'%3E%3C/path%3E%3C/svg%3E");
  }
  .navigation .ves-megamenu .mt_icon--instagram span:before {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='instagram' class='svg-inline--fa fa-instagram fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 452 512'%3E%3Cpath fill='currentColor' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
  }
  .navigation .ves-megamenu .level1 > a::before {
    display: none !important;
  }
  .navigation .ves-megamenu .level3 > a > span:first-of-type {
    left: 16px;
  }
  .navigation .ves-megamenu > .level1 > a::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .navigation .ves-megamenu > .level1 > .dropdown-mega {
    padding: 0 !important;
    position: relative;
    left: 0;
    opacity: 1;
    transition: 250ms all ease-in-out;
  }
  .navigation .ves-megamenu .opener {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -1000vw;
    top: unset !important;
    opacity: 0;
  }
  .navigation .ves-megamenu .proNavOpen-hidden {
    display: none;
  }
  .navigation .ves-megamenu .mega-col-level-1 .subgroup .submenu .submenu {
    padding: 0;
  }
  .nav-sections {
    height: calc(100% - (18px + 22px + 17px));
    top: calc(18px + 22px + 17px);
    background-color: #eee;
    box-shadow: unset !important;
    transition: left .3s;
    z-index: 99;
  }
  .nav-sections-item-content {
    margin-top: 0;
    padding-top: 0;
    border: none;
    border-top-width: 0;
  }
  .nav-sections-item-content.scroll-to-fixed-fixed {
    position: unset !important;
    top: unset !important;
    margin-left: unset !important;
    left: unset !important;
    width: 100% !important;
  }
  .nav-sections [id="store.links"],
  .nav-sections [aria-controls="store.links"] {
    display: none;
  }
  .navigation .ves-megamenu .dropdown-menu .subgroup > a {
    text-transform: unset;
  }
  .navigation .ves-megamenu .level1 > a {
    text-transform: unset !important;
  }
  .navigation .ves-megamenu .mega-col-level-1 .subgroup .submenu .submenu {
    display: block !important;
  }
  .ves-megamenu.nav-mobile .dropdown-menu .subgroup.level1 > a {
    display: none;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 0px));
    overflow: auto;
    position: fixed;
    width: calc(100% - 0px);
  }
  .nav-sections-item-content > * {
    display: block;
  }
}
.navigation .ves-megamenu .submenu-active .level0 .mt_brand--title.proNavOpen,
.navigation .ves-megamenu .submenu-active .level1 .mt_brand--title.proNavOpen,
.navigation .ves-megamenu .submenu-active .level3 .mt_brand--title.proNavOpen {
  position: fixed !important;
  top: calc(18px + 22px + 17px);
  z-index: 9999;
  width: 100%;
}
.navigation .ves-megamenu .submenu-active .level0 .mt_brand--title.proNavOpen + div,
.navigation .ves-megamenu .submenu-active .level1 .mt_brand--title.proNavOpen + div,
.navigation .ves-megamenu .submenu-active .level3 .mt_brand--title.proNavOpen + div {
  margin-top: 43px;
}
.ves-megamenu.nav-mobile .mobileOpenSection .submenu {
  display: block !important;
}
.ves-megamenu.nav-mobile .mobileOpenSection .dropdown-mega {
  opacity: 1 !important;
}
.ves-megamenu.nav-mobile .mobileOpenSection > a.nav-anchor {
  display: none !important;
}
.ves-megamenu.nav-mobile .mobileOpenSection > a.nav-anchor + .dropdown-mega {
  padding-left: 0 !important;
}
.ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
  margin-top: 0 !important;
}
@media only screen and (min-width: 1140px) {
  .navigation .ves-megamenu li.level0.menuLeftSpace-75 {
    margin-left: 75px;
  }
}
@media all and (max-width: 1200px) and (orientation: landscape) {
  .scroll-to-fixed-fixed + div:empty {
    max-height: 25vh;
  }
}
.prostoFooter_actions--lang {
  cursor: pointer;
  user-select: none;
  font-size: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .page-main {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-layout-2columns-left .column.main {
    width: 72.98%;
    flex: 0 0 72.98%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-layout-2columns-left .column.main {
    width: 78.98%;
    flex: 0 0 78.98%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-layout-2columns-left .sidebar-main {
    width: 18.47%;
    flex: 0 0 18.47%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-layout-2columns-left .sidebar-main {
    width: 26.47%;
    flex: 0 0 26.47%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #prostocom_sc_reco_productPage {
    min-height: calc(115px + (var(--mainContentWidth) * 28.025 / 100));
  }
}
@media only screen and (max-width: 768px) {
  #prostocom_sc_reco_productPage {
    min-height: calc(115px + (var(--mainContentWidth) * 56.05 / 100));
  }
}
body.catalog-product-view .block.upsell {
  min-height: calc(var(--mainContentWidth) * 41.2724 / 100);
}
body.catalog-product-view .block.upsell .old-price .price {
  text-decoration: line-through;
}
div[id*="sc_reco_"] {
  margin: 0 0 10px 0;
}
.sc_widget_title {
  font-weight: 600;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.182;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
.sc_widget_products {
  padding: 0 !important;
  margin: 0 !important;
}
.sc_widget_element {
  width: 95% !important;
  margin: auto !important;
}
.extra_text {
  font-weight: 300;
  color: var(--mainColor--black) !important;
  font-size: 14px;
  text-align: center;
  margin: 0 !important;
}
.sc_widget_element_price {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  color: var(--mainColor--black);
  font-weight: 300;
}
.sc_widget_element_old_price {
  text-decoration: line-through;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  color: var(--mainColor--black) !important;
  font-weight: 300;
}
.sc_widget_element_name {
  font-weight: 300;
  color: #A5A5A5 !important;
  font-size: 14px;
  text-align: center;
  margin: 0 0 10px 0;
}
.sc_widget_element_link {
  display: flex !important;
  flex-flow: column nowrap;
  width: 100%;
  margin: auto;
}
.sc_widget_element_link > span {
  width: 100% !important;
  position: relative !important;
  padding-top: 118%;
  /* Aspect Ratio */
}
.reco_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: initial !important;
  height: initial !important;
  background-size: contain !important;
}
.sc_widget_prev:before,
.sc_widget_next:before {
  font-size: 20px;
  position: absolute;
  top: 45%;
  cursor: pointer;
  font-weight: 100;
  color: #4b4b4b;
}
.sc_widget_next:before {
  font-family: FontAwesome;
  content: '\f105';
  right: -10px;
}
.sc_widget_prev:before {
  font-family: FontAwesome;
  content: '\f104';
  left: -10px;
}
.sc_widget_element_discount {
  font-size: 9px;
  background: none;
  font-weight: 100;
  color: var(--mainColor--black);
  padding: 4px;
  border: 1px solid var(--mainColor--black);
  position: absolute;
  right: 15px;
  top: 12px;
}
.productGridMini {
  width: calc(100%);
  margin: 0 auto 25px;
}
@media only screen and (max-width: 768px) {
  .productGridMini {
    width: 100%;
  }
}
.productGridMini-title {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.182;
  margin: 0 0 15px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .productGridMini-title {
    text-align: center;
  }
}
.productGridMini_grid {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .productGridMini_grid {
    width: calc(100% - 30px);
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid {
    width: 100%;
    user-select: none;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    overflow-y: scroll;
  }
}
.productGridMini_grid-item {
  flex: 0 0 25%;
  color: var(--mainColor--black);
  font-size: 14px;
  line-height: 1.214;
  text-decoration: none !important;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-item {
    flex-basis: calc(50% - 4px);
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .productGridMini_grid-item {
    flex-basis: calc((100vw - 30px) / 2);
    margin: 0 0 17px 0;
    scroll-snap-align: start;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .productGridMini_grid-item {
    flex-basis: calc((100vw - 30px) / 4);
    margin: 0 0 17px 0;
    scroll-snap-align: start;
  }
}
.productGridMini_grid-item--infoTag {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  padding: 2px 4px 3px;
  border: 1px solid #121212;
  font-size: 10px;
  line-height: 1.9;
  text-transform: uppercase;
}
.productGridMini_grid-item--infoTag span {
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  .productGridMini_grid-item--infoTag {
    font-size: 9px;
    top: 7px;
    right: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .productGridMini_grid-item--infoTag {
    right: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-item--infoTag {
    right: 12px;
    padding: 2px 4px;
  }
}
.productGridMini_grid-item_img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-item_img {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-item_img > .product-image-container {
    display: block;
    margin: 0 auto;
  }
}
.productGridMini_grid-item_desc {
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  text-align: center;
}
.productGridMini_grid-item_desc .OmnibusInfo--priceInfoContainer {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}
.productGridMini_grid-item_desc-maker {
  display: none;
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-item_desc-maker {
    font-size: 0.929em;
  }
}
.productGridMini_grid-item_desc-name {
  color: #121212;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-item_desc-name {
    font-size: 11px;
    margin: 4px 0 2px;
  }
}
.productGridMini_grid-item_desc-price {
  margin: 5px 0 10px;
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-item_desc-price .price-container .price {
    font-size: 13px;
  }
}
.productGridMini_grid-item_desc .price-label {
  display: none;
}
.productGridMini_grid--wrap {
  position: relative;
}
.productGridMini_grid-arrow--left {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-arrow--left {
    z-index: 10;
    background: #ffffff;
    width: 26px;
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    left: -15px;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 3px 30px rgba(0,0,0,.07);
  }
}
@media only screen and (min-width: 768px) {
  .productGridMini_grid-arrow--left {
    opacity: 0;
    display: block;
    left: 0;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .productGridMini:hover .productGridMini_grid-arrow--left {
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) {
  .hiddeArrows .productGridMini_grid-arrow--left {
    display: none !important;
  }
}
.productGridMini_grid-arrow--right {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
@media only screen and (max-width: 768px) {
  .productGridMini_grid-arrow--right {
    z-index: 10;
    background: #ffffff;
    width: 26px;
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    right: -15px;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 3px 30px rgba(0,0,0,.07);
  }
}
@media only screen and (min-width: 768px) {
  .productGridMini_grid-arrow--right {
    opacity: 0;
    display: block;
    right: 0;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .productGridMini:hover .productGridMini_grid-arrow--right {
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) {
  .hiddeArrows .productGridMini_grid-arrow--right {
    display: none !important;
  }
}
.productGridMini_footer {
  text-align: center;
  padding-top: 11px;
}
@media only screen and (max-width: 768px) {
  .productGridMini_footer {
    padding-top: 15px;
  }
}
.productGridMini_footer-button {
  border: 1px solid #121212;
  color: var(--mainColor--black);
  display: inline-block;
  line-height: 1.176;
  padding: 0.882em 2.353em;
}
@media only screen and (max-width: 768px) {
  .productGridMini_footer-button {
    font-size: var(--widgetButton_fontSize--mobile);
    padding: var(--widgetButtons_paddings--mobile);
  }
}
@media only screen and (min-width: 768px) {
  .productGridMini_footer-button {
    font-size: var(--widgetButton_fontSize--desktop);
    padding: 0.882em 2.353em;
  }
}
@media only screen and (max-width: 768px) {
  .productGridMiniDots {
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .productGridMiniDots--single {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
    margin: 0 5px;
  }
  .productGridMiniDots--single:first-of-type {
    background-color: #333c;
  }
}
@media only screen and (max-width: 768px) {
  .mobileFilterControllers {
    display: flex !important;
    justify-content: flex-start;
    flex-flow: column;
    align-content: center;
    align-items: center;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    background: #000000AD;
    z-index: 999;
    margin-top: auto;
  }
}
@media only screen and (max-width: 768px) {
  .mobileFilterControllers_btn {
    appearance: none;
    background: none;
    border: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding: 0;
    width: 100%;
    height: 41px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .mobileFilterControllers_btn--clean {
    margin-bottom: 9px;
    background-color: #f3f3f3;
    color: var(--mainColor--black);
  }
}
@media only screen and (max-width: 768px) {
  .mobileFilterControllers_btn--filter {
    background-color: var(--mainColor--black);
    color: #fff;
  }
}
.productInspiration {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  background-color: var(--mainColor--black);
  margin-bottom: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .productInspiration {
    flex-flow: column;
  }
}
.productInspiration_img {
  flex: 0 0 50%;
  border: 1px solid #121212;
}
@media only screen and (max-width: 768px) {
  .productInspiration_img {
    border-bottom: none;
  }
}
.productInspiration_img__wrapper {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 98.735%;
  position: relative;
}
.productInspiration_img__wrapper--img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.productInspiration_img__wrapper--video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.productInspiration_img__wrapper {
  height: 100%;
}
.productInspiration_content {
  flex: 0 0 50%;
  display: flex;
  flex-flow: column;
  border: 1px solid #121212;
}
@media only screen and (min-width: 768px) {
  .productInspiration_content {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .productInspiration_content {
    flex-basis: 100%;
    overflow: hidden;
  }
}
.productInspiration_content-grid {
  flex: 1 0 auto;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  justify-content: space-evenly;
  padding: 64px 0 23px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-grid {
    padding: 10px 0 0;
  }
}
.productInspiration_content-grid_item {
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
  color: var(--mainColor--black);
  font-size: 14px;
  line-height: 1.314;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-grid_item {
    flex-basis: calc(50% - 20px);
  }
}
.productInspiration_content-grid_item-infoTag {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  padding: 2px 4px 3px;
  border: 1px solid #121212;
  font-size: 10px;
  line-height: 1.9;
  text-transform: uppercase;
}
.productInspiration_content-grid_item-infoTag span {
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  .productInspiration_content-grid_item-infoTag {
    font-size: 9px;
    top: 7px;
    right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-grid_item-infoTag {
    right: 21px;
  }
}
.productInspiration_content-grid_item-img {
  width: 100%;
}
.productInspiration_content-grid_item-img .product-image-container {
  width: 100% !important;
}
.productInspiration_content-grid_item-desc {
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  text-align: center;
  margin: -20px 0 15px;
  position: relative;
  z-index: 1;
}
.productInspiration_content-grid_item-desc--maker {
  display: none;
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-grid_item-desc--maker {
    font-size: 0.929em;
  }
}
.productInspiration_content-grid_item-desc--name {
  color: #121212;
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-grid_item-desc--name {
    font-size: 11px;
    margin: 3px 0;
  }
}
.productInspiration_content-grid_item-desc--price {
  margin: 5px 0 10px;
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-grid_item-desc--price .price-container .price {
    font-size: 13px;
  }
}
.productInspiration_content-grid_item-desc .price-label {
  display: none;
}
.productInspiration_content-footer {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  width: 100%;
  color: #fff;
  line-height: 1.2;
  padding: 30px 0 30px 44px;
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-footer {
    padding: var(--widgetBlock_innneBlock-paddings--mobile);
  }
}
.productInspiration_content-footer_subTitle {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-footer_subTitle {
    font-size: 14px !important;
  }
}
.productInspiration_content-footer_title {
  font-size: 55px;
}
@media only screen and (max-width: 768px) {
  .productInspiration_content-footer_title {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-footer {
    margin-bottom: 100px;
    margin-top: 0;
  }
}
.prostoFooter {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  background-color: #EEEEEE;
  border: 1px solid #121212 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .prostoFooter--wrapper {
    max-width: 1266px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .prostoFooter--wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .prostoFooter {
    flex-flow: row wrap;
    overflow: hidden;
    border: none !important;
  }
}
.prostoFooter_col {
  flex: 0 0 25%;
  padding: 33px 34px 75px 68px;
}
@media only screen and (min-width: 1024px) {
  .prostoFooter_col {
    border-right: 1px solid #121212;
  }
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col {
    flex-basis: 100%;
    background-color: #fff;
    padding: 25px 0 0;
  }
  .prostoFooter_col:not(:first-of-type) {
    padding-top: 0;
  }
}
.prostoFooter_col:last-of-type {
  border-right: none;
}
.prostoFooter_col--duoCol {
  padding: 0;
  flex: 0 0 25%;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col--duoCol {
    flex-basis: 100%;
  }
}
.prostoFooter_col--duoCol_col {
  padding: 33px 34px 33px 68px;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col--duoCol_col {
    padding: 25px 0 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .prostoFooter_col--duoCol_col--top {
    border-bottom: 1px solid #121212;
  }
}
.prostoFooter_col--duoCol_col--bottom {
  flex: 1 0 auto;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col--duoCol_col--bottom {
    margin: -1px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col--duoCol_col--bottom .prostoFooter_col-header {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1024px) {
  .prostoFooter_col--duoCol_col--bottom .prostoFooter_col-contact {
    line-height: 1.76;
  }
}
.prostoFooter_col-header {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.45;
  color: var(--mainColor--black);
  margin-bottom: 31px;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col-header {
    background-color: #EEEEEE;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding: 14px 20px 13px 20px;
    margin-bottom: 0;
    font-size: 17px;
    border: 1px solid #121212;
    transition: all 500ms;
  }
  .prostoFooter_col-header.mobileBorder {
    border-bottom-color: transparent;
  }
}
.prostoFooter_col-header i {
  margin-top: 0.34em;
  margin-right: 3px;
}
.prostoFooter_col-header i svg {
  display: block;
  width: 20px;
  height: auto;
  transform: rotate(0);
  transition: all 500ms ease-in-out;
}
.prostoFooter_col-header i svg.flip {
  transform: rotate(90deg);
}
.prostoFooter_col-menu {
  display: flex;
  flex-flow: column;
  font-size: 13px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col-menu {
    display: none;
    width: 100% !important;
    padding-top: 10px;
    padding-left: 30px;
    border-left: 1px solid #121212;
    border-right: 1px solid #121212;
  }
}
.prostoFooter_col-menu-item {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding-bottom: .7em;
  color: var(--mainColor--black);
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col-menu-item {
    display: block;
    font-size: 16px;
    padding-bottom: .5em;
  }
}
.prostoFooter_col-menu-item svg {
  margin-right: 10px;
}
.prostoFooter_col-contact {
  color: var(--mainColor--black);
  font-size: 13px;
  line-height: 1.76;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_col-contact {
    display: none;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    line-height: 2;
    border-left: 1px solid #121212;
    border-right: 1px solid #121212;
  }
}
.prostoFooter_col-contact a {
  color: var(--mainColor--black);
}
.prostoFooter_newsletter-header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_newsletter-header {
    padding: 0 0 0 30px;
    background-color: unset;
    border: none;
    text-align: left;
    flex-flow: row;
  }
  .prostoFooter_newsletter-header i {
    display: none;
  }
}
.prostoFooter_newsletter-form {
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: stretch;
  font-size: 12px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_newsletter-form {
    padding: 0 30px;
    font-size: 14px;
  }
}
.prostoFooter_newsletter-form input {
  flex: 1 1 auto;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid var(--mainColor--black);
  border-right: none;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_newsletter-form input {
    font-size: 14px;
  }
}
.prostoFooter_newsletter-form button {
  background-color: var(--mainColor--black);
  color: #fff;
  flex: 0 0 29.82%;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid var(--mainColor--black);
  border-left: none;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_newsletter-form button {
    font-size: 14px;
  }
}
.prostoFooter_newsletter-label {
  font-size: 13px;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_newsletter-label {
    padding: 0 30px;
    font-size: 14px;
  }
}
.prostoFooter_middle {
  border-right: 1px solid #121212;
  border-left: 1px solid #121212;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  min-height: 69px;
  padding-top: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_middle {
    display: none;
  }
}
.prostoFooter_middle i {
  display: block;
  margin-right: 25px;
}
.prostoFooter_middle i svg {
  display: block;
}
.prostoFooter_bottom {
  width: 100%;
  background-color: var(--mainColor--black);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 768px) {
  .prostoFooter_bottom {
    padding-right: 12px !important;
    padding-left: 20px !important;
  }
}
.prostoFooter_bottom-copyrights {
  margin-right: auto;
}
.prostoFooter_bottom-logo {
  margin: 0 11px;
  fill: #fff;
}
@media only screen and (min-width: 1024px) {
  .prostoFooter_bottom-logo {
    height: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_bottom-logo {
    width: 122px;
    height: 26px;
    margin-right: 0;
  }
  .prostoFooter_bottom-logo:not(:first-of-type) {
    display: none;
  }
}
.prostoFooter_delivery {
  background-color: var(--mainColor--black);
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px 0 !important;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1024px) {
  .prostoFooter_delivery {
    display: none;
  }
}
.prostoFooter_delivery-item {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .prostoFooter_delivery-item {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
.prostoFooter_delivery-item i {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.prostoFooter_delivery-item i svg {
  fill: #fff;
  width: 26px;
  height: 26px;
}
@media all and (min-width: 768px) {
  .message.success {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .ArtistsList-wrapper:not(.Inverse) {
    background-image: url("../images/artists_bg-22.png");
    background-repeat: repeat;
  }
  .ArtistsList-wrapper:not(.Inverse):after,
  .ArtistsList-wrapper:not(.Inverse):before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ArtistsList-wrapper:not(.Inverse):before {
    background-image: url("../images/artists_bg-top.png");
    background-position: 100% top;
    top: 0;
    height: 23px;
  }
  .ArtistsList-wrapper:not(.Inverse):after {
    background-image: url("../images/artists_bg-bottom.png");
    background-position: 100% bottom;
    bottom: 0;
    height: 32px;
  }
}
.header {
  background-color: var(--mainColor--black);
  padding: 25px 25px;
}
.logo img {
  height: 20px;
  width: auto;
}
.footer {
  padding: 0;
}
.wrapper-inner .main-content,
.wrapper-inner p,
.wrapper-inner th,
.wrapper-inner td {
  font-family: 'Open Sans', Arial, sans-serif;
}
.address-details {
  font-size: 15px;
  line-height: 1.125;
}
@media only screen and (max-width: 479px) {
  .order-details .address-details,
  .order-details .method-info {
    display: table-cell;
    width: 50%;
  }
}
.cookiesBar {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #eeeeee;
  color: var(--mainColor--black);
  padding: 1em;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  z-index: 999;
}
.cookiesBar a {
  text-decoration: underline;
  color: var(--mainColor--black);
  margin-left: 0.5em;
}
.cookiesBar--close {
  position: absolute;
  top: 1em;
  right: 2em;
}
.cookiesPopUp {
  font-size: 14px;
  line-height: 20px;
}
._show .cookiesPopUp {
  opacity: 1 !important;
  width: unset !important;
  height: unset !important;
}
@media only screen and (max-width: 1024px) {
  .cookiesPopUp_modal._show {
    width: 100%;
    left: 0;
  }
}
.cookiesPopUp_modal .modal-inner-wrap {
  max-width: 961px;
  background-color: #E9E9E9;
}
.cookiesPopUp_modal .modal-header {
  display: none;
}
.cookiesPopUp_modal .modal-content {
  padding: 44px 121px 0;
}
@media only screen and (max-width: 1024px) {
  .cookiesPopUp_modal .modal-content {
    padding: 15px;
  }
}
.cookiesPopUp_modal .modal-footer {
  padding: 0 121px 57px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  border: none !important;
}
@media only screen and (max-width: 1024px) {
  .cookiesPopUp_modal .modal-footer {
    padding: 0 15px 40px;
  }
}
.cookiesPopUp_header {
  font-family: 'neue-haas-grotesk-display';
  font-weight: 600;
  font-size: 37px;
  line-height: 42px;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
  user-select: none;
}
@media only screen and (max-width: 1024px) {
  .cookiesPopUp_header {
    font-size: 32px;
    line-height: 1.25;
  }
}
.cookiesPopUp_info {
  margin-bottom: 30px;
  user-select: none;
}
.cookiesPopUp_info--white {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .cookiesPopUp_info--white {
    padding: 15px;
  }
}
.cookiesPopUp_form {
  display: flex;
  justify-content: space-evenly;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 37px;
}
.cookiesPopUp_form-checkbox {
  flex: 0 0 22.5%;
}
.cookiesPopUp_form-checkbox--input {
  position: absolute;
  left: -200vw;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.cookiesPopUp_checkbox {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  transition: 225ms all ease-in-out;
  opacity: .75;
}
.cookiesPopUp_form-checkbox--input:checked + .cookiesPopUp_checkbox {
  transition: 225ms all ease-in-out;
  opacity: 1;
}
.cookiesPopUp_checkbox-body {
  background: #fff;
  position: relative;
  width: 65px;
  border: 1px solid #121212;
  border-radius: 25px;
  height: 34px;
  margin-bottom: 35px;
  opacity: .65;
  transition: 225ms all ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .cookiesPopUp_checkbox-body {
    margin-bottom: 25px;
  }
}
.cookiesPopUp_form-checkbox--input:checked + .cookiesPopUp_checkbox .cookiesPopUp_checkbox-body {
  opacity: 1;
  transition: 225ms all ease-in-out;
}
.cookiesPopUp_checkbox-body--circle {
  display: block;
  background: var(--mainColor--black);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 225ms all ease-in-out;
  left: 4px;
}
.cookiesPopUp_form-checkbox--input:checked + .cookiesPopUp_checkbox .cookiesPopUp_checkbox-body--circle {
  left: 34px;
  transition: 225ms all ease-in-out;
}
.cookiesPopUp_checkbox-name {
  font-family: 'neue-haas-grotesk-display';
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
}
@media only screen and (max-width: 1024px) {
  .cookiesPopUp_checkbox-name {
    font-size: 13px;
    line-height: 1;
  }
}
.cookiesPopUp_table {
  margin-top: -10px;
  margin-bottom: 34px;
}
.cookiesPopUp_table-row {
  display: flex;
  justify-content: flex-start;
  align-content: baseline;
  align-items: baseline;
  flex-flow: row nowrap;
  width: 100%;
  border-bottom: 1px solid #121212;
  padding: 10px 0 13px;
  user-select: none;
}
.cookiesPopUp_table-row--title {
  flex: 0 0 140px;
}
.cookiesPopUp_table-row--cope {
  flex: 1 1 auto;
}
.cookiesPopUp_button--selected {
  flex: 0 0 39.0381%;
  height: 53px;
  border: 1px solid #121212;
  border-color: #707070;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'neue-haas-grotesk-text';
  font-weight: 400;
  color: var(--mainColor--black);
  font-size: 19px;
  line-height: 1;
  display: none;
}
.nonStandard .cookiesPopUp_button--selected {
  display: block;
}
.cookiesPopUp_button--required {
  flex: 0 0 39.0381%;
  height: 53px;
  border: 1px solid #121212;
  border-color: #707070;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'neue-haas-grotesk-text';
  font-weight: 400;
  color: var(--mainColor--black);
  font-size: 19px;
  line-height: 1;
}
.nonStandard .cookiesPopUp_button--required {
  display: none;
}
.cookiesPopUp_button--all {
  flex: 0 0 39.0381%;
  height: 53px;
  border: 1px solid #121212;
  border-color: #707070;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: 'neue-haas-grotesk-text';
  font-weight: 400;
  color: var(--mainColor--black);
  font-size: 19px;
  line-height: 1;
  background-color: var(--mainColor--black);
  color: #fff;
}
.prostoLang--switcher {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 29px;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 0.5em;
  border: 1px solid var(--mainColor--black);
  color: var(--mainColor--black) !important;
  border-radius: 49%;
  margin: 0 20px 0 5px;
}
@media only screen and (max-width: 1024px) {
  .prostoLang--switcher {
    color: var(--mainColor--black) !important;
    background-color: var(--mainColor--black);
    border-color: #ffffff;
  }
}
.prostoLang_modal._show {
  background-color: rgba(0, 0, 0, 0.51);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .prostoLang_modal._show {
    left: 0;
  }
}
.prostoLang_modal._show .prostoLang.content {
  opacity: 1 !important;
  width: unset !important;
  height: unset !important;
}
.prostoLang_modal .modal-inner-wrap {
  max-width: 450px;
  box-shadow: unset;
}
@media only screen and (max-width: 1024px) {
  .prostoLang_modal .modal-inner-wrap {
    min-height: unset !important;
    width: 100% !important;
    background-color: transparent !important;
  }
}
.prostoLang_modal .modal-footer {
  display: none;
}
.prostoLang_modal .modal-header {
  padding: 0;
}
.prostoLang_modal .modal-header .action-close {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .prostoLang_modal .modal-header .action-close {
    right: 25px;
  }
}
.prostoLang_modal .modal-content {
  padding: 21px 27px 24px;
  background-color: #fff;
  border: 1px solid #121212;
}
@media only screen and (max-width: 768px) {
  .prostoLang_modal .modal-content {
    margin: 0 25px;
  }
}
.prostoLang_logo-img {
  display: block;
  margin: 0 auto 25px;
}
.prostoLang_box {
  max-width: 400px;
  margin: 10px auto;
  text-align: center;
}
.prostoLang_content {
  display: inline-flex;
  flex-flow: column;
  text-align: left;
  width: 100%;
}
.prostoLang_content-title {
  margin: 0 0 0.857em;
  font-size: 0.993em;
  font-weight: 700;
  line-height: 1.214em;
}
.prostoLang_content-dropDown {
  text-transform: capitalize;
}
.prostoLang_content-dropDown--body {
  margin-bottom: 2rem;
}
.prostoLang_content-dropDown--body select {
  color: #333;
}
.prostoLang_content-dropDown--body select option {
  color: #333;
}
.prostoLang_content-cart {
  margin-right: 10px;
}
.prostoLang_content-button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 10px auto 0;
  display: block;
  width: 85px;
  text-align: center !important;
}
@media all and (max-width: 768px) {
  .extraCode .action-close {
    display: block !important;
    position: absolute;
    top: -35px;
    right: -28px;
    left: unset !important;
  }
}
.extraCode_modal._show {
  background-color: rgba(0, 0, 0, 0.51);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .extraCode_modal._show {
    left: 0;
  }
}
.extraCode_modal._show .extraCode.content {
  opacity: 1 !important;
  width: unset !important;
  height: unset !important;
}
.extraCode_modal .modal-inner-wrap {
  max-width: 450px;
  box-shadow: unset;
}
@media only screen and (max-width: 1024px) {
  .extraCode_modal .modal-inner-wrap {
    min-height: unset !important;
    width: 100% !important;
    background-color: transparent !important;
  }
}
.extraCode_modal .modal-header,
.extraCode_modal .modal-footer {
  display: none;
}
.extraCode_modal .modal-content {
  padding: 21px 27px 24px;
  background-color: #fff;
  border: 1px solid var(--mainColor--black);
}
@media only screen and (max-width: 768px) {
  .extraCode_modal .modal-content {
    margin: 0 25px;
  }
}
.extraCode_logo-img {
  display: block;
  margin: 0 auto 25px;
}
.extraCode_box {
  max-width: 400px;
  margin: 10px auto;
  text-align: center;
}
@media all and (max-width: 768px) {
  .extraCode_box {
    position: relative;
  }
}
.extraCode_box-separator {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.extraCode_content {
  display: inline-flex;
  flex-flow: column;
  text-align: left;
  width: 100%;
}
.extraCode_content-title {
  margin: 25px 0;
  font-size: 1.2em;
  line-height: 1.214em;
  text-align: center;
}
.extraCode_content-button {
  background-image: none;
  border: 1px solid #ccc;
  cursor: pointer;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 10px auto 0;
  text-align: center !important;
  white-space: nowrap;
  width: auto;
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: initial;
  font-size: 1.2em;
  padding: 0.5em 1.2em 0.65em;
}
.prostoContact {
  width: 100%;
  max-width: 570px;
  margin: 8vh auto;
}
.prostoContact-separator {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 34px 0;
}
.prostoContact-separator span {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M33.8,24.4c-0.3-4.4-3.9-7.9-8.3-8.2V0h-1v16.2c-4.5,0.2-8.1,3.8-8.4,8.3H0v1h16.1c0.2,4.6,3.9,8.2,8.4,8.5V50h1V33.9 c4.6-0.3,8.2-4,8.4-8.5H50v-1H33.8z M25,33c-4.4,0-7.9-3.5-7.9-7.9c0-4.4,3.6-7.9,7.9-7.9c4.4,0,7.9,3.5,7.9,7.9 C32.9,29.4,29.4,33,25,33z'/%3E%3C/g%3E%3C/svg%3E");
}
.prostoContact_row {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
.prostoContact_row-block {
  flex: 0 0 50%;
  text-align: center;
}
.prostoContact_row-block a {
  color: var(--mainColor--black);
}
@media (max-width: 1024px) {
  .products {
    margin-bottom: -45px;
  }
  .products + .toolbar .pages {
    margin-top: 45px;
  }
  .products + .toolbar .pages a.page {
    color: var(--mainColor--black);
  }
}
.products-grid > .product-items#productListSlide {
  margin: 0 15px;
  padding: 0;
}
@media (max-width: 1024px) {
  .products-grid > .product-items#productListSlide {
    margin-bottom: 50px;
  }
}
.products-grid > .product-items:not(#productListSlide) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  transition: 250ms all ease-in-out;
}
@media (max-width: 1024px) {
  .products-grid > .product-items.view-single {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .products-grid > .product-items.view-single > .product-item {
    width: 327px;
    max-width: 327px;
    flex: 0 0 327px;
  }
}
.products-grid > .product-items > .product-item {
  user-select: none;
  margin-left: unset !important;
}
@media (max-width: 1024px) {
  .products-grid > .product-items > .product-item {
    width:  calc(50% - 2px) ;
    max-width:  calc(50% - 2px) ;
    flex: 0 0  calc(50% - 2px) ;
    transition: 250ms all ease-in-out;
  }
}
@media (min-width: 1024px) {
  body[class*="page-products"] .products-grid > .product-items > .product-item {
    width: calc((100% - (2 * 2.97219%)) / 3);
    max-width: calc((100% - (2 * 2.97219%)) / 3);
    flex: 0 0 calc((100% - (2 * 2.97219%)) / 3);
  }
  body[itemtype="http://schema.org/Product"] .products-grid > .product-items > .product-item {
    width:  calc(25% - 20px) ;
    max-width:  calc(25% - 20px) ;
    flex: 0 0  calc(25% - 20px) ;
  }
  body[itemtype="http://schema.org/Product"] .products-grid > .product-items > .product-item.productGridMini-item--transformer {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 9px;
  }
}
.products-grid > .product-items > .product-item .OmnibusInfo--priceInfoContainer {
  font-size: 12px;
}
.products-grid > .product-items > .product-item .product-item_infoTag {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  padding: 2px 4px 3px;
  border: 1px solid #121212;
  font-size: 10px;
  line-height: 1.9;
  text-transform: uppercase;
}
.products-grid > .product-items > .product-item .product-item_infoTag span {
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  .products-grid > .product-items > .product-item .product-item_infoTag {
    font-size: 9px;
    top: 7px;
    right: 7px;
  }
}
.products-grid > .product-items > .product-item .product-item-info {
  width: 327px !important;
  position: relative;
}
.products-grid > .product-items > .product-item .product-item-info:hover,
.products-grid > .product-items > .product-item .product-item-info:active,
.products-grid > .product-items > .product-item .product-item-info:focus {
  background: unset;
  box-shadow: unset;
  border: unset;
  margin: unset;
  padding: unset;
}
.products-grid > .product-items > .product-item .product-item-info .discountPercentage {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 5em;
  height: 2em;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #333;
  font-family: 'neue-haas-grotesk-display';
  font-weight: 600;
}
body[data-brand="klasyk"] .products-grid > .product-items > .product-item .product-item-info .discountPercentage {
  background-color: var(--mainColor--black);
  border-color: var(--mainColor--black);
  color: #fff;
}
body[data-brand="kids"] .products-grid > .product-items > .product-item .product-item-info .discountPercentage,
body[class*="categorypath-kids"] .products-grid > .product-items > .product-item .product-item-info .discountPercentage {
  background-color: #00843d;
  border-color: #00843d;
  color: #fff;
}
body[data-brand="ws"] .products-grid > .product-items > .product-item .product-item-info .discountPercentage {
  background-color: var(--mainColor--black);
  border-color: var(--mainColor--black);
  color: #fff;
}
body[data-brand="label"] .products-grid > .product-items > .product-item .product-item-info .discountPercentage,
body[class*="categorypath-label"] .products-grid > .product-items > .product-item .product-item-info .discountPercentage {
  background-color: #16203a;
  border-color: #16203a;
  color: #fff;
}
.products-grid > .product-items > .product-item .product-item-details {
  font-size: 14px;
  text-align: center;
  line-height: 1.222;
}
.products-grid > .product-items > .product-item .product-item-brand {
  display: none;
}
@media (max-width: 1024px) {
  .products-grid > .product-items > .product-item .product-item-brand {
    font-size: 0.929em;
  }
}
.products-grid > .product-items > .product-item .product-item-name,
.products-grid > .product-items > .product-item .product-item-name a {
  color: #121212;
}
@media (min-width: 1024px) {
  .products-grid > .product-items > .product-item .product-item-name,
  .products-grid > .product-items > .product-item .product-item-name a {
    font-size: 0.929em;
  }
}
@media (max-width: 1024px) {
  .products-grid > .product-items > .product-item .product-item-name,
  .products-grid > .product-items > .product-item .product-item-name a {
    font-size: 11px;
    margin: 3px 0;
  }
}
@media (max-width: 1024px) {
  .products-grid > .product-items > .product-item .price-box {
    margin: 5px 0 10px;
  }
}
.products-grid > .product-items > .product-item .price-box .price {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .products-grid > .product-items > .product-item .price-box .price {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .products-grid > .product-items > .product-item .price-box .old-price {
    margin: 1px 0;
  }
}
.products-grid > .product-items > .product-item .product-item-photo {
  display: block;
  position: relative;
}
.products-grid > .product-items > .product-item--empty,
.products-grid > .product-items > .product-item.product--empty {
  height: 0 !important;
  max-height: 0 !important;
  opacity: 0;
  overflow: hidden;
  padding: unset !important;
  margin: unset !important;
  order: 200;
}
.products-grid > .product-items .ias-noneleft {
  flex: 0 0 100%;
  display: block;
  position: static;
  margin-top: 2em;
  order: 201;
}
.products-grid > .product-items .ias-noneleft em {
  display: block;
  line-height: 1;
}
.price-box.price-final_price .normal-price.price-promotion {
  color: var(--mainColor--black);
}
.price-box.price-final_price .old-price {
  color: var(--mainColor--black);
}
body:not(.catalog-product-view) .price-box.price-final_price .old-price {
  text-decoration: line-through;
}
@media only screen and (max-width: 768px) {
  .toolbar:nth-of-type(3) .prostoCatalogView {
    display: block !important;
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 2;
    fill: rgba(207, 207, 207, 1);
    user-select: unset;
    padding: 6px;
  }
  .toolbar:nth-of-type(3) .prostoCatalogView.gray {
    fill: rgba(207, 207, 207, 0.5);
  }
  .toolbar:nth-of-type(3) .prostoCatalogView svg {
    display: block;
  }
  .toolbar:nth-of-type(3) .prostoCatalogView + .sorter {
    right: 25px;
  }
}
.toolbar .sorter-options {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0;
  width: auto;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: unset !important;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../images/celownik_1g.svg");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 17px auto, 100%;
  outline: none !important;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .toolbar .sorter-options {
    background-size: 12px auto, 100%;
  }
}
.toolbar .sorter-options.selectedDot {
  background-image: url("../images/celownik_1a.svg");
}
.toolbar .sorter-options::-ms-expand {
  display: none;
}
.toolbar .sorter-options:hover {
  text-decoration: underline;
}
.toolbar .sorter-options:focus {
  border: none;
  box-shadow: unset !important;
  color: #222;
  outline: none;
}
.toolbar .sorter-options option {
  font-weight: normal;
  font-size: 14px;
}
.toolbar .sorter-action {
  display: none;
}
@media all and (max-width: 768px) {
  .page-products .columns {
    padding-top: 0;
  }
}
.mobileCategoryNave {
  display: none;
}
@media all and (max-width: 768px) {
  .mobileCategoryNave {
    order: 0;
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    user-select: none;
    overflow-y: scroll;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .mobileCategoryNave::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .mobileCategoryNave_item {
    line-height: 1;
    padding: 7px 12px;
    border: 1px solid #e9e9e9;
    margin-right: 9px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media all and (max-width: 768px) {
  .filter-options-title.Kategoria {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .filter-options-title.Kategoria + .filter-options-content {
    display: none;
  }
}
@media all and (max-width: 768px) {
  body.catalog-category-view .filter-content {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  body.catalog-category-view .column.main {
    display: flex;
    flex-flow: column;
  }
}
@media all and (max-width: 768px) {
  body.catalog-category-view .column.main .toolbar.toolbar-products {
    min-height: 1.42857143em;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 768px) {
  body.catalog-category-view .column.main .products-grid {
    order: 1;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  body.catalog-category-view .column.main .products-grid + .toolbar.toolbar-products {
    order: 2;
  }
}
@media all and (min-width: 768px) {
  body.catalog-category-view .column.main .products-grid > .products {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  body.catalog-category-view .column.main .products-grid > .products {
    margin: 0 -15px;
  }
}
#goToTop {
  appearance: none;
  background: none;
  border: none;
  position: relative;
  font-size: 1.9rem;
  font-weight: 400;
}
#goToTop_icon {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #333;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}
.product-info-main .prostoBrand {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.194;
  color: var(--mainColor--black);
  margin-bottom: 0.083em;
}
@media only screen and (max-width: 768px) {
  .product-info-main .prostoBrand {
    font-size: 30px;
    margin-bottom: 0.129em;
  }
}
.prostoCollection {
  font-size: 15px;
  line-height: 1.46066667;
  margin-bottom: var(--spacer-ProductPage-content-small);
}
.prostoCustomTags {
  position: relative;
}
.prostoCustomTags-tag {
  position: absolute;
  top: -4rem;
  font-size: 10px;
  line-height: 1.9;
  padding: 2px 4px 3px;
  border: 1px solid black;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .prostoCustomTags-tag {
    top: 0.5em;
    right: 0;
  }
}
.breadcrumbs {
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    position: relative;
  }
  body[class*="page-products"] .breadcrumbs {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: block;
    margin: 20px 0 25px;
  }
  body[class*="product"]:not(.catalog-category-view) .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .items {
  display: inline-flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  color: var(--mainColor--black);
  font-size: inherit;
  line-height: 1.182;
  text-transform: uppercase;
  background-color: #E9E9E9;
}
@media only screen and (min-width: 768px) {
  body[class*="page-products"] .breadcrumbs .items {
    position: absolute;
    top: 8px;
    z-index: 2;
  }
}
.breadcrumbs .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.breadcrumbs .items .item:not(:last-child) {
  margin-right: 0.364em;
}
.breadcrumbs .items .item:not(:last-child):after {
  font-family: inherit;
  content: '→';
  margin: -0.25em 0.636em 0 1em;
  line-height: 1;
}
.breadcrumbs .items .item > strong {
  font-family: 'neue-haas-grotesk-text';
}
.breadcrumbs .items .item > a {
  color: var(--mainColor--black) !important;
  text-decoration: none !important;
}
body[itemtype="http://schema.org/Product"] .product-info-main {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  body[itemtype="http://schema.org/Product"] .product-info-main {
    width: 33.32%;
  }
}
@media (min-width: 1024px) {
  body[itemtype="http://schema.org/Product"] .product.media {
    width: 58.68%;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.media {
    min-height: 100vw;
  }
}
.fotorama__nav__frame--dot {
  margin-right: 5px !important;
}
@media only screen and (max-width: 1024px) {
  .fotorama__nav__frame--dot .fotorama__dot {
    height: 13px;
    width: 13px;
    background-image: url("../images/celownik_1.svg");
    border: none;
    left: 3px;
  }
}
.fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
  background-color: unset;
  background-image: url("../images/celownik_1a.svg");
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view[data-brand="kids"] {
    background-image: url("../images/rakieta.svg");
    background-repeat: no-repeat;
    background-size: 24vw;
    background-position: right center;
  }
}
@media only screen and (max-width: 1024px) {
  body.catalog-product-view[data-brand="kids"] {
    background-position: right 60px;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .upsell .block-title {
    margin: 0 15px;
    text-align: center;
  }
}
.page-product-configurable #block-upsell-heading {
  font-size: 18px;
}
#preorderinfo {
  background-color: #e9e9e9;
  text-align: center;
  padding: 10px;
  margin-bottom: 1vh;
  border: 1px solid rgba(0, 0, 0, 0.19);
  transition: opacity 250ms ease-out;
  height: 0;
  opacity: 0;
  order: -2;
}
#preorderinfo.activebm {
  opacity: 1;
  height: auto;
}
body.catalog-product-view[data-brand="kids"] .ahrayProductContent_row-addToCart .box-tocart button.tocart {
  background-color: #268438 !important;
  background-image: url("../images/kids_kup.svg");
  background-repeat: no-repeat;
  background-size: auto 31%;
  background-position: center;
  font-size: 0;
  color: transparent !important;
}
body.catalog-product-view[data-brand="kids"] .ahrayProductContent_row-addToCart .box-tocart button.tocart[disabled] {
  background-image: url("../images/wykupili.svg");
}
@media only screen and (max-width: 1024px) {
  .product-info-main {
    margin-top: 5.185vh;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .product-info-main {
    margin-top: 7px;
  }
}
body.catalog-product-view[data-brand="kids"] .product-info-main {
  background-image: url("../images/rakieta.svg");
  background-repeat: no-repeat;
  background-size: 65vw auto;
  background-position: 145% -26px;
}
.product-info-main .page-title-wrapper h1 {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--mainColor--black);
  line-height: 1.0955;
  margin: 0 0 var(--spacer-ProductPage-content-small) 0;
}
.product-info-main .product-add-form {
  padding: 0;
}
.product-info-main .grouped.block {
  margin-top: -10px;
}
.product-info-main .grouped.block .table-caption {
  margin-bottom: 15px;
  display: inline-block;
  background-color: #f6f6f6;
}
.product-info-main .related.block,
.product-info-main .grouped.block {
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .product-info-main .related.block,
  .product-info-main .grouped.block {
    margin-bottom: 15px;
  }
}
.product-info-main .related .block-title,
.product-info-main .grouped .block-title {
  margin: 0;
  padding: 0;
}
.product-info-main .related .block-title #block-related-heading,
.product-info-main .grouped .block-title #block-related-heading {
  display: inline-block;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-productPage--gray_darker);
  padding-top: 11px;
  padding-bottom: 8px;
  margin: 0;
}
.product-info-main .related .products-grid > .product-items,
.product-info-main .grouped .products-grid > .product-items {
  justify-content: flex-start;
  margin: 0;
}
.product-info-main .related .products-grid > .product-items .product-item,
.product-info-main .grouped .products-grid > .product-items .product-item {
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  width: 68px !important;
  max-width: 68px !important;
  flex: 0 0 68px !important;
}
.product-info-main .related .products-grid > .product-items .product-item:first-of-type .product-image-container,
.product-info-main .grouped .products-grid > .product-items .product-item:first-of-type .product-image-container {
  border: 1px solid var(--mainColor--black);
}
.product-info-main .related .products-grid > .product-items .product-item .product-image-photo,
.product-info-main .grouped .products-grid > .product-items .product-item .product-image-photo {
  width: 100%;
  margin: 0;
}
.product-info-main .related .products-grid > .product-items .product-item.soldout:after,
.product-info-main .grouped .products-grid > .product-items .product-item.soldout:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #000000 51%, #000000 51%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
}
.product-info-main .related .products-grid > .product-items .product-item-details,
.product-info-main .grouped .products-grid > .product-items .product-item-details {
  display: none;
}
.prostoProduct_WidgetArea {
  margin-top: 25px;
}
.prostoProduct_WidgetArea .prosto_floatingTextMini_body {
  background-color: #EFEFEF;
  color: var(--mainColor--black);
  font-size: 20px;
  line-height: 24px;
  border: 1px solid var(--mainColor--black);
}
.prostoProduct_WidgetArea .prosto_floatingTextMini-celownik {
  width: 24px;
  height: 24px;
  fill: var(--mainColor--black);
}
#block-related-heading {
  display: inline-block;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  margin: 40px 0 27px;
}
.fotorama--fullscreen.fotorama-item.fotorama {
  top: 75px !important;
  max-height: calc(100vh - 75px) !important;
  z-index: 98 !important;
}
@media only screen and (min-width: 768px) {
  .fotorama--fullscreen .fotorama__wrap {
    width: calc(100% - 140px) !important;
    max-width: 1165px !important;
    margin: 0 auto;
  }
}
.fotorama--fullscreen .fotorama__wrap .fotorama__stage {
  max-height: calc(100vh - 75px) !important;
  height: calc(100vh - 75px) !important;
}
.fotorama--fullscreen .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
  border: unset;
  width: 82px;
  height: 62px;
  background-position-y: -9px;
  background-position-x: -80px;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
}
.fotorama--fullscreen .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:after,
.fotorama--fullscreen .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:before {
  content: '';
  display: block;
  width: 2px;
  height: 28px;
  background: var(--mainColor--black);
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  box-shadow: unset;
}
.fotorama--fullscreen .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fotorama--fullscreen .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fotorama--fullscreen .fotorama__zoom-in,
.fotorama--fullscreen .fotorama__zoom-out {
  display: none !important;
}
.fotorama--fullscreen .fotorama__thumb-border {
  border-color: var(--mainColor--black);
}
.fotorama__thumb-border {
  border: 1px solid #121212 !important;
}
@media only screen and (max-width: 768px) {
  .preorderModal._show {
    width: calc(100% - 30px);
    height: auto;
    top: 25%;
    left: 15px;
    bottom: unset;
  }
}
.preorderModal._show .modal-inner-wrap {
  border: 1px solid var(--mainColor--black);
  box-shadow: unset;
  background-color: #fff !important;
  max-width: 620px;
}
.preorderModal._show .modal-inner-wrap .modal-header {
  display: none;
}
.preorderModal._show .modal-inner-wrap .modal-content {
  padding-bottom: 0;
}
.preorderModal._show .modal-inner-wrap .preorderModal_body {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .preorderModal._show .modal-inner-wrap .preorderModal_body {
    font-size: 13px;
  }
}
.preorderModal._show .modal-inner-wrap .preorderModal_body img {
  padding: 60px 0 35px;
}
@media only screen and (max-width: 768px) {
  .preorderModal._show .modal-inner-wrap .preorderModal_body img {
    padding: 30px 0 20px;
  }
}
.preorderModal._show .modal-inner-wrap .modal-footer {
  border: none;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .preorderModal._show .modal-inner-wrap .modal-footer {
    padding: 35px 0;
  }
}
.preorderModal._show .modal-inner-wrap .modal-footer button {
  width: 111px;
  height: 39px;
  border: 1px solid #707070;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-weight: 400;
  padding: 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .preorderModal._show .modal-inner-wrap .modal-footer button {
    width: 102px;
    height: 36px;
  }
}
.imageWithSwitcher > .product-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .imageWithSwitcher > .product-image-container {
    transition: opacity 0.3ms ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  .imageWithSwitcher > .product-image-container:nth-of-type(1) {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .imageWithSwitcher > .product-image-container:nth-of-type(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .imageWithSwitcher > .product-image-container:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .imageWithSwitcher:hover > .product-image-container:nth-of-type(1) {
    opacity: 0;
  }
  .imageWithSwitcher:hover > .product-image-container:nth-of-type(2) {
    opacity: 1;
  }
}
.ahrayProductContent {
  background-color: #fff;
}
.ahrayProductContent > *:last-of-type {
  border-bottom: none !important;
}
.ahrayProductContent_row-price {
  padding: 0;
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.26;
  padding-top: 0;
  margin-bottom: var(--spacer-ProductPage-content-small);
  padding-bottom: var(--spacer-ProductPage-content-small);
}
.ahrayProductContent_row-price:empty,
.ahrayProductContent_row-price:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_row-price .product-info-price {
  color: var(--mainColor-productPage--black);
  border-bottom: none;
  display: table;
  margin-bottom: 0;
  width: 100%;
}
.ahrayProductContent_row-price .product-info-price .ahrayProductContent_row-omnibus {
  color: var(--color-productPage--gray_darker);
  font-weight: normal;
  font-family: neue-haas-grotesk-text, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.26;
  margin-top: var(--spacer-ProductPage-content-small);
}
@media all and (max-width: 766px) {
  .ahrayProductContent_row-price .product-info-price .ahrayProductContent_row-omnibus {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.ahrayProductContent_row-price .product-info-price .ahrayProductContent_row-omnibus p {
  margin-bottom: 0;
}
.ahrayProductContent_row-price .product-info-price .price-box {
  display: flex;
  align-items: center;
  align-content: center;
  padding-bottom: 0;
}
.ahrayProductContent_row-price .product-info-price .price-box .normal-price {
  margin-right: .5em;
  color: var(--mainColor-productPage--black);
}
.ahrayProductContent_row-price .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 0;
}
.ahrayProductContent_row-price .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.ahrayProductContent_row-price .product-info-price .price-including-tax + .price-excluding-tax,
.ahrayProductContent_row-price .product-info-price .weee + .price-excluding-tax,
.ahrayProductContent_row-price .product-info-price .weee {
  font-size: inherit;
}
.ahrayProductContent_row-price .product-info-price .price-including-tax + .price-excluding-tax .price,
.ahrayProductContent_row-price .product-info-price .weee + .price-excluding-tax .price,
.ahrayProductContent_row-price .product-info-price .weee .price {
  font-size: inherit;
  line-height: inherit;
}
.ahrayProductContent_row-price .product-info-price .price-wrapper .price {
  font-size: inherit;
  line-height: inherit;
}
.ahrayProductContent_row-price .product-info-price .old-price {
  line-height: calc(22px);
}
.ahrayProductContent_row-price .product-info-price .old-price .price-wrapper .price {
  font-family: 'neue-haas-grotesk-display';
  color: #A3A3A3;
  font-size: 20px;
  font-weight: 600;
  text-decoration: line-through;
}
.ahrayProductContent_row-price .product-info-price .special-price .price-label:after {
  content: ': ';
}
.ahrayProductContent_row-price .product-info-price .price {
  white-space: nowrap;
}
.ahrayProductContent_row-duo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .ahrayProductContent_row-duo {
    flex-flow: column;
  }
}
.ahrayProductContent_row-sizeSelect {
  padding: 0;
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  padding-bottom: var(--spacer-ProductPage-content-small);
  min-height: 94px;
  margin: 0;
}
.ahrayProductContent_row-sizeSelect:empty,
.ahrayProductContent_row-sizeSelect:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_row-variantSelect {
  padding: 0;
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  min-height: 123px;
  margin-bottom: 14px;
}
.ahrayProductContent_row-variantSelect:empty,
.ahrayProductContent_row-variantSelect:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_row-variantSelect .products-related {
  margin: 0;
}
.ahrayProductContent_row-sizeChart {
  padding: 0;
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  margin-bottom: 0;
}
.ahrayProductContent_row-sizeChart:empty,
.ahrayProductContent_row-sizeChart:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_row-sizeChart .prostoSizeChart {
  padding: 0;
}
.ahrayProductContent_row-sizeChart .prostoSizeChart_button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 13px;
  line-height: 1.6;
  padding: 12px 0;
  color: #333 !important;
  text-decoration: none !important;
}
@media all and (max-width: 766px) {
  .ahrayProductContent_row-sizeChart .prostoSizeChart_button {
    text-decoration: underline !important;
  }
}
.ahrayProductContent_row-sizeChart .prostoSizeChart_button i {
  display: block;
  margin-left: 8px;
}
.ahrayProductContent_row-sizeChart .prostoSizeChart_button i svg {
  display: block;
}
.ahrayProductContent_row-addToCart {
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  min-height: 52px;
  margin-top: var(--spacer-ProductPage-content);
  padding: 0;
}
.ahrayProductContent_row-addToCart:empty,
.ahrayProductContent_row-addToCart:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_row-addToCart .box-tocart {
  margin: -1px 0 0 0;
  border: 1px solid transparent;
}
.ahrayProductContent_row-addToCart .box-tocart .fieldset {
  margin: 0;
}
.ahrayProductContent_row-addToCart .box-tocart .fieldset .field.qty {
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.ahrayProductContent_row-addToCart .box-tocart .actions {
  position: relative;
}
.ahrayProductContent_row-addToCart .box-tocart .action.tocart,
.ahrayProductContent_row-addToCart .box-tocart button.tocart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0;
  border-radius: 1px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  background-color: var(--mainColor--black) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 16px;
}
body.catalog-product-view[data-brand="klasyk"] .ahrayProductContent_row-addToCart .box-tocart .action.tocart,
body.catalog-product-view[data-brand="klasyk"] .ahrayProductContent_row-addToCart .box-tocart button.tocart {
  background-color: var(--mainColor--black) !important;
  color: #fff !important;
}
body.catalog-product-view[data-brand="kids"] .ahrayProductContent_row-addToCart .box-tocart .action.tocart,
body.catalog-product-view[data-brand="kids"] .ahrayProductContent_row-addToCart .box-tocart button.tocart {
  background-color: #00843d !important;
  color: #fff !important;
}
body.catalog-product-view[data-brand="ws"] .ahrayProductContent_row-addToCart .box-tocart .action.tocart,
body.catalog-product-view[data-brand="ws"] .ahrayProductContent_row-addToCart .box-tocart button.tocart {
  background: var(--mainColor--black) !important;
  color: #fff !important;
}
body.catalog-product-view[data-brand="label"] .ahrayProductContent_row-addToCart .box-tocart .action.tocart,
body.catalog-product-view[data-brand="label"] .ahrayProductContent_row-addToCart .box-tocart button.tocart {
  background-color: #16203a !important;
  color: #fff !important;
}
.ahrayProductContent_row-addToCart .box-tocart .action.tocart.soldout,
.ahrayProductContent_row-addToCart .box-tocart button.tocart.soldout {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  color: var(--mainColor--black) !important;
}
.ahrayProductContent_row-addToCart .box-tocart .action.tocart span.text,
.ahrayProductContent_row-addToCart .box-tocart button.tocart span.text {
  min-height: 22px;
}
.ahrayProductContent_row-addToCart .box-tocart.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  padding: 24px 16px;
  border-top-color: #D9D9D9;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.ahrayProductContent_row-delivery .deliveryInfoIcons {
  width: 100%;
  padding: 0 8px 24px;
}
.ahrayProductContent_row-delivery .deliveryInfoIcons_element {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 2px 0;
}
.ahrayProductContent_row-delivery .deliveryInfoIcons_element-icon {
  margin-right: 16px;
  max-height: 24px;
}
.ahrayProductContent_row-delivery .deliveryInfoIcons_element-icon svg {
  margin: 0 auto;
}
.ahrayProductContent_row-delivery .deliveryInfoIcons_element-desc {
  font-size: 14px;
  line-height: 1.2;
}
.ahrayProductContent_row-description {
  padding: 0;
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  margin-bottom: 0;
}
.ahrayProductContent_row-description:empty,
.ahrayProductContent_row-description:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_row-faq {
  padding: 0;
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  margin-bottom: 0;
}
.ahrayProductContent_row-faq:empty,
.ahrayProductContent_row-faq:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_row-faq strong {
  font-family: 'neue-haas-grotesk-display';
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 20px;
}
.ahrayProductContent_row-faq .formInfo-content strong:first-of-type {
  margin-top: 0;
}
.ahrayProductContent_row-deliveryDate {
  padding: 0;
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  background-color: #E9E9E9;
  font-size: 15px;
}
.ahrayProductContent_row-deliveryDate:empty,
.ahrayProductContent_row-deliveryDate:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_row-details {
  padding: 0;
  margin-bottom: var(--spacer-ProductPage-content);
  border-bottom: var(--color-productPage--gray);
  margin-bottom: 0;
}
.ahrayProductContent_row-details:empty,
.ahrayProductContent_row-details:not(:has(*)) {
  margin: 0;
  padding: 0;
  display: none;
}
.ahrayProductContent_select--size {
  display: flex;
  gap: 8px;
}
.ahrayProductContent_select--size input[type="radio"] {
  display: none;
}
.ahrayProductContent_select--size .ahrayProductContent_select-label {
  border: 1px solid #ccc;
  padding: 10px 15px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}
input[type="radio"]:checked + .ahrayProductContent_select--size .ahrayProductContent_select-label {
  border: 2px solid #000;
}
input[type="radio"]:disabled + .ahrayProductContent_select--size .ahrayProductContent_select-label {
  color: #aaa;
  background: #f2f2f2;
  cursor: not-allowed;
}
.formInfo-title {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.666;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 12px 8px;
  border-bottom: 1px solid #E7E7E7;
}
.formInfo-title i {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.formInfo-title i > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
  transform: rotateX(0deg);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.formInfo-title i > svg.open {
  transform: rotateX(180deg);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.formInfo-content {
  padding: 12px 8px;
  font-size: 14px;
  line-height: 1.6;
}
#prostoSizeChart__tabel {
  font-size: 14px;
  max-width: 722px;
}
._show #prostoSizeChart__tabel {
  padding: clamp(35px, 6.4814vh, 70px) clamp(40px, 6.6666vw, 128px) clamp(30px, 6.6481vh, 61px) clamp(20px, 3.8541vw, 74px);
}
@media only screen and (max-width: 768px) {
  ._show #prostoSizeChart__tabel {
    padding: 0;
  }
}
#prostoSizeChart__tabel table {
  border-collapse: initial !important;
  border: none;
  font-size: inherit;
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel table {
    font-size: 11px;
  }
}
#prostoSizeChart__tabel table tr td {
  border-color: transparent;
  padding: .45em 0;
}
#prostoSizeChart__tabel table tr td:not(:first-of-type) {
  text-align: center;
  vertical-align: middle;
}
#prostoSizeChart__tabel table tr td:first-of-type {
  white-space: nowrap;
  padding: 11px 15px 11px 10px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel table tr td:first-of-type {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel table tr td:last-of-type {
    padding-right: 15px;
  }
}
#prostoSizeChart__tabel table tr:nth-of-type(1) td {
  font-weight: 700;
  padding: 11px 10px;
}
#prostoSizeChart__tabel table tr:nth-of-type(even) td:first-of-type {
  border-right-color: #121212;
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel table tr:nth-of-type(even) td:first-of-type {
    border-left: transparent;
    border-right: transparent;
    border-top-color: #121212;
    border-bottom-color: #121212;
    background-color: #EEEEEE;
  }
}
#prostoSizeChart__tabel table tr:nth-of-type(even) td:not(:first-of-type) {
  border-top-color: #121212;
  border-bottom-color: #121212;
  background-color: #EEEEEE;
}
#prostoSizeChart__tabel table tr:nth-of-type(even) td:last-of-type {
  border-right-color: #121212;
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel table tr:nth-of-type(even) td:last-of-type {
    border-right-color: transparent;
  }
}
#prostoSizeChart__tabel-title {
  font-size: 16px;
  line-height: 0.9;
  background-color: #EEEEEE;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel-title {
    margin: 15px;
  }
}
#prostoSizeChart__tabel pre {
  font-size: 12px;
  background-color: unset;
  border: none;
  color: var(--mainColor--black);
  line-height: inherit;
  padding: 0;
  margin: 2em 0 3.5em;
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel pre {
    padding: 0 15px;
  }
}
#prostoSizeChart__tabel h4 {
  font-size: 14px;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel h4 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #prostoSizeChart__tabel p {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .AhraySizeChart {
    left: 0 !important;
    top: calc(18px + 22px + 17px);
  }
}
.AhraySizeChart footer.modal-footer {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .AhraySizeChart header.modal-header {
    display: none !important;
  }
}
.AhraySizeChart .modal-content {
  padding: 0;
}
.AhraySizeChart .modal-inner-wrap {
  max-width: 925px;
  background-color: #fff !important;
}
#addtocart-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0;
  border-radius: 1px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  background-color: var(--mainColor--black) !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 16px;
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding-left: 0;
  background-color: unset !important;
}
button[disabled] + #addtocart-price {
  cursor: default;
}
body[class*="page-product"] .fotorama-item {
  position: absolute;
  height: 1px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view #maincontent {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .page.messages {
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0.75;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .product.media {
    position: relative;
    height: 119.8vw;
    min-height: 119.8vw;
    margin-bottom: 15px;
  }
}
.prostoProductGallery {
  user-select: none;
  align-content: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .prostoProductGallery {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .prostoProductGallery {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .prostoProductGallery {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.prostoProductGallery_image {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .prostoProductGallery_image {
    flex: 0 0 calc(50% - (28px / 2 ));
  }
}
@media only screen and (max-width: 768px) {
  .prostoProductGallery_image {
    flex: 0 0 100vw;
    scroll-snap-align: start;
  }
}
.prostoProductGallery_image-size {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .prostoProductGallery_image-size {
    padding-bottom: 144.444%;
  }
}
@media only screen and (max-width: 768px) {
  .prostoProductGallery_image-size {
    padding-bottom: 119.8vw;
  }
}
.prostoProductGallery_image-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .prostoProductGallery_image-img {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .prostoProductGallery_image-img {
    height: 101%;
  }
}
@media only screen and (max-width: 768px) {
  .prostoProductGalleryDotNav {
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .prostoProductGalleryDotNav--dot {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
    margin: 0 5px;
  }
}
.ahrayProductContent_row-sizeSelect .swatch-opt {
  padding-top: 0;
  margin: 0;
}
.ahrayProductContent_row-sizeSelect .swatch-opt > [attribute-code="color"] {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.ahrayProductContent_row-sizeSelect .swatch-attribute.size[attribute-code="size"] {
  width: 0;
  height: 0;
  overflow: hidden;
}
.ahrayProductContent_row-sizeSelect .swatch-attribute-label,
.ahrayProductContent_row-sizeSelect .swatch-attribute-selected-option {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-productPage--gray_darker);
  padding-top: 11px;
  padding-bottom: 8px;
  font-weight: 400;
}
.ahrayProductContent_row-sizeSelect .swatch-attribute-selected-option {
  padding-left: 4px;
}
.ahrayProductContent_row-sizeSelect .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 0;
  max-width: 600px;
}
.ahrayProductContent_row-sizeSelect .swatch-attribute-options:after,
.ahrayProductContent_row-sizeSelect .swatch-attribute-options:before {
  display: none;
}
.ahrayProductContent_row-sizeSelect .swatch-option {
  border-color: transparent;
  box-shadow: none !important;
}
.ahrayProductContent_row-sizeSelect .swatch-option.image:not(.disabled):hover {
  border-color: var(--mainColor--black);
  outline: unset !important;
}
.ahrayProductContent_row-sizeSelect .swatch-option.text {
  font-size: 13px;
  line-height: 1.938;
  padding: 10px 12px;
  flex: 0 0 auto;
  min-width: 66px;
  text-align: center;
  border: 1px solid #CCCCCC;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 0 -1px -1px;
  height: unset;
  position: relative;
  z-index: 0;
  outline: none;
  color: var(--mainColor--black) !important;
}
.ahrayProductContent_row-sizeSelect .swatch-option.selected {
  outline: none;
  border-color: var(--mainColor--black) !important;
  color: var(--mainColor--black) !important;
  z-index: 1;
}
.ahrayProductContent_row-sizeSelect .swatch-option.not-allowed {
  background-color: #EEEEEE;
  cursor: not-allowed;
  color: #B0B0B0 !important;
  text-decoration: line-through;
}
.ahrayProductContent_row-sizeSelect .swatch-option.not-allowed:after {
  display: none !important;
}
.ahrayProductContent_row-sizeSelect .swatch-option.disabled:after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0)), color-stop(49%, #000000), color-stop(51%, #000000), color-stop(52%, rgba(255, 255, 255, 0)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
}
.ahrayProductContent_row-sizeSelect .swatch-option-tooltip {
  display: none !important;
}
.ahrayProductContent_row-sizeSelect .fieldset {
  margin-bottom: 0;
}
.prostoTags {
  position: relative;
  z-index: 1;
}
.prostoTags_container {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  user-select: none;
}
@media all and (min-width: 768px) {
  .prostoTags_container {
    top: 10px;
    left: 10px;
  }
}
@media all and (max-width: 768px) {
  .prostoTags_container {
    top: 14px;
    left: 15px;
  }
}
.prostoTags_single {
  font-size: 12px;
  line-height: 1.51416667;
  padding: 1px 6px;
  border-radius: 4px;
}
.prostoTags_single:empty {
  display: none;
}
.prostoTags_single[data-tag="discount"] {
  background-color: #E62323;
  color: #fff;
}
.prostoTags_single[data-tag="361"] {
  background-color: #63E163;
  color: #000;
}
.prostoTags_single[data-tag="362"] {
  background-color: #214ADE;
  color: #fff;
}
.prostoTags_single[data-tag="363"] {
  background-color: #EFEF55;
  color: #000;
}
@media all and (max-width: 768px) {
  body.customer-account-login #maincontent {
    width: 100%;
    margin: 0;
    padding: 15px 15px;
  }
}
.login-container {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  flex-flow: column;
  width: 100%;
  max-width: 1186px;
}
@media all and (max-width: 768px) {
  .login-container .block-new-customer {
    margin-top: 30px !important;
  }
}
@media all and (min-width: 768px) {
  .login-container {
    flex-flow: row-reverse;
    border: 1px solid #121212;
    margin: 4.62vh auto;
  }
}
.login-container > .block {
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  .login-container > .block {
    flex-basis: 50%;
  }
}
@media all and (min-width: 768px) {
  .login-container > .block:last-of-type {
    border-right: 1px solid #121212;
  }
}
.login-container > .block .block-with-horizontal-spacer {
  margin: 0 15px;
}
@media all and (max-width: 768px) {
  .login-container > .block .block-with-horizontal-spacer {
    padding: 0 20px;
  }
}
.login-container > .block .block-title {
  font-size: 26px;
  line-height: 1.192;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 15px 73px 14px;
  background-color: #EEEEEE;
  padding-left: 70px;
  padding-right: 70px;
  border-bottom-width: 1px;
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .login-container > .block .block-title {
    padding: 15px 30px 14px;
  }
}
@media all and (max-width: 768px) {
  .login-container > .block .block-title {
    font-size: 20px;
    padding: 15px 20px;
    border-top: none;
  }
}
@media all and (max-width: 768px) {
  .login-container > .block .block-title {
    border: 1px solid #121212;
  }
}
.login-container > .block .block-content {
  padding: 65px 70px 35px;
  height: calc(100% - 65px);
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content {
    padding: 25px 0 25px;
    height: calc(100% - 50px);
    border: 1px solid var(--mainColor--black);
    border-top: none;
    margin: 0;
  }
}
.login-container > .block .block-content > p {
  padding: 0 15px;
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content > p {
    padding: 0 20px;
  }
}
@media all and (min-width: 768px) {
  .login-container > .block .block-content .noAccTitle {
    font-size: 19px;
  }
}
.login-container > .block .block-content > ul {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  list-style: none;
  padding: 0 20px 5px;
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content > ul {
    font-size: 16px;
    line-height: 20px;
  }
}
.login-container > .block .block-content > ul li {
  margin-bottom: 5px;
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content > ul li {
    margin-bottom: 0;
  }
}
.login-container > .block .block-content[aria-labelledby="block-new-customer-heading"] {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .login-container > .block .block-content .noAccButtons {
    display: flex;
    justify-content: space-around;
  }
}
@media all and (min-width: 768px) {
  .login-container > .block .block-content .noAccButtons-separator {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content .noAccButtons-separator {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .login-container > .block .block-content .action.primary {
    margin-top: 0;
    min-width: 214px;
  }
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content .action.primary {
    display: block;
  }
}
.login-container > .block .block-content .action.remind {
  color: #C4C4C4;
}
.login-container > .block .block-content .fieldset {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content .fieldset .actions-toolbar {
    margin: 0px 25px;
  }
}
.login-container > .block .block-content .fieldset:after {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content .fieldset:after {
    margin-top: 70px;
  }
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content .fieldset > .field {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media all and (max-width: 768px) {
  .login-container > .block .block-content .fieldset > .field.password .input-text {
    z-index: unset;
  }
}
.form-create-account .actions-toolbar .action.submit.primary {
  color: #fff !important;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: var(--mainColor--black) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 214px;
  height: 54px;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
}
@media all and (max-width: 768px) {
  .form-create-account .actions-toolbar .action.submit.primary {
    width: 100%;
    margin: 60px 15px 0;
    max-width: calc(100% - 30px);
  }
}
@media all and (max-width: 768px) {
  body.customer-account-create #maincontent {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
body.customer-account-create .page-title {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  padding-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid #121212;
  margin-bottom: 44px;
}
@media all and (max-width: 768px) {
  body.customer-account-create .page-title {
    font-size: 26px;
    line-height: 1.192;
    font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 15px 73px 14px;
    background-color: #EEEEEE;
    margin-bottom: 0;
    border: 1px solid #121212;
    font-size: 25px;
    padding: 20px 15px 19px;
  }
}
@media all and (max-width: 768px) and all and (max-width: 1024px) {
  body.customer-account-create .page-title {
    padding: 15px 30px 14px;
  }
}
@media all and (max-width: 768px) and all and (max-width: 768px) {
  body.customer-account-create .page-title {
    font-size: 20px;
    padding: 15px 20px;
    border-top: none;
  }
}
.form.create.account.form-create-account {
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  flex-flow: row wrap;
  min-width: unset;
  width: 100%;
  margin: 0 0 14.62vh;
}
@media all and (max-width: 768px) {
  .form.create.account.form-create-account {
    margin: 20px 0 0;
  }
}
.form.create.account.form-create-account > fieldset {
  flex: 0 1 440px;
  margin-right: 113px;
}
@media all and (max-width: 768px) {
  .form.create.account.form-create-account > fieldset {
    flex-basis: calc(100% - 50px);
    margin: 0 auto 8px;
  }
}
.form.create.account.form-create-account > fieldset .legend {
  border: none;
  margin-bottom: 32px;
}
@media all and (max-width: 768px) {
  .form.create.account.form-create-account > fieldset .legend {
    margin-bottom: 12px;
  }
}
.form.create.account.form-create-account > fieldset .legend > span {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
}
@media all and (min-width: 768px) {
  .form.create.account.form-create-account > fieldset .field {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 768px) {
  .form.create.account.form-create-account > fieldset .field .label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
  }
}
.form.create.account.form-create-account > .actions-toolbar {
  flex: 0 0 100%;
}
.form.create.account.form-create-account .action.submit.primary {
  color: #fff !important;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: var(--mainColor--black) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 214px;
  height: 54px;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  width: 166px;
  height: 34px;
  font-size: 13px;
}
@media all and (max-width: 768px) {
  .form.create.account.form-create-account .action.submit.primary {
    width: 100%;
    margin: 60px 15px 0;
    max-width: calc(100% - 30px);
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left #maincontent {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .columns {
    flex-flow: column-reverse;
    padding: 0;
  }
}
body.account.page-layout-2columns-left .columns .column.main {
  width: 74.6%;
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .columns .column.main {
    flex: 0 0 100%;
    width: 100%;
  }
}
body.account.page-layout-2columns-left .columns .column.main > .block {
  padding-top: 3px;
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .columns .column.main .page-title-wrapper {
    display: none;
  }
}
body.account.page-layout-2columns-left .columns .column.main .page-title-wrapper .page-title {
  display: block;
  font-size: 19px;
  line-height: 1.211;
  padding-bottom: 14px;
  margin-bottom: 35px;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #121212;
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .columns .column.main .block-content .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .columns .column.main .block-content .box-hr {
    display: block !important;
    width: 100%;
    border-color: #121212;
    margin: 30px 0;
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .columns .column.main .block-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.account.page-layout-2columns-left .columns .column.main .toolbar.bottom .pager .toolbar-amount {
  opacity: 0;
}
body.account.page-layout-2columns-left .columns .column.main .toolbar.bottom .pager .limiter {
  font-size: 15px;
  display: flex;
  align-items: center;
  align-content: center;
}
body.account.page-layout-2columns-left .columns .column.main .toolbar.bottom .pager .limiter strong {
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.account.page-layout-2columns-left .columns .column.main .toolbar.bottom .pager .limiter select {
  background-color: transparent;
  border-radius: 0;
  border-color: #121212;
  padding-bottom: 0;
  padding-top: 0;
  height: 25px;
  font-size: 15px;
  line-height: 1.533;
}
body.account.page-layout-2columns-left .columns .column.main .toolbar.bottom .pager .limiter select:focus {
  box-shadow: unset;
}
body.account.page-layout-2columns-left .columns .sidebar.sidebar-main {
  width: 23.67%;
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .columns .sidebar.sidebar-main {
    flex: 0 0 100%;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.header.links li {
  margin-bottom: 0;
}
body.account.page-layout-2columns-left .column.main .block.block-dashboard-info .block-title {
  padding-bottom: 24px;
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .column.main .block.block-dashboard-info .block-title {
    display: none;
  }
}
body.account.page-layout-2columns-left .column.main .block.block-dashboard-info .block-title strong {
  font-size: 36px;
  line-height: 1.194;
}
body.account.page-layout-2columns-left .column.main .block .block-title {
  margin-bottom: 20px;
  border-color: #121212;
}
body.account.page-layout-2columns-left .column.main .block .block-title.no-border--bottom {
  border-bottom: none;
}
body.account.page-layout-2columns-left .column.main .block .block-title.border-top {
  border-top: 1px solid #121212;
  padding-top: 40px;
}
body.account.page-layout-2columns-left .column.main .block .block-title.small-title strong {
  font-size: 19px;
  line-height: 23px;
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .column.main .block .block-title.small-title strong {
    font-size: 18px;
  }
}
body.account.page-layout-2columns-left .column.main .block .block-title .action {
  color: #CCCCCC !important;
}
body.account.page-layout-2columns-left .column.main .block .box-title > span {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
body.account.page-layout-2columns-left .column.main .block .box-content {
  font-size: 15px;
  line-height: 1.8;
}
body.account.page-layout-2columns-left .column.main .block .box-content strong {
  font-size: 19px;
}
body.account.page-layout-2columns-left .column.main .block .box-actions .action {
  color: #CCCCCC !important;
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main .block-collapsible-nav {
    position: static;
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main .block-collapsible-nav-title {
    padding: 19px 39px;
    background-color: #F1F1F1;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border: 1px solid #121212;
  }
  body.account.page-layout-2columns-left .sidebar.sidebar-main .block-collapsible-nav-title:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../images/strzalka_w_dol.svg");
    position: relative;
    top: unset;
    right: unset;
    transform: rotate(0);
    transition: all 125ms ease-in-out;
  }
  body.account.page-layout-2columns-left .sidebar.sidebar-main .block-collapsible-nav-title.active:after {
    transform: rotate(90deg);
    transition: all 125ms ease-in-out;
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main .block-collapsible-nav-title strong {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    margin: 0;
    padding: 0;
  }
}
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav {
  background: #eeeeee;
  border: 1px solid #121212;
  padding: 30px 0 0;
  margin-bottom: 10vh;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav {
    padding: 10px 0 0;
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav {
    padding: 0;
    border-top: 0;
    margin-bottom: unset;
  }
}
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items {
  list-style: none;
  padding-left: 69px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items {
    padding-left: 35px;
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items {
    padding-left: 0;
    margin-bottom: 0;
  }
}
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item {
  position: relative;
  margin: 0 0 25px 0;
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item {
    margin: 0;
    padding-left: 39px;
  }
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:not(:first-of-type) {
    border-top: 1px solid #121212;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item {
    margin: 0 0 10px;
  }
}
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item > a,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item > strong {
  padding-left: 34px;
  font-size: 15px;
  line-height: 1.588;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item > a,
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item > strong {
    padding-left: 10px;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item > a:before,
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item > strong:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../images/celownik_2w.svg");
    position: absolute;
    left: -24px;
  }
}
@media all and (max-width: 768px) {
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item > a,
  body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item > strong {
    padding: 22px 0 23px;
    font-size: 19px;
  }
}
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:hover > a,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:active > a,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:focus > a,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:hover > strong,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:active > strong,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:focus > strong {
  background: none;
}
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:hover > a:before,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:active > a:before,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:focus > a:before,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:hover > strong:before,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:active > strong:before,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item:focus > strong:before {
  background-image: url("../images/celownik_3.svg");
}
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item.current > a,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item.current > strong {
  border: none;
}
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item.current > a:before,
body.account.page-layout-2columns-left .sidebar.sidebar-main #block-collapsible-nav .nav.items > .item.current > strong:before {
  background-image: url("../images/celownik_3.svg");
}
@media all and (min-width: 768px) {
  body.account.customer-address-form form.form-address-edit .fieldset {
    width: 43.69%;
  }
}
@media all and (max-width: 768px) {
  body.account.customer-address-form form.form-address-edit .fieldset {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
body.account.customer-address-form form.form-address-edit .fieldset .legend {
  display: none;
}
body.account.customer-address-form form.form-address-edit .fieldset > .field {
  margin-bottom: 24px;
}
@media all and (max-width: 768px) {
  body.account.customer-address-form form.form-address-edit .fieldset > .field {
    margin-bottom: 15px;
  }
}
body.account.customer-address-form form.form-address-edit .fieldset > .field .nested .field {
  margin-top: 52px;
}
@media all and (max-width: 768px) {
  body.account.customer-address-form form.form-address-edit .fieldset > .field .nested .field {
    margin-top: 15px;
  }
}
body.account.customer-address-form form.form-address-edit .fieldset > .field .nested .field:nth-of-type(2) {
  display: none;
}
body.account.customer-address-form form.form-address-edit .fieldset > .field label {
  font-weight: 400;
  margin-bottom: 6px;
}
body.account.customer-address-form form.form-address-edit .actions-toolbar .primary .action.save.primary {
  color: #fff !important;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: var(--mainColor--black) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 214px;
  height: 54px;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  width: 166px;
}
@media all and (max-width: 768px) {
  body.account.customer-address-form form.form-address-edit .actions-toolbar .primary .action.save.primary {
    width: 100%;
    margin: 60px 15px 0;
    max-width: calc(100% - 30px);
  }
}
body.account.customer-address-index .block-addresses-list .table-additional-addresses-items.history tr td,
body.account.customer-address-index .block-addresses-list .table-additional-addresses-items.history tr th {
  border: none;
}
body.account.customer-address-index .block-addresses-list .table-additional-addresses-items.history thead tr {
  border: 1px solid #121212;
}
body.account.customer-address-index .block-addresses-list .table-additional-addresses-items.history tbody tr td {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media all and (max-width: 768px) {
  body.account.customer-address-index .block-addresses-list .table-additional-addresses-items.history tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body.account.customer-address-index .block-addresses-list .table-additional-addresses-items.history tbody tr td.actions > a {
  color: #cccccc !important;
}
body.account.customer-address-index button.primary.add {
  color: #fff !important;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: var(--mainColor--black) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 214px;
  height: 54px;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  width: 166px;
}
@media only screen and (max-width: 768px) {
  body.filter-active .page-wrapper {
    height: unset;
    margin-top: unset;
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  body.filter-active .columns > .column {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .filter:not(.active) > .filter-title .inactiveFilter {
    display: inline;
  }
  .filter:not(.active) > .filter-title .activeFilter {
    display: none;
  }
  .filter.active > .filter-title {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: var(--mainColor--black);
    top: 0;
    max-height: calc(18px + 22px + 17px);
    height: calc(18px + 22px + 17px);
  }
  .filter.active > .filter-title .inactiveFilter {
    display: none;
  }
  .filter.active > .filter-title .activeFilter {
    display: inline !important;
  }
  .filter.active > .filter-title strong {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    position: static;
    margin: 0 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.09em;
  }
  .filter.active > .filter-title strong .clearFilter {
    display: inline-block !important;
    flex: 0 0 33.333%;
    font-size: 0.773em;
    text-decoration: underline;
    text-align: left;
    color: #fff;
  }
  .filter.active > .filter-title strong .activeFilter {
    display: inline-block;
    text-align: center;
    flex: 0 0 33.333%;
  }
  .filter.active > .filter-title strong .activeClose {
    display: inline-block !important;
    flex: 0 0 33.333%;
    height: 1.2em;
    text-align: right;
  }
  .filter.active > .filter-title strong .activeClose:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    color: #fffffffa !important;
    font-size: 0.773em;
    flex: 0 0 33.333%;
    text-align: right;
  }
  .filter.active > .filter-title strong.mobileHiddenTitleBlock {
    position: absolute;
    left: -1000vw;
    top: unset !important;
    opacity: 0;
  }
  .filter.active > .filter-title strong.mobileActiveTitleBlock {
    display: flex !important;
  }
}
.filter-content {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .filter.active .filter-options {
    margin: 0;
    top: calc(18px + 22px + 17px);
  }
}
.filter-options-item {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .filter-options-item {
    border: 1px solid #121212;
    margin-bottom: 41px;
    user-select: none;
  }
}
@media only screen and (max-width: 768px) {
  .filter-options-item {
    border-bottom-color: var(--mainColor--black);
    margin-top: -1px;
  }
}
.filter-options-title {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.231;
  background-color: #F1F1F1;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .filter-options-title {
    font-size: 17px;
    padding: 14px 15px 13px;
    border-top: 1px solid #121212;
    border-right: none;
    border-left: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .filter-options-title:after {
    content: '' !important;
    background-image: url("../images/strzalka_w_dol.svg");
    background-repeat: no-repeat;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: unset;
    right: unset;
  }
  .filter-options-title[aria-expanded="true"] {
    border-bottom: 1px solid #121212;
  }
  .filter-options-title[aria-expanded="true"]:after {
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 768px) {
  .filter-options-title {
    font-size: 11px;
    padding-left: 1em;
  }
}
@media all and (min-width: 640px) and (max-width: 768px) {
  body.account.sales-order-history .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.account.sales-order-history .orders-history {
  border: none;
  margin-bottom: 58px;
}
body.account.sales-order-history .orders-history .table-order-items.history tr td,
body.account.sales-order-history .orders-history .table-order-items.history tr th {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 8px;
  border: none;
}
@media all and (max-width: 640px) {
  body.account.sales-order-history .orders-history .table-order-items.history tr td,
  body.account.sales-order-history .orders-history .table-order-items.history tr th {
    padding: 2px 0 1px !important;
  }
}
body.account.sales-order-history .orders-history .table-order-items.history thead tr th {
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-top: 23px;
  padding-bottom: 17px;
}
@media all and (max-width: 768px) {
  body.account.sales-order-history .orders-history .table-order-items.history tbody tr {
    padding: 54px 0 54px 50px !important;
  }
}
body.account.sales-order-history .orders-history .table-order-items.history tbody tr:nth-of-type(odd) {
  background-color: #EEEEEE;
}
@media all and (min-width: 768px) {
  body.account.sales-order-history .orders-history .table-order-items.history tbody tr:nth-of-type(even) td {
    padding-top: 23px;
    padding-bottom: 17px;
  }
}
@media all and (max-width: 768px) {
  body.account.sales-order-history .orders-history .table-order-items.history tbody tr td.id {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
    font-size: 18px;
  }
  body.account.sales-order-history .orders-history .table-order-items.history tbody tr td.id:before {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  body.account.sales-order-history .orders-history .table-order-items.history tbody tr td.actions {
    margin-top: 23px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
    font-size: 19px;
    border: none !important;
  }
}
@media all and (max-width: 768px) {
  body.account.sales-order-history .orders-history .table-order-items.history tbody tr td:before {
    font-weight: 400;
  }
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main {
    padding: 0 15px;
  }
}
body.account.sales-order-view .columns .column.main .page-title-wrapper {
  display: block !important;
  font-size: 15px;
  position: relative;
}
body.account.sales-order-view .columns .column.main .page-title-wrapper .page-title {
  border-bottom: none;
  font-size: 19px;
  padding-bottom: 1em;
  margin-bottom: 0;
}
body.account.sales-order-view .columns .column.main .page-title-wrapper .order-status {
  margin: 0 0 12px 0;
  padding: 0;
  border: none;
  text-transform: unset;
}
body.account.sales-order-view .columns .column.main .page-title-wrapper .order-date {
  margin: 0;
  padding: 0;
}
body.account.sales-order-view .columns .column.main .page-title-wrapper .order-date .label {
  display: inline;
}
@media all and (min-width: 768px) {
  body.account.sales-order-view .columns .column.main .page-title-wrapper #customerOrderPaymentLink {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 768px) {
  body.account.sales-order-view .columns .column.main .page-title-wrapper #customerOrderPaymentLink {
    margin: 15px 0 -2.5em;
    display: block;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory {
  border-color: #121212;
  padding: 0;
  margin-top: 37px;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory {
    border: none;
    margin-top: 62px;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory .order-title {
  display: none !important;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  border: none;
  margin: 0 !important;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table {
    flex-flow: column;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--products {
  flex: 0 0 64.25%;
  border-right: 1px solid #121212;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--products {
    flex-basis: 100%;
    border: none;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--summary {
  flex: 1 0 35%;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--summary {
    flex-basis: 100%;
    margin-top: 14px;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--photo {
  flex: 0 0 133px;
  margin-right: 15px;
}
@media all and (max-width: 1070px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--photo {
    flex-basis: 100px;
  }
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--photo {
    order: 0;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--name {
  flex: 1 0 35.54%;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--name {
    max-width: calc(100vw - (133px + 15px + 30px));
    flex: unset;
    order: 0;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--price {
  flex: 0 1 18.54%;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--price {
    max-width: calc(100vw - (133px + 15px + 30px));
    flex: unset;
    justify-content: flex-start;
    order: 2;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--qty {
  flex: 0 1 19.16%;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col--qty {
    max-width: calc(100vw - (133px + 15px + 30px));
    flex: unset;
    justify-content: flex-start;
    order: 1;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col_content {
  padding: 49px 40px;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col_content {
    padding: 0;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col_header {
  padding: 13px 40px 14px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #121212;
  font-family: 'neue-haas-grotesk-display';
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  align-content: center;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col_header {
    display: none;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col_header-col {
  font-family: 'neue-haas-grotesk-display';
  font-weight: 600;
  font-size: 15px;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_table-col_header .prostoOrderHistory_table-col--name {
  font-size: 18px;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item {
  width: 100%;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.2;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_item {
    flex-flow: column wrap;
    max-height: 158px;
    margin-bottom: 83px;
    align-items: flex-start;
    align-content: flex-start;
    font-size: 13px;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .price-including-tax,
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .price-excluding-tax {
  font-size: inherit;
  font-weight: 400;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .price-including-tax .price,
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .price-excluding-tax .price {
  font-weight: 400;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .product-item-brand {
  font-size: 16px;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .product-item-brand {
    padding-top: 0;
    margin-top: 0;
    font-size: 22px;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .product-item-name {
  display: block;
  padding: 0 0 5px;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .prostoOrderHistory_table-col--price {
  display: flex;
  align-content: center;
  align-items: center;
  padding-top: 20px;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .prostoOrderHistory_table-col--price {
    margin: 5px 0;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .prostoOrderHistory_table-col--qty {
  display: flex;
  align-content: center;
  align-items: center;
  align-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .prostoOrderHistory_table-col--qty {
    margin: 5px 0;
  }
}
@media all and (min-width: calc(640px + 1px)) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .prostoOrderHistory_table-col--qty ul.items-qty {
    text-align: right;
    position: absolute;
    font-size: 0.9em;
  }
}
@media all and (min-width: calc(640px + 1px)) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .prostoOrderHistory_table-col--qty .title {
    display: initial;
  }
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_item .prostoOrderHistory_table-col--qty .title {
    display: inline;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_item-options {
  line-height: 1.65;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderHistory_item-options {
    max-width: calc(100vw - (133px + 15px + 30px));
    flex: unset;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_summary tr td,
body.account.sales-order-view .columns .column.main .prostoOrderHistory_summary tr th {
  padding: 4px 0 5px;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_summary tr th {
  font-weight: 400;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_summary tr td {
  text-align: right;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_summary tr:nth-last-child(2) td,
body.account.sales-order-view .columns .column.main .prostoOrderHistory_summary tr:nth-last-child(2) th {
  padding-bottom: 26px;
}
body.account.sales-order-view .columns .column.main .prostoOrderHistory_summary tr.grand_total td,
body.account.sales-order-view .columns .column.main .prostoOrderHistory_summary tr.grand_total th {
  padding-top: 9px;
  border-top: 1px solid #121212;
}
body.account.sales-order-view .columns .column.main .prostoOrderDetails_wrapper {
  display: flex;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderDetails_wrapper {
    flex-flow: column;
  }
}
body.account.sales-order-view .columns .column.main .prostoOrderDetails_wrapper .box {
  flex: 0 0 20%;
  margin-right: 3%;
}
@media all and (max-width: 640px) {
  body.account.sales-order-view .columns .column.main .prostoOrderDetails_wrapper .box {
    flex-basis: 100%;
    margin: 0 0 34px;
  }
}
.filter-clear {
  margin-bottom: 11px;
  color: var(--mainColor--black) !important;
}
@media only screen and (max-width: 768px) {
  .filter-clear {
    display: none;
  }
}
.filter-clear span {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.filter-clear span i {
  margin-left: 10px;
  display: block;
}
.filter-clear span i svg {
  display: block;
}
@media only screen and (max-width: 768px) {
  .filter-title strong {
    font-family: 'neue-haas-grotesk-text';
    background: #fff;
    box-shadow: unset;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.3;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  .filter-title strong i {
    margin-left: 10px;
    display: block;
  }
  .filter-title strong i svg {
    display: block;
  }
  .filter.active .filter-title {
    border-bottom: none;
  }
  .filter.active .filter-title strong {
    top: 12px;
    right: 12px;
  }
  .filter.active .filter-title strong:after {
    color: var(--mainColor--black);
  }
  .filter.active .filter-title strong i {
    display: none;
  }
}
.filter.active .filter-options {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.filter-options-item .Category,
.filter-options-item .Kategoria {
  background-color: black;
  color: white;
}
.filter-options-content {
  padding: 7px 15px 7px;
}
@media only screen and (min-width: 1024px) {
  .filter-options-content {
    padding: 7px 26px 7px;
  }
}
@media only screen and (max-width: 768px) {
  .filter-options-content {
    padding: 7px 15px 24px;
  }
}
.filter-options-content a {
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.filter-options-content a .count {
  display: none;
}
.filter-options-content ol {
  margin-bottom: 0;
  margin-top: 7px;
  list-style: none;
  padding-left: 0;
}
.filter-options-content ol li {
  height: unset;
  min-height: 30px;
}
.filter .filter-content .item {
  margin: 0;
}
.filter .actions {
  text-align: left;
}
.filter .actions .show-more {
  font-size: 11px;
  color: black !important;
}
@media only screen and (max-width: 768px) {
  .filter .actions .show-more {
    font-size: 13px;
  }
}
.filter .actions .show-less {
  font-size: 11px;
  color: black !important;
}
@media only screen and (max-width: 768px) {
  .filter .actions .show-less {
    font-size: 13px;
  }
}
.prostofilter_checkbox {
  display: block;
}
.prostofilter_checkbox--checkbox {
  width: 0;
  height: 0;
  opacity: 0;
  flex: 0 0 0;
  position: absolute !important;
}
.prostofilter_checkbox--label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: inherit;
  line-height: 1;
  padding: 0.65em 0 0.65em;
}
@media only screen and (max-width: 768px) {
  .prostofilter_checkbox--label {
    font-size: 15px;
  }
}
.prostofilter_checkbox--label i {
  margin-right: 1.2em;
  width: 1em;
  height: 1em;
}
@media only screen and (max-width: 768px) {
  .prostofilter_checkbox--label i > svg {
    width: 1em;
    height: 1em;
  }
}
input:checked + label > i > .prostofilter_checkbox--uncheck,
.checked > .prostofilter_checkbox--label > i > .prostofilter_checkbox--uncheck {
  display: none;
}
input:checked + label > i > .prostofilter_checkbox--checked,
.checked > .prostofilter_checkbox--label > i > .prostofilter_checkbox--checked {
  display: block !important;
}
.prostofilter_checkbox.checkedNotActive svg {
  fill: #565656;
}
.smile-es-range-slider {
  padding-top: 15px;
}
.smile-es-range-slider .ui-slider-handle {
  background-color: #fff;
  background-image: url("../images/celownik_1a.svg");
  border-radius: 14px;
  width: 14px;
  height: 14px;
  cursor: -webkit-grab;
  margin-top: -7px;
}
.smile-es-range-slider .ui-slider-horizontal {
  height: 1px;
  background: var(--mainColor--black);
}
.smile-es-range-slider [data-role="from-label"],
.smile-es-range-slider [data-role="to-label"] {
  font-size: 13px;
  line-height: 16px;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .smile-es-range-slider [data-role="message-box"] {
    font-size: 13px;
  }
}
@media all and (max-width: 768px) {
  .modal-popup.AhraySearch {
    left: 0;
  }
}
.modal-popup.AhraySearch._show .content {
  display: block !important;
  opacity: 1 !important;
}
@media all and (max-width: 768px) {
  .modal-popup.AhraySearch #search_autocomplete {
    top: 60px;
  }
}
.modal-popup.AhraySearch .modal-inner-wrap {
  margin-top: 63px;
  max-width: 750px;
  display: flex;
  flex-flow: column;
  align-content: center;
  align-items: center;
  height: unset;
}
@media all and (min-width: 768px) {
  .modal-popup.AhraySearch .modal-inner-wrap {
    justify-content: center;
  }
}
@media all and (max-width: 768px) {
  .modal-popup.AhraySearch .modal-inner-wrap {
    justify-content: flex-start;
    margin-top: 58px;
    padding: 0 15px;
    height: calc(100% - 58px);
  }
}
.modal-popup.AhraySearch .modal-inner-wrap > * {
  width: 100%;
  max-width: 497px;
  position: relative;
}
@media all and (min-width: 768px) {
  .modal-popup.AhraySearch .modal-inner-wrap > * {
    margin: 0 30px;
  }
}
@media all and (max-width: 768px) {
  .modal-popup.AhraySearch .modal-inner-wrap > * {
    margin: 0;
  }
}
@media all and (min-width: 768px) {
  .modal-popup.AhraySearch .modal-header {
    margin-top: calc(10.9259vh - 50px);
    padding: 50px 30px 0;
  }
}
@media all and (max-width: 768px) {
  .modal-popup.AhraySearch .modal-header {
    margin-top: 0;
    padding: 50px 0 0;
  }
}
.modal-popup.AhraySearch .modal-header .action-close {
  margin-right: 0;
}
.modal-popup.AhraySearch .modal-content {
  padding: 0 0 18.9814vh;
}
.modal-popup.AhraySearch .modal-content .block-search {
  width: 100%;
  padding: 0;
  margin: 0;
}
.modal-popup.AhraySearch .modal-content #search {
  height: 45px;
  font-size: 21px;
  position: static;
  margin: 0;
}
.modal-popup.AhraySearch .modal-content .actions .action.search {
  opacity: 0 !important;
}
.modal-popup.AhraySearch .modal-content .block-search .label {
  display: none;
}
.modal-popup.AhraySearch .modal-content .control {
  border: none;
}
.modal-popup.AhraySearch .modal-footer {
  display: none;
}
