#checkout .rx-footer, #cart .rx-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#checkout .rx-footer hr, #cart .rx-footer hr {
  display: none;
}
#checkout .rx-footer__column, #cart .rx-footer__column {
  display: none;
}
#checkout .rx-footer__column.contact, #checkout .rx-footer__column.copyright, #cart .rx-footer__column.contact, #cart .rx-footer__column.copyright {
  display: block;
}
#checkout .rx-footer__column-meta, #cart .rx-footer__column-meta {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#checkout .rx-footer .h5, #cart .rx-footer .h5 {
  color: #FEFDFD;
}
@media (max-width: 767.98px) {
  #checkout .rx-footer__column-meta, #cart .rx-footer__column-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #checkout .rx-footer__column-meta, #cart .rx-footer__column-meta {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

#checkout .dpdshipping-pudo-cod-open-map-btn,
#checkout .dpdshipping-pudo-open-map-btn {
  background-color: var(--color-orange-500);
  color: var(--color-white);
  border: solid 1px var(--color-beige-500);
}
#checkout .dpdshipping-pudo-cod-open-map-btn:hover,
#checkout .dpdshipping-pudo-open-map-btn:hover {
  background-color: var(--color-orange-600);
  color: var(--color-white);
  border: solid 1px var(--color-beige-600);
}
#checkout .dpdshipping-pudo-cod-new-point,
#checkout .dpdshipping-pudo-new-point {
  padding-left: 0;
}
#checkout a.custom-link:hover {
  color: var(--color-orange-500);
  border-bottom: none;
}
#checkout .header-nav__content {
  background-color: #FFFFFF;
  padding: 20px 48px;
  -webkit-box-shadow: 0px 0px 3.15px 0px rgba(0, 0, 0, 0.0078431373), 0px 0px 6.52px 0px rgba(0, 0, 0, 0.0156862745), 0px 0px 13px 0px rgba(0, 0, 0, 0.0196078431), 0px 0px 25.48px 0px rgba(0, 0, 0, 0.0235294118), 0px 0px 46.85px 0px rgba(0, 0, 0, 0.031372549), 0px 0px 80px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 0px 3.15px 0px rgba(0, 0, 0, 0.0078431373), 0px 0px 6.52px 0px rgba(0, 0, 0, 0.0156862745), 0px 0px 13px 0px rgba(0, 0, 0, 0.0196078431), 0px 0px 25.48px 0px rgba(0, 0, 0, 0.0235294118), 0px 0px 46.85px 0px rgba(0, 0, 0, 0.031372549), 0px 0px 80px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
#checkout .header-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 300px);
  gap: 30px;
}
#checkout .header-nav__right svg {
  width: 24px;
}
#checkout .header-nav__right p {
  margin: 0;
  color: #252525;
}
#checkout .header-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#checkout .header-nav__line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background: rgba(132, 127, 120, 0.2);
  min-width: 20px;
  -ms-flex-item-align: center;
      align-self: center;
}
#checkout .header-nav .small-text.active {
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  #checkout .header-nav__right {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1199.98px) {
  #checkout .header-nav__right {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #checkout .header-nav__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #checkout .header-nav__content .small-text {
    text-align: center;
  }
  #checkout .header-nav__right {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  #checkout .header-nav__content {
    padding: 15px;
  }
  #checkout .header-nav__right {
    gap: 6px;
  }
  #checkout .header-nav .small-text {
    font-size: 10px;
  }
  #checkout .header-nav .logo {
    max-width: 123px;
  }
}
@media (max-width: 380px) {
  #checkout .header-nav__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #checkout .header-nav__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
  }
  #checkout .header-nav__line {
    display: none;
  }
}
#checkout .checkout-block.main-block {
  padding: 0;
}
#checkout .checkout-block.main-block .inner-area {
  border: none;
  padding: 0;
}
#checkout .checkout-block.main-block .block-header {
  position: static;
  font-size: 31px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #252525;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(132, 127, 120, 0.2);
  margin-bottom: 15px;
}
#checkout .blocks:not(.checkout-area-10) {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  border-radius: 16px;
  padding: 30px;
}
#checkout .blocks.checkout-area-11 {
  display: none;
}
#checkout .has-float-label input:-moz-placeholder ~ span.field-label, #checkout .has-float-label select:-moz-placeholder ~ span.field-label {
  top: -16px !important;
  left: 12px !important;
  background-color: #FFFFFF;
  padding: 5px;
  opacity: 1;
}
#checkout .has-float-label input:-ms-input-placeholder ~ span.field-label, #checkout .has-float-label select:-ms-input-placeholder ~ span.field-label {
  top: -16px !important;
  left: 12px !important;
  background-color: #FFFFFF;
  padding: 5px;
  opacity: 1;
}
#checkout .has-float-label input:placeholder-shown ~ span.field-label,
#checkout .has-float-label select:placeholder-shown ~ span.field-label,
#checkout .has-float-label input ~ span.field-label {
  top: -16px !important;
  left: 12px !important;
  background-color: #FFFFFF;
  padding: 5px;
  opacity: 1;
}
#checkout .has-float-label.required span.field-label,
#checkout .need-dni .has-float-label span.field-label,
#checkout .has-float-label span.field-label {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #252525;
  font-weight: 400;
  top: -16px !important;
  left: 12px !important;
  background-color: #FFFFFF;
  padding: 5px;
  opacity: 1;
}
#checkout .customer-addresses {
  display: none;
}
#checkout .form-control {
  border: 1px solid #847F78;
  font-size: 16px;
  line-height: 1.5em;
  color: #252525;
  padding: 17px;
  height: 52px;
  border-radius: 10px;
}
#checkout .form-control.form-control-select {
  padding: 0 17px;
}
#checkout .form-control::-webkit-input-placeholder {
  opacity: 1;
}
#checkout .form-control::-moz-placeholder {
  opacity: 1;
}
#checkout .form-control:-ms-input-placeholder {
  opacity: 1;
}
#checkout .form-control::-ms-input-placeholder {
  opacity: 1;
}
#checkout .form-control::placeholder {
  opacity: 1;
}
#checkout .form-control:focus {
  border-color: var(--color-orange-500);
}
#checkout .address-is-used a {
  color: #252525;
}
#checkout .address-is-used a:hover {
  color: var(--color-orange-500);
}
#checkout .iti .iti__selected-dial-code {
  font-size: 16px;
  color: var(--color-black-500);
}
#checkout .page-content .has-float-label select.form-control {
  background: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.73438 13.103L17.4697 21.8383L26.205 13.103" stroke="%23252525" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 1em bottom 0.4em;
}
#checkout .page-content .has-float-label select.form-control:focus {
  outline: 1px solid var(--color-orange-500);
}
#checkout .cart-item {
  padding: 30px;
  background-color: #FFF;
}
#checkout .cart-item:last-child {
  border-radius: 0 0 16px 16px;
}
#checkout .cart-item:not(:last-child) {
  margin-bottom: 10px;
}
#checkout .cart-item .product-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#checkout .rox-delivery-address-heading {
  font-weight: 700;
  margin-bottom: 1rem;
}
#checkout #tc-container #thecheckout-cart-summary {
  margin: 0 0 0 97px;
}
#checkout #thecheckout-cart-summary {
  background-color: transparent;
}
#checkout #thecheckout-cart-summary .card.cart-summary {
  padding: 30px;
  background-color: #FFF;
  margin-bottom: 10px;
  border-radius: 16px 16px 0 0;
}
#checkout #thecheckout-cart-summary .cart-summary-line.cart-total-auto-tax {
  margin-bottom: 0;
}
#checkout #thecheckout-cart-summary .card-block {
  padding-left: 0;
  padding-right: 0;
}
#checkout .cart-summary-line .value {
  font-weight: 400;
  color: #252525;
}
#checkout .cart-detailed-totals {
  border-top: 0;
}
#checkout .rox-available {
  font-style: italic;
}
#checkout .rox-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}
#checkout .rox-top img {
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
}
#checkout .product-line-actions > div {
  text-align: right;
}
#checkout .product-line-info.product-title {
  margin-bottom: 5px;
}
#checkout .product-line-info.product-title a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#checkout .product-line-info.product-title a:hover, #checkout .product-line-info.product-title a:focus {
  color: var(--color-orange-500);
}
#checkout .product-price {
  color: var(--color-black-500);
  margin-bottom: 0;
}
#checkout .rox-attributes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 15px;
}
#checkout .product-line-info.product-attribute {
  font-size: 13px;
}
#checkout .product-line-info.product-attribute .small-text {
  color: var(--color-black-500);
}
#checkout .product-line-info.product-attribute .value {
  font-weight: 700;
}
#checkout .rox-heading-and-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(132, 127, 120, 0.2);
}
#checkout .rox-heading-and-button h5 {
  margin: 0;
  font-weight: 700;
}
#checkout .rox-heading-and-button .rox-edit-button {
  font-weight: 600;
  color: var(--color-black-500);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#checkout .rox-heading-and-button .rox-edit-button:hover {
  color: var(--color-orange-500);
}
#checkout .block-header.shopping-cart-header {
  display: none;
}
#checkout .form-fields .form-group {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
#checkout .form-fields .form-group.email {
  padding-left: 0;
  padding-right: 0;
}
#checkout .form-fields .form-group.phone .iti {
  width: 100%;
}
#checkout .form-fields .form-group.phone .field-label {
  left: 0;
}
#checkout .checkout-block .inner-area {
  padding: 0;
}
#checkout .checkout-block.main-block,
#checkout #thecheckout-newsletter,
#checkout #thecheckout-psgdpr,
#checkout #thecheckout-data-privacy,
#checkout #thecheckout-confirm,
#checkout #thecheckout-required-checkbox-1,
#checkout #thecheckout-required-checkbox-2 {
  padding: 0;
  margin-bottom: 15px;
}
#checkout .delivery-options .row.delivery-option {
  background-color: #FAF7F4;
  border-radius: 20px;
  padding: 20px 17px;
  margin-bottom: 15px;
}
#checkout .delivery-options .row.delivery-option:last-child {
  margin-bottom: 0;
}
#checkout .custom-radio {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.8"><path d="M15.8333 2.5H4.16667C3.24619 2.5 2.5 3.24619 2.5 4.16667V15.8333C2.5 16.7538 3.24619 17.5 4.16667 17.5H15.8333C16.7538 17.5 17.5 16.7538 17.5 15.8333V4.16667C17.5 3.24619 16.7538 2.5 15.8333 2.5Z" stroke="%23252525" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  border: none;
  border-radius: 0;
  background-color: transparent;
}
#checkout .custom-radio input[type=radio]:checked + span {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.8"><path d="M7.5 10L9.16667 11.6667L12.5 8.33333M4.16667 2.5H15.8333C16.7538 2.5 17.5 3.24619 17.5 4.16667V15.8333C17.5 16.7538 16.7538 17.5 15.8333 17.5H4.16667C3.24619 17.5 2.5 16.7538 2.5 15.8333V4.16667C2.5 3.24619 3.24619 2.5 4.16667 2.5Z" stroke="%23252525" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-color: transparent;
  width: 20px;
  height: 20px;
}
#checkout .delivery-option-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#checkout .delivery-option-price {
  font-size: 16px;
  line-height: 1.4em;
  color: #252525;
  font-weight: 700;
}
#checkout .carrier-name {
  font-weight: 700;
  color: #252525;
}
#checkout .carrier-delay {
  color: #847F78;
}
#checkout .shipping-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#checkout .payment-options > div > .payment-option {
  padding: 18px 15px;
  background-color: #FAF7F4;
  border-radius: 15px;
  margin-bottom: 15px;
}
#checkout .rox-payment-name {
  color: #252525;
  font-weight: 600;
}
#checkout .payment-option label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#checkout #delivery textarea {
  margin-top: 10px;
  display: none;
  border: 1px solid #847F78;
  border-radius: 10px;
  color: #847F78;
  font-size: 13px;
  line-height: 1.5em;
  padding: 12px 17px;
}
#checkout #delivery textarea:focus {
  display: block;
}
#checkout #delivery textarea.active {
  display: block;
}
#checkout #delivery .rox-open-textarea {
  background: none;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 0;
}
#checkout #checkout-payment-step a {
  color: #F67C59;
}
#checkout #thecheckout-order-message {
  padding-top: 0;
  padding-bottom: 0;
}
#checkout div#tc-container-mobile .checkout-block {
  background-color: #FFF;
  margin-bottom: 15px;
  border-radius: 20px;
  padding: 30px 15px;
}
#checkout .addresses-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 15px;
}
#checkout .addresses-selection select.form-control {
  margin-top: 5px;
  background: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.73438 13.103L17.4697 21.8383L26.205 13.103" stroke="%23252525" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 1em bottom 0.4em;
}
#checkout .addresses-selection.hidden {
  display: none;
}
#checkout .rox-including-tax {
  font-size: 12.8px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #656464;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  #checkout #thecheckout-cart-summary .card.cart-summary {
    padding: 20px;
  }
  #checkout #thecheckout-cart-summary .cart-item {
    padding: 20px;
  }
  #checkout #tc-container #thecheckout-cart-summary {
    margin: 0 0 0 30px;
  }
}
#checkout #confirm_order {
  text-transform: none;
  padding: 14px 60px;
}
#checkout .rox-align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#checkout #tc-payment-confirmation .condition-label {
  font-weight: 400;
}
#checkout #tc-payment-confirmation a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#checkout #tc-payment-confirmation a:hover {
  color: #F67C59;
}
#checkout .custom-checkbox em {
  font-style: normal;
}
#checkout .custom-checkbox span.label, #checkout .custom-checkbox > label {
  font-size: 13px;
  line-height: 1.4em !important;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #252525;
}
#checkout .custom-checkbox a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#checkout .custom-checkbox a:hover {
  color: #F67C59;
}
#checkout .page-content .custom-checkbox input[type=checkbox] + span {
  border: none;
  border-radius: 1.5px;
  background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0833 0.75H2.41667C1.49619 0.75 0.75 1.49619 0.75 2.41667V14.0833C0.75 15.0038 1.49619 15.75 2.41667 15.75H14.0833C15.0038 15.75 15.75 15.0038 15.75 14.0833V2.41667C15.75 1.49619 15.0038 0.75 14.0833 0.75Z" stroke="%23252525" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat !important;
  background-size: 100% !important;
  background-position: center center !important;
  min-width: 15px;
  min-height: 15px;
  margin-right: 12.5px;
}
#checkout .page-content .custom-checkbox input[type=checkbox]:checked + span {
  background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.75 8.25L7.41667 9.91667L10.75 6.58333M2.41667 0.75H14.0833C15.0038 0.75 15.75 1.49619 15.75 2.41667V14.0833C15.75 15.0038 15.0038 15.75 14.0833 15.75H2.41667C1.49619 15.75 0.75 15.0038 0.75 14.0833V2.41667C0.75 1.49619 1.49619 0.75 2.41667 0.75Z" stroke="%23252525" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat !important;
  background-size: 100% !important;
  background-position: center center !important;
  border: none !important;
}
#checkout #thecheckout-address-invoice {
  margin-top: 20px;
}
#checkout .static-customer-info {
  margin-bottom: 0;
}
#checkout .static-customer-info .customer-name, #checkout .static-customer-info .customer-email {
  text-decoration: underline;
  color: #252525;
}
#checkout .static-customer-info .customer-name:hover, #checkout .static-customer-info .customer-email:hover {
  color: #F67C59;
}
#checkout .delivery-option-detail {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
#checkout .delivery-option-logo {
  width: 118px;
}
#checkout .name-and-delay {
  width: 50%;
}
#checkout .delivery-option-price {
  width: 150px;
}
@media (min-width: 1000px) {
  #checkout div#tc-payment-confirmation :is(.dm_reviews, .dm_zbozi, .dm_heureka, .terms-and-conditions, .shaim_heureka_checkbox, .shaim_zbozi_checkbox) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  #checkout .blocks:not(.checkout-area-10) {
    padding: 0;
    margin: 0;
  }
  #checkout div#tc-container-mobile .checkout-block {
    border-radius: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
  }
  #checkout div#tc-container-mobile .rox-mobile-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  #checkout div#tc-container-mobile .rox-mobile-block-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 30px;
  }
  #checkout div#tc-container-mobile .rox-mobile-block-bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  #checkout .form-fields .form-group {
    padding-left: 0;
    padding-right: 0;
  }
  #checkout .addresses-selection {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #checkout .checkout-block.main-block .block-header {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  #checkout .delivery-option-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #checkout .delivery-option-logo {
    width: calc(50% - 10px);
  }
  #checkout .name-and-delay {
    width: 100%;
  }
  #checkout .delivery-option-price {
    width: calc(50% - 10px);
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #checkout #confirm_order {
    padding: 15px;
    width: 100%;
    font-size: 15px;
  }
  #checkout .payment-option label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 5px;
  }
  #checkout #thecheckout-payment p {
    color: #252525;
  }
}

body#checkout #hook-display-after-carrier {
  margin-top: 0;
}
body#checkout #footer {
  background-color: transparent;
}

body#checkout.logos-on-the-right .delivery-option-detail .delivery-option-price {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 767px) {
  body#checkout #thecheckout-psgdpr .form-group,
  body#checkout #thecheckout-required-checkbox-1 .form-group,
  body#checkout #thecheckout-data-privacy .form-group {
    margin-bottom: 0;
  }
}

#checkout .error-msg{
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebcccc;
  border-radius: 10px;
  margin-top: 0.5rem;
  padding: 0.7rem;
  font-style: normal;
}

#checkout .iti__selected-country{
  height: 50px;
}

#order-confirmation #wrapper .breadcrumb {
  display: none;
}
#order-confirmation #wrapper .container-md {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
#order-confirmation #content-wrapper {
  margin-top: 70px;
}
#order-confirmation .card {
  background-color: transparent;
}
#order-confirmation .rox-top {
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
}
#order-confirmation p {
  color: #252525;
  line-height: 1.4em;
}
#order-confirmation .rox-confirmation-heading {
  text-transform: none;
  font-weight: 700;
  text-align: center;
  color: #252525;
  margin-bottom: 15px;
}
#order-confirmation .rox-order-reference {
  text-align: center;
  color: #515151;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(132, 127, 120, 0.2);
}
#order-confirmation .rox-order-reference span {
  font-weight: 700;
}
#order-confirmation .rox-confirmation-wrapper {
  background-color: #FFFFFF;
  padding: 0 30px 90px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 14.6875rem;
}
#order-confirmation .rox-confirmation-line-top {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 30px;
  margin-bottom: 15px;
}
#order-confirmation .rox-top {
  padding: 30px 30px 15px;
}
#order-confirmation .card {
  margin-bottom: 0;
}
#order-confirmation .card-block {
  padding: 0;
}
#order-confirmation .rox-attributes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
#order-confirmation .rox-attributes .value {
  font-weight: 700;
}
#order-confirmation .rox-confirmation-price, #order-confirmation .rox-confirmation-quantity {
  color: #252525;
  font-weight: 400;
  text-align: right;
  margin: 0;
}
#order-confirmation #order-items {
  border: none;
}
#order-confirmation #order-items hr {
  margin-bottom: 15px;
  margin-top: 15px;
  border-top-color: rgba(132, 127, 120, 0.2);
}
#order-confirmation #order-items .qty {
  margin-bottom: 0;
}
#order-confirmation #order-items .order-line {
  margin-top: 0;
}
#order-confirmation #order-items .image img {
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
#order-confirmation #order-items .order-line {
  padding: 30px;
}
#order-confirmation .rox-confirmation-info {
  border-top: 1px solid rgba(132, 127, 120, 0.2);
  padding-top: 15px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#order-confirmation .rox-confirmation-info h3 {
  margin-bottom: 30px;
}
#order-confirmation .rox-confirmation-info p {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #252525;
  margin-bottom: 15px;
}
#order-confirmation .rox-confirmation-info__block:not(:last-child) {
  margin-bottom: 60px;
}
#order-confirmation .btn {
  text-transform: none;
}
#order-confirmation .btn-status {
  color: #252525;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  border: 2px solid #F67C59;
}
#order-confirmation .btn-status:hover, #order-confirmation .btn-status:active, #order-confirmation .btn-status:focus {
  background-color: var(--color-orange-600);
  color: #FFFFFF;
  border-color: solid 2px var(--color-beige-600);
}
#order-confirmation .rox-confirmation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
  width: 100%;
}
#order-confirmation .rox-email-confirmation {
  color: #252525;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  margin-bottom: 75px;
}
#order-confirmation .rox-confirmation-quantity {
  display: none;
}
#order-confirmation .rox-payment-carrier-row {
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  #order-confirmation .rox-confirmation-wrapper {
    padding: 0 15px 30px;
  }
  #order-confirmation .rox-confirmation-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  #order-confirmation #content-hook_order_confirmation {
    border-radius: 15px 15px 0 0;
  }
  #order-confirmation .rox-confirmation-wrapper {
    padding: 0 15px 30px;
    margin-bottom: 80px;
  }
  #order-confirmation .rox-confirmation-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #order-confirmation .card {
    background-color: #FFF;
  }
  #order-confirmation .rox-order-reference {
    font-size: 16px;
  }
  #order-confirmation #order-items {
    margin-bottom: 8px;
  }
  #order-confirmation #order-items .order-line {
    padding: 7px 0;
  }
  #order-confirmation .rox-confirmation-quantity {
    display: block;
  }
  #order-confirmation .rox-confirmation-quantity, #order-confirmation .rox-confirmation-price {
    font-size: 16px;
    line-height: 1.4em;
  }
  #order-confirmation .rox-price-and-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2rem;
  }
  #order-confirmation .rox-product-name.h5 {
    font-size: 16px;
  }
  #order-confirmation .order-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #order-confirmation .rox-attributes {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  #order-confirmation .rox-confirmation-line-top {
    margin-bottom: 0;
  }
  #order-confirmation .rox-confirmation-info {
    border-top: 1px solid rgba(132, 127, 120, 0.2);
    padding-top: 15px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #order-confirmation .rox-confirmation-info__block {
    border-bottom: 1px solid rgba(132, 127, 120, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #order-confirmation .rox-confirmation-info__block:not(:last-child) {
    margin-bottom: 15px;
  }
  #order-confirmation .rox-confirmation-info__block p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  #order-confirmation .btn-l {
    padding: 14px;
    width: 100%;
  }
  #order-confirmation .rox-email-confirmation {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  #order-confirmation .btn-l {
    font-size: 15px;
  }
}

.page-customer-account #content {
  font-size: 1rem;
  color: #252525;
}

.rox-customer-content {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.links li {
  width: 100%;
  float: unset;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}
.links a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #252525;
  padding: 10px 6px;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.links a path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.links a .material-icons, .links a .ss_icon_group {
  display: none;
}
.links a:hover {
  color: #F67C59;
}
.links a:hover path {
  stroke: #F67C59;
}
.links .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.links .link-item.active {
  font-weight: 800;
}

.rox-hello {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(132, 127, 120, 0.2);
}
.rox-hello p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5em;
  color: #252525;
}
.rox-hello p strong {
  font-size: 20px;
}

.rox-links-wrapper {
  background-color: #FFF;
  padding: 30px;
  border-radius: 16px;
  position: sticky;
  top: 30px;
}

.rox-customer-header.h3 {
  text-transform: none;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #ABAAA9;
  margin-bottom: 30px;
}

#identity .rx-register-form-wrapper {
  gap: 0;
}
#identity .form-control-label[for=field-psgdpr]::after {
  display: none;
}
#identity .h4 {
  margin-bottom: 30px;
}
#identity .form-group {
  margin-bottom: 40px;
}

.rox-identity {
  max-width: 839px;
  margin-bottom: 45px;
}
.rox-identity .btn {
  text-transform: none;
}

.rox-customer-faq {
  padding: 30px 0;
}
.rox-customer-faq .h3 {
  text-transform: none;
  font-weight: 700;
  margin-bottom: 15px;
}
.rox-customer-faq p {
  color: #252525;
  margin-bottom: 15px;
}
.rox-customer-faq__button {
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #252525;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.rox-customer-faq__button path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.rox-customer-faq__button:hover {
  color: #F67C59;
}
.rox-customer-faq__button:hover path {
  stroke: #F67C59;
}

#identity #content {
  margin-bottom: 260px;
}

.rox-order-refund-wrapper {
  width: 100%;
  overflow-x: auto;
}

#order-detail select.form-control-select {
  padding: 0 15px;
}
#order-detail .btn-primary {
  text-transform: none;
}

#order-return .thead-default th, #order-detail .thead-default th, #order-follow .thead-default th {
  background-color: #F5EEE6;
  color: #252525;
}
#order-return tbody tr, #order-detail tbody tr, #order-follow tbody tr {
  background-color: #FFFFFF;
}
#order-return .table-striped tbody tr:nth-of-type(odd), #order-detail .table-striped tbody tr:nth-of-type(odd), #order-follow .table-striped tbody tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}

#order-follow table a, #order-follow .order-returns a {
  color: #252525;
}
#order-follow table a:hover, #order-follow .order-returns a:hover {
  text-decoration: underline;
}

#order-return .rox-customer-right a {
  color: inherit;
  text-decoration: underline;
}
#order-return p {
  font-size: 16px;
  line-height: 1.4em;
  color: #252525;
}

@media (min-width: 1200px) {
  #identity .container, #order-detail .container, #order-follow .container, #order-return .container, #address .container, #addresses .container {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .rox-customer-content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  #identity #content {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  #identity #content {
    margin-bottom: 60px;
  }
  #identity footer {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
  .rox-identity {
    margin-bottom: 30px;
  }
}
.page-addresses .rox-addresses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.page-addresses .address {
  margin-bottom: 0;
  font-size: 1rem;
  color: #252525;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.page-addresses .address .address-body h4 {
  font-size: 1.3rem;
}
.page-addresses .address .address-footer {
  border-color: rgba(132, 127, 120, 0.2);
}
.page-addresses .address .address-footer a {
  color: #252525;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page-addresses .address .address-footer a:hover {
  color: #F67C59;
}
@media (max-width: 991.98px) {
  .page-addresses .rox-addresses {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .page-addresses .rox-addresses {
    grid-template-columns: 1fr;
  }
}

#cart .h3, #cart .h5, #cart p {
  color: #252525;
}
#cart .rox-cart-prod-heading {
  overflow-wrap: anywhere;
}
#cart p {
  margin: 0;
}
#cart .h3 {
  text-transform: none;
  font-weight: 700;
  margin-bottom: 5px;
}
#cart .rox-cart-top {
  padding: 20px 0 0;
}
#cart .rox-cart-text {
  margin-bottom: 60px;
}
#cart .card {
  background-color: transparent;
}
#cart .cart-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 16px;
}
#cart .cart-item:not(:last-child) {
  margin-bottom: 15px;
}
#cart .rox-cart-grid {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  gap: 30px;
}
#cart .cart-grid-body .card-block,
#cart .cart-grid-body .cart-overview {
  padding: 0;
}
#cart .product-line-grid {
  display: grid;
  grid-template-columns: 216px 1fr;
  gap: 60px;
}
#cart .product-line-grid-right-top {
  display: grid;
  grid-template-columns: 1fr 40px;
}
#cart .product-line-grid-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
#cart .product-line-grid-body > .product-line-info > .h5 {
  margin-bottom: 0;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#cart .product-line-grid-body > .product-line-info > .h5:hover {
  color: #f67c59;
}
#cart .rox-heading-and-available {
  margin-bottom: 15px;
}
#cart .rox-cart-attributes-wrapper {
  min-height: 89px;
}
#cart .rox-cart-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
#cart .rox-cart-attribute {
  width: calc(33% - 5px);
}
#cart .product-line-grid-left img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
#cart .rox-delete-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  color: #373737;
}
#cart .product-line-grid-right .cart-line-product-actions .remove-from-cart {
  margin-top: 0;
}
#cart .product-line-grid-right .cart-line-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cart .product-line-grid-right .product-price {
  width: 185px;
}
#cart .current-price {
  font-weight: 700;
}
#cart .rx-qty-wrapper {
  margin-bottom: 0;
}
#cart .rx-qty-wrapper .qty {
  margin: 0;
}
#cart .rx-qty-wrapper .input-group {
  width: 145px;
}
#cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn {
  background-color: #F3EBE1;
}
#cart .rx-qty-wrapper .form-control:not(:last-child) {
  height: 52px;
  width: 66px;
  z-index: 5;
  border: none;
  text-align: center;
  font-size: 17px;
  line-height: 1.4em;
  color: #252525;
  font-weight: 700;
  border-radius: 8px !important;
}
#cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after,
#cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  width: 17px;
  height: 17px;
  background-size: cover;
}
#cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 8px 0 0 8px;
}
#cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
  right: 4px;
}
#cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 8px 8px 0;
}
#cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i {
  left: 4px;
}
#cart .ominbus-wrapper .x13pricehistory-product-list__omnibus-text {
  margin-bottom: 2px;
}
#cart .ominbus-wrapper .small-text {
  color: #515151;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#cart .cart-summary {
  background-color: #FFFFFF;
  border-radius: 0 0 30px 30px;
  padding: 30px;
}
#cart .rox-cart-totals .h5 {
  font-weight: 700;
}
#cart .rox-cart-totals {
  margin-bottom: 15px;
}
#cart .rox-cart-totals .h5 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(132, 127, 120, 0.2);
}
#cart .card-block {
  padding: 0;
}
#cart .cart-summary-line {
  margin-bottom: 0;
}
#cart .cart-summary-line:not(:last-child) {
  margin-bottom: 15px;
}
#cart .cart-summary-line .label, #cart .cart-summary-line .value {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #252525;
  font-weight: 400;
}
#cart .card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
  border-top: none;
}
#cart .card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total .label, #cart .card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total .value {
  font-weight: 700;
}
#cart .block-promo {
  margin-top: 10px;
  margin: 15px 0;
  padding: 0;
}
#cart .block-promo .promo-code-button {
  padding: 0;
}
#cart .block-promo .promo-code-button.cancel-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cart .btn-primary {
  text-transform: none;
}
#cart .btn-l {
  padding: 17px;
}
#cart .collapse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #252525;
}
#cart .rox-promo-icon {
  margin-right: 10px;
}
#cart .rox-promo-arrow {
  margin-left: auto;
}
#cart .promo-input {
  font-size: 16px;
  line-height: 1.4em;
  color: #252525;
  width: 100%;
  border: 1px solid #847F78;
  border-radius: 10px;
  outline-color: #F67C59;
  padding: 0 17px;
  height: 52px;
  margin-bottom: 10px;
}
#cart .block-promo .promo-input + button {
  border: none;
  width: 100%;
}
#cart .product-line-grid-mobile-bottom {
  display: none;
}
#cart .mobile-select-qty {
  display: none;
}
#cart .rox-available {
  font-style: italic;
}
#cart .cart-tax-note {
  color: #515151;
  padding-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(132, 127, 120, 0.2);
}
#cart .card-block.cart-summary-totals .cart-summary-line.cart-total {
  padding-bottom: 0;
  margin-bottom: 0;
}
#cart .rox-featured-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#cart .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#cart .rox-all-products {
  color: #656464;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#cart .rox-all-products:hover {
  color: var(--color-orange-500);
}
#cart .rox-swiper-second-wrapper {
  margin-right: -18px;
}
#cart .featured-products {
  margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
  #cart .rox-cart-grid {
    grid-template-columns: 1fr 350px;
  }
}
@media (max-width: 1199.98px) {
  #cart .rox-cart-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991.98px) {
  #cart .product-line-grid {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  #cart .featured-products {
    margin-bottom: 30px;
  }
  #cart .product-line-grid-body {
    margin-bottom: 0;
  }
  #cart .product-line-grid-right-top {
    grid-template-columns: 1fr;
  }
  #cart .product-line-grid-right-top-left {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #cart .remove-from-cart--desktop {
    display: none;
  }
  #cart .rox-cart-text {
    margin-bottom: 40px;
  }
  #cart .rox-delete-item {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #cart .rox-cart-attributes-wrapper--desktop {
    display: none;
  }
  #cart .rox-all-products {
    display: none;
  }
  #cart .product-line-grid {
    grid-template-columns: 112px 1fr;
    gap: 60px 30px;
  }
  #cart .product-line-grid-left {
    grid-area: 1/1/2/2;
  }
  #cart .product-line-grid-right {
    position: relative;
    grid-area: 1/2/2/3;
  }
  #cart .product-line-grid-mobile-bottom {
    display: block;
    grid-area: 2/1/3/3;
    position: relative;
  }
  #cart .rox-cart-attributes-wrapper {
    min-height: unset;
    margin-right: 50px;
  }
  #cart .rox-cart-attribute {
    width: 100%;
  }
  #cart .cart-item {
    padding: 15px;
  }
  #cart .rox-cart-attributes {
    margin-bottom: 0;
  }
  #cart .rx-qty-big-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #cart .product-line-grid-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 15px;
  }
  #cart .product-line-grid-right .product-price {
    width: unset;
    margin-bottom: 0;
  }
  #cart .mobile-select-qty {
    display: inline-block;
    font-size: 16px;
    border: none;
    background: transparent;
    padding: 4px 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.75 7.125L9.5 11.875L14.25 7.125" stroke="%23252525" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 28px;
    padding-left: 10px;
    font-weight: 700;
  }
  #cart .mobile-select-qty:focus {
    outline: 1px solid #f67c59;
  }
  #cart .rx-qty-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    color: #252525;
    font-weight: 500;
  }
  #cart .rox-free-delivery {
    display: none;
  }
  #cart .cart-summary {
    border-radius: 20px;
  }
  #cart .rox-cart-grid {
    gap: 0;
  }
  #cart .rx-checkoutbadges {
    padding: 10px 0 20px;
  }
}
@media (max-width: 575.98px) {
  #cart .rx-qty-wrapper .form-control:not(:last-child) {
    height: 40px;
    width: 40px;
  }
  #cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn {
    max-width: 40px;
    height: 40px;
  }
  #cart .rx-qty-wrapper .input-group {
    width: 110px;
  }
}
@media (max-width: 450px) {
  #cart .product-line-grid-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  #cart .product-line-grid {
    gap: 40px 20px;
    grid-template-columns: 70px 1fr;
  }
  #cart .rx-qty-wrapper .form-control:not(:last-child) {
    height: 35px;
    width: 35px;
  }
  #cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn {
    max-width: 35px;
    height: 35px;
  }
  #cart .rx-qty-wrapper .input-group {
    width: 100px;
  }
  #cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i {
    left: 0;
  }
  #cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
    right: 0;
  }
  #cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after,
  #cart .rx-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    width: 14px;
    height: 14px;
  }
  #cart .rx-qty-wrapper .form-control:not(:last-child) {
    font-size: 13px;
  }
  #cart .product-line-grid-right .product-price {
    width: 100%;
  }
}

.rox-free-delivery {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.rox-free-delivery .h5 {
  margin-bottom: 0;
}
.rox-free-delivery p {
  margin: 0;
}

.product-miniature {
  height: 100%;
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 24px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.product-miniature .rx-wishlist-miniature-btn {
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.product-miniature .rx-wishlist-miniature-btn.in-wishlist {
  opacity: 1;
  visibility: visible;
}
.product-miniature .rx-wishlist-miniature-btn:focus {
  opacity: 1;
  visibility: visible;
}
.product-miniature .rox-add-to-cart {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51px;
  height: 51px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-miniature .rox-add-to-cart form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-miniature .rox-add-to-cart .btn {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: #F3EBE1;
  opacity: 1;
}
.product-miniature .rox-add-to-cart .add-to-cart {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-miniature .rox-add-to-cart .add-to-cart:hover {
  background: var(--color-orange-500);
  border-color: var(--color-orange-500);
}
.product-miniature .rox-add-to-cart .add-to-cart svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-miniature .rox-add-to-cart .add-to-cart:hover svg path {
  stroke: #fff;
}
.product-miniature .rox-add-to-cart:focus {
  opacity: 1;
}
.product-miniature:hover {
  background-color: #fff;
  border-color: #F1EFEE;
}
.product-miniature:hover .rx-wishlist-miniature-btn {
  opacity: 1;
  visibility: visible;
}
.product-miniature:hover .rox-add-to-cart .add-to-cart, .product-miniature:hover .rox-add-to-cart .btn {
  opacity: 1;
}
.product-miniature .rox-add-to-cart .add-to-cart:focus, .product-miniature .rox-add-to-cart .btn:focus {
  opacity: 1;
}
.product-miniature .rox-add-to-cart .add-to-cart:focus, .product-miniature .rox-add-to-cart:hover .btn {
  background: var(--color-orange-500);
  border-color: var(--color-orange-500);
}
.product-miniature .rox-add-to-cart .add-to-cart:focus, .product-miniature .rox-add-to-cart:hover svg path {
  stroke: #fff;
}
.product-miniature .thumbnail-container {
  width: 100%;
  height: 100%;
  background-color: transparent;
  margin-bottom: 0;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}
.product-miniature .product-list-reviews {
  position: static;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: transparent;
}
.product-miniature .product-description {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.product-miniature .small-stars .star-content div.star, .product-miniature .small-stars .star-content div.star-on, .product-miniature .small-stars .star-content div.star-hover {
  background-image: url("../uploads/stars-small-3.svg");
}
.product-miniature .product-list-reviews {
  padding: 0;
}
.product-miniature .product-title {
  text-align: left;
  margin: 0 0 15px;
  text-transform: none;
  font-size: 17px;
  line-height: 1.4em;
}
.product-miniature .product-title a {
  color: #252525;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  text-align: left;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.product-miniature .product-title a:hover {
  color: var(--color-orange-500);
}
.product-miniature .product-price-and-shipping {
  text-align: left;
  color: #252525;
  position: relative;
  padding-right: 51px;
  min-height: 45px;
}
.product-miniature .star-content {
  margin: 0;
}
.product-miniature .product-list-reviews .comments-nb {
  font-size: 13px;
  line-height: 1.4em;
}
.product-miniature .regular-price, .product-miniature .price {
  color: #252525;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.product-miniature .regular-price {
  display: none;
}
.product-miniature .rox-discount-regular-price {
  color: #6D6D6D;
  text-decoration: line-through;
  letter-spacing: 0.03em;
  margin-left: 10px;
}
.product-miniature .x13pricehistory-product-list {
  margin-bottom: 2px;
}
.product-miniature .x13pricehistory-product-list p {
  color: #252525;
  font-size: 13px;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-miniature {
    background-color: #fff;
    border-color: #F1EFEE;
  }
  .product-miniature .rx-wishlist-miniature-btn {
    opacity: 1;
  }
  .product-miniature .rox-add-to-cart .add-to-cart {
    opacity: 1;
  }
}

.rox-bedroom-equipment {
  margin-top: 130px;
  width: calc(100% + 150px);
  margin-left: -75px;
  margin-right: -75px;
  /* hotspot tags */
  /* approximate positions; tweak as needed for your image */
}
@media (min-width: 1921px) {
  .rox-bedroom-equipment {
    border-radius: 20px;
    overflow: hidden;
  }
}
.rox-bedroom-equipment h2 {
  text-transform: none;
  font-weight: 700;
}
.rox-bedroom-equipment .rx-smartsliders {
  display: none;
}
.rox-bedroom-equipment .rx-smartsliders.active {
  display: block;
}
.rox-bedroom-equipment__wrapper {
  width: 100%;
  padding: 45px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.rox-bedroom-equipment__content {
  border: 1px solid #F3EBE1;
  border-radius: 16px;
  position: relative;
}
.rox-bedroom-equipment__slider-wrapper {
  background-color: #F3EBE1;
  width: 645px;
  border-radius: 16px;
  padding: 30px 30px 15px;
  height: 760px;
  overflow: hidden;
}
.rox-bedroom-equipment__slider-description {
  margin-bottom: 30px;
}
.rox-bedroom-equipment__tag {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  background: none;
  border: none;
}
.rox-bedroom-equipment__tag.active {
  font-weight: 700;
}
.rox-bedroom-equipment__square {
  width: 26px;
  height: 26px;
  background: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 2px solid #F3EBE1;
  border-radius: 2px 2px 0 0;
}
.rox-bedroom-equipment__label {
  height: 26px;
  white-space: nowrap;
  padding: 2px 12px;
  background: #F3EBE1;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.rox-bedroom-equipment__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.rox-bedroom-equipment__bg-image--mobile {
  display: none;
}
.rox-bedroom-equipment__tag--materace {
  top: 64%;
  left: 69%;
}
.rox-bedroom-equipment__tag--koldry {
  top: 59%;
  left: 86%;
}
.rox-bedroom-equipment__tag--poduszki {
  top: 39%;
  left: 86%;
}
.rox-bedroom-equipment .swiper-button-prev,
.rox-bedroom-equipment .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47px;
  height: 47px;
  border: 1px solid #847F78;
  border-radius: 10px;
  background-color: rgba(254, 253, 251, 0.3019607843);
}
.rox-bedroom-equipment .swiper-button-prev::after,
.rox-bedroom-equipment .swiper-button-next::after {
  display: none;
}
.rox-bedroom-equipment .swiper-button-prev svg,
.rox-bedroom-equipment .swiper-button-next svg {
  width: 19px;
  height: 19px;
  fill: transparent;
}
.rox-bedroom-equipment .swiper-button-prev.swiper-button-disabled,
.rox-bedroom-equipment .swiper-button-next.swiper-button-disabled {
  display: none;
}
.rox-bedroom-equipment .swiper-button-next {
  right: -20px;
}
.rox-bedroom-equipment .swiper {
  overflow: hidden;
  padding: 0 20px;
}
.rox-bedroom-equipment .swiper-wrapper {
  overflow: visible;
}
.rox-bedroom-equipment .swiper-second-wrapper {
  position: relative;
}
@media (max-width: 1850px) {
  .rox-bedroom-equipment__tag--koldry {
    top: 54%;
    left: 88%;
  }
}
@media (max-width: 1700px) {
  .rox-bedroom-equipment__tag--koldry {
    top: 47%;
    left: 92%;
  }
}
@media (max-width: 1399.98px) {
  .rox-bedroom-equipment__tag--materace {
    top: 62%;
    left: 74%;
  }
}
@media (max-width: 1199.98px) {
  .rox-bedroom-equipment {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 991.98px) {
  .rox-bedroom-equipment {
    margin-top: 30px;
  }
  .rox-bedroom-equipment__mobile-gradient {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.92%, #4B3C2D), color-stop(21.57%, rgba(75, 60, 45, 0.6)), color-stop(25.16%, rgba(75, 60, 45, 0)), color-stop(54.37%, rgba(37, 37, 37, 0)), color-stop(62.48%, rgba(37, 37, 37, 0.8)), to(rgba(37, 37, 37, 0.8)));
    background: linear-gradient(180deg, #4B3C2D -2.92%, rgba(75, 60, 45, 0.6) 21.57%, rgba(75, 60, 45, 0) 25.16%, rgba(37, 37, 37, 0) 54.37%, rgba(37, 37, 37, 0.8) 62.48%, rgba(37, 37, 37, 0.8) 100%);
  }
  .rox-bedroom-equipment__bg-image--mobile {
    display: block;
  }
  .rox-bedroom-equipment__bg-image--desktop {
    display: none;
  }
  .rox-bedroom-equipment__content {
    border: none;
  }
  .rox-bedroom-equipment .rox-bedroom-equipment {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .rox-bedroom-equipment__slider-wrapper {
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 450px;
  }
  .rox-bedroom-equipment .container-md {
    padding-inline: 0;
  }
  .rox-bedroom-equipment .swiper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rox-bedroom-equipment h2, .rox-bedroom-equipment__slider-description {
    color: var(--color-white);
  }
  .rox-bedroom-equipment__slider-wrapper-top {
    height: 225px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rox-bedroom-equipment__tag--materace {
    top: 38%;
    left: 44%;
  }
  .rox-bedroom-equipment__tag--koldry {
    top: 28%;
    left: 79%;
  }
  .rox-bedroom-equipment__tag--poduszki {
    top: 21%;
    left: 73%;
  }
  .rox-bedroom-equipment .swiper-button-next,
  .rox-bedroom-equipment .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .rox-bedroom-equipment {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .rox-bedroom-equipment__tag--materace {
    top: 42%;
    left: 44%;
  }
  .rox-bedroom-equipment__tag--koldry {
    top: 32%;
    left: 79%;
  }
  .rox-bedroom-equipment__tag--poduszki {
    top: 26%;
    left: 73%;
  }
}
@media (max-width: 650px) {
  .rox-bedroom-equipment__tag--koldry {
    top: 34%;
    left: 82%;
  }
  .rox-bedroom-equipment__tag--poduszki {
    top: 28%;
    left: 75%;
  }
}
@media (max-width: 575.98px) {
  .rox-bedroom-equipment__slider-wrapper {
    gap: 360px;
  }
  .rox-bedroom-equipment__tag--materace {
    top: 44%;
    left: 44%;
  }
  .rox-bedroom-equipment__tag--koldry {
    top: 37%;
    left: 79%;
  }
  .rox-bedroom-equipment__tag--poduszki {
    top: 32%;
    left: 73%;
  }
}
@media (max-width: 450.98px) {
  .rox-bedroom-equipment .rox-bedroom-equipment {
    overflow: hidden;
  }
  .rox-bedroom-equipment__tag--materace {
    top: 45%;
    left: 55%;
  }
  .rox-bedroom-equipment__tag--koldry {
    top: 38%;
    left: 82%;
  }
  .rox-bedroom-equipment__tag--poduszki {
    top: 35%;
    left: 80%;
  }
}

.skip-link {
  display: block;
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  display: block;
  color: white;
  top: 0;
  left: 0;
  z-index: 9999;
  position: relative;
  background: var(--color-orange-500);
  width: 100%;
  margin: 0;
  padding: 20px 15px;
  text-align: center;
  height: auto;
  color: #FFF;
}

#checkout .page-content .custom-checkbox input[type=checkbox]:focus-visible + span {
  outline: auto;
}

#products .products .product,
.featured-products .products .product,
.rox-bedroom-equipment .product {
  height: auto;
}

.product {
  margin-bottom: 15px;
}

.featured-products .product, .rox-bedroom-equipment .product {
  margin-bottom: 32px;
}

@font-face {
  font-family: "Unna";
  src: url("../fonts/Unna/Unna-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.special-properties__item--red {
  background-color: #F67C59;
}

.special-properties__item--red span {
  color: #fff;
  font-family: "Unna", sans-serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.03em;
}/*# sourceMappingURL=dev-2.css.map */

/* Specyfikacja techniczna fix */
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
  text-transform: none;
}
/* END Specyfikacja techniczna fix */

/* Opisy produktów iframe fix */
#product .product-description iframe{
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin: 15px auto;
}

#product .product-description br{
  display: none;
}
/* END Opisy produktów iframe fix */

/* Modal */
#blockcart-modal .featured-products{
  padding: 30px;
}

#blockcart-modal .featured-products .products{
  flex-wrap: nowrap;
  justify-content: flex-start;
}

#blockcart-modal .featured-products h2{
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 15px;
  font-weight: 700;
}

@media (max-width: 991px) {
  #blockcart-modal .featured-products{
    padding: 15px;
  }
    #blockcart-modal .featured-products .products {
      justify-content: flex-start;
  }
}
/* END Modal */